@charset "UTF-8";

.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
    display: block
}

.accordion {
    padding: 0;
    margin-bottom: 10px
}

    .accordion .active > .scEnabledChrome > .toggle-header .field-heading:before {
        content: "" !important
    }

    .accordion .active > .toggle-header .field-heading:before {
        content: "" !important
    }

    .accordion .toggle-header {
        cursor: pointer;
        background-color: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d2d2d2
    }

        .accordion .toggle-header:hover {
            background-color: transparent
        }

        .accordion .toggle-header .component {
            margin-top: 0
        }

            .accordion .toggle-header .component.title {
                margin-top: 0
            }

            .accordion .toggle-header .component .field-heading {
                font-size: 16px;
                padding-left: 34px;
                font-weight: 400
            }

                .accordion .toggle-header .component .field-heading:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 20px;
                    position: absolute;
                    display: block;
                    content: "";
                    top: 50%;
                    left: 10px;
                    transform: translateY(-50%);
                    width: 20px;
                    height: 20px
                }

        .accordion .toggle-header .label {
            padding: 7px;
            text-align: left;
            display: block;
            background: 0 0;
            position: relative;
            z-index: 3
        }

            .accordion .toggle-header .label:after {
                content: "";
                display: table;
                clear: both
            }

    .accordion .toggle-content {
        padding: 10px;
        background-color: transparent
    }

        .accordion .toggle-content:after {
            content: "";
            display: table;
            clear: both
        }

        .accordion .toggle-content .component {
            margin-top: 0
        }

    .accordion .items {
        overflow: hidden
    }

    .accordion .item:last-child {
        border-bottom: none
    }

.accordion-horizontal {
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

    .accordion-horizontal.accordion-image .items .item {
        box-sizing: border-box;
        padding: 0 0 0 50px;
        margin: 0;
        min-height: 300px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #d2d2d2
    }

        .accordion-horizontal.accordion-image .items .item.active .toggle-header {
            background: 0 0 !important
        }

        .accordion-horizontal.accordion-image .items .item.active .toggle-content {
            left: 0 !important
        }

        .accordion-horizontal.accordion-image .items .item .toggle-header {
            width: 50px;
            border-right: none
        }

            .accordion-horizontal.accordion-image .items .item .toggle-header:before {
                left: 0;
                right: 0;
                margin: 0 auto
            }

        .accordion-horizontal.accordion-image .items .item .toggle-content {
            padding: 0
        }

    .accordion-horizontal .items {
        display: inline-flex;
        margin: 0;
        padding: 0;
        overflow: hidden
    }

        .accordion-horizontal .items .item {
            flex-grow: 1;
            order: 1;
            box-sizing: border-box;
            display: block;
            float: left;
            margin: 0;
            padding: 0 0 0 40px;
            min-height: 250px;
            position: relative
        }

            .accordion-horizontal .items .item.active .toggle-header {
                background: 0 0
            }

            .accordion-horizontal .items .item .toggle-header {
                box-sizing: border-box;
                position: absolute;
                z-index: 11;
                top: 0;
                left: 0;
                padding: 0;
                width: 40px;
                min-height: 100%;
                border-right: 1px solid #d2d2d2;
                border-bottom: none;
                background: 0 0
            }

                .accordion-horizontal .items .item .toggle-header .component {
                    margin-top: 0
                }

                .accordion-horizontal .items .item .toggle-header .label {
                    transform-origin: 50% 50%;
                    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
                    box-sizing: border-box;
                    position: absolute;
                    left: 50%;
                    top: 50%
                }

                    .accordion-horizontal .items .item .toggle-header .label p {
                        width: 200px
                    }

                    .accordion-horizontal .items .item .toggle-header .label div.field-heading {
                        width: 220px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        line-height: 16px
                    }

                        .accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
                            width: 220px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap
                        }

            .accordion-horizontal .items .item .toggle-content {
                box-sizing: border-box;
                position: absolute;
                top: 0;
                left: auto;
                z-index: 10;
                height: 100%;
                overflow: hidden;
                text-align: left;
                padding: 10px
            }

@charset "UTF-8";

.sxa-archive .level-1 {
    display: block !important;
    padding-left: 10px
}

    .sxa-archive .level-1 > li > .group-header {
        font-weight: 700
    }

.sxa-archive .group-header {
    position: relative
}

    .sxa-archive .group-header:before {
        font-size: 10px;
        font-size: 1rem;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 10px;
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
        padding: 0
    }

    .sxa-archive .group-header.opened:before {
        content: ""
    }

.sxa-archive ul {
    display: none;
    margin-left: 10px;
    cursor: pointer
}

    .sxa-archive ul li {
        position: relative
    }

.sxa-archive .archive-items {
    display: none
}

    .sxa-archive .archive-items .archive-item {
        cursor: default
    }

        .sxa-archive .archive-items .archive-item a {
            background-color: transparent;
            text-decoration: none;
            font-size: 1em;
            color: #747474;
            border-bottom: 1px solid #89c6cc
        }

            .sxa-archive .archive-items .archive-item a:hover {
                color: #878787;
                text-decoration: none
            }

@charset "UTF-8";

.breadcrumb.component {
    background: 0 0
}

    .breadcrumb.component:after {
        content: "";
        display: table;
        clear: both
    }

    .breadcrumb.component.breadcrumb-navigation {
        overflow: visible
    }

    .breadcrumb.component a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        color: #747474
    }

    .breadcrumb.component ol {
        list-style: none
    }

    .breadcrumb.component .field-title {
        display: inline-block
    }

    .breadcrumb.component .separator {
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle
    }

    .breadcrumb.component li {
        position: relative;
        display: block;
        float: left
    }

        .breadcrumb.component li > .navigation-title {
            display: inline-block;
            vertical-align: middle
        }

            .breadcrumb.component li > .navigation-title > a:hover {
                color: #15909c
            }

        .breadcrumb.component li.last .separator {
            display: none
        }

        .breadcrumb.component li.item-hide:hover > ol {
            display: none
        }

        .breadcrumb.component li:hover > ol {
            display: block;
            position: absolute;
            top: 20px;
            left: auto;
            z-index: 100
        }

        .breadcrumb.component li > ol {
            box-sizing: border-box;
            display: none;
            margin: 0;
            background: #fff;
            border-width: 1px;
            border-style: solid;
            border-color: #d2d2d2
        }

            .breadcrumb.component li > ol li {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #d2d2d2;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                float: none;
                margin: 0;
                padding: 2px 20px;
                width: 100%;
                min-width: 140px;
                cursor: pointer
            }

                .breadcrumb.component li > ol li .fa {
                    float: left
                }

                .breadcrumb.component li > ol li:hover {
                    background: #89c6cc;
                    color: #fff
                }

                    .breadcrumb.component li > ol li:hover a {
                        color: #fff !important
                    }

                .breadcrumb.component li > ol li:before {
                    font-size: 14px;
                    font-size: 1.4rem;
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    transform: translateY(-50%);
                    position: absolute;
                    content: "";
                    top: 50%;
                    left: 2px
                }

                .breadcrumb.component li > ol li > a {
                    display: block;
                    padding: 2px 0 2px 10px
                }

                .breadcrumb.component li > ol li:last-child {
                    border-bottom-width: 0
                }

.breadcrumb.breadcrumb-hide li {
    white-space: nowrap
}

    .breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
        display: none
    }

    .breadcrumb.breadcrumb-hide li.item-hide a {
        display: none
    }

    .breadcrumb.breadcrumb-hide li.item-hide:before {
        content: "...";
        display: inline
    }

    .breadcrumb.breadcrumb-hide li.hide-full {
        display: none
    }

.breadcrumb.triangle-separator .separator {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0
}

    .breadcrumb.triangle-separator .separator:before {
        content: "";
        display: block;
        font-size: 16px
    }

@charset "UTF-8";

.carousel {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background: #fff
}

    .carousel .wrapper {
        padding-bottom: 30px
    }

    .carousel .slides {
        position: relative
    }

        .carousel .slides:after {
            content: "";
            display: block;
            clear: both
        }

    .carousel .nav {
        margin-top: 10px
    }

        .carousel .nav .nav-items {
            display: inline-block;
            position: relative;
            height: 32px;
            min-width: 20px;
            margin: 0 15px;
            vertical-align: middle;
            cursor: pointer
        }

            .carousel .nav .nav-items:after, .carousel .nav .nav-items:before {
                background-image: url(../Images/player.png);
                content: '';
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                width: 9px
            }

            .carousel .nav .nav-items:before {
                left: -9px;
                background-position: -154px -152px
            }

            .carousel .nav .nav-items:after {
                right: -9px;
                background-position: -225px -152px
            }

            .carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
                position: relative;
                height: 32px;
                float: left;
                width: 20px;
                box-sizing: border-box
            }

                .carousel .nav .nav-items .sxa-bullets:before {
                    background-image: url(../Images/player.png);
                    background-position: 0 -152px;
                    left: -10px;
                    content: '';
                    width: 20px;
                    height: 32px;
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%)
                }

                .carousel .nav .nav-items .sxa-bullets.active:before {
                    background-position: -75px -152px
                }

            .carousel .nav .nav-items .sxa-numbers {
                padding-top: 3px;
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
                background: linear-gradient(to bottom,#eee 0,#efefef 3%,#fbfbfb 16%,#fefefe 22%,#fff 34%,#fdfdfd 41%,#f7f7f7 50%,#e8e8e8 66%,#d5d5d5 78%,#cecece 84%,rgba(13,15,17,.44) 88%,rgba(13,15,17,.3) 94%,rgba(13,15,17,.12) 100%)
            }

                .carousel .nav .nav-items .sxa-numbers:hover {
                    color: #878787
                }

                .carousel .nav .nav-items .sxa-numbers.active {
                    font-weight: 700
                }

        .carousel .nav .next-text, .carousel .nav .prev-text {
            position: relative;
            font-size: 0;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            color: #000
        }

        .carousel .nav a.next-text:active, .carousel .nav a.next-text:hover {
            text-decoration: none;
            color: #878787
        }

        .carousel .nav a.next-text:after {
            content: "";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            font-size: 20px
        }

        .carousel .nav a.prev-text:active, .carousel .nav a.prev-text:hover {
            text-decoration: none
        }

        .carousel .nav a.prev-text:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: block;
            font-size: 20px
        }

    .carousel.image-full-size .carousel-body {
        height: auto;
        top: 2%;
        opacity: .8
    }

    .carousel.image-full-size .carousel-link {
        left: auto;
        right: 1%;
        bottom: 2%;
        opacity: .8
    }

    .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper {
        padding-bottom: 0
    }

        .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content {
            padding-left: 0;
            padding-right: 0
        }

            .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .field-slideimage {
                min-height: 200px
            }

            .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .slide-info {
                position: absolute;
                top: 50%;
                left: 50px;
                transform: translate(0,-50%);
                z-index: 999;
                background-color: transparent
            }

        .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav {
            height: 0;
            margin-top: 0
        }

            .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .next-text, .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .prev-text {
                top: 50%;
                bottom: auto;
                transform: translateY(-50%)
            }

            .carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .nav-items {
                position: absolute;
                bottom: 15px;
                left: 50%;
                transform: translateX(-50%)
            }

@media (max-width: 768px) {
    .carousel {
        padding: 0
    }
}

.row.column-splitter {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

    .row.column-splitter > div {
        padding-left: 0;
        padding-right: 0
    }

.sxa-bordered {
    box-sizing: border-box
}

    .sxa-bordered > .component-content {
        padding: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        border-radius: 5px
    }

.column-splitter, .row-splitter {
    box-sizing: border-box
}

    .column-splitter .sxa-bordered, .row-splitter .sxa-bordered {
        padding: 5px !important
    }

        .column-splitter .sxa-bordered .scEmptyPlaceholder, .column-splitter .sxa-bordered > .component, .row-splitter .sxa-bordered .scEmptyPlaceholder, .row-splitter .sxa-bordered > .component {
            border-width: 1px;
            border-style: solid;
            border-color: #d2d2d2;
            border-radius: 5px
        }

.title-row-box {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-sizing: border-box;
    width: 100%;
    height: 87px;
    margin: 0;
    padding: 0;
    background: #f7f7f7
}

    .title-row-box > .component-content {
        max-width: 992px;
        margin: 0 auto !important
    }

        .title-row-box > .component-content .title {
            display: inline-block;
            vertical-align: middle;
            box-sizing: border-box;
            margin: 23px 0 0 0;
            padding: 0
        }

            .title-row-box > .component-content .title h1 {
                font-size: 22px;
                font-size: 2.2rem;
                border: none
            }

@media only screen and (max-width: 990.98px) {
    .title-row-box > .component-content .title {
        margin: 23px 0 0 20px
    }
}

.title-row-box > .component-content .rich-text {
    margin: 0
}

    .title-row-box > .component-content .rich-text h1, .title-row-box > .component-content .rich-text h2, .title-row-box > .component-content .rich-text h3, .title-row-box > .component-content .rich-text h4 {
        margin: 0;
        padding: 0
    }

.title-row-box > .component-content .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 23px 0 0 0;
    padding: 0;
    float: right;
    clear: both
}

@media only screen and (min-width: 381px) and (max-width:990.98px) {
    .title-row-box > .component-content .breadcrumb {
        margin: 23px 20px 0 0
    }
}

@media only screen and (max-width: 380px) {
    .title-row-box > .component-content .breadcrumb {
        display: none
    }
}

@media only screen and (max-width: 990.98px) {
    .title-row-box .alpha {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: left
    }

    .title-row-box .omega {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: right
    }
}

.container {
    padding: 0
}

    .container .component-content:after {
        content: "";
        display: table;
        clear: both
    }

.divider hr {
    margin: 10px 0;
    border: 0;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d2d2d2
}

.white-space-divider hr {
    border: none
}

@charset "UTF-8";

.event-list li, .event-list li > .scLooseFrameZone {
    background: #fff;
    display: inline-flex;
    width: 100%;
    align-items: center;
    color: #747474;
    flex-flow: row wrap
}

    .event-list li:after, .event-list li > .scLooseFrameZone:after {
        content: "";
        display: table;
        clear: both
    }

.event-list {
    background: 0 0
}

    .event-list .avi, .event-list .bmp, .event-list .doc, .event-list .docx, .event-list .field-filetypeicon > a > span, .event-list .gif, .event-list .jpeg, .event-list .jpg, .event-list .mov, .event-list .mp3, .event-list .mp4, .event-list .pdf, .event-list .png, .event-list .ppt, .event-list .pptx, .event-list .psd, .event-list .txt, .event-list .wma, .event-list .wmv, .event-list .xls, .event-list .xlsx, .event-list .zip {
        display: inline-block;
        box-sizing: border-box;
        font-weight: 400;
        width: 15px;
        height: 21px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .event-list .avi:before, .event-list .bmp:before, .event-list .doc:before, .event-list .docx:before, .event-list .field-filetypeicon > a > span:before, .event-list .gif:before, .event-list .jpeg:before, .event-list .jpg:before, .event-list .mov:before, .event-list .mp3:before, .event-list .mp4:before, .event-list .pdf:before, .event-list .png:before, .event-list .ppt:before, .event-list .pptx:before, .event-list .psd:before, .event-list .txt:before, .event-list .wma:before, .event-list .wmv:before, .event-list .xls:before, .event-list .xlsx:before, .event-list .zip:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px !important;
            position: absolute;
            display: block;
            top: 50%;
            margin: 0;
            padding: 0;
            transform: translateY(-50%)
        }

    .event-list .field-filetypeicon span:before {
        content: ""
    }

    .event-list .field-filetypeicon .pdf:before {
        content: ""
    }

    .event-list .field-filetypeicon .xls:before, .event-list .field-filetypeicon .xlsx:before {
        content: ""
    }

    .event-list .field-filetypeicon .ppt:before, .event-list .field-filetypeicon .pptx:before {
        content: ""
    }

    .event-list .field-filetypeicon .doc:before, .event-list .field-filetypeicon .docx:before {
        content: ""
    }

    .event-list .field-filetypeicon .bmp:before, .event-list .field-filetypeicon .gif:before, .event-list .field-filetypeicon .jpeg:before, .event-list .field-filetypeicon .jpg:before, .event-list .field-filetypeicon .png:before, .event-list .field-filetypeicon .psd:before, .event-list .field-filetypeicon .tif:before {
        content: ""
    }

    .event-list .field-filetypeicon .avi:before, .event-list .field-filetypeicon .divx:before, .event-list .field-filetypeicon .flv:before, .event-list .field-filetypeicon .gifv:before, .event-list .field-filetypeicon .h264:before, .event-list .field-filetypeicon .m4v:before, .event-list .field-filetypeicon .mk3d:before, .event-list .field-filetypeicon .mkv:before, .event-list .field-filetypeicon .mov:before, .event-list .field-filetypeicon .movie:before, .event-list .field-filetypeicon .mp4:before, .event-list .field-filetypeicon .mpg:before, .event-list .field-filetypeicon .oggv:before, .event-list .field-filetypeicon .rv:before, .event-list .field-filetypeicon .swf:before, .event-list .field-filetypeicon .vid:before, .event-list .field-filetypeicon .vp6:before, .event-list .field-filetypeicon .webm:before, .event-list .field-filetypeicon .wmv:before {
        content: ""
    }

    .event-list .field-filetypeicon .aa:before, .event-list .field-filetypeicon .aac:before, .event-list .field-filetypeicon .aax:before, .event-list .field-filetypeicon .ac3:before, .event-list .field-filetypeicon .aif:before, .event-list .field-filetypeicon .aiff:before, .event-list .field-filetypeicon .amz:before, .event-list .field-filetypeicon .asx:before, .event-list .field-filetypeicon .au:before, .event-list .field-filetypeicon .avr:before, .event-list .field-filetypeicon .fla:before, .event-list .field-filetypeicon .flac:before, .event-list .field-filetypeicon .m3u:before, .event-list .field-filetypeicon .m4a:before, .event-list .field-filetypeicon .mid:before, .event-list .field-filetypeicon .midi:before, .event-list .field-filetypeicon .mka:before, .event-list .field-filetypeicon .mp3:before, .event-list .field-filetypeicon .mp4a:before, .event-list .field-filetypeicon .ogg:before, .event-list .field-filetypeicon .pcm:before, .event-list .field-filetypeicon .ra:before, .event-list .field-filetypeicon .rma:before, .event-list .field-filetypeicon .wav:before, .event-list .field-filetypeicon .wma:before, .event-list .field-filetypeicon .xwma:before {
        content: ""
    }

    .event-list .field-filetypeicon .txt:before {
        content: ""
    }

    .event-list .field-filetypeicon .dmg:before, .event-list .field-filetypeicon .gz:before, .event-list .field-filetypeicon .iso:before, .event-list .field-filetypeicon .rar:before, .event-list .field-filetypeicon .tar:before, .event-list .field-filetypeicon .zip:before, .event-list .field-filetypeicon .zipx:before {
        content: ""
    }

    .event-list .field-filetypeicon .config:before, .event-list .field-filetypeicon .cpp:before, .event-list .field-filetypeicon .css:before, .event-list .field-filetypeicon .git:before, .event-list .field-filetypeicon .h:before, .event-list .field-filetypeicon .ini:before, .event-list .field-filetypeicon .js:before, .event-list .field-filetypeicon .py:before {
        content: ""
    }

    .event-list .field-filetypeicon .apk:before, .event-list .field-filetypeicon .app:before, .event-list .field-filetypeicon .bat:before, .event-list .field-filetypeicon .deb:before, .event-list .field-filetypeicon .dll:before, .event-list .field-filetypeicon .exe:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .msi:before, .event-list .field-filetypeicon .pl:before, .event-list .field-filetypeicon .prg:before, .event-list .field-filetypeicon .scr:before, .event-list .field-filetypeicon .sh:before, .event-list .field-filetypeicon .vb:before {
        content: ""
    }

    .event-list .field-filetypeicon .asp:before, .event-list .field-filetypeicon .aspx:before, .event-list .field-filetypeicon .cfm:before, .event-list .field-filetypeicon .com:before, .event-list .field-filetypeicon .edu:before, .event-list .field-filetypeicon .gov:before, .event-list .field-filetypeicon .htm:before, .event-list .field-filetypeicon .html:before, .event-list .field-filetypeicon .jhtml:before, .event-list .field-filetypeicon .mil:before, .event-list .field-filetypeicon .net:before, .event-list .field-filetypeicon .org:before, .event-list .field-filetypeicon .php3:before, .event-list .field-filetypeicon .php4:before, .event-list .field-filetypeicon .php5:before, .event-list .field-filetypeicon .php:before, .event-list .field-filetypeicon .phtmle:before, .event-list .field-filetypeicon .xhtml:before {
        content: ""
    }

    .event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
        color: #222
    }

    .event-list h1, .event-list h2 {
        margin: 10px 0
    }

    .event-list h3, .event-list h4, .event-list p {
        margin: 5px 0
    }

    .event-list h5, .event-list h6 {
        margin: 5px 0 0
    }

    .event-list strong {
        font-weight: 700
    }

    .event-list ol, .event-list ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .event-list li {
        font-size: 13px;
        margin-left: 15px
    }

    .event-list ul li {
        list-style: disc;
        list-style-position: inside
    }

    .event-list ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .event-list a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .event-list a:hover {
            color: #878787
        }

    .event-list table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .event-list table, .event-list table td, .event-list table th, .event-list table tr {
            border: solid 2px #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .event-list table td, .event-list table th, .event-list table tr {
                padding: 5px
            }

            .event-list table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .event-list table tr {
                border: none
            }

            .event-list table td, .event-list table th {
                border-width: 2px 0 0 2px
            }

            .event-list table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .event-list table th:first-child {
                    border-left: 0
                }

            .event-list table td:first-child {
                border-left: 0
            }

    .event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc
    }

    .event-list ul {
        margin: 10px 0
    }

    .event-list li {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        margin-left: 0;
        box-sizing: border-box;
        padding: 15px 15px 40px 15px;
        position: relative;
        margin: 10px 0
    }

        .event-list li > .scLooseFrameZone > .scEmptyPlaceholder {
            flex-basis: 100%
        }

    .event-list .event-list-time {
        order: 1;
        flex-grow: 1;
        font-weight: 700;
        min-width: 115px;
        max-width: 20%
    }

        .event-list .event-list-time .scWebEditInput {
            display: inline
        }

    .event-list .event-list-info {
        order: 1;
        flex-grow: 2;
        margin: 0 15px;
        max-width: 75%
    }

    .event-list .event-list-name {
        font-size: 16px;
        font-weight: 700
    }

    .event-list .event-list-link, .event-list .event-list-place {
        position: absolute;
        bottom: 5px;
        padding-left: 15px
    }

        .event-list .event-list-link:before, .event-list .event-list-place:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: 0
        }

    .event-list .event-list-place {
        left: 10px
    }

        .event-list .event-list-place:before {
            content: ""
        }

    .event-list .event-list-link {
        right: 10px
    }

        .event-list .event-list-link a {
            font-size: 1em;
            color: #747474
        }

            .event-list .event-list-link a:hover {
                color: #878787;
                text-decoration: none;
                border-bottom: 1px solid #89c6cc
            }

        .event-list .event-list-link:before {
            content: ""
        }

    .event-list .scWebEditInput {
        font-family: Arial
    }

.facebook-comments .fb-comments {
    width: 100%
}

    .facebook-comments .fb-comments > span {
        text-align: justify !important;
        width: 100% !important
    }

        .facebook-comments .fb-comments > span > iframe {
            width: 100% !important
        }

.feed {
    background: 0 0
}

    .feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d2d2d2
    }

    .feed .feed-item {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d2d2d2;
        padding: 10px 10px 10px 0;
        margin-left: 10px;
        background: 0 0
    }

    .feed .feed-title a {
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        font-weight: 700;
        display: block
    }

    .feed .feed-datetime {
        font-size: 11px;
        font-size: 1.1rem;
        float: left
    }

    .feed .feed-author {
        font-size: 11px;
        font-size: 1.1rem;
        float: right
    }

    .feed .feed-description {
        font-size: 13px;
        font-size: 1.3rem;
        box-sizing: border-box;
        margin: 5px;
        overflow: hidden;
        clear: both
    }

        .feed .feed-description img {
            margin: 0 4px
        }

    .feed.feed-grid .feed-item {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        width: 32%;
        margin: 0 1% 10px 0;
        padding: 20px
    }

@media only screen and (max-width: 639px) {
    .feed.feed-grid .feed-item {
        width: 100%
    }
}

.field-editor {
    background: 0 0;
    overflow: hidden
}

    .field-editor .field-table {
        width: 100%;
        border-collapse: collapse
    }

        .field-editor .field-table table {
            word-wrap: break-word;
            table-layout: fixed
        }

        .field-editor .field-table tbody {
            border: none;
            background: 0 0
        }

            .field-editor .field-table tbody tr {
                background: 0 0
            }

        .field-editor .field-table th {
            color: #000;
            padding: 5px 10px;
            text-align: left;
            vertical-align: middle
        }

        .field-editor .field-table td {
            color: #747474;
            padding: 5px 10px;
            text-align: left;
            vertical-align: middle
        }

    .field-editor.position-right .field-table td {
        text-align: right
    }

    .field-editor.position-center .field-table td {
        text-align: center
    }

@charset "UTF-8";

.file-list {
    background: 0 0
}

    .file-list h1, .file-list h2, .file-list h3, .file-list h4, .file-list h5, .file-list h6 {
        color: #747474;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: transparent
    }

    .file-list li {
        margin: 0 20px 5px 0
    }

        .file-list li * {
            color: #747474
        }

    .file-list .list-item {
        background: 0 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc
    }

        .file-list .list-item a:hover {
            color: #878787
        }

        .file-list .list-item > .scEnabledChrome {
            width: 100%
        }

            .file-list .list-item > .scEnabledChrome .scEmptyPlaceholder {
                width: 100%;
                margin-left: 0
            }

            .file-list .list-item > *, .file-list .list-item > .scEnabledChrome > * {
                flex-shrink: 1;
                flex-grow: 1;
                margin-left: 5px
            }

        .file-list .list-item .field-filetypeicon > a {
            display: block
        }

        .file-list .list-item .field-filetypeicon span {
            display: block;
            height: 17px
        }

            .file-list .list-item .field-filetypeicon span:before {
                font-size: 18px
            }

    .file-list .field-customimage, .file-list .field-description, .file-list .field-linktext, .file-list .field-size {
        color: #747474;
        font-size: #747474
    }

        .file-list .field-linktext a {
            text-decoration: none
        }

    .file-list .avi, .file-list .bmp, .file-list .doc, .file-list .docx, .file-list .field-filetypeicon > a > span, .file-list .gif, .file-list .jpeg, .file-list .jpg, .file-list .mov, .file-list .mp3, .file-list .mp4, .file-list .pdf, .file-list .png, .file-list .ppt, .file-list .pptx, .file-list .psd, .file-list .txt, .file-list .wma, .file-list .wmv, .file-list .xls, .file-list .xlsx, .file-list .zip {
        display: inline-block;
        box-sizing: border-box;
        font-weight: 400;
        width: 15px;
        height: 21px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .file-list .avi:before, .file-list .bmp:before, .file-list .doc:before, .file-list .docx:before, .file-list .field-filetypeicon > a > span:before, .file-list .gif:before, .file-list .jpeg:before, .file-list .jpg:before, .file-list .mov:before, .file-list .mp3:before, .file-list .mp4:before, .file-list .pdf:before, .file-list .png:before, .file-list .ppt:before, .file-list .pptx:before, .file-list .psd:before, .file-list .txt:before, .file-list .wma:before, .file-list .wmv:before, .file-list .xls:before, .file-list .xlsx:before, .file-list .zip:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px !important;
            position: absolute;
            display: block;
            top: 50%;
            margin: 0;
            padding: 0;
            transform: translateY(-50%)
        }

    .file-list .field-filetypeicon span:before {
        content: ""
    }

    .file-list .field-filetypeicon .pdf:before {
        content: ""
    }

    .file-list .field-filetypeicon .xls:before, .file-list .field-filetypeicon .xlsx:before {
        content: ""
    }

    .file-list .field-filetypeicon .ppt:before, .file-list .field-filetypeicon .pptx:before {
        content: ""
    }

    .file-list .field-filetypeicon .doc:before, .file-list .field-filetypeicon .docx:before {
        content: ""
    }

    .file-list .field-filetypeicon .bmp:before, .file-list .field-filetypeicon .gif:before, .file-list .field-filetypeicon .jpeg:before, .file-list .field-filetypeicon .jpg:before, .file-list .field-filetypeicon .png:before, .file-list .field-filetypeicon .psd:before, .file-list .field-filetypeicon .tif:before {
        content: ""
    }

    .file-list .field-filetypeicon .avi:before, .file-list .field-filetypeicon .divx:before, .file-list .field-filetypeicon .flv:before, .file-list .field-filetypeicon .gifv:before, .file-list .field-filetypeicon .h264:before, .file-list .field-filetypeicon .m4v:before, .file-list .field-filetypeicon .mk3d:before, .file-list .field-filetypeicon .mkv:before, .file-list .field-filetypeicon .mov:before, .file-list .field-filetypeicon .movie:before, .file-list .field-filetypeicon .mp4:before, .file-list .field-filetypeicon .mpg:before, .file-list .field-filetypeicon .oggv:before, .file-list .field-filetypeicon .rv:before, .file-list .field-filetypeicon .swf:before, .file-list .field-filetypeicon .vid:before, .file-list .field-filetypeicon .vp6:before, .file-list .field-filetypeicon .webm:before, .file-list .field-filetypeicon .wmv:before {
        content: ""
    }

    .file-list .field-filetypeicon .aa:before, .file-list .field-filetypeicon .aac:before, .file-list .field-filetypeicon .aax:before, .file-list .field-filetypeicon .ac3:before, .file-list .field-filetypeicon .aif:before, .file-list .field-filetypeicon .aiff:before, .file-list .field-filetypeicon .amz:before, .file-list .field-filetypeicon .asx:before, .file-list .field-filetypeicon .au:before, .file-list .field-filetypeicon .avr:before, .file-list .field-filetypeicon .fla:before, .file-list .field-filetypeicon .flac:before, .file-list .field-filetypeicon .m3u:before, .file-list .field-filetypeicon .m4a:before, .file-list .field-filetypeicon .mid:before, .file-list .field-filetypeicon .midi:before, .file-list .field-filetypeicon .mka:before, .file-list .field-filetypeicon .mp3:before, .file-list .field-filetypeicon .mp4a:before, .file-list .field-filetypeicon .ogg:before, .file-list .field-filetypeicon .pcm:before, .file-list .field-filetypeicon .ra:before, .file-list .field-filetypeicon .rma:before, .file-list .field-filetypeicon .wav:before, .file-list .field-filetypeicon .wma:before, .file-list .field-filetypeicon .xwma:before {
        content: ""
    }

    .file-list .field-filetypeicon .txt:before {
        content: ""
    }

    .file-list .field-filetypeicon .dmg:before, .file-list .field-filetypeicon .gz:before, .file-list .field-filetypeicon .iso:before, .file-list .field-filetypeicon .rar:before, .file-list .field-filetypeicon .tar:before, .file-list .field-filetypeicon .zip:before, .file-list .field-filetypeicon .zipx:before {
        content: ""
    }

    .file-list .field-filetypeicon .config:before, .file-list .field-filetypeicon .cpp:before, .file-list .field-filetypeicon .css:before, .file-list .field-filetypeicon .git:before, .file-list .field-filetypeicon .h:before, .file-list .field-filetypeicon .ini:before, .file-list .field-filetypeicon .js:before, .file-list .field-filetypeicon .py:before {
        content: ""
    }

    .file-list .field-filetypeicon .apk:before, .file-list .field-filetypeicon .app:before, .file-list .field-filetypeicon .bat:before, .file-list .field-filetypeicon .deb:before, .file-list .field-filetypeicon .dll:before, .file-list .field-filetypeicon .exe:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .msi:before, .file-list .field-filetypeicon .pl:before, .file-list .field-filetypeicon .prg:before, .file-list .field-filetypeicon .scr:before, .file-list .field-filetypeicon .sh:before, .file-list .field-filetypeicon .vb:before {
        content: ""
    }

    .file-list .field-filetypeicon .asp:before, .file-list .field-filetypeicon .aspx:before, .file-list .field-filetypeicon .cfm:before, .file-list .field-filetypeicon .com:before, .file-list .field-filetypeicon .edu:before, .file-list .field-filetypeicon .gov:before, .file-list .field-filetypeicon .htm:before, .file-list .field-filetypeicon .html:before, .file-list .field-filetypeicon .jhtml:before, .file-list .field-filetypeicon .mil:before, .file-list .field-filetypeicon .net:before, .file-list .field-filetypeicon .org:before, .file-list .field-filetypeicon .php3:before, .file-list .field-filetypeicon .php4:before, .file-list .field-filetypeicon .php5:before, .file-list .field-filetypeicon .php:before, .file-list .field-filetypeicon .phtmle:before, .file-list .field-filetypeicon .xhtml:before {
        content: ""
    }

    .file-list.file-list-images .file-list-items li {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 30%
    }

    .file-list.file-list-files .component-content > ul li > .scLooseFrameZone, .file-list.file-list-files .component-content > ul > li {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .file-list.file-list-files li {
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px
    }

        .file-list.file-list-files li:last-child {
            padding-bottom: 0
        }

    .file-list.file-list-files .field-filetypeicon {
        width: 3%;
        order: 1;
        min-width: 23px
    }

        .file-list.file-list-files .field-filetypeicon span:before {
            font-size: 20px
        }

    .file-list.file-list-files .field-title {
        order: 1;
        padding: 0;
        width: 50%
    }

    .file-list.file-list-files .field-updated {
        order: 1;
        width: 45%;
        text-align: right
    }

    .file-list.file-list-files .field-linktext {
        order: 1;
        text-align: center;
        font-weight: 600
    }

    .file-list.file-list-horizontal .component-content > ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px
    }

        .file-list.file-list-horizontal .component-content > ul > li {
            order: 1
        }

    .file-list.file-list-horizontal li {
        flex-grow: 1;
        align-self: flex-end;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: auto
    }

        .file-list.file-list-horizontal li .field-filetypeicon span {
            height: 25px;
            width: 100%
        }

            .file-list.file-list-horizontal li .field-filetypeicon span:before {
                font-size: 24px !important;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

    .file-list.file-list-horizontal .list-item > *, .file-list.file-list-horizontal .list-item > .scEnabledChrome > * {
        display: block;
        text-align: center
    }

.flash .flash-replaced embed {
    min-height: 200px
}

.flip {
    background: 0 0;
    perspective: 1000
}

    .flip h2 {
        margin-bottom: 5px
    }

    .flip .Side0, .flip .Side0_EDIT, .flip .Side1, .flip .Side1_EDIT {
        background: #fff;
        width: 96%;
        padding: 2%
    }

        .flip .Side0:after, .flip .Side0_EDIT:after, .flip .Side1:after, .flip .Side1_EDIT:after {
            content: "";
            display: table;
            clear: both
        }

    .flip .Side1_EDIT {
        margin-top: 5px
    }

    .flip .flipsides {
        position: relative;
        word-wrap: break-word
    }

    .flip .Side0, .flip .Side1 {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 1s;
        transition-timing-function: ease-in;
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        cursor: pointer;
        width: 100%
    }

        .flip .Side0 .slide-content:after, .flip .Side0 .slide-heading:after, .flip .Side1 .slide-content:after, .flip .Side1 .slide-heading:after {
            content: "";
            display: table;
            clear: both
        }

    .flip .Side1 {
        transform: rotateY(180deg);
        -webkit-animation: slide0hide 1s ease-in 1s forwards;
        animation: slide0hide 1s ease-in 1s forwards
    }

    .flip.active .Side0 {
        transform: rotateY(180deg);
        -webkit-animation: slide0hide 1s ease-in 1s forwards;
        animation: slide0hide 1s ease-in 1s forwards
    }

    .flip.active .Side1 {
        transform: rotateY(360deg);
        -webkit-animation: slide1show 0s ease-in 1s forwards;
        animation: slide1show 0s ease-in 1s forwards
    }

    .flip.flip-fade .Side0, .flip.flip-fade .Side1 {
        transition-property: opacity
    }

    .flip.flip-fade .Side1 {
        transform: rotateY(0);
        opacity: 0
    }

    .flip.flip-fade.active .Side0 {
        transform: rotateY(0);
        opacity: 0
    }

    .flip.flip-fade.active .Side1 {
        transform: rotateY(0);
        opacity: 1
    }

    .flip.flip-slide-top .Side0, .flip.flip-slide-top .Side1 {
        transition-property: height,visibility,padding-top;
        transition-duration: 1s,1s,1s;
        transition-timing-function: linear,linear,linear;
        box-sizing: border-box
    }

    .flip.flip-slide-top .Side1 {
        transform: rotateY(0);
        overflow: hidden;
        height: 0;
        visibility: hidden;
        padding-top: 0;
        padding-bottom: 0
    }

        .flip.flip-slide-top .Side1 .slide-heading {
            margin-top: 16px
        }

    .flip.flip-slide-top.active .Side0 {
        transform: rotateY(0)
    }

    .flip.flip-slide-top.active .Side1 {
        height: 100%;
        transform: rotateY(0);
        visibility: visible;
        padding-top: 0;
        padding-bottom: 10px
    }

    .flip.flip-vertical .Side1 {
        transform: rotateY(0);
        transform: rotateX(180deg)
    }

    .flip.flip-vertical.active .Side0 {
        transform: rotateY(0);
        transform: rotateX(180deg)
    }

    .flip.flip-vertical.active .Side1 {
        transform: rotateY(0);
        transform: rotateX(360deg)
    }

.no-csstransforms3d .flip .Side1 {
    display: none
}

.no-csstransforms3d .flip.active .Side0 {
    display: none
}

.no-csstransforms3d .flip.active .Side1 {
    display: block
}

.on-page-editor .flipsides {
    height: auto
}

    .on-page-editor .flipsides .Side0, .on-page-editor .flipsides .Side1 {
        margin-bottom: 10px
    }

@-webkit-keyframes slide0hide {
    to {
        visibility: hidden
    }
}

@keyframes slide0hide {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes slide1show {
    to {
        visibility: visible
    }
}

@keyframes slide1show {
    to {
        visibility: visible
    }
}

.form {
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden
}

    .form table {
        width: 100%
    }

    .form .scfSectionContent > div {
        margin: 5px 0 0 0;
        padding: 0
    }

        .form .scfSectionContent > div ~ div {
            margin: 0
        }

        .form .scfSectionContent > div > div, .form .scfSectionContent > div > label {
            width: 100%;
            display: block;
            padding: 0
        }

    .form .has-feedback:after {
        content: "";
        display: table;
        clear: both
    }

    .form .scfRequired {
        display: none !important
    }

    .form fieldset {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        padding: 15px;
        margin: 10px 0;
        position: relative
    }

        .form fieldset legend {
            font-weight: 700;
            padding: 0 5px;
            font-size: 16px;
            position: absolute;
            top: -33px;
            background: #fff;
            left: 0
        }

    .form .scfSectionContent > div {
        box-sizing: border-box;
        margin: 15px 0;
        border: 1px dashed gray;
        padding: 10px;
        position: relative
    }

        .form .scfSectionContent > div:after {
            clear: both;
            content: "";
            display: block
        }

        .form .scfSectionContent > div:hover [class$=GeneralPanel] > [class$=UsefulInfo] {
            opacity: 1
        }

        .form .scfSectionContent > div input, .form .scfSectionContent > div select {
            margin-left: 5px
        }

    .form .scfSectionContent [class$=UsefulInfo] {
        transition: opacity .75s;
        box-sizing: border-box;
        opacity: 0;
        font-size: 12px;
        margin-left: 5px;
        position: absolute;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        left: 0;
        top: -15px;
        padding: 4px 8px;
        max-width: 98%;
        width: auto;
        background-color: #f5f5f5;
        color: grey
    }

    .form input, .form select, .form textarea {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        padding: 2px 4px;
        max-width: 98%
    }

    .form .scfCaptcha input[type=text] {
        margin: 0
    }

    .form .scfCaptchStrongTextPanel, .form .scfCaptchaLimitGeneralPanel {
        max-width: 100%;
        width: auto
    }

    .form .scfCaptchaLabel {
        display: none
    }

    .form .scfSectionContent .scfCaptchaGeneralPanel embed {
        max-width: 180px
    }

    .form input[type=image] {
        border: none
    }

    .form button, .form input[type=submit] {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        background: #fff;
        cursor: pointer;
        margin-left: 0
    }

    .form input[type=file], .form input[type=password], .form input[type=text], .form textarea {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d2d2d2;
        width: 95%;
        padding: 2px
    }

        .form input[type=file] + span, .form input[type=password] + span, .form input[type=text] + span, .form textarea + span {
            display: inline-block;
            vertical-align: middle
        }

    .form input[type=file] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .form input[type=radio] {
        position: absolute
    }

        .form input[type=radio] + label:before {
            content: "";
            position: absolute;
            top: 2px;
            display: block;
            width: 16px;
            height: 16px;
            background-color: #fff
        }

        .form input[type=radio] + label:after {
            content: "";
            position: absolute;
            top: 2px;
            display: block;
            width: 16px;
            height: 15px;
            background: image-url("radiobox.png")
        }

        .form input[type=radio]:checked + label:after {
            background-position: -16px 0
        }

        .form input[type=radio] + label {
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding-left: 20px;
            margin-left: 5px;
            position: relative
        }

    .form select {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        max-height: 30px;
        position: relative;
        text-indent: 2px
    }

    .form .scfListBox {
        background: 0 0;
        max-height: none
    }

    .form .scfDateSelectorDay, .form .scfDateSelectorMonth, .form .scfDateSelectorYear {
        width: 30%
    }

    .form.hints-below .scfSectionContent [class$=UsefulInfo] {
        position: static;
        opacity: 1;
        max-width: 100%;
        width: 100%;
        margin: 5px 0 0 5px
    }

    .form.labels-above label {
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin: 0
    }

    .form.labels-above .scfCaptchaGeneralPanel, .form.labels-above .scfCheckBoxListGeneralPanel, .form.labels-above .scfConfirmPasswordGeneralPanel, .form.labels-above .scfCreditCardGeneralPanel, .form.labels-above .scfDateGeneralPanel, .form.labels-above .scfDatePickerGeneralPanel, .form.labels-above .scfDateSelectorGeneralPanel, .form.labels-above .scfDropListGeneralPanel, .form.labels-above .scfEmailGeneralPanel, .form.labels-above .scfFileUploadGeneralPanel, .form.labels-above .scfListBoxGeneralPanel, .form.labels-above .scfMultipleLineGeneralPanel, .form.labels-above .scfNumberGeneralPanel, .form.labels-above .scfPasswordGeneralPanel, .form.labels-above .scfRadioButtonListGeneralPanel, .form.labels-above .scfSingleLineGeneralPanel, .form.labels-above .scfSmsTelephoneGeneralPanel, .form.labels-above .scfTelephoneGeneralPanel {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 93%
    }

    .form.labels-above .scfSectionContent .scfRequired {
        margin: 0 5px
    }

    .form.labels-above .scfMultipleLineGeneralPanel {
        width: 95%
    }

    .form.labels-above .scfMultipleLineTextBox {
        margin: 0 0 0 5px
    }

@charset "UTF-8";

.event-calendar {
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: none !important
}

    .event-calendar .avi, .event-calendar .bmp, .event-calendar .doc, .event-calendar .docx, .event-calendar .field-filetypeicon > a > span, .event-calendar .gif, .event-calendar .jpeg, .event-calendar .jpg, .event-calendar .mov, .event-calendar .mp3, .event-calendar .mp4, .event-calendar .pdf, .event-calendar .png, .event-calendar .ppt, .event-calendar .pptx, .event-calendar .psd, .event-calendar .txt, .event-calendar .wma, .event-calendar .wmv, .event-calendar .xls, .event-calendar .xlsx, .event-calendar .zip {
        display: inline-block;
        box-sizing: border-box;
        font-weight: 400;
        width: 15px;
        height: 21px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .event-calendar .avi:before, .event-calendar .bmp:before, .event-calendar .doc:before, .event-calendar .docx:before, .event-calendar .field-filetypeicon > a > span:before, .event-calendar .gif:before, .event-calendar .jpeg:before, .event-calendar .jpg:before, .event-calendar .mov:before, .event-calendar .mp3:before, .event-calendar .mp4:before, .event-calendar .pdf:before, .event-calendar .png:before, .event-calendar .ppt:before, .event-calendar .pptx:before, .event-calendar .psd:before, .event-calendar .txt:before, .event-calendar .wma:before, .event-calendar .wmv:before, .event-calendar .xls:before, .event-calendar .xlsx:before, .event-calendar .zip:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px !important;
            position: absolute;
            display: block;
            top: 50%;
            margin: 0;
            padding: 0;
            transform: translateY(-50%)
        }

    .event-calendar .field-filetypeicon span:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .pdf:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .xls:before, .event-calendar .field-filetypeicon .xlsx:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .ppt:before, .event-calendar .field-filetypeicon .pptx:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .doc:before, .event-calendar .field-filetypeicon .docx:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .bmp:before, .event-calendar .field-filetypeicon .gif:before, .event-calendar .field-filetypeicon .jpeg:before, .event-calendar .field-filetypeicon .jpg:before, .event-calendar .field-filetypeicon .png:before, .event-calendar .field-filetypeicon .psd:before, .event-calendar .field-filetypeicon .tif:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .avi:before, .event-calendar .field-filetypeicon .divx:before, .event-calendar .field-filetypeicon .flv:before, .event-calendar .field-filetypeicon .gifv:before, .event-calendar .field-filetypeicon .h264:before, .event-calendar .field-filetypeicon .m4v:before, .event-calendar .field-filetypeicon .mk3d:before, .event-calendar .field-filetypeicon .mkv:before, .event-calendar .field-filetypeicon .mov:before, .event-calendar .field-filetypeicon .movie:before, .event-calendar .field-filetypeicon .mp4:before, .event-calendar .field-filetypeicon .mpg:before, .event-calendar .field-filetypeicon .oggv:before, .event-calendar .field-filetypeicon .rv:before, .event-calendar .field-filetypeicon .swf:before, .event-calendar .field-filetypeicon .vid:before, .event-calendar .field-filetypeicon .vp6:before, .event-calendar .field-filetypeicon .webm:before, .event-calendar .field-filetypeicon .wmv:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .aa:before, .event-calendar .field-filetypeicon .aac:before, .event-calendar .field-filetypeicon .aax:before, .event-calendar .field-filetypeicon .ac3:before, .event-calendar .field-filetypeicon .aif:before, .event-calendar .field-filetypeicon .aiff:before, .event-calendar .field-filetypeicon .amz:before, .event-calendar .field-filetypeicon .asx:before, .event-calendar .field-filetypeicon .au:before, .event-calendar .field-filetypeicon .avr:before, .event-calendar .field-filetypeicon .fla:before, .event-calendar .field-filetypeicon .flac:before, .event-calendar .field-filetypeicon .m3u:before, .event-calendar .field-filetypeicon .m4a:before, .event-calendar .field-filetypeicon .mid:before, .event-calendar .field-filetypeicon .midi:before, .event-calendar .field-filetypeicon .mka:before, .event-calendar .field-filetypeicon .mp3:before, .event-calendar .field-filetypeicon .mp4a:before, .event-calendar .field-filetypeicon .ogg:before, .event-calendar .field-filetypeicon .pcm:before, .event-calendar .field-filetypeicon .ra:before, .event-calendar .field-filetypeicon .rma:before, .event-calendar .field-filetypeicon .wav:before, .event-calendar .field-filetypeicon .wma:before, .event-calendar .field-filetypeicon .xwma:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .txt:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .dmg:before, .event-calendar .field-filetypeicon .gz:before, .event-calendar .field-filetypeicon .iso:before, .event-calendar .field-filetypeicon .rar:before, .event-calendar .field-filetypeicon .tar:before, .event-calendar .field-filetypeicon .zip:before, .event-calendar .field-filetypeicon .zipx:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .config:before, .event-calendar .field-filetypeicon .cpp:before, .event-calendar .field-filetypeicon .css:before, .event-calendar .field-filetypeicon .git:before, .event-calendar .field-filetypeicon .h:before, .event-calendar .field-filetypeicon .ini:before, .event-calendar .field-filetypeicon .js:before, .event-calendar .field-filetypeicon .py:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .apk:before, .event-calendar .field-filetypeicon .app:before, .event-calendar .field-filetypeicon .bat:before, .event-calendar .field-filetypeicon .deb:before, .event-calendar .field-filetypeicon .dll:before, .event-calendar .field-filetypeicon .exe:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .msi:before, .event-calendar .field-filetypeicon .pl:before, .event-calendar .field-filetypeicon .prg:before, .event-calendar .field-filetypeicon .scr:before, .event-calendar .field-filetypeicon .sh:before, .event-calendar .field-filetypeicon .vb:before {
        content: ""
    }

    .event-calendar .field-filetypeicon .asp:before, .event-calendar .field-filetypeicon .aspx:before, .event-calendar .field-filetypeicon .cfm:before, .event-calendar .field-filetypeicon .com:before, .event-calendar .field-filetypeicon .edu:before, .event-calendar .field-filetypeicon .gov:before, .event-calendar .field-filetypeicon .htm:before, .event-calendar .field-filetypeicon .html:before, .event-calendar .field-filetypeicon .jhtml:before, .event-calendar .field-filetypeicon .mil:before, .event-calendar .field-filetypeicon .net:before, .event-calendar .field-filetypeicon .org:before, .event-calendar .field-filetypeicon .php3:before, .event-calendar .field-filetypeicon .php4:before, .event-calendar .field-filetypeicon .php5:before, .event-calendar .field-filetypeicon .php:before, .event-calendar .field-filetypeicon .phtmle:before, .event-calendar .field-filetypeicon .xhtml:before {
        content: ""
    }

    .event-calendar h1, .event-calendar h2, .event-calendar h3, .event-calendar h4, .event-calendar h5, .event-calendar h6 {
        color: #222
    }

    .event-calendar h1, .event-calendar h2 {
        margin: 10px 0
    }

    .event-calendar h3, .event-calendar h4, .event-calendar p {
        margin: 5px 0
    }

    .event-calendar h5, .event-calendar h6 {
        margin: 5px 0 0
    }

    .event-calendar strong {
        font-weight: 700
    }

    .event-calendar ol, .event-calendar ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .event-calendar li {
        font-size: 13px;
        margin-left: 15px
    }

    .event-calendar ul li {
        list-style: disc;
        list-style-position: inside
    }

    .event-calendar ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .event-calendar a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .event-calendar a:hover {
            color: #878787
        }

    .event-calendar table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .event-calendar table, .event-calendar table td, .event-calendar table th, .event-calendar table tr {
            border: solid 2px #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .event-calendar table td, .event-calendar table th, .event-calendar table tr {
                padding: 5px
            }

            .event-calendar table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .event-calendar table tr {
                border: none
            }

            .event-calendar table td, .event-calendar table th {
                border-width: 2px 0 0 2px
            }

            .event-calendar table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .event-calendar table th:first-child {
                    border-left: 0
                }

            .event-calendar table td:first-child {
                border-left: 0
            }

    .event-calendar .fc-day-grid-event:hover {
        color: #fff
    }

    .event-calendar .fc-content-skeleton td {
        padding: 0 !important
    }

    .event-calendar .fc-bg > table {
        height: 100% !important
    }

    .event-calendar .fc-day-header {
        background: #ccc
    }

    .event-calendar td, .event-calendar th {
        border-width: 1px 0 0 1px !important
    }

    .event-calendar table {
        border: 1px solid #d2d2d2
    }

        .event-calendar table, .event-calendar table td, .event-calendar table th, .event-calendar table tr {
            background: 0 0
        }

    .event-calendar .fc-event-container a {
        color: #fff;
        text-decoration: none
    }

.calendar-tooltip .avi, .calendar-tooltip .bmp, .calendar-tooltip .doc, .calendar-tooltip .docx, .calendar-tooltip .field-filetypeicon > a > span, .calendar-tooltip .gif, .calendar-tooltip .jpeg, .calendar-tooltip .jpg, .calendar-tooltip .mov, .calendar-tooltip .mp3, .calendar-tooltip .mp4, .calendar-tooltip .pdf, .calendar-tooltip .png, .calendar-tooltip .ppt, .calendar-tooltip .pptx, .calendar-tooltip .psd, .calendar-tooltip .txt, .calendar-tooltip .wma, .calendar-tooltip .wmv, .calendar-tooltip .xls, .calendar-tooltip .xlsx, .calendar-tooltip .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

    .calendar-tooltip .avi:before, .calendar-tooltip .bmp:before, .calendar-tooltip .doc:before, .calendar-tooltip .docx:before, .calendar-tooltip .field-filetypeicon > a > span:before, .calendar-tooltip .gif:before, .calendar-tooltip .jpeg:before, .calendar-tooltip .jpg:before, .calendar-tooltip .mov:before, .calendar-tooltip .mp3:before, .calendar-tooltip .mp4:before, .calendar-tooltip .pdf:before, .calendar-tooltip .png:before, .calendar-tooltip .ppt:before, .calendar-tooltip .pptx:before, .calendar-tooltip .psd:before, .calendar-tooltip .txt:before, .calendar-tooltip .wma:before, .calendar-tooltip .wmv:before, .calendar-tooltip .xls:before, .calendar-tooltip .xlsx:before, .calendar-tooltip .zip:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px !important;
        position: absolute;
        display: block;
        top: 50%;
        margin: 0;
        padding: 0;
        transform: translateY(-50%)
    }

.calendar-tooltip .field-filetypeicon span:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .pdf:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .xls:before, .calendar-tooltip .field-filetypeicon .xlsx:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .ppt:before, .calendar-tooltip .field-filetypeicon .pptx:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .doc:before, .calendar-tooltip .field-filetypeicon .docx:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .bmp:before, .calendar-tooltip .field-filetypeicon .gif:before, .calendar-tooltip .field-filetypeicon .jpeg:before, .calendar-tooltip .field-filetypeicon .jpg:before, .calendar-tooltip .field-filetypeicon .png:before, .calendar-tooltip .field-filetypeicon .psd:before, .calendar-tooltip .field-filetypeicon .tif:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .avi:before, .calendar-tooltip .field-filetypeicon .divx:before, .calendar-tooltip .field-filetypeicon .flv:before, .calendar-tooltip .field-filetypeicon .gifv:before, .calendar-tooltip .field-filetypeicon .h264:before, .calendar-tooltip .field-filetypeicon .m4v:before, .calendar-tooltip .field-filetypeicon .mk3d:before, .calendar-tooltip .field-filetypeicon .mkv:before, .calendar-tooltip .field-filetypeicon .mov:before, .calendar-tooltip .field-filetypeicon .movie:before, .calendar-tooltip .field-filetypeicon .mp4:before, .calendar-tooltip .field-filetypeicon .mpg:before, .calendar-tooltip .field-filetypeicon .oggv:before, .calendar-tooltip .field-filetypeicon .rv:before, .calendar-tooltip .field-filetypeicon .swf:before, .calendar-tooltip .field-filetypeicon .vid:before, .calendar-tooltip .field-filetypeicon .vp6:before, .calendar-tooltip .field-filetypeicon .webm:before, .calendar-tooltip .field-filetypeicon .wmv:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .aa:before, .calendar-tooltip .field-filetypeicon .aac:before, .calendar-tooltip .field-filetypeicon .aax:before, .calendar-tooltip .field-filetypeicon .ac3:before, .calendar-tooltip .field-filetypeicon .aif:before, .calendar-tooltip .field-filetypeicon .aiff:before, .calendar-tooltip .field-filetypeicon .amz:before, .calendar-tooltip .field-filetypeicon .asx:before, .calendar-tooltip .field-filetypeicon .au:before, .calendar-tooltip .field-filetypeicon .avr:before, .calendar-tooltip .field-filetypeicon .fla:before, .calendar-tooltip .field-filetypeicon .flac:before, .calendar-tooltip .field-filetypeicon .m3u:before, .calendar-tooltip .field-filetypeicon .m4a:before, .calendar-tooltip .field-filetypeicon .mid:before, .calendar-tooltip .field-filetypeicon .midi:before, .calendar-tooltip .field-filetypeicon .mka:before, .calendar-tooltip .field-filetypeicon .mp3:before, .calendar-tooltip .field-filetypeicon .mp4a:before, .calendar-tooltip .field-filetypeicon .ogg:before, .calendar-tooltip .field-filetypeicon .pcm:before, .calendar-tooltip .field-filetypeicon .ra:before, .calendar-tooltip .field-filetypeicon .rma:before, .calendar-tooltip .field-filetypeicon .wav:before, .calendar-tooltip .field-filetypeicon .wma:before, .calendar-tooltip .field-filetypeicon .xwma:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .txt:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .dmg:before, .calendar-tooltip .field-filetypeicon .gz:before, .calendar-tooltip .field-filetypeicon .iso:before, .calendar-tooltip .field-filetypeicon .rar:before, .calendar-tooltip .field-filetypeicon .tar:before, .calendar-tooltip .field-filetypeicon .zip:before, .calendar-tooltip .field-filetypeicon .zipx:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .config:before, .calendar-tooltip .field-filetypeicon .cpp:before, .calendar-tooltip .field-filetypeicon .css:before, .calendar-tooltip .field-filetypeicon .git:before, .calendar-tooltip .field-filetypeicon .h:before, .calendar-tooltip .field-filetypeicon .ini:before, .calendar-tooltip .field-filetypeicon .js:before, .calendar-tooltip .field-filetypeicon .py:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .apk:before, .calendar-tooltip .field-filetypeicon .app:before, .calendar-tooltip .field-filetypeicon .bat:before, .calendar-tooltip .field-filetypeicon .deb:before, .calendar-tooltip .field-filetypeicon .dll:before, .calendar-tooltip .field-filetypeicon .exe:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .msi:before, .calendar-tooltip .field-filetypeicon .pl:before, .calendar-tooltip .field-filetypeicon .prg:before, .calendar-tooltip .field-filetypeicon .scr:before, .calendar-tooltip .field-filetypeicon .sh:before, .calendar-tooltip .field-filetypeicon .vb:before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .asp:before, .calendar-tooltip .field-filetypeicon .aspx:before, .calendar-tooltip .field-filetypeicon .cfm:before, .calendar-tooltip .field-filetypeicon .com:before, .calendar-tooltip .field-filetypeicon .edu:before, .calendar-tooltip .field-filetypeicon .gov:before, .calendar-tooltip .field-filetypeicon .htm:before, .calendar-tooltip .field-filetypeicon .html:before, .calendar-tooltip .field-filetypeicon .jhtml:before, .calendar-tooltip .field-filetypeicon .mil:before, .calendar-tooltip .field-filetypeicon .net:before, .calendar-tooltip .field-filetypeicon .org:before, .calendar-tooltip .field-filetypeicon .php3:before, .calendar-tooltip .field-filetypeicon .php4:before, .calendar-tooltip .field-filetypeicon .php5:before, .calendar-tooltip .field-filetypeicon .php:before, .calendar-tooltip .field-filetypeicon .phtmle:before, .calendar-tooltip .field-filetypeicon .xhtml:before {
    content: ""
}

.calendar-tooltip h1, .calendar-tooltip h2, .calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip h5, .calendar-tooltip h6 {
    color: #222
}

.calendar-tooltip h1, .calendar-tooltip h2 {
    margin: 10px 0
}

.calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip p {
    margin: 5px 0
}

.calendar-tooltip h5, .calendar-tooltip h6 {
    margin: 5px 0 0
}

.calendar-tooltip strong {
    font-weight: 700
}

.calendar-tooltip ol, .calendar-tooltip ul {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px
}

.calendar-tooltip li {
    font-size: 13px;
    margin-left: 15px
}

.calendar-tooltip ul li {
    list-style: disc;
    list-style-position: inside
}

.calendar-tooltip ol li {
    list-style: decimal;
    list-style-position: inside
}

.calendar-tooltip a {
    color: #de232f;
    text-decoration: underline;
    font-size: 1em
}

    .calendar-tooltip a:hover {
        color: #878787
    }

.calendar-tooltip table {
    height: auto !important;
    border: 2px solid #d2d2d2
}

    .calendar-tooltip table, .calendar-tooltip table td, .calendar-tooltip table th, .calendar-tooltip table tr {
        border: solid 2px #d2d2d2;
        background: #fff;
        border-collapse: collapse;
        vertical-align: middle
    }

        .calendar-tooltip table td, .calendar-tooltip table th, .calendar-tooltip table tr {
            padding: 5px
        }

        .calendar-tooltip table caption {
            background-color: #f7f7f7;
            overflow: hidden;
            padding: 10px;
            font-size: 20px;
            font-weight: 700;
            margin-left: 0
        }

        .calendar-tooltip table tr {
            border: none
        }

        .calendar-tooltip table td, .calendar-tooltip table th {
            border-width: 2px 0 0 2px
        }

        .calendar-tooltip table th {
            background-color: #fff;
            font-size: 13px;
            font-weight: 700;
            padding: 7px
        }

            .calendar-tooltip table th:first-child {
                border-left: 0
            }

        .calendar-tooltip table td:first-child {
            border-left: 0
        }

@charset "UTF-8";

.on-page-editor .gallery-inner img {
    max-width: 100%
}

.gallery .galleria-container {
    background: 0 0
}

.gallery #galleria-loader {
    height: 1px !important
}

.gallery .galleria-thumbnails .galleria-image img {
    border: none
}

.gallery .galleria-counter {
    color: #fff;
    font-family: Arial
}

.gallery .galleria-loader {
    top: 50%;
    left: 50%
}

.gallery .galleria-info-text {
    background-color: #fff;
    border: 1px solid #d2d2d2
}

.gallery .galleria-info-title {
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    font-family: Arial
}

.gallery .galleria-info-description {
    font-size: 12px;
    font-style: italic;
    font-family: Arial;
    color: #747474
}

.gallery .galleria-info-close {
    width: 13px;
    height: 12px
}

    .gallery .galleria-info-close:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        width: 100%
    }

.gallery .galleria-info-link {
    color: #747474;
    background: 0 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

    .gallery .galleria-info-link:before {
        content: ""
    }

.gallery .galleria-image-nav {
    margin-top: 0;
    transform: translateY(-50%);
    z-index: 999;
    height: 30px
}

.gallery .galleria-image-nav-left, .gallery .galleria-image-nav-right {
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #747474
}

    .gallery .galleria-image-nav-left:before {
        content: ""
    }

    .gallery .galleria-image-nav-left:hover {
        color: #fff
    }

    .gallery .galleria-image-nav-right:before {
        content: ""
    }

    .gallery .galleria-image-nav-right:hover {
        color: #fff
    }

.gallery .galleria-thumb-nav-left, .gallery .galleria-thumb-nav-right {
    top: 15px;
    height: 7px;
    width: 5px
}

.gallery .galleria-thumbnails {
    margin: 0 auto
}

.gallery .galleria-thumb-nav-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px
}

    .gallery .galleria-thumb-nav-right:before {
        content: "";
        font-size: 13px;
        color: #747474;
        display: block
    }

.gallery .galleria-thumb-nav-left {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: auto;
    left: 10px
}

    .gallery .galleria-thumb-nav-left:before {
        content: "";
        font-size: 13px;
        color: #747474;
        display: block
    }

.no-margin {
    padding-left: 0;
    padding-right: 0
}

    .no-margin .galleria-stage {
        left: 0;
        right: 0
    }

.iframe iframe {
    width: 100%
}

.image img {
    max-width: 100%;
    height: auto
}

.image a {
    display: inline-block;
    max-width: 100%
}

.image .image-caption {
    display: block;
    font-style: italic;
    font-size: 11px;
    color: #747474
}

.image-default-size img {
    max-width: none;
    width: auto !important
}

.image-full-size img {
    width: 100% !important;
    height: auto !important
}

.image-left .component-content > div > img {
    float: left
}

.image-right .component-content > div > img {
    float: right
}

@charset "UTF-8";

.language-selector {
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    padding: 10px;
    background-color: #fff
}

    .language-selector .flags-ad {
        background-image: url(../images/sprite-flag);
        background-position: 0 -25px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ae {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-af {
        background-image: url(../images/sprite-flag);
        background-position: 0 -50px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ag {
        background-image: url(../images/sprite-flag);
        background-position: 0 -75px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ai {
        background-image: url(../images/sprite-flag);
        background-position: 0 -100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-al {
        background-image: url(../images/sprite-flag);
        background-position: 0 -125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-am {
        background-image: url(../images/sprite-flag);
        background-position: 0 -150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ao {
        background-image: url(../images/sprite-flag);
        background-position: 0 -175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-aq {
        background-image: url(../images/sprite-flag);
        background-position: 0 -200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ar {
        background-image: url(../images/sprite-flag);
        background-position: 0 -225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-as {
        background-image: url(../images/sprite-flag);
        background-position: 0 -250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-at {
        background-image: url(../images/sprite-flag);
        background-position: 0 -275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-au {
        background-image: url(../images/sprite-flag);
        background-position: 0 -300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-aw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ax {
        background-image: url(../images/sprite-flag);
        background-position: 0 -350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-az {
        background-image: url(../images/sprite-flag);
        background-position: 0 -375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ba {
        background-image: url(../images/sprite-flag);
        background-position: 0 -400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bb {
        background-image: url(../images/sprite-flag);
        background-position: 0 -425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bd {
        background-image: url(../images/sprite-flag);
        background-position: 0 -450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-be {
        background-image: url(../images/sprite-flag);
        background-position: 0 -475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bi {
        background-image: url(../images/sprite-flag);
        background-position: 0 -575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bj {
        background-image: url(../images/sprite-flag);
        background-position: 0 -600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bo {
        background-image: url(../images/sprite-flag);
        background-position: 0 -700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bq {
        background-image: url(../images/sprite-flag);
        background-position: 0 -725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-br {
        background-image: url(../images/sprite-flag);
        background-position: 0 -750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bs {
        background-image: url(../images/sprite-flag);
        background-position: 0 -775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-by {
        background-image: url(../images/sprite-flag);
        background-position: 0 -875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-bz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ca {
        background-image: url(../images/sprite-flag);
        background-position: 0 -925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cd {
        background-image: url(../images/sprite-flag);
        background-position: 0 -975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ch {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ci {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ck {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-co {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cx {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cy {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-cz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-de {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-dj {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-dk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-dm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-do {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-dz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ec {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ee {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-eg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-eh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-er {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-es {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-et {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fi {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fj {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fo {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-fr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ga {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gb {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gd {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ge {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -1975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gi {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gp {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gq {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gs {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-gy {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-hk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-hm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-hn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-hr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ht {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-hu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-id {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ie {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-il {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-im {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-in {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-io {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-iq {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ir {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-is {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-it {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-je {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-jm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-jo {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-jp {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ke {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ki {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-km {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -2975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kp {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ky {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-kz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-la {
        background-image: url(../images/sprite-flag);
        background-position: 0 0;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lb {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-li {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ls {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-lv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ly {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ma {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-md {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-me {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ml {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mo {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mp {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mq {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ms {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mx {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-my {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-mz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-na {
        background-image: url(../images/sprite-flag);
        background-position: 0 -3975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ne {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ng {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ni {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-no {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-np {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-nz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-om {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pa {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pe {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ph {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ps {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-pw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-py {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-qa {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-re {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ro {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-rs {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ru {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-rw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sa {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sb {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sd {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-se {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sh {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-si {
        background-image: url(../images/sprite-flag);
        background-position: 0 -4975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sj {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-so {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ss {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-st {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5225px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sx {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5250px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sy {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5275px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-sz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5300px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5325px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-td {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5350px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5375px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5400px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-th {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5425px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tj {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5450px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tk {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5475px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tl {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5500px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5525px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5550px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-to {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5575px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tr {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5600px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5625px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tv {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5650px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5675px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-tz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5700px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ua {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5725px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ug {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5750px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-um {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5775px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-us {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5800px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-uy {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5825px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-uz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5850px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-va {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5875px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-vc {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5900px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ve {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5925px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-vg {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5950px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-vi {
        background-image: url(../images/sprite-flag);
        background-position: 0 -5975px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-vn {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6000px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-vu {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6025px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-wf {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6050px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ws {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6075px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-ye {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6100px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-yt {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6125px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-za {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6150px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-zm {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6175px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-zw {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6200px;
        width: 20px;
        height: 15px
    }

    .language-selector .flags-zz {
        background-image: url(../images/sprite-flag);
        background-position: 0 -6225px;
        width: 20px;
        height: 15px
    }

    .language-selector .language-selector-select-item {
        cursor: pointer
    }

        .language-selector .language-selector-select-item > a {
            width: 100%;
            display: block;
            position: relative;
            padding-right: 15px
        }

            .language-selector .language-selector-select-item > a:hover {
                text-decoration: none
            }

        .language-selector .language-selector-select-item:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

    .language-selector .language-selector-item-container {
        box-shadow: 0 2px 9px 0 #b3b3b3;
        padding: 0;
        position: absolute;
        top: 110%;
        min-width: 220px;
        z-index: 10;
        background: #fff;
        display: none;
        left: 0;
        right: 0
    }

    .language-selector .language-selector-item {
        margin: 10px;
        cursor: pointer;
        border-bottom: 1px solid #fff
    }

        .language-selector .language-selector-item:hover {
            background-color: #fff;
            border-bottom: 1px solid #15909c
        }

        .language-selector .language-selector-item:first-child {
            margin-bottom: 0
        }

        .language-selector .language-selector-item a {
            text-decoration: none;
            color: #747474;
            font-weight: 400;
            padding-left: 25px;
            background-repeat: no-repeat
        }

    .language-selector .language-selector-link {
        padding: 0 20px 0 30px
    }

    .language-selector .language-selector-select-link {
        padding-left: 25px;
        background-repeat: no-repeat
    }

    .language-selector.language-selector-item-container-slideup .language-selector-item-container {
        box-shadow: 0 2px 9px 0 #b3b3b3;
        padding: 0;
        position: absolute;
        top: auto;
        bottom: 110%;
        min-width: 220px;
        z-index: 10;
        background: #fff;
        display: none;
        left: 0;
        right: 0
    }

@charset "UTF-8";

.link-list {
    background: 0 0
}

    .link-list h1, .link-list h2, .link-list h3, .link-list h4, .link-list h5, .link-list h6 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc
    }

    .link-list > .component-content ul {
        background: 0 0
    }

    .link-list > .component-content li {
        background: 0 0;
        display: block;
        font-size: 13px
    }

        .link-list > .component-content li a {
            display: inline;
            color: #747474;
            position: relative;
            padding-left: 10px;
            font-size: 1em;
            text-decoration: none
        }

            .link-list > .component-content li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-size: 10px
            }

            .link-list > .component-content li a:hover {
                color: #878787;
                text-decoration: none;
                border-bottom: 1px solid #89c6cc
            }

    .link-list .button-default, .link-list .default {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        background: #f6f6f6;
        color: #747474;
        font-weight: 700
    }

        .link-list .button-default:hover, .link-list .default:hover {
            color: #747474;
            background: #f7f7f7
        }

    .link-list .button-success, .link-list .success {
        font-size: 12px;
        font-size: 1.2rem;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        background: #a0ce4e;
        color: #fff;
        font-weight: 700
    }

        .link-list .button-success:hover, .link-list .success:hover {
            color: #fff;
            background: #92be43
        }

    .link-list .button-warning, .link-list .warning {
        font-size: 12px;
        font-size: 1.2rem;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        background: #bc4526;
        color: #fff;
        font-weight: 700
    }

        .link-list .button-warning:hover, .link-list .warning:hover {
            color: #fff;
            background: #c34e30
        }

    .link-list.list-vertical h3 {
        background: #fff;
        width: 100%;
        display: inline-block;
        padding: 3px 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2
    }

    .link-list.list-vertical a {
        border: none
    }

    .link-list.list-vertical li {
        display: block;
        margin-left: 20px
    }

.link {
    background: 0 0
}

    .link a {
        background-color: transparent;
        text-decoration: none;
        font-size: 1em;
        color: #747474;
        border-bottom: 1px solid #89c6cc
    }

        .link a:hover {
            color: #878787;
            text-decoration: none
        }

.login {
    background-color: transparent
}

    .login label {
        background: 0 0;
        color: #747474
    }

    .login button, .login input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .login input:focus {
            border: 1px solid #d2d2d2
        }

        .login button, .login input[type=button], .login input[type=reset], .login input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .login button:hover, .login input[type=button]:hover, .login input[type=reset]:hover, .login input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .login button::-moz-focus-inner, .login input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .login input[type=text] {
            font-size: 13px
        }

        .login input[type=email], .login input[type=password], .login input[type=text], .login select, .login textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .login select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .login table {
        width: 100%
    }

        .login table input, .login table label {
            display: inline-block;
            margin: 0
        }

        .login table tbody, .login table tr {
            background-color: transparent !important
        }

        .login table td {
            padding: 5px
        }

        .login table input[type=password], .login table input[type=text] {
            min-height: 33px
        }

.logout a {
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
    color: #747474;
    border-bottom: 1px solid #89c6cc
}

    .logout a:hover {
        color: #878787;
        text-decoration: none
    }

.logout .component-content > a, .logout .component-content > p {
    display: inline-block
}

.map {
    border-width: 1px;
    border-style: solid;
    border-color: none;
    overflow: hidden;
    position: relative;
    background: 0 0
}

    .map .map-canvas {
        position: relative
    }

    .map img {
        max-width: none
    }

    .map .MicrosoftMap .infobox-close {
        position: static;
        float: right
    }

    .map .MicrosoftMap .Infobox .infobox-body {
        height: 100%
    }

    .map .MicrosoftMap .Infobox .infobox-info {
        height: 100%;
        box-sizing: border-box
    }

@charset "UTF-8";

.media-link {
    background: 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc
}

    .media-link a {
        color: #747474
    }

        .media-link a:hover {
            color: #878787;
            text-decoration: none
        }

    .media-link .component-content .scEmptyPlaceholder {
        width: 100%;
        margin-left: 0
    }

    .media-link .component-content > * {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .media-link.position-right .field-filetypeicon, .media-link.position-right .field-linktext {
        float: right
    }

    .media-link .field-filetypeicon, .media-link .field-linktext {
        display: inline-block
    }

        .media-link .field-filetypeicon > a {
            height: 24px !important;
            display: block
        }

        .media-link .field-filetypeicon span {
            display: block;
            height: 24px !important
        }

            .media-link .field-filetypeicon span:before {
                font-size: 18px
            }

        .media-link .field-linktext a {
            font-size: 1em
        }

    .media-link.file-list-files > .component-content {
        display: flex;
        flex-wrap: wrap
    }

    .media-link.file-list-files .file-description {
        display: inline-flex;
        align-items: center;
        width: 84%;
        margin-left: 0
    }

        .media-link.file-list-files .file-description .field-title {
            display: inline-block;
            vertical-align: middle;
            font-weight: 600;
            font-size: 13px
        }

        .media-link.file-list-files .file-description .field-filetypeicon {
            height: 24px;
            order: 1;
            padding-right: 10px;
            width: 6%;
            text-align: center;
            vertical-align: middle
        }

            .media-link.file-list-files .file-description .field-filetypeicon span:before {
                font-size: 24px !important
            }

        .media-link.file-list-files .file-description .info-wrapper {
            order: 1;
            width: 93%
        }

            .media-link.file-list-files .file-description .info-wrapper .field-size, .media-link.file-list-files .file-description .info-wrapper .field-updated {
                display: inline-block;
                font-size: 12px
            }

    .media-link.file-list-files .field-linktext {
        display: inline-flex;
        width: 15%;
        padding: 10px 13px;
        text-align: center;
        justify-content: center;
        border-radius: 3px
    }

        .media-link.file-list-files .field-linktext a {
            line-height: 22px
        }

@media only screen and (max-width: 768px) {
    .media-link.file-list-files .file-description {
        width: 100%;
        flex-wrap: wrap
    }

        .media-link.file-list-files .file-description .field-filetypeicon {
            width: 100%
        }

            .media-link.file-list-files .file-description .field-filetypeicon span {
                margin: 0 auto
            }

        .media-link.file-list-files .file-description .info-wrapper {
            width: 100%;
            text-align: center;
            padding: 5px 0
        }

    .media-link.file-list-files .field-linktext {
        width: 100%;
        margin: 0 auto
    }
}

.media-link .avi, .media-link .bmp, .media-link .doc, .media-link .docx, .media-link .field-filetypeicon > a > span, .media-link .gif, .media-link .jpeg, .media-link .jpg, .media-link .mov, .media-link .mp3, .media-link .mp4, .media-link .pdf, .media-link .png, .media-link .ppt, .media-link .pptx, .media-link .psd, .media-link .txt, .media-link .wma, .media-link .wmv, .media-link .xls, .media-link .xlsx, .media-link .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

    .media-link .avi:before, .media-link .bmp:before, .media-link .doc:before, .media-link .docx:before, .media-link .field-filetypeicon > a > span:before, .media-link .gif:before, .media-link .jpeg:before, .media-link .jpg:before, .media-link .mov:before, .media-link .mp3:before, .media-link .mp4:before, .media-link .pdf:before, .media-link .png:before, .media-link .ppt:before, .media-link .pptx:before, .media-link .psd:before, .media-link .txt:before, .media-link .wma:before, .media-link .wmv:before, .media-link .xls:before, .media-link .xlsx:before, .media-link .zip:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px !important;
        position: absolute;
        display: block;
        top: 50%;
        margin: 0;
        padding: 0;
        transform: translateY(-50%)
    }

.media-link .field-filetypeicon span:before {
    content: ""
}

.media-link .field-filetypeicon .pdf:before {
    content: ""
}

.media-link .field-filetypeicon .xls:before, .media-link .field-filetypeicon .xlsx:before {
    content: ""
}

.media-link .field-filetypeicon .ppt:before, .media-link .field-filetypeicon .pptx:before {
    content: ""
}

.media-link .field-filetypeicon .doc:before, .media-link .field-filetypeicon .docx:before {
    content: ""
}

.media-link .field-filetypeicon .bmp:before, .media-link .field-filetypeicon .gif:before, .media-link .field-filetypeicon .jpeg:before, .media-link .field-filetypeicon .jpg:before, .media-link .field-filetypeicon .png:before, .media-link .field-filetypeicon .psd:before, .media-link .field-filetypeicon .tif:before {
    content: ""
}

.media-link .field-filetypeicon .avi:before, .media-link .field-filetypeicon .divx:before, .media-link .field-filetypeicon .flv:before, .media-link .field-filetypeicon .gifv:before, .media-link .field-filetypeicon .h264:before, .media-link .field-filetypeicon .m4v:before, .media-link .field-filetypeicon .mk3d:before, .media-link .field-filetypeicon .mkv:before, .media-link .field-filetypeicon .mov:before, .media-link .field-filetypeicon .movie:before, .media-link .field-filetypeicon .mp4:before, .media-link .field-filetypeicon .mpg:before, .media-link .field-filetypeicon .oggv:before, .media-link .field-filetypeicon .rv:before, .media-link .field-filetypeicon .swf:before, .media-link .field-filetypeicon .vid:before, .media-link .field-filetypeicon .vp6:before, .media-link .field-filetypeicon .webm:before, .media-link .field-filetypeicon .wmv:before {
    content: ""
}

.media-link .field-filetypeicon .aa:before, .media-link .field-filetypeicon .aac:before, .media-link .field-filetypeicon .aax:before, .media-link .field-filetypeicon .ac3:before, .media-link .field-filetypeicon .aif:before, .media-link .field-filetypeicon .aiff:before, .media-link .field-filetypeicon .amz:before, .media-link .field-filetypeicon .asx:before, .media-link .field-filetypeicon .au:before, .media-link .field-filetypeicon .avr:before, .media-link .field-filetypeicon .fla:before, .media-link .field-filetypeicon .flac:before, .media-link .field-filetypeicon .m3u:before, .media-link .field-filetypeicon .m4a:before, .media-link .field-filetypeicon .mid:before, .media-link .field-filetypeicon .midi:before, .media-link .field-filetypeicon .mka:before, .media-link .field-filetypeicon .mp3:before, .media-link .field-filetypeicon .mp4a:before, .media-link .field-filetypeicon .ogg:before, .media-link .field-filetypeicon .pcm:before, .media-link .field-filetypeicon .ra:before, .media-link .field-filetypeicon .rma:before, .media-link .field-filetypeicon .wav:before, .media-link .field-filetypeicon .wma:before, .media-link .field-filetypeicon .xwma:before {
    content: ""
}

.media-link .field-filetypeicon .txt:before {
    content: ""
}

.media-link .field-filetypeicon .dmg:before, .media-link .field-filetypeicon .gz:before, .media-link .field-filetypeicon .iso:before, .media-link .field-filetypeicon .rar:before, .media-link .field-filetypeicon .tar:before, .media-link .field-filetypeicon .zip:before, .media-link .field-filetypeicon .zipx:before {
    content: ""
}

.media-link .field-filetypeicon .config:before, .media-link .field-filetypeicon .cpp:before, .media-link .field-filetypeicon .css:before, .media-link .field-filetypeicon .git:before, .media-link .field-filetypeicon .h:before, .media-link .field-filetypeicon .ini:before, .media-link .field-filetypeicon .js:before, .media-link .field-filetypeicon .py:before {
    content: ""
}

.media-link .field-filetypeicon .apk:before, .media-link .field-filetypeicon .app:before, .media-link .field-filetypeicon .bat:before, .media-link .field-filetypeicon .deb:before, .media-link .field-filetypeicon .dll:before, .media-link .field-filetypeicon .exe:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .msi:before, .media-link .field-filetypeicon .pl:before, .media-link .field-filetypeicon .prg:before, .media-link .field-filetypeicon .scr:before, .media-link .field-filetypeicon .sh:before, .media-link .field-filetypeicon .vb:before {
    content: ""
}

.media-link .field-filetypeicon .asp:before, .media-link .field-filetypeicon .aspx:before, .media-link .field-filetypeicon .cfm:before, .media-link .field-filetypeicon .com:before, .media-link .field-filetypeicon .edu:before, .media-link .field-filetypeicon .gov:before, .media-link .field-filetypeicon .htm:before, .media-link .field-filetypeicon .html:before, .media-link .field-filetypeicon .jhtml:before, .media-link .field-filetypeicon .mil:before, .media-link .field-filetypeicon .net:before, .media-link .field-filetypeicon .org:before, .media-link .field-filetypeicon .php3:before, .media-link .field-filetypeicon .php4:before, .media-link .field-filetypeicon .php5:before, .media-link .field-filetypeicon .php:before, .media-link .field-filetypeicon .phtmle:before, .media-link .field-filetypeicon .xhtml:before {
    content: ""
}

.media-link-horizontal div .field-filetypeicon span {
    height: 25px;
    width: 100%
}

    .media-link-horizontal div .field-filetypeicon span:before {
        font-size: 24px !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.media-link-horizontal .component-content > * {
    display: block;
    text-align: center
}

@charset "UTF-8";

.navigation {
    background: 0 0
}

    .navigation .level0 > .navigation-title > a, .navigation .level1 > .navigation-title > a {
        font-size: 18px;
        border-color: #89c6cc;
        border-style: solid;
        border-width: 0 0 2px 0;
        padding-right: 3px;
        margin-right: 5px
    }

        .navigation .level0 > .navigation-title > a:hover, .navigation .level1 > .navigation-title > a:hover {
            text-decoration: none
        }

    .navigation a {
        color: #747474
    }

.lt-ie9 .navigation a, .lt-ie9 .navigation a span {
    color: #747474
}

.navigation a:focus, .navigation a:hover {
    color: #747474
}

.navigation li.submenu {
    margin-bottom: 0
}

.navigation li > .navigation-title > a {
    padding: 3px 5px 3px 0;
    display: block;
    color: #747474;
    text-decoration: none
}

.navigation li > ul a {
    font-size: 14px
}

.navigation .submenu > ul {
    padding-left: 10px
}

.navigation.navigation-fat {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

    .navigation.navigation-fat a {
        text-decoration: none
    }

    .navigation.navigation-fat nav > ul {
        list-style: none;
        padding: 10px 0;
        overflow: hidden
    }

    .navigation.navigation-fat .rel-level1 {
        margin: 10px;
        padding: 0;
        display: inline-block;
        vertical-align: top
    }

        .navigation.navigation-fat .rel-level1.submenu ul a {
            position: relative
        }

            .navigation.navigation-fat .rel-level1.submenu ul a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translateY(-50%);
                position: absolute;
                content: "";
                top: 50%;
                left: -9px;
                font-size: 10px
            }

        .navigation.navigation-fat .rel-level1 > .navigation-title > a {
            border-top-width: 2px;
            border-top-style: solid;
            border-top-color: #89c6cc;
            border-bottom: 0;
            background: #f6f6f6;
            padding: 5px 10px;
            display: block;
            width: auto
        }

            .navigation.navigation-fat .rel-level1 > .navigation-title > a:hover {
                border-color: #1b809e
            }

        .navigation.navigation-fat .rel-level1 > ul {
            padding: 0
        }

    .navigation.navigation-fat .rel-level2 {
        padding-left: 10px;
        display: block
    }

.navigation.navigation-main .component-content > nav {
    position: relative
}

    .navigation.navigation-main .component-content > nav ul:after {
        content: "";
        display: table;
        clear: both
    }

.navigation.navigation-main .rel-level1 {
    float: left
}

    .navigation.navigation-main .rel-level1.active > .navigation-title > a {
        border-color: #89c6cc
    }

    .navigation.navigation-main .rel-level1 > .navigation-title > a {
        border-width: 2px 0 0 0;
        border-color: transparent
    }

        .navigation.navigation-main .rel-level1 > .navigation-title > a:hover {
            border-color: #89c6cc
        }

    .navigation.navigation-main .rel-level1.submenu > .navigation-title a {
        position: relative;
        padding-right: 15px
    }

        .navigation.navigation-main .rel-level1.submenu > .navigation-title a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 10px;
            content: "";
            position: absolute;
            transform: translateY(-50%);
            top: 50%;
            right: 0
        }

    .navigation.navigation-main .rel-level1 > ul {
        overflow: hidden;
        display: none;
        z-index: 10;
        position: absolute;
        top: 100%;
        background: #f6f6f6;
        margin-left: 0;
        margin-top: -2px;
        border-top: 2px solid #89c6cc;
        border-left: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2
    }

    .navigation.navigation-main .rel-level1.show > a + ul {
        display: block !important
    }

    .navigation.navigation-main .rel-level1.show > ul {
        display: block !important;
        min-width: 60px
    }

    .navigation.navigation-main .rel-level1.active > .navigation-title > a:link, .navigation.navigation-main .rel-level1.active > .navigation-title > a:visited {
        color: #878787
    }

    .navigation.navigation-main .rel-level1.active > span {
        display: block;
        padding: 10px 20px;
        color: #fff
    }

    .navigation.navigation-main .rel-level1.submenu.active {
        border-color: #176f89
    }

.navigation.navigation-main .rel-level2:focus, .navigation.navigation-main .rel-level2:hover {
    transition: background .2s ease-in;
    background: #f6f6f6
}

.navigation.navigation-main .rel-level2 div > a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

    .navigation.navigation-main .rel-level2 div > a:focus, .navigation.navigation-main .rel-level2 div > a:hover {
        color: #222
    }

.navigation.navigation-main .rel-level2.submenu {
    box-sizing: border-box
}

    .navigation.navigation-main .rel-level2.submenu.navigation-image {
        text-align: center
    }

        .navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext, .navigation.navigation-main .rel-level2.submenu.navigation-image > a {
            text-align: left
        }

.navigation.navigation-main.navigation-main-horizontal .submenu > ul {
    padding-left: 0
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > a + ul {
    display: inline-flex !important;
    flex-wrap: wrap
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > ul {
    display: inline-flex !important;
    flex-wrap: wrap
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1 > ul {
    width: 100%;
    clear: both;
    left: 0
}

.navigation.navigation-main.navigation-main-horizontal .rel-level2 {
    float: left;
    padding: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
    flex-grow: 1;
    flex-basis: 23%
}

.navigation.navigation-main.navigation-main-vertical .rel-level1 > ul {
    padding-left: 0;
    width: auto;
    left: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

    .navigation.navigation-main.navigation-main-vertical .rel-level1 > ul > li {
        padding: 5px 10px
    }

.navigation.navigation-mobile nav > ul {
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.navigation.navigation-mobile .rel-level1 {
    cursor: pointer;
    margin: 0;
    background: #fff
}

    .navigation.navigation-mobile .rel-level1 > ul {
        padding-left: 25px;
        display: none;
        background: #f6f6f6
    }

        .navigation.navigation-mobile .rel-level1 > ul li {
            position: relative
        }

            .navigation.navigation-mobile .rel-level1 > ul li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                display: block;
                position: absolute;
                left: 0;
                font-size: 10px;
                top: 20px;
                transform: translateY(-50%)
            }

    .navigation.navigation-mobile .rel-level1.submenu.active > .navigation-title:before {
        transform: rotate(180deg);
        transition: .6s;
        transform-style: preserve-3d
    }

    .navigation.navigation-mobile .rel-level1.submenu.active > ul {
        display: block
    }

    .navigation.navigation-mobile .rel-level1.submenu > .navigation-title {
        position: relative
    }

        .navigation.navigation-mobile .rel-level1.submenu > .navigation-title:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: block;
            position: absolute;
            right: 10px;
            font-size: 10px;
            top: 20px;
            transform: translateY(-50%);
            transform: rotate(0);
            transition: .6s;
            transform-style: preserve-3d
        }

    .navigation.navigation-mobile .rel-level1 > .navigation-title {
        border-bottom: 1px solid #89c6cc;
        margin: 0
    }

        .navigation.navigation-mobile .rel-level1 > .navigation-title:last-child {
            border-bottom: none
        }

    .navigation.navigation-mobile .rel-level1 .navigation-title {
        padding: 10px
    }

        .navigation.navigation-mobile .rel-level1 .navigation-title > a {
            text-decoration: none;
            color: #747474;
            display: inline
        }

.navigation.navigation-mobile .rel-level2 {
    display: list-item
}

    .navigation.navigation-mobile .rel-level2 .navigation-title > a {
        font-weight: 500
    }

    .navigation.navigation-mobile .rel-level2 ul {
        display: none
    }

.navigation.navigation-sidebar a {
    text-decoration: none
}

.navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title {
    margin-bottom: 0
}

    .navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title > a {
        padding: 5px 10px;
        display: block;
        position: relative;
        z-index: 1;
        margin-right: 0
    }

.navigation.navigation-sidebar nav > ul .rel-level1 > ul {
    margin-left: 10px;
    margin-top: 5px
}

.navigation.navigation-sidebar nav > ul .rel-level2 {
    display: block
}

.navigation.sitemap-navigation .level2 a {
    position: relative;
    padding-left: 10px
}

    .navigation.sitemap-navigation .level2 a:before {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translateY(-50%) scale(1,-1);
        position: absolute;
        content: "";
        top: 50%;
        left: -8px
    }

.page-list {
    background-color: transparent
}

    .page-list .item {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc;
        background: 0 0;
        padding: 15px;
        overflow: hidden
    }

        .page-list .item:last-child {
            border-width: 0
        }

        .page-list .item .field-title {
            color: #000
        }

    .page-list .field-title {
        font-weight: 700
    }

    .page-list a {
        background-color: transparent;
        text-decoration: none;
        font-size: 1em;
        color: #747474;
        border-bottom: 1px solid #89c6cc
    }

        .page-list a:hover {
            color: #878787;
            text-decoration: none
        }

.list-pagination {
    background: 0 0
}

    .list-pagination nav {
        font-size: 13px
    }

        .list-pagination nav > a, .list-pagination nav > span {
            display: inline-block;
            margin: 2px 1px 2px 0;
            padding: 4px 8px;
            border-width: 1px;
            border-style: solid;
            border-color: #d2d2d2;
            font-size: 1em;
            font-weight: 700
        }

            .list-pagination nav > a:hover, .list-pagination nav > span:hover {
                color: #89c6cc;
                background: #f6f6f6;
                text-decoration: none;
                border-width: 1px;
                border-style: solid;
                border-color: #15909c
            }

            .list-pagination nav > a:focus, .list-pagination nav > span:focus {
                text-decoration: none;
                color: #89c6cc
            }

            .list-pagination nav > span.active {
                background: #f6f6f6;
                color: #89c6cc;
                border-width: 1px;
                border-style: solid;
                border-color: #d2d2d2
            }

            .list-pagination nav > span.inactive {
                color: #aaa
            }

                .list-pagination nav > span.inactive:hover {
                    background: 0 0;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #d2d2d2
                }

@charset "UTF-8";

.playlist {
    background-color: transparent;
    padding: 20px 10px 0 10px
}

    .playlist a:hover {
        text-decoration: none
    }

    .playlist .component-content > h1, .playlist .component-content > h2, .playlist .component-content > h3, .playlist .component-content > h4, .playlist .component-content > h5, .playlist .component-content > h6 {
        margin: 0 0 10px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc
    }

    .playlist .playlist-item {
        margin: 0 0 10px 0;
        padding: 0;
        overflow: hidden
    }

        .playlist .playlist-item .playlist-section {
            display: flex;
            align-items: center;
            cursor: pointer;
            flex-flow: row wrap
        }

            .playlist .playlist-item .playlist-section > .scEmptyPlaceholder {
                flex-basis: 100%
            }

            .playlist .playlist-item .playlist-section > div {
                order: 1
            }

            .playlist .playlist-item .playlist-section .field-moviecaption a, .playlist .playlist-item .playlist-section .field-moviecaption a:hover {
                text-decoration: none !important
            }

            .playlist .playlist-item .playlist-section .field-moviethumbnail {
                max-width: 150px;
                padding: 10px 10px 8px 5px
            }

                .playlist .playlist-item .playlist-section .field-moviethumbnail a {
                    display: block;
                    text-align: center
                }

                    .playlist .playlist-item .playlist-section .field-moviethumbnail a img {
                        width: 100%;
                        height: auto
                    }

            .playlist .playlist-item .playlist-section .field-moviecaption {
                font-size: 13px
            }

                .playlist .playlist-item .playlist-section .field-moviecaption > a {
                    padding: 15px 10px;
                    display: block;
                    color: #747474;
                    font-size: 1em
                }

        .playlist .playlist-item.active {
            background-color: #89c6cc
        }

            .playlist .playlist-item.active .field-moviecaption a {
                color: #fff;
                font-weight: 700
            }

    .playlist .playlist-nav {
        padding: 5px;
        text-align: center
    }

        .playlist .playlist-nav a {
            text-indent: -9999px;
            display: block;
            height: 100%
        }

        .playlist .playlist-nav .playlist-next, .playlist .playlist-nav .playlist-prev {
            height: 17px;
            width: 14px;
            display: inline-block;
            vertical-align: middle
        }

            .playlist .playlist-nav .playlist-next a, .playlist .playlist-nav .playlist-prev a {
                position: relative
            }

                .playlist .playlist-nav .playlist-next a:before, .playlist .playlist-nav .playlist-prev a:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translateY(-50%);
                    text-indent: 0
                }

                .playlist .playlist-nav .playlist-next a:hover, .playlist .playlist-nav .playlist-prev a:hover {
                    color: #89c6cc
                }

                .playlist .playlist-nav .playlist-prev a:before {
                    content: ""
                }

                .playlist .playlist-nav .playlist-next a:before {
                    content: ""
                }

.video-playlist.show {
    display: block
}

.on-page-editor .video-playlist {
    display: block
}

.playlist.playlist-horizontal .playlist-items {
    display: inline-flex
}

    .playlist.playlist-horizontal .playlist-items .playlist-item {
        min-width: 150px
    }

        .playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section > div {
            width: 100%
        }

        .playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section {
            display: block
        }

        .playlist.playlist-horizontal .playlist-items .playlist-item .field-moviecaption {
            text-align: center
        }

.promo {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box
}

    .promo > .component-content {
        position: relative;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2
    }

        .promo > .component-content:after {
            content: "";
            display: table;
            clear: both
        }

        .promo > .component-content > div {
            padding: 5px
        }

    .promo .zg-height-fix .field-promoicon {
        margin-top: 100px
    }

    .promo .field-promoicon {
        overflow: hidden;
        width: 100%
    }

        .promo .field-promoicon img {
            width: 100%;
            height: auto
        }

    .promo .field-promolink {
        margin-top: 5px;
        padding-bottom: 10px
    }

    .promo.image-full-size img {
        margin-bottom: 10px
    }

    .promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
        color: #222
    }

    .promo h1, .promo h2 {
        margin: 10px 0
    }

    .promo h3, .promo h4, .promo p {
        margin: 5px 0
    }

    .promo h5, .promo h6 {
        margin: 5px 0 0
    }

    .promo strong {
        font-weight: 700
    }

    .promo ol, .promo ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .promo li {
        font-size: 13px;
        margin-left: 15px
    }

    .promo ul li {
        list-style: disc;
        list-style-position: inside
    }

    .promo ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .promo a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .promo a:hover {
            color: #878787
        }

    .promo table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .promo table, .promo table td, .promo table th, .promo table tr {
            border: solid 2px #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .promo table td, .promo table th, .promo table tr {
                padding: 5px
            }

            .promo table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .promo table tr {
                border: none
            }

            .promo table td, .promo table th {
                border-width: 2px 0 0 2px
            }

            .promo table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .promo table th:first-child {
                    border-left: 0
                }

            .promo table td:first-child {
                border-left: 0
            }

    .promo.absolute-bottom-link {
        position: relative
    }

        .promo.absolute-bottom-link .field-promolink {
            position: absolute;
            bottom: 10px;
            right: 10px
        }

    .promo.promo-hero {
        position: relative;
        text-align: center
    }

        .promo.promo-hero.promo-hero-half {
            float: left;
            width: 50%
        }

@media only screen and (max-width: 990.98px) {
    .promo.promo-hero.promo-hero-half {
        float: none;
        width: 100%
    }
}

.promo.promo-hero .field-promotext {
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,.5)
}

    .promo.promo-hero .field-promotext > a {
        color: inherit;
        text-decoration: none
    }

@media only screen and (max-width: 990.98px) {
    .promo.promo-hero .field-promotext {
        width: 100%;
        margin: 0
    }

        .promo.promo-hero .field-promotext h1 {
            font-size: 24px;
            font-size: 2.4rem
        }

        .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
            font-size: 20px;
            font-size: 2rem
        }
}

.promo-shadow {
    max-width: 960px;
    padding: 0;
    border-top-width: 3px;
    border-top-color: #89c6cc;
    border-style: solid;
    overflow: visible;
    position: relative
}

    .promo-shadow.promo {
        float: left
    }

    .promo-shadow > .component-content {
        padding: 15px;
        margin: 0 0 30px 0
    }

@media only screen and (max-width: 990.98px) {
    .promo-shadow > .component-content {
        margin: 0 10px 30px 10px
    }
}

.promo-shadow > .component-content:after, .promo-shadow > .component-content:before {
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    position: absolute;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 47%;
    content: "";
    bottom: 10px
}

.promo-shadow > .component-content:before {
    left: 2%;
    transform: rotate(-3deg)
}

.promo-shadow > .component-content:after {
    right: 2%;
    transform: rotate(3deg)
}

@charset "UTF-8";

.content, .rich-text {
    background: 0 0;
    color: #747474;
    border: transparent;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden
}

    .content *, .rich-text * {
        max-width: 100%
    }

    .content .avi, .content .bmp, .content .doc, .content .docx, .content .field-filetypeicon > a > span, .content .gif, .content .jpeg, .content .jpg, .content .mov, .content .mp3, .content .mp4, .content .pdf, .content .png, .content .ppt, .content .pptx, .content .psd, .content .txt, .content .wma, .content .wmv, .content .xls, .content .xlsx, .content .zip, .rich-text .avi, .rich-text .bmp, .rich-text .doc, .rich-text .docx, .rich-text .field-filetypeicon > a > span, .rich-text .gif, .rich-text .jpeg, .rich-text .jpg, .rich-text .mov, .rich-text .mp3, .rich-text .mp4, .rich-text .pdf, .rich-text .png, .rich-text .ppt, .rich-text .pptx, .rich-text .psd, .rich-text .txt, .rich-text .wma, .rich-text .wmv, .rich-text .xls, .rich-text .xlsx, .rich-text .zip {
        display: inline-block;
        box-sizing: border-box;
        font-weight: 400;
        width: 15px;
        height: 21px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .content .avi:before, .content .bmp:before, .content .doc:before, .content .docx:before, .content .field-filetypeicon > a > span:before, .content .gif:before, .content .jpeg:before, .content .jpg:before, .content .mov:before, .content .mp3:before, .content .mp4:before, .content .pdf:before, .content .png:before, .content .ppt:before, .content .pptx:before, .content .psd:before, .content .txt:before, .content .wma:before, .content .wmv:before, .content .xls:before, .content .xlsx:before, .content .zip:before, .rich-text .avi:before, .rich-text .bmp:before, .rich-text .doc:before, .rich-text .docx:before, .rich-text .field-filetypeicon > a > span:before, .rich-text .gif:before, .rich-text .jpeg:before, .rich-text .jpg:before, .rich-text .mov:before, .rich-text .mp3:before, .rich-text .mp4:before, .rich-text .pdf:before, .rich-text .png:before, .rich-text .ppt:before, .rich-text .pptx:before, .rich-text .psd:before, .rich-text .txt:before, .rich-text .wma:before, .rich-text .wmv:before, .rich-text .xls:before, .rich-text .xlsx:before, .rich-text .zip:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px !important;
            position: absolute;
            display: block;
            top: 50%;
            margin: 0;
            padding: 0;
            transform: translateY(-50%)
        }

    .content .field-filetypeicon span:before, .rich-text .field-filetypeicon span:before {
        content: ""
    }

    .content .field-filetypeicon .pdf:before, .rich-text .field-filetypeicon .pdf:before {
        content: ""
    }

    .content .field-filetypeicon .xls:before, .content .field-filetypeicon .xlsx:before, .rich-text .field-filetypeicon .xls:before, .rich-text .field-filetypeicon .xlsx:before {
        content: ""
    }

    .content .field-filetypeicon .ppt:before, .content .field-filetypeicon .pptx:before, .rich-text .field-filetypeicon .ppt:before, .rich-text .field-filetypeicon .pptx:before {
        content: ""
    }

    .content .field-filetypeicon .doc:before, .content .field-filetypeicon .docx:before, .rich-text .field-filetypeicon .doc:before, .rich-text .field-filetypeicon .docx:before {
        content: ""
    }

    .content .field-filetypeicon .bmp:before, .content .field-filetypeicon .gif:before, .content .field-filetypeicon .jpeg:before, .content .field-filetypeicon .jpg:before, .content .field-filetypeicon .png:before, .content .field-filetypeicon .psd:before, .content .field-filetypeicon .tif:before, .rich-text .field-filetypeicon .bmp:before, .rich-text .field-filetypeicon .gif:before, .rich-text .field-filetypeicon .jpeg:before, .rich-text .field-filetypeicon .jpg:before, .rich-text .field-filetypeicon .png:before, .rich-text .field-filetypeicon .psd:before, .rich-text .field-filetypeicon .tif:before {
        content: ""
    }

    .content .field-filetypeicon .avi:before, .content .field-filetypeicon .divx:before, .content .field-filetypeicon .flv:before, .content .field-filetypeicon .gifv:before, .content .field-filetypeicon .h264:before, .content .field-filetypeicon .m4v:before, .content .field-filetypeicon .mk3d:before, .content .field-filetypeicon .mkv:before, .content .field-filetypeicon .mov:before, .content .field-filetypeicon .movie:before, .content .field-filetypeicon .mp4:before, .content .field-filetypeicon .mpg:before, .content .field-filetypeicon .oggv:before, .content .field-filetypeicon .rv:before, .content .field-filetypeicon .swf:before, .content .field-filetypeicon .vid:before, .content .field-filetypeicon .vp6:before, .content .field-filetypeicon .webm:before, .content .field-filetypeicon .wmv:before, .rich-text .field-filetypeicon .avi:before, .rich-text .field-filetypeicon .divx:before, .rich-text .field-filetypeicon .flv:before, .rich-text .field-filetypeicon .gifv:before, .rich-text .field-filetypeicon .h264:before, .rich-text .field-filetypeicon .m4v:before, .rich-text .field-filetypeicon .mk3d:before, .rich-text .field-filetypeicon .mkv:before, .rich-text .field-filetypeicon .mov:before, .rich-text .field-filetypeicon .movie:before, .rich-text .field-filetypeicon .mp4:before, .rich-text .field-filetypeicon .mpg:before, .rich-text .field-filetypeicon .oggv:before, .rich-text .field-filetypeicon .rv:before, .rich-text .field-filetypeicon .swf:before, .rich-text .field-filetypeicon .vid:before, .rich-text .field-filetypeicon .vp6:before, .rich-text .field-filetypeicon .webm:before, .rich-text .field-filetypeicon .wmv:before {
        content: ""
    }

    .content .field-filetypeicon .aa:before, .content .field-filetypeicon .aac:before, .content .field-filetypeicon .aax:before, .content .field-filetypeicon .ac3:before, .content .field-filetypeicon .aif:before, .content .field-filetypeicon .aiff:before, .content .field-filetypeicon .amz:before, .content .field-filetypeicon .asx:before, .content .field-filetypeicon .au:before, .content .field-filetypeicon .avr:before, .content .field-filetypeicon .fla:before, .content .field-filetypeicon .flac:before, .content .field-filetypeicon .m3u:before, .content .field-filetypeicon .m4a:before, .content .field-filetypeicon .mid:before, .content .field-filetypeicon .midi:before, .content .field-filetypeicon .mka:before, .content .field-filetypeicon .mp3:before, .content .field-filetypeicon .mp4a:before, .content .field-filetypeicon .ogg:before, .content .field-filetypeicon .pcm:before, .content .field-filetypeicon .ra:before, .content .field-filetypeicon .rma:before, .content .field-filetypeicon .wav:before, .content .field-filetypeicon .wma:before, .content .field-filetypeicon .xwma:before, .rich-text .field-filetypeicon .aa:before, .rich-text .field-filetypeicon .aac:before, .rich-text .field-filetypeicon .aax:before, .rich-text .field-filetypeicon .ac3:before, .rich-text .field-filetypeicon .aif:before, .rich-text .field-filetypeicon .aiff:before, .rich-text .field-filetypeicon .amz:before, .rich-text .field-filetypeicon .asx:before, .rich-text .field-filetypeicon .au:before, .rich-text .field-filetypeicon .avr:before, .rich-text .field-filetypeicon .fla:before, .rich-text .field-filetypeicon .flac:before, .rich-text .field-filetypeicon .m3u:before, .rich-text .field-filetypeicon .m4a:before, .rich-text .field-filetypeicon .mid:before, .rich-text .field-filetypeicon .midi:before, .rich-text .field-filetypeicon .mka:before, .rich-text .field-filetypeicon .mp3:before, .rich-text .field-filetypeicon .mp4a:before, .rich-text .field-filetypeicon .ogg:before, .rich-text .field-filetypeicon .pcm:before, .rich-text .field-filetypeicon .ra:before, .rich-text .field-filetypeicon .rma:before, .rich-text .field-filetypeicon .wav:before, .rich-text .field-filetypeicon .wma:before, .rich-text .field-filetypeicon .xwma:before {
        content: ""
    }

    .content .field-filetypeicon .txt:before, .rich-text .field-filetypeicon .txt:before {
        content: ""
    }

    .content .field-filetypeicon .dmg:before, .content .field-filetypeicon .gz:before, .content .field-filetypeicon .iso:before, .content .field-filetypeicon .rar:before, .content .field-filetypeicon .tar:before, .content .field-filetypeicon .zip:before, .content .field-filetypeicon .zipx:before, .rich-text .field-filetypeicon .dmg:before, .rich-text .field-filetypeicon .gz:before, .rich-text .field-filetypeicon .iso:before, .rich-text .field-filetypeicon .rar:before, .rich-text .field-filetypeicon .tar:before, .rich-text .field-filetypeicon .zip:before, .rich-text .field-filetypeicon .zipx:before {
        content: ""
    }

    .content .field-filetypeicon .config:before, .content .field-filetypeicon .cpp:before, .content .field-filetypeicon .css:before, .content .field-filetypeicon .git:before, .content .field-filetypeicon .h:before, .content .field-filetypeicon .ini:before, .content .field-filetypeicon .js:before, .content .field-filetypeicon .py:before, .rich-text .field-filetypeicon .config:before, .rich-text .field-filetypeicon .cpp:before, .rich-text .field-filetypeicon .css:before, .rich-text .field-filetypeicon .git:before, .rich-text .field-filetypeicon .h:before, .rich-text .field-filetypeicon .ini:before, .rich-text .field-filetypeicon .js:before, .rich-text .field-filetypeicon .py:before {
        content: ""
    }

    .content .field-filetypeicon .apk:before, .content .field-filetypeicon .app:before, .content .field-filetypeicon .bat:before, .content .field-filetypeicon .deb:before, .content .field-filetypeicon .dll:before, .content .field-filetypeicon .exe:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .msi:before, .content .field-filetypeicon .pl:before, .content .field-filetypeicon .prg:before, .content .field-filetypeicon .scr:before, .content .field-filetypeicon .sh:before, .content .field-filetypeicon .vb:before, .rich-text .field-filetypeicon .apk:before, .rich-text .field-filetypeicon .app:before, .rich-text .field-filetypeicon .bat:before, .rich-text .field-filetypeicon .deb:before, .rich-text .field-filetypeicon .dll:before, .rich-text .field-filetypeicon .exe:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .msi:before, .rich-text .field-filetypeicon .pl:before, .rich-text .field-filetypeicon .prg:before, .rich-text .field-filetypeicon .scr:before, .rich-text .field-filetypeicon .sh:before, .rich-text .field-filetypeicon .vb:before {
        content: ""
    }

    .content .field-filetypeicon .asp:before, .content .field-filetypeicon .aspx:before, .content .field-filetypeicon .cfm:before, .content .field-filetypeicon .com:before, .content .field-filetypeicon .edu:before, .content .field-filetypeicon .gov:before, .content .field-filetypeicon .htm:before, .content .field-filetypeicon .html:before, .content .field-filetypeicon .jhtml:before, .content .field-filetypeicon .mil:before, .content .field-filetypeicon .net:before, .content .field-filetypeicon .org:before, .content .field-filetypeicon .php3:before, .content .field-filetypeicon .php4:before, .content .field-filetypeicon .php5:before, .content .field-filetypeicon .php:before, .content .field-filetypeicon .phtmle:before, .content .field-filetypeicon .xhtml:before, .rich-text .field-filetypeicon .asp:before, .rich-text .field-filetypeicon .aspx:before, .rich-text .field-filetypeicon .cfm:before, .rich-text .field-filetypeicon .com:before, .rich-text .field-filetypeicon .edu:before, .rich-text .field-filetypeicon .gov:before, .rich-text .field-filetypeicon .htm:before, .rich-text .field-filetypeicon .html:before, .rich-text .field-filetypeicon .jhtml:before, .rich-text .field-filetypeicon .mil:before, .rich-text .field-filetypeicon .net:before, .rich-text .field-filetypeicon .org:before, .rich-text .field-filetypeicon .php3:before, .rich-text .field-filetypeicon .php4:before, .rich-text .field-filetypeicon .php5:before, .rich-text .field-filetypeicon .php:before, .rich-text .field-filetypeicon .phtmle:before, .rich-text .field-filetypeicon .xhtml:before {
        content: ""
    }

    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
        color: #222
    }

    .content h1, .content h2, .rich-text h1, .rich-text h2 {
        margin: 10px 0
    }

    .content h3, .content h4, .content p, .rich-text h3, .rich-text h4, .rich-text p {
        margin: 5px 0
    }

    .content h5, .content h6, .rich-text h5, .rich-text h6 {
        margin: 5px 0 0
    }

    .content strong, .rich-text strong {
        font-weight: 700
    }

    .content ol, .content ul, .rich-text ol, .rich-text ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .content li, .rich-text li {
        font-size: 13px;
        margin-left: 15px
    }

    .content ul li, .rich-text ul li {
        list-style: disc;
        list-style-position: inside
    }

    .content ol li, .rich-text ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .content a, .rich-text a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .content a:hover, .rich-text a:hover {
            color: #878787
        }

    .content table, .rich-text table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .content table, .content table td, .content table th, .content table tr, .rich-text table, .rich-text table td, .rich-text table th, .rich-text table tr {
            border: solid 2px #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .content table td, .content table th, .content table tr, .rich-text table td, .rich-text table th, .rich-text table tr {
                padding: 5px
            }

            .content table caption, .rich-text table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .content table tr, .rich-text table tr {
                border: none
            }

            .content table td, .content table th, .rich-text table td, .rich-text table th {
                border-width: 2px 0 0 2px
            }

            .content table th, .rich-text table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .content table th:first-child, .rich-text table th:first-child {
                    border-left: 0
                }

            .content table td:first-child, .rich-text table td:first-child {
                border-left: 0
            }

.field-featurelist ul, .rich-text-lists ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

    .field-featurelist ul li, .rich-text-lists ul li {
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        line-height: 21px;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 25px
    }

        .field-featurelist ul li:before, .rich-text-lists ul li:before {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            font-size: 1.2rem;
            font-family: FontAwesome,sans-serif;
            position: absolute;
            top: 3px;
            left: 0;
            color: #747474;
            text-align: center;
            content: "\f00c";
            width: 20px;
            margin: 0 5px 0 0;
            padding: 0
        }

        .field-featurelist ul li:before {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            font-size: 1.2rem;
            font-family: FontAwesome,sans-serif;
            position: absolute;
            top: 3px;
            left: 0;
            color: #747474;
            text-align: center;
            content: "\f046";
            width: 20px;
            margin: 0 5px 0 0;
            padding: 0
        }

.media-link.file-type-icon-media-link {
    float: left
}

    .media-link.file-type-icon-media-link .field-filetypeicon {
        text-align: center
    }

@charset "UTF-8";

.facet-component, .facet-summary {
    box-sizing: border-box;
    background: 0 0
}

    .facet-component label, .facet-summary label {
        background: 0 0;
        color: #747474
    }

    .facet-component button, .facet-component input, .facet-summary button, .facet-summary input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .facet-component input:focus, .facet-summary input:focus {
            border: 1px solid #d2d2d2
        }

        .facet-component button, .facet-component input[type=button], .facet-component input[type=reset], .facet-component input[type=submit], .facet-summary button, .facet-summary input[type=button], .facet-summary input[type=reset], .facet-summary input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .facet-component button:hover, .facet-component input[type=button]:hover, .facet-component input[type=reset]:hover, .facet-component input[type=submit]:hover, .facet-summary button:hover, .facet-summary input[type=button]:hover, .facet-summary input[type=reset]:hover, .facet-summary input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .facet-component button::-moz-focus-inner, .facet-component input::-moz-focus-inner, .facet-summary button::-moz-focus-inner, .facet-summary input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .facet-component input[type=text], .facet-summary input[type=text] {
            font-size: 13px
        }

        .facet-component input[type=email], .facet-component input[type=password], .facet-component input[type=text], .facet-component select, .facet-component textarea, .facet-summary input[type=email], .facet-summary input[type=password], .facet-summary input[type=text], .facet-summary select, .facet-summary textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .facet-component select, .facet-summary select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .facet-component:after, .facet-summary:after {
        content: "";
        display: table;
        clear: both
    }

    .facet-component .bottom-filter-button, .facet-summary .bottom-filter-button {
        float: right
    }

    .facet-component .facet-heading, .facet-summary .facet-heading {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        position: relative
    }

        .facet-component .facet-heading .facet-title, .facet-summary .facet-heading .facet-title {
            display: inline-block;
            vertical-align: middle;
            color: #747474;
            padding-right: 25px
        }

        .facet-component .facet-heading .clear-filter, .facet-summary .facet-heading .clear-filter {
            display: inline-block;
            vertical-align: middle;
            border-radius: 15px;
            font-size: 10px;
            text-align: center !important;
            width: 15px;
            cursor: pointer;
            position: absolute;
            color: #747474;
            right: 3px;
            top: 50%;
            transform: translateY(-50%);
            background: 0 0
        }

            .facet-component .facet-heading .clear-filter:hover, .facet-summary .facet-heading .clear-filter:hover {
                background: #e0e0e0;
                border-color: #adadad;
                text-decoration: none;
                color: #747474
            }

            .facet-component .facet-heading .clear-filter.has-active-facet, .facet-summary .facet-heading .clear-filter.has-active-facet {
                background: #e0e0e0;
                color: #747474
            }

                .facet-component .facet-heading .clear-filter.has-active-facet:hover, .facet-summary .facet-heading .clear-filter.has-active-facet:hover {
                    background: #e0e0e0;
                    color: #747474
                }

.facet-single-selection-list .facet-hided .hide-facet-value {
    display: none
}

.facet-single-selection-list .toogle-facet-visibility {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #747474;
    cursor: pointer
}

.facet-single-selection-list .facet-dropdown {
    margin: 10px 0
}

    .facet-single-selection-list .facet-dropdown select {
        min-width: 100%
    }

.facet-single-selection-list .facet-value input[type=checkbox] {
    display: none
}

.facet-single-selection-list .facet-value label {
    color: #747474
}

.facet-single-selection-list .facet-value.active-facet .facet-count.highlighted, .facet-single-selection-list .facet-value.active-facet label, .facet-single-selection-list .facet-value.active-facet span {
    color: #89c6cc
}

.facet-single-selection-list .bottom-remove-filter {
    float: left
}

.facet-single-selection-list .bottom-filter-button {
    float: right
}

.facet-summary .removeFacetValue, .facet-summary-horizontal .removeFacetValue {
    font-size: 1.35rem;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: .25rem;
    color: #89c6cc;
    cursor: pointer
}

.facet-summary .bottom-remove-filter button, .facet-summary-horizontal .bottom-remove-filter button {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.facet-summary .clear-filter, .facet-summary-horizontal .clear-filter {
    display: none
}

.facet-summary:not(.facet-summary-horizontal) {
    margin-bottom: 10px
}

    .facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper {
        background-color: transparent;
        padding-top: 10px
    }

        .facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element {
            float: left;
            font-size: 12px;
            position: relative;
            padding-top: 10px;
            width: 100%
        }

            .facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element span {
                font-weight: 700
            }

            .facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
                margin-right: .6rem;
                font-weight: 700
            }

            .facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: .1rem .8rem;
                padding-left: 0;
                border-bottom: 1px solid #d2d2d2;
                margin-bottom: .25rem;
                word-break: break-word
            }

    .facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter {
        width: 100%;
        float: left;
        padding-top: 10px
    }

        .facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button {
            width: 100%;
            color: #de232f;
            border-color: transparent;
            text-align: left;
            text-indent: 10px;
            padding-left: 3px
        }

            .facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:before {
                content: "x";
                display: block;
                position: absolute;
                top: 50%;
                left: 1px;
                color: #de232f;
                transform: translate(-50%,-50%)
            }

            .facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:hover {
                background-color: transparent !important
            }

.facet-summary-horizontal .facet-summary-wrapper {
    margin: 10px 0
}

.facet-summary-horizontal .facet-summary-name, .facet-summary-horizontal .facet-summary-value {
    font-size: 1.3rem;
    float: left;
    margin-bottom: .9rem
}

.facet-summary-horizontal .facet-summary-name {
    padding: 2px .85rem 2px 0
}

.facet-summary-horizontal .facet-summary-value {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 #d2d2d2;
    padding: 2px 18px 2px 8px;
    margin-right: .95rem;
    word-break: break-word;
    position: relative
}

.facet-summary-horizontal .removeFacetValue {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .5rem;
    padding-right: .5rem
}

.facet-summary-horizontal .facet-summary-wrapper.clearfix:after, .facet-summary-horizontal .facet-summary-wrapper.clearfix:before {
    display: none
}

.facet-summary-horizontal .bottom-remove-filter {
    float: left
}

    .facet-summary-horizontal .bottom-remove-filter button {
        width: auto;
        background: 0 0;
        border: 1px solid #bc4526;
        border-radius: 12px !important;
        padding: .2rem .9rem;
        color: #747474
    }

.facet-summary-horizontal.facet-summary-horizontal-break .active-facet-summary-element:after {
    content: "";
    display: table;
    clear: both
}

.facet-date-range .from-date, .facet-date-range .to-date {
    margin-bottom: 5px
}

.ui-datepicker-title select {
    color: #747474
}

.facet-dropdown {
    margin: 10px 0
}

    .facet-dropdown select {
        min-width: 100%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        position: relative;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 5px
    }

.facet-managed-range {
    box-sizing: border-box
}

    .facet-managed-range .max-range-value, .facet-managed-range .min-range-value {
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: 49%;
        margin-bottom: 5px
    }

        .facet-managed-range .max-range-value input[type=text], .facet-managed-range .min-range-value input[type=text] {
            min-width: 100%;
            width: 100%
        }

    .facet-managed-range .min-range-value {
        float: left
    }

    .facet-managed-range .max-range-value {
        float: right
    }

    .facet-managed-range .bottom-remove-filter {
        float: left
    }

.facet-range-selector .slider-min-value {
    float: left;
    width: 4%;
    text-align: center
}

.facet-range-selector .slider-max-value {
    float: right;
    width: 4%;
    text-align: center
}

.facet-range-selector .slider-min-value + .ui-slider-horizontal {
    float: left;
    width: 88%;
    margin: 5px 2%
}

.radius-filter label {
    background: 0 0;
    color: #747474
}

.radius-filter button, .radius-filter input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px
}

    .radius-filter input:focus {
        border: 1px solid #d2d2d2
    }

    .radius-filter button, .radius-filter input[type=button], .radius-filter input[type=reset], .radius-filter input[type=submit] {
        border: 1px solid #89c6cc;
        padding: 5px 20px
    }

        .radius-filter button:hover, .radius-filter input[type=button]:hover, .radius-filter input[type=reset]:hover, .radius-filter input[type=submit]:hover {
            background: #f7f7f7 !important
        }

        .radius-filter button::-moz-focus-inner, .radius-filter input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .radius-filter input[type=text] {
        font-size: 13px
    }

    .radius-filter input[type=email], .radius-filter input[type=password], .radius-filter input[type=text], .radius-filter select, .radius-filter textarea {
        box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
        color: #747474;
        width: 100%;
        background: #fff;
        border: 1px solid #d2d2d2
    }

.radius-filter select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.radius-filter .radius-button.selected {
    color: #89c6cc;
    background: #fff
}

.radius-filter ul {
    height: 30px
}

    .radius-filter ul li {
        display: block;
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: #d2d2d2;
        float: left;
        padding: 5px 5px;
        cursor: pointer
    }

        .radius-filter ul li:first-child {
            border-width: 1px
        }

.radius-filter .bottom-remove-filter {
    margin-bottom: 5px
}

.ui-slider {
    position: relative;
    width: 80%;
    margin: 10px auto;
    text-align: left
}

    .ui-slider .ui-widget-header {
        border: 1px solid #89c6cc;
        background: #89c6cc;
        font-weight: 700
    }

        .ui-slider .ui-widget-header a {
            color: #fff
        }

.slider-value {
    text-align: center
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d2d2d2;
    background: #f7f7f7;
    font-weight: 400;
    color: #747474
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #747474;
        text-decoration: none
    }

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474
}

    .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
        color: #747474;
        text-decoration: none
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #747474;
        text-decoration: none
    }

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.load-more label {
    background: 0 0;
    color: #747474
}

.load-more button, .load-more input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px
}

    .load-more input:focus {
        border: 1px solid #d2d2d2
    }

    .load-more button, .load-more input[type=button], .load-more input[type=reset], .load-more input[type=submit] {
        border: 1px solid #89c6cc;
        padding: 5px 20px
    }

        .load-more button:hover, .load-more input[type=button]:hover, .load-more input[type=reset]:hover, .load-more input[type=submit]:hover {
            background: #f7f7f7 !important
        }

        .load-more button::-moz-focus-inner, .load-more input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .load-more input[type=text] {
        font-size: 13px
    }

    .load-more input[type=email], .load-more input[type=password], .load-more input[type=text], .load-more select, .load-more textarea {
        box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
        color: #747474;
        width: 100%;
        background: #fff;
        border: 1px solid #d2d2d2
    }

.load-more select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.location-filter {
    position: relative;
    padding: 5px 10px 15px 10px;
    margin: 0 0 20px 0
}

    .location-filter label {
        background: 0 0;
        color: #747474
    }

    .location-filter button, .location-filter input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .location-filter input:focus {
            border: 1px solid #d2d2d2
        }

        .location-filter button, .location-filter input[type=button], .location-filter input[type=reset], .location-filter input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .location-filter button:hover, .location-filter input[type=button]:hover, .location-filter input[type=reset]:hover, .location-filter input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .location-filter button::-moz-focus-inner, .location-filter input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .location-filter input[type=text] {
            font-size: 13px
        }

        .location-filter input[type=email], .location-filter input[type=password], .location-filter input[type=text], .location-filter select, .location-filter textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .location-filter select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .location-filter .twitter-typeahead {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%
    }

    .location-filter .tt-menu {
        background: #fff;
        width: 100%;
        border: 1px solid #d2d2d2
    }

    .location-filter .tt-hint {
        color: #747474
    }

    .location-filter .tt-dropdown-menu {
        width: 250px;
        margin-top: 5px;
        background-color: #f7f7f7;
        border: 1px solid #d2d2d2;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.08)
    }

    .location-filter .tt-suggestion {
        padding: 4px 10px;
        color: #747474;
        overflow: hidden
    }

        .location-filter .tt-suggestion a {
            text-decoration: none
        }

        .location-filter .tt-suggestion:last-child {
            border: none
        }

        .location-filter .tt-suggestion .field-image {
            width: 100px;
            float: left;
            margin-right: 10px
        }

        .location-filter .tt-suggestion .field-make {
            font-size: 15px;
            float: left;
            margin-right: 5px
        }

        .location-filter .tt-suggestion .field-model {
            margin-left: 4px;
            font-size: 15px;
            font-weight: 700;
            width: 100%
        }

        .location-filter .tt-suggestion .field-priceformatted {
            float: right;
            font-size: 15px;
            color: #89c6cc;
            margin-top: -20px
        }

        .location-filter .tt-suggestion.tt-cursor {
            color: #89c6cc;
            background-color: #dadada;
            cursor: pointer
        }

    .location-filter.loading-in-progress .tt-dropdown-menu {
        display: block !important;
        min-height: 50px;
        position: relative
    }

        .location-filter.loading-in-progress .tt-dropdown-menu:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -20px;
            margin-left: -20px;
            height: 40px;
            width: 50px;
            display: block;
            background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 11
        }

        .location-filter.loading-in-progress .tt-dropdown-menu:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #f7f7f7;
            opacity: .8;
            z-index: 10
        }

    .location-filter .component-content {
        display: flex
    }

        .location-filter .component-content > button, .location-filter .component-content > div, .location-filter .component-content > input, .location-filter .component-content > label, .location-filter .component-content > span {
            order: 1
        }

        .location-filter .component-content > button, .location-filter .component-content > label {
            flex-grow: 1
        }

        .location-filter .component-content > label {
            align-self: center;
            text-align: center
        }

        .location-filter .component-content > input, .location-filter .component-content > span {
            flex-grow: 10;
            width: auto;
            margin: 0 5px
        }

    .location-filter .tt-hint::-webkit-input-placeholder {
        color: transparent
    }

    .location-filter .tt-hint::-moz-placeholder {
        color: transparent
    }

.page-selector {
    text-align: center;
    padding: 10px 0 0 0
}

    .page-selector .page-selector-list li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px
    }

        .page-selector .page-selector-list li.inactive a {
            color: #aaa;
            cursor: default
        }

    .page-selector a {
        text-decoration: none;
        font-weight: 700;
        font-size: 1em
    }

    .page-selector .page-selector-item-link {
        border-width: 1px;
        border-style: solid;
        border-color: #d2d2d2;
        display: block;
        text-decoration: none;
        font-weight: 400;
        height: 28px;
        line-height: 22px;
        padding: 2px 9px;
        margin-left: 5px
    }

        .page-selector .page-selector-item-link.active {
            font-weight: 700;
            color: #89c6cc;
            border: 1px solid #15909c;
            background: #f6f6f6
        }

        .page-selector .page-selector-item-link:hover {
            color: #89c6cc;
            border: 1px solid #15909c;
            background: #f6f6f6
        }

        .page-selector .page-selector-item-link.inactive {
            color: #aaa
        }

.page-size label {
    background: 0 0;
    color: #747474
}

.page-size button, .page-size input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px
}

    .page-size input:focus {
        border: 1px solid #d2d2d2
    }

    .page-size button, .page-size input[type=button], .page-size input[type=reset], .page-size input[type=submit] {
        border: 1px solid #89c6cc;
        padding: 5px 20px
    }

        .page-size button:hover, .page-size input[type=button]:hover, .page-size input[type=reset]:hover, .page-size input[type=submit]:hover {
            background: #f7f7f7 !important
        }

        .page-size button::-moz-focus-inner, .page-size input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .page-size input[type=text] {
        font-size: 13px
    }

    .page-size input[type=email], .page-size input[type=password], .page-size input[type=text], .page-size select, .page-size textarea {
        box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
        color: #747474;
        width: 100%;
        background: #fff;
        border: 1px solid #d2d2d2
    }

.page-size select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.page-size label {
    margin-right: 5px
}

.page-size select {
    max-width: 100px;
    width: auto
}

.search-results-count .progress {
    display: none
}

.search-results-count .results-count {
    display: none
}

.on-page-editor .results-count {
    display: inline-block
}

.facet-single-selection-list {
    display: block
}

    .facet-single-selection-list .facet-search-filter .facet-value {
        position: relative;
        border-bottom: 1px solid #e0dede;
        background: 0 0;
        cursor: pointer;
        padding: 5px 0
    }

        .facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
            border-bottom: none
        }

        .facet-single-selection-list .facet-search-filter .facet-value.active-facet {
            font-weight: 700
        }

        .facet-single-selection-list .facet-search-filter .facet-value .highlighted {
            font-weight: 700;
            color: #888
        }

.variant-selector.component {
    margin: 30px 0 0 0
}

.variant-selector .component-content > div {
    height: 30px;
    display: inline-block;
    width: 30px;
    margin: 2px;
    cursor: Pointer
}

.variant-selector .variant-option {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .variant-selector .variant-option:before {
        content: "";
        display: block;
        height: 100%;
        font-size: 30px;
        width: 100%;
        text-align: center
    }

    .variant-selector .variant-option.active-variant {
        color: #15909c
    }

    .variant-selector .variant-option.horizontal:before {
        content: ""
    }

    .variant-selector .variant-option.horizontal.active-variant {
        color: #15909c
    }

    .variant-selector .variant-option.vertical:before {
        content: ""
    }

    .variant-selector .variant-option.vertical.active-variant {
        color: #15909c
    }

.column-header-search .search-box {
    margin: 0;
    padding: 2px 10px 0 10px
}

.search-box {
    position: relative;
    padding-right: 10px;
    box-sizing: border-box
}

    .search-box label {
        background: 0 0;
        color: #747474
    }

    .search-box button, .search-box input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .search-box input:focus {
            border: 1px solid #d2d2d2
        }

        .search-box button, .search-box input[type=button], .search-box input[type=reset], .search-box input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .search-box button:hover, .search-box input[type=button]:hover, .search-box input[type=reset]:hover, .search-box input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .search-box button::-moz-focus-inner, .search-box input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .search-box input[type=text] {
            font-size: 13px
        }

        .search-box input[type=email], .search-box input[type=password], .search-box input[type=text], .search-box select, .search-box textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .search-box select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .search-box .twitter-typeahead {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%
    }

    .search-box .tt-menu {
        background: #fff;
        width: 100%;
        border: 1px solid #d2d2d2
    }

    .search-box .tt-hint {
        color: #747474
    }

    .search-box .tt-dropdown-menu {
        width: 250px;
        margin-top: 5px;
        background-color: #f7f7f7;
        border: 1px solid #d2d2d2;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.08)
    }

    .search-box .tt-suggestion {
        padding: 4px 10px;
        color: #747474;
        overflow: hidden
    }

        .search-box .tt-suggestion a {
            text-decoration: none
        }

        .search-box .tt-suggestion:last-child {
            border: none
        }

        .search-box .tt-suggestion .field-image {
            width: 100px;
            float: left;
            margin-right: 10px
        }

        .search-box .tt-suggestion .field-make {
            font-size: 15px;
            float: left;
            margin-right: 5px
        }

        .search-box .tt-suggestion .field-model {
            margin-left: 4px;
            font-size: 15px;
            font-weight: 700;
            width: 100%
        }

        .search-box .tt-suggestion .field-priceformatted {
            float: right;
            font-size: 15px;
            color: #89c6cc;
            margin-top: -20px
        }

        .search-box .tt-suggestion.tt-cursor {
            color: #89c6cc;
            background-color: #dadada;
            cursor: pointer
        }

    .search-box.loading-in-progress .tt-dropdown-menu {
        display: block !important;
        min-height: 50px;
        position: relative
    }

        .search-box.loading-in-progress .tt-dropdown-menu:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -20px;
            margin-left: -20px;
            height: 40px;
            width: 50px;
            display: block;
            background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 11
        }

        .search-box.loading-in-progress .tt-dropdown-menu:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #f7f7f7;
            opacity: .8;
            z-index: 10
        }

    .search-box.hide-button .search-box-button {
        display: none
    }

    .search-box .component-content {
        display: flex
    }

        .search-box .component-content > button, .search-box .component-content > input, .search-box .component-content > label {
            display: inline-block
        }

        .search-box .component-content > button, .search-box .component-content > label {
            flex-grow: 1
        }

        .search-box .component-content > input {
            width: auto;
            flex-grow: 10;
            margin: 0 5px
        }

        .search-box .component-content > label {
            align-self: center;
            text-align: center
        }

        .search-box .component-content > .twitter-typeahead {
            flex-grow: 10;
            margin: 0 5px
        }

            .search-box .component-content > .twitter-typeahead .search-box-input.tt-input {
                margin-bottom: 0
            }

    .search-box .search-box-input {
        position: relative;
        align-self: center
    }

        .search-box .search-box-input.tt-hint {
            margin-top: 0
        }

.loupe-search-btn .search-box-button-with-redirect {
    position: relative;
    text-indent: -99999px;
    width: 20px;
    background: #000 !important;
    border: none;
    padding: 4px 14px
}

    .loupe-search-btn .search-box-button-with-redirect:hover {
        background: #89c6cc !important
    }

    .loupe-search-btn .search-box-button-with-redirect:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(-50%,-50%);
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        font-size: 10px;
        text-indent: 0;
        font-size: 14px;
        color: #fff
    }

.sort-results label {
    background: 0 0;
    color: #747474
}

.sort-results button, .sort-results input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px
}

    .sort-results input:focus {
        border: 1px solid #d2d2d2
    }

    .sort-results button, .sort-results input[type=button], .sort-results input[type=reset], .sort-results input[type=submit] {
        border: 1px solid #89c6cc;
        padding: 5px 20px
    }

        .sort-results button:hover, .sort-results input[type=button]:hover, .sort-results input[type=reset]:hover, .sort-results input[type=submit]:hover {
            background: #f7f7f7 !important
        }

        .sort-results button::-moz-focus-inner, .sort-results input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .sort-results input[type=text] {
        font-size: 13px
    }

    .sort-results input[type=email], .sort-results input[type=password], .sort-results input[type=text], .sort-results select, .sort-results textarea {
        box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
        color: #747474;
        width: 100%;
        background: #fff;
        border: 1px solid #d2d2d2
    }

.sort-results select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.sort-results select {
    max-width: 100%;
    width: auto;
    display: inline-block
}

.sort-results .facet-title {
    display: inline-block;
    margin-right: 5px
}

.search-results {
    position: relative
}

    .search-results label {
        background: 0 0;
        color: #747474
    }

    .search-results button, .search-results input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .search-results input:focus {
            border: 1px solid #d2d2d2
        }

        .search-results button, .search-results input[type=button], .search-results input[type=reset], .search-results input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .search-results button:hover, .search-results input[type=button]:hover, .search-results input[type=reset]:hover, .search-results input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .search-results button::-moz-focus-inner, .search-results input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .search-results input[type=text] {
            font-size: 13px
        }

        .search-results input[type=email], .search-results input[type=password], .search-results input[type=text], .search-results select, .search-results textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .search-results select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .search-results .search-result-list {
        padding-top: 5px
    }

    .search-results.component-details .search-result-list > li, .search-results.standard-fields .search-result-list > li, .search-results.vertical .search-result-list > li {
        border-width: 1px 1px 2px 1px;
        border-style: solid;
        border-color: #d2d2d2;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 5px;
        margin: 0 7px 10px 0
    }

        .search-results.component-details .search-result-list > li .field-title, .search-results.standard-fields .search-result-list > li .field-title, .search-results.vertical .search-result-list > li .field-title {
            display: block;
            margin-top: 10px
        }

            .search-results.component-details .search-result-list > li .field-title a, .search-results.standard-fields .search-result-list > li .field-title a, .search-results.vertical .search-result-list > li .field-title a {
                font-size: 16px;
                line-height: 20px;
                text-decoration: none;
                font-weight: 400;
                display: block
            }

        .search-results.component-details .search-result-list > li a img, .search-results.standard-fields .search-result-list > li a img, .search-results.vertical .search-result-list > li a img {
            max-width: 100%;
            height: auto
        }

        .search-results.component-details .search-result-list > li:hover, .search-results.standard-fields .search-result-list > li:hover, .search-results.vertical .search-result-list > li:hover {
            border-bottom-width: 1px 1px 2px 1px;
            border-bottom-style: solid;
            border-bottom-color: #15909c
        }

    .search-results.components .search-result-list, .search-results.example-fields .search-result-list, .search-results.horizontal .search-result-list {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap
    }

        .search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after, .search-results.horizontal .search-result-list:after {
            content: "";
            display: table;
            clear: both
        }

        .search-results.components .search-result-list > li, .search-results.example-fields .search-result-list > li, .search-results.horizontal .search-result-list > li {
            box-sizing: border-box;
            border-width: 1px 1px 2px 1px;
            border-style: solid;
            border-color: #d2d2d2;
            position: relative;
            min-height: 120px;
            margin: 0 2% 10px 0;
            padding: 5px;
            flex: 1;
            min-height: 175px;
            min-width: 23%
        }

            .search-results.components .search-result-list > li .field-title, .search-results.example-fields .search-result-list > li .field-title, .search-results.horizontal .search-result-list > li .field-title {
                display: block;
                padding: 0 5px;
                text-align: center
            }

                .search-results.components .search-result-list > li .field-title a, .search-results.example-fields .search-result-list > li .field-title a, .search-results.horizontal .search-result-list > li .field-title a {
                    font-size: 18px;
                    line-height: 20px;
                    text-decoration: none;
                    font-weight: 400
                }

            .search-results.components .search-result-list > li a img, .search-results.example-fields .search-result-list > li a img, .search-results.horizontal .search-result-list > li a img {
                max-width: 100%;
                height: auto
            }

            .search-results.components .search-result-list > li:hover, .search-results.example-fields .search-result-list > li:hover, .search-results.horizontal .search-result-list > li:hover {
                border-bottom-width: 1px 1px 2px 1px;
                border-bottom-style: solid;
                border-bottom-color: #15909c
            }

    .search-results .search-results-overlay {
        display: none
    }

    .search-results.loading-in-progress {
        min-height: 200px
    }

        .search-results.loading-in-progress .search-result-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.9)
        }

            .search-results.loading-in-progress .search-result-overlay:after {
                content: "";
                background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                position: absolute;
                width: 50px;
                height: 50px;
                top: 50%;
                left: 0;
                right: 0;
                margin: -30px auto 0
            }

    .search-results.loading-more-in-progress:after {
        content: "";
        display: block;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        height: 100px
    }

    .search-results .no-results {
        padding: 5px
    }

.market-selector label {
    background: 0 0;
    color: #747474
}

.market-selector button, .market-selector input {
    display: inline-block;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    color: #747474;
    font-weight: 400;
    padding: 8px 2%;
    clear: both;
    height: auto;
    font-size: 13px
}

    .market-selector input:focus {
        border: 1px solid #d2d2d2
    }

    .market-selector button, .market-selector input[type=button], .market-selector input[type=reset], .market-selector input[type=submit] {
        border: 1px solid #89c6cc;
        padding: 5px 20px
    }

        .market-selector button:hover, .market-selector input[type=button]:hover, .market-selector input[type=reset]:hover, .market-selector input[type=submit]:hover {
            background: #f7f7f7 !important
        }

        .market-selector button::-moz-focus-inner, .market-selector input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .market-selector input[type=text] {
        font-size: 13px
    }

    .market-selector input[type=email], .market-selector input[type=password], .market-selector input[type=text], .market-selector select, .market-selector textarea {
        box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
        color: #747474;
        width: 100%;
        background: #fff;
        border: 1px solid #d2d2d2
    }

.market-selector select {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 5px
}

.market-selector select {
    height: auto;
    font-size: 13px;
    color: #747474;
    padding: 5px 15px 5px 5px
}

.sitecore-form {
    padding: 15px
}

    .sitecore-form label {
        background: 0 0;
        color: #747474
    }

    .sitecore-form button, .sitecore-form input {
        display: inline-block;
        box-sizing: border-box;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius: 0 !important;
        color: #747474;
        font-weight: 400;
        padding: 8px 2%;
        clear: both;
        height: auto;
        font-size: 13px
    }

        .sitecore-form input:focus {
            border: 1px solid #d2d2d2
        }

        .sitecore-form button, .sitecore-form input[type=button], .sitecore-form input[type=reset], .sitecore-form input[type=submit] {
            border: 1px solid #89c6cc;
            padding: 5px 20px
        }

            .sitecore-form button:hover, .sitecore-form input[type=button]:hover, .sitecore-form input[type=reset]:hover, .sitecore-form input[type=submit]:hover {
                background: #f7f7f7 !important
            }

            .sitecore-form button::-moz-focus-inner, .sitecore-form input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .sitecore-form input[type=text] {
            font-size: 13px
        }

        .sitecore-form input[type=email], .sitecore-form input[type=password], .sitecore-form input[type=text], .sitecore-form select, .sitecore-form textarea {
            box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
            color: #747474;
            width: 100%;
            background: #fff;
            border: 1px solid #d2d2d2
        }

    .sitecore-form select {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        box-sizing: border-box;
        outline: 0;
        cursor: pointer;
        padding: 5px
    }

    .sitecore-form > .component-content {
        padding: 15px;
        border: 1px solid transparent;
        background-color: transparent;
        color: #747474
    }

    .sitecore-form form {
        font-size: 13px;
        color: #747474
    }

        .sitecore-form form > div {
            padding: 15px 0
        }

            .sitecore-form form > div label {
                font-family: inherit;
                padding-right: 5px
            }

            .sitecore-form form > div input {
                font-family: inherit
            }

            .sitecore-form form > div label + textarea {
                margin-top: 5px
            }

            .sitecore-form form > div select, .sitecore-form form > div textarea {
                margin-top: 5px
            }

        .sitecore-form form [data-sc-field-name="Password Confirmation"] {
            margin-right: 5px
        }

    .sitecore-form .form.hints-below .scfSectionContent [class$=UsefulInfo] {
        position: static;
        opacity: 1;
        max-width: 100%;
        width: 100%;
        margin: 5px 0 0 5px
    }

    .sitecore-form .form.labels-above label {
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin: 0
    }

    .sitecore-form .form.labels-above .scfCaptchaGeneralPanel, .sitecore-form .form.labels-above .scfCheckBoxListGeneralPanel, .sitecore-form .form.labels-above .scfConfirmPasswordGeneralPanel, .sitecore-form .form.labels-above .scfCreditCardGeneralPanel, .sitecore-form .form.labels-above .scfDateGeneralPanel, .sitecore-form .form.labels-above .scfDatePickerGeneralPanel, .sitecore-form .form.labels-above .scfDateSelectorGeneralPanel, .sitecore-form .form.labels-above .scfDropListGeneralPanel, .sitecore-form .form.labels-above .scfEmailGeneralPanel, .sitecore-form .form.labels-above .scfFileUploadGeneralPanel, .sitecore-form .form.labels-above .scfListBoxGeneralPanel, .sitecore-form .form.labels-above .scfMultipleLineGeneralPanel, .sitecore-form .form.labels-above .scfNumberGeneralPanel, .sitecore-form .form.labels-above .scfPasswordGeneralPanel, .sitecore-form .form.labels-above .scfRadioButtonListGeneralPanel, .sitecore-form .form.labels-above .scfSingleLineGeneralPanel, .sitecore-form .form.labels-above .scfSmsTelephoneGeneralPanel, .sitecore-form .form.labels-above .scfTelephoneGeneralPanel {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 93%
    }

    .sitecore-form .form.labels-above .scfSectionContent .scfRequired {
        margin: 0 5px
    }

    .sitecore-form .form.labels-above .scfMultipleLineGeneralPanel {
        width: 95%
    }

    .sitecore-form .form.labels-above .scfMultipleLineTextBox {
        margin: 0 0 0 5px
    }

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #bf1722;
    color: #fff !important;
    padding: 8px;
    z-index: 100;
    border-bottom-right-radius: 8px
}

    .skip-link:focus {
        top: 0
    }

.snippet {
    padding-left: 0;
    padding-right: 0
}

.social-media-share {
    background: 0 0
}

    .social-media-share ul {
        overflow: hidden
    }

    .social-media-share li {
        float: left;
        margin: 0 10px
    }

        .social-media-share li:first-child {
            margin-left: 0
        }

        .social-media-share li .fb_iframe_widget {
            display: block;
            margin-top: -2px
        }

.tabs {
    overflow: hidden;
    position: relative;
    background: 0 0;
    border: none;
    position: relative;
    overflow: hidden
}

.tab-slider {
    position: absolute;
    background: #f7f7f7;
    cursor: pointer;
    border: 2px solid #89c6cc;
    vertical-align: center;
    width: 15px;
    text-indent: -9999px;
    z-index: 10
}

.tabs-heading {
    overflow: hidden
}

    .tabs-heading li {
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #f7f7f7;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #f7f7f7;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #f7f7f7;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc;
        float: left;
        display: block;
        margin-left: 1px;
        background: #f7f7f7;
        width: auto;
        cursor: pointer
    }

        .tabs-heading li > div {
            padding: 3px 10px;
            display: block;
            text-decoration: none;
            color: #222
        }

            .tabs-heading li > div:after {
                content: "";
                display: table;
                clear: both
            }

            .tabs-heading li > div .field-heading {
                font-size: 16px
            }

            .tabs-heading li > div > .row {
                display: block
            }

        .tabs-heading li .component.content {
            margin: 5px 0
        }

        .tabs-heading li.active {
            background: #fff;
            border-top-width: 2px;
            border-top-style: solid;
            border-top-color: #89c6cc;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #89c6cc;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #d2d2d2;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #d2d2d2
        }

            .tabs-heading li.active a {
                color: #000
            }

        .tabs-heading li:hover {
            border-top-width: 2px;
            border-top-style: solid;
            border-top-color: #89c6cc;
            background: #fff
        }

        .tabs-heading li:first-child {
            margin-left: 0
        }

.tabs-container {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    background: 0 0;
    margin-top: -1px
}

.tab {
    display: none;
    padding: 10px
}

    .tab:after {
        content: "";
        display: table;
        clear: both
    }

    .tab.active {
        display: block
    }

.tabs.tabs-bottom .tabs-container {
    margin: 0
}

.tabs.tabs-bottom .tabs-heading {
    position: relative;
    margin-top: -1px
}

    .tabs.tabs-bottom .tabs-heading li {
        margin-bottom: 0;
        border-top: 0 solid #fff
    }

        .tabs.tabs-bottom .tabs-heading li a {
            border: none
        }

        .tabs.tabs-bottom .tabs-heading li.active {
            border-top: none;
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-bottom-color: #89c6cc;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #d2d2d2;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #d2d2d2
        }

            .tabs.tabs-bottom .tabs-heading li.active a {
                border: none;
                position: relative
            }

        .tabs.tabs-bottom .tabs-heading li:hover {
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-bottom-color: #89c6cc;
            background: #fff
        }

.tabs.tabs-bottom .tabs-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-scrollable .tabs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0
}

.tabs.tabs-scrollable .tabs-container {
    margin: 0
}

.tabs.tabs-scrollable .prev {
    left: 0;
    background: #e4e4e4 url(../Images/arrow-left.png) center center no-repeat
}

.tabs.tabs-scrollable .next {
    right: 0;
    background: #e4e4e4 url(../Images/arrow-right.png) center center no-repeat
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
    margin-top: 2px;
    padding-bottom: 6px
}

.tabs.tabs-scrollable.tabs-bottom .next {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .prev {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
    margin-top: -4px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
    float: right;
    margin-left: -1px
}

    .tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #f7f7f7;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #f7f7f7;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: #89c6cc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #f7f7f7
    }

        .tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
            border-right-width: 2px;
            border-right-style: solid;
            border-right-color: #89c6cc;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #89c6cc
        }

            .tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
                border: none
            }

        .tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #89c6cc
        }

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
    float: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-top: none;
    margin-left: -1px;
    border-left: none
}

.tabs.tabs-vertical .tabs-heading {
    width: 30%;
    float: left
}

    .tabs.tabs-vertical .tabs-heading li {
        margin: 0 0 2px 0;
        display: block;
        width: 100%;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #f7f7f7;
        border-left-width: 2px;
        border-left-style: solid;
        border-left-color: #f7f7f7;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #89c6cc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #f7f7f7
    }

        .tabs.tabs-vertical .tabs-heading li.active {
            border-left-width: 2px;
            border-left-style: solid;
            border-left-color: #89c6cc
        }

            .tabs.tabs-vertical .tabs-heading li.active a {
                border: none
            }

        .tabs.tabs-vertical .tabs-heading li:first-child {
            margin-top: 0
        }

        .tabs.tabs-vertical .tabs-heading li:hover {
            border-left-width: 2px;
            border-left-style: solid;
            border-left-color: #89c6cc
        }

.tabs.tabs-vertical .tabs-container {
    margin: 0;
    float: left;
    width: 70%;
    margin-left: -1px;
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

@charset "UTF-8";

.tag-cloud .component-content {
    text-align: justify
}

.tag-cloud .tag-cloud-item a {
    color: #747474
}

    .tag-cloud .tag-cloud-item a:hover {
        color: #878787
    }

.tag-cloud .tag-cloud-item.xs {
    font-size: .9em
}

.tag-cloud .tag-cloud-item.s {
    font-size: 1.1em
}

.tag-cloud .tag-cloud-item.m {
    font-size: 1.3em
}

.tag-cloud .tag-cloud-item.l {
    font-size: 1.5em
}

.tag-cloud .tag-cloud-item.xl {
    font-size: 1.8em
}

.tag-cloud .tag-cloud-item.xxl {
    font-size: 2em
}

.tag-cloud span.field-title.tag-links {
    border-radius: 5px;
    padding: 5px 5px;
    display: inline
}

    .tag-cloud span.field-title.tag-links:last-child {
        margin-right: 0
    }

    .tag-cloud span.field-title.tag-links .tag-usages {
        font-size: inherit;
        font-weight: 700
    }

        .tag-cloud span.field-title.tag-links .tag-usages:before {
            content: "("
        }

        .tag-cloud span.field-title.tag-links .tag-usages:after {
            content: ")"
        }

.tag-cloud span.field-title.tag-text {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
    display: block;
    float: left
}

    .tag-cloud span.field-title.tag-text:hover {
        cursor: pointer;
        text-decoration: none
    }

    .tag-cloud span.field-title.tag-text:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }

@charset "UTF-8";

.tag-list span.field-title.tag-text {
    color: #747474;
    position: relative;
    padding-left: 15px;
    margin-right: 10px;
    border-bottom: 1px solid transparent
}

    .tag-list span.field-title.tag-text:hover {
        cursor: pointer;
        color: #878787;
        border-bottom: 1px solid #15909c;
        text-decoration: none
    }

    .tag-list span.field-title.tag-text:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }

.tag-list span.field-title > a {
    color: #747474;
    background: #89c6cc;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 23px;
    position: relative;
    margin: 0 20px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
    color: #fff
}

    .tag-list span.field-title > a:hover {
        background-color: #15909c
    }

        .tag-list span.field-title > a:hover:after {
            border-left: 10px solid #15909c
        }

    .tag-list span.field-title > a:before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0,0,0,.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px
    }

    .tag-list span.field-title > a:after {
        background: 0 0;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #89c6cc;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: -10px;
        top: 0;
        bottom: 0
    }

.tag-list span.field-title.tag-links {
    display: block;
    float: left;
    border-radius: 20px;
    position: relative;
    margin-right: 5px;
    padding: 5px 5px;
    margin-top: 5px
}

    .tag-list span.field-title.tag-links > a {
        text-decoration: none;
        padding-left: 20px;
        position: relative
    }

        .tag-list span.field-title.tag-links > a:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: block;
            font-size: 6px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%)
        }

.tag-list span.field-title.tag-text {
    position: relative;
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
    padding-left: 20px
}

    .tag-list span.field-title.tag-text:hover {
        cursor: pointer;
        text-decoration: none
    }

    .tag-list span.field-title.tag-text:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }

.title {
    background: 0 0
}

    .title .field-title a, .title h1 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #89c6cc;
        font-size: 24px;
        margin-bottom: 10px;
        color: #747474;
        line-height: normal;
        padding-bottom: 10px;
        display: block;
        text-decoration: none;
        cursor: pointer
    }

        .title .field-title a:hover, .title h1:hover {
            color: #878787
        }

@charset "UTF-8";

.toggle details[open] summary:before {
    content: ""
}

.toggle summary.toggle-header {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
    min-height: 25px
}

    .toggle summary.toggle-header::-webkit-details-marker {
        display: none
    }

    .toggle summary.toggle-header:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        font-size: 17px;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .toggle summary.toggle-header.show {
        display: inline-block !important
    }

    .toggle summary.toggle-header .toggle-label {
        display: block;
        float: right;
        margin: 0 0 0 10px
    }

        .toggle summary.toggle-header .toggle-label p {
            margin-bottom: 0
        }

.toggle .show {
    color: #878787
}

.toggle .toggle-content {
    margin-top: -1px
}

.toggle details summary ~ .component > .component-content {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    display: none
}

.toggle details[open] summary ~ .component {
    overflow: hidden
}

    .toggle details[open] summary ~ .component > .component-content {
        transform: translateY(-100%);
        display: block
    }

@-webkit-keyframes swing {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes swing {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutBack {
    0% {
        transform: translateY(-100%)
    }

    20% {
        transform: translateY(-40%)
    }

    30% {
        transform: translateY(-60%)
    }

    60% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(40%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutBack {
    0% {
        transform: translateY(-100%)
    }

    20% {
        transform: translateY(-40%)
    }

    30% {
        transform: translateY(-60%)
    }

    60% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(40%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutBounce {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-50%)
    }

    50% {
        transform: translateY(0)
    }

    62.5% {
        transform: translateY(-10%)
    }

    75% {
        transform: translateY(0)
    }

    87.5% {
        transform: translateY(-5%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutBounce {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-50%)
    }

    50% {
        transform: translateY(0)
    }

    62.5% {
        transform: translateY(-10%)
    }

    75% {
        transform: translateY(0)
    }

    87.5% {
        transform: translateY(-5%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutCirc {
    0% {
        transform: translateY(-100%)
    }

    10% {
        transform: translateY(-80%)
    }

    90% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutCirc {
    0% {
        transform: translateY(-100%)
    }

    10% {
        transform: translateY(-80%)
    }

    90% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutCubic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutCubic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutElastic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutElastic {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-80%)
    }

    70% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutExpo {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutExpo {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQad {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQad {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQuart {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQuart {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQuint {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutQuint {
    0% {
        transform: translateY(-100%)
    }

    30% {
        transform: translateY(-90%)
    }

    70% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutSine {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-80%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes easeInOutSine {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-80%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes outQuad {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-70%)
    }

    50% {
        transform: translateY(-40%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes outQuad {
    0% {
        transform: translateY(-100%)
    }

    25% {
        transform: translateY(-70%)
    }

    50% {
        transform: translateY(-40%)
    }

    75% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

.twitter h1, .twitter h2, .twitter h3, .twitter h4, .twitter h5, .twitter h6 {
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2
}

.twitter .twitter-follow-button {
    margin: 10px 0 0
}

.twitter .tweet-item {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    padding-left: 55px
}

    .twitter .tweet-item:first-child {
        border: none;
        background: 0 0
    }

.twitter .tweet-header {
    overflow: hidden
}

.twitter .tweet-profile {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 14px
}

.twitter .tweet-avatar {
    position: absolute;
    left: 0;
    top: 10px
}

.twitter .tweet-datetime {
    display: block;
    float: right;
    text-decoration: none
}

.twitter .tweet-content {
    margin-top: 5px
}

.twitter .tweet-footer > ul li {
    display: inline;
    padding-left: 5px
}

    .twitter .tweet-footer > ul li:first-child {
        padding: 0
    }

.twitter .tweet-footer a {
    text-decoration: none
}

.component.video .mejs-container {
    overflow: hidden
}

.component.video .mejs-controls .mejs-button button {
    box-shadow: none
}

.component.video .sxa-video-wrapper {
    position: relative
}

.component.video .video-init {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1
}

@charset "UTF-8"; /*! UIkit 3.5.7 | https://www.getuikit.com | (c) 2014 - 2020 YOOtheme | MIT License */
html {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666
}

body {
    margin: 0
}

a:active, a:hover {
    outline: 0
}

.uk-link, a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer
}

    .uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
        color: #0f6ecd;
        text-decoration: underline
    }

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted
}

b, strong {
    font-weight: bolder
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-family: Arial;
    font-size: .875rem;
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8
}

ins {
    background: #ffd;
    color: #666;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #666
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

@supports (display: block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
}

svg:not(:root) {
    overflow: hidden
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden
}

iframe {
    border: 0
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 20px
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: Arial;
    font-weight: 400;
    color: #333;
    text-transform: none
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 40px
}

.uk-h1, h1 {
    font-size: 2.23125rem;
    line-height: 1.2
}

.uk-h2, h2 {
    font-size: 1.7rem;
    line-height: 1.3
}

.uk-h3, h3 {
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-h4, h4 {
    font-size: 1.25rem;
    line-height: 1.4
}

.uk-h5, h5 {
    font-size: 16px;
    line-height: 1.4
}

.uk-h6, h6 {
    font-size: .875rem;
    line-height: 1.4
}

@media (min-width: 960px) {
    .uk-h1, h1 {
        font-size: 2.625rem
    }

    .uk-h2, h2 {
        font-size: 2rem
    }
}

ol, ul {
    padding-left: 30px
}

    ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
        margin: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.uk-hr, hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5
}

* + .uk-hr, * + hr {
    margin-top: 20px
}

address {
    font-style: normal
}

blockquote {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333
}

* + blockquote {
    margin-top: 20px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1.5;
    color: #666
}

    blockquote footer::before {
        content: "— "
    }

pre {
    font: .875rem/1.5 Consolas,monaco,monospace;
    color: #666;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff
}

    pre code {
        font-family: Consolas,monaco,monospace
    }

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

details, main {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.uk-breakpoint-s::before {
    content: '640px'
}

.uk-breakpoint-m::before {
    content: '960px'
}

.uk-breakpoint-l::before {
    content: '1200px'
}

.uk-breakpoint-xl::before {
    content: '1600px'
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px
}

.uk-link-muted a, a.uk-link-muted {
    color: #999
}

    .uk-link-muted a:hover, .uk-link-toggle:focus .uk-link-muted, .uk-link-toggle:hover .uk-link-muted, a.uk-link-muted:hover {
        color: #666
    }

.uk-link-text a, a.uk-link-text {
    color: inherit
}

    .uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
        color: #999
    }

.uk-link-heading a, a.uk-link-heading {
    color: inherit
}

    .uk-link-heading a:hover, .uk-link-toggle:focus .uk-link-heading, .uk-link-toggle:hover .uk-link-heading, a.uk-link-heading:hover {
        color: #1e87f0;
        text-decoration: none
    }

.uk-link-reset a, a.uk-link-reset {
    color: inherit !important;
    text-decoration: none !important
}

.uk-link-toggle {
    color: inherit !important;
    text-decoration: none !important
}

    .uk-link-toggle:focus {
        outline: 0
    }

.uk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2
}

.uk-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1
}

.uk-heading-large {
    font-size: 3.4rem;
    line-height: 1.1
}

.uk-heading-xlarge {
    font-size: 4rem;
    line-height: 1
}

.uk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1
}

@media (min-width: 960px) {
    .uk-heading-small {
        font-size: 3.25rem
    }

    .uk-heading-medium {
        font-size: 3.5rem
    }

    .uk-heading-large {
        font-size: 4rem
    }

    .uk-heading-xlarge {
        font-size: 6rem
    }

    .uk-heading-2xlarge {
        font-size: 8rem
    }
}

@media (min-width: 1200px) {
    .uk-heading-medium {
        font-size: 4rem
    }

    .uk-heading-large {
        font-size: 6rem
    }

    .uk-heading-xlarge {
        font-size: 8rem
    }

    .uk-heading-2xlarge {
        font-size: 11rem
    }
}

.uk-heading-divider {
    padding-bottom: calc(5px + .1em);
    border-bottom: calc(.2px + .05em) solid #e5e5e5
}

.uk-heading-bullet {
    position: relative
}

    .uk-heading-bullet::before {
        content: "";
        display: inline-block;
        position: relative;
        top: calc(-.1 * 1em);
        vertical-align: middle;
        height: calc(4px + .7em);
        margin-right: calc(5px + .2em);
        border-left: calc(5px + .1em) solid #e5e5e5
    }

.uk-heading-line {
    overflow: hidden
}

    .uk-heading-line > * {
        display: inline-block;
        position: relative
    }

    .uk-heading-line > ::after, .uk-heading-line > ::before {
        content: "";
        position: absolute;
        top: calc(50% - ((.2px + .05em)/ 2));
        width: 2000px;
        border-bottom: calc(.2px + .05em) solid #e5e5e5
    }

    .uk-heading-line > ::before {
        right: 100%;
        margin-right: calc(5px + .3em)
    }

    .uk-heading-line > ::after {
        left: 100%;
        margin-left: calc(5px + .3em)
    }

[class*=uk-divider] {
    border: none;
    margin-bottom: 20px
}

* + [class*=uk-divider] {
    margin-top: 20px
}

.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

    .uk-divider-icon::after, .uk-divider-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        max-width: calc(50% - (50px / 2));
        border-bottom: 1px solid #e5e5e5
    }

    .uk-divider-icon::before {
        right: calc(50% + (50px / 2));
        width: 100%
    }

    .uk-divider-icon::after {
        left: calc(50% + (50px / 2));
        width: 100%
    }

.uk-divider-small {
    line-height: 0
}

    .uk-divider-small::after {
        content: "";
        display: inline-block;
        width: 100px;
        max-width: 100%;
        border-top: 1px solid #e5e5e5;
        vertical-align: top
    }

.uk-divider-vertical {
    width: 1px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5
}

.uk-list {
    padding: 0;
    list-style: none
}

    .uk-list > * > :last-child {
        margin-bottom: 0
    }

    .uk-list > * > ul, .uk-list > :nth-child(n+2) {
        margin-top: 10px
    }

.uk-list-circle > *, .uk-list-decimal > *, .uk-list-disc > *, .uk-list-hyphen > *, .uk-list-square > * {
    padding-left: 30px
}

.uk-list-decimal {
    counter-reset: decimal
}

    .uk-list-decimal > * {
        counter-increment: decimal
    }

[class*=uk-list] > ::before {
    content: '';
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right
}

.uk-list-disc > ::before {
    list-style-type: disc
}

.uk-list-circle > ::before {
    list-style-type: circle
}

.uk-list-square > ::before {
    list-style-type: square
}

.uk-list-decimal > ::before {
    content: counter(decimal,decimal) " . "
}

.uk-list-hyphen > ::before {
    content: '–\00A0\00A0'
}

.uk-list-muted > ::before {
    color: #999 !important
}

.uk-list-emphasis > ::before {
    color: #333 !important
}

.uk-list-primary > ::before {
    color: #1e87f0 !important
}

.uk-list-secondary > ::before {
    color: #222 !important
}

.uk-list-bullet > * {
    padding-left: 30px
}

.uk-list-bullet > ::before {
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-list-divider > :nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.uk-list-striped > * {
    padding: 10px 10px
}

.uk-list-striped > :nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.uk-list-striped > :nth-of-type(odd) {
    background: #f8f8f8
}

.uk-list-striped > :nth-child(n+2) {
    margin-top: 0
}

.uk-list-large > * > ul, .uk-list-large > :nth-child(n+2) {
    margin-top: 20px
}

.uk-list-collapse > * > ul, .uk-list-collapse > :nth-child(n+2) {
    margin-top: 0
}

.uk-list-large.uk-list-divider > :nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
    margin-top: 0;
    padding-top: 0
}

.uk-list-large.uk-list-striped > * {
    padding: 20px 10px
}

.uk-list-collapse.uk-list-striped > * {
    padding-top: 0;
    padding-bottom: 0
}

.uk-list-collapse.uk-list-striped > :nth-child(n+2), .uk-list-large.uk-list-striped > :nth-child(n+2) {
    margin-top: 0
}

.uk-description-list > dt {
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

    .uk-description-list > dt:nth-child(n+2) {
        margin-top: 20px
    }

.uk-description-list-divider > dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

* + .uk-table {
    margin-top: 20px
}

.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase
}

.uk-table td {
    padding: 16px 12px;
    vertical-align: top
}

    .uk-table td > :last-child {
        margin-bottom: 0
    }

.uk-table tfoot {
    font-size: .875rem
}

.uk-table caption {
    font-size: .875rem;
    text-align: left;
    color: #999
}

.uk-table-middle, .uk-table-middle td {
    vertical-align: middle !important
}

.uk-table-divider > :first-child > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > tr:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped > tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.uk-table-hover tbody tr:hover, .uk-table-hover > tr:hover {
    background: #ffd
}

.uk-table tbody tr.uk-active, .uk-table > tr.uk-active {
    background: #ffd
}

.uk-table-small td, .uk-table-small th {
    padding: 10px 12px
}

.uk-table-large td, .uk-table-large th {
    padding: 22px 12px
}

.uk-table-justify td:first-child, .uk-table-justify th:first-child {
    padding-left: 0
}

.uk-table-justify td:last-child, .uk-table-justify th:last-child {
    padding-right: 0
}

.uk-table-shrink {
    width: 1px
}

.uk-table-expand {
    min-width: 150px
}

.uk-table-link {
    padding: 0 !important
}

    .uk-table-link > a {
        display: block;
        padding: 16px 12px
    }

.uk-table-small .uk-table-link > a {
    padding: 10px 12px
}

@media (max-width: 959px) {
    .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive td, .uk-table-responsive th, .uk-table-responsive tr {
        display: block
    }

        .uk-table-responsive thead {
            display: none
        }

        .uk-table-responsive td, .uk-table-responsive th {
            width: auto !important;
            max-width: none !important;
            min-width: 0 !important;
            overflow: visible !important;
            white-space: normal !important
        }

            .uk-table-responsive .uk-table-link:not(:first-child) > a, .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
                padding-top: 5px !important
            }

            .uk-table-responsive .uk-table-link:not(:last-child) > a, .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
                padding-bottom: 5px !important
            }

    .uk-table-justify.uk-table-responsive td, .uk-table-justify.uk-table-responsive th {
        padding-left: 0;
        padding-right: 0
    }
}

.uk-table tbody tr {
    transition: background-color .1s linear
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.uk-icon:not(:disabled) {
    cursor: pointer
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor
}

.uk-icon > * {
    transform: translate(0,0)
}

.uk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.uk-icon-link {
    color: #999
}

    .uk-icon-link:focus, .uk-icon-link:hover {
        color: #666;
        outline: 0
    }

    .uk-active > .uk-icon-link, .uk-icon-link:active {
        color: #595959
    }

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

    .uk-icon-button:focus, .uk-icon-button:hover {
        background-color: #ebebeb;
        color: #666;
        outline: 0
    }

    .uk-active > .uk-icon-button, .uk-icon-button:active {
        background-color: #dfdfdf;
        color: #666
    }

.uk-range {
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0
}

    .uk-range:focus {
        outline: 0
    }

    .uk-range::-moz-focus-outer {
        border: none
    }

    .uk-range::-ms-track {
        height: 15px;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }

    .uk-range:not(:disabled)::-webkit-slider-thumb {
        cursor: pointer
    }

    .uk-range:not(:disabled)::-moz-range-thumb {
        cursor: pointer
    }

    .uk-range:not(:disabled)::-ms-thumb {
        cursor: pointer
    }

    .uk-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        margin-top: -7px;
        height: 15px;
        width: 15px;
        border-radius: 500px;
        background: #fff;
        border: 1px solid #ccc
    }

    .uk-range::-moz-range-thumb {
        border: none;
        height: 15px;
        width: 15px;
        border-radius: 500px;
        background: #fff;
        border: 1px solid #ccc
    }

    .uk-range::-ms-thumb {
        margin-top: 0
    }

    .uk-range::-ms-thumb {
        border: none;
        height: 15px;
        width: 15px;
        border-radius: 500px;
        background: #fff;
        border: 1px solid #ccc
    }

    .uk-range::-ms-tooltip {
        display: none
    }

    .uk-range::-webkit-slider-runnable-track {
        height: 3px;
        background: #ebebeb;
        border-radius: 500px
    }

    .uk-range:active::-webkit-slider-runnable-track, .uk-range:focus::-webkit-slider-runnable-track {
        background: #d2d2d2
    }

    .uk-range::-moz-range-track {
        height: 3px;
        background: #ebebeb;
        border-radius: 500px
    }

    .uk-range:focus::-moz-range-track {
        background: #d2d2d2
    }

    .uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
        height: 3px;
        background: #ebebeb;
        border-radius: 500px
    }

    .uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
        background: #d2d2d2
    }

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.uk-input {
    overflow: visible
}

.uk-select {
    text-transform: none
}

    .uk-select optgroup {
        font: inherit;
        font-weight: 700
    }

.uk-textarea {
    overflow: auto
}

.uk-input[type=search]::-webkit-search-cancel-button, .uk-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.uk-input[type=number]::-webkit-inner-spin-button, .uk-input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
    opacity: 1
}

.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
    cursor: pointer
}

.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.uk-input, .uk-textarea {
    -webkit-appearance: none
}

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border
}

    .uk-input, .uk-select:not([multiple]):not([size]) {
        height: 40px;
        vertical-align: middle;
        display: inline-block
    }

        .uk-input:not(input), .uk-select:not(select) {
            line-height: 38px
        }

    .uk-select[multiple], .uk-select[size], .uk-textarea {
        padding-top: 4px;
        padding-bottom: 4px;
        vertical-align: top
    }

        .uk-input:focus, .uk-select:focus, .uk-textarea:focus {
            outline: 0;
            background-color: #fff;
            color: #666;
            border-color: #1e87f0
        }

        .uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
            background-color: #f8f8f8;
            color: #999;
            border-color: #e5e5e5
        }

    .uk-input::-ms-input-placeholder {
        color: #999 !important
    }

    .uk-input::-webkit-input-placeholder {
        color: #999
    }

    .uk-input:-ms-input-placeholder {
        color: #999
    }

    .uk-input::placeholder {
        color: #999
    }

    .uk-textarea::-ms-input-placeholder {
        color: #999 !important
    }

    .uk-textarea::-webkit-input-placeholder {
        color: #999
    }

    .uk-textarea:-ms-input-placeholder {
        color: #999
    }

    .uk-textarea::placeholder {
        color: #999
    }

.uk-form-small {
    font-size: .875rem
}

    .uk-form-small:not(textarea):not([multiple]):not([size]) {
        height: 30px;
        padding-left: 8px;
        padding-right: 8px
    }

    .uk-form-small:not(select):not(input):not(textarea) {
        line-height: 28px
    }

.uk-form-large {
    font-size: 1.25rem
}

    .uk-form-large:not(textarea):not([multiple]):not([size]) {
        height: 55px;
        padding-left: 12px;
        padding-right: 12px
    }

    .uk-form-large:not(select):not(input):not(textarea) {
        line-height: 53px
    }

.uk-form-danger, .uk-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e
}

.uk-form-success, .uk-form-success:focus {
    color: #32d296;
    border-color: #32d296
}

.uk-form-blank {
    background: 0 0;
    border-color: transparent
}

    .uk-form-blank:focus {
        border-color: #e5e5e5;
        border-style: dashed
    }

input.uk-form-width-xsmall {
    width: 50px
}

select.uk-form-width-xsmall {
    width: 75px
}

.uk-form-width-small {
    width: 130px
}

.uk-form-width-medium {
    width: 200px
}

.uk-form-width-large {
    width: 500px
}

.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

    .uk-select:not([multiple]):not([size])::-ms-expand {
        display: none
    }

    .uk-select:not([multiple]):not([size]) option {
        color: #444
    }

    .uk-select:not([multiple]):not([size]):disabled {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
    }

.uk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

    .uk-input[list]:focus, .uk-input[list]:hover {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
    }

    .uk-input[list]::-webkit-calendar-picker-indicator {
        display: none
    }

.uk-checkbox, .uk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border
}

.uk-radio {
    border-radius: 50%
}

    .uk-checkbox:focus, .uk-radio:focus {
        outline: 0;
        border-color: #1e87f0
    }

    .uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
        background-color: #1e87f0;
        border-color: transparent
    }

        .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
            background-color: #0e6dcd
        }

    .uk-radio:checked {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled, .uk-radio:disabled {
    background-color: #f8f8f8;
    border-color: #e5e5e5
}

    .uk-radio:disabled:checked {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

    .uk-checkbox:disabled:checked {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
    }

    .uk-checkbox:disabled:indeterminate {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

.uk-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

    .uk-form-custom input[type=file], .uk-form-custom select {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        -webkit-appearance: none;
        opacity: 0;
        cursor: pointer
    }

    .uk-form-custom input[type=file] {
        font-size: 500px;
        overflow: hidden
    }

.uk-form-label {
    color: #333;
    font-size: .875rem
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px
}

@media (max-width: 959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px
    }
}

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 7px;
        float: left
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px
    }

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px
    }
}

.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

    .uk-form-icon:hover {
        color: #666
    }

    .uk-form-icon:not(a):not(button):not(input) {
        pointer-events: none
    }

    .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
        padding-left: 40px !important
    }

.uk-form-icon-flip {
    right: 0;
    left: auto
}

    .uk-form-icon-flip ~ .uk-input {
        padding-right: 40px !important
    }

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color
}

    .uk-button:not(:disabled) {
        cursor: pointer
    }

    .uk-button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .uk-button:hover {
        text-decoration: none
    }

    .uk-button:focus {
        outline: 0
    }

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5
}

    .uk-button-default:focus, .uk-button-default:hover {
        background-color: transparent;
        color: #333;
        border-color: #b2b2b2
    }

    .uk-button-default.uk-active, .uk-button-default:active {
        background-color: transparent;
        color: #333;
        border-color: #999
    }

.uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent
}

    .uk-button-primary:focus, .uk-button-primary:hover {
        background-color: #0f7ae5;
        color: #fff
    }

    .uk-button-primary.uk-active, .uk-button-primary:active {
        background-color: #0e6dcd;
        color: #fff
    }

.uk-button-secondary {
    background-color: #222;
    color: #fff;
    border: 1px solid transparent
}

    .uk-button-secondary:focus, .uk-button-secondary:hover {
        background-color: #151515;
        color: #fff
    }

    .uk-button-secondary.uk-active, .uk-button-secondary:active {
        background-color: #080808;
        color: #fff
    }

.uk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent
}

    .uk-button-danger:focus, .uk-button-danger:hover {
        background-color: #ee395b;
        color: #fff
    }

    .uk-button-danger.uk-active, .uk-button-danger:active {
        background-color: #ec2147;
        color: #fff
    }

    .uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
        background-color: transparent;
        color: #999;
        border-color: #e5e5e5
    }

.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: .875rem
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: .875rem
}

.uk-button-text {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #333;
    position: relative
}

    .uk-button-text::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: 1px solid #333;
        transition: right .3s ease-out
    }

    .uk-button-text:focus, .uk-button-text:hover {
        color: #333
    }

        .uk-button-text:focus::before, .uk-button-text:hover::before {
            right: 0
        }

    .uk-button-text:disabled {
        color: #999
    }

        .uk-button-text:disabled::before {
            display: none
        }

.uk-button-link {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #1e87f0
}

    .uk-button-link:focus, .uk-button-link:hover {
        color: #0f6ecd;
        text-decoration: underline
    }

    .uk-button-link:disabled {
        color: #999;
        text-decoration: none
    }

.uk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

    .uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button {
        margin-left: -1px
    }

    .uk-button-group .uk-button.uk-active, .uk-button-group .uk-button:active, .uk-button-group .uk-button:focus, .uk-button-group .uk-button:hover {
        position: relative;
        z-index: 1
    }

.uk-progress {
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden
}

* + .uk-progress {
    margin-top: 20px
}

.uk-progress:indeterminate {
    color: transparent
}

.uk-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
    border-radius: 500px;
    overflow: hidden
}

.uk-progress:indeterminate::-moz-progress-bar {
    width: 0
}

.uk-progress::-webkit-progress-value {
    background-color: #1e87f0;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.uk-progress::-moz-progress-bar {
    background-color: #1e87f0
}

.uk-progress::-ms-fill {
    background-color: #1e87f0;
    -ms-transition: width .6s ease;
    transition: width .6s ease;
    border: 0
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.uk-section > :last-child {
    margin-bottom: 0
}

.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 960px) {
    .uk-section-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width: 960px) {
    .uk-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.uk-section-default {
    background: #fff
}

.uk-section-muted {
    background: #f8f8f8
}

.uk-section-primary {
    background: #1e87f0
}

.uk-section-secondary {
    background: #222
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-container > :last-child {
    margin-bottom: 0
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container-xsmall {
    max-width: 750px
}

.uk-container-small {
    max-width: 900px
}

.uk-container-large {
    max-width: 1400px
}

.uk-container-xlarge {
    max-width: 1600px
}

.uk-container-expand {
    max-width: none
}

.uk-container-expand-left {
    margin-left: 0
}

.uk-container-expand-right {
    margin-right: 0
}

@media (min-width: 640px) {
    .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px)
    }

    .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width: 960px) {
    .uk-container-expand-left, .uk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }

        .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
            max-width: calc(50% + (750px / 2) - 40px)
        }

        .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
            max-width: calc(50% + (900px / 2) - 40px)
        }

        .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
            max-width: calc(50% + (1400px / 2) - 40px)
        }

        .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
            max-width: calc(50% + (1600px / 2) - 40px)
        }
}

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.uk-container-item-padding-remove-left {
    margin-left: -15px
}

.uk-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width: 640px) {
    .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
        width: calc(100% + 30px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width: 960px) {
    .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.uk-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 640px) {
    .uk-tile {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .uk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.uk-tile > :last-child {
    margin-bottom: 0
}

.uk-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.uk-tile-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-tile-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width: 960px) {
    .uk-tile-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.uk-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width: 960px) {
    .uk-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.uk-tile-default {
    background: #fff
}

.uk-tile-muted {
    background: #f8f8f8
}

.uk-tile-primary {
    background: #1e87f0
}

.uk-tile-secondary {
    background: #222
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out
}

.uk-card-body {
    display: flow-root;
    padding: 30px 30px
}

.uk-card-header {
    display: flow-root;
    padding: 15px 30px
}

.uk-card-footer {
    display: flow-root;
    padding: 15px 30px
}

@media (min-width: 1200px) {
    .uk-card-body {
        padding: 40px 40px
    }

    .uk-card-header {
        padding: 20px 40px
    }

    .uk-card-footer {
        padding: 20px 40px
    }
}

.uk-card-body > :last-child, .uk-card-footer > :last-child, .uk-card-header > :last-child {
    margin-bottom: 0
}

.uk-card-title {
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1
}

    .uk-card-badge:first-child + * {
        margin-top: 0
    }

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-card-default {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

    .uk-card-default .uk-card-title {
        color: #333
    }

    .uk-card-default.uk-card-hover:hover {
        background-color: #fff;
        box-shadow: 0 14px 25px rgba(0,0,0,.16)
    }

    .uk-card-default .uk-card-header {
        border-bottom: 1px solid #e5e5e5
    }

    .uk-card-default .uk-card-footer {
        border-top: 1px solid #e5e5e5
    }

.uk-card-primary {
    background: #1e87f0;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

    .uk-card-primary .uk-card-title {
        color: #fff
    }

    .uk-card-primary.uk-card-hover:hover {
        background-color: #1e87f0;
        box-shadow: 0 14px 25px rgba(0,0,0,.16)
    }

.uk-card-secondary {
    background: #222;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

    .uk-card-secondary .uk-card-title {
        color: #fff
    }

    .uk-card-secondary.uk-card-hover:hover {
        background-color: #222;
        box-shadow: 0 14px 25px rgba(0,0,0,.16)
    }

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: 20px 20px
}

.uk-card-small .uk-card-header {
    padding: 13px 20px
}

.uk-card-small .uk-card-footer {
    padding: 13px 20px
}

@media (min-width: 1200px) {
    .uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
        padding: 70px 70px
    }

    .uk-card-large .uk-card-header {
        padding: 35px 70px
    }

    .uk-card-large .uk-card-footer {
        padding: 35px 70px
    }
}

.uk-card-body > .uk-nav-default {
    margin-left: -30px;
    margin-right: -30px
}

    .uk-card-body > .uk-nav-default:only-child {
        margin-top: -15px;
        margin-bottom: -15px
    }

.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default > li > a {
    padding-left: 30px;
    padding-right: 30px
}

.uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 45px
}

@media (min-width: 1200px) {
    .uk-card-body > .uk-nav-default {
        margin-left: -40px;
        margin-right: -40px
    }

        .uk-card-body > .uk-nav-default:only-child {
            margin-top: -25px;
            margin-bottom: -25px
        }

    .uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default > li > a {
        padding-left: 40px;
        padding-right: 40px
    }

    .uk-card-body .uk-nav-default .uk-nav-sub {
        padding-left: 55px
    }
}

.uk-card-small > .uk-nav-default {
    margin-left: -20px;
    margin-right: -20px
}

    .uk-card-small > .uk-nav-default:only-child {
        margin-top: -5px;
        margin-bottom: -5px
    }

.uk-card-small .uk-nav-default .uk-nav-divider, .uk-card-small .uk-nav-default .uk-nav-header, .uk-card-small .uk-nav-default > li > a {
    padding-left: 20px;
    padding-right: 20px
}

.uk-card-small .uk-nav-default .uk-nav-sub {
    padding-left: 35px
}

@media (min-width: 1200px) {
    .uk-card-large > .uk-nav-default {
        margin: 0
    }

        .uk-card-large > .uk-nav-default:only-child {
            margin: 0
        }

    .uk-card-large .uk-nav-default .uk-nav-divider, .uk-card-large .uk-nav-default .uk-nav-header, .uk-card-large .uk-nav-default > li > a {
        padding-left: 0;
        padding-right: 0
    }

    .uk-card-large .uk-nav-default .uk-nav-sub {
        padding-left: 15px
    }
}

.uk-close {
    color: #999;
    transition: .1s ease-in-out;
    transition-property: color,opacity
}

    .uk-close:focus, .uk-close:hover {
        color: #666;
        outline: 0
    }

.uk-spinner > * {
    -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
    animation: uk-spinner-rotate 1.4s linear infinite
}

@-webkit-keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(270deg)
    }
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(270deg)
    }
}

.uk-spinner > * > * {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
    animation: uk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round
}

@-webkit-keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

.uk-totop {
    padding: 5px;
    color: #999;
    transition: color .1s ease-in-out
}

    .uk-totop:focus, .uk-totop:hover {
        color: #666;
        outline: 0
    }

    .uk-totop:active {
        color: #333
    }

.uk-marker {
    padding: 5px;
    background: #222;
    color: #fff;
    border-radius: 500px
}

    .uk-marker:focus, .uk-marker:hover {
        color: #fff;
        outline: 0
    }

.uk-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #f8f8f8;
    color: #666
}

* + .uk-alert {
    margin-top: 20px
}

.uk-alert > :last-child {
    margin-bottom: 0
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: .4
}

    .uk-alert-close:first-child + * {
        margin-top: 0
    }

    .uk-alert-close:focus, .uk-alert-close:hover {
        color: inherit;
        opacity: .8
    }

.uk-alert-primary {
    background: #d8eafc;
    color: #1e87f0
}

.uk-alert-success {
    background: #edfbf6;
    color: #32d296
}

.uk-alert-warning {
    background: #fff6ee;
    color: #faa05a
}

.uk-alert-danger {
    background: #fef4f6;
    color: #f0506e
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
    color: inherit
}

.uk-alert a:not([class]) {
    color: inherit;
    text-decoration: underline
}

    .uk-alert a:not([class]):hover {
        color: inherit;
        text-decoration: underline
    }

.uk-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: 0 0;
    border: 1px dashed #e5e5e5
}

* + .uk-placeholder {
    margin-top: 20px
}

.uk-placeholder > :last-child {
    margin-bottom: 0
}

.uk-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e87f0;
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

    .uk-badge:focus, .uk-badge:hover {
        color: #fff;
        text-decoration: none;
        outline: 0
    }

.uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase
}

.uk-label-success {
    background-color: #32d296;
    color: #fff
}

.uk-label-warning {
    background-color: #faa05a;
    color: #fff
}

.uk-label-danger {
    background-color: #f0506e;
    color: #fff
}

.uk-overlay {
    padding: 30px 30px
}

    .uk-overlay > :last-child {
        margin-bottom: 0
    }

.uk-overlay-default {
    background: rgba(255,255,255,.8)
}

.uk-overlay-primary {
    background: rgba(34,34,34,.8)
}

.uk-article {
    display: flow-root
}

    .uk-article > :last-child {
        margin-bottom: 0
    }

    .uk-article + .uk-article {
        margin-top: 70px
    }

.uk-article-title {
    font-size: 2.23125rem;
    line-height: 1.2
}

@media (min-width: 960px) {
    .uk-article-title {
        font-size: 2.625rem
    }
}

.uk-article-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

    .uk-article-meta a {
        color: #999
    }

        .uk-article-meta a:hover {
            color: #666;
            text-decoration: none
        }

.uk-comment-body {
    display: flow-root;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.uk-comment-header {
    display: flow-root;
    margin-bottom: 20px
}

    .uk-comment-body > :last-child, .uk-comment-header > :last-child {
        margin-bottom: 0
    }

.uk-comment-title {
    font-size: 1.25rem;
    line-height: 1.4
}

.uk-comment-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.uk-comment-list {
    padding: 0;
    list-style: none
}

    .uk-comment-list > :nth-child(n+2) {
        margin-top: 70px
    }

    .uk-comment-list .uk-comment ~ ul {
        margin: 70px 0 0 0;
        padding-left: 30px;
        list-style: none
    }

@media (min-width: 960px) {
    .uk-comment-list .uk-comment ~ ul {
        padding-left: 100px
    }
}

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
    margin-top: 70px
}

.uk-comment-primary {
    padding: 30px;
    background-color: #f8f8f8
}

.uk-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0
}

.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}

.uk-search-input::-moz-placeholder {
    opacity: 1
}

.uk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666
}

    .uk-search-input:focus {
        outline: 0
    }

    .uk-search-input:-ms-input-placeholder {
        color: #999 !important
    }

    .uk-search-input::-webkit-input-placeholder {
        color: #999
    }

    .uk-search-input::-ms-input-placeholder {
        color: #999
    }

    .uk-search-input::placeholder {
        color: #999
    }

.uk-search-icon:focus {
    outline: 0
}

.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

    .uk-search .uk-search-icon:hover {
        color: #999
    }

    .uk-search .uk-search-icon:not(a):not(button):not(input) {
        pointer-events: none
    }

.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto
}

.uk-search-default {
    width: 180px
}

    .uk-search-default .uk-search-input {
        height: 40px;
        padding-left: 6px;
        padding-right: 6px;
        background: 0 0;
        border: 1px solid #e5e5e5
    }

        .uk-search-default .uk-search-input:focus {
            background-color: transparent
        }

    .uk-search-default .uk-search-icon {
        width: 40px
    }

        .uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
            padding-left: 40px
        }

    .uk-search-default .uk-search-icon-flip ~ .uk-search-input {
        padding-right: 40px
    }

.uk-search-navbar {
    width: 400px
}

    .uk-search-navbar .uk-search-input {
        height: 40px;
        background: 0 0;
        font-size: 1.5rem
    }

    .uk-search-navbar .uk-search-icon {
        width: 40px
    }

        .uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
            padding-left: 40px
        }

    .uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
        padding-right: 40px
    }

.uk-search-large {
    width: 500px
}

    .uk-search-large .uk-search-input {
        height: 80px;
        background: 0 0;
        font-size: 2.625rem
    }

    .uk-search-large .uk-search-icon {
        width: 80px
    }

        .uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
            padding-left: 80px
        }

    .uk-search-large .uk-search-icon-flip ~ .uk-search-input {
        padding-right: 80px
    }

.uk-search-toggle {
    color: #999
}

    .uk-search-toggle:focus, .uk-search-toggle:hover {
        color: #666
    }

.uk-accordion {
    padding: 0;
    list-style: none
}

    .uk-accordion > :nth-child(n+2) {
        margin-top: 20px
    }

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden
}

    .uk-accordion-title::before {
        content: "";
        width: 1.4em;
        height: 1.4em;
        margin-left: 10px;
        float: right;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-accordion-title:focus, .uk-accordion-title:hover {
    color: #666;
    text-decoration: none;
    outline: 0
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 20px
}

    .uk-accordion-content > :last-child {
        margin-bottom: 0
    }

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 300px
}

    .uk-drop.uk-open {
        display: block
    }

[class*=uk-drop-top] {
    margin-top: -20px
}

[class*=uk-drop-bottom] {
    margin-top: 20px
}

[class*=uk-drop-left] {
    margin-left: -20px
}

[class*=uk-drop-right] {
    margin-left: 20px
}

.uk-drop-stack .uk-drop-grid > * {
    width: 100% !important
}

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15)
}

    .uk-dropdown.uk-open {
        display: block
    }

.uk-dropdown-nav {
    white-space: nowrap;
    font-size: .875rem
}

    .uk-dropdown-nav > li > a {
        color: #999
    }

        .uk-dropdown-nav > li.uk-active > a, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li > a:hover {
            color: #666
        }

    .uk-dropdown-nav .uk-nav-header {
        color: #333
    }

    .uk-dropdown-nav .uk-nav-divider {
        border-top: 1px solid #e5e5e5
    }

    .uk-dropdown-nav .uk-nav-sub a {
        color: #999
    }

        .uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
            color: #666
        }

[class*=uk-dropdown-top] {
    margin-top: -10px
}

[class*=uk-dropdown-bottom] {
    margin-top: 10px
}

[class*=uk-dropdown-left] {
    margin-left: -10px
}

[class*=uk-dropdown-right] {
    margin-left: 10px
}

.uk-dropdown-stack .uk-dropdown-grid > * {
    width: 100% !important
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .15s linear
}

@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px
    }
}

@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity,transform
}

.uk-open > .uk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px
}

.uk-modal-full {
    padding: 0;
    background: 0 0
}

    .uk-modal-full .uk-modal-dialog {
        margin: 0;
        width: 100%;
        max-width: 100%;
        transform: translateY(0)
    }

.uk-modal-body {
    display: flow-root;
    padding: 30px 30px
}

.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.uk-modal-footer {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5
}

    .uk-modal-body > :last-child, .uk-modal-footer > :last-child, .uk-modal-header > :last-child {
        margin-bottom: 0
    }

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

    [class*=uk-modal-close-]:first-child + * {
        margin-top: 0
    }

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0,-100%);
    color: #fff
}

    .uk-modal-close-outside:hover {
        color: #fff
    }

@media (min-width: 960px) {
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%,-100%)
    }
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none
}

    .uk-slideshow-items > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        will-change: transform,opacity;
        touch-action: pan-y
    }

    .uk-slideshow-items > :focus {
        outline: 0
    }

    .uk-slideshow-items > :not(.uk-active) {
        display: none
    }

.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

    .uk-slider-items:not(.uk-grid) {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-touch-callout: none
    }

    .uk-slider-items.uk-grid {
        flex-wrap: nowrap
    }

    .uk-slider-items > * {
        flex: none;
        position: relative;
        touch-action: pan-y
    }

    .uk-slider-items > :focus {
        outline: 0
    }

.uk-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.uk-sticky[class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.uk-sticky.uk-animation-reverse {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    /* width: 270px; */
    width: 100dvw;
    width: 100vw;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -100dvw;
    right: -100vw;
}

@media (min-width: 960px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    }
}

.uk-open > .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

    .uk-offcanvas-reveal .uk-offcanvas-bar {
        left: 0
    }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open > .uk-offcanvas-reveal {
    width: 100dvw;
    width: 100vw;
}

@media (min-width: 960px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 350px
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

    .uk-offcanvas-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.1);
        opacity: 0;
        transition: opacity .15s linear
    }

    .uk-offcanvas-overlay.uk-open::before {
        opacity: 1
    }

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

    .uk-switcher > :not(.uk-active) {
        display: none
    }

    .uk-switcher > * > :last-child {
        margin-bottom: 0
    }

.uk-leader {
    overflow: hidden
}

.uk-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap
}

.uk-leader-fill.uk-leader-hide::after {
    display: none
}

.uk-leader-fill-content::before {
    content: '.'
}

:root {
    --uk-leader-fill-content: .
}

.uk-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px
}

.uk-notification-bottom-right, .uk-notification-top-right {
    left: auto;
    right: 10px
}

.uk-notification-bottom-center, .uk-notification-top-center {
    left: 50%;
    margin-left: -175px
}

.uk-notification-bottom-center, .uk-notification-bottom-left, .uk-notification-bottom-right {
    top: auto;
    bottom: 10px
}

@media (max-width: 639px) {
    .uk-notification {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer
}

* + .uk-notification-message {
    margin-top: 10px
}

.uk-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

.uk-notification-message:hover .uk-notification-close {
    display: block
}

.uk-notification-message-primary {
    color: #1e87f0
}

.uk-notification-message-success {
    color: #32d296
}

.uk-notification-message-warning {
    color: #faa05a
}

.uk-notification-message-danger {
    color: #f0506e
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

    .uk-tooltip.uk-active {
        display: block
    }

[class*=uk-tooltip-top] {
    margin-top: -10px
}

[class*=uk-tooltip-bottom] {
    margin-top: 10px
}

[class*=uk-tooltip-left] {
    margin-left: -10px
}

[class*=uk-tooltip-right] {
    margin-left: 10px
}

.uk-sortable {
    position: relative
}

    .uk-sortable > :last-child {
        margin-bottom: 0
    }

.uk-sortable-drag {
    position: fixed !important;
    z-index: 1050 !important;
    pointer-events: none
}

.uk-sortable-placeholder {
    opacity: 0;
    pointer-events: none
}

.uk-sortable-empty {
    min-height: 50px
}

.uk-sortable-handle:hover {
    cursor: move
}

.uk-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: .8
}

@media (min-width: 640px) {
    .uk-countdown-number {
        font-size: 4rem
    }
}

@media (min-width: 960px) {
    .uk-countdown-number {
        font-size: 6rem
    }
}

.uk-countdown-separator {
    font-size: 1rem;
    line-height: 1.6
}

@media (min-width: 640px) {
    .uk-countdown-separator {
        font-size: 2rem
    }
}

@media (min-width: 960px) {
    .uk-countdown-separator {
        font-size: 3rem
    }
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

    .uk-grid > * {
        margin: 0
    }

        .uk-grid > * > :last-child {
            margin-bottom: 0
        }

.uk-grid {
    margin-left: -30px
}

    .uk-grid > * {
        padding-left: 30px
    }

    * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
        margin-top: 30px
    }

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px
    }

        .uk-grid > * {
            padding-left: 40px
        }

        * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
            margin-top: 40px
        }
}

.uk-grid-column-small, .uk-grid-small {
    margin-left: -15px
}

    .uk-grid-column-small > *, .uk-grid-small > * {
        padding-left: 15px
    }

    * + .uk-grid-margin-small, .uk-grid + .uk-grid-row-small, .uk-grid + .uk-grid-small, .uk-grid-row-small > .uk-grid-margin, .uk-grid-small > .uk-grid-margin {
        margin-top: 15px
    }

.uk-grid-column-medium, .uk-grid-medium {
    margin-left: -30px
}

    .uk-grid-column-medium > *, .uk-grid-medium > * {
        padding-left: 30px
    }

    * + .uk-grid-margin-medium, .uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin {
        margin-top: 30px
    }

.uk-grid-column-large, .uk-grid-large {
    margin-left: -40px
}

    .uk-grid-column-large > *, .uk-grid-large > * {
        padding-left: 40px
    }

    * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
        margin-top: 40px
    }

@media (min-width: 1200px) {
    .uk-grid-column-large, .uk-grid-large {
        margin-left: -70px
    }

        .uk-grid-column-large > *, .uk-grid-large > * {
            padding-left: 70px
        }

        * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
            margin-top: 70px
        }
}

.uk-grid-collapse, .uk-grid-column-collapse {
    margin-left: 0
}

    .uk-grid-collapse > *, .uk-grid-column-collapse > * {
        padding-left: 0
    }

    .uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
        margin-top: 0
    }

.uk-grid-divider > * {
    position: relative
}

.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.uk-grid-divider {
    margin-left: -60px
}

    .uk-grid-divider > * {
        padding-left: 60px
    }

    .uk-grid-divider > :not(.uk-first-column)::before {
        left: 30px
    }

    .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
        margin-top: 60px
    }

        .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
            top: -30px;
            left: 60px
        }

@media (min-width: 1200px) {
    .uk-grid-divider {
        margin-left: -80px
    }

        .uk-grid-divider > * {
            padding-left: 80px
        }

        .uk-grid-divider > :not(.uk-first-column)::before {
            left: 40px
        }

        .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
            margin-top: 80px
        }

            .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
                top: -40px;
                left: 80px
            }
}

.uk-grid-divider.uk-grid-column-small, .uk-grid-divider.uk-grid-small {
    margin-left: -30px
}

    .uk-grid-divider.uk-grid-column-small > *, .uk-grid-divider.uk-grid-small > * {
        padding-left: 30px
    }

    .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
        left: 15px
    }

    .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
        margin-top: 30px
    }

        .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
            top: -15px;
            left: 30px
        }

        .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
            top: -15px
        }

    .uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
        left: 30px
    }

.uk-grid-divider.uk-grid-column-medium, .uk-grid-divider.uk-grid-medium {
    margin-left: -60px
}

    .uk-grid-divider.uk-grid-column-medium > *, .uk-grid-divider.uk-grid-medium > * {
        padding-left: 60px
    }

    .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
        left: 30px
    }

    .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
        margin-top: 60px
    }

        .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
            top: -30px;
            left: 60px
        }

        .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
            top: -30px
        }

    .uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
        left: 60px
    }

.uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
    margin-left: -80px
}

    .uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
        padding-left: 80px
    }

    .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
        left: 40px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
        margin-top: 80px
    }

        .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
            top: -40px;
            left: 80px
        }

        .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
            top: -40px
        }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
        left: 80px
    }

@media (min-width: 1200px) {
    .uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
        margin-left: -140px
    }

        .uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
            padding-left: 140px
        }

        .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
            left: 70px
        }

        .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
            margin-top: 140px
        }

            .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
                top: -70px;
                left: 140px
            }

            .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
                top: -70px
            }

        .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
            left: 140px
        }
}

.uk-grid-item-match, .uk-grid-match > * {
    display: flex;
    flex-wrap: wrap
}

    .uk-grid-item-match > :not([class*=uk-width]), .uk-grid-match > * > :not([class*=uk-width]) {
        box-sizing: border-box;
        width: 100%;
        flex: auto
    }

.uk-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .uk-nav li > a {
        display: block;
        text-decoration: none
    }

        .uk-nav li > a:focus {
            outline: 0
        }

    .uk-nav > li > a {
        padding: 5px 0
    }

ul.uk-nav-sub {
    padding: 5px 0 5px 15px
}

.uk-nav-sub ul {
    padding-left: 15px
}

.uk-nav-sub a {
    padding: 2px 0
}

.uk-nav-parent-icon > .uk-parent > a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .875rem
}

    .uk-nav-header:not(:first-child) {
        margin-top: 20px
    }

.uk-nav-divider {
    margin: 5px 0
}

.uk-nav-default {
    font-size: .875rem
}

    .uk-nav-default > li > a {
        color: #999
    }

        .uk-nav-default > li > a:focus, .uk-nav-default > li > a:hover {
            color: #666
        }

    .uk-nav-default > li.uk-active > a {
        color: #333
    }

    .uk-nav-default .uk-nav-header {
        color: #333
    }

    .uk-nav-default .uk-nav-divider {
        border-top: 1px solid #e5e5e5
    }

    .uk-nav-default .uk-nav-sub a {
        color: #999
    }

        .uk-nav-default .uk-nav-sub a:focus, .uk-nav-default .uk-nav-sub a:hover {
            color: #666
        }

    .uk-nav-default .uk-nav-sub li.uk-active > a {
        color: #333
    }

.uk-nav-primary > li > a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #999
}

    .uk-nav-primary > li > a:focus, .uk-nav-primary > li > a:hover {
        color: #666
    }

.uk-nav-primary > li.uk-active > a {
    color: #333
}

.uk-nav-primary .uk-nav-header {
    color: #333
}

.uk-nav-primary .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-nav-primary .uk-nav-sub a {
    color: #999
}

    .uk-nav-primary .uk-nav-sub a:focus, .uk-nav-primary .uk-nav-sub a:hover {
        color: #666
    }

.uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #333
}

.uk-nav-center {
    text-align: center
}

    .uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {
        padding-left: 0
    }

    .uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
        position: absolute
    }

.uk-navbar {
    display: flex;
    position: relative
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f8f8f8
}

.uk-navbar-container > ::after, .uk-navbar-container > ::before {
    display: none !important
}

.uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > *, .uk-navbar-left, .uk-navbar-right {
    display: flex;
    align-items: center
}

.uk-navbar-right {
    margin-left: auto
}

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.uk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
    z-index: 990
}

.uk-navbar-center-left, .uk-navbar-center-right {
    position: absolute;
    top: 0
}

.uk-navbar-center-left {
    right: 100%
}

.uk-navbar-center-right {
    left: 100%
}

[class*=uk-navbar-center-] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box
}

.uk-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {
    flex-wrap: wrap
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: Arial;
    text-decoration: none
}

.uk-navbar-nav > li > a {
    color: #999;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

    .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
        color: #666;
        outline: 0
    }

    .uk-navbar-nav > li > a:active {
        color: #333
    }

.uk-navbar-nav > li.uk-active > a {
    color: #333
}

.uk-navbar-item {
    color: #666
}

.uk-navbar-toggle {
    color: #999
}

    .uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
        color: #666;
        outline: 0;
        text-decoration: none
    }

.uk-navbar-subtitle {
    font-size: .875rem
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15)
}

    .uk-navbar-dropdown.uk-open {
        display: block
    }

[class*=uk-navbar-dropdown-top] {
    margin-top: -15px
}

[class*=uk-navbar-dropdown-bottom] {
    margin-top: 15px
}

[class*=uk-navbar-dropdown-left] {
    margin-left: -15px
}

[class*=uk-navbar-dropdown-right] {
    margin-left: 15px
}

.uk-navbar-dropdown-grid {
    margin-left: -50px
}

    .uk-navbar-dropdown-grid > * {
        padding-left: 50px
    }

    .uk-navbar-dropdown-grid > .uk-grid-margin {
        margin-top: 50px
    }

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
    width: 100% !important
}

.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
    width: 400px
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
    width: 600px
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
    width: 800px
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
    width: 1000px
}

.uk-navbar-dropdown-dropbar {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none
}

.uk-navbar-dropdown-nav {
    font-size: .875rem
}

    .uk-navbar-dropdown-nav > li > a {
        color: #999
    }

        .uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
            color: #666
        }

    .uk-navbar-dropdown-nav > li.uk-active > a {
        color: #333
    }

    .uk-navbar-dropdown-nav .uk-nav-header {
        color: #333
    }

    .uk-navbar-dropdown-nav .uk-nav-divider {
        border-top: 1px solid #e5e5e5
    }

    .uk-navbar-dropdown-nav .uk-nav-sub a {
        color: #999
    }

        .uk-navbar-dropdown-nav .uk-nav-sub a:focus, .uk-navbar-dropdown-nav .uk-nav-sub a:hover {
            color: #666
        }

    .uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
        color: #333
    }

.uk-navbar-dropbar {
    background: #fff
}

.uk-navbar-dropbar-slide {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    box-shadow: 0 5px 7px rgba(0,0,0,.05)
}

.uk-navbar-container > .uk-container .uk-navbar-left {
    margin-left: -15px;
    margin-right: -15px
}

.uk-navbar-container > .uk-container .uk-navbar-right {
    margin-right: -15px
}

.uk-navbar-dropdown-grid > * {
    position: relative
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 1px solid #e5e5e5
}

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

    .uk-subnav > * {
        flex: none;
        padding-left: 20px;
        position: relative
    }

        .uk-subnav > * > :first-child {
            display: block;
            color: #999;
            font-size: .875rem;
            text-transform: uppercase;
            transition: .1s ease-in-out;
            transition-property: color,background-color
        }

        .uk-subnav > * > a:focus, .uk-subnav > * > a:hover {
            color: #666;
            text-decoration: none;
            outline: 0
        }

    .uk-subnav > .uk-active > a {
        color: #333
    }

.uk-subnav-divider {
    margin-left: -41px
}

    .uk-subnav-divider > * {
        display: flex;
        align-items: center
    }

    .uk-subnav-divider > ::before {
        content: "";
        height: 1.5em;
        margin-left: 0;
        margin-right: 20px;
        border-left: 1px solid transparent
    }

    .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
        border-left-color: #e5e5e5
    }

.uk-subnav-pill > * > :first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #999
}

.uk-subnav-pill > * > a:focus, .uk-subnav-pill > * > a:hover {
    background-color: #f8f8f8;
    color: #666
}

.uk-subnav-pill > * > a:active {
    background-color: #f8f8f8;
    color: #666
}

.uk-subnav-pill > .uk-active > a {
    background-color: #1e87f0;
    color: #fff
}

.uk-subnav > .uk-disabled > a {
    color: #999
}

.uk-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .uk-breadcrumb > * {
        flex: none
    }

        .uk-breadcrumb > * > * {
            display: inline-block;
            font-size: .875rem;
            color: #999
        }

        .uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover {
            color: #666;
            text-decoration: none
        }

    .uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
        color: #666
    }

    .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
        content: "/";
        display: inline-block;
        margin: 0 20px;
        font-size: .875rem;
        color: #999
    }

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

    .uk-pagination > * {
        flex: none;
        padding-left: 20px;
        position: relative
    }

        .uk-pagination > * > * {
            display: block;
            color: #999;
            transition: color .1s ease-in-out
        }

        .uk-pagination > * > :focus, .uk-pagination > * > :hover {
            color: #666;
            text-decoration: none
        }

    .uk-pagination > .uk-active > * {
        color: #666
    }

    .uk-pagination > .uk-disabled > * {
        color: #999
    }

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative
}

    .uk-tab::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .uk-tab > * {
        flex: none;
        padding-left: 20px;
        position: relative
    }

        .uk-tab > * > a {
            display: block;
            text-align: center;
            padding: 5px 10px;
            color: #999;
            border-bottom: 1px solid transparent;
            font-size: .875rem;
            text-transform: uppercase;
            transition: color .1s ease-in-out
        }

            .uk-tab > * > a:focus, .uk-tab > * > a:hover {
                color: #666;
                text-decoration: none
            }

    .uk-tab > .uk-active > a {
        color: #333;
        border-color: #1e87f0
    }

    .uk-tab > .uk-disabled > a {
        color: #999
    }

.uk-tab-bottom::before {
    top: 0;
    bottom: auto
}

.uk-tab-bottom > * > a {
    border-top: 1px solid transparent;
    border-bottom: none
}

.uk-tab-left, .uk-tab-right {
    flex-direction: column;
    margin-left: 0
}

    .uk-tab-left > *, .uk-tab-right > * {
        padding-left: 0
    }

    .uk-tab-left::before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        border-left: 1px solid #e5e5e5;
        border-bottom: none
    }

    .uk-tab-right::before {
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        border-left: 1px solid #e5e5e5;
        border-bottom: none
    }

    .uk-tab-left > * > a {
        text-align: left;
        border-right: 1px solid transparent;
        border-bottom: none
    }

    .uk-tab-right > * > a {
        text-align: left;
        border-left: 1px solid transparent;
        border-bottom: none
    }

.uk-tab .uk-dropdown {
    margin-left: 30px
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(102,102,102,.5);
    transition: color .1s ease-in-out
}

    .uk-slidenav:focus, .uk-slidenav:hover {
        color: rgba(102,102,102,.9);
        outline: 0
    }

    .uk-slidenav:active {
        color: rgba(102,102,102,.5)
    }

.uk-slidenav-large {
    padding: 10px 10px
}

.uk-slidenav-container {
    display: flex
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

    .uk-dotnav > * {
        flex: none;
        padding-left: 12px
    }

        .uk-dotnav > * > * {
            display: block;
            box-sizing: border-box;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: 0 0;
            text-indent: 100%;
            overflow: hidden;
            white-space: nowrap;
            border: 1px solid rgba(102,102,102,.4);
            transition: .2s ease-in-out;
            transition-property: background-color,border-color
        }

        .uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
            background-color: rgba(102,102,102,.6);
            outline: 0;
            border-color: transparent
        }

        .uk-dotnav > * > :active {
            background-color: rgba(102,102,102,.2);
            border-color: transparent
        }

    .uk-dotnav > .uk-active > * {
        background-color: rgba(102,102,102,.6);
        border-color: transparent
    }

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

    .uk-dotnav-vertical > * {
        padding-left: 0;
        padding-top: 12px
    }

.uk-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px
}

    .uk-thumbnav > * {
        padding-left: 15px
    }

        .uk-thumbnav > * > * {
            display: inline-block;
            position: relative
        }

        .uk-thumbnav > * > ::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255,255,255,.4);
            transition: background-color .1s ease-in-out
        }

        .uk-thumbnav > * > :focus, .uk-thumbnav > * > :hover {
            outline: 0
        }

            .uk-thumbnav > * > :focus::after, .uk-thumbnav > * > :hover::after {
                background-color: transparent
            }

    .uk-thumbnav > .uk-active > ::after {
        background-color: transparent
    }

.uk-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px
}

    .uk-thumbnav-vertical > * {
        padding-left: 0;
        padding-top: 15px
    }

.uk-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px
}

    .uk-iconnav > * {
        padding-left: 10px
    }

        .uk-iconnav > * > a {
            display: block;
            color: #999
        }

            .uk-iconnav > * > a:focus, .uk-iconnav > * > a:hover {
                color: #666;
                outline: 0
            }

    .uk-iconnav > .uk-active > a {
        color: #666
    }

.uk-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px
}

    .uk-iconnav-vertical > * {
        padding-left: 0;
        padding-top: 10px
    }

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom
}

    .uk-lightbox.uk-open {
        display: block;
        opacity: 1
    }

.uk-lightbox-page {
    overflow: hidden
}

.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,.7);
    will-change: transform,opacity
}

    .uk-lightbox-items > * > * {
        max-width: 100vw;
        max-height: 100vh
    }

.uk-lightbox-items > :focus {
    outline: 0
}

.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto
}

.uk-lightbox-items > .uk-active {
    display: flex
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.7)
}

    .uk-lightbox-toolbar > * {
        color: rgba(255,255,255,.7)
    }

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255,255,255,.7)
}

    .uk-lightbox-toolbar-icon:hover {
        color: #fff
    }

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

    .uk-lightbox-button:hover {
        color: #fff
    }

.uk-lightbox-caption:empty {
    display: none
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%
}

[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade-bottom;
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    -webkit-animation-name: uk-fade-left;
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    -webkit-animation-name: uk-fade-right;
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    -webkit-animation-name: uk-fade-top-small;
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    -webkit-animation-name: uk-fade-bottom-small;
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    -webkit-animation-name: uk-fade-left-small;
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    -webkit-animation-name: uk-fade-right-small;
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    -webkit-animation-name: uk-fade-top-medium;
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    -webkit-animation-name: uk-fade-bottom-medium;
    animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
    -webkit-animation-name: uk-fade-left-medium;
    animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
    -webkit-animation-name: uk-fade-right-medium;
    animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
    -webkit-animation-name: uk-scale-kenburns;
    animation-name: uk-scale-kenburns;
    -webkit-animation-duration: 15s;
    animation-duration: 15s
}

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake
}

.uk-animation-stroke {
    -webkit-animation-name: uk-stroke;
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.uk-animation-reverse {
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    -webkit-animation-duration: .1s;
    animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    -webkit-animation-name: none;
    animation-name: none
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

    .uk-animation-toggle:focus {
        outline: 0
    }

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

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

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

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

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

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

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

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

@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

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

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

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

@-webkit-keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

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

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

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

@-webkit-keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

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

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

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

@-webkit-keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

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

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

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

@-webkit-keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes uk-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes uk-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@-webkit-keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2 > * {
    width: 50%
}

.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4 > * {
    width: 25%
}

.uk-child-width-1-5 > * {
    width: 20%
}

.uk-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto > * {
    width: auto
}

.uk-child-width-expand > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-child-width-1-1\@s > * {
        width: 100%
    }

    .uk-child-width-1-2\@s > * {
        width: 50%
    }

    .uk-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@s > * {
        width: 25%
    }

    .uk-child-width-1-5\@s > * {
        width: 20%
    }

    .uk-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@s > * {
        width: auto
    }

    .uk-child-width-expand\@s > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m > * {
        width: 100%
    }

    .uk-child-width-1-2\@m > * {
        width: 50%
    }

    .uk-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@m > * {
        width: 25%
    }

    .uk-child-width-1-5\@m > * {
        width: 20%
    }

    .uk-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@m > * {
        width: auto
    }

    .uk-child-width-expand\@m > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-1\@l > * {
        width: 100%
    }

    .uk-child-width-1-2\@l > * {
        width: 50%
    }

    .uk-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@l > * {
        width: 25%
    }

    .uk-child-width-1-5\@l > * {
        width: 20%
    }

    .uk-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@l > * {
        width: auto
    }

    .uk-child-width-expand\@l > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl > * {
        width: 100%
    }

    .uk-child-width-1-2\@xl > * {
        width: 50%
    }

    .uk-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@xl > * {
        width: 25%
    }

    .uk-child-width-1-5\@xl > * {
        width: 20%
    }

    .uk-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@xl > * {
        width: auto
    }

    .uk-child-width-expand\@xl > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-width-1-1\@s {
        width: 100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width: 100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width: 100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-width-1-1\@xl {
        width: 100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

[class*=uk-height] {
    box-sizing: border-box
}

.uk-height-1-1 {
    height: 100%
}

.uk-height-viewport {
    min-height: 100vh
}

.uk-height-small {
    height: 150px
}

.uk-height-medium {
    height: 300px
}

.uk-height-large {
    height: 450px
}

.uk-height-max-small {
    max-height: 150px
}

.uk-height-max-medium {
    max-height: 300px
}

.uk-height-max-large {
    max-height: 450px
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.uk-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

    .uk-text-meta a {
        color: #999
    }

        .uk-text-meta a:hover {
            color: #666;
            text-decoration: none
        }

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5
}

.uk-text-light {
    font-weight: 300
}

.uk-text-normal {
    font-weight: 400
}

.uk-text-bold {
    font-weight: 700
}

.uk-text-lighter {
    font-weight: lighter
}

.uk-text-bolder {
    font-weight: bolder
}

.uk-text-italic {
    font-style: italic
}

.uk-text-capitalize {
    text-transform: capitalize !important
}

.uk-text-uppercase {
    text-transform: uppercase !important
}

.uk-text-lowercase {
    text-transform: lowercase !important
}

.uk-text-muted {
    color: #999 !important
}

.uk-text-emphasis {
    color: #333 !important
}

.uk-text-primary {
    color: #1e87f0 !important
}

.uk-text-secondary {
    color: #222 !important
}

.uk-text-success {
    color: #32d296 !important
}

.uk-text-warning {
    color: #faa05a !important
}

.uk-text-danger {
    color: #f0506e !important
}

.uk-text-background {
    -webkit-background-clip: text;
    display: inline-block;
    color: #1e87f0 !important
}

@supports (-webkit-background-clip: text) {
    .uk-text-background {
        background-color: #1e87f0;
        color: transparent !important
    }
}

.uk-text-left {
    text-align: left !important
}

.uk-text-right {
    text-align: right !important
}

.uk-text-center {
    text-align: center !important
}

.uk-text-justify {
    text-align: justify !important
}

@media (min-width: 640px) {
    .uk-text-left\@s {
        text-align: left !important
    }

    .uk-text-right\@s {
        text-align: right !important
    }

    .uk-text-center\@s {
        text-align: center !important
    }
}

@media (min-width: 960px) {
    .uk-text-left\@m {
        text-align: left !important
    }

    .uk-text-right\@m {
        text-align: right !important
    }

    .uk-text-center\@m {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .uk-text-left\@l {
        text-align: left !important
    }

    .uk-text-right\@l {
        text-align: right !important
    }

    .uk-text-center\@l {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .uk-text-left\@xl {
        text-align: left !important
    }

    .uk-text-right\@xl {
        text-align: right !important
    }

    .uk-text-center\@xl {
        text-align: center !important
    }
}

.uk-text-top {
    vertical-align: top !important
}

.uk-text-middle {
    vertical-align: middle !important
}

.uk-text-bottom {
    vertical-align: bottom !important
}

.uk-text-baseline {
    vertical-align: baseline !important
}

.uk-text-nowrap {
    white-space: nowrap
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.uk-text-truncate, th.uk-text-truncate {
    max-width: 0
}

.uk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word
}

td.uk-text-break, th.uk-text-break {
    word-break: break-all
}

[class*=uk-column-] {
    -webkit-column-gap: 30px;
    column-gap: 30px
}

@media (min-width: 1200px) {
    [class*=uk-column-] {
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

[class*=uk-column-] img {
    transform: translate3d(0,0,0)
}

.uk-column-divider {
    -webkit-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    -webkit-column-gap: 60px;
    column-gap: 60px
}

@media (min-width: 1200px) {
    .uk-column-divider {
        -webkit-column-gap: 80px;
        column-gap: 80px
    }
}

.uk-column-1-2 {
    -webkit-column-count: 2;
    column-count: 2
}

.uk-column-1-3 {
    -webkit-column-count: 3;
    column-count: 3
}

.uk-column-1-4 {
    -webkit-column-count: 4;
    column-count: 4
}

.uk-column-1-5 {
    -webkit-column-count: 5;
    column-count: 5
}

.uk-column-1-6 {
    -webkit-column-count: 6;
    column-count: 6
}

@media (min-width: 640px) {
    .uk-column-1-2\@s {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@s {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@s {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@s {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@s {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 960px) {
    .uk-column-1-2\@m {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@m {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@m {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@m {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@m {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 1200px) {
    .uk-column-1-2\@l {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@l {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@l {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@l {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@l {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 1600px) {
    .uk-column-1-2\@xl {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@xl {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@xl {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@xl {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@xl {
        -webkit-column-count: 6;
        column-count: 6
    }
}

.uk-column-span {
    -webkit-column-span: all;
    column-span: all
}

.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

iframe.uk-cover {
    pointer-events: none
}

.uk-cover-container {
    overflow: hidden;
    position: relative
}

.uk-background-default {
    background-color: #fff
}

.uk-background-muted {
    background-color: #f8f8f8
}

.uk-background-primary {
    background-color: #1e87f0
}

.uk-background-secondary {
    background-color: #222
}

.uk-background-contain, .uk-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.uk-background-cover {
    background-size: cover
}

.uk-background-contain {
    background-size: contain
}

.uk-background-top-left {
    background-position: 0 0
}

.uk-background-top-center {
    background-position: 50% 0
}

.uk-background-top-right {
    background-position: 100% 0
}

.uk-background-center-left {
    background-position: 0 50%
}

.uk-background-center-center {
    background-position: 50% 50%
}

.uk-background-center-right {
    background-position: 100% 50%
}

.uk-background-bottom-left {
    background-position: 0 100%
}

.uk-background-bottom-center {
    background-position: 50% 100%
}

.uk-background-bottom-right {
    background-position: 100% 100%
}

.uk-background-norepeat {
    background-repeat: no-repeat
}

.uk-background-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: scroll
    }
}

@media (max-width: 639px) {
    .uk-background-image\@s {
        background-image: none !important
    }
}

@media (max-width: 959px) {
    .uk-background-image\@m {
        background-image: none !important
    }
}

@media (max-width: 1199px) {
    .uk-background-image\@l {
        background-image: none !important
    }
}

@media (max-width: 1599px) {
    .uk-background-image\@xl {
        background-image: none !important
    }
}

.uk-background-blend-multiply {
    background-blend-mode: multiply
}

.uk-background-blend-screen {
    background-blend-mode: screen
}

.uk-background-blend-overlay {
    background-blend-mode: overlay
}

.uk-background-blend-darken {
    background-blend-mode: darken
}

.uk-background-blend-lighten {
    background-blend-mode: lighten
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light
}

.uk-background-blend-difference {
    background-blend-mode: difference
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion
}

.uk-background-blend-hue {
    background-blend-mode: hue
}

.uk-background-blend-saturation {
    background-blend-mode: saturation
}

.uk-background-blend-color {
    background-blend-mode: color
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity
}

[class*=uk-align] {
    display: block;
    margin-bottom: 30px
}

* + [class*=uk-align] {
    margin-top: 30px
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto
}

.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width: 640px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 960px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 1200px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right
    }

    .uk-align-left, .uk-align-left\@l, .uk-align-left\@m, .uk-align-left\@s {
        margin-right: 40px
    }

    .uk-align-right, .uk-align-right\@l, .uk-align-right\@m, .uk-align-right\@s {
        margin-left: 40px
    }
}

@media (min-width: 1600px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

    .uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
        stroke: currentcolor
    }

.uk-svg {
    transform: translate(0,0)
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

    .uk-panel > :last-child {
        margin-bottom: 0
    }

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.uk-clearfix::before {
    content: "";
    display: table-cell
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.uk-float-left {
    float: left
}

.uk-float-right {
    float: right
}

[class*=uk-float-] {
    max-width: 100%
}

.uk-overflow-hidden {
    overflow: hidden
}

.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

    .uk-overflow-auto > :last-child {
        margin-bottom: 0
    }

.uk-resize {
    resize: both
}

.uk-resize-vertical {
    resize: vertical
}

.uk-display-block {
    display: block !important
}

.uk-display-inline {
    display: inline !important
}

.uk-display-inline-block {
    display: inline-block !important
}

[class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.uk-inline-clip {
    overflow: hidden
}

.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
    max-width: none
}

.uk-responsive-height, .uk-responsive-width {
    box-sizing: border-box
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

.uk-border-circle {
    border-radius: 50%
}

.uk-border-pill {
    border-radius: 500px
}

.uk-border-rounded {
    border-radius: 5px
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0)
}

.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

@supports ((-webkit-filter: blur(0)) or (filter:blur(0))) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle
    }

        .uk-box-shadow-bottom::before {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 0;
            right: 0;
            height: 30px;
            border-radius: 100%;
            background: #444;
            -webkit-filter: blur(20px);
            filter: blur(20px)
        }

        .uk-box-shadow-bottom > * {
            position: relative
        }
}

.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

@supports (-ms-ime-align:auto) {
    .uk-dropcap > p:first-of-type::first-letter {
        font-size: 1em
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: Arial;
    color: #666;
    text-decoration: none
}

    .uk-logo:focus, .uk-logo:hover {
        color: #666;
        outline: 0;
        text-decoration: none
    }

.uk-logo-inverse {
    display: none
}

.uk-disabled {
    pointer-events: none
}

.uk-drag, .uk-drag * {
    cursor: move
}

    .uk-drag iframe {
        pointer-events: none
    }

.uk-dragover {
    box-shadow: 0 0 20px rgba(100,100,100,.3)
}

.uk-blend-multiply {
    mix-blend-mode: multiply
}

.uk-blend-screen {
    mix-blend-mode: screen
}

.uk-blend-overlay {
    mix-blend-mode: overlay
}

.uk-blend-darken {
    mix-blend-mode: darken
}

.uk-blend-lighten {
    mix-blend-mode: lighten
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light
}

.uk-blend-difference {
    mix-blend-mode: difference
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion
}

.uk-blend-hue {
    mix-blend-mode: hue
}

.uk-blend-saturation {
    mix-blend-mode: saturation
}

.uk-blend-color {
    mix-blend-mode: color
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity
}

.uk-transform-center {
    transform: translate(-50%,-50%)
}

.uk-transform-origin-top-left {
    transform-origin: 0 0
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

.uk-flex {
    display: flex
}

.uk-flex-inline {
    display: inline-flex
}

    .uk-flex-inline::after, .uk-flex-inline::before, .uk-flex::after, .uk-flex::before {
        display: none
    }

.uk-flex-left {
    justify-content: flex-start
}

.uk-flex-center {
    justify-content: center
}

.uk-flex-right {
    justify-content: flex-end
}

.uk-flex-between {
    justify-content: space-between
}

.uk-flex-around {
    justify-content: space-around
}

@media (min-width: 640px) {
    .uk-flex-left\@s {
        justify-content: flex-start
    }

    .uk-flex-center\@s {
        justify-content: center
    }

    .uk-flex-right\@s {
        justify-content: flex-end
    }

    .uk-flex-between\@s {
        justify-content: space-between
    }

    .uk-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width: 960px) {
    .uk-flex-left\@m {
        justify-content: flex-start
    }

    .uk-flex-center\@m {
        justify-content: center
    }

    .uk-flex-right\@m {
        justify-content: flex-end
    }

    .uk-flex-between\@m {
        justify-content: space-between
    }

    .uk-flex-around\@m {
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .uk-flex-left\@l {
        justify-content: flex-start
    }

    .uk-flex-center\@l {
        justify-content: center
    }

    .uk-flex-right\@l {
        justify-content: flex-end
    }

    .uk-flex-between\@l {
        justify-content: space-between
    }

    .uk-flex-around\@l {
        justify-content: space-around
    }
}

@media (min-width: 1600px) {
    .uk-flex-left\@xl {
        justify-content: flex-start
    }

    .uk-flex-center\@xl {
        justify-content: center
    }

    .uk-flex-right\@xl {
        justify-content: flex-end
    }

    .uk-flex-between\@xl {
        justify-content: space-between
    }

    .uk-flex-around\@xl {
        justify-content: space-around
    }
}

.uk-flex-stretch {
    align-items: stretch
}

.uk-flex-top {
    align-items: flex-start
}

.uk-flex-middle {
    align-items: center
}

.uk-flex-bottom {
    align-items: flex-end
}

.uk-flex-row {
    flex-direction: row
}

.uk-flex-row-reverse {
    flex-direction: row-reverse
}

.uk-flex-column {
    flex-direction: column
}

.uk-flex-column-reverse {
    flex-direction: column-reverse
}

.uk-flex-nowrap {
    flex-wrap: nowrap
}

.uk-flex-wrap {
    flex-wrap: wrap
}

.uk-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.uk-flex-wrap-stretch {
    align-content: stretch
}

.uk-flex-wrap-top {
    align-content: flex-start
}

.uk-flex-wrap-middle {
    align-content: center
}

.uk-flex-wrap-bottom {
    align-content: flex-end
}

.uk-flex-wrap-between {
    align-content: space-between
}

.uk-flex-wrap-around {
    align-content: space-around
}

.uk-flex-first {
    order: -1
}

.uk-flex-last {
    order: 99
}

@media (min-width: 640px) {
    .uk-flex-first\@s {
        order: -1
    }

    .uk-flex-last\@s {
        order: 99
    }
}

@media (min-width: 960px) {
    .uk-flex-first\@m {
        order: -1
    }

    .uk-flex-last\@m {
        order: 99
    }
}

@media (min-width: 1200px) {
    .uk-flex-first\@l {
        order: -1
    }

    .uk-flex-last\@l {
        order: 99
    }
}

@media (min-width: 1600px) {
    .uk-flex-first\@xl {
        order: -1
    }

    .uk-flex-last\@xl {
        order: 99
    }
}

.uk-flex-none {
    flex: none
}

.uk-flex-auto {
    flex: auto
}

.uk-flex-1 {
    flex: 1
}

.uk-margin {
    margin-bottom: 20px
}

* + .uk-margin {
    margin-top: 20px !important
}

.uk-margin-top {
    margin-top: 20px !important
}

.uk-margin-bottom {
    margin-bottom: 20px !important
}

.uk-margin-left {
    margin-left: 20px !important
}

.uk-margin-right {
    margin-right: 20px !important
}

.uk-margin-small {
    margin-bottom: 10px
}

* + .uk-margin-small {
    margin-top: 10px !important
}

.uk-margin-small-top {
    margin-top: 10px !important
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important
}

.uk-margin-small-left {
    margin-left: 10px !important
}

.uk-margin-small-right {
    margin-right: 10px !important
}

.uk-margin-medium {
    margin-bottom: 40px
}

* + .uk-margin-medium {
    margin-top: 40px !important
}

.uk-margin-medium-top {
    margin-top: 40px !important
}

.uk-margin-medium-bottom {
    margin-bottom: 40px !important
}

.uk-margin-medium-left {
    margin-left: 40px !important
}

.uk-margin-medium-right {
    margin-right: 40px !important
}

.uk-margin-large {
    margin-bottom: 40px
}

* + .uk-margin-large {
    margin-top: 40px !important
}

.uk-margin-large-top {
    margin-top: 40px !important
}

.uk-margin-large-bottom {
    margin-bottom: 40px !important
}

.uk-margin-large-left {
    margin-left: 40px !important
}

.uk-margin-large-right {
    margin-right: 40px !important
}

@media (min-width: 1200px) {
    .uk-margin-large {
        margin-bottom: 70px
    }

    * + .uk-margin-large {
        margin-top: 70px !important
    }

    .uk-margin-large-top {
        margin-top: 70px !important
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px !important
    }

    .uk-margin-large-left {
        margin-left: 70px !important
    }

    .uk-margin-large-right {
        margin-right: 70px !important
    }
}

.uk-margin-xlarge {
    margin-bottom: 70px
}

* + .uk-margin-xlarge {
    margin-top: 70px !important
}

.uk-margin-xlarge-top {
    margin-top: 70px !important
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px !important
}

.uk-margin-xlarge-left {
    margin-left: 70px !important
}

.uk-margin-xlarge-right {
    margin-right: 70px !important
}

@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px
    }

    * + .uk-margin-xlarge {
        margin-top: 140px !important
    }

    .uk-margin-xlarge-top {
        margin-top: 140px !important
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important
    }

    .uk-margin-xlarge-left {
        margin-left: 140px !important
    }

    .uk-margin-xlarge-right {
        margin-right: 140px !important
    }
}

.uk-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.uk-margin-auto-top {
    margin-top: auto !important
}

.uk-margin-auto-bottom {
    margin-bottom: auto !important
}

.uk-margin-auto-left {
    margin-left: auto !important
}

.uk-margin-auto-right {
    margin-right: auto !important
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 640px) {
    .uk-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@s {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@s {
        margin-right: auto !important
    }
}

@media (min-width: 960px) {
    .uk-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@m {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@m {
        margin-right: auto !important
    }
}

@media (min-width: 1200px) {
    .uk-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@l {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@l {
        margin-right: auto !important
    }
}

@media (min-width: 1600px) {
    .uk-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@xl {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto !important
    }
}

.uk-margin-remove {
    margin: 0 !important
}

.uk-margin-remove-top {
    margin-top: 0 !important
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important
}

.uk-margin-remove-left {
    margin-left: 0 !important
}

.uk-margin-remove-right {
    margin-right: 0 !important
}

.uk-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.uk-margin-remove-adjacent + *, .uk-margin-remove-first-child > :first-child {
    margin-top: 0 !important
}

.uk-margin-remove-last-child > :last-child {
    margin-bottom: 0 !important
}

@media (min-width: 640px) {
    .uk-margin-remove-left\@s {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@s {
        margin-right: 0 !important
    }
}

@media (min-width: 960px) {
    .uk-margin-remove-left\@m {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@m {
        margin-right: 0 !important
    }
}

@media (min-width: 1200px) {
    .uk-margin-remove-left\@l {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@l {
        margin-right: 0 !important
    }
}

@media (min-width: 1600px) {
    .uk-margin-remove-left\@xl {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important
    }
}

.uk-padding {
    padding: 30px
}

@media (min-width: 1200px) {
    .uk-padding {
        padding: 40px
    }
}

.uk-padding-small {
    padding: 15px
}

.uk-padding-large {
    padding: 30px
}

@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px
    }
}

.uk-padding-remove {
    padding: 0 !important
}

.uk-padding-remove-top {
    padding-top: 0 !important
}

.uk-padding-remove-bottom {
    padding-bottom: 0 !important
}

.uk-padding-remove-left {
    padding-left: 0 !important
}

.uk-padding-remove-right {
    padding-right: 0 !important
}

.uk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.uk-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: 100%
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.uk-position-top-left {
    top: 0;
    left: 0
}

.uk-position-top-right {
    top: 0;
    right: 0
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0
}

.uk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: 50%;
    transform: translateY(-50%)
}

.uk-position-center-left {
    left: 0
}

.uk-position-center-right {
    right: 0
}

.uk-position-center-left-out {
    right: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-position-center-right-out {
    left: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-position-bottom-center, .uk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.uk-position-top-center {
    top: 0
}

.uk-position-bottom-center {
    bottom: 0
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-relative {
    position: relative !important
}

.uk-position-absolute {
    position: absolute !important
}

.uk-position-fixed {
    position: fixed !important
}

.uk-position-z-index {
    z-index: 1
}

.uk-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px
}

    .uk-position-small.uk-position-center {
        transform: translate(-50%,-50%) translate(-15px,-15px)
    }

    .uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
        transform: translateY(-50%) translateY(-15px)
    }

    .uk-position-small.uk-position-bottom-center, .uk-position-small.uk-position-top-center {
        transform: translateX(-50%) translateX(-15px)
    }

.uk-position-medium {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

    .uk-position-medium.uk-position-center {
        transform: translate(-50%,-50%) translate(-30px,-30px)
    }

    .uk-position-medium[class*=uk-position-center-left], .uk-position-medium[class*=uk-position-center-right] {
        transform: translateY(-50%) translateY(-30px)
    }

    .uk-position-medium.uk-position-bottom-center, .uk-position-medium.uk-position-top-center {
        transform: translateX(-50%) translateX(-30px)
    }

.uk-position-large {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

    .uk-position-large.uk-position-center {
        transform: translate(-50%,-50%) translate(-30px,-30px)
    }

    .uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
        transform: translateY(-50%) translateY(-30px)
    }

    .uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
        transform: translateX(-50%) translateX(-30px)
    }

@media (min-width: 1200px) {
    .uk-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px
    }

        .uk-position-large.uk-position-center {
            transform: translate(-50%,-50%) translate(-50px,-50px)
        }

        .uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
            transform: translateY(-50%) translateY(-50px)
        }

        .uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
            transform: translateX(-50%) translateX(-50px)
        }
}

.uk-transition-toggle {
    -webkit-tap-highlight-color: transparent
}

    .uk-transition-toggle:focus {
        outline: 0
    }

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    transition: .3s ease-out;
    transition-property: opacity,transform,-webkit-filter;
    transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter,-webkit-filter;
    opacity: 0
}

.uk-transition-active.uk-active .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1
}

.uk-transition-scale-up {
    transform: scale(1,1)
}

.uk-transition-scale-down {
    transform: scale(1.1,1.1)
}

.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up {
    opacity: 1;
    transform: scale(1.1,1.1)
}

.uk-transition-active.uk-active .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle:hover .uk-transition-scale-down {
    opacity: 1;
    transform: scale(1,1)
}

.uk-transition-slide-top {
    transform: translateY(-100%)
}

.uk-transition-slide-bottom {
    transform: translateY(100%)
}

.uk-transition-slide-left {
    transform: translateX(-100%)
}

.uk-transition-slide-right {
    transform: translateX(100%)
}

.uk-transition-slide-top-small {
    transform: translateY(-10px)
}

.uk-transition-slide-bottom-small {
    transform: translateY(10px)
}

.uk-transition-slide-left-small {
    transform: translateX(-10px)
}

.uk-transition-slide-right-small {
    transform: translateX(10px)
}

.uk-transition-slide-top-medium {
    transform: translateY(-50px)
}

.uk-transition-slide-bottom-medium {
    transform: translateY(50px)
}

.uk-transition-slide-left-medium {
    transform: translateX(-50px)
}

.uk-transition-slide-right-medium {
    transform: translateX(50px)
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
    opacity: 1;
    transform: translate(0,0)
}

.uk-transition-opaque {
    opacity: 1
}

.uk-transition-slow {
    transition-duration: .7s
}

.uk-hidden, [hidden] {
    display: none !important
}

@media (min-width: 640px) {
    .uk-hidden\@s {
        display: none !important
    }
}

@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .uk-hidden\@l {
        display: none !important
    }
}

@media (min-width: 1600px) {
    .uk-hidden\@xl {
        display: none !important
    }
}

@media (max-width: 639px) {
    .uk-visible\@s {
        display: none !important
    }
}

@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .uk-visible\@l {
        display: none !important
    }
}

@media (max-width: 1599px) {
    .uk-visible\@xl {
        display: none !important
    }
}

.uk-invisible {
    visibility: hidden !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent
}

    .uk-visible-toggle:focus {
        outline: 0
    }

@media (pointer: coarse) {
    .uk-hidden-touch {
        display: none !important
    }
}

.uk-hidden-notouch {
    display: none !important
}

@media (pointer: coarse) {
    .uk-hidden-notouch {
        display: block !important
    }
}

.uk-card-primary.uk-card-body, .uk-card-primary > :not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255,255,255,.7)
}

    .uk-card-primary.uk-card-body .uk-link, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) .uk-link, .uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-light .uk-link, .uk-light a, .uk-offcanvas-bar .uk-link, .uk-offcanvas-bar a, .uk-overlay-primary .uk-link, .uk-overlay-primary a, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) .uk-link, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link, .uk-tile-secondary:not(.uk-preserve-color) a {
        color: #fff
    }

        .uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-light .uk-link:hover, .uk-light a:hover, .uk-offcanvas-bar .uk-link:hover, .uk-offcanvas-bar a:hover, .uk-overlay-primary .uk-link:hover, .uk-overlay-primary a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover {
            color: #fff
        }

    .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > kbd, .uk-card-primary.uk-card-body :not(pre) > samp, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > kbd, .uk-card-secondary.uk-card-body :not(pre) > samp, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-light :not(pre) > code, .uk-light :not(pre) > kbd, .uk-light :not(pre) > samp, .uk-offcanvas-bar :not(pre) > code, .uk-offcanvas-bar :not(pre) > kbd, .uk-offcanvas-bar :not(pre) > samp, .uk-overlay-primary :not(pre) > code, .uk-overlay-primary :not(pre) > kbd, .uk-overlay-primary :not(pre) > samp, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp {
        color: rgba(255,255,255,.7);
        background: rgba(255,255,255,.1)
    }

    .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-light em, .uk-offcanvas-bar em, .uk-overlay-primary em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary.uk-card-body .uk-heading-2xlarge, .uk-card-primary.uk-card-body .uk-heading-large, .uk-card-primary.uk-card-body .uk-heading-medium, .uk-card-primary.uk-card-body .uk-heading-small, .uk-card-primary.uk-card-body .uk-heading-xlarge, .uk-card-primary.uk-card-body h1, .uk-card-primary.uk-card-body h2, .uk-card-primary.uk-card-body h3, .uk-card-primary.uk-card-body h4, .uk-card-primary.uk-card-body h5, .uk-card-primary.uk-card-body h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-card-primary > :not([class*=uk-card-media]) h2, .uk-card-primary > :not([class*=uk-card-media]) h3, .uk-card-primary > :not([class*=uk-card-media]) h4, .uk-card-primary > :not([class*=uk-card-media]) h5, .uk-card-primary > :not([class*=uk-card-media]) h6, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary.uk-card-body .uk-heading-2xlarge, .uk-card-secondary.uk-card-body .uk-heading-large, .uk-card-secondary.uk-card-body .uk-heading-medium, .uk-card-secondary.uk-card-body .uk-heading-small, .uk-card-secondary.uk-card-body .uk-heading-xlarge, .uk-card-secondary.uk-card-body h1, .uk-card-secondary.uk-card-body h2, .uk-card-secondary.uk-card-body h3, .uk-card-secondary.uk-card-body h4, .uk-card-secondary.uk-card-body h5, .uk-card-secondary.uk-card-body h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-card-secondary > :not([class*=uk-card-media]) h2, .uk-card-secondary > :not([class*=uk-card-media]) h3, .uk-card-secondary > :not([class*=uk-card-media]) h4, .uk-card-secondary > :not([class*=uk-card-media]) h5, .uk-card-secondary > :not([class*=uk-card-media]) h6, .uk-light .uk-h1, .uk-light .uk-h2, .uk-light .uk-h3, .uk-light .uk-h4, .uk-light .uk-h5, .uk-light .uk-h6, .uk-light .uk-heading-2xlarge, .uk-light .uk-heading-large, .uk-light .uk-heading-medium, .uk-light .uk-heading-small, .uk-light .uk-heading-xlarge, .uk-light h1, .uk-light h2, .uk-light h3, .uk-light h4, .uk-light h5, .uk-light h6, .uk-offcanvas-bar .uk-h1, .uk-offcanvas-bar .uk-h2, .uk-offcanvas-bar .uk-h3, .uk-offcanvas-bar .uk-h4, .uk-offcanvas-bar .uk-h5, .uk-offcanvas-bar .uk-h6, .uk-offcanvas-bar .uk-heading-2xlarge, .uk-offcanvas-bar .uk-heading-large, .uk-offcanvas-bar .uk-heading-medium, .uk-offcanvas-bar .uk-heading-small, .uk-offcanvas-bar .uk-heading-xlarge, .uk-offcanvas-bar h1, .uk-offcanvas-bar h2, .uk-offcanvas-bar h3, .uk-offcanvas-bar h4, .uk-offcanvas-bar h5, .uk-offcanvas-bar h6, .uk-overlay-primary .uk-h1, .uk-overlay-primary .uk-h2, .uk-overlay-primary .uk-h3, .uk-overlay-primary .uk-h4, .uk-overlay-primary .uk-h5, .uk-overlay-primary .uk-h6, .uk-overlay-primary .uk-heading-2xlarge, .uk-overlay-primary .uk-heading-large, .uk-overlay-primary .uk-heading-medium, .uk-overlay-primary .uk-heading-small, .uk-overlay-primary .uk-heading-xlarge, .uk-overlay-primary h1, .uk-overlay-primary h2, .uk-overlay-primary h3, .uk-overlay-primary h4, .uk-overlay-primary h5, .uk-overlay-primary h6, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-large, .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-primary:not(.uk-preserve-color) .uk-heading-small, .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-primary:not(.uk-preserve-color) h2, .uk-section-primary:not(.uk-preserve-color) h3, .uk-section-primary:not(.uk-preserve-color) h4, .uk-section-primary:not(.uk-preserve-color) h5, .uk-section-primary:not(.uk-preserve-color) h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h2, .uk-section-secondary:not(.uk-preserve-color) h3, .uk-section-secondary:not(.uk-preserve-color) h4, .uk-section-secondary:not(.uk-preserve-color) h5, .uk-section-secondary:not(.uk-preserve-color) h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h2, .uk-tile-primary:not(.uk-preserve-color) h3, .uk-tile-primary:not(.uk-preserve-color) h4, .uk-tile-primary:not(.uk-preserve-color) h5, .uk-tile-primary:not(.uk-preserve-color) h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h2, .uk-tile-secondary:not(.uk-preserve-color) h3, .uk-tile-secondary:not(.uk-preserve-color) h4, .uk-tile-secondary:not(.uk-preserve-color) h5, .uk-tile-secondary:not(.uk-preserve-color) h6 {
        color: #fff
    }

    .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*=uk-card-media]) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-light blockquote, .uk-offcanvas-bar blockquote, .uk-overlay-primary blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote {
        color: #fff
    }

        .uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*=uk-card-media]) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer, .uk-overlay-primary blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-light .uk-hr, .uk-light hr, .uk-offcanvas-bar .uk-hr, .uk-offcanvas-bar hr, .uk-overlay-primary .uk-hr, .uk-overlay-primary hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) hr {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-link-muted a, .uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted a, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-light .uk-link-muted a, .uk-light a.uk-link-muted, .uk-offcanvas-bar .uk-link-muted a, .uk-offcanvas-bar a.uk-link-muted, .uk-overlay-primary .uk-link-muted a, .uk-overlay-primary a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-link-muted a:hover, .uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted a:hover, .uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-light .uk-link-muted a:hover, .uk-light .uk-link-toggle:focus .uk-link-muted, .uk-light .uk-link-toggle:hover .uk-link-muted, .uk-light a.uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted a:hover, .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-muted, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted, .uk-offcanvas-bar a.uk-link-muted:hover, .uk-overlay-primary .uk-link-muted a:hover, .uk-overlay-primary .uk-link-toggle:focus .uk-link-muted, .uk-overlay-primary .uk-link-toggle:hover .uk-link-muted, .uk-overlay-primary a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-link-text a:hover, .uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-text, .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text a:hover, .uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-text, .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-light .uk-link-text a:hover, .uk-light .uk-link-toggle:focus .uk-link-text, .uk-light .uk-link-toggle:hover .uk-link-text, .uk-light a.uk-link-text:hover, .uk-offcanvas-bar .uk-link-text a:hover, .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-text, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text, .uk-offcanvas-bar a.uk-link-text:hover, .uk-overlay-primary .uk-link-text a:hover, .uk-overlay-primary .uk-link-toggle:focus .uk-link-text, .uk-overlay-primary .uk-link-toggle:hover .uk-link-text, .uk-overlay-primary a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-link-heading a:hover, .uk-card-primary.uk-card-body .uk-link-toggle:focus .uk-link-heading, .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-heading, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading, .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading a:hover, .uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-heading, .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-heading, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-light .uk-link-heading a:hover, .uk-light .uk-link-toggle:focus .uk-link-heading, .uk-light .uk-link-toggle:hover .uk-link-heading, .uk-light a.uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading a:hover, .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-heading, .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading, .uk-offcanvas-bar a.uk-link-heading:hover, .uk-overlay-primary .uk-link-heading a:hover, .uk-overlay-primary .uk-link-toggle:focus .uk-link-heading, .uk-overlay-primary .uk-link-toggle:hover .uk-link-heading, .uk-overlay-primary a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading, .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading, .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading, .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider {
        border-bottom-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
        border-left-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-heading-line > ::after, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::after, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-light .uk-heading-line > ::after, .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::after, .uk-offcanvas-bar .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::after, .uk-overlay-primary .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
        border-bottom-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
    }

        .uk-card-primary.uk-card-body .uk-divider-icon::after, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::after, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-light .uk-divider-icon::after, .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::after, .uk-offcanvas-bar .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::after, .uk-overlay-primary .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before {
            border-bottom-color: rgba(255,255,255,.2)
        }

    .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical {
        border-left-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-light .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before {
        color: rgba(255,255,255,.5) !important
    }

    .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-light .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-light .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-light .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-light .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

    .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-light .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2) {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-light .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd) {
        border-top-color: rgba(255,255,255,.2);
        border-bottom-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-light .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd) {
        background-color: rgba(255,255,255,.1)
    }

    .uk-card-primary.uk-card-body .uk-table th, .uk-card-primary > :not([class*=uk-card-media]) .uk-table th, .uk-card-secondary.uk-card-body .uk-table th, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table th, .uk-light .uk-table th, .uk-offcanvas-bar .uk-table th, .uk-overlay-primary .uk-table th, .uk-section-primary:not(.uk-preserve-color) .uk-table th, .uk-section-secondary:not(.uk-preserve-color) .uk-table th, .uk-tile-primary:not(.uk-preserve-color) .uk-table th, .uk-tile-secondary:not(.uk-preserve-color) .uk-table th {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-table caption, .uk-card-primary > :not([class*=uk-card-media]) .uk-table caption, .uk-card-secondary.uk-card-body .uk-table caption, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption, .uk-light .uk-table caption, .uk-offcanvas-bar .uk-table caption, .uk-overlay-primary .uk-table caption, .uk-section-primary:not(.uk-preserve-color) .uk-table caption, .uk-section-secondary:not(.uk-preserve-color) .uk-table caption, .uk-tile-primary:not(.uk-preserve-color) .uk-table caption, .uk-tile-secondary:not(.uk-preserve-color) .uk-table caption {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-table tbody tr.uk-active, .uk-card-primary.uk-card-body .uk-table > tr.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active, .uk-card-secondary.uk-card-body .uk-table > tr.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-light .uk-table tbody tr.uk-active, .uk-light .uk-table > tr.uk-active, .uk-offcanvas-bar .uk-table tbody tr.uk-active, .uk-offcanvas-bar .uk-table > tr.uk-active, .uk-overlay-primary .uk-table tbody tr.uk-active, .uk-overlay-primary .uk-table > tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active {
        background: rgba(255,255,255,.08)
    }

    .uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-light .uk-table-divider > :first-child > tr:not(:first-child), .uk-light .uk-table-divider > :not(:first-child) > tr, .uk-light .uk-table-divider > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child), .uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr, .uk-offcanvas-bar .uk-table-divider > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child), .uk-overlay-primary .uk-table-divider > :not(:first-child) > tr, .uk-overlay-primary .uk-table-divider > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child) {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-light .uk-table-striped tbody tr:nth-of-type(odd), .uk-light .uk-table-striped > tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd), .uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd), .uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd) {
        background: rgba(255,255,255,.1);
        border-top-color: rgba(255,255,255,.2);
        border-bottom-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover, .uk-card-primary.uk-card-body .uk-table-hover > tr:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover, .uk-card-secondary.uk-card-body .uk-table-hover > tr:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-light .uk-table-hover tbody tr:hover, .uk-light .uk-table-hover > tr:hover, .uk-offcanvas-bar .uk-table-hover tbody tr:hover, .uk-offcanvas-bar .uk-table-hover > tr:hover, .uk-overlay-primary .uk-table-hover tbody tr:hover, .uk-overlay-primary .uk-table-hover > tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover {
        background: rgba(255,255,255,.08)
    }

    .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-icon-link:focus, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:focus, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-light .uk-icon-link:focus, .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:focus, .uk-offcanvas-bar .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:focus, .uk-overlay-primary .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
            color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-active > .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-light .uk-active > .uk-icon-link, .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-active > .uk-icon-link, .uk-offcanvas-bar .uk-icon-link:active, .uk-overlay-primary .uk-active > .uk-icon-link, .uk-overlay-primary .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button {
        background-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-icon-button:focus, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:focus, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-light .uk-icon-button:focus, .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:focus, .uk-offcanvas-bar .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:focus, .uk-overlay-primary .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
            background-color: rgba(242,242,242,.1);
            color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active {
            background-color: rgba(230,230,230,.1);
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-input, .uk-card-primary.uk-card-body .uk-select, .uk-card-primary.uk-card-body .uk-textarea, .uk-card-primary > :not([class*=uk-card-media]) .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-select, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary.uk-card-body .uk-select, .uk-card-secondary.uk-card-body .uk-textarea, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea, .uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea, .uk-offcanvas-bar .uk-input, .uk-offcanvas-bar .uk-select, .uk-offcanvas-bar .uk-textarea, .uk-overlay-primary .uk-input, .uk-overlay-primary .uk-select, .uk-overlay-primary .uk-textarea, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-select, .uk-section-primary:not(.uk-preserve-color) .uk-textarea, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-select, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-select, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-select, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea {
        background-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.7);
        background-clip: padding-box;
        border-color: rgba(255,255,255,.2)
    }

        .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary.uk-card-body .uk-select:focus, .uk-card-primary.uk-card-body .uk-textarea:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary.uk-card-body .uk-select:focus, .uk-card-secondary.uk-card-body .uk-textarea:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus, .uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus, .uk-offcanvas-bar .uk-input:focus, .uk-offcanvas-bar .uk-select:focus, .uk-offcanvas-bar .uk-textarea:focus, .uk-overlay-primary .uk-input:focus, .uk-overlay-primary .uk-select:focus, .uk-overlay-primary .uk-textarea:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-select:focus, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus {
            background-color: rgba(255,255,255,.1);
            color: rgba(255,255,255,.7);
            border-color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder {
            color: rgba(255,255,255,.5) !important
        }

        .uk-card-primary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-webkit-input-placeholder, .uk-light .uk-input::-webkit-input-placeholder, .uk-offcanvas-bar .uk-input::-webkit-input-placeholder, .uk-overlay-primary .uk-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:-ms-input-placeholder, .uk-light .uk-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-input:-ms-input-placeholder, .uk-overlay-primary .uk-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder {
            color: rgba(255,255,255,.5) !important
        }

        .uk-card-primary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-webkit-input-placeholder, .uk-light .uk-textarea::-webkit-input-placeholder, .uk-offcanvas-bar .uk-textarea::-webkit-input-placeholder, .uk-overlay-primary .uk-textarea::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:-ms-input-placeholder, .uk-light .uk-textarea:-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea:-ms-input-placeholder, .uk-overlay-primary .uk-textarea:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]) {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
        }

        .uk-card-primary.uk-card-body .uk-input[list]:focus, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:focus, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-light .uk-input[list]:focus, .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:focus, .uk-offcanvas-bar .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:focus, .uk-overlay-primary .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
        }

    .uk-card-primary.uk-card-body .uk-checkbox, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio, .uk-card-secondary.uk-card-body .uk-checkbox, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-light .uk-checkbox, .uk-light .uk-radio, .uk-offcanvas-bar .uk-checkbox, .uk-offcanvas-bar .uk-radio, .uk-overlay-primary .uk-checkbox, .uk-overlay-primary .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio {
        background-color: rgba(242,242,242,.1);
        border-color: rgba(255,255,255,.2)
    }

        .uk-card-primary.uk-card-body .uk-checkbox:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-checkbox:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-light .uk-checkbox:focus, .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-checkbox:focus, .uk-offcanvas-bar .uk-radio:focus, .uk-overlay-primary .uk-checkbox:focus, .uk-overlay-primary .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus {
            border-color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-radio:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-overlay-primary .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
            background-color: #fff;
            border-color: rgba(255,255,255,.7)
        }

            .uk-card-primary.uk-card-body .uk-checkbox:checked:focus, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-checkbox:checked:focus, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-checkbox:checked:focus, .uk-offcanvas-bar .uk-checkbox:indeterminate:focus, .uk-offcanvas-bar .uk-radio:checked:focus, .uk-overlay-primary .uk-checkbox:checked:focus, .uk-overlay-primary .uk-checkbox:indeterminate:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
                background-color: #e6e6e6
            }

        .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
        }

        .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-light .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
        }

        .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-light .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
        }

    .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label, .uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default {
        background-color: transparent;
        color: #fff;
        border-color: rgba(255,255,255,.7)
    }

        .uk-card-primary.uk-card-body .uk-button-default:focus, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:focus, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-light .uk-button-default:focus, .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:focus, .uk-offcanvas-bar .uk-button-default:hover, .uk-overlay-primary .uk-button-default:focus, .uk-overlay-primary .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff
        }

        .uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-light .uk-button-default.uk-active, .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default.uk-active, .uk-offcanvas-bar .uk-button-default:active, .uk-overlay-primary .uk-button-default.uk-active, .uk-overlay-primary .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active {
            background-color: transparent;
            color: #fff;
            border-color: #fff
        }

    .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
        background-color: #fff;
        color: #666
    }

        .uk-card-primary.uk-card-body .uk-button-primary:focus, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:focus, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:focus, .uk-offcanvas-bar .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:focus, .uk-overlay-primary .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
            background-color: #f2f2f2;
            color: #666
        }

        .uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary.uk-active, .uk-offcanvas-bar .uk-button-primary:active, .uk-overlay-primary .uk-button-primary.uk-active, .uk-overlay-primary .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active {
            background-color: #e6e6e6;
            color: #666
        }

    .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
        background-color: #fff;
        color: #666
    }

        .uk-card-primary.uk-card-body .uk-button-secondary:focus, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:focus, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:focus, .uk-offcanvas-bar .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:focus, .uk-overlay-primary .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
            background-color: #f2f2f2;
            color: #666
        }

        .uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary.uk-active, .uk-offcanvas-bar .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary.uk-active, .uk-overlay-primary .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
            background-color: #e6e6e6;
            color: #666
        }

    .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text {
        color: #fff
    }

        .uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
            border-bottom-color: #fff
        }

        .uk-card-primary.uk-card-body .uk-button-text:focus, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:focus, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-light .uk-button-text:focus, .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:focus, .uk-offcanvas-bar .uk-button-text:hover, .uk-overlay-primary .uk-button-text:focus, .uk-overlay-primary .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover {
            color: #fff
        }

        .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
            color: rgba(255,255,255,.5)
        }

    .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-button-link:focus, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:focus, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-light .uk-button-link:focus, .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:focus, .uk-offcanvas-bar .uk-button-link:hover, .uk-overlay-primary .uk-button-link:focus, .uk-overlay-primary .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-close:focus, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:focus, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-light .uk-close:focus, .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar .uk-close:hover, .uk-overlay-primary .uk-close:focus, .uk-overlay-primary .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:focus, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop, .uk-overlay-primary .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-totop:focus, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:focus, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-light .uk-totop:focus, .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:focus, .uk-offcanvas-bar .uk-totop:hover, .uk-overlay-primary .uk-totop:focus, .uk-overlay-primary .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:focus, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover {
            color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active {
            color: #fff
        }

    .uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker, .uk-light .uk-marker, .uk-offcanvas-bar .uk-marker, .uk-overlay-primary .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker {
        background: #f8f8f8;
        color: #666
    }

        .uk-card-primary.uk-card-body .uk-marker:focus, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:focus, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-light .uk-marker:focus, .uk-light .uk-marker:hover, .uk-offcanvas-bar .uk-marker:focus, .uk-offcanvas-bar .uk-marker:hover, .uk-overlay-primary .uk-marker:focus, .uk-overlay-primary .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover {
            color: #666
        }

    .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge, .uk-overlay-primary .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge {
        background-color: #fff;
        color: #666
    }

        .uk-card-primary.uk-card-body .uk-badge:focus, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:focus, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-light .uk-badge:focus, .uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:focus, .uk-offcanvas-bar .uk-badge:hover, .uk-overlay-primary .uk-badge:focus, .uk-overlay-primary .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:focus, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover {
            color: #666
        }

    .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-light .uk-label, .uk-offcanvas-bar .uk-label, .uk-overlay-primary .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label {
        background-color: #fff;
        color: #666
    }

    .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input {
        color: rgba(255,255,255,.7)
    }

        .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder {
            color: rgba(255,255,255,.5) !important
        }

        .uk-card-primary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-webkit-input-placeholder, .uk-light .uk-search-input::-webkit-input-placeholder, .uk-offcanvas-bar .uk-search-input::-webkit-input-placeholder, .uk-overlay-primary .uk-search-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::-ms-input-placeholder, .uk-light .uk-search-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input::-ms-input-placeholder, .uk-overlay-primary .uk-search-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
            color: rgba(255,255,255,.5)
        }

    .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
            color: rgba(255,255,255,.5)
        }

    .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
        background-color: transparent;
        border-color: rgba(255,255,255,.2)
    }

        .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
            background-color: transparent
        }

    .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
        background-color: transparent
    }

    .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input {
        background-color: transparent
    }

    .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-search-toggle:focus, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:focus, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-light .uk-search-toggle:focus, .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:focus, .uk-offcanvas-bar .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:focus, .uk-overlay-primary .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-light .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title, .uk-overlay-primary .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title {
        color: #fff
    }

        .uk-card-primary.uk-card-body .uk-accordion-title:focus, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:focus, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-light .uk-accordion-title:focus, .uk-light .uk-accordion-title:hover, .uk-offcanvas-bar .uk-accordion-title:focus, .uk-offcanvas-bar .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:focus, .uk-overlay-primary .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before {
        border-left-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

    .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

    .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:focus, .uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-light .uk-nav-default .uk-nav-sub a:focus, .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-light .uk-nav-primary > li > a:focus, .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:focus, .uk-offcanvas-bar .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:focus, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
        border-top-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-light .uk-nav-primary .uk-nav-sub a:focus, .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a.uk-open, .uk-light .uk-navbar-nav > li > a:focus, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open, .uk-offcanvas-bar .uk-navbar-nav > li > a:focus, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .uk-overlay-primary .uk-navbar-nav > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus {
            color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active {
            color: #fff
        }

    .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-primary.uk-card-body .uk-navbar-toggle:focus, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-toggle:focus, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle.uk-open, .uk-light .uk-navbar-toggle:focus, .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle.uk-open, .uk-offcanvas-bar .uk-navbar-toggle:focus, .uk-offcanvas-bar .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle.uk-open, .uk-overlay-primary .uk-navbar-toggle:focus, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-subnav > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-light .uk-subnav > * > a:focus, .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:focus, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:focus, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a {
        color: #fff
    }

    .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
        border-left-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child {
        background-color: transparent;
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > * > a:focus, .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:focus, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:focus, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover {
        background-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active {
        background-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a {
        background-color: #fff;
        color: #666
    }

    .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > * {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > * > :focus, .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :focus, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :focus, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > * {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > * {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-pagination > * > :focus, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :focus, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-light .uk-pagination > * > :focus, .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :focus, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :focus, .uk-overlay-primary .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > * {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > * {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before {
        border-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-tab > * > a:focus, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:focus, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-light .uk-tab > * > a:focus, .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:focus, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:focus, .uk-overlay-primary .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a {
        color: #fff;
        border-color: #fff
    }

    .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
        color: rgba(255,255,255,.7)
    }

        .uk-card-primary.uk-card-body .uk-slidenav:focus, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:focus, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:focus, .uk-offcanvas-bar .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:focus, .uk-overlay-primary .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
            color: rgba(255,255,255,.95)
        }

        .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
        background-color: transparent;
        border-color: rgba(255,255,255,.9)
    }

    .uk-card-primary.uk-card-body .uk-dotnav > * > :focus, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :focus, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-light .uk-dotnav > * > :focus, .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :focus, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :focus, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
        background-color: rgba(255,255,255,.9);
        border-color: transparent
    }

    .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
        background-color: rgba(255,255,255,.5);
        border-color: transparent
    }

    .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
        background-color: rgba(255,255,255,.9);
        border-color: transparent
    }

    .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a {
        color: rgba(255,255,255,.5)
    }

        .uk-card-primary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > * > a:focus, .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:focus, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:focus, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover {
            color: rgba(255,255,255,.7)
        }

    .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead {
        color: rgba(255,255,255,.7)
    }

    .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta {
        color: rgba(255,255,255,.5)
    }

    .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
        color: rgba(255,255,255,.5) !important
    }

    .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary {
        color: #fff !important
    }

    .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider {
        -webkit-column-rule-color: rgba(255,255,255,.2);
        column-rule-color: rgba(255,255,255,.2)
    }

    .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo, .uk-overlay-primary .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo {
        color: rgba(255,255,255,.7)
    }

        .uk-card-primary.uk-card-body .uk-logo:focus, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:focus, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-light .uk-logo:focus, .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:focus, .uk-offcanvas-bar .uk-logo:hover, .uk-overlay-primary .uk-logo:focus, .uk-overlay-primary .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:focus, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover {
            color: rgba(255,255,255,.7)
        }

        .uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
            display: none
        }

    .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse {
        display: inline
    }

    .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

    .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
    }

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos] {
    pointer-events: none
}

    [data-aos].aos-animate {
        pointer-events: auto
    }

    [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.25,.75,.75)
    }

    [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
        transition-timing-function: ease
    }

    [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
        transition-timing-function: ease-in
    }

    [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
        transition-timing-function: ease-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
        transition-timing-function: ease-in-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
        transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.47,0,.745,.715)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.39,.575,.565,1)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.445,.05,.55,.95)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity,transform
    }

        html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            transform: none
        }

    html:not(.no-js) [data-aos=fade-up] {
        transform: translate3d(0,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        transform: translate3d(0,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        transform: translate3d(-100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        transform: translate3d(100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        transform: translate3d(-100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        transform: translate3d(100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        transform: translate3d(-100px,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        transform: translate3d(100px,-100px,0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity,transform
    }

        html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
            opacity: 1;
            transform: translateZ(0) scale(1)
        }

    html:not(.no-js) [data-aos=zoom-in] {
        transform: scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        transform: translate3d(0,100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        transform: translate3d(0,-100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        transform: translate3d(-100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        transform: translate3d(100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        transform: translate3d(0,100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        transform: translate3d(0,-100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        transform: translate3d(-100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        transform: translate3d(100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: transform;
        visibility: hidden
    }

        html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
            visibility: visible;
            transform: translateZ(0)
        }

    html:not(.no-js) [data-aos=slide-up] {
        transform: translate3d(0,100%,0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        transform: translate3d(0,-100%,0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        transform: translate3d(-100%,0,0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        transform: translate3d(100%,0,0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        transform: perspective(2500px) rotateY(-100deg)
    }

        html:not(.no-js) [data-aos=flip-left].aos-animate {
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-right] {
        transform: perspective(2500px) rotateY(100deg)
    }

        html:not(.no-js) [data-aos=flip-right].aos-animate {
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-up] {
        transform: perspective(2500px) rotateX(-100deg)
    }

        html:not(.no-js) [data-aos=flip-up].aos-animate {
            transform: perspective(2500px) rotateX(0)
        }

    html:not(.no-js) [data-aos=flip-down] {
        transform: perspective(2500px) rotateX(100deg)
    }

        html:not(.no-js) [data-aos=flip-down].aos-animate {
            transform: perspective(2500px) rotateX(0)
        }
}

@font-face {
    font-family: Graphik-Medium;
    src: url(../fonts/graphik/Graphik-Medium-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Medium-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik-Medium-Italic;
    src: url(../fonts/graphik/Graphik-MediumItalic-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-MediumItalic-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik-Regular;
    src: url(../fonts/graphik/Graphik-Regular-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Regular-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik-Semibold;
    src: url(../fonts/graphik/Graphik-Semibold-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Semibold-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik-Bold;
    src: url(../fonts/graphik/Graphik-Bold-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Bold-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik-Light;
    src: url(../fonts/graphik/Graphik-Light-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Light-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Medium-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Medium-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Regular-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Regular-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Semibold-Web-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/graphik/Graphik-Semibold-Web-woff.woff?v=4.7.0) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/lato/Lato-Bold-eot.eot?v=4.7.0);
    src: url(../fonts/lato/Lato-Bold-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/lato/Lato-Bold-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/lato/Lato-Bold-woff.woff?v=4.7.0) format("woff"),url(../fonts/lato/Lato-Bold-ttf.ttf?v=4.7.0) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/lato/Lato-Regular-eot.eot?v=4.7.0);
    src: url(../fonts/lato/Lato-Regular-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/lato/Lato-Regular-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/lato/Lato-Regular-woff.woff?v=4.7.0) format("woff"),url(../fonts/lato/Lato-Regular-ttf.ttf?v=4.7.0) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/lato/Lato-Light-eot.eot?v=4.7.0);
    src: url(../fonts/lato/Lato-Light-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/lato/Lato-Light-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/lato/Lato-Light-woff.woff?v=4.7.0) format("woff"),url(../fonts/lato/Lato-Light-ttf.ttf?v=4.7.0) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AlbertSans-Regular;
    src: url(../fonts/albertsans/AlbertSans-Regular.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-Regular.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-Regular.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-Regular.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-Regular.otf?v=4.7.0) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-Thin.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-Thin.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-Thin.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-Thin.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-Thin.otf?v=4.7.0) format("opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-ExtraLight.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-ExtraLight.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-ExtraLight.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-ExtraLight.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-ExtraLight.otf?v=4.7.0) format("opentype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-Regular.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-Regular.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-Regular.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-Regular.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-Regular.otf?v=4.7.0) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-SemiBold.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-SemiBold.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-SemiBold.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-SemiBold.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-SemiBold.otf?v=4.7.0) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-ExtraBold.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-ExtraBold.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-ExtraBold.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-ExtraBold.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-ExtraBold.otf?v=4.7.0) format("opentype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: AlbertSans;
    src: url(../fonts/albertsans/AlbertSans-Black.eot?v=4.7.0);
    src: url(../fonts/albertsans/AlbertSans-Black.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/albertsans/AlbertSans-Black.woff2?v=4.7.0) format("woff2"),url(../fonts/albertsans/AlbertSans-Black.ttf?v=4.7.0) format("truetype"),url(../fonts/albertsans/AlbertSans-Black.otf?v=4.7.0) format("opentype");
    font-weight: 900;
    font-style: normal
}

#wrapper > footer {
    background: #003329
}

    #wrapper > footer #footer .link-list > .component-content ul {
        padding: 0;
        margin: 0
    }

    #wrapper > footer #footer > .row {
        justify-content: space-around;
        max-width: 1280px;
        padding: 44px 33px 54px;
        margin: 0 auto;
        background: 0 0
    }

        #wrapper > footer #footer > .row .component {
            padding: 0
        }

            #wrapper > footer #footer > .row .component .container-fluid {
                padding: 0
            }

                #wrapper > footer #footer > .row .component .container-fluid > div .row {
                    margin: 0;

                    > .row {
                        display: grid;
                        /* grid-auto-flow: column; */
                        grid-template-columns: repeat(7, 1fr);

                        @media screen and (max-width: 991.98px) {
                            grid-template-columns: repeat(3, 1fr);
                        }

                        @media screen and (max-width: 767.98px) {
                            grid-template-columns: 1fr;
                        }
                    }
                }

                    #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content {
                        background: 0 0;
                        padding: 0;
                        margin-bottom: 87px;
                        border: none
                    }

                        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content h3 {
                            padding: 0 10px 0 0;
                            line-height: 2.5rem;
                            padding-bottom: 1.4rem;
                            font-family: Graphik-Medium;
                            color: #fff;
                            letter-spacing: .5px;
                            font-weight: 500;
                            font-size: 15px;
                            border: none;
                            background: 0 0
                        }

                        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li {
                            margin: 0;
                            margin-bottom: 8px
                        }

                            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li:last-child {
                                margin-bottom: 0
                            }

                            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link a {
                                display: block;
                                padding: 0 15px 0 0;
                                line-height: 21px;
                                color: #fff;
                                font-size: 13px;
                                font-family: Lato-Regular
                            }

                                #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link a:before {
                                    display: none
                                }

                                #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link a:hover {
                                    text-decoration: none;
                                    border: none
                                }

        #wrapper > footer #footer > .row > .row.column-splitter {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-end
        }

            #wrapper > footer #footer > .row > .row.column-splitter .position-left {
                flex: initial;
                max-width: initial;
                width: auto
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left > .row {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-left > .row .link-list, #wrapper > footer #footer > .row > .row.column-splitter .position-left > .row .rich-text {
                        flex: initial;
                        width: auto;
                        max-width: initial
                    }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text {
                    padding: 0
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text .component-content {
                        line-height: 13px;
                        color: #fff;
                        font-size: 13px;
                        font-family: Graphik-Regular
                    }

                        #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text .component-content span {
                            margin: 0 2.4rem
                        }

            #wrapper > footer #footer > .row > .row.column-splitter .link-list {
                margin-bottom: 8px
            }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list .component-content {
                    margin-bottom: 0
                }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list > h3 {
                    display: none
                }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul {
                    display: flex
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 36px;
                        height: 36px;
                        margin-right: 1.5rem
                    }

                        #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li:first-child {
                            margin-left: -13px
                        }

                        #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li:last-child {
                            margin-right: 0
                        }

                        #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 100%;
                            height: 100%
                        }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link a {
                                display: block;
                                padding: 10px;
                                color: transparent;
                                text-align: center;
                                font-size: 0
                            }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link a:hover {
                                    border: none
                                }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link a:before {
                                    left: 50%;
                                    top: 50%;
                                    transform: translate(-50%,-50%);
                                    display: block;
                                    color: #fff;
                                    font-size: 18px
                                }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-facebook:before {
                                content: "\f09a"
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-instagram:before {
                                content: "\f16d";
                                font-size: 20px
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-linkin:before {
                                content: "\f0e1"
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-twitter:before {
                                content: "\f099"
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-wechat:before {
                                content: "\f1d7"
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .footer-social-youtube:before {
                                content: "\f16a";
                                font-size: 20px
                            }

                            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip {
                                display: inline-block;
                                position: relative;
                                cursor: pointer
                            }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip .top {
                                    display: flex;
                                    align-items: center;
                                    min-width: 245px;
                                    top: -20px;
                                    left: 50%;
                                    transform: translate(-50%,-100%);
                                    padding: 20px;
                                    color: #003329;
                                    background-color: #fff;
                                    font-weight: 400;
                                    font-size: 13px;
                                    border-radius: 8px;
                                    position: absolute;
                                    z-index: 99999999;
                                    box-sizing: border-box;
                                    border: 1px solid #6e6e6e;
                                    opacity: 0;
                                    visibility: hidden;
                                    transition: opacity .3s
                                }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip:hover .top {
                                    opacity: 1;
                                    visibility: visible
                                }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip .top span {
                                    font-family: Lato-Regular;
                                    font-style: normal;
                                    font-weight: 400;
                                    font-size: 11px;
                                    line-height: 14px;
                                    text-align: center !important;
                                    letter-spacing: .4px;
                                    color: #003329;
                                    width: 100px;
                                    margin-right: 20px
                                }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip .top img {
                                    width: 85px;
                                    height: 85px
                                }

                                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip .top i {
                                    position: absolute;
                                    top: 100%;
                                    left: 50%;
                                    margin-left: -12px;
                                    width: 24px;
                                    height: 12px;
                                    overflow: hidden
                                }

                                    #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link .tooltip .top i::after {
                                        content: '';
                                        position: absolute;
                                        width: 12px;
                                        height: 12px;
                                        left: 50%;
                                        transform: translate(-50%,-50%) rotate(45deg);
                                        background-color: #fff;
                                        border: 1px solid #6e6e6e
                                    }

            #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text {
                padding: 0
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content {
                    line-height: 13px;
                    color: #fff;
                    font-size: 13px;
                    font-family: Graphik-Regular
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content span {
                        margin: 0 2.4rem
                    }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content > a {
                        color: #fff;
                        font-family: Graphik-Regular
                    }

                        #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content > a:hover {
                            color: #fff
                        }

@media screen and (max-width: 991.98px) {
    #wrapper > footer #footer > .row {
        padding: 40px 39px 45px
    }

        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 {
            flex: initial;
            max-width: 100%;
            width: 100%
        }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 > .row {
                justify-content: space-between
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 .link-list {
                flex: initial;
                max-width: initial;
                width: 30%
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6:nth-child(2) .link-list h3 {
                padding-right: 0
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6:nth-child(2) .link-list ul li a {
                padding-right: 0
            }

        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content {
            /* margin-bottom: 32px; */
            margin-bottom: 14px;
        }

        #wrapper > footer #footer > .row > .row.column-splitter {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            margin-top: 40px
        }

            #wrapper > footer #footer > .row > .row.column-splitter .position-left {
                margin-bottom: 24px
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left > .row {
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start
                }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text .component-content span {
                    margin: 0 16px
                }

            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li {
                margin-bottom: 16px
            }

            #wrapper > footer #footer > .row > .row.column-splitter .position-right {
                flex: initial;
                width: 100%;
                max-width: 100%
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-right * {
                    text-align: left !important
                }

                #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text {
                    padding: 0
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content span {
                        margin: 0 16px
                    }
}

@media screen and (max-width: 767.98px) {
    #wrapper > footer #footer > .row {
        /* padding: 39px 24px 32px */
        padding: 39px 16px 32px
    }

        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 {
            flex: 0 0 50%;
            max-width: 50%;
            width: 50%
        }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 > .row {
                justify-content: flex-start
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6 .link-list {
                width: 100%
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6:nth-child(2) .link-list h3 {
                padding-right: 0
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter > .col-6:nth-child(2) .link-list ul li a {
                padding-right: 0
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content {
                > :first-child {
                    display: block;
                    border-bottom: 1px solid #fff !important;
                    position: relative;
                }
                
                &:not(.no-child) > :first-child {
                    &::after {
                        position: absolute;
                        right: 9px;
                        width: 40px;
                        height: 26px;
                        line-height: 26px;
                        margin-top: 4px;
                        text-align: center;
                        content: "\f107";
                        font: normal normal normal 18px/1 FontAwesome;
                        top: 0;
                        color: #fff;
                    }
                }
    
                ul {
                    padding-top: 14px;
                    padding-left: 15px;
                    padding-bottom: 14px;

                    border-bottom: 1px solid #fff !important;
                }
    
                > a {
                    /* margin-bottom: 14px; */
    
                    > h3 {
                        width: fit-content;
                        margin-bottom: 0;
                    }
                }
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content {
                &.expanded > :first-child {
                    display: block;
                    border-bottom: 1px solid #fff !important;
                    position: relative;

                    &::after {
                        content: "\f106";
                    }
                }
            }

        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content h3 {
            line-height: 21px;
            /* margin-bottom: 14px; */
            font-size: 14px;
            letter-spacing: .47px
        }

        #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li {
            margin-bottom: 4px
        }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link a {
                font-size: 12px;
                letter-spacing: .3px
            }

            #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link .tooltip .top {
                left: 180%
            }

                #wrapper > footer #footer > .row .component .container-fluid > div .row.column-splitter .component-content ul li .field-link .tooltip .top i {
                    left: 36.5%
                }

        #wrapper > footer #footer > .row > .row.column-splitter {
            justify-content: flex-start
        }

            #wrapper > footer #footer > .row > .row.column-splitter .position-left {
                margin-bottom: 16px
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left > .row {
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start
                }

                #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text .component-content {
                    font-size: 12px;
                    letter-spacing: .25px
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-left .component.rich-text .component-content span {
                        margin: 0 11px
                    }

            #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li {
                width: 26px;
                height: 26px;
                margin-bottom: 8px
            }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li:first-child {
                    margin-left: -9px
                }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link a {
                    padding: 10px
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li .field-link a:before {
                        font-size: 14px
                    }

                #wrapper > footer #footer > .row > .row.column-splitter .link-list ul li.item1 a:before {
                    font-size: 16px
                }

            #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text {
                padding: 0
            }

                #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content {
                    font-size: 12px;
                    letter-spacing: .25px
                }

                    #wrapper > footer #footer > .row > .row.column-splitter .position-right .component.rich-text .component-content span {
                        margin: 0 11px
                    }
}

#wrapper > footer {
    background: #003329
}

    #wrapper > footer:has(.microsite-footer) {
        background: #00333a !important
    }

    #wrapper > footer #footer > .row:has(.microsite-footer) {
        max-width: 1287px;
        padding: 45px
    }

@media screen and (max-width: 991.98px) {
    #wrapper > footer #footer > .row:has(.microsite-footer) {
        padding-bottom: 63px
    }
}

#wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content {
    background: 0 0;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%
}

    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-top-wrapper {
        display: block;
        margin-bottom: 36px
    }

    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px
    }

        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part {
            min-width: 196px
        }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row {
                margin: 0
            }

                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list {
                    margin: 0 0 0 -10px
                }

                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list .component-content {
                        margin-bottom: 0
                    }

                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list > h3 {
                        display: none
                    }

                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul {
                        display: flex
                    }

                        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 36px;
                            height: 36px;
                            margin-right: 1.5rem
                        }

                            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li:last-child {
                                margin-right: 0
                            }

                            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 100%;
                                height: 100%
                            }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link a {
                                    display: block;
                                    padding: 10px;
                                    color: transparent;
                                    text-align: center;
                                    font-size: 0
                                }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link a:hover {
                                        border: none
                                    }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link a:before {
                                        left: 50%;
                                        top: 50%;
                                        transform: translate(-50%,-50%);
                                        display: block;
                                        color: #fff;
                                        font-size: 18px
                                    }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-facebook:before {
                                    content: "\f09a"
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-instagram:before {
                                    content: "\f16d";
                                    font-size: 20px
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-linkin:before {
                                    content: "\f0e1"
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-twitter:before {
                                    content: "\f099"
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-wechat:before {
                                    content: "\f1d7"
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .footer-social-youtube:before {
                                    content: "\f16a";
                                    font-size: 20px
                                }

                                #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip {
                                    display: inline-block;
                                    position: relative;
                                    cursor: pointer
                                }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip .top {
                                        display: flex;
                                        align-items: center;
                                        min-width: 245px;
                                        top: -20px;
                                        left: 50%;
                                        transform: translate(-50%,-100%);
                                        padding: 20px;
                                        color: #003329;
                                        background-color: #fff;
                                        font-weight: 400;
                                        font-size: 13px;
                                        border-radius: 8px;
                                        position: absolute;
                                        z-index: 99999999;
                                        box-sizing: border-box;
                                        border: 1px solid #6e6e6e;
                                        opacity: 0;
                                        visibility: hidden;
                                        transition: opacity .3s
                                    }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip:hover .top {
                                        opacity: 1;
                                        visibility: visible
                                    }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip .top span {
                                        font-family: Lato-Regular;
                                        font-style: normal;
                                        font-weight: 400;
                                        font-size: 11px;
                                        line-height: 14px;
                                        text-align: center !important;
                                        letter-spacing: .4px;
                                        color: #003329;
                                        width: 100px;
                                        margin-right: 20px
                                    }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip .top img {
                                        width: 85px;
                                        height: 85px
                                    }

                                    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip .top i {
                                        position: absolute;
                                        top: 100%;
                                        left: 50%;
                                        margin-left: -12px;
                                        width: 24px;
                                        height: 12px;
                                        overflow: hidden
                                    }

                                        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-left-part .row .link-list ul li .field-link .tooltip .top i::after {
                                            content: '';
                                            position: absolute;
                                            width: 12px;
                                            height: 12px;
                                            left: 50%;
                                            transform: translate(-50%,-50%) rotate(45deg);
                                            background-color: #fff;
                                            border: 1px solid #6e6e6e
                                        }

        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-copyright {
            display: none;
            color: #fff;
            font-family: AlbertSans;
            font-size: 14px;
            font-weight: 800;
            line-height: 30px;
            letter-spacing: .03em;
            white-space: nowrap
        }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-copyright:not(:last-child)::after {
                content: "|";
                margin-left: 21px
            }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-copyright:not(:last-child) {
                margin-right: 21px
            }

        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-link {
            color: #fff;
            font-family: AlbertSans;
            font-size: 14px;
            font-weight: 800;
            line-height: 30px;
            letter-spacing: .03em;
            white-space: nowrap
        }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-link:not(:last-child)::after {
                content: "|";
                margin-left: 21px
            }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content .footer-bottom-right-link:not(:last-child) {
                margin-right: 21px
            }

    #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content ul li {
        margin: 0
    }

        #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content ul li .field-link a {
            display: block;
            padding: 0 10px 0 0;
            line-height: 21px;
            color: #fff;
            font-size: 13px;
            font-family: AlbertSans;
            font-weight: 800
        }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content ul li .field-link a:before {
                display: none
            }

            #wrapper > footer #footer > .row .row.column-splitter.microsite-footer .component-content ul li .field-link a:hover {
                text-decoration: none;
                border: none
            }

@media screen and (max-width: 991.98px) {
    .row.column-splitter.microsite-footer {
        margin: 0 !important
    }

        .row.column-splitter.microsite-footer .footer-top-wrapper {
            text-align: center
        }

        .row.column-splitter.microsite-footer .footer-bottom-wrapper {
            flex-direction: column;
            align-items: center !important;
            gap: 48px !important
        }

            .row.column-splitter.microsite-footer .footer-bottom-wrapper .footer-bottom-left-part {
                min-width: auto !important
            }

                .row.column-splitter.microsite-footer .footer-bottom-wrapper .footer-bottom-left-part .link-list {
                    margin: 0
                }

            .row.column-splitter.microsite-footer .footer-bottom-wrapper .footer-bottom-right-part .footer-bottom-right-part-content {
                text-align: center
            }
}

.form-wrapper.sitecore-form form button, .form-wrapper.sitecore-form form div, .form-wrapper.sitecore-form form input, .form-wrapper.sitecore-form form label, .form-wrapper.sitecore-form form li, .form-wrapper.sitecore-form form textarea, .form-wrapper.sitecore-form form ul {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none
}

.form-wrapper.sitecore-form form li, .form-wrapper.sitecore-form form ul {
    list-style: none
}

.form-wrapper input:-internal-autofill-previewed, .form-wrapper input:-internal-autofill-selected {
    transition: background-color 5000s ease-out .5s
}

.form-wrapper input::-webkit-input-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px
}

.form-wrapper input::-moz-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px;
    opacity: 1
}

.form-wrapper input:-moz-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px;
    opacity: 1
}

.form-wrapper input:-ms-input-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px
}

.form-wrapper textarea::-webkit-input-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px
}

.form-wrapper textarea::-moz-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px;
    opacity: 1
}

.form-wrapper textarea:-moz-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px;
    opacity: 1
}

.form-wrapper textarea:-ms-input-placeholder {
    color: #000;
    font-family: Lato-Regular !important;
    font-size: 14px;
    letter-spacing: .35px
}

.form-wrapper .error-msg input::-webkit-input-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg input::-moz-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg input:-moz-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg input:-ms-input-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg textarea::-webkit-input-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg textarea::-moz-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg textarea:-moz-placeholder {
    color: #cd1313
}

.form-wrapper .error-msg textarea:-ms-input-placeholder {
    color: #cd1313
}

.form-wrapper .custom__form__agree--checkbox label, .form-wrapper .custom__form__date--select, .form-wrapper .custom__form__general-enquiry--select, .form-wrapper .custom__form__property-name--select, .form-wrapper .custom__form__property-type--select, .form-wrapper .custom__form__select-list, .form-wrapper .custom__form__ticket-num--select {
    position: relative;
    color: #000;
    font-family: Lato-Regular;
    font-size: 14px;
    letter-spacing: .35px
}

.form-wrapper .custom__form__agree--checkbox label {
    font-size: 13px;
    letter-spacing: .38px
}

@media screen and (max-width: 991px) {
    .form-wrapper input::-webkit-input-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper input::-moz-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper input:-moz-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper input:-ms-input-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper textarea::-webkit-input-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper textarea::-moz-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper textarea:-moz-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper textarea:-ms-input-placeholder {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper .custom__form__agree--checkbox label, .form-wrapper .custom__form__date--select, .form-wrapper .custom__form__general-enquiry--select, .form-wrapper .custom__form__property-name--select, .form-wrapper .custom__form__property-type--select, .form-wrapper .custom__form__select-list, .form-wrapper .custom__form__ticket-num--select {
        font-size: 12px;
        letter-spacing: .3px;
        line-height: 21px
    }
}

.form-wrapper.sitecore-form {
    background: #f1f1f1
}

    .form-wrapper.sitecore-form > .component-content {
        padding: 0
    }

    .form-wrapper.sitecore-form .custom_form__select__name__text, .form-wrapper.sitecore-form .custom_form__select__text, .form-wrapper.sitecore-form .custom_form__select__type__text, .form-wrapper.sitecore-form .date-hide-input, .form-wrapper.sitecore-form .general-enquiry-hide-input, .form-wrapper.sitecore-form .general-hiddenenquiry-hide-input, .form-wrapper.sitecore-form .property-name-hide-input, .form-wrapper.sitecore-form .property-name-name-hide-input, .form-wrapper.sitecore-form .property-type-hide-input, .form-wrapper.sitecore-form .property-type-text-hide-input, .form-wrapper.sitecore-form .ticket-hide-input {
        display: none;
        visibility: hidden;
        height: 0
    }

    .form-wrapper.sitecore-form button {
        outline: 0
    }

    .form-wrapper.sitecore-form .form__error-msg {
        position: absolute;
        top: 100%;
        left: 15px;
        line-height: 15px;
        margin-top: 5px;
        color: #cd1313;
        font-family: Lato-Regular;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: .25px;
        cursor: initial
    }

    .form-wrapper.sitecore-form .custom__form--hide {
        display: none
    }

    .form-wrapper.sitecore-form .custom__form--underline {
        border-bottom: 1px solid #003329
    }

    .form-wrapper.sitecore-form .custom__form__tip {
        padding: 0;
        line-height: 33px;
        margin-bottom: 48px;
        font-family: Graphik-Medium;
        font-size: 22px;
        color: #003329;
        font-weight: 500
    }

    .form-wrapper.sitecore-form .custom__form__placeholder {
        position: absolute;
        top: -10px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .3px;
        transition: all .2s ease
    }

    .form-wrapper.sitecore-form .empty .custom__form__placeholder {
        top: 10px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .35px;
        transition: all .2s ease
    }

    .form-wrapper.sitecore-form .expanded .custom__form__placeholder {
        top: -10px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .3px;
        transition: all .2s ease
    }

    .form-wrapper.sitecore-form .custom__form__companyname label, .form-wrapper.sitecore-form .custom__form__date--select label, .form-wrapper.sitecore-form .custom__form__email label, .form-wrapper.sitecore-form .custom__form__general-enquiry label, .form-wrapper.sitecore-form .custom__form__general-enquiry--select label, .form-wrapper.sitecore-form .custom__form__item label, .form-wrapper.sitecore-form .custom__form__name label, .form-wrapper.sitecore-form .custom__form__phone label, .form-wrapper.sitecore-form .custom__form__property-name label, .form-wrapper.sitecore-form .custom__form__property-name--select label, .form-wrapper.sitecore-form .custom__form__property-type label, .form-wrapper.sitecore-form .custom__form__property-type--select label, .form-wrapper.sitecore-form .custom__form__question label, .form-wrapper.sitecore-form .custom__form__ticket-num--select label, .form-wrapper.sitecore-form .custom__form__website label {
        display: none
    }

    .form-wrapper.sitecore-form .custom__form__companyname, .form-wrapper.sitecore-form .custom__form__email, .form-wrapper.sitecore-form .custom__form__item, .form-wrapper.sitecore-form .custom__form__name, .form-wrapper.sitecore-form .custom__form__phone, .form-wrapper.sitecore-form .custom__form__website {
        line-height: 28px
    }

        .form-wrapper.sitecore-form .custom__form__companyname input, .form-wrapper.sitecore-form .custom__form__email input, .form-wrapper.sitecore-form .custom__form__item input, .form-wrapper.sitecore-form .custom__form__name input, .form-wrapper.sitecore-form .custom__form__phone input, .form-wrapper.sitecore-form .custom__form__website input {
            height: 100%;
            line-height: 1
        }

    .form-wrapper.sitecore-form .custom__form__agree, .form-wrapper.sitecore-form .custom__form__companyname, .form-wrapper.sitecore-form .custom__form__date--select, .form-wrapper.sitecore-form .custom__form__email, .form-wrapper.sitecore-form .custom__form__general-enquiry--select, .form-wrapper.sitecore-form .custom__form__item, .form-wrapper.sitecore-form .custom__form__name, .form-wrapper.sitecore-form .custom__form__phone, .form-wrapper.sitecore-form .custom__form__property-name--select, .form-wrapper.sitecore-form .custom__form__property-type--select, .form-wrapper.sitecore-form .custom__form__question, .form-wrapper.sitecore-form .custom__form__ticket-num--select, .form-wrapper.sitecore-form .custom__form__website {
        position: relative;
        padding: 10px 15px;
        margin-bottom: 25px
    }

    .form-wrapper.sitecore-form .custom__form__date, .form-wrapper.sitecore-form .custom__form__general-enquiry, .form-wrapper.sitecore-form .custom__form__property-name, .form-wrapper.sitecore-form .custom__form__property-type, .form-wrapper.sitecore-form .custom__form__ticket-num {
        position: relative;
        padding: 0;
        margin-bottom: 25px
    }

    .form-wrapper.sitecore-form .custom__form__date--select, .form-wrapper.sitecore-form .custom__form__general-enquiry--select, .form-wrapper.sitecore-form .custom__form__property-name--select, .form-wrapper.sitecore-form .custom__form__property-type--select, .form-wrapper.sitecore-form .custom__form__ticket-num--select {
        margin-bottom: 0
    }

    .form-wrapper.sitecore-form input, .form-wrapper.sitecore-form textarea {
        font-size: 14px;
        font-family: Lato-Regular;
        letter-spacing: .35px;
        color: #000;
        outline: 0;
        background: #f1f1f1 !important
    }

    .form-wrapper.sitecore-form input {
        width: 100%;
        line-height: 28px
    }

    .form-wrapper.sitecore-form .custom__form__name {
        display: flex;
        padding: 0
    }

    .form-wrapper.sitecore-form .custom__form__name-first, .form-wrapper.sitecore-form .custom__form__name-last {
        position: relative;
        padding: 10px 15px;
        flex: 1
    }

    .form-wrapper.sitecore-form .custom__form__name-first {
        margin-right: 49px
    }

    .form-wrapper.sitecore-form .custom__form__date--select > div, .form-wrapper.sitecore-form .custom__form__general-enquiry--select > div, .form-wrapper.sitecore-form .custom__form__property-name--select > div, .form-wrapper.sitecore-form .custom__form__property-type--select > div, .form-wrapper.sitecore-form .custom__form__ticket-num--select > div {
        position: relative;
        cursor: pointer;
        padding-right: 20px;
        min-height: 21px;
        line-height: 21px
    }

        .form-wrapper.sitecore-form .custom__form__date--select > div:after, .form-wrapper.sitecore-form .custom__form__date--select > div:before, .form-wrapper.sitecore-form .custom__form__general-enquiry--select > div:after, .form-wrapper.sitecore-form .custom__form__general-enquiry--select > div:before, .form-wrapper.sitecore-form .custom__form__property-name--select > div:after, .form-wrapper.sitecore-form .custom__form__property-name--select > div:before, .form-wrapper.sitecore-form .custom__form__property-type--select > div:after, .form-wrapper.sitecore-form .custom__form__property-type--select > div:before, .form-wrapper.sitecore-form .custom__form__ticket-num--select > div:after, .form-wrapper.sitecore-form .custom__form__ticket-num--select > div:before {
            position: absolute;
            top: 13px;
            content: '';
            width: 8px;
            height: 1px;
            border-radius: 1px;
            background: #003329
        }

        .form-wrapper.sitecore-form .custom__form__date--select > div:before, .form-wrapper.sitecore-form .custom__form__general-enquiry--select > div:before, .form-wrapper.sitecore-form .custom__form__property-name--select > div:before, .form-wrapper.sitecore-form .custom__form__property-type--select > div:before, .form-wrapper.sitecore-form .custom__form__ticket-num--select > div:before {
            transform: rotate(43deg);
            right: 15px
        }

        .form-wrapper.sitecore-form .custom__form__date--select > div:after, .form-wrapper.sitecore-form .custom__form__general-enquiry--select > div:after, .form-wrapper.sitecore-form .custom__form__property-name--select > div:after, .form-wrapper.sitecore-form .custom__form__property-type--select > div:after, .form-wrapper.sitecore-form .custom__form__ticket-num--select > div:after {
            transform: rotate(-43deg);
            right: 10px
        }

    .form-wrapper.sitecore-form .custom__form__date--select.error-msg > div, .form-wrapper.sitecore-form .custom__form__ticket-num--select.error-msg > div {
        color: #cd1313
    }

    .form-wrapper.sitecore-form .custom__form__date--select-list, .form-wrapper.sitecore-form .custom__form__general-enquiry--select-list, .form-wrapper.sitecore-form .custom__form__property-name--select-list, .form-wrapper.sitecore-form .custom__form__property-type--select-list, .form-wrapper.sitecore-form .custom__form__ticket-num--select-list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        width: 100%;
        max-height: 230px;
        margin-top: 1px;
        background: #fff;
        overflow-y: auto;
        border: 1px solid #d9d1ce;
        border-top: none
    }

    .form-wrapper.sitecore-form .custom__form__select-list {
        padding: 0 15px;
        height: 49px;
        line-height: 49px;
        margin-bottom: 1px;
        cursor: pointer
    }

        .form-wrapper.sitecore-form .custom__form__select-list:last-child {
            margin-bottom: 0
        }

            .form-wrapper.sitecore-form .custom__form__select-list:last-child > div {
                border-bottom: none
            }

        .form-wrapper.sitecore-form .custom__form__select-list:hover {
            background: #f1f1f1
        }

        .form-wrapper.sitecore-form .custom__form__select-list.active {
            font-family: Lato-Bold;
            color: #003329;
            background: #f1f1f1
        }

            .form-wrapper.sitecore-form .custom__form__select-list.active:after, .form-wrapper.sitecore-form .custom__form__select-list.active:before {
                position: absolute;
                content: '';
                height: 2px;
                background: #003329
            }

            .form-wrapper.sitecore-form .custom__form__select-list.active:before {
                width: 6px;
                transform: rotate(40deg);
                right: 40px;
                top: 28px
            }

            .form-wrapper.sitecore-form .custom__form__select-list.active:after {
                width: 12px;
                transform: rotate(-52deg);
                right: 32px;
                top: 26px
            }

        .form-wrapper.sitecore-form .custom__form__select-list > div {
            border-bottom: 1px solid #d9d1ce
        }

    .form-wrapper.sitecore-form .custom__form__agree {
        padding-left: 0;
        padding-right: 0
    }

    .form-wrapper.sitecore-form .append-check-icon, .form-wrapper.sitecore-form .custom__form__agree--checkbox label {
        display: flex;
        align-items: center;
        line-height: 16px;
        font-size: 13px;
        font-family: Lato-Regular;
        letter-spacing: .38px;
        color: #000;
        cursor: pointer
    }

        .form-wrapper.sitecore-form .append-check-icon .form-check-icon, .form-wrapper.sitecore-form .custom__form__agree--checkbox label .form-check-icon {
            position: relative;
            width: 20px;
            min-width: 20px;
            height: 20px;
            border: 1px solid #d9d1ce;
            min-height: 20px;
            margin-right: 16px
        }

            .form-wrapper.sitecore-form .append-check-icon .form-check-icon.checked:after, .form-wrapper.sitecore-form .append-check-icon .form-check-icon.checked:before, .form-wrapper.sitecore-form .custom__form__agree--checkbox label .form-check-icon.checked:after, .form-wrapper.sitecore-form .custom__form__agree--checkbox label .form-check-icon.checked:before {
                position: absolute;
                content: '';
                height: 2px;
                border-radius: 2px;
                background: #000
            }

            .form-wrapper.sitecore-form .append-check-icon .form-check-icon.checked:before, .form-wrapper.sitecore-form .custom__form__agree--checkbox label .form-check-icon.checked:before {
                width: 7px;
                transform: rotate(40deg);
                left: 2px;
                top: 12px
            }

            .form-wrapper.sitecore-form .append-check-icon .form-check-icon.checked:after, .form-wrapper.sitecore-form .custom__form__agree--checkbox label .form-check-icon.checked:after {
                width: 12px;
                transform: rotate(-58deg);
                left: 5px;
                top: 8px
            }

        .form-wrapper.sitecore-form .append-check-icon input[type=checkbox], .form-wrapper.sitecore-form .custom__form__agree--checkbox label input[type=checkbox] {
            visibility: hidden;
            width: 0
        }

    .form-wrapper.sitecore-form .custom__form__question {
        padding: 14px 15px;
        height: 182px;
        border: 1px solid #003329;
        margin-top: 45px
    }

    .form-wrapper.sitecore-form .custom__form__question--textarea {
        width: 100%;
        height: 100%;
        resize: none
    }

    .form-wrapper.sitecore-form .custom__form__submit {
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 46px;
        margin-bottom: 0
    }

    .form-wrapper.sitecore-form .custom__form__showbtn, .form-wrapper.sitecore-form .custom__form__submit--btn {
        box-sizing: border-box;
        padding: 12px 16px;
        width: auto;
        height: 38px;
        line-height: 10px;
        text-align: center;
        color: #003329;
        font-family: Graphik-Semibold;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .25px;
        border: 2px solid #003329;
        -webkit-appearance: button;
        cursor: pointer
    }

        .form-wrapper.sitecore-form .custom__form__showbtn:hover, .form-wrapper.sitecore-form .custom__form__submit--btn:hover {
            color: #fff;
            background: #003329 !important
        }

    .form-wrapper.sitecore-form .custom__form__showbtn-wrap > p {
        line-height: 30px;
        margin-bottom: 24px;
        font-size: 18px;
        color: #003329;
        font-family: Graphik-Regular;
        letter-spacing: .23px
    }

@media screen and (max-width: 991px) {
    .form-wrapper.sitecore-form .custom__form__tip {
        line-height: 27px;
        margin-bottom: 24px;
        font-size: 18px;
        letter-spacing: .17px
    }

    .form-wrapper.sitecore-form input, .form-wrapper.sitecore-form textarea {
        font-size: 12px;
        letter-spacing: .3px
    }

    .form-wrapper.sitecore-form .custom__form__agree, .form-wrapper.sitecore-form .custom__form__companyname, .form-wrapper.sitecore-form .custom__form__email, .form-wrapper.sitecore-form .custom__form__item, .form-wrapper.sitecore-form .custom__form__name-first, .form-wrapper.sitecore-form .custom__form__name-last, .form-wrapper.sitecore-form .custom__form__phone, .form-wrapper.sitecore-form .custom__form__question, .form-wrapper.sitecore-form .custom__form__website {
        padding: 5px 14px;
        margin-bottom: 20px
    }

    .form-wrapper.sitecore-form .custom__form__agree {
        padding-left: 0
    }

    .form-wrapper.sitecore-form .custom__form__name {
        padding: 0;
        margin: 0;
        flex-direction: column
    }

    .form-wrapper.sitecore-form .custom__form__name-first {
        margin-right: 0
    }

    .form-wrapper.sitecore-form .custom__form__date--select, .form-wrapper.sitecore-form .custom__form__ticket-num--select {
        padding: 5px 14px;
        line-height: 28px
    }

    .form-wrapper.sitecore-form .custom__form__select-list {
        height: 45px;
        line-height: 45px
    }

    .form-wrapper.sitecore-form .custom__form__ticket-num {
        margin-bottom: 20px
    }

    .form-wrapper.sitecore-form .custom__form__question {
        padding: 11px 14px;
        height: 239px
    }

    .form-wrapper.sitecore-form .custom__form__agree--checkbox label {
        line-height: 1.2
    }

    .form-wrapper.sitecore-form .custom__form__submit {
        margin-top: 40px;
        margin-bottom: 0
    }

    .form-wrapper.sitecore-form .custom__form__submit--btn {
        padding: 16px 32px;
        height: auto;
        line-height: 14px;
        font-size: 16px;
        letter-spacing: .3px
    }

    .form-wrapper.sitecore-form .custom__form__showbtn-wrap > p {
        line-height: 21px;
        font-size: 14px;
        font-family: Lato-Regular;
        letter-spacing: .2px
    }

    .form-wrapper.sitecore-form .custom__form__showbtn {
        padding: 16px 32px;
        height: auto;
        font-size: 16px;
        line-height: 14px;
        letter-spacing: .2px
    }

    .form-wrapper.sitecore-form .custom__form__placeholder {
        top: -6px;
        font-size: 10px;
        line-height: 16px
    }

    .form-wrapper.sitecore-form .empty .custom__form__placeholder {
        top: 10px;
        font-size: 12px;
        line-height: 18px
    }

    .form-wrapper.sitecore-form .expanded .custom__form__placeholder {
        top: -6px;
        font-size: 10px;
        line-height: 16px
    }
}

.form-wrapper form {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.form-wrapper.contact-form-wrapper {
    background: inherit
}

    .form-wrapper.contact-form-wrapper input, .form-wrapper.contact-form-wrapper textarea {
        background: inherit !important
    }

    .form-wrapper.contact-form-wrapper form {
        padding-top: 0;
        padding-bottom: 72px
    }

    .form-wrapper.contact-form-wrapper.f4-bg {
        padding-top: 40px;
        margin-bottom: 65px;
        background: #f1f1f1
    }

        .form-wrapper.contact-form-wrapper.f4-bg input, .form-wrapper.contact-form-wrapper.f4-bg textarea {
            background: #f1f1f1 !important
        }

        .form-wrapper.contact-form-wrapper.f4-bg form {
            padding-top: 32px
        }

.contact-form-wrapper .custom__form-contact__wrapper .custom__form__submit {
    margin-bottom: 0;
    margin-top: 34px
}

.contact-form-wrapper .custom__form-contact__wrapper .custom__form__submit--btn {
    margin-right: 16px
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .form-wrapper form {
        max-width: 960px
    }
}

@media screen and (max-width: 991px) {
    .form-wrapper form {
        padding: 27px 15px 40px
    }

    .form-wrapper.contact-form-wrapper form {
        padding-bottom: 48px
    }

    .form-wrapper.contact-form-wrapper.f4-bg {
        padding-top: 24px;
        margin-bottom: 40px
    }

        .form-wrapper.contact-form-wrapper.f4-bg form {
            padding-top: 0
        }

        .form-wrapper.contact-form-wrapper.f4-bg .custom__form__showbtn:hover, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__submit--btn:hover {
            color: #003329;
            background: #f1f1f1 !important
        }

        .form-wrapper.contact-form-wrapper.f4-bg .custom__form__showbtn:active, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__showbtn:focus, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__showbtn:visited, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__submit--btn:active, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__submit--btn:focus, .form-wrapper.contact-form-wrapper.f4-bg .custom__form__submit--btn:visited {
            color: #fff;
            background: #003329 !important
        }

    .form-wrapper.contact-form-wrapper .custom__form-contact__wrapper form {
        padding-bottom: 50px;
        padding-top: 27px
    }

    .form-wrapper.contact-form-wrapper .custom__form-contact__wrapper .custom__form__phone {
        margin-bottom: 28px
    }
}

.banner-wrapper {
    position: relative;
    height: 640px;
    padding: 0;
    overflow: hidden
}

    .banner-wrapper::after, .banner-wrapper::before {
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        z-index: 1
    }

    .banner-wrapper:before {
        top: 0;
        height: 160px;
        background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)
    }

    .banner-wrapper::after {
        bottom: 0;
        height: 208px;
        transform: rotate(180deg);
        background: linear-gradient(180deg,rgba(0,0,0,.73) 0,rgba(0,0,0,0) 100%)
    }

    .banner-wrapper .col-12 {
        padding: 0
    }

    .banner-wrapper .row {
        height: 100%
    }

    .banner-wrapper .component-content {
        position: relative;
        font-size: 0;
        height: 100%
    }

        .banner-wrapper .component-content .common-header, .banner-wrapper .component-content h1 {
            position: absolute;
            z-index: 10;
            left: 50%;
            bottom: 72px;
            width: 61%;
            line-height: 1;
            margin: 0;
            transform: translateX(-50%);
            font-family: Graphik-Semibold;
            color: #fff;
            font-size: 55px;
            font-weight: 600;
            text-align: center
        }

    .banner-wrapper.no-image-banner {
        padding: 40px 0 32px;
        height: auto;
        margin-top: 120px
    }

        .banner-wrapper.no-image-banner::after, .banner-wrapper.no-image-banner::before {
            display: none
        }

        .banner-wrapper.no-image-banner .component-content .common-header, .banner-wrapper.no-image-banner .component-content h1 {
            position: relative;
            bottom: initial;
            left: initial;
            transform: initial;
            padding: 0 calc(min(202.5px,14.0625%));
            width: 100%;
            max-width: 1440px;
            line-height: 46px;
            margin: 0 auto;
            font-size: 40px;
            color: #003329;
            text-align: center
        }

            .banner-wrapper.no-image-banner .component-content .common-header.layout--left, .banner-wrapper.no-image-banner .component-content h1.layout--left {
                text-align: left
            }

            .banner-wrapper.no-image-banner .component-content .common-header.layout--right, .banner-wrapper.no-image-banner .component-content h1.layout--right {
                text-align: right
            }

.on-page-editor .banner-wrapper .component-content img {
    position: initial;
    width: 100%;
    height: auto;
    transform: initial
}

body:not(.on-page-editor).bodyclass .banner-wrapper .component-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    min-width: 100%;
    height: auto;
    max-width: initial
}

@media screen and (max-width: 991.98px) {
    .banner-wrapper {
        height: 500px
    }

        .banner-wrapper .component-content .common-header, .banner-wrapper .component-content h1 {
            box-sizing: border-box;
            padding: 0 16px;
            width: 100%;
            font-size: 35px;
            text-align: center;
            white-space: break-spaces
        }

        .banner-wrapper.no-image-banner {
            padding: 40px 39px 24px;
            margin-top: 105px
        }

            .banner-wrapper.no-image-banner .component-content .common-header, .banner-wrapper.no-image-banner .component-content h1 {
                padding: 0
            }
}

@media screen and (max-width: 767.98px) {
    .banner-wrapper.no-image-banner {
        padding: 40px 16px 32px;
        margin-top: 95px
    }

        .banner-wrapper.no-image-banner .component-content .common-header, .banner-wrapper.no-image-banner .component-content h1 {
            line-height: 40px;
            font-size: 30px
        }
}

.events-detail-info-wrapper.detail-info-wrapper {
    padding: 0;
    margin-bottom: 40px;
    margin-top: 61px
}

.events-detail-info-wrapper.promo > .component-content {
    border: none
}

    .events-detail-info-wrapper.promo > .component-content > .row {
        padding: 0
    }

.events-detail-info-wrapper .news-artical-right-part .component.link .component-content {
    display: flex
}

.events-detail-info-wrapper .row {
    max-width: 1140px;
    margin: 0 auto
}

    .events-detail-info-wrapper .row .column-splitter {
        display: flex;
        align-items: center
    }

    .events-detail-info-wrapper .row .row span {
        display: inline-block
    }

    .events-detail-info-wrapper .row .row .component {
        padding: 0
    }

    .events-detail-info-wrapper .row .row .rich-text {
        font-size: 0
    }

    .events-detail-info-wrapper .row .row .col-lg-7 .component .c-title {
        margin: 0;
        font-size: 45px;
        color: #003329;
        font-family: Graphik-Semibold;
        font-weight: 600
    }

    .events-detail-info-wrapper .row .row .col-lg-7 .component .divider-line {
        margin: 30px 0 22px
    }

    .events-detail-info-wrapper .row .row .col-lg-7 .component .c-date {
        margin-bottom: 16px;
        font-family: Graphik-Medium;
        font-size: 18px;
        color: #003329;
        letter-spacing: .18px;
        font-weight: 500
    }

    .events-detail-info-wrapper .row .row .col-lg-7 .component .c-address {
        margin-bottom: 16px;
        font-family: Lato-Light;
        font-size: 18px;
        color: #000;
        font-weight: 300;
        letter-spacing: .22px
    }

    .events-detail-info-wrapper .row .row .col-lg-7 .component .c-content {
        font-family: Lato-Regular;
        font-size: 18px;
        color: #000;
        letter-spacing: .45px
    }

    .events-detail-info-wrapper .row .row .col-lg-4 p {
        margin: 0
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-title {
        margin-bottom: 20px;
        font-family: Graphik-Medium;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        letter-spacing: .28px
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-info {
        margin-bottom: 22px;
        font-family: Lato-Light;
        font-weight: 300;
        letter-spacing: .22px;
        font-size: 18px;
        color: #000
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .call, .events-detail-info-wrapper .row .row .col-lg-4 .component .register-email {
        display: inline-block;
        margin-bottom: 16px;
        line-height: 1;
        font-family: Graphik-Medium;
        color: #003329;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .52px;
        text-decoration: none
    }

        .events-detail-info-wrapper .row .row .col-lg-4 .component .call:hover, .events-detail-info-wrapper .row .row .col-lg-4 .component .register-email:hover {
            text-decoration: underline
        }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-email {
        margin-bottom: 0
    }

@media screen and (min-width: 992px) and (max-width:1200px) {
    .events-detail-info-wrapper .row {
        max-width: 960px
    }
}

@media screen and (max-width: 991.98px) {
    .events-detail-info-wrapper.detail-info-wrapper {
        padding: 0 15px;
        margin-bottom: 40px;
        margin-top: 35px
    }

    .events-detail-info-wrapper .row .column-splitter {
        align-items: flex-start
    }

    .events-detail-info-wrapper .row .row .col-lg-7 {
        margin-bottom: 48px
    }

        .events-detail-info-wrapper .row .row .col-lg-7 .component .c-title {
            font-size: 30px;
            color: #003329;
            letter-spacing: .27px
        }

        .events-detail-info-wrapper .row .row .col-lg-7 .component .divider-line {
            margin: 20px 0 12px
        }

        .events-detail-info-wrapper .row .row .col-lg-7 .component .c-date {
            margin-bottom: 15px;
            font-size: 14px;
            letter-spacing: 0
        }

        .events-detail-info-wrapper .row .row .col-lg-7 .component .c-address {
            margin-bottom: 24px;
            font-size: 14px;
            letter-spacing: .17px
        }

        .events-detail-info-wrapper .row .row .col-lg-7 .component .c-content {
            font-size: 14px;
            letter-spacing: .35px
        }

    .events-detail-info-wrapper .row .row .col-lg-4 p {
        margin: 0
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-title {
        margin-bottom: 18px;
        font-size: 20px
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-info {
        margin-bottom: 32px;
        font-weight: Lato-Regular;
        font-weight: 400;
        letter-spacing: .17px;
        font-size: 14px
    }

    .events-detail-info-wrapper .row .row .col-lg-4 .component .register-email, .events-detail-info-wrapper .row .row .col-lg-4 .component .register-phone {
        font-size: 16px;
        letter-spacing: .46px
    }
}

.address-head-wrapper, .contact-address-detail-wrapper, .get-touch-wrapper {
    max-width: 1140px;
    margin: 0 auto
}

    .address-head-wrapper .col-12, .address-head-wrapper .col-6, .address-head-wrapper .col-xl-4, .address-head-wrapper.col-12, .contact-address-detail-wrapper .col-12, .contact-address-detail-wrapper .col-6, .contact-address-detail-wrapper .col-xl-4, .contact-address-detail-wrapper.col-12, .get-touch-wrapper .col-12, .get-touch-wrapper .col-6, .get-touch-wrapper .col-xl-4, .get-touch-wrapper.col-12 {
        padding: 0
    }

    .get-touch-wrapper .c-title {
        display: inline-block;
        line-height: 50px;
        margin: 71px 0 0;
        font-family: Graphik-Semibold;
        font-size: 45px;
        color: #003329;
        font-weight: 600
    }

        .get-touch-wrapper .c-title.for-open {
            display: none
        }

    .get-touch-wrapper + .rich-text.component {
        padding: 0;
        max-width: 1140px;
        margin: 0 auto;
        font-size: 0
    }

.divider-line-wrapper {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0
}

.address-head-wrapper {
    margin-bottom: 72px
}

    .address-head-wrapper .address-head-title {
        display: inline-block;
        line-height: 24px;
        margin-bottom: 8px;
        font-size: 18px;
        font-family: Graphik-Medium;
        font-weight: 500;
        color: #003329;
        letter-spacing: .25px
    }

    .address-head-wrapper .address-head-detail {
        line-height: 27px;
        font-size: 15px;
        color: #000;
        font-family: Lato-Regular;
        letter-spacing: .23px
    }

.contact-address-detail-wrapper .c-col-4 {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 4.913%;
    margin-bottom: 72px
}

    .contact-address-detail-wrapper .c-col-4:nth-child(n+3) {
        margin-bottom: 0
    }

    .contact-address-detail-wrapper .c-col-4:nth-child(3n) {
        margin-right: 0
    }

.contact-address-detail-wrapper .divider-line {
    margin: 33px 0 30px
}

.contact-address-detail-wrapper .address-title-wrapper {
    display: flex;
    flex-direction: column
}

.contact-address-detail-wrapper .address-detail-title {
    line-height: 24px;
    font-size: 18px;
    color: #003329;
    font-family: Graphik-Medium;
    letter-spacing: .25px;
    font-weight: 500
}

.contact-address-detail-wrapper .address-detail-email, .contact-address-detail-wrapper .address-detail-email .address-detail-info, .contact-address-detail-wrapper .address-detail-email a, .contact-address-detail-wrapper .address-detail-info-wrapper, .contact-address-detail-wrapper .address-detail-info-wrapper .address-detail-info, .contact-address-detail-wrapper .address-detail-info-wrapper a, .contact-address-detail-wrapper .call, .contact-address-detail-wrapper .call .address-detail-info, .contact-address-detail-wrapper .call a {
    line-height: 30px;
    font-size: 15px;
    font-family: Lato-Regular;
    color: #000;
    letter-spacing: .23px
}

.contact-address-detail-wrapper .address-detail-email, .contact-address-detail-wrapper .address-detail-info-wrapper, .contact-address-detail-wrapper .call {
    display: flex;
    flex-direction: column
}

.contact-address-detail-wrapper .address-detail-email, .contact-address-detail-wrapper .call {
    display: inline-block
}

    .contact-address-detail-wrapper .address-detail-email a:hover, .contact-address-detail-wrapper .call a:hover {
        text-decoration: underline;
        color: #000
    }

.contact-address-detail-wrapper .row-splitter:last-child .contact-address-detail-wrapper {
    margin-bottom: 72px
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .get-touch-wrapper {
        max-width: 960px
    }

        .get-touch-wrapper + .rich-text.component {
            max-width: 960px
        }

    .address-head-wrapper, .contact-address-detail-wrapper, .divider-line-wrapper {
        max-width: 960px
    }
}

@media screen and (max-width: 991.98px) {
    .get-touch-wrapper.col-12 {
        padding: 0 16px
    }

    .get-touch-wrapper .c-title {
        line-height: 41px;
        margin-top: 40px;
        font-size: 30px;
        letter-spacing: .27px
    }

    .divider-line-wrapper .divider-line {
        margin: 32px 0 24px
    }

    .row .address-head-wrapper, .row .contact-address-detail-wrapper {
        padding: 0 16px
    }

    .address-head-wrapper {
        margin-bottom: 48px
    }

        .address-head-wrapper .address-head-detail {
            line-height: 26px;
            font-size: 16px;
            letter-spacing: .2px
        }

    .contact-address-detail-wrapper {
        margin-bottom: 40px
    }

        .contact-address-detail-wrapper .c-col-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 48px
        }

            .contact-address-detail-wrapper .c-col-4:nth-child(n+3) {
                margin-bottom: 48px
            }

            .contact-address-detail-wrapper .c-col-4:last-child {
                margin-bottom: 0
            }

        .contact-address-detail-wrapper .divider-line {
            margin: 10px 0 24px
        }

        .contact-address-detail-wrapper .address-detail-email, .contact-address-detail-wrapper .address-detail-email .address-detail-info, .contact-address-detail-wrapper .address-detail-email a, .contact-address-detail-wrapper .address-detail-info-wrapper, .contact-address-detail-wrapper .address-detail-info-wrapper .address-detail-info, .contact-address-detail-wrapper .address-detail-info-wrapper a, .contact-address-detail-wrapper .call, .contact-address-detail-wrapper .call .address-detail-info, .contact-address-detail-wrapper .call a {
            line-height: 24px;
            font-size: 16px;
            letter-spacing: .2px
        }
}

.homepage-brand-wrapper {
    background: url(../images/homepage/wave-bg.png) no-repeat
}

@media screen and (max-width: 767.98px) {
    .homepage-brand-wrapper {
        background: 0 0
    }
}

.brand-text-normal-wrapper > div {
    display: flex;
    padding: 72px 0;
    max-width: 1140px;
    margin: 0 auto
}

.brand-text-normal-wrapper div[data-aos=fade-up] {
    display: flex
}

.brand-text-normal-wrapper p, .brand-text-normal-wrapper p:empty {
    margin: 0
}

.brand-text-normal-wrapper .component {
    padding: 0
}

.brand-text-normal-wrapper .brand-title {
    width: 395px;
    line-height: 46px;
    font-size: 40px;
    font-family: Graphik-Semibold;
    color: #003329;
    font-weight: 600
}

.brand-text-normal-wrapper .line-wrapper .component-content {
    display: flex;
    height: 100%
}

.brand-text-normal-wrapper .line-wrapper .vertical-line {
    height: 100%;
    margin: 0 106px 0 32px
}

.brand-text-normal-wrapper .brand-content p {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-family: Lato-Regular;
    color: #000
}

    .brand-text-normal-wrapper .brand-content p:empty {
        margin: 0 !important
    }

.brand-text-normal-wrapper .brand-content .brand-content-word {
    width: 457px;
    line-height: 21px;
    margin-bottom: 40px;
    font-size: 14px;
    font-family: Graphik-Medium;
    color: #000;
    font-weight: 500
}

.brand-text-normal-wrapper .brand-content .brand-content-sign {
    display: flex;
    align-items: center
}

    .brand-text-normal-wrapper .brand-content .brand-content-sign img {
        width: 149px;
        height: 50px;
        margin-right: 32px;
        margin-bottom: 40px
    }

    .brand-text-normal-wrapper .brand-content .brand-content-sign .brand-content-sign-name {
        line-height: 25px;
        margin-bottom: 40px;
        font-size: 14px;
        font-family: Graphik-Regular;
        color: #000
    }

.brand-text-normal-wrapper .brand-content .brand-content-info {
    line-height: 21px;
    font-size: 14px;
    font-family: Lato-Regular;
    color: #000
}

.brand-text-normal-wrapper .brand-content .field-quotelink {
    margin-top: 24px
}

.homepage-brand-wrapper .brand-text-wrapper {
    padding: 66px 0 75px
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .brand-text-normal-wrapper > div {
        max-width: 960px
    }
}

@media screen and (max-width: 991.98px) {
    .homepage-brand-wrapper .brand-text-normal-wrapper, .homepage-brand-wrapper .brand-text-wrapper {
        padding: 66px 39px 24px
    }

    .brand-text-normal-wrapper > div {
        flex-direction: column;
        padding: 0
    }

    .brand-text-normal-wrapper .brand-title {
        width: 304px;
        line-height: 46px;
        margin-bottom: 18px;
        font-size: 40px;
        letter-spacing: 0
    }

    .brand-text-normal-wrapper .line-wrapper .divider-line-mobile {
        width: 123px;
        height: 1px;
        margin: 0 0 23px
    }

    .brand-text-normal-wrapper .brand-content {
        margin: 0
    }

        .brand-text-normal-wrapper .brand-content .brand-content-word {
            width: auto;
            line-height: 21px;
            font-size: 14px
        }

        .brand-text-normal-wrapper .brand-content .brand-content-sign img {
            margin-bottom: 48px
        }

        .brand-text-normal-wrapper .brand-content .brand-content-sign .brand-content-sign-name {
            width: 320px;
            line-height: 25px;
            margin-bottom: 48px;
            font-size: 14px;
            letter-spacing: 0
        }

        .brand-text-normal-wrapper .brand-content .brand-content-info {
            width: auto;
            line-height: 21px;
            font-size: 14px;
            letter-spacing: 0
        }

        .brand-text-normal-wrapper .brand-content .field-quotelink {
            margin-bottom: 32px
        }
}

@media screen and (max-width: 767.98px) {
    .homepage-brand-wrapper .brand-text-normal-wrapper, .homepage-brand-wrapper .brand-text-wrapper {
        padding: 40px 16px
    }

    .brand-text-normal-wrapper .brand-title {
        line-height: 41px;
        margin-bottom: 24px;
        font-size: 30px;
        letter-spacing: .27px
    }

    .brand-text-normal-wrapper .line-wrapper .divider-line-mobile {
        margin: 0 0 31px
    }

    .brand-text-normal-wrapper .brand-content .brand-content-word {
        line-height: 18px;
        font-size: 12px
    }

    .brand-text-normal-wrapper .brand-content .brand-content-sign .brand-content-sign-name {
        width: 112px;
        line-height: 18px;
        font-size: 13px;
        letter-spacing: .17px
    }

    .brand-text-normal-wrapper .brand-content .brand-content-info {
        line-height: 18px;
        font-size: 12px;
        letter-spacing: .17px
    }
}

.brand-img-intro-wrapper > div.component-content {
    border: none;
    padding: 0
}

    .brand-img-intro-wrapper > div.component-content > .row {
        padding: 0
    }

        .brand-img-intro-wrapper > div.component-content > .row .row {
            width: 100%
        }

.brand-img-intro-wrapper > div > .row {
    padding: 0;
    width: 86.666667%;
    max-width: 1248px;
    margin: 0 auto
}

    .brand-img-intro-wrapper > div > .row > .component {
        display: flex;
        justify-content: space-between
    }

.brand-img-intro-wrapper .col-lg-4 {
    flex: 0 0 31.904%
}

.brand-img-intro-wrapper .brand-img-intro-wrapper .brand-img-intro div.field-promoicon {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 100%
}

    .brand-img-intro-wrapper .brand-img-intro-wrapper .brand-img-intro div.field-promoicon img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        transform: translate(-50%,-50%) scale(1);
        transition: transform .7s linear;
        cursor: pointer
    }

        .brand-img-intro-wrapper .brand-img-intro-wrapper .brand-img-intro div.field-promoicon img:hover {
            transform: translate(-50%,-50%) scale(1.2);
            transition: transform 9s linear
        }

.brand-img-intro-wrapper .brand-img-intro-title h2 {
    margin: 0 0 48px 0;
    font-family: Graphik-Semibold;
    font-size: 25px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    color: #003329
}

.brand-img-intro-wrapper .brand-img-intro {
    padding: 72px 37px;
    background: inherit
}

    .brand-img-intro-wrapper .brand-img-intro div[data-aos=fade-up] {
        padding: 0
    }

    .brand-img-intro-wrapper .brand-img-intro > .component-content {
        border: none;
        max-width: 320px;
        margin: 0 auto
    }

    .brand-img-intro-wrapper .brand-img-intro div.field-promoicon, .brand-img-intro-wrapper .brand-img-intro div.promo-text {
        padding: 0
    }

    .brand-img-intro-wrapper .brand-img-intro .field-promolink {
        padding: 0;
        margin: 0
    }

    .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title {
        display: block;
        line-height: 28px;
        margin-bottom: 24px;
        margin-left: -1px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .17px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 84px;
    }

        .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title h2 {
            margin-bottom: 48px;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            text-align: center;
            color: #003329
        }

        .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title .t-last-br {
            font-size: 0;
            display: none
        }

    .brand-img-intro-wrapper .brand-img-intro div.field-promoicon {
        position: relative;
        margin-bottom: 32px;
        padding-bottom: 100%
    }

        .brand-img-intro-wrapper .brand-img-intro div.field-promoicon img {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: auto;
            transform: translate(-50%,-50%) scale(1);
            transition: transform .7s linear;
            cursor: pointer
        }

            .brand-img-intro-wrapper .brand-img-intro div.field-promoicon img:hover {
                transform: translate(-50%,-50%) scale(1.2);
                transition: transform 9s linear
            }

    .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-txt {
        display: inline-block;
        padding: 0;
        line-height: 21px;
        margin-bottom: 24px;
        font-size: 14px;
        font-family: Lato-Regular;
        color: #003329
    }

    .brand-img-intro-wrapper .brand-img-intro .field-link {
        padding: 0
    }

.villacove-brand-img-intro-wrapper {
    margin: 72px 0
}

    .villacove-brand-img-intro-wrapper .component.column-splitter {
        display: flex;
        justify-content: space-between
    }

    .villacove-brand-img-intro-wrapper .component-content {
        width: 100%
    }

    .villacove-brand-img-intro-wrapper .brand-img-intro {
        padding: 0 37px
    }

        .villacove-brand-img-intro-wrapper .brand-img-intro div.field-promoicon img {
            width: auto;
            max-width: initial;
            height: 100%
        }

        .villacove-brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title {
            display: block;
            padding: 0;
            margin-bottom: 24px
        }

            .villacove-brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title h2 {
                line-height: 33px;
                margin: 0;
                font-family: Graphik-Semibold;
                font-size: 20px;
                color: #003329;
                font-weight: 600;
                letter-spacing: .95px
            }

@media screen and (max-width: 991.98px) {
    .brand-img-intro-wrapper > div > .row {
        width: 100%
    }

    .brand-img-intro-wrapper .col-12 {
        flex: 1
    }

    #show-title-style {
        flex: 0 0 100% !important;
    }

    .row .brand-img-intro-wrapper {
        padding: 72px 39px 49px
    }

        .row .brand-img-intro-wrapper .col-12.col-lg-4 {
            margin-right: 30px
        }

            .row .brand-img-intro-wrapper .col-12.col-lg-4:last-child {
                margin-right: 0
            }

        .row .brand-img-intro-wrapper .brand-img-intro {
            padding: 0;
            width: 33%
        }

            .row .brand-img-intro-wrapper .brand-img-intro .field-promoicon {
                margin-bottom: 32px
            }

            .row .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title {
                line-height: 28px;
                margin-bottom: 11px;
                font-size: 22px;
                letter-spacing: .17px
            }

            .row .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-txt {
                line-height: 21px;
                margin-bottom: 16px;
                font-size: 14px;
                letter-spacing: 0
            }

    .villacove-brand-img-intro-wrapper {
        margin: 40px 0 0
    }

        .villacove-brand-img-intro-wrapper .component-content > .column-splitter {
            flex-direction: column
        }

        .villacove-brand-img-intro-wrapper .brand-img-intro-title {
            margin-bottom: 40px
        }

            .villacove-brand-img-intro-wrapper .brand-img-intro-title h2 {
                margin: 0;
                line-height: 45px;
                letter-spacing: .27px
            }

        .villacove-brand-img-intro-wrapper .brand-img-intro {
            padding: 0 16px;
            margin-bottom: 40px
        }
}

@media screen and (max-width: 767.98px) {
    .brand-img-intro-wrapper > div > .row {
        width: 100%
    }

    .brand-img-intro-wrapper .col-12 {
        flex: 0 0 100%
    }

    .row .brand-img-intro-wrapper {
        padding: 42px 16px 0
    }

        .row .brand-img-intro-wrapper .col-12.col-lg-4 {
            margin-right: 0
        }

        .row .brand-img-intro-wrapper .brand-img-intro {
            padding: 0;
            width: 100%;
            margin-bottom: 40px
        }

            .row .brand-img-intro-wrapper .brand-img-intro > .component-content {
                max-width: initial
            }

            .row .brand-img-intro-wrapper .brand-img-intro div[data-aos=fade-up] {
                padding: 0
            }

            .row .brand-img-intro-wrapper .brand-img-intro .field-promoicon {
                margin-bottom: 24px
            }

            .row .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-title {
                line-height: 27px;
                margin-bottom: 32px;
                font-size: 20px;
                letter-spacing: .18px
            }

            .row .brand-img-intro-wrapper .brand-img-intro div.field-promoicon {
                padding-bottom: 100%
            }

                .row .brand-img-intro-wrapper .brand-img-intro div.field-promoicon img {
                    min-width: 100%
                }

            .row .brand-img-intro-wrapper .brand-img-intro .brand-img-intro-txt {
                line-height: 18px;
                font-size: 12px;
                letter-spacing: .17px
            }

    .villacove-brand-img-intro-wrapper {
        margin: 40px 0 0
    }

        .villacove-brand-img-intro-wrapper .brand-img-intro-title {
            margin-bottom: 40px
        }

            .villacove-brand-img-intro-wrapper .brand-img-intro-title h2 {
                font-size: 20px
            }

        .villacove-brand-img-intro-wrapper .brand-img-intro {
            padding: 0 16px;
            margin-bottom: 40px
        }

            .villacove-brand-img-intro-wrapper .brand-img-intro > .component-content {
                max-width: initial
            }

            .villacove-brand-img-intro-wrapper .brand-img-intro div.field-promoicon {
                padding-bottom: 100%
            }

                .villacove-brand-img-intro-wrapper .brand-img-intro div.field-promoicon img {
                    min-width: 100%
                }
}

.brand-newsletter-form-wrapper {
    margin-bottom: -1px;
    background: #003329
}

    .brand-newsletter-form-wrapper > div > .row {
        padding: 33px 33px 32px;
        max-width: 1280px;
        margin: 0 auto
    }

    .brand-newsletter-form-wrapper .component-content > .row > .row.column-splitter {
        justify-content: space-between;
    }

    .brand-newsletter-form-wrapper input:-internal-autofill-previewed, .brand-newsletter-form-wrapper input:-internal-autofill-selected {
        transition: background-color 5000s ease-out .5s
    }

    .brand-newsletter-form-wrapper .brand-newsletter-content-span, .brand-newsletter-form-wrapper .brand-newsletter-left, .brand-newsletter-form-wrapper .brand-newsletter-right .component-content, .brand-newsletter-form-wrapper .brand-newsletter-submit-row, .brand-newsletter-form-wrapper .component, .brand-newsletter-form-wrapper .component-content {
        padding: 0;
        border: none
    }

    .brand-newsletter-form-wrapper p {
        margin: 0
    }

    .brand-newsletter-form-wrapper .brand-newsletter-title-text {
        line-height: 46px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #fff;
        font-weight: 500;
        letter-spacing: .17px
    }

    .brand-newsletter-form-wrapper input::-webkit-input-placeholder {
        color: #000;
        font-family: Graphik-Regular !important;
        font-size: 14px;
        letter-spacing: .35px
    }

    .brand-newsletter-form-wrapper input::-moz-placeholder {
        color: #000;
        font-family: Graphik-Regular !important;
        font-size: 14px;
        letter-spacing: .35px;
        opacity: 1
    }

    .brand-newsletter-form-wrapper input:-moz-placeholder {
        color: #000;
        font-family: Graphik-Regular !important;
        font-size: 14px;
        letter-spacing: .35px;
        opacity: 1
    }

    .brand-newsletter-form-wrapper input:-ms-input-placeholder {
        color: #000;
        font-family: Graphik-Regular !important;
        font-size: 14px;
        letter-spacing: .35px
    }

    .brand-newsletter-form-wrapper .field-validation-valid {
        display: none
    }

    .brand-newsletter-form-wrapper .line-wrapper .component-content {
        display: flex
    }

    .brand-newsletter-form-wrapper .line-wrapper .vertical-line {
        height: 50px;
        margin: 0 31px 0 11px;
        background: #fff
    }

    .brand-newsletter-form-wrapper .brand-newsletter-submit-row {
        display: flex
    }

        .brand-newsletter-form-wrapper .brand-newsletter-submit-row label {
            display: none
        }

    .brand-newsletter-form-wrapper input.brand-newsletter-email-input {
        box-sizing: border-box;
        padding: 10px 23px;
        width: 72%;
        height: 50px;
        line-height: 1;
        margin-right: 30px;
        font-size: 14px;
        font-family: Graphik-Regular;
        color: #000;
        letter-spacing: .35px;
        background: #fff;
        outline: 0
    }

        .brand-newsletter-form-wrapper input.brand-newsletter-email-input.form__error-input::-webkit-input-placeholder {
            color: #cd1313
        }

        .brand-newsletter-form-wrapper input.brand-newsletter-email-input.form__error-input::-moz-placeholder {
            color: #cd1313
        }

        .brand-newsletter-form-wrapper input.brand-newsletter-email-input.form__error-input:-moz-placeholder {
            color: #cd1313
        }

        .brand-newsletter-form-wrapper input.brand-newsletter-email-input.form__error-input:-ms-input-placeholder {
            color: #cd1313
        }

    .brand-newsletter-form-wrapper form input.brand-newsletter-submit-btn {
        box-sizing: border-box;
        padding: 12px 32px;
        height: 50px;
        line-height: 1;
        border: 2px solid #fff;
        font-size: 16px;
        font-family: Graphik-Semibold;
        color: #f1f1f1;
        background: 0 0 !important;
        font-weight: 600;
        letter-spacing: .25px;
        text-align: center;
        -webkit-appearance: button;
        cursor: pointer;
        overflow: visible
    }

        .brand-newsletter-form-wrapper form input.brand-newsletter-submit-btn:hover {
            color: #003329;
            background: #fff !important
        }

    .brand-newsletter-form-wrapper .brand-newsletter-content-text {
        margin-top: 10px;
        width: 98%;
        line-height: 15px;
        font-size: 12px;
        font-family: Lato-Regular;
        color: #fff;
        letter-spacing: .16px
    }

        .brand-newsletter-form-wrapper .brand-newsletter-content-text a {
            font-size: 12px;
            font-family: Lato-Regular;
            color: #fff;
            letter-spacing: .16px;
            text-decoration: underline
        }

    .brand-newsletter-form-wrapper .brand-newsletter-content-span .form__error-msg {
        display: none !important;
        line-height: 15px;
        margin-top: 5px;
        color: #cd1313;
        font-family: Lato-Regular;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: .25px
    }

    .brand-newsletter-form-wrapper .brand-newsletter-right {
        width: 100%
    }

        .brand-newsletter-form-wrapper .brand-newsletter-right .component-content, .brand-newsletter-form-wrapper .brand-newsletter-right .row {
            height: 100%
        }

        .brand-newsletter-form-wrapper .brand-newsletter-right form {
            width: 100%
        }

@media screen and (max-width: 991.98px) {
    .brand-newsletter-form-wrapper > div > .row {
        padding: 40px 39px
    }

    .brand-newsletter-form-wrapper .brand-newsletter-title-text {
        line-height: 27px;
        font-size: 20px;
        letter-spacing: .18px
    }

    .brand-newsletter-form-wrapper .line-wrapper .divider-line-mobile {
        width: 72px;
        max-width: initial;
        height: 1px;
        margin: 32px 0 24px
    }

    .brand-newsletter-form-wrapper .brand-newsletter-submit-row {
        display: block
    }

    .brand-newsletter-form-wrapper input.brand-newsletter-email-input {
        padding: 10px 20px;
        width: 100%;
        margin-right: 0
    }

    .brand-newsletter-form-wrapper input.brand-newsletter-submit-btn {
        padding: 6px 12px;
        height: 30px;
        margin-top: 24px;
        font-size: 10px;
        letter-spacing: .21px
    }

        .brand-newsletter-form-wrapper input.brand-newsletter-submit-btn:hover {
            color: #f1f1f1;
            background: 0 0 !important
        }

        .brand-newsletter-form-wrapper input.brand-newsletter-submit-btn:active {
            color: #003329;
            background: #fff !important
        }

    .brand-newsletter-form-wrapper .brand-newsletter-content-text {
        width: 100%;
        line-height: 18px
    }
}

@media screen and (max-width: 767.98px) {
    .brand-newsletter-form-wrapper > div > .row {
        padding: 40px 16px
    }
}

.custom-slider-wrapper {
    width: 100%
}

    .custom-slider-wrapper .coustom-slider-arrow {
        position: relative;
        left: 0;
        padding: 0;
        width: 30px;
        height: 7px;
        transition: left .3s
    }

        .custom-slider-wrapper .coustom-slider-arrow svg {
            display: none
        }

        .custom-slider-wrapper .coustom-slider-arrow:active, .custom-slider-wrapper .coustom-slider-arrow:hover {
            outline: 0;
            background-color: transparent
        }

    .custom-slider-wrapper .custom-slider-prev {
        margin-right: 12px;
        background: url(../images/arrow-left.svg) no-repeat
    }

        .custom-slider-wrapper .custom-slider-prev:hover {
            left: -6px
        }

    .custom-slider-wrapper .custom-slider-next {
        margin-left: 12px;
        background: url(../images/arrow-right.svg) no-repeat
    }

        .custom-slider-wrapper .custom-slider-next:hover {
            left: 6px
        }

    .custom-slider-wrapper .custom-slider-item-num {
        line-height: 1;
        color: #003329;
        font-size: 14px;
        font-family: Graphik-Regular
    }

    .custom-slider-wrapper .custom-slider-card-media-top img, .custom-slider-wrapper .custom-slider-card-media-top video {
        width: 100%;
        height: auto
    }

@media screen and (max-width: 991.98px) {
    .custom-slider-wrapper .custom-slider-prev:hover {
        left: 0
    }

    .custom-slider-wrapper .custom-slider-prev:active {
        left: -6px
    }

    .custom-slider-wrapper .custom-slider-next:hover {
        left: 0
    }

    .custom-slider-wrapper .custom-slider-next:active {
        left: 6px
    }
}

.custom-slider-gallery-container {
    max-width: 1035px
}

    .custom-slider-gallery-container .uk-invisible {
        display: none
    }

    .custom-slider-gallery-container .custom-slider-list {
        margin-left: -58px
    }

        .custom-slider-gallery-container .custom-slider-list li {
            width: 73.74%;
            max-width: 1093px;
            padding-left: 58px
        }

            .custom-slider-gallery-container .custom-slider-list li .auto-play-learn-more {
                margin-top: 16px
            }

            .custom-slider-gallery-container .custom-slider-list li:nth-child(n+2) .auto-play-learn-more, .custom-slider-gallery-container .custom-slider-list li:nth-child(n+2) .custom-slider-body, .custom-slider-gallery-container .custom-slider-list li:nth-child(n+2) .custom-slider-bottom-operate {
                display: none
            }

            .custom-slider-gallery-container .custom-slider-list li img {
                max-width: 1035px;
                max-height: 582px
            }

    .custom-slider-gallery-container .custom-slider-card {
        margin-bottom: 16px;
        box-shadow: initial
    }

    .custom-slider-gallery-container .custom-slider-body {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 24px 0 0
    }

    .custom-slider-gallery-container .custom-slider-body-title {
        line-height: 28px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .17px
    }

    .custom-slider-gallery-container .custom-slider-body-text {
        height: 50px;
        line-height: 21px;
        font-size: 14px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        text-align: right
    }

        .custom-slider-gallery-container .custom-slider-body-text p {
            margin: 0 0 8px 0
        }

            .custom-slider-gallery-container .custom-slider-body-text p:last-child {
                margin-bottom: 0
            }

    .custom-slider-gallery-container .custom-slider-bottom-operate {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }

    .custom-slider-gallery-container .divider-line {
        margin: 0
    }

    .custom-slider-gallery-container .custom-slider-arrow-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 32px;
        line-height: 32px
    }

    .custom-slider-gallery-container.one-column .custom-slider-list {
        margin-left: 0
    }

        .custom-slider-gallery-container.one-column .custom-slider-list li {
            width: 100%;
            max-width: 1035px;
            padding: 0
        }

            .custom-slider-gallery-container.one-column .custom-slider-list li:nth-child(n+2) .auto-play-learn-more, .custom-slider-gallery-container.one-column .custom-slider-list li:nth-child(n+2) .custom-slider-body, .custom-slider-gallery-container.one-column .custom-slider-list li:nth-child(n+2) .custom-slider-bottom-operate {
                display: block
            }

    .custom-slider-gallery-container.one-column .custom-slider-body {
        margin-top: 14px
    }

    .custom-slider-gallery-container.one-column .custom-slider-body-text {
        height: auto;
        font-family: Lato-Regular;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #6d716f;
        text-align: left
    }

        .custom-slider-gallery-container.one-column .custom-slider-body-text p {
            margin: 0
        }

    .custom-slider-gallery-container.one-column .custom-slider-bottom-operate {
        align-items: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .custom-slider-gallery-container.one-column .custom-slider-arrow-wrapper {
        height: 23px;
        line-height: 23px
    }

@media screen and (max-width: 991.98px) {
    .custom-slider-gallery-container .custom-slider-list {
        margin-left: -26px
    }

        .custom-slider-gallery-container .custom-slider-list li {
            padding-left: 26px;
            width: 89.066666667%
        }

    .custom-slider-gallery-container .custom-slider-card {
        margin-bottom: 15px
    }

    .custom-slider-gallery-container .custom-slider-body, .custom-slider-gallery-container .custom-slider-bottom-operate {
        padding: 0 39px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .custom-slider-gallery-container .auto-play-learn-more {
        padding: 0 39px
    }

    .custom-slider-gallery-container .custom-slider-body {
        margin-top: 40px
    }

    .custom-slider-gallery-container .custom-slider-body-title {
        line-height: 28px;
        margin-bottom: 18px;
        font-size: 22px;
        letter-spacing: .17px
    }

    .custom-slider-gallery-container .custom-slider-body-text {
        height: 50px;
        text-align: left
    }

        .custom-slider-gallery-container .custom-slider-body-text p {
            margin-bottom: 8px;
            line-height: 21px;
            font-size: 14px
        }

            .custom-slider-gallery-container .custom-slider-body-text p:last-child {
                margin-bottom: 0
            }

    .custom-slider-gallery-container .divider-line {
        margin-bottom: 44px
    }

    .custom-slider-gallery-container .custom-slider-arrow-wrapper {
        height: 23px;
        line-height: 23px
    }
}

@media screen and (max-width: 767.98px) {
    .custom-slider-gallery-container .custom-slider-list {
        margin-left: -26px
    }

        .custom-slider-gallery-container .custom-slider-list li {
            padding-left: 26px;
            width: 89.066666667%
        }

    .custom-slider-gallery-container .custom-slider-card {
        margin-bottom: 32px
    }

    .custom-slider-gallery-container .custom-slider-body, .custom-slider-gallery-container .custom-slider-bottom-operate {
        padding: 0 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .custom-slider-gallery-container .auto-play-learn-more {
        padding: 0 16px
    }

    .custom-slider-gallery-container .custom-slider-body {
        margin-top: 48px
    }

    .custom-slider-gallery-container .custom-slider-body-title {
        line-height: 27px;
        margin-bottom: 32px;
        font-size: 20px;
        letter-spacing: .18px
    }

    .custom-slider-gallery-container .custom-slider-body-text {
        height: 42px;
        text-align: left
    }

        .custom-slider-gallery-container .custom-slider-body-text p {
            margin-bottom: 16px;
            line-height: 13px;
            font-size: 12px
        }

            .custom-slider-gallery-container .custom-slider-body-text p:last-child {
                margin-bottom: 0
            }

    .custom-slider-gallery-container .divider-line {
        margin-bottom: 32px
    }

    .custom-slider-gallery-container .custom-slider-arrow-wrapper {
        height: 23px;
        line-height: 23px
    }

    .custom-slider-gallery-container.one-column .custom-slider-card {
        margin-bottom: 24px
    }

    .custom-slider-gallery-container.one-column .custom-slider-body {
        margin-top: 16px;
        padding: 0
    }

    .custom-slider-gallery-container.one-column .custom-slider-body-text {
        height: auto
    }

        .custom-slider-gallery-container.one-column .custom-slider-body-text p {
            margin: 0;
            font-size: 14px;
            line-height: 21px
        }

    .custom-slider-gallery-container.one-column .custom-slider-bottom-operate {
        margin-bottom: 24px
    }
}

.custom-slider-wrapper {
    width: 100%
}

    .custom-slider-wrapper .coustom-slider-arrow {
        position: relative;
        left: 0;
        padding: 0;
        width: 30px;
        height: 7px;
        transition: left .3s
    }

        .custom-slider-wrapper .coustom-slider-arrow svg {
            display: none
        }

        .custom-slider-wrapper .coustom-slider-arrow:active, .custom-slider-wrapper .coustom-slider-arrow:hover {
            outline: 0;
            background-color: transparent
        }

    .custom-slider-wrapper .custom-slider-prev {
        margin-right: 12px;
        background: url(../images/arrow-left.svg) no-repeat
    }

        .custom-slider-wrapper .custom-slider-prev:hover {
            left: -6px
        }

    .custom-slider-wrapper .custom-slider-next {
        margin-left: 12px;
        background: url(../images/arrow-right.svg) no-repeat
    }

        .custom-slider-wrapper .custom-slider-next:hover {
            left: 6px
        }

    .custom-slider-wrapper .custom-slider-item-num {
        line-height: 1;
        color: #003329;
        font-size: 14px;
        font-family: Graphik-Regular
    }

    .custom-slider-wrapper .custom-slider-card-media-top img, .custom-slider-wrapper .custom-slider-card-media-top video {
        width: 100%;
        height: auto
    }

@media screen and (max-width: 991.98px) {
    .custom-slider-wrapper .custom-slider-prev:hover {
        left: 0
    }

    .custom-slider-wrapper .custom-slider-prev:active {
        left: -6px
    }

    .custom-slider-wrapper .custom-slider-next:hover {
        left: 0
    }

    .custom-slider-wrapper .custom-slider-next:active {
        left: 6px
    }
}

.custom-homepage-slider .custom-slider-list {
    margin-left: 0
}

    .custom-homepage-slider .custom-slider-list li {
        position: relative;
        width: 100%;
        height: 768px;
        padding-left: 0;
        overflow: hidden
    }

        .custom-homepage-slider .custom-slider-list li::after, .custom-homepage-slider .custom-slider-list li::before {
            position: absolute;
            left: 0;
            right: 0;
            content: "";
            z-index: 1
        }

        .custom-homepage-slider .custom-slider-list li:before {
            top: 0;
            height: 160px;
            background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)
        }

        .custom-homepage-slider .custom-slider-list li::after {
            bottom: 0;
            height: 208px;
            transform: rotate(180deg);
            background: linear-gradient(180deg,rgba(0,0,0,.73) 0,rgba(0,0,0,0) 100%)
        }

        .custom-homepage-slider .custom-slider-list li img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
            min-width: 100%;
            height: 100%;
            max-width: initial;
            object-fit: cover
        }

        .custom-homepage-slider .custom-slider-list li video {
            height: 100%
        }

.custom-homepage-slider .custom-slider-card, .custom-homepage-slider .custom-slider-card-media-top {
    height: 100%
}

.custom-homepage-slider .custom-slider-bottom-operate {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    margin-top: 30px
}

.custom-homepage-slider .custom-slider-card {
    box-shadow: initial
}

.custom-homepage-slider .custom-slider-arrow-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 991.98px) {
    .custom-homepage-slider .custom-slider-bottom-operate {
        margin-top: 17px
    }
}

@media screen and (max-width: 767.98px) {
    .custom-homepage-slider .custom-slider-list li {
        height: 667px
    }

    .custom-homepage-slider .custom-slider-card {
        margin-bottom: 4px
    }

    .custom-homepage-slider .custom-slider-bottom-operate {
        margin-top: 8px
    }
}

.custom-slider-with-list-wrapper {
    padding: 60px 0;
    width: 100%;
    background: url(../images/custom-slider-list-bg.png) no-repeat;
    background-size: contain
}

    .custom-slider-with-list-wrapper h3, .custom-slider-with-list-wrapper h4, .custom-slider-with-list-wrapper li, .custom-slider-with-list-wrapper ul {
        padding: 0;
        margin: 0
    }

    .custom-slider-with-list-wrapper .custom-slider-with-list-content {
        display: flex;
        align-items: center;
        width: 86.6666667%;
        margin: 0 auto
    }

    .custom-slider-with-list-wrapper .divider-line {
        width: 72px;
        height: 2px;
        background: #003329
    }

    .custom-slider-with-list-wrapper .custom-slider-list-wrapper {
        box-sizing: border-box;
        padding: 0 5.769%;
        width: 31.6506%;
        margin-right: 32px
    }

        .custom-slider-with-list-wrapper .custom-slider-list-wrapper .custom-slider-list-title {
            line-height: 46px;
            margin-bottom: 32px;
            font-size: 40px;
            color: #003329;
            font-family: Graphik-Semibold;
            font-weight: 600
        }

        .custom-slider-with-list-wrapper .custom-slider-list-wrapper .divider-line {
            margin-top: 0;
            margin-bottom: 24px
        }

    .custom-slider-with-list-wrapper .custom-slider-wrapper {
        width: 65.8653846%
    }

    .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail {
        line-height: 33px;
        margin-bottom: 16px;
        font-size: 18px;
        color: #6e6e6e;
        font-family: Graphik-Regular;
        font-weight: 500;
        letter-spacing: .17px;
        cursor: pointer
    }

        .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail:last-child {
            margin-bottom: 0
        }

    .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .list-detail--active {
        font-family: Graphik-Medium;
        color: #003329
    }

    .custom-slider-with-list-wrapper .custom-slider-content-wrapper {
        width: 86.982968%;
        margin: 0 auto
    }

    .custom-slider-with-list-wrapper .custom-slider-content {
        overflow: hidden
    }

    .custom-slider-with-list-wrapper .custom-slider-items {
        width: 100%
    }

        .custom-slider-with-list-wrapper .custom-slider-items li {
            width: 100%;
            margin: 0 1px
        }

        .custom-slider-with-list-wrapper .custom-slider-items .learn-more-btn {
            display: inline-block;
            margin-top: 26px
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card {
            display: flex;
            align-items: center;
            background-color: #f1f1f1
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body {
            box-sizing: border-box;
            padding: 25px 20px;
            width: 55.244755%;
            background-color: #f1f1f1;
            font-size: 0
        }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 8px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title {
                line-height: 33px;
                font-size: 22px;
                font-family: Graphik-Medium;
                color: #000;
                letter-spacing: .17px;
                font-weight: 500
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-social {
                display: flex;
                align-items: center
            }

                .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-social a {
                    display: block;
                    width: 33px;
                    height: 33px;
                    background-size: 33px 33px;
                    background-repeat: no-repeat
                }

                .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-social .ustom-slider-body-social-in {
                    background-image: url(../images/icon-linkedIn-green.svg)
                }

                .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-social .ustom-slider-body-social-twitter {
                    background-image: url(../images/icon-twitter-green.svg)
                }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-subtitle {
                line-height: 21px;
                margin: 0 0 16px 0;
                font-size: 14px;
                font-family: Lato-Regular;
                color: #000;
                font-weight: 400;
                letter-spacing: .17px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .divider-line {
                margin-top: 0;
                margin-bottom: 16px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-text {
                line-height: 21px;
                font-size: 14px;
                color: #000;
                font-family: Lato-Regular;
                letter-spacing: .17px
            }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card-media-top {
            flex: 1
        }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card-media-top img {
                width: 100%
            }

    .custom-slider-with-list-wrapper .custom-slider-arrow-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 23px;
        line-height: 23px;
        margin-top: 32px
    }

    .custom-slider-with-list-wrapper .coustom-slider-arrow {
        padding: 0;
        width: 30px;
        height: 7px
    }

        .custom-slider-with-list-wrapper .coustom-slider-arrow svg {
            display: none
        }

    .custom-slider-with-list-wrapper .custom-slider-prev {
        margin-right: 12px;
        background: url(../images/arrow-left.svg) no-repeat
    }

    .custom-slider-with-list-wrapper .custom-slider-next {
        margin-left: 12px;
        background: url(../images/arrow-right.svg) no-repeat
    }

    .custom-slider-with-list-wrapper .custom-slider-item-num {
        color: #003329;
        font-size: 14px;
        font-family: Graphik-Regular
    }

@media screen and (max-width: 991.98px) {
    .custom-slider-with-list-wrapper {
        width: 100%;
        padding: 48px 0;
        background-size: 70.3125%
    }

        .custom-slider-with-list-wrapper .custom-slider-with-list-content {
            flex-direction: column;
            align-items: flex-start;
            width: 100%
        }

        .custom-slider-with-list-wrapper .custom-slider-list-wrapper {
            padding: 0 39px;
            width: 100%;
            margin-right: 0;
            margin-bottom: 54px
        }

            .custom-slider-with-list-wrapper .custom-slider-list-wrapper .custom-slider-list-title {
                line-height: 46px;
                margin-bottom: 32px;
                font-size: 40px;
                letter-spacing: 0
            }

        .custom-slider-with-list-wrapper .custom-slider-wrapper {
            width: 100%
        }

        .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper {
            display: flex;
            flex-wrap: wrap
        }

            .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail {
                width: 48%;
                line-height: 33px;
                margin-right: 4%;
                font-size: 22px
            }

                .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail:nth-child(even) {
                    margin-right: 0
                }

        .custom-slider-with-list-wrapper .custom-slider-content-wrapper {
            width: 100%;
            margin: 0 auto
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card {
            margin: 0 26px
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body {
            padding: 25px 20px 31px;
            width: 51.43229%
        }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title-wrapper {
                margin-bottom: 8px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title {
                line-height: 33px;
                font-size: 22px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-subtitle {
                line-height: 21px;
                font-size: 14px
            }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card-media-top {
            width: 100%
        }

        .custom-slider-with-list-wrapper .custom-slider-bottom-operate {
            padding: 0 39px
        }

        .custom-slider-with-list-wrapper .custom-slider-arrow-wrapper {
            justify-content: center;
            margin-top: 32px
        }
}

@media screen and (max-width: 767.98px) {
    .custom-slider-with-list-wrapper {
        width: 100%;
        padding: 16px 0 25px;
        background: 0 0
    }

        .custom-slider-with-list-wrapper .uk-invisible {
            display: none
        }

        .custom-slider-with-list-wrapper .custom-slider-with-list-content {
            flex-direction: column;
            align-items: flex-start;
            width: 100%
        }

        .custom-slider-with-list-wrapper .custom-slider-list-wrapper {
            padding: 0 16px;
            width: 100%;
            margin-right: 0;
            margin-bottom: 32px
        }

            .custom-slider-with-list-wrapper .custom-slider-list-wrapper .custom-slider-list-title {
                line-height: 41px;
                margin-bottom: 24px;
                font-size: 30px;
                letter-spacing: .27px
            }

        .custom-slider-with-list-wrapper .custom-slider-wrapper {
            width: 100%
        }

            .custom-slider-with-list-wrapper .custom-slider-wrapper.layout--right .custom-slider-card {
                flex-direction: column-reverse;
                align-items: flex-start
            }

        .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper {
            display: flex;
            flex-wrap: wrap
        }

            .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail {
                width: 31%;
                line-height: 13px;
                font-size: 12px;
                margin-right: 1%
            }

                .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail:nth-child(even) {
                    margin-right: 1%
                }

                .custom-slider-with-list-wrapper .custom-slider-list-detail-wrapper .custom-slider-list-detail:nth-child(3n) {
                    margin-right: 0
                }

        .custom-slider-with-list-wrapper .custom-slider-content-wrapper {
            width: 100%;
            margin: 0 auto
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card {
            margin: 0
        }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body {
            padding: 30px 39px 25px;
            width: 100%
        }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title-wrapper {
                margin-bottom: 4px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-title {
                line-height: 27px;
                font-size: 20px
            }

            .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-body .custom-slider-body-subtitle {
                line-height: 13px;
                font-size: 12px
            }

        .custom-slider-with-list-wrapper .custom-slider-items .custom-slider-card-media-top {
            width: 100%
        }

        .custom-slider-with-list-wrapper .custom-slider-bottom-operate {
            padding: 0 39px
        }

        .custom-slider-with-list-wrapper .custom-slider-arrow-wrapper {
            justify-content: flex-start;
            margin-top: 24px
        }
}

.on-page-editor header > div {
    position: relative;
    width: 100%
}

    .on-page-editor header > div > .row {
        margin: 0
    }

        .on-page-editor header > div > .row > div {
            width: 100%
        }

        .on-page-editor header > div > .row .uk-sticky-fixed {
            position: relative !important;
            top: initial !important
        }

body:not(.on-page-editor).bodyclass header > div {
    position: absolute;
    z-index: 10000;
    width: 100%
}

    body:not(.on-page-editor).bodyclass header > div > .row {
        margin: 0
    }

        body:not(.on-page-editor).bodyclass header > div > .row > div {
            width: 100%
        }

.custom-header .mb-nav-list__item--search, .mb-header .mb-nav-list__item--search {
    display: none !important
}

.custom-header--mobile {
    display: none
}

.custom-header {
    width: 100% !important;
    background-color: #fff
}

    .custom-header .custom-search-wrapper {
        display: none;
        position: absolute;
        right: 53px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        width: 366px;
        background: #fff;
        color: #003329;
        font-size: 13px;
        font-weight: 400
    }

    .custom-header .search-results-wrapper {
        display: none;
        border-top: 1px solid #d8d8d8
    }

        .custom-header .search-results-wrapper a {
            color: #003329;
            font-size: 13px;
            font-weight: 400
        }

        .custom-header .search-results-wrapper .search-results-list {
            margin-top: 16px;
            border-bottom: 1px solid #d8d8d8;
            max-height: 238px;
            overflow-y: hidden;
            margin-right: 5px
        }

            .custom-header .search-results-wrapper .search-results-list li {
                padding: 24px;
                padding-top: 0
            }

                .custom-header .search-results-wrapper .search-results-list li:first-child {
                    padding-top: 8px
                }

                .custom-header .search-results-wrapper .search-results-list li a {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    font-family: Lato;
                    letter-spacing: .38px;
                    line-height: 18px
                }

            .custom-header .search-results-wrapper .search-results-list::-webkit-scrollbar {
                width: 5px
            }

            .custom-header .search-results-wrapper .search-results-list::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: #d8d8d8
            }

        .custom-header .search-results-wrapper .search-results-total {
            padding: 15px 24px;
            font-family: Lato;
            font-weight: 400;
            letter-spacing: .38px;
            line-height: 18px;
            font-size: 13px
        }

            .custom-header .search-results-wrapper .search-results-total a {
                display: block;
                font-family: graphik;
                font-size: 14px;
                line-height: 25px;
                letter-spacing: .17px
            }

            .custom-header .search-results-wrapper .search-results-total svg {
                margin-left: 8px
            }

    .custom-header .uk-dropdown {
        min-width: initial;
        padding: 48px 0 24px
    }

    .custom-header:not(.entered-active-area) {
        background-color: transparent
    }

    .custom-header.active-nav {
        width: 100%
    }

    .custom-header.entered-active-area .navbar .navbar__logo, .custom-header.uk-sticky-below .navbar .navbar__logo {
        background-image: url(../images/header-logo-green.svg)
    }

    .custom-header.entered-active-area .navbar .navbar__nav-items .nav-top .lang-list, .custom-header.uk-sticky-below .navbar .navbar__nav-items .nav-top .lang-list {
        color: #003329
    }

        .custom-header.entered-active-area .navbar .navbar__nav-items .nav-top .lang-list::before, .custom-header.uk-sticky-below .navbar .navbar__nav-items .nav-top .lang-list::before {
            background: url(../images/language-globe-green.svg) no-repeat
        }

        .custom-header.entered-active-area .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item, .custom-header.uk-sticky-below .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item {
            color: #003329
        }

            .custom-header.entered-active-area .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item:not(:last-child) a::after, .custom-header.uk-sticky-below .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item:not(:last-child) a::after {
                color: #000 !important
            }

            .custom-header.entered-active-area .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item a, .custom-header.uk-sticky-below .navbar .navbar__nav-items .nav-top .lang-list .lang-list__item a {
                color: #003329
            }

    .custom-header.entered-active-area a.uk-search-icon, .custom-header.uk-sticky-below a.uk-search-icon {
        color: #003329
    }

        .custom-header.entered-active-area a.uk-search-icon::before, .custom-header.uk-sticky-below a.uk-search-icon::before {
            display: none !important
        }

    .custom-header .dropdown-items h3.sub-header h3.sub-header {
        font-size: 22px;
        text-transform: uppercase
    }

    .custom-header .navbar {
        padding: 0;
        width: 86.666667%;
        height: 132px;
        max-width: initial;
        justify-content: space-between;
        gap: 20px
    }
    @media screen and (max-width: 1680px) {
        .custom-header .navbar {
            width: 95%;
        }
    }

        .custom-header .navbar .navbar__logo {
            width: 196px;
            height: auto;
            background-image: url(../images/header-logo.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            flex-shrink: 0
        }
        @media screen and (max-width: 1190px) {
            .custom-header .navbar .navbar__logo {
                width: 160px;
            }
        }

            .custom-header .navbar .navbar__logo .uk-logo {
                width: 100%
            }

    .custom-header .navbar__nav-items {
        margin-left: 0;
        width: 100%;
        max-width: 1180px
    }

        .custom-header .navbar__nav-items .nav-list {
            width: 100%;
            justify-content: space-between;
            margin-bottom: 15px
        }

            .custom-header .navbar__nav-items .nav-list .nav-item .uk-navbar-toggle {
                overflow: initial
            }

            .custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__link {
                padding-left: 0;
                padding-right: 0;
                border: none
            }

                .custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__link::before {
                    display: none
                }

            .custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .uk-navbar-dropdown-nav .dropdown-items__header {
                font-size: 0
            }

            .custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .uk-navbar-dropdown-nav .submenu__list {
                max-height: 300px
            }

            .custom-header .navbar__nav-items .nav-list .nav-item a {
                padding: 10px 3px;
                min-height: initial;
                font-size: 18px;
                line-height: 25px;
                letter-spacing: 3px;
                font-family: Graphik-Semibold;
                font-weight: 600
            }

                .custom-header .navbar__nav-items .nav-list .nav-item a.nav-item__link {
                    font-size: 14px
                }

            .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link {
                margin-left: 0
            }

                .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link.nav-item__link--lang {
                    margin-left: 20px
                }

            .custom-header .navbar__nav-items .nav-list .nav-item:first-child .nav-item__link {
                margin-left: 0
            }

            .custom-header .navbar__nav-items .nav-list .nav-item .nav-item--btn .nav-item__link {
                margin-left: 30px
            }

            .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown {
                padding: 24px 0
            }

                .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items {
                    display: flex;
                    width: 88.1410256%;
                    margin: auto
                }

        .custom-header .navbar__nav-items .nav-top {
            display: flex;
            justify-content: flex-end;
            gap: 8%;
            width: 100%;
            height: auto;
            margin-top: 14px;
            margin-bottom: 5px;
            margin-right: 11%
        }

            .custom-header .navbar__nav-items .nav-top .lang-list::before {
                content: "";
                width: 15px;
                height: 15px;
                background: url(../images/language-globe-white.svg) no-repeat;
                background-size: 14px 14px;
                margin: 11px 8px
            }

            .custom-header .navbar__nav-items .nav-top .lang-list .lang-list__item {
                display: block;
                margin-right: 0
            }

                .custom-header .navbar__nav-items .nav-top .lang-list .lang-list__item:not(:last-child) a::after {
                    content: "|";
                    color: #fff;
                    font-family: Graphik;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 25px;
                    letter-spacing: 1.15px;
                    padding-left: 10px;
                    padding-right: 10px
                }

                .custom-header .navbar__nav-items .nav-top .lang-list .lang-list__item a {
                    position: relative;
                    color: #fff;
                    font-family: Graphik;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 25px;
                    letter-spacing: 1.15px
                }

                    .custom-header .navbar__nav-items .nav-top .lang-list .lang-list__item a:hover {
                        font-weight: 600
                    }

            .custom-header .navbar__nav-items .nav-top .cta-img {
                display: inline-block;
                position: relative;
                cursor: pointer
            }

                .custom-header .navbar__nav-items .nav-top .cta-img .tooltip {
                    display: flex;
                    align-items: center;
                    justify-content: left-start;
                    text-align: left;
                    width: 101px;
                    height: 30px;
                    top: 33px;
                    left: 142px;
                    transform: translate(-50%,-100%);
                    position: absolute;
                    z-index: 9999;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity .3s
                }

                    .custom-header .navbar__nav-items .nav-top .cta-img .tooltip img {
                        width: unset;
                        height: unset
                    }

                .custom-header .navbar__nav-items .nav-top .cta-img:hover .tooltip {
                    opacity: 1;
                    visibility: visible
                }

                .custom-header .navbar__nav-items .nav-top .cta-img img {
                    width: auto;
                    height: 38px
                }

    .custom-header a.nav-item__link {
        color: #fff
    }

        .custom-header a.nav-item__link.active-green {
            color: #003329
        }

            .custom-header a.nav-item__link.active-green.uk-open {
                border-bottom: solid 1px #003329
            }

    .custom-header a.nav-item__link--lang:after {
        content: "\f107";
        display: inline-block;
        margin-left: 5px;
        font: normal normal normal 16px/1 FontAwesome
    }

    .custom-header a.nav-item__link--lang.uk-open:after {
        content: "\f106"
    }

    .custom-header a.uk-search-icon {
        display: inline-block;
        padding-left: 0;
        line-height: 25px;
        color: #fff;
        margin-left: 0
    }

        .custom-header a.uk-search-icon::before {
            display: none !important
        }

        .custom-header a.uk-search-icon svg {
            max-width: initial
        }

    .custom-header .uk-button-default {
        padding: 0 24px;
        border: 1px solid #fff;
        color: #fff;
        background: 0 0;
        font-size: 14px;
        letter-spacing: 1px
    }

        .custom-header .uk-button-default:hover {
            background: #003329;
            color: #fff
        }

    .custom-header.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
        background-color: #fff
    }

        .custom-header.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed a.nav-item__link {
            color: #003329
        }

        .custom-header.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .uk-button-default {
            color: #003329;
            border: 1px solid #003329
        }

            .custom-header.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .uk-button-default:hover {
                color: #fff
            }

    .custom-header.entered-active-area a.nav-item__link {
        color: #003329
    }

    .custom-header.entered-active-area .uk-dropdown.uk-navbar-dropdown-dropbar.uk-open.uk-dropdown-bottom-center {
        background-color: transparent
    }

    .custom-header.entered-active-area .uk-button-default {
        color: #003329;
        border: 1px solid #003329
    }

        .custom-header.entered-active-area .uk-button-default:hover {
            color: #fff;
            border-color: #000
        }

    .custom-header.entered-active-area .uk-navbar-dropbar-slide {
        border-top: solid 1px #f1f1f1
    }

    .custom-header.entered-active-area .uk-navbar-nav > li:hover > a, .custom-header.entered-active-area .uk-navbar-nav > li > a.uk-open, .custom-header.entered-active-area .uk-navbar-nav > li > a:focus {
        color: #003329
    }

    .custom-header .uk-navbar-nav {
        align-items: center
    }

        .custom-header .uk-navbar-nav > li:hover > a {
            color: #fff
        }

        .custom-header .uk-navbar-nav > li.nav-item--btn:hover > a, .custom-header .uk-navbar-nav > li.nav-item--btn > a.uk-open, .custom-header .uk-navbar-nav > li.nav-item--btn > a:focus {
            border-bottom: none;
            background: 0 0
        }

        .custom-header .uk-navbar-nav > li > a {
            position: relative;
            border-bottom: 2px solid transparent
        }

            .custom-header .uk-navbar-nav > li > a::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 100%;
                height: 2px;
                width: 100%;
                background: currentColor;
                transition: transform .3s ease;
                transform: scaleX(0);
                transform-origin: right
            }

            .custom-header .uk-navbar-nav > li > a.menu__link--active::before, .custom-header .uk-navbar-nav > li > a.uk-open::before, .custom-header .uk-navbar-nav > li > a:focus::before, .custom-header .uk-navbar-nav > li > a:hover::before {
                transform: scaleX(1);
                transform-origin: left
            }

    .custom-header .nav-item__dropdown.uk-navbar-dropdown.uk-navbar-dropdown-boundary.uk-navbar-dropdown-dropbar.uk-open {
        width: 100%;
        color: #003329;
        background-color: transparent
    }

    .custom-header .nav-item__dropdown .dropdown-items .dropdown-items__header {
        padding: 0;
        width: 22.363636%;
        line-height: 28px;
        margin-bottom: 0;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: 3px
    }

    .custom-header .nav-item__dropdown .dropdown-items .dropdown-items__links {
        width: 50%;
        display: flex
    }

        .custom-header .nav-item__dropdown .dropdown-items .dropdown-items__links .submenu__list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
            width: 100%;
            max-height: 200px;
            margin-left: 5px
        }

            .custom-header .nav-item__dropdown .dropdown-items .dropdown-items__links .submenu__list:first-child {
                margin-left: 0
            }

    .custom-header .nav-item__dropdown .dropdown-items .dropdown-items__promo {
        padding: 0;
        width: 25%;
        max-width: 285px
    }

    .custom-header .nav-item__dropdown .dropdown-items .promo h5, .custom-header .nav-item__dropdown .dropdown-items .promo p {
        padding: 0;
        margin: 0
    }

    .custom-header .nav-item__dropdown .dropdown-items .promo .promo__img {
        width: 100%;
        margin-bottom: 12px;
        overflow: hidden
    }

        .custom-header .nav-item__dropdown .dropdown-items .promo .promo__img img {
            transform: scale(1);
            transition: transform .7s linear
        }

            .custom-header .nav-item__dropdown .dropdown-items .promo .promo__img img:hover {
                transform: scale(1.2);
                transition: transform 9s linear
            }

        .custom-header .nav-item__dropdown .dropdown-items .promo .promo__img a {
            display: block;
            padding: 0;
            height: 100%
        }

    .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title, .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title > a {
        padding: 0;
        line-height: 22px;
        margin-bottom: 8px;
        font-size: 16px;
        color: #003329;
        font-family: Graphik-Medium;
        font-weight: 500;
        letter-spacing: .12px;
        text-decoration: none;
        border: none
    }

        .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title:active, .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title:hover, .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title > a:active, .custom-header .nav-item__dropdown .dropdown-items .promo .promo__title > a:hover {
            text-decoration: none;
            border: none
        }

    .custom-header .nav-item__dropdown .dropdown-items .promo .promo__description {
        line-height: 16px;
        margin-bottom: 8px;
        font-size: 12px;
        font-family: Lato-Regular;
        color: #003329;
        letter-spacing: .15px
    }

    .custom-header .nav-item__dropdown .dropdown-items .promo .promo__cta a {
        position: relative;
        line-height: 21px;
        padding: 0 45px 0 0;
        font-size: 14px;
        color: #003329;
        font-family: Graphik-Medium;
        font-weight: 500;
        letter-spacing: 0;
        text-decoration: none
    }

        .custom-header .nav-item__dropdown .dropdown-items .promo .promo__cta a:hover {
            text-decoration: none
        }

            .custom-header .nav-item__dropdown .dropdown-items .promo .promo__cta a:hover:after {
                right: -6px
            }

        .custom-header .nav-item__dropdown .dropdown-items .promo .promo__cta a:after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: right .3s;
            content: '';
            width: 30px;
            height: 7px;
            background: url(../images/arrow-right.svg) no-repeat;
            background-size: 30px 7px
        }

    .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item {
        padding: 0;
        margin-right: 32px;
        margin-bottom: 12px;
        color: #003329
    }

        .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item:last-child {
            margin-bottom: 0
        }

        .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item a {
            padding: 0;
            line-height: 28px;
            color: #003329;
            cursor: pointer;
            font-size: 16px;
            font-family: Lato-Regular;
            letter-spacing: .73px
        }

            .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item a:hover {
                text-decoration: none
            }

        .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a {
            position: relative;
            line-height: 28px;
            padding: 0 45px 0 0;
            font-size: 18px;
            color: #003329;
            font-family: Lato-Bold;
            font-weight: 700;
            letter-spacing: .82px;
            text-decoration: none
        }

            .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a::after {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: right .3s;
                content: '';
                width: 30px;
                height: 7px;
                background: url(../images/arrow-right.svg) no-repeat;
                background-size: 30px 7px
            }

            .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a:hover {
                color: #003329
            }

                .custom-header .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a:hover::after {
                    right: -6px
                }

    .custom-header .lang-list {
        display: flex
    }

        .custom-header .lang-list .lang-list__item {
            width: auto;
            margin-right: 15px
        }

            .custom-header .lang-list .lang-list__item:last-child {
                margin-right: 0
            }

    .custom-header ul.lang-list.uk-nav.uk-dropdown-nav li a {
        color: #003329
    }

    .custom-header.custom-header--alternate {
        background-color: #fff;
        border-bottom: 1px solid #979797
    }

        .custom-header.custom-header--alternate.uk-sticky-below {
            border-bottom: none
        }

        .custom-header.custom-header--alternate .navbar .navbar__logo {
            background-image: url(../images/header-logo-green.svg)
        }

        .custom-header.custom-header--alternate .navbar__nav-items .nav-top .lang-list {
            color: #003329
        }

            .custom-header.custom-header--alternate .navbar__nav-items .nav-top .lang-list::before {
                background: url(../images/language-globe-green.svg) no-repeat
            }

            .custom-header.custom-header--alternate .navbar__nav-items .nav-top .lang-list .lang-list__item {
                color: #003329
            }

                .custom-header.custom-header--alternate .navbar__nav-items .nav-top .lang-list .lang-list__item:not(:last-child) a::after {
                    color: #000 !important
                }

                .custom-header.custom-header--alternate .navbar__nav-items .nav-top .lang-list .lang-list__item a {
                    color: #003329
                }

        .custom-header.custom-header--alternate .navbar__nav-items .nav-list .nav-item a {
            color: #003329
        }

        .custom-header.custom-header--alternate .uk-button-default {
            border-color: #003329;
            color: #003329
        }

            .custom-header.custom-header--alternate .uk-button-default:hover {
                background: #003329;
                color: #fff
            }

.custom-search-input {
    padding: 0 18px;
    position: relative
}

    .custom-search-input.search-input-active input {
        padding-left: 6px;
        transition: padding-left .4s
    }

    .custom-search-input.search-input-active .search-icon {
        transition: display .4s;
        display: none
    }

    .custom-search-input .search-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .custom-search-input .search-close {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        right: 30px
    }

    .custom-search-input input {
        font-weight: 500;
        height: 66px;
        border: none;
        padding-left: 25px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .2px;
        width: 100%;
        outline: 0;
        box-sizing: border-box;
        font-family: graphik
    }

        .custom-search-input input::-webkit-input-placeholder {
            color: #003329
        }

html[lang=en] .lang-list__item:first-child a {
    font-weight: 600 !important
}

    html[lang=en] .lang-list__item:first-child a::before {
        content: "";
        display: block;
        position: absolute;
        left: 4px;
        top: 90%;
        width: 13px;
        height: 1px;
        background: #fff
    }

html[lang=en] .custom-header--alternate .lang-list__item:first-child a::before, html[lang=en] .entered-active-area .lang-list__item:first-child a::before, html[lang=en] .uk-sticky-below .lang-list__item:first-child a::before {
    background: #000
}

html[lang=zh-HK] .lang-list__item:nth-child(2) a {
    font-weight: 600 !important
}

    html[lang=zh-HK] .lang-list__item:nth-child(2) a::before {
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        top: 90%;
        width: 13px;
        height: 1px;
        background: #fff
    }

html[lang=zh-HK] .custom-header--alternate .lang-list__item:nth-child(2) a::before, html[lang=zh-HK] .entered-active-area .lang-list__item:nth-child(2) a::before, html[lang=zh-HK] .uk-sticky-below .lang-list__item:nth-child(2) a::before {
    background: #000
}

html[lang=zh-HK] .nav-top {
    gap: 11% !important;
    margin-right: 12% !important
}

html[lang=zh-CN] .lang-list__item:nth-child(3) a {
    font-weight: 600 !important
}

    html[lang=zh-CN] .lang-list__item:nth-child(3) a::before {
        content: "";
        display: block;
        position: absolute;
        left: 1px;
        top: 90%;
        width: 13px;
        height: 1px;
        background: #fff
    }

html[lang=zh-CN] .custom-header--alternate .lang-list__item:nth-child(3) a::before, html[lang=zh-CN] .entered-active-area .lang-list__item:nth-child(3) a::before, html[lang=zh-CN] .uk-sticky-below .lang-list__item:nth-child(3) a::before {
    background: #000
}

html[lang=zh-CN] .nav-top {
    gap: 11% !important;
    margin-right: 12% !important
}

@media screen and (max-width: 1190.98px) {
    .custom-header .navbar {
        width: 95%
    }

    .custom-header .navbar__nav-items {
        max-width: 800px !important;
        margin-left: -25px;
    }

        .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link {
            font-size: 11px !important;
            margin-left: 12px !important
        }

            .custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link.nav-item__link--lang {
                font-size: 12px !important
            }

        .custom-header .navbar__nav-items .nav-list .nav-item .nav-item--btn .nav-item__link {
            font-size: 12px !important
        }

        .custom-header .navbar__nav-items .nav-list .nav-item a {
            letter-spacing: 1.15px !important
        }

        .custom-header .navbar__nav-items .nav-list .uk-button-default {
            font-size: 12px
        }

    .nav-top {
        gap: 11%;
        margin-right: 12%
    }
}

@media screen and (max-width: 991.98px) {
    .custom-header--desktop {
        display: none
    }

    .custom-header--mobile {
        display: block
    }

        .custom-header--mobile .custom-search-input {
            padding: 0 32px;
            margin-bottom: 24px;
            background: #f1f1f1
        }

            .custom-header--mobile .custom-search-input.search-input-active input {
                padding-left: 0
            }

            .custom-header--mobile .custom-search-input .search-close, .custom-header--mobile .custom-search-input .search-icon {
                right: 21px;
                width: 16px;
                height: 16px
            }

            .custom-header--mobile .custom-search-input input {
                color: #003329;
                background: #f1f1f1;
                font-size: 11px;
                line-height: 12.1px;
                letter-spacing: .6px;
                font-weight: 600;
                height: 43px;
                padding-right: 25px;
                padding-left: 0
            }

        .custom-header--mobile .search-results-wrapper {
            display: none;
            position: absolute;
            border-top: none;
            background: #fff;
            box-sizing: border-box;
            margin-top: -24px;
            z-index: 1;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
            padding: 2px 18px 11px 18px;
            width: 100%
        }

            .custom-header--mobile .search-results-wrapper a {
                font-size: 14px;
                line-height: 25px;
                letter-spacing: .17px;
                color: #003329;
                font-family: Lato-Regular
            }

            .custom-header--mobile .search-results-wrapper .search-results-list li {
                border-bottom: 1px solid #f1f1f1;
                padding: 12px 13px
            }

                .custom-header--mobile .search-results-wrapper .search-results-list li:first-child {
                    padding-top: 24px
                }

                .custom-header--mobile .search-results-wrapper .search-results-list li a {
                    line-height: 20px;
                    letter-spacing: normal
                }

            .custom-header--mobile .search-results-wrapper .search-results-total {
                font-size: 14px;
                line-height: 22px;
                letter-spacing: .38px;
                color: #003329;
                font-family: Lato-Regular;
                padding: 16px 13px
            }

                .custom-header--mobile .search-results-wrapper .search-results-total svg {
                    margin-left: 8px
                }

                .custom-header--mobile .search-results-wrapper .search-results-total a {
                    font-family: Graphik
                }

    .mb-header.custom-header--mobile {
        box-sizing: border-box;
        padding: 25px 16px;
        width: 100% !important;
        align-items: center
    }

    .custom-header--mobile.mb-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
        background-color: #fff
    }

    .mb-header.uk-container.uk-grid.uk-grid-collapse {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: auto
    }

    .mb-header .mb-header .header-grid {
        width: 100%
    }

    .header-grid.header-grid__logo.uk-logo {
        background: url(../images/header-logo.svg) no-repeat;
        background-size: contain;
        height: 100%
    }

    .uk-sticky-fixed .header-grid.header-grid__logo.uk-logo {
        background: url(../images/header-logo-green.svg) no-repeat;
        background-size: contain
    }

    .mb-header > a {
        display: block;
        width: 50%;
        height: 54px
    }

    .mb-header .header-grid.header-grid__button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 40%;
        text-align: right
    }

        .mb-header .header-grid.header-grid__button span {
            position: relative;
            background: url(../images/header-menu-icon-white.svg) no-repeat;
            width: 36px;
            height: 28px;
            background-size: 36px 28px
        }

    .mb-header.uk-sticky-fixed .header-grid.header-grid__button span {
        background: url(../images/header-menu-icon-green.svg) no-repeat
    }

    .uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        background: #fff;
        color: #003329
    }

    button.uk-offcanvas-close {
        right: 10px;
        top: 40px;
        width: 40px;
        height: 40px;
        background: url(../images/close-icon.png) no-repeat center;
        border: none
    }

    hr.divider {
        margin-top: 86px;
        margin-bottom: 0
    }

    .uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        padding: 0
    }

    .mb-header-nav.uk-container {
        padding-top: 1rem
    }

    .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:focus, .uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
        color: #000;
        font-size: 21px;
        line-height: 21px;
        text-align: left
    }

    .mb-header-nav ul.mb-nav-list {
        color: #003329
    }

        .mb-header-nav ul.mb-nav-list .nav-item__link {
            color: #000
        }

        .mb-header-nav ul.mb-nav-list .uk-nav-sub {
            padding: 24px 0;
            border-bottom: 1px solid #f1f1f1
        }

            .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub {
                margin-bottom: 16px
            }

                .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a {
                    display: inline-block;
                    position: relative;
                    line-height: 28px;
                    padding-right: 45px;
                    font-size: 14px;
                    color: #003329;
                    font-family: Lato-Bold;
                    font-weight: 700;
                    letter-spacing: .82px;
                    text-decoration: none
                }

                    .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a::after {
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        transition: right .3s;
                        content: '';
                        width: 30px;
                        height: 7px;
                        background: url(../images/arrow-right.svg) no-repeat;
                        background-size: 30px 7px
                    }

                    .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a:active {
                        color: #003329
                    }

                        .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a:active::after {
                            right: -6px
                        }

    .custom-header--mobile .mb-header-nav .mb-nav-lang-container {
        display: flex;
        border-top: 1px solid #d8d8d8
    }

        .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul {
            width: 50%
        }

            .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul .parent-link {
                display: flex;
                width: 100%;
                height: 55px;
                padding-top: 10px;
                padding-bottom: 10px;
                border-right: 1px solid #d8d8d8;
                border-bottom: 1px solid #d8d8d8
            }

                .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul .parent-link::before {
                    content: "";
                    width: 15px;
                    height: 15px;
                    background: url(../images/language-globe-green.svg) no-repeat;
                    background-size: 14px 14px;
                    margin-top: 6px;
                    left: 40px;
                    position: absolute
                }

                .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul .parent-link span {
                    display: flex;
                    margin: 0 30px
                }

            .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul ul.mb-nav-list {
                border-bottom: none;
                padding: 16px 0;
                width: 100%
            }

                .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul ul.mb-nav-list li {
                    margin-bottom: 12px
                }

                    .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul ul.mb-nav-list li:last-child {
                        margin-bottom: 0
                    }

                    .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul ul.mb-nav-list li a {
                        text-align: center !important
                    }

            .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul + a {
                display: block !important;
                width: 50%;
                height: 55px;
                text-align: center;
                padding: 10px 0;
                border-bottom: 1px solid #d8d8d8
            }

                .custom-header--mobile .mb-header-nav .mb-nav-lang-container ul + a img {
                    width: auto;
                    height: 34px
                }

    .mb-header-nav li.mb-nav-list__item.uk-parent {
        font-size: 21px;
        line-height: 21px
    }

    .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--default a {
        text-transform: uppercase
    }

    .mb-header-nav li.mb-nav-list__item a {
        position: relative;
        padding: 0;
        line-height: 28px;
        font-size: 14px;
        font-family: Lato-Regular;
        color: #003329;
        letter-spacing: 2.47px
    }

    .mb-header-nav .mb-nav-list__item.uk-parent {
        text-transform: uppercase
    }

    .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--sub {
        text-transform: none;
        font-weight: 300;
        padding-left: 0
    }

        .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--sub a {
            color: #003329
        }

    .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after {
        position: absolute;
        right: 9px;
        width: 40px;
        height: 26px;
        line-height: 26px;
        margin-top: 4px;
        text-align: center;
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome
    }

    .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
        content: "\f106"
    }

    .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a, .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a {
        background: #f1f1f1
    }

        .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a .push-right.menu__link--active, .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a .push-right::before, .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a .push-right.menu__link--active, .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a .push-right::before {
            transform: scaleX(1);
            transform-origin: left
        }

    .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a {
        padding-left: 32px;
        padding-right: 25px
    }

        .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a .push-right {
            position: relative
        }

            .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a .push-right::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 100%;
                height: 2px;
                width: 100%;
                background: currentColor;
                transition: transform .3s ease;
                transform: scaleX(0);
                transform-origin: right
            }

    .mb-header-nav .uk-nav-sub .mb-nav-list__item.mb-nav-list__item--sub:last-child {
        margin-bottom: 0;
        padding: 0;
        border: none
    }

    .mb-header-nav li.mb-nav-list__item.uk-parent.uk-open .uk-nav-sub .mb-nav-list__item--sub a {
        background: 0 0
    }

    .mb-header-nav .mb-nav-list li.mb-nav-list__item {
        margin-bottom: 24px
    }

    .mb-header-nav .mb-nav-list li.mb-nav-list__item--lang {
        margin-bottom: 0
    }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--lang a span {
            padding-right: 0;
            line-height: 25px;
            margin-right: 22px;
            font-size: 14px;
            font-family: Graphik-Semibold;
            color: #000;
            font-weight: 600;
            letter-spacing: 3px
        }

    .mb-header-nav .mb-nav-list li.mb-nav-list__item--search {
        margin-bottom: 16px
    }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input.uk-search-input {
            height: 42px;
            line-height: 42px;
            padding-left: 32px;
            border: none;
            outline: 0
        }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input::-webkit-input-placeholder {
            line-height: 42px;
            padding: 0;
            color: #003329;
            font-family: Graphik-Semibold !important;
            font-size: 11px;
            letter-spacing: .6px
        }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input::-moz-placeholder {
            line-height: 42px;
            padding: 0;
            color: #003329;
            font-family: Graphik-Semibold !important;
            font-size: 11px;
            letter-spacing: .6px;
            opacity: 1
        }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input:-moz-placeholder {
            line-height: 42px;
            padding: 0;
            color: #003329;
            font-family: Graphik-Semibold !important;
            font-size: 11px;
            letter-spacing: .6px;
            opacity: 1
        }

        .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input:-ms-input-placeholder {
            line-height: 42px;
            padding: 0;
            color: #003329;
            font-family: Graphik-Semibold !important;
            font-size: 11px;
            letter-spacing: .6px
        }

    .mb-header-nav li.mb-nav-list__item.uk-parent span, li.mb-nav-list__item.mb-nav-list__item--default span {
        display: inline-block;
        line-height: 21px;
        font-size: 14px;
        font-family: Graphik-Medium;
        color: #000;
        font-weight: 500;
        letter-spacing: 2.47px
    }

    .mb-header-nav .uk-nav > li > a {
        padding: 5px 0
    }

    .mb-header-nav .mb-nav-list__item--sub:last-child {
        border-bottom: solid 1px #f1f1f1;
        margin-bottom: 0
    }

    .mb-header-nav form.uk-search.uk-search-default {
        width: 100%;
        background-color: #f1f1f1;
        display: flex
    }

        .mb-header-nav form.uk-search.uk-search-default input::-webkit-input-placeholder {
            color: #003329;
            padding-left: 15px
        }

        .mb-header-nav form.uk-search.uk-search-default input:-ms-input-placeholder {
            color: #003329;
            padding-left: 15px
        }

        .mb-header-nav form.uk-search.uk-search-default input::-ms-input-placeholder {
            color: #003329;
            padding-left: 15px
        }

        .mb-header-nav form.uk-search.uk-search-default input, .mb-header-nav form.uk-search.uk-search-default input::placeholder {
            color: #003329;
            padding-left: 15px
        }

        .mb-header-nav form.uk-search.uk-search-default .uk-search-icon-flip {
            margin: 8px 22px 0 0
        }

    .mb-header-nav a.uk-search-icon-flip.uk-icon.uk-search-icon {
        position: absolute
    }

    .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--lang.uk-parent a {
        text-align: right
    }

    .mb-header-nav span.push-right.lang-active {
        padding-right: 3.2rem
    }

    .mb-header-nav ul.mb-nav-list.mb-nav-list__select-lang.uk-nav-sub {
        margin-right: 2rem
    }

    .mb-header.custom-header--alternate {
        border-bottom: 1px solid #979797
    }

        .mb-header.custom-header--alternate.uk-sticky-below {
            border-bottom: none
        }

        .mb-header.custom-header--alternate .header-grid.header-grid__logo.uk-logo {
            background-image: url(../images/header-logo-green.svg)
        }

        .mb-header.custom-header--alternate .header-grid.header-grid__button span {
            background-image: url(../images/header-menu-icon-green.svg)
        }

        .mb-header.custom-header--alternate .navbar__nav-items .nav-list .nav-item a {
            color: #000
        }

        .mb-header.custom-header--alternate .uk-button-default {
            border-color: #000;
            color: #000
        }

            .mb-header.custom-header--alternate .uk-button-default:hover {
                background: #000;
                color: #fff
            }
}

@media screen and (max-width: 767.98px) {
    .mb-header > a {
        height: 44px
    }

    .mb-header .header-grid.header-grid__button span {
        width: 23px;
        height: 18px;
        background-size: 23px 18px
    }
}

.new-design.custom-header.entered-active-area .uk-navbar-dropbar-slide.has-background {
    border-top: 0;
    background: #fbfbfb;
    background-image: linear-gradient(to right,#fbfbfb 50%,#fff 20%)
}

.new-design.custom-header .uk-logo {
    padding: 0 80px
}

@media only screen and (max-width: 1190px) {
    .new-design.custom-header .uk-logo {
        padding: 0 63px
    }
}

.new-design.custom-header .uk-button-default {
    white-space: nowrap;
    padding: 0 11px
}

@media only screen and (max-width: 1440px) {
    .new-design.custom-header .uk-button-default {
        font-size: 14px
    }
}

@media only screen and (max-width: 1190px) {
    .new-design.custom-header .uk-button-default {
        font-size: 12px
    }
}

.new-design.custom-header a.uk-search-icon {
    margin-left: 36px
}

@media screen and (max-width: 1250px) {
    .new-design.custom-header a.uk-search-icon {
        margin-left: 24px
    }
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item a {
    padding: 0
}

@media only screen and (max-width: 1440px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item a {
        letter-spacing: 1.15px
    }
}

@media only screen and (max-width: 1190px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item a.nav-item__link {
        font-size: 12px
    }
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .lang-list__item a {
    padding: 10px 0
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link {
    margin-left: 26px
}

@media only screen and (max-width: 1440px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link {
        margin-left: 15px
    }
}

@media only screen and (max-width: 1190px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link {
        margin-left: 15px
    }
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link.nav-item__link--lang {
    margin-left: 21px
}

@media only screen and (max-width: 1440px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__link.nav-item__link--lang {
        margin-left: 16px
    }
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item:first-child .nav-item__link {
    margin-left: 0
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown {
    padding: 0
}

    .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items {
        width: 100%
    }

        .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__links {
            width: 460px;
            height: 100%;
            padding: 48px 0;
            z-index: 1
        }

            .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__links.has-background .submenu__list__item:nth-child(5n) {
                margin-bottom: 0
            }

            .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__links .submenu__list {
                max-height: none
            }

        .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__description {
            display: none;
            position: absolute;
            width: calc(100% - 460px);
            height: 100%;
            top: 0;
            left: 460px;
            background: #fff
        }

        .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item {
            position: relative;
            display: flex;
            align-items: flex-start;
            width: 230px;
            margin-right: 0;
            margin-bottom: 20px
        }

            .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item a {
                font-size: 14px;
                line-height: 21px;
                letter-spacing: 1.08px;
                font-family: Graphik;
                font-weight: 500
            }

@media only screen and (max-width: 1440px) {
    .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item a {
        font-size: 14px;
        line-height: 18px
    }
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:last-child {
    margin-bottom: 0
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item.submenu__list__item-arrow a {
    font-weight: 500;
    color: #003329 !important
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:hover a {
    font-weight: 500
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:hover .submenu__list__item__description {
    display: block;
    top: 0;
    left: 492px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:nth-child(n+6):hover .submenu__list__item__description {
    left: 262px
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item__description {
    position: absolute;
    display: none;
    width: 300px;
    font-family: Graphik;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .82px;
    color: #000
}

.new-design.custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__dropdown .dropdown-items .submenu .submenu__list:last-child {
    margin-left: 0
}

    .new-design.custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__dropdown .dropdown-items .submenu .submenu__list:last-child .submenu__list__item:hover .submenu__list__item__description {
        left: 262px
    }

.new-design.custom-header .uk-navbar-nav > li > .uk-navbar-dropdown-boundary {
    left: 0 !important
}

html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__links, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .dropdown-items__links {
    width: 320px
}

html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item {
    width: 160px
}

    html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:hover .submenu__list__item__description, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:hover .submenu__list__item__description {
        left: 356px
    }

    html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:nth-child(n+6):hover .submenu__list__item__description, html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__dropdown .dropdown-items .submenu .submenu__list:last-child .submenu__list__item:hover .submenu__list__item__description, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item:nth-child(n+6):hover .submenu__list__item__description, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__dropdown .dropdown-items .submenu .submenu__list:last-child .submenu__list__item:hover .submenu__list__item__description {
        left: 196px
    }

html[lang=zh-CN] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item__description, html[lang=zh-HK] .new-design.custom-header .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items .submenu__list__item__description {
    width: 100%
}

.on-page-editor header > div {
    position: relative;
    width: 100%
}

    .on-page-editor header > div > .row {
        margin: 0
    }

        .on-page-editor header > div > .row > div {
            width: 100%
        }

        .on-page-editor header > div > .row .uk-sticky-fixed {
            position: relative !important;
            top: initial !important
        }

body:not(.on-page-editor).bodyclass header > div {
    position: absolute;
    z-index: 10000;
    width: 100%
}

    body:not(.on-page-editor).bodyclass header > div > .row {
        margin: 0
    }

        body:not(.on-page-editor).bodyclass header > div > .row > div {
            width: 100%
        }

.mb-header .mb-nav-list__item--search, .microsite-header .mb-nav-list__item--search {
    display: none !important
}

.microsite-header--mobile {
    display: none
}

.microsite-header--desktop {
    width: 100% !important;
    background-color: #00333a
}

    .microsite-header--desktop .microsite-search-wrapper {
        display: none;
        position: absolute;
        right: 53px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        width: 366px;
        background: #fff;
        color: #003329;
        font-size: 13px;
        font-weight: 400
    }

    .microsite-header--desktop .search-results-wrapper {
        display: none;
        border-top: 1px solid #d8d8d8
    }

        .microsite-header--desktop .search-results-wrapper a {
            color: #003329;
            font-size: 13px;
            font-weight: 400
        }

        .microsite-header--desktop .search-results-wrapper .search-results-list {
            margin-top: 16px;
            border-bottom: 1px solid #d8d8d8;
            max-height: 238px;
            overflow-y: hidden;
            margin-right: 5px
        }

            .microsite-header--desktop .search-results-wrapper .search-results-list li {
                padding: 24px;
                padding-top: 0
            }

                .microsite-header--desktop .search-results-wrapper .search-results-list li:first-child {
                    padding-top: 8px
                }

                .microsite-header--desktop .search-results-wrapper .search-results-list li a {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    font-family: Lato;
                    letter-spacing: .38px;
                    line-height: 18px
                }

            .microsite-header--desktop .search-results-wrapper .search-results-list::-webkit-scrollbar {
                width: 5px
            }

            .microsite-header--desktop .search-results-wrapper .search-results-list::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: #d8d8d8
            }

        .microsite-header--desktop .search-results-wrapper .search-results-total {
            padding: 15px 24px;
            font-family: Lato;
            font-weight: 400;
            letter-spacing: .38px;
            line-height: 18px;
            font-size: 13px
        }

            .microsite-header--desktop .search-results-wrapper .search-results-total a {
                display: block;
                font-family: AlbertSans;
                font-weight: 800;
                font-size: 14px;
                line-height: 25px;
                letter-spacing: .17px
            }

            .microsite-header--desktop .search-results-wrapper .search-results-total svg {
                margin-left: 8px
            }

    .microsite-header--desktop .uk-dropdown {
        min-width: initial;
        padding: 48px 0 24px;
        background-color: #00333a !important
    }

    .microsite-header--desktop:not(.entered-active-area) {
        background-color: #00333a
    }

    .microsite-header--desktop.active-nav {
        width: 100%
    }

    .microsite-header--desktop.entered-active-area .navbar .navbar__logo, .microsite-header--desktop.uk-sticky-below .navbar .navbar__logo {
        background-image: none
    }

    .microsite-header--desktop.entered-active-area a.uk-search-icon, .microsite-header--desktop.uk-sticky-below a.uk-search-icon {
        color: #13ddcd
    }

        .microsite-header--desktop.entered-active-area a.uk-search-icon::before, .microsite-header--desktop.uk-sticky-below a.uk-search-icon::before {
            display: none !important
        }

    .microsite-header--desktop .dropdown-items h3.sub-header h3.sub-header {
        font-size: 22px;
        text-transform: uppercase
    }

    .microsite-header--desktop .navbar {
        padding: 0;
        width: 86.666667%;
        height: 144px;
        max-width: initial;
        justify-content: space-between
    }

        .microsite-header--desktop .navbar .navbar__logo {
            width: 160px;
            height: auto;
            background-image: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: auto 0
        }

            .microsite-header--desktop .navbar .navbar__logo .uk-logo {
                width: 100%;
                padding: 0;
                justify-content: flex-start
            }

                .microsite-header--desktop .navbar .navbar__logo .uk-logo img {
                    width: auto;
                    height: 100%;
                    max-height: 95px
                }

    .microsite-header--desktop .navbar__nav-items {
        margin-left: 0
    }

        .microsite-header--desktop .navbar__nav-items .nav-list {
            width: 100%
        }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .uk-navbar-toggle {
                overflow: initial
            }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__link {
                padding-left: 0;
                padding-right: 0;
                border: none
            }

                .microsite-header--desktop .navbar__nav-items .nav-list .nav-item.nav-item--btn .nav-item__link::before {
                    display: none
                }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item.nav-item--btn .uk-navbar-dropdown-nav .dropdown-items__header {
                font-size: 0
            }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item.nav-item--btn .uk-navbar-dropdown-nav .submenu__list {
                max-height: 300px
            }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item a {
                padding: 10px 3px;
                min-height: initial;
                font-size: 14px;
                line-height: 16.8px;
                letter-spacing: 1.15px;
                font-family: AlbertSans;
                font-weight: 800
            }

                .microsite-header--desktop .navbar__nav-items .nav-list .nav-item a.nav-item__link {
                    font-size: 14px
                }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .nav-item__link {
                margin-left: 47px
            }

                .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .nav-item__link.nav-item__link--lang {
                    margin-left: 47px
                }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item:first-child .nav-item__link {
                margin-left: 0
            }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .nav-item--btn .nav-item__link {
                margin-left: 30px
            }

            .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .nav-item__dropdown {
                padding: 24px 0
            }

                .microsite-header--desktop .navbar__nav-items .nav-list .nav-item .nav-item__dropdown .dropdown-items {
                    display: flex;
                    width: 88.1410256%;
                    margin: auto
                }

    .microsite-header--desktop a.nav-item__link {
        color: #13ddcd
    }

        .microsite-header--desktop a.nav-item__link.active-green {
            color: #13ddcd
        }

    .microsite-header--desktop a.nav-item__link--lang:after {
        content: "\f107";
        display: inline-block;
        margin-left: 5px;
        font: normal normal normal 16px/1 FontAwesome
    }

    .microsite-header--desktop a.nav-item__link--lang.uk-open:after {
        content: "\f106"
    }

    .microsite-header--desktop a.uk-search-icon {
        display: inline-block;
        padding-left: 0;
        line-height: 25px;
        color: #fff;
        margin-left: 25px
    }

        .microsite-header--desktop a.uk-search-icon::before {
            display: none !important
        }

        .microsite-header--desktop a.uk-search-icon svg {
            max-width: initial
        }

    .microsite-header--desktop .uk-navbar-dropbar {
        background-color: #00333a !important
    }

    .microsite-header--desktop .uk-button-default {
        padding: 0 24px;
        color: #00333a;
        background: #13ddcd;
        font-size: 16px;
        letter-spacing: 1px;
        border: none;
        width: 159px;
        height: 41px;
        line-height: 16.8px;
        text-transform: none
    }

    .microsite-header--desktop.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
        background-color: #00333a
    }

        .microsite-header--desktop.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed a.nav-item__link {
            color: #13ddcd
        }

        .microsite-header--desktop.site-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .uk-button-default {
            color: #00333a;
            background-color: #13ddcd
        }

    .microsite-header--desktop.entered-active-area a.nav-item__link {
        color: #13ddcd
    }

    .microsite-header--desktop.entered-active-area .uk-dropdown {
        background-color: #00333a !important
    }

        .microsite-header--desktop.entered-active-area .uk-dropdown.uk-navbar-dropdown-dropbar.uk-open.uk-dropdown-bottom-center {
            background-color: #00333a
        }

    .microsite-header--desktop.entered-active-area .uk-button-default {
        color: #00333a;
        background-color: #13ddcd
    }

    .microsite-header--desktop.entered-active-area .uk-navbar-nav > li:hover > a, .microsite-header--desktop.entered-active-area .uk-navbar-nav > li > a.uk-open, .microsite-header--desktop.entered-active-area .uk-navbar-nav > li > a:focus {
        color: #13ddcd
    }

    .microsite-header--desktop .uk-navbar-nav {
        align-items: center
    }

        .microsite-header--desktop .uk-navbar-nav > li:hover > a {
            color: #13ddcd
        }

        .microsite-header--desktop .uk-navbar-nav > li.nav-item--btn:hover > a, .microsite-header--desktop .uk-navbar-nav > li.nav-item--btn > a.uk-open, .microsite-header--desktop .uk-navbar-nav > li.nav-item--btn > a:focus {
            border-bottom: none;
            background: 0 0
        }

        .microsite-header--desktop .uk-navbar-nav > li > a {
            position: relative;
            border-bottom: 2px solid transparent;
            color: #13ddcd
        }

            .microsite-header--desktop .uk-navbar-nav > li > a::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 100%;
                height: 2px;
                width: 100%;
                background: currentColor;
                transition: transform .3s ease;
                transform: scaleX(0);
                transform-origin: right
            }

            .microsite-header--desktop .uk-navbar-nav > li > a.menu__link--active::before, .microsite-header--desktop .uk-navbar-nav > li > a.uk-open::before, .microsite-header--desktop .uk-navbar-nav > li > a:focus::before, .microsite-header--desktop .uk-navbar-nav > li > a:hover::before {
                transform: scaleX(1);
                transform-origin: left
            }

    .microsite-header--desktop .nav-item__dropdown.uk-navbar-dropdown.uk-navbar-dropdown-boundary.uk-navbar-dropdown-dropbar.uk-open {
        width: 100%;
        color: #13ddcd;
        background-color: #00333a
    }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .dropdown-items__header {
        padding: 0;
        width: 22.363636%;
        line-height: 28px;
        margin-bottom: 0;
        font-size: 22px;
        font-family: AlbertSans;
        color: #13ddcd;
        font-weight: 800;
        letter-spacing: 3px
    }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .dropdown-items__links {
        width: 50%;
        display: flex
    }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .dropdown-items__links .submenu__list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
            width: 100%;
            max-height: 200px;
            margin-left: 5px
        }

            .microsite-header--desktop .nav-item__dropdown .dropdown-items .dropdown-items__links .submenu__list:first-child {
                margin-left: 0
            }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .dropdown-items__promo {
        padding: 0;
        width: 25%;
        max-width: 285px
    }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo h5, .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo p {
        padding: 0;
        margin: 0
    }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__img {
        width: 100%;
        margin-bottom: 12px;
        overflow: hidden
    }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__img img {
            transform: scale(1);
            transition: transform .7s linear
        }

            .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__img img:hover {
                transform: scale(1.2);
                transition: transform 9s linear
            }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__img a {
            display: block;
            padding: 0;
            height: 100%
        }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title, .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title > a {
        padding: 0;
        line-height: 22px;
        margin-bottom: 8px;
        font-size: 16px;
        color: #13ddcd;
        font-family: AlbertSans;
        font-weight: 800;
        letter-spacing: .12px;
        text-decoration: none;
        border: none
    }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title:active, .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title:hover, .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title > a:active, .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__title > a:hover {
            text-decoration: none;
            border: none
        }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__description {
        line-height: 16px;
        margin-bottom: 8px;
        font-size: 12px;
        font-family: AlbertSans;
        font-weight: 800;
        color: #13ddcd;
        letter-spacing: .15px
    }

    .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__cta a {
        position: relative;
        line-height: 21px;
        padding: 0 45px 0 0;
        font-size: 14px;
        color: #13ddcd;
        font-family: AlbertSans;
        font-weight: 800;
        letter-spacing: 0;
        text-decoration: none
    }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__cta a:hover {
            text-decoration: none
        }

            .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__cta a:hover:after {
                right: -6px
            }

        .microsite-header--desktop .nav-item__dropdown .dropdown-items .promo .promo__cta a:after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: right .3s;
            content: '';
            width: 30px;
            height: 7px;
            background: url(../images/arrow-right.svg) no-repeat;
            background-size: 30px 7px
        }

    .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item {
        padding: 0;
        margin-right: 32px;
        margin-bottom: 12px;
        color: #13ddcd
    }

        .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item:last-child {
            margin-bottom: 0
        }

        .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item a {
            padding: 0;
            line-height: 28px;
            color: #13ddcd;
            cursor: pointer;
            font-size: 16px;
            font-family: AlbertSans;
            font-weight: 800;
            letter-spacing: .73px
        }

            .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item a:hover {
                text-decoration: none
            }

        .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a {
            position: relative;
            line-height: 28px;
            padding: 0 45px 0 0;
            font-size: 18px;
            color: #00333a;
            font-family: Lato-Bold;
            font-weight: 700;
            letter-spacing: .82px;
            text-decoration: none
        }

            .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a::after {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: right .3s;
                content: '';
                width: 30px;
                height: 7px;
                background: url(../images/arrow-right.svg) no-repeat;
                background-size: 30px 7px
            }

            .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a:hover {
                color: #00333a
            }

                .microsite-header--desktop .nav-item__dropdown .submenu .submenu__list .submenu__list__item.submenu__list__item-arrow a:hover::after {
                    right: -6px
                }

    .microsite-header--desktop .lang-list {
        display: flex
    }

        .microsite-header--desktop .lang-list .lang-list__item {
            width: auto;
            margin-right: 15px
        }

            .microsite-header--desktop .lang-list .lang-list__item:last-child {
                margin-right: 0
            }

    .microsite-header--desktop ul.lang-list.uk-nav.uk-dropdown-nav li a {
        color: #13ddcd
    }

        .microsite-header--desktop ul.lang-list.uk-nav.uk-dropdown-nav li a::before {
            display: none
        }

    .microsite-header--desktop.microsite-header--alternate {
        background-color: #00333a
    }

        .microsite-header--desktop.microsite-header--alternate.uk-sticky-below {
            border-bottom: none
        }

        .microsite-header--desktop.microsite-header--alternate .navbar .navbar__logo {
            background-image: none
        }

        .microsite-header--desktop.microsite-header--alternate .navbar__nav-items .nav-list .nav-item a {
            color: #13ddcd
        }

        .microsite-header--desktop.microsite-header--alternate .uk-button-default {
            color: #00333a;
            background-color: #13ddcd
        }

.microsite-search-input {
    padding: 0 18px;
    position: relative
}

    .microsite-search-input.search-input-active input {
        padding-left: 6px;
        transition: padding-left .4s
    }

    .microsite-search-input.search-input-active .search-icon {
        transition: display .4s;
        display: none
    }

    .microsite-search-input .search-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .microsite-search-input .search-close {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        right: 30px
    }

    .microsite-search-input input {
        font-weight: 800;
        height: 66px;
        border: none;
        padding-left: 25px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .2px;
        width: 100%;
        outline: 0;
        box-sizing: border-box;
        font-family: AlbertSans
    }

        .microsite-search-input input::-webkit-input-placeholder {
            color: #003329
        }

@media screen and (max-width: 1080px) {
    .microsite-header .navbar {
        width: auto;
        padding: 0 55px
    }
}

@media screen and (max-width: 991.98px) {
    .microsite-header--desktop {
        display: none
    }

    .microsite-header--mobile {
        display: block;
        background-color: #00333a;
        height: 144px
    }

        .microsite-header--mobile hr {
            border-top: none
        }

        .microsite-header--mobile .microsite-search-input {
            padding: 0 32px;
            margin-bottom: 24px;
            background: #f1f1f1
        }

            .microsite-header--mobile .microsite-search-input.search-input-active input {
                padding-left: 0
            }

            .microsite-header--mobile .microsite-search-input .search-close, .microsite-header--mobile .microsite-search-input .search-icon {
                right: 21px;
                width: 16px;
                height: 16px
            }

            .microsite-header--mobile .microsite-search-input input {
                color: #003329;
                background: #f1f1f1;
                font-size: 11px;
                line-height: 12.1px;
                letter-spacing: .6px;
                font-weight: 600;
                height: 43px;
                padding-right: 25px;
                padding-left: 0
            }

        .microsite-header--mobile .search-results-wrapper {
            display: none;
            position: absolute;
            border-top: none;
            background: #fff;
            box-sizing: border-box;
            margin-top: -24px;
            z-index: 1;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
            padding: 2px 18px 11px 18px;
            width: 100%
        }

            .microsite-header--mobile .search-results-wrapper a {
                font-size: 14px;
                line-height: 25px;
                letter-spacing: .17px;
                color: #003329;
                font-family: AlbertSans;
                font-weight: 800
            }

            .microsite-header--mobile .search-results-wrapper .search-results-list li {
                border-bottom: 1px solid #f1f1f1;
                padding: 12px 13px
            }

                .microsite-header--mobile .search-results-wrapper .search-results-list li:first-child {
                    padding-top: 24px
                }

                .microsite-header--mobile .search-results-wrapper .search-results-list li a {
                    line-height: 20px;
                    letter-spacing: normal
                }

            .microsite-header--mobile .search-results-wrapper .search-results-total {
                font-size: 14px;
                line-height: 22px;
                letter-spacing: .38px;
                color: #003329;
                font-family: AlbertSans;
                font-weight: 800;
                padding: 16px 13px
            }

                .microsite-header--mobile .search-results-wrapper .search-results-total svg {
                    margin-left: 8px
                }

                .microsite-header--mobile .search-results-wrapper .search-results-total a {
                    font-family: AlbertSans;
                    font-weight: 800
                }

        .microsite-header--mobile .uk-button-default {
            padding: 0 24px;
            color: #13ddcd;
            background: #00333a;
            font-size: 16px;
            font-weight: 800;
            letter-spacing: 1px;
            border: none;
            width: 100%;
            height: 40px;
            line-height: 16.8px;
            text-transform: none
        }

    .mb-header.microsite-header--mobile {
        box-sizing: border-box;
        padding: 25px;
        width: 100% !important;
        align-items: center
    }

    .microsite-header--mobile.mb-header.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
        background-color: #00333a
    }

    .microsite-header--mobile .mb-header.uk-container.uk-grid.uk-grid-collapse {
        display: flex;
        justify-content: space-between;
        align-content: center;
        width: 100%;
        height: 100%;
        margin: auto
    }

    .microsite-header--mobile .mb-header .mb-header .header-grid {
        width: 100%
    }

    .microsite-header--mobile .header-grid.header-grid__logo.uk-logo {
        height: 100%;
        background: 0 0
    }

        .microsite-header--mobile .header-grid.header-grid__logo.uk-logo img {
            max-width: 100%;
            max-height: 100%
        }

    .microsite-header--mobile .mb-header > a {
        display: block;
        width: 50%;
        height: 95px
    }

    .microsite-header--mobile .mb-header .header-grid.header-grid__button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 40%;
        text-align: right
    }

        .microsite-header--mobile .mb-header .header-grid.header-grid__button span {
            position: relative;
            background: url(../images/header-microsite-menu-icon-green.svg) no-repeat;
            width: 24px;
            height: 24px;
            background-size: 24px 24px
        }

    .microsite-header--mobile .mb-header.uk-sticky-fixed .header-grid.header-grid__button span {
        background: url(../images/header-microsite-menu-icon-green.svg) no-repeat
    }

    .microsite-header--mobile .uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        background: #13ddcd;
        color: #00333a;
        width: 190px
    }

    .microsite-header--mobile button.uk-offcanvas-close {
        right: 10px;
        top: 40px;
        width: 40px;
        height: 40px;
        background: url(../images/close-icon.png) no-repeat center;
        border: none
    }

    .microsite-header--mobile hr.divider {
        border-bottom: none;
        margin-top: 86px;
        margin-bottom: 30px
    }

    .microsite-header--mobile .uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        padding: 0
    }

    .microsite-header--mobile .mb-header-nav {
        margin-top: 170px
    }

        .microsite-header--mobile .mb-header-nav.uk-container {
            padding-top: 1rem
        }

        .microsite-header--mobile .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-light .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-light .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-offcanvas-bar .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-offcanvas-bar .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-overlay-primary .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-overlay-primary .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .microsite-header--mobile .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .microsite-header--mobile .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
            color: #000;
            font-size: 21px;
            line-height: 21px;
            text-align: left
        }

        .microsite-header--mobile .mb-header-nav ul.mb-nav-list {
            color: #00333a
        }

            .microsite-header--mobile .mb-header-nav ul.mb-nav-list .nav-item__link {
                color: #00333a
            }

            .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub {
                padding: 24px 0;
                border-bottom: none
            }

                .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub {
                    margin-bottom: 16px
                }

                    .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a {
                        display: inline-block;
                        position: relative;
                        line-height: 28px;
                        padding-right: 45px;
                        font-size: 14px;
                        color: #00333a;
                        font-family: Lato-Bold;
                        font-weight: 700;
                        letter-spacing: .82px;
                        text-decoration: none
                    }

                        .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a::after {
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                            transition: right .3s;
                            content: '';
                            width: 30px;
                            height: 7px;
                            background: url(../images/arrow-right.svg) no-repeat;
                            background-size: 30px 7px
                        }

                        .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a:active {
                            color: #00333a
                        }

                            .microsite-header--mobile .mb-header-nav ul.mb-nav-list .uk-nav-sub li.mb-nav-list__item--sub.submenu__list__item-arrow a:active::after {
                                right: -6px
                            }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.uk-parent {
            font-size: 21px;
            line-height: 21px
        }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--default a {
            text-transform: uppercase
        }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item a {
            position: relative;
            padding: 0;
            line-height: 28px;
            font-size: 14px;
            font-family: AlbertSans;
            font-weight: 800;
            color: #00333a;
            letter-spacing: 1.15px
        }

        .microsite-header--mobile .mb-header-nav .mb-nav-list__item.uk-parent {
            text-transform: uppercase
        }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--sub {
            text-transform: none;
            font-weight: 300;
            padding-left: 0
        }

            .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--sub a {
                color: #00333a
            }

        .microsite-header--mobile .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .microsite-header--mobile .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after {
            position: absolute;
            right: 50px;
            width: 40px;
            height: 26px;
            line-height: 26px;
            margin-top: 4px;
            text-align: center;
            content: "\f107";
            font: normal normal normal 18px/1 FontAwesome;
            background-image: none !important
        }

        .microsite-header--mobile .mb-header-nav .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .microsite-header--mobile .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
            content: "\f106"
        }

        .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a, .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a {
            border-bottom: 1px solid #00333a;
            background: 0 0
        }

            .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a .push-right.menu__link--active, .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item.uk-open > a .push-right::before, .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a .push-right.menu__link--active, .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item:active > a .push-right::before {
                display: none !important
            }

        .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a {
            padding-left: 14px;
            padding-right: 14px;
            text-align: center
        }

            .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a .push-right {
                position: relative
            }

                .microsite-header--mobile .mb-header-nav .uk-nav.mb-nav-list > .mb-nav-list__item a .push-right::before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    height: 2px;
                    width: 100%;
                    background: currentColor;
                    transition: transform .3s ease;
                    transform: scaleX(0);
                    transform-origin: right
                }

        .microsite-header--mobile .mb-header-nav .uk-nav-sub .mb-nav-list__item.mb-nav-list__item--sub:last-child {
            margin-bottom: 0;
            padding: 0;
            border: none
        }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.uk-parent.uk-open .uk-nav-sub .mb-nav-list__item--sub a {
            background: 0 0
        }

        .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item {
            margin-bottom: 24px
        }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item.mb-nav-item--btn {
                margin-top: 24px
            }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item a {
                font-family: AlbertSans;
                font-weight: 800;
                font-style: normal;
                line-height: 16.8px
            }

        .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--lang {
            width: 163px;
            margin: 0 auto
        }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--lang a span {
                padding-right: 0;
                line-height: 25px;
                margin-right: 22px;
                font-size: 14px;
                font-family: AlbertSans;
                font-weight: 800;
                font-style: normal;
                letter-spacing: 3px
            }

        .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search {
            margin-bottom: 16px
        }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input.uk-search-input {
                height: 42px;
                line-height: 42px;
                padding-left: 32px;
                border: none;
                outline: 0
            }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input::-webkit-input-placeholder {
                line-height: 42px;
                padding: 0;
                color: #13ddcd;
                font-family: AlbertSans !important;
                font-weight: 800;
                font-size: 11px;
                letter-spacing: .6px
            }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input::-moz-placeholder {
                line-height: 42px;
                padding: 0;
                color: #13ddcd;
                font-family: AlbertSans !important;
                font-weight: 800;
                font-size: 11px;
                letter-spacing: .6px;
                opacity: 1
            }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input:-moz-placeholder {
                line-height: 42px;
                padding: 0;
                color: #13ddcd;
                font-family: AlbertSans !important;
                font-weight: 800;
                font-size: 11px;
                letter-spacing: .6px;
                opacity: 1
            }

            .microsite-header--mobile .mb-header-nav .mb-nav-list li.mb-nav-list__item--search .uk-search input:-ms-input-placeholder {
                line-height: 42px;
                padding: 0;
                color: #13ddcd;
                font-family: AlbertSans !important;
                font-weight: 800;
                font-size: 11px;
                letter-spacing: .6px
            }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.uk-parent span, .microsite-header--mobile li.mb-nav-list__item.mb-nav-list__item--default span {
            display: inline-block;
            line-height: 16.8px;
            font-size: 14px;
            font-family: AlbertSans;
            color: #000;
            font-weight: 800;
            letter-spacing: 1.15px
        }

        .microsite-header--mobile .mb-header-nav .uk-nav > li > a {
            padding: 5px 0
        }

        .microsite-header--mobile .mb-header-nav .mb-nav-list__item--sub:last-child {
            border-bottom: none;
            margin-bottom: 0
        }

        .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default {
            width: 100%;
            background-color: #f1f1f1;
            display: flex
        }

            .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default input::-webkit-input-placeholder {
                color: #13ddcd;
                padding-left: 15px
            }

            .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default input:-ms-input-placeholder {
                color: #13ddcd;
                padding-left: 15px
            }

            .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default input::-ms-input-placeholder {
                color: #13ddcd;
                padding-left: 15px
            }

            .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default input, .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default input::placeholder {
                color: #13ddcd;
                padding-left: 15px
            }

            .microsite-header--mobile .mb-header-nav form.uk-search.uk-search-default .uk-search-icon-flip {
                margin: 8px 22px 0 0
            }

        .microsite-header--mobile .mb-header-nav a.uk-search-icon-flip.uk-icon.uk-search-icon {
            position: absolute
        }

        .microsite-header--mobile .mb-header-nav li.mb-nav-list__item.mb-nav-list__item--lang.uk-parent a {
            text-align: center
        }

        .microsite-header--mobile .mb-header-nav span.push-right.lang-active {
            padding-right: 3.2rem
        }

        .microsite-header--mobile .mb-header-nav ul.mb-nav-list.mb-nav-list__select-lang.uk-nav-sub {
            margin-right: 0
        }

    .microsite-header--mobile .mb-header.microsite-header--alternate {
        border-bottom: 1px solid #979797
    }

        .microsite-header--mobile .mb-header.microsite-header--alternate.uk-sticky-below {
            border-bottom: none
        }

        .microsite-header--mobile .mb-header.microsite-header--alternate .header-grid.header-grid__logo.uk-logo {
            background-image: none
        }

        .microsite-header--mobile .mb-header.microsite-header--alternate .header-grid.header-grid__button span {
            background-image: none
        }

        .microsite-header--mobile .mb-header.microsite-header--alternate .navbar__nav-items .nav-list .nav-item a {
            color: #000
        }

        .microsite-header--mobile .mb-header.microsite-header--alternate .uk-button-default {
            color: #00333a;
            background-color: #13ddcd;
            line-height: 16.8px !important
        }

            .microsite-header--mobile .mb-header.microsite-header--alternate .uk-button-default:hover {
                color: #00333a !important;
                background-color: #13ddcd !important;
                border-color: unset
            }
}

@media screen and (max-width: 767.98px) {
    .microsite-header--mobile {
        height: 116px
    }

        .microsite-header--mobile .mb-header > a {
            width: 76px;
            height: 71px
        }
}

.video-player {
    width: 100%;
    height: auto
}

.auto-play-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 0
}

    .auto-play-wrapper h1 {
        padding: 0;
        margin: 0;
        position: absolute;
        right: 92px;
        bottom: 30.12987%;
        z-index: 2;
        width: 645px;
        line-height: 55px;
        transition: opacity .3s;
        color: #fff;
        font-family: Graphik-Semibold;
        font-size: 55px;
        font-weight: 600;
        text-align: right;
        opacity: 0;
        -webkit-animation: fadeIn 3s linear .3s;
        animation: fadeIn 3s linear .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .auto-play-wrapper .video-player {
        height: 100% !important;
        object-fit: cover
    }

    .auto-play-wrapper .auto-play-learn-more {
        position: absolute;
        z-index: 2;
        right: 92px;
        bottom: 155px
    }

        .auto-play-wrapper .auto-play-learn-more .learn-more-btn, .auto-play-wrapper .auto-play-learn-more a {
            display: block;
            line-height: 25px;
            font-family: Graphik-Regular;
            font-size: 16px;
            color: #fff;
            letter-spacing: .2px
        }

            .auto-play-wrapper .auto-play-learn-more .learn-more-btn:after, .auto-play-wrapper .auto-play-learn-more a:after {
                background: url(../images/arrow-right-white.svg) no-repeat
            }

    .auto-play-wrapper .control-icon {
        position: absolute;
        z-index: 10;
        right: 92px;
        bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transition: opacity .3s;
        opacity: 0;
        -webkit-animation: fadeIn 3s linear .3s;
        animation: fadeIn 3s linear .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .auto-play-wrapper .control-icon-operate {
        display: block;
        width: 21px;
        height: 21px;
        margin-right: 3px;
        cursor: pointer
    }

        .auto-play-wrapper .control-icon-operate.playing {
            background: url(../images/video/pause.svg) no-repeat
        }

        .auto-play-wrapper .control-icon-operate.pause {
            background: url(../images/video/play.svg) no-repeat
        }

    .auto-play-wrapper .control-icon-video {
        display: none;
        line-height: 13px;
        font-family: Graphik-Medium;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 3px
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 991.98px) {
    .auto-play-wrapper h1 {
        right: 39px;
        bottom: 175px;
        width: 570px
    }

    .auto-play-wrapper .auto-play-learn-more {
        right: 39px;
        bottom: 125px
    }

    .auto-play-wrapper .control-icon {
        right: 39px;
        bottom: 30px
    }

    .auto-play-wrapper .control-icon-operate {
        margin-bottom: 12px
    }
}

@media screen and (max-width: 767.98px) {
    .auto-play-wrapper h1 {
        right: 16px;
        bottom: 112px;
        width: 343px;
        line-height: 40px;
        font-size: 35px
    }

    .auto-play-wrapper .auto-play-learn-more {
        right: 16px;
        bottom: 80px
    }

    .auto-play-wrapper .control-icon {
        right: 16px;
        bottom: 30px
    }

    .auto-play-wrapper .control-icon-operate {
        margin-bottom: 12px
    }
}

.video-player {
    width: 100%;
    height: auto
}

.video-play-wrapper {
    position: relative
}

    .video-play-wrapper .video-poster-img-only {
        width: 100%
    }

    .video-play-wrapper .video-poster-img {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%,-50%);
        width: 100%;
        min-width: 100%;
        height: auto
    }

    .video-play-wrapper .control-icon-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .video-play-wrapper .control-icon-player {
        position: relative;
        display: block;
        width: 64px;
        height: 44px;
        background: #fff;
        cursor: pointer;
        background: url(../images/video/video-play-button.svg) no-repeat
    }

        .video-play-wrapper .control-icon-player:hover {
            background: url(../images/video/video-play-button-hover.svg) no-repeat
        }

    .video-play-wrapper .control-icon-title {
        position: absolute;
        top: 54px;
        left: 50%;
        transform: translateX(-50%);
        transition: top .3s;
        line-height: 17px;
        font-size: 15px;
        font-family: Graphik-Medium;
        color: #fff;
        font-weight: 500;
        opacity: 0;
        white-space: nowrap
    }

        .video-play-wrapper .control-icon-title.hovered {
            -webkit-animation: hover-top .2s linear;
            animation: hover-top .2s linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .video-play-wrapper .control-icon-title.leave-hover {
            -webkit-animation: leave-hover .2s linear;
            animation: leave-hover .2s linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

.video-box {
    margin-right: 32px;
    margin-bottom: 16px
}

@media only screen and (max-width: 990.98px) {
    .video-box {
        margin-right: 0;
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 380px) {
    .video-box {
        margin-bottom: 8px
    }
}

@-webkit-keyframes hover-top {
    from {
        opacity: 0;
        top: 64px
    }

    to {
        opacity: 1;
        top: 54px
    }
}

@keyframes hover-top {
    from {
        opacity: 0;
        top: 64px
    }

    to {
        opacity: 1;
        top: 54px
    }
}

@-webkit-keyframes leave-hover {
    to {
        opacity: 0;
        top: 64px
    }

    from {
        opacity: 1;
        top: 54px
    }
}

@keyframes leave-hover {
    to {
        opacity: 0;
        top: 64px
    }

    from {
        opacity: 1;
        top: 54px
    }
}

main .row .homepage-places-wrapper {
    padding: 48px 0 78px
}

.homepage-places-wrapper {
    background-color: #f1f1f1
}

    .homepage-places-wrapper .homepage-places-component, .homepage-places-wrapper > .component-content {
        padding-top: 46px;
        background-image: url(../images/homepage/place-heart.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .homepage-places-wrapper .homepage-places-top-wrapper p {
        margin: 0
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .component, .homepage-places-wrapper .homepage-places-top-wrapper .component-content {
        padding: 0
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-left: 1px;
        width: calc(73.74% - 15px);
        max-width: 1035px;
        margin: 0 auto 72px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper > .component-content > .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-left: 1px;
        width: calc(73.74% - 15px);
        max-width: 1035px;
        margin: 0 auto 72px
    }

        .homepage-places-wrapper .homepage-places-top-wrapper > .component-content > .row > .component {
            flex: initial;
            width: auto
        }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-title {
        padding-top: 30px;
        line-height: 46px;
        font-size: 40px;
        font-family: Graphik-Semibold;
        color: #003329;
        font-weight: 600
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .learn-more-btn {
        line-height: 25px
    }

    .homepage-places-wrapper .custom-slider-body, .homepage-places-wrapper .custom-slider-card {
        background: 0 0
    }

        .homepage-places-wrapper .custom-slider-body a:hover, .homepage-places-wrapper .custom-slider-card a:hover {
            text-decoration: none
        }

.villacove-places-wrapper {
    margin: 72px 0 78px
}

    .villacove-places-wrapper .homepage-places-top-wrapper {
        display: flex;
        justify-content: space-between;
        flex: initial;
        align-items: flex-end;
        padding-left: 1px;
        width: calc(73.74% - 15px);
        max-width: 1035px;
        margin: 0 auto 72px
    }

        .villacove-places-wrapper .homepage-places-top-wrapper .component {
            padding: 0
        }

        .villacove-places-wrapper .homepage-places-top-wrapper .homepage-places-top-title {
            padding-top: 30px;
            line-height: 46px;
            margin: 0;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

@media screen and (max-width: 991.98px) {
    main .row .homepage-places-wrapper {
        padding: 24px 0 63px
    }

    .homepage-places-wrapper .homepage-places-component, .homepage-places-wrapper > .component-content {
        padding: 48px 0 0
    }

    .homepage-places-wrapper .homepage-places-top-wrapper > .component-content > .row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 39px;
        width: 100%;
        margin-bottom: 32px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 39px;
        width: 100%;
        margin-bottom: 32px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-title {
        padding-top: 0;
        line-height: 46px;
        margin-bottom: 32px;
        font-size: 40px;
        letter-spacing: 0
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .learn-more-btn {
        line-height: 25px
    }

    .villacove-places-wrapper {
        margin: 48px 0
    }

        .villacove-places-wrapper .row div.homepage-places-top-wrapper {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0 16px;
            width: 100%;
            margin-bottom: 48px
        }

            .villacove-places-wrapper .row div.homepage-places-top-wrapper .component {
                padding: 0
            }

            .villacove-places-wrapper .row div.homepage-places-top-wrapper .homepage-places-top-title {
                padding-top: 0;
                line-height: 45px;
                font-size: 30px;
                letter-spacing: .27px
            }
}

@media screen and (max-width: 767.98px) {
    main .row .homepage-places-wrapper {
        padding: 32px 0 44px
    }

    .homepage-places-wrapper .homepage-places-component, .homepage-places-wrapper > .component-content {
        padding: 40px 0 53px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper > .component-content > .row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 16px;
        width: 100%;
        margin-bottom: 48px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 16px;
        width: 100%;
        margin-bottom: 48px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .homepage-places-top-title {
        padding-top: 0;
        line-height: 45px;
        margin-bottom: 24px;
        font-size: 30px;
        letter-spacing: .27px
    }

    .homepage-places-wrapper .homepage-places-top-wrapper .learn-more-btn {
        line-height: 26px
    }

    .villacove-places-wrapper {
        margin: 48px 0
    }

        .villacove-places-wrapper .row div.homepage-places-top-wrapper {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0 16px;
            width: 100%;
            margin-bottom: 48px
        }

            .villacove-places-wrapper .row div.homepage-places-top-wrapper .component {
                padding: 0
            }

            .villacove-places-wrapper .row div.homepage-places-top-wrapper .homepage-places-top-title {
                padding-top: 0;
                line-height: 45px;
                font-size: 30px;
                letter-spacing: .27px
            }
}

.container-legal {
    width: 100%;
    margin-bottom: 50px
}

    .container-legal .legal {
        display: flex;
        flex-direction: column;
        background-color: #f1f1f1
    }

        .container-legal .legal .legal-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 86.6666667%;
            height: 50px;
            margin: 0 auto;
            font-family: Graphik-Medium;
            font-size: 14px;
            color: #555;
            font-weight: 500;
            letter-spacing: .17px;
            cursor: pointer
        }

            .container-legal .legal .legal-title p {
                margin: 0
            }

            .container-legal .legal .legal-title span {
                transition: all .5s ease-in-out
            }

                .container-legal .legal .legal-title span:after {
                    content: "\f107";
                    font: normal normal normal 21px/1 FontAwesome
                }

            .container-legal .legal .legal-title .expanded {
                transform: rotate(180deg)
            }

        .container-legal .legal .legal-content {
            display: none;
            padding-top: 53px;
            padding-bottom: 72px;
            background: #f1f1f1
        }

            .container-legal .legal .legal-content .legal-text-wrapper {
                width: 86.666667%;
                margin: 0 auto
            }

            .container-legal .legal .legal-content h2, .container-legal .legal .legal-content h3 {
                line-height: 28px;
                margin: 0 0 40px 0;
                font-family: Graphik-Medium;
                font-size: 22px;
                color: #000;
                font-weight: 500;
                letter-spacing: .17px
            }

            .container-legal .legal .legal-content p {
                line-height: 14px;
                margin: 0 0 12px 0;
                font-size: 12px;
                font-family: Lato-Regular;
                color: #000;
                letter-spacing: .34px
            }

                .container-legal .legal .legal-content p:last-child {
                    margin: 0
                }

        .container-legal .legal.expanded .legal-content {
            display: block
        }

.content-wrapper {
    padding: 72px 0 !important;
    background-color: #f1f1f1
}

    .content-wrapper .content-wrapper-text {
        flex: initial;
        padding: 0;
        width: 86.666667%;
        max-width: 1248px;
        margin: 0 auto
    }

        .content-wrapper .content-wrapper-text .address-head-title, .content-wrapper .content-wrapper-text h2 {
            line-height: 28px;
            margin: 0 0 40px 0;
            font-family: Graphik-Medium;
            font-size: 22px;
            color: #000;
            font-weight: 500;
            letter-spacing: .17px
        }

        .content-wrapper .content-wrapper-text p {
            line-height: 14px;
            margin: 0 0 12px 0;
            font-size: 12px;
            font-family: Lato-Regular;
            color: #000;
            letter-spacing: .34px
        }

            .content-wrapper .content-wrapper-text p:last-child {
                margin: 0
            }

@media screen and (max-width: 992px) {
    .container-legal {
        margin-bottom: 24px
    }

        .container-legal .legal .legal-title {
            width: 100%;
            height: 37px;
            padding: 0 16px
        }

        .container-legal .legal .legal-content {
            padding: 13px 16px 25px
        }

            .container-legal .legal .legal-content .legal-text-wrapper {
                width: 100%
            }

                .container-legal .legal .legal-content .legal-text-wrapper span {
                    font-size: 14px
                }

            .container-legal .legal .legal-content h2, .container-legal .legal .legal-content h3 {
                margin-bottom: 30px
            }

    .content-wrapper {
        padding: 25px 16px !important
    }

        .content-wrapper .content-wrapper-text {
            width: 100%
        }

            .content-wrapper .content-wrapper-text .address-head-title, .content-wrapper .content-wrapper-text h2 {
                margin-bottom: 30px
            }
}

.text-homepage-component .text-homepage-wrap {
    padding: 72.5px 0;
    text-align: center
}

    .text-homepage-component .text-homepage-wrap .column-splitter {
        display: flex;
        justify-content: center
    }

        .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text {
            flex: 0 0 16.666667%;
            max-width: 16.666667%
        }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text:last-child {
                border-right: 0
            }

        .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text {
            padding: 0;
            border-right: 1px solid #003329
        }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content {
                width: 100%;
                padding: 0 40px
            }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .component-content, .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content > div {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    align-content: space-between;
                    height: 100%
                }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-title {
                    line-height: 33px;
                    letter-spacing: 1px;
                    font-size: 22px;
                    font-family: Graphik-Medium;
                    display: block;
                    color: #003329;
                    font-weight: 500;
                    width: 100%;
                    padding-bottom: 15px
                }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt {
                    line-height: 21px;
                    font-size: 14px;
                    width: 100%;
                    font-family: Lato-Regular;
                    display: block;
                    color: #003329
                }

.text-homepage-component .yellow-wrap {
    position: absolute;
    width: 30px;
    background: #f8eabd;
    height: 100%;
    top: 0;
    right: 0
}

.villacove-5-cols-wrapper {
    margin: 40px 0
}

    .villacove-5-cols-wrapper .yellow-wrap {
        padding: 0
    }

    .villacove-5-cols-wrapper .brand-data-display-wrapper .column-splitter {
        width: 86.666667%;
        margin: 0 auto
    }

        .villacove-5-cols-wrapper .brand-data-display-wrapper .column-splitter .text-homepage-rich-text .text-homepage-content {
            width: 100%;
            margin: initial
        }

            .villacove-5-cols-wrapper .brand-data-display-wrapper .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt {
                font-family: Graphik-Regular
            }

                .villacove-5-cols-wrapper .brand-data-display-wrapper .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt p {
                    margin: 0
                }

    .villacove-5-cols-wrapper .brand-data-display-wrapper .text-homepage-rich-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%
    }

        .villacove-5-cols-wrapper .brand-data-display-wrapper .text-homepage-rich-text:last-child {
            border-right: 0
        }

        .villacove-5-cols-wrapper .brand-data-display-wrapper .text-homepage-rich-text .text-homepage-content {
            width: auto
        }

@media screen and (max-width: 991.98px) {
    .text-homepage-component .text-homepage-wrap {
        padding: 63px 33px 0 0
    }

        .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text {
            flex: 0 0 33%;
            max-width: none;
            margin-bottom: 48px;
            border: none;
            border-right: 1px solid #003329
        }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text:nth-child(3n) {
                border: none
            }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text:last-child {
                border: none
            }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content {
                border-right: none;
                width: auto;
                padding: 0 15px;
                height: auto;
                min-height: 85px
            }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-title {
                    line-height: 29px;
                    letter-spacing: 1px;
                    font-size: 22px
                }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt {
                    line-height: 21px;
                    font-size: 14px;
                    max-width: 170px;
                    margin: 0 auto
                }

    .text-homepage-component .yellow-wrap {
        width: 22px
    }

    .text-homepage-component .yellow-wrap-left + .text-homepage-wrap {
        padding: 63px 33px 15px
    }

    .villacove-5-cols-wrapper {
        margin: 0
    }

        .villacove-5-cols-wrapper .brand-data-display-wrapper .text-homepage-rich-text:last-child {
            border-right: 0
        }
}

@media screen and (max-width: 767.98px) {
    .text-homepage-component .text-homepage-wrap {
        padding: 48px 11px 0 0
    }

        .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text {
            flex: 0 0 50%;
            margin-bottom: 40px;
            max-width: none;
            border: none
        }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text:nth-child(even) {
                border-left: 1px solid #003329
            }

            .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content {
                border-right: none;
                width: auto;
                padding: 0 15px;
                height: auto;
                min-height: 85px
            }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-title {
                    line-height: 27px;
                    letter-spacing: 1px;
                    font-size: 20px
                }

                .text-homepage-component .text-homepage-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt {
                    line-height: 18px;
                    font-size: 12px;
                    max-width: 160px;
                    margin: 0 auto
                }

    .text-homepage-component .yellow-wrap {
        width: 15px
    }

    .text-homepage-component .yellow-wrap-left + .text-homepage-wrap {
        padding: 30px 11px 0
    }

    .villacove-5-cols-wrapper {
        margin: 0
    }

        .villacove-5-cols-wrapper .brand-data-display-wrapper .text-homepage-rich-text:last-child {
            border-right: 0
        }
}

.brand-video-content-wrapper {
    padding: 0;
    display: flex
}

    .brand-video-content-wrapper .video-homepage-txt-content {
        width: 36.25%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 1
    }

        .brand-video-content-wrapper .video-homepage-txt-content p {
            margin: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .col-12 {
            padding: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .rich-text, .brand-video-content-wrapper .video-homepage-txt-content .video-title-wrapper {
            width: 76%;
            margin-left: 32px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .line {
            width: 72px;
            height: 1px;
            background: #003329;
            display: block;
            margin: 23.5px 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper {
            max-width: initial;
            margin: initial
        }

            .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper .divider-line {
                margin: 0 0 24px 33px
            }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
            font-family: Graphik-Semibold;
            font-size: 30px;
            line-height: 45px;
            letter-spacing: .95px;
            margin-bottom: 16px;
            text-align: left;
            color: #0a3329
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-subtitle {
            display: inline-block;
            font-family: Graphik-Medium;
            font-size: 22px;
            text-align: left;
            color: #003329;
            font-weight: 500;
            letter-spacing: .17px;
            line-height: 28px;
            margin-bottom: 24px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-text, .brand-video-content-wrapper .video-homepage-txt-content .rich-text {
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            text-align: left;
            color: #000
        }

            .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-text span, .brand-video-content-wrapper .video-homepage-txt-content .rich-text span {
                font-family: Lato-Regular !important;
                font-size: 14px !important;
                line-height: 21px !important;
                text-align: left !important;
                color: #000 !important
            }

            .brand-video-content-wrapper .video-homepage-txt-content .rich-text p {
                font-family: Lato-Regular;
                font-size: 14px;
                line-height: 21px;
                text-align: left;
                color: #000
            }

        .brand-video-content-wrapper .video-homepage-txt-content .link {
            width: 76%;
            margin-top: 40px;
            margin-left: 32px
        }

            .brand-video-content-wrapper .video-homepage-txt-content .link .field-link {
                display: flex
            }

            .brand-video-content-wrapper .video-homepage-txt-content .link a {
                box-sizing: border-box;
                padding: 11px 29px;
                line-height: 16px;
                text-align: center;
                border: 2px Solid #003329;
                font-family: Graphik-Semibold;
                font-size: 14px;
                color: #003329;
                letter-spacing: .25px;
                display: block
            }

                .brand-video-content-wrapper .video-homepage-txt-content .link a:hover {
                    background: #003329;
                    color: #fff
                }

    .brand-video-content-wrapper .video-homepage-content {
        width: 63.75%;
        z-index: 1
    }

        .brand-video-content-wrapper .video-homepage-content .video-play-wrapper {
            width: 100%;
            overflow: hidden
        }

            .brand-video-content-wrapper .video-homepage-content .video-play-wrapper img {
                width: 100%
            }

    .brand-video-content-wrapper .yellow-wrap {
        position: absolute;
        width: 30px;
        background: #f8eabd;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0
    }

    .brand-video-content-wrapper.layout--right .yellow-wrap {
        left: 0;
        right: initial
    }

    .brand-video-content-wrapper.layout--right .video-homepage-txt-content .divider-line, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .link, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .rich-text, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .video-title-wrapper {
        margin-left: 18.568665%
    }

.villacove-video-content-wrapper {
    position: relative
}

    .villacove-video-content-wrapper .video-homepage-txt-content > .row {
        flex-direction: column
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
        font-size: 30px;
        line-height: 33px;
        letter-spacing: .95px
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .divider-line {
        margin: 25px 0 28px 33px
    }

.purpose-brand-video-content-wrapper {
    margin-bottom: 72px
}

@media screen and (max-width: 991.98px) {
    .brand-video-content-wrapper .video-homepage-txt-content {
        width: 100%;
        margin: 0 39px
    }

        .brand-video-content-wrapper .video-homepage-txt-content.margin-bottom-32 {
            margin-bottom: 32px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .rich-text, .brand-video-content-wrapper .video-homepage-txt-content .video-title-wrapper {
            margin-left: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .video-title-wrapper {
            width: 100%;
            font-size: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .rich-text {
            width: 100%;
            margin-bottom: 25px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
            line-height: 48px;
            margin-bottom: 8px;
            font-size: 36px;
            letter-spacing: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-subtitle {
            line-height: 28px;
            margin-bottom: 24px;
            font-size: 22px;
            letter-spacing: .17px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper {
            padding-left: 0
        }

            .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper .divider-line {
                margin: 0 0 24px
            }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-text {
            line-height: 21px;
            font-size: 14px;
            letter-spacing: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .link {
            margin-top: 0;
            margin-left: 0
        }

            .brand-video-content-wrapper .video-homepage-txt-content .link a {
                font-size: 14px;
                height: auto;
                line-height: 16px;
                letter-spacing: .25px
            }

                .brand-video-content-wrapper .video-homepage-txt-content .link a:active {
                    background: #003329;
                    color: #fff
                }

    .brand-video-content-wrapper .video-homepage-content {
        width: 100%;
        margin-bottom: 24px
    }

    .brand-video-content-wrapper .yellow-wrap {
        width: 22px
    }

    .brand-video-content-wrapper.layout--right .video-homepage-txt-content {
        margin-top: 24px;
        margin-bottom: 48px
    }

        .brand-video-content-wrapper.layout--right .video-homepage-txt-content .divider-line, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .link, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .rich-text, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .video-title-wrapper {
            margin-left: 0
        }

    .brand-video-content-wrapper.layout--right .video-homepage-content {
        margin-bottom: 0
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
        line-height: 37px;
        letter-spacing: .27px
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .divider-line {
        margin: 50px 0 16px
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .link a {
        padding: 0 21px;
        line-height: 26px
    }

    .purpose-brand-video-content-wrapper {
        margin-bottom: 40px
    }

        .purpose-brand-video-content-wrapper:last-child {
            margin-bottom: 0
        }
}

@media screen and (max-width: 767.98px) {
    .brand-video-content-wrapper .video-homepage-txt-content {
        width: 100%;
        margin: 0 15px
    }

        .brand-video-content-wrapper .video-homepage-txt-content.margin-bottom-32 {
            margin-bottom: 32px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .rich-text, .brand-video-content-wrapper .video-homepage-txt-content .video-title-wrapper {
            margin-left: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .video-title-wrapper {
            width: 100%;
            font-size: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .rich-text {
            width: 91.306%;
            margin-bottom: 0
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
            font-size: 30px;
            letter-spacing: .27px;
            line-height: 37px;
            margin-bottom: 10px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-subtitle {
            margin-bottom: 0;
            font-size: 16px;
            letter-spacing: .16px;
            line-height: 20px
        }

        .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper {
            padding-left: 0
        }

            .brand-video-content-wrapper .video-homepage-txt-content .divider-line-wrapper .divider-line {
                margin: 20px 0 15px
            }

        .brand-video-content-wrapper .video-homepage-txt-content .brand-video-content-text {
            font-size: 12px !important;
            letter-spacing: .18px;
            line-height: 18px !important
        }

        .brand-video-content-wrapper .video-homepage-txt-content .link {
            margin-top: 15px;
            margin-left: 0
        }

            .brand-video-content-wrapper .video-homepage-txt-content .link a {
                padding: 10px 21px;
                font-size: 10px;
                letter-spacing: .21px;
                line-height: 11px
            }

                .brand-video-content-wrapper .video-homepage-txt-content .link a:active {
                    background: #003329;
                    color: #fff
                }

    .brand-video-content-wrapper .video-homepage-content {
        width: 100%;
        margin-bottom: 24px
    }

    .brand-video-content-wrapper .yellow-wrap {
        width: 15px
    }

    .brand-video-content-wrapper.layout--right .video-homepage-txt-content {
        margin-top: 23px;
        margin-bottom: 23px
    }

        .brand-video-content-wrapper.layout--right .video-homepage-txt-content .divider-line, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .link, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .rich-text, .brand-video-content-wrapper.layout--right .video-homepage-txt-content .video-title-wrapper {
            margin-left: 0;
            padding-left: 15px;
            padding-right: 10px;
        }

        .brand-video-content-wrapper.layout--right .video-homepage-txt-content .divider-line-wrapper {
            padding-left: 15px
        }

    .brand-video-content-wrapper.layout--right .video-homepage-content {
        margin-bottom: 0
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .brand-video-content-title {
        line-height: 37px;
        letter-spacing: .27px
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .divider-line {
        margin: 50px 0 16px
    }

    .villacove-video-content-wrapper .video-homepage-txt-content .link a {
        padding: 0 21px;
        line-height: 26px
    }

    .purpose-brand-video-content-wrapper {
        margin-bottom: 40px
    }

        .purpose-brand-video-content-wrapper:last-child {
            margin-bottom: 0
        }
}

.detial-info-with-bg-wrapper .column-splitter {
    display: flex
}

    .detial-info-with-bg-wrapper .column-splitter .col-12 {
        flex: initial;
        max-width: initial;
        padding: 0
    }

    .detial-info-with-bg-wrapper .column-splitter .component {
        padding: 0
    }

    .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left {
        padding: 17px 0;
        width: 63.6805556%;
        background-color: #f1f1f1
    }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left > .row {
            padding: 36px 80px 36px 11.429%;
            background-image: url(../images/villa-heart-bg.png);
            background-repeat: no-repeat;
            background-size: contain
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-title {
            line-height: 46px;
            margin: 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            color: #003329;
            font-weight: 600
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .divider-line {
            margin: 48px 0 32px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content-full, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content-full > span, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content > span {
            line-height: 25px !important;
            font-size: 14px !important;
            font-family: Lato-Regular !important;
            color: #000 !important;
            letter-spacing: .17px !important;
            font-weight: 400 !important
        }

    .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right {
        padding-top: 58px;
        padding-bottom: 58px;
        width: 28.2857%;
        margin-left: 32px;
        margin-right: 80px
    }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .column-splitter {
            align-items: flex-start
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-icon-wrapper {
            width: 28px;
            margin-right: 20px;
            margin-top: 16px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper {
            flex: 1
        }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper .component-content {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap
            }

                .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper .component-content .register-name, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper .component-content .register-phone {
                    width: auto;
                    margin-bottom: 12px
                }

                .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper .component-content :not(.register-name):not(.register-phone):not(.brand-emailus) {
                    flex: 100%
                }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right a, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right span {
            display: inline-block
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-title {
            line-height: 18px;
            margin-bottom: 12px;
            font-size: 12px;
            font-family: Graphik-Medium;
            color: #003329;
            font-weight: 500;
            letter-spacing: .15px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .c-address {
            line-height: 29px;
            margin-bottom: 24px;
            font-family: Graphik-Medium;
            font-size: 20px;
            color: #000;
            font-weight: 500;
            letter-spacing: .28px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-name {
            font-family: Graphik-Medium;
            color: #000;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: .15px;
            margin-right: 22px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-email, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-phone {
            font-family: Graphik-Medium;
            color: #003329;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: .52px;
            text-decoration: none
        }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-email:hover, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-phone:hover {
                text-decoration: underline
            }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-phone {
            line-height: 20px;
            margin-bottom: 12px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-email {
            line-height: 20px;
            margin-bottom: 12px
        }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .brand-emailus {
            margin-top: 28px
        }

@media screen and (max-width: 991.98px) {
    .detial-info-with-bg-wrapper .column-splitter {
        flex-direction: column;
        align-items: flex-start
    }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left {
            padding: 0 32px;
            width: 100%
        }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left > .row {
                padding: 40px 0;
                background-image: none
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-title {
                line-height: 45px;
                font-size: 30px;
                letter-spacing: .27px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .divider-line {
                margin: 25px 0 32px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left .c-content > span {
                line-height: 18px !important;
                font-size: 12px !important;
                letter-spacing: .29px !important
            }

        .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right {
            width: 100%;
            padding: 40px 32px;
            margin-left: 0;
            margin-right: 0
        }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .column-splitter {
                align-items: flex-start
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-icon-wrapper {
                margin-bottom: 15px;
                margin-top: 0
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .detail-info-with-bg-address-wrapper {
                flex: 1
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right a, .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right span {
                display: inline-block
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-title {
                margin-bottom: 8px;
                letter-spacing: .15px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .c-address {
                line-height: 30px;
                margin-bottom: 24px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-phone {
                line-height: 27px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .register-email {
                margin-bottom: 24px
            }

            .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right .brand-emailus {
                margin-top: 23px
            }
}

@media screen and (max-width: 767.98px) {
    .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-left {
        padding: 0 16px
    }

    .detial-info-with-bg-wrapper .column-splitter .detial-info-with-bg-right {
        padding: 40px 16px
    }
}

.news-linklist-wrapper .news-nav-link {
    display: inline-block;
    line-height: 28px;
    margin-bottom: 24px;
    font-size: 22px;
    font-family: Graphik-Medium;
    color: #003329;
    font-weight: 500;
    letter-spacing: .17px
}

    .news-linklist-wrapper .news-nav-link.link-active {
        font-family: Graphik-Bold;
        font-weight: 700
    }

    .news-linklist-wrapper .news-nav-link:hover {
        text-decoration: none
    }

.news-homepage-topshow-banner {
    position: relative
}

    .news-homepage-topshow-banner > .component-content {
        display: flex;
        padding: 71px 0 47px;
        width: 81.66667%;
        max-width: 1176px;
        margin: 0 auto
    }

        .news-homepage-topshow-banner > .component-content::after {
            display: none !important
        }

        .news-homepage-topshow-banner > .component-content > .row {
            display: flex;
            flex-wrap: nowrap;
            width: 100%
        }

    .news-homepage-topshow-banner .col-12 {
        flex: auto;
        width: initial
    }

    .news-homepage-topshow-banner .news-homepage-topshow-menu {
        max-width: 27.925%;
        margin: initial
    }

        .news-homepage-topshow-banner .news-homepage-topshow-menu > .component-content {
            display: flex;
            flex-direction: column
        }

            .news-homepage-topshow-banner .news-homepage-topshow-menu > .component-content > .row {
                display: flex;
                flex-direction: column
            }

    .news-homepage-topshow-banner .news-linklist-wrapper {
        height: 413px;
        max-height: 413px;
        overflow-y: auto
    }

    .news-homepage-topshow-banner .download-wrapper {
        max-width: 314px;
        padding-top: 24px;
        border-bottom: none;
        border-top: 1px solid #979797
    }

        .news-homepage-topshow-banner .download-wrapper .list-item {
            border: none;
            margin: 0 0 20px 0
        }

            .news-homepage-topshow-banner .download-wrapper .list-item:last-child {
                margin-bottom: 0
            }

        .news-homepage-topshow-banner .download-wrapper .download-linkcontent {
            margin: 0
        }

        .news-homepage-topshow-banner .download-wrapper .news-homepage-download-linktext a {
            position: relative;
            display: inline-block;
            padding-right: 55px;
            width: 80%;
            line-height: 21px;
            font-family: Graphik-Medium;
            font-size: 22px;
            color: #003329;
            font-weight: 500;
            letter-spacing: .28px
        }

            .news-homepage-topshow-banner .download-wrapper .news-homepage-download-linktext a:after {
                position: absolute;
                right: 0;
                bottom: 2px;
                content: "";
                width: 22px;
                height: 22px;
                background: url(../images/icon-download.svg) no-repeat;
                background-size: 22px 22px
            }

            .news-homepage-topshow-banner .download-wrapper .news-homepage-download-linktext a:hover {
                color: #003329
            }

    .news-homepage-topshow-banner .top-news-out-wrapper {
        max-width: 738px;
        width: 59.134615%;
        margin-left: 8.5%
    }

        .news-homepage-topshow-banner .top-news-out-wrapper.promo {
            padding: 0;
            background: initial
        }

            .news-homepage-topshow-banner .top-news-out-wrapper.promo > .component-content {
                border: none
            }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper {
            padding: 0
        }

            .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-inner-link {
                display: block;
                text-decoration: none;
                border: none;
                color: #003329
            }

                .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-inner-link:hover {
                    border: none;
                    color: #003329
                }

            .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-image-wrapper {
                position: relative;
                padding-bottom: 56.234%;
                max-width: 738px;
                max-height: 415px;
                margin-bottom: 30px;
                overflow: hidden
            }

                .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-image-wrapper img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%) scale(1);
                    width: auto;
                    height: 100%;
                    max-width: initial;
                    cursor: pointer;
                    transition: transform .7s linear
                }

                    .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-image-wrapper img:hover {
                        transform: translate(-50%,-50%) scale(1.2);
                        transition: transform 9s linear
                    }

            .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-time {
                display: block;
                line-height: 18px;
                margin-bottom: 20px;
                font-size: 16px;
                font-family: Graphik-Medium;
                color: #003329;
                font-weight: 500;
                letter-spacing: .2px
            }

            .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-title {
                line-height: 33px;
                margin: 0 0 16px 0;
                font-size: 30px;
                font-family: Graphik-Semibold;
                color: #003329;
                font-weight: 600;
                letter-spacing: .95px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                overflow: hidden;
                -webkit-box-orient: vertical
            }

                .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-title span {
                    background-color: initial !important;
                    color: #003329 !important
                }

            .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-subtitle {
                margin: 0 0 16px 0;
                line-height: 24px;
                font-family: Lato-Regular;
                font-size: 16px;
                color: #000;
                letter-spacing: .12px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                overflow: hidden;
                -webkit-box-orient: vertical
            }

                .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-subtitle p {
                    margin: 0;
                    line-height: 24px;
                    font-family: Lato-Regular;
                    font-size: 16px;
                    color: #000;
                    letter-spacing: .12px
                }

                .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-subtitle span {
                    line-height: 24px;
                    background-color: initial !important;
                    color: #000 !important;
                    font-family: Lato-Regular !important;
                    font-size: 16px !important;
                    color: #000 !important;
                    letter-spacing: .12px !important
                }

.news-list-out-wrapper {
    margin-bottom: 48px
}

    .news-list-out-wrapper.promo {
        padding: 0;
        background: initial
    }

        .news-list-out-wrapper.promo > .component-content {
            display: flex;
            border: none
        }

            .news-list-out-wrapper.promo > .component-content .news-list {
                padding: 0
            }

    .news-list-out-wrapper > .component-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 24px 0 72px;
        width: 81.66667%;
        max-width: 1176px;
        margin: 0 auto
    }

        .news-list-out-wrapper > .component-content::after {
            display: none !important
        }

        .news-list-out-wrapper > .component-content .field-link {
            position: absolute;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%);
            padding: 0
        }

    .news-list-out-wrapper .news-list-inner-link {
        display: block;
        text-decoration: none;
        border: none;
        color: #003329
    }

        .news-list-out-wrapper .news-list-inner-link:hover {
            color: #003329
        }

    .news-list-out-wrapper .news-list {
        width: 33%;
        max-width: 320px;
        margin-left: 9.392%;
        margin-bottom: 48px
    }

        .news-list-out-wrapper .news-list:first-child {
            margin-left: 0
        }

        .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-image-wrapper {
            position: relative;
            padding-bottom: 100%;
            max-width: 320px;
            max-height: 320px;
            margin-bottom: 18px;
            overflow: hidden
        }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-image-wrapper img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scale(1);
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transition: transform .7s linear
            }

                .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-image-wrapper img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-time {
            display: block;
            line-height: 20px;
            margin-bottom: 8px;
            font-size: 12px;
            color: #6d716f;
            font-family: Lato-Bold;
            font-weight: 700
        }

        .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-title {
            margin: 0 0 16px 0;
            height: 56px;
            line-height: 28px;
            font-size: 22px;
            font-family: Graphik-Medium;
            color: #003329;
            font-weight: 500;
            letter-spacing: .17px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -webkit-box-orient: vertical
        }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-title span {
                color: #003329 !important
            }

                .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-title span:empty {
                    display: none
                }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-title:empty {
                display: none;
                height: 0
            }

        .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-subtitle {
            margin: 0 0 18px 0;
            line-height: 21px;
            font-size: 14px;
            font-family: Lato-Regular;
            color: #003329;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            overflow: hidden;
            -webkit-box-orient: vertical
        }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-subtitle p {
                margin: 0;
                line-height: 21px;
                font-size: 14px;
                font-family: Lato-Regular;
                color: #003329
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-subtitle span {
                font-size: 14px !important;
                font-family: Lato-Regular !important;
                color: #003329 !important;
                background-color: initial !important
            }

    .news-list-out-wrapper .news-list-more-btn {
        display: block;
        padding: 13px 32px;
        line-height: 18px;
        color: #003329;
        font-family: Graphik-Semibold;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .25px;
        text-align: center;
        border: 2px solid #003329;
        text-decoration: none
    }

        .news-list-out-wrapper .news-list-more-btn:hover {
            color: #fff;
            background-color: #003329
        }

div.magazine-list-out-wrapper {
    width: 100%;
    background-color: #f1f1f1
}

    div.magazine-list-out-wrapper.promo {
        padding: 0
    }

        div.magazine-list-out-wrapper.promo > .component-content {
            display: flex;
            border: none
        }

            div.magazine-list-out-wrapper.promo > .component-content .news-list {
                padding: 0
            }

    div.magazine-list-out-wrapper > .component-content {
        display: flex;
        flex-direction: column;
        padding: 72px 0 32px;
        width: 86.66667%;
        max-width: 1248px;
        margin: 0 auto
    }

        div.magazine-list-out-wrapper > .component-content .divider-line-wrapper, div.magazine-list-out-wrapper > .component-content .field-link, div.magazine-list-out-wrapper > .component-content .magazine-common-title, div.magazine-list-out-wrapper > .component-content .magazine-list-items {
            padding: 0
        }

    div.magazine-list-out-wrapper .magazine-common-title {
        margin: 0 0 32px 0;
        line-height: 46px;
        font-size: 40px;
        font-family: Graphik-Semibold;
        color: #003329;
        font-weight: 600
    }

    div.magazine-list-out-wrapper .divider-line-wrapper {
        max-width: initial;
        margin: initial
    }

        div.magazine-list-out-wrapper .divider-line-wrapper .divider-line {
            margin: 0 0 40px 0
        }

    div.magazine-list-out-wrapper .magazine-list-items {
        display: flex;
        flex-wrap: wrap
    }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper {
            box-sizing: initial;
            padding: 0 3.04487179% 0 2.96474359%;
            flex: 0 0 25.642%;
            max-width: 320px;
            margin-right: 2.48397436%;
            margin-bottom: 40px
        }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper:nth-child(3n) {
                margin-right: 0
            }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper:last-child {
                margin-right: 0
            }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-inner-link {
            display: block;
            text-decoration: none;
            border: none;
            color: #003329
        }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-inner-link:hover {
                color: #003329
            }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-img-wrapper {
            position: relative;
            padding-bottom: 100%;
            max-width: 320px;
            max-height: 320px;
            margin-bottom: 16px;
            overflow: hidden
        }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-img-wrapper img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: auto;
                max-width: initial;
                height: 100%;
                cursor: pointer;
                transform: translate(-50%,-50%) scale(1);
                transition: transform .7s linear
            }

                div.magazine-list-out-wrapper .magazine-list-items .magazine-img-wrapper img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-subtitle-wrapper {
            margin: 0 0 16px 0
        }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-subtitle-wrapper, div.magazine-list-out-wrapper .magazine-list-items .magazine-subtitle-wrapper .magazine-subtitle {
                line-height: 18px;
                font-size: 12px;
                font-family: Lato-Bold;
                color: #6d716f;
                font-weight: 700
            }

                div.magazine-list-out-wrapper .magazine-list-items .magazine-subtitle-wrapper span {
                    font-size: 12px !important;
                    font-family: Lato-Bold !important;
                    color: #6d716f !important;
                    font-weight: 700 !important
                }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-title-wrapper {
            margin: 0
        }

            div.magazine-list-out-wrapper .magazine-list-items .magazine-title-wrapper, div.magazine-list-out-wrapper .magazine-list-items .magazine-title-wrapper .magazine-title {
                line-height: 32px;
                font-size: 24px;
                font-family: Graphik-Medium;
                color: #003329;
                font-weight: 500;
                letter-spacing: .33px
            }

                div.magazine-list-out-wrapper .magazine-list-items .magazine-title-wrapper span {
                    font-size: 24px !important;
                    font-family: Graphik-Medium !important;
                    color: #003329 !important;
                    font-weight: 500 !important
                }

    div.magazine-list-out-wrapper .field-link {
        display: flex;
        justify-content: center;
        margin-bottom: 40px
    }

        div.magazine-list-out-wrapper .field-link:empty {
            margin-bottom: 0
        }

        div.magazine-list-out-wrapper .field-link .magazine-more-btn {
            display: inline-block;
            padding: 13px 32px;
            line-height: 18px;
            font-size: 16px;
            border: 2px solid #003329;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600;
            letter-spacing: .25px;
            text-decoration: none
        }

            div.magazine-list-out-wrapper .field-link .magazine-more-btn:hover {
                color: #fff;
                background-color: #003329
            }

.awards-list-wrapper {
    width: 100%
}

    .awards-list-wrapper .awards-list-content {
        display: flex;
        flex-direction: column;
        padding: 72px 0 48px;
        width: 86.66667%;
        max-width: 1248px;
        margin: 0 auto
    }

        .awards-list-wrapper .awards-list-content .awards-list-title {
            margin: 0 0 33px 0;
            line-height: 46px;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

        .awards-list-wrapper .awards-list-content .divider-line-wrapper {
            padding: 0;
            max-width: initial;
            margin: initial
        }

            .awards-list-wrapper .awards-list-content .divider-line-wrapper .divider-line {
                margin: 0 0 40px 0
            }

        .awards-list-wrapper .awards-list-content .awards-list-awards-content {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px
        }

            .awards-list-wrapper .awards-list-content .awards-list-awards-content .awards-list-text {
                width: 40.14423%;
                line-height: 24px;
                font-size: 14px;
                font-family: Lato-Regular;
                color: #000;
                letter-spacing: .45px
            }

        .awards-list-wrapper .awards-list-content .custom-slider-sets-container {
            width: 48.719%;
            overflow: hidden
        }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-list {
                margin-left: 0
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-list li {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    padding-left: 0;
                    margin-right: 5.59210526%
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link {
                display: block;
                padding: 10px;
                max-width: 180px;
                margin-right: 5.59210526%;
                flex: 0 0 29.607%
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link img {
                    width: 100%
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-bottom-operate {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 23px
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                margin-bottom: 8px;
                box-shadow: initial
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card .custom-slider-card-link:last-child {
                    margin-right: 0
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-arrow-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .coustom-slider-arrow {
                padding: 0;
                width: 30px;
                height: 7px
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .coustom-slider-arrow svg {
                    display: none
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-prev {
                margin-right: 12px;
                background: url(../images/arrow-left.svg) no-repeat
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-next {
                margin-left: 12px;
                background: url(../images/arrow-right.svg) no-repeat
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-item-num {
                color: #003329;
                font-size: 14px;
                font-family: Graphik-Regular
            }

        .awards-list-wrapper .awards-list-content .field-link {
            display: flex;
            justify-content: center
        }

            .awards-list-wrapper .awards-list-content .field-link .awards-list-link {
                display: block;
                padding: 13px 32px;
                line-height: 18px;
                font-size: 16px;
                color: #003329;
                font-family: Graphik-Semibold;
                border: 2px solid #003329;
                letter-spacing: .25px;
                font-weight: 600;
                text-decoration: none
            }

                .awards-list-wrapper .awards-list-content .field-link .awards-list-link:hover {
                    color: #fff;
                    background-color: #003329
                }

.media-list-out-wrapper.promo {
    padding: 0;
    background: initial
}

    .media-list-out-wrapper.promo > .component-content {
        border: none
    }

        .media-list-out-wrapper.promo > .component-content .news-list {
            padding: 0
        }

.media-list-out-wrapper > .component-content {
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    width: 86.66667%;
    max-width: 1248px;
    margin: 0 auto
}

    .media-list-out-wrapper > .component-content .divider-line-wrapper {
        padding: 0;
        max-width: initial;
        margin: initial
    }

        .media-list-out-wrapper > .component-content .divider-line-wrapper .divider-line {
            margin-top: 0
        }

    .media-list-out-wrapper > .component-content .field-link, .media-list-out-wrapper > .component-content .media-list-content-wrapper {
        padding: 0
    }

.media-list-out-wrapper .media-list-title {
    margin: 0 0 32px 0;
    line-height: 46px;
    font-size: 40px;
    font-family: Graphik-Semibold;
    color: #003329;
    font-weight: 600
}

.media-list-out-wrapper .media-list-content-wrapper {
    display: flex;
    margin-bottom: 40px
}

    .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper {
        width: 23.0769%;
        max-width: 288px;
        margin-right: 2.565%
    }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper:last-child {
            margin-right: 0
        }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-link {
            display: block;
            text-decoration: none;
            border: none;
            color: #003329
        }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-link:hover {
                color: #003329
            }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper {
            position: relative;
            padding-bottom: 100%;
            max-width: 288px;
            max-height: 288px;
            margin-bottom: 16px;
            overflow: hidden
        }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transform: translate(-50%,-50%) scale(1);
                transition: transform .7s linear
            }

                .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper .control-icon-player {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 64px;
                height: 44px;
                background: url(../images/video/video-play-button.svg) no-repeat;
                pointer-events: none
            }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-item-title {
            margin: 0 0 8px 0;
            line-height: 20px;
            font-size: 12px;
            font-family: Lato-Bold;
            color: #6d716f;
            font-weight: 700
        }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-item-subtitle {
            margin: 0;
            line-height: 15px;
            font-size: 12px;
            font-family: Graphik-Medium;
            color: #003329;
            font-weight: 500;
            letter-spacing: .15px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            -webkit-box-orient: vertical
        }

.media-list-out-wrapper .field-link {
    display: flex;
    justify-content: center
}

    .media-list-out-wrapper .field-link .multi-library-more-btn {
        display: inline-block;
        padding: 13px 32px;
        line-height: 18px;
        font-size: 16px;
        border: 2px solid #003329;
        font-family: Graphik-Semibold;
        color: #003329;
        font-weight: 600;
        letter-spacing: .25px;
        text-decoration: none
    }

        .media-list-out-wrapper .field-link .multi-library-more-btn:hover {
            color: #fff;
            background-color: #003329
        }

@media screen and (max-width: 991.98px) {
    .news-homepage-topshow-banner > .component-content {
        display: flex;
        padding: 72px 39px 38px;
        width: 100%
    }

        .news-homepage-topshow-banner > .component-content > .row {
            flex-direction: column
        }

    .news-homepage-topshow-banner .news-homepage-topshow-menu {
        max-width: 100%;
        margin-bottom: 54px
    }

    .news-homepage-topshow-banner .news-linklist-wrapper {
        height: 273px;
        max-height: 273px
    }

    .news-homepage-topshow-banner .top-news-out-wrapper {
        width: 100%;
        margin-left: 0
    }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-image-wrapper {
            margin-bottom: 42px
        }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-time {
            margin-bottom: 10px
        }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-title {
            line-height: 40px;
            margin-bottom: 16px
        }

    .news-list-out-wrapper {
        margin-bottom: 32px
    }

        .news-list-out-wrapper > .component-content {
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 44px 39px 128px;
            width: 100%
        }

        .news-list-out-wrapper .news-list {
            width: 30.725%;
            max-width: initial;
            margin-left: 0;
            margin-bottom: 0;
            margin: 0
        }

            .news-list-out-wrapper .news-list:first-child {
                margin-top: 0
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-image-wrapper {
                padding-bottom: 100%;
                max-width: initial;
                max-height: initial;
                margin-bottom: 8px
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-time {
                line-height: 18px
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-title {
                margin-bottom: 13px
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-subtitle {
                margin-bottom: 8px
            }

        .news-list-out-wrapper .news-list-more-btn {
            padding: 14px 32px
        }

    div.magazine-list-out-wrapper > .component-content {
        padding: 60px 39px 14px;
        width: 100%
    }

    div.magazine-list-out-wrapper .magazine-common-title {
        margin-bottom: 24px
    }

    div.magazine-list-out-wrapper .divider-line-wrapper .divider-line {
        margin-bottom: 51px
    }

    div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper {
        padding: 0;
        flex: 0 0 30.4347826%;
        max-width: initial;
        margin-right: 4.347826%
    }

    div.magazine-list-out-wrapper .magazine-list-items .magazine-img-wrapper {
        padding-bottom: 100%;
        max-width: 100%;
        max-height: initial
    }

    .awards-list-wrapper .awards-list-content {
        padding: 48px 39px;
        width: 100%
    }

        .awards-list-wrapper .awards-list-content .awards-list-title {
            margin-bottom: 24px
        }

        .awards-list-wrapper .awards-list-content .awards-list-awards-content {
            flex-direction: column;
            justify-content: flex-start
        }

            .awards-list-wrapper .awards-list-content .awards-list-awards-content .awards-list-text {
                width: 100%;
                margin-bottom: 40px
            }

        .awards-list-wrapper .awards-list-content .custom-slider-sets-container {
            padding: 0 14px;
            width: 100%
        }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-list li {
                margin-right: 9.216%
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link {
                max-width: initial;
                margin-right: 9.216%;
                flex: 0 0 27.192%
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link img {
                    width: 100%
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card {
                justify-content: space-between;
                margin-bottom: 29px
            }

        .awards-list-wrapper .awards-list-content .field-link .awards-list-link {
            padding: 14px 32px
        }

    .media-list-out-wrapper > .component-content {
        padding: 48px 39px 40px;
        width: 100%
    }

        .media-list-out-wrapper > .component-content .divider-line-wrapper .divider-line {
            margin-bottom: 49px
        }

        .media-list-out-wrapper > .component-content .media-list-content-wrapper {
            padding: 0 18px
        }

    .media-list-out-wrapper .media-list-content-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 24px
    }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper {
            width: 44.039%;
            max-width: initial;
            margin-right: 0;
            margin-bottom: 48px
        }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper {
                max-width: 100%;
                max-height: initial
            }

    .media-list-out-wrapper .field-link .multi-library-more-btn {
        padding: 14px 32px
    }
}

@media screen and (max-width: 767.98px) {
    .news-homepage-topshow-banner > .component-content {
        display: flex;
        padding: 48px 16px 39px
    }

        .news-homepage-topshow-banner > .component-content > .row {
            flex-direction: column
        }

    .news-homepage-topshow-banner .news-homepage-topshow-menu {
        max-width: 100%;
        margin-bottom: 48px
    }

    .news-homepage-topshow-banner .news-linklist-wrapper {
        height: 280px;
        max-height: 280px
    }

    .news-homepage-topshow-banner .top-news-out-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 40px
    }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-image-wrapper {
            margin-bottom: 24px
        }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-time {
            margin-bottom: 24px
        }

        .news-homepage-topshow-banner .top-news-out-wrapper .top-news-wrapper .top-news-item-title {
            line-height: 33px;
            margin-bottom: 24px
        }

    .news-list-out-wrapper {
        margin-bottom: 24px
    }

        .news-list-out-wrapper > .component-content {
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 40px 16px 128px
        }

        .news-list-out-wrapper .news-list {
            width: 100%;
            max-width: initial;
            margin-left: 0;
            margin-bottom: 0;
            margin: 40px 0 0
        }

            .news-list-out-wrapper .news-list:first-child {
                margin-top: 0
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-image-wrapper {
                padding-bottom: 100%;
                max-width: initial;
                max-height: initial
            }

            .news-list-out-wrapper .news-list .news-list-inner-wrapper .news-list-item-subtitle {
                margin-bottom: 8px
            }

        .news-list-out-wrapper .news-list-more-btn {
            padding: 14px 32px
        }

    div.magazine-list-out-wrapper > .component-content {
        padding: 40px 16px 20px
    }

    div.magazine-list-out-wrapper .magazine-common-title {
        line-height: 41px;
        font-size: 30px
    }

    div.magazine-list-out-wrapper .divider-line-wrapper .divider-line {
        margin-bottom: 42px
    }

    div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper {
        padding: 0;
        flex: 0 0 100%;
        max-width: initial;
        margin-right: 0;
        margin-bottom: 32px
    }

        div.magazine-list-out-wrapper .magazine-list-items .magazine-list-item-wrapper:nth-child(3n) {
            margin-bottom: 32px
        }

    div.magazine-list-out-wrapper .magazine-list-items .magazine-img-wrapper {
        padding-bottom: 100%;
        max-width: 100%;
        max-height: initial
    }

    div.magazine-list-out-wrapper .field-link {
        margin-bottom: 32px
    }

    .awards-list-wrapper .awards-list-content {
        padding: 40px 16px 48px
    }

        .awards-list-wrapper .awards-list-content .awards-list-title {
            margin-bottom: 24px;
            line-height: 41px;
            font-size: 30px;
            letter-spacing: .27px
        }

        .awards-list-wrapper .awards-list-content .awards-list-awards-content {
            flex-direction: column;
            justify-content: flex-start
        }

            .awards-list-wrapper .awards-list-content .awards-list-awards-content .awards-list-text {
                width: 100%;
                margin-bottom: 40px
            }

        .awards-list-wrapper .awards-list-content .custom-slider-sets-container {
            padding: 0;
            width: 100%
        }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-list li {
                margin-right: 6.415%
            }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link {
                padding: 0;
                max-width: initial;
                flex: 0 0 29%;
                margin-right: 6.415%
            }

                .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card-link img {
                    width: 100%
                }

            .awards-list-wrapper .awards-list-content .custom-slider-sets-container .custom-slider-card {
                justify-content: space-between;
                margin-bottom: 29px
            }

        .awards-list-wrapper .awards-list-content .field-link .awards-list-link {
            padding: 14px 32px
        }

    .media-list-out-wrapper > .component-content {
        padding: 40px 16px 13px
    }

        .media-list-out-wrapper > .component-content .divider-line-wrapper .divider-line {
            margin-bottom: 32px
        }

        .media-list-out-wrapper > .component-content .media-list-content-wrapper {
            padding: 0
        }

    .media-list-out-wrapper .media-list-title {
        margin-bottom: 24px;
        line-height: 45px;
        font-size: 30px;
        letter-spacing: .27px
    }

    .media-list-out-wrapper .media-list-content-wrapper {
        flex-direction: column;
        margin-bottom: 32px
    }

        .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper {
            width: 100%;
            max-width: initial;
            margin-right: 0;
            margin-bottom: 24px
        }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper:last-child {
                margin-bottom: 0
            }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-iteminner-wrapper .media-list-iteminner-image-wrapper {
                max-width: 100%;
                max-height: initial
            }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-item-title {
                line-height: 13px;
                letter-spacing: .09px
            }

            .media-list-out-wrapper .media-list-content-wrapper .media-list-item-wrapper .media-list-item-subtitle {
                font-size: 14px;
                letter-spacing: .17px
            }

    .media-list-out-wrapper .field-link .multi-library-more-btn {
        padding: 14px 32px
    }
}

.news-artical-wrapper {
    margin: 72px 0 40px
}

    .news-artical-wrapper > div > .row {
        width: 86.66%;
        max-width: 1248px;
        margin: 0 auto
    }

        .news-artical-wrapper > div > .row .n-c-download-link {
            padding: 0 6.9444444%
        }

    .news-artical-wrapper > div .component {
        padding: 0;
        width: 100%
    }

    .news-artical-wrapper > div h1, .news-artical-wrapper > div h2, .news-artical-wrapper > div h3, .news-artical-wrapper > div h4, .news-artical-wrapper > div h5, .news-artical-wrapper > div h6, .news-artical-wrapper > div p {
        margin: 0
    }

    .news-artical-wrapper .news-artical-left-part {
        margin-right: 32px;
        flex: 1
    }

        .news-artical-wrapper .news-artical-left-part .n-c-title-wrapper {
            line-height: 46px;
            margin-bottom: 24px;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

            .news-artical-wrapper .news-artical-left-part .n-c-title-wrapper:empty {
                display: none
            }

        .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper, .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper span {
            line-height: 30px;
            margin-bottom: 24px;
            font-size: 22px;
            font-family: Graphik-Regular;
            color: #555;
            letter-spacing: .17px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper span:empty, .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper:empty {
                display: none
            }

            .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper span {
                background-color: initial !important;
                color: #555 !important
            }

        .news-artical-wrapper .news-artical-left-part .n-c-subtitle-wrapper {
            line-height: 20px;
            margin-bottom: 8px;
            font-family: Graphik-Medium;
            font-size: 18px;
            color: #003329;
            font-weight: 500;
            letter-spacing: .23px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-subtitle-wrapper:empty {
                display: none
            }

        .news-artical-wrapper .news-artical-left-part .n-c-datetime-wrapper {
            line-height: 20px;
            margin-bottom: 24px;
            font-family: Graphik-Medium;
            font-size: 14px;
            color: #6d716f;
            font-weight: 500
        }

            .news-artical-wrapper .news-artical-left-part .n-c-datetime-wrapper .c-datetime:empty, .news-artical-wrapper .news-artical-left-part .n-c-datetime-wrapper:empty {
                display: none
            }

        .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper h2, .news-artical-wrapper .news-artical-left-part .n-c-image-title-wrapper h2 {
            line-height: 36px;
            margin-bottom: 24px;
            font-size: 24px;
            font-family: Graphik-Medium;
            color: #000;
            font-weight: 500;
            letter-spacing: .33px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper h2:empty, .news-artical-wrapper .news-artical-left-part .n-c-image-title-wrapper h2:empty {
                display: none
            }

        .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper .t-last-br, .news-artical-wrapper .news-artical-left-part .n-c-image-title-wrapper .t-last-br {
            display: none
        }

        .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper {
            margin-bottom: 48px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper .video-play-wrapper {
                overflow: hidden;
                margin-bottom: 16px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper p {
                font-size: 14px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper img {
                max-width: 100%;
                min-width: 100%;
                height: auto !important;
                margin-bottom: 16px
            }

        .news-artical-wrapper .news-artical-left-part .n-c-image-subtitle {
            line-height: 20px;
            font-size: 14px;
            font-family: Lato-Regular;
            color: #6d716f
        }

        .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper, .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p {
            line-height: 27px;
            font-family: Lato-Regular;
            font-size: 18px;
            color: #000;
            letter-spacing: .45px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper img, .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p img {
                margin-bottom: 16px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p:empty, .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper:empty {
                display: none
            }

        .news-artical-wrapper .news-artical-left-part .news-social-links {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 25px;
            margin-bottom: 24px
        }

            .news-artical-wrapper .news-artical-left-part .news-social-links:empty {
                display: none
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links li {
                margin-right: 12px
            }

                .news-artical-wrapper .news-artical-left-part .news-social-links li:empty {
                    display: none
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links li:last-child {
                    margin-right: 0
                }

            .news-artical-wrapper .news-artical-left-part .news-social-links .field-link a {
                display: block;
                padding: 0;
                width: 36px;
                height: 36px;
                font-size: 0
            }

                .news-artical-wrapper .news-artical-left-part .news-social-links .field-link a:hover {
                    text-decoration: none;
                    border: none
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links .field-link a::after, .news-artical-wrapper .news-artical-left-part .news-social-links .field-link a::before {
                    display: none
                }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-facebook {
                background: url(../images/icon-facebook-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-linkin {
                background: url(../images/icon-linkedIn-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-wechat {
                background: url(../images/icon-wechat-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-twitter {
                background: url(../images/icon-twitter-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-email {
                background: url(../images/icon-email-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .social-wechat {
                background: url(../images/icon-wechat-green.svg) no-repeat
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip {
                display: inline-block;
                position: relative;
                cursor: pointer
            }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top {
                    display: flex;
                    align-items: center;
                    min-width: 245px;
                    top: -20px;
                    left: 50%;
                    transform: translate(-50%,-100%);
                    padding: 20px;
                    color: #003329;
                    background-color: #fff;
                    font-weight: 400;
                    font-size: 13px;
                    border-radius: 8px;
                    position: absolute;
                    z-index: 99999999;
                    box-sizing: border-box;
                    border: 1px solid #6e6e6e;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity .3s
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip:hover .top {
                    opacity: 1;
                    visibility: visible
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top span {
                    font-family: Lato-Regular;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 11px;
                    line-height: 14px;
                    text-align: center !important;
                    letter-spacing: .4px;
                    color: #003329;
                    width: 100px;
                    margin-right: 20px
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top img {
                    width: 85px;
                    height: 85px
                }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top i {
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -12px;
                    width: 24px;
                    height: 12px;
                    overflow: hidden
                }

                    .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top i::after {
                        content: '';
                        position: absolute;
                        width: 12px;
                        height: 12px;
                        left: 50%;
                        transform: translate(-50%,-50%) rotate(45deg);
                        background-color: #fff;
                        border: 1px solid #6e6e6e
                    }

    .news-artical-wrapper .row div.news-artical-right-part {
        padding: 0 6.9444444%
    }

    .news-artical-wrapper .news-artical-right-part .n-c-media-title-wrapper {
        line-height: 30px;
        margin-bottom: 39px;
        font-size: 20px;
        font-family: Graphik-Medium;
        color: #000;
        font-weight: 500;
        letter-spacing: .28px
    }

    .news-artical-wrapper .news-artical-right-part .call, .news-artical-wrapper .news-artical-right-part .page-link, .news-artical-wrapper .news-artical-right-part .register-phone {
        display: inline-block;
        font-family: Graphik-Medium;
        font-size: 18px;
        color: #003329;
        font-weight: 500;
        letter-spacing: .52px;
        text-decoration: none
    }

        .news-artical-wrapper .news-artical-right-part .call:hover, .news-artical-wrapper .news-artical-right-part .page-link:hover, .news-artical-wrapper .news-artical-right-part .register-phone:hover {
            text-decoration: underline
        }

    .news-artical-wrapper .news-artical-right-part .call, .news-artical-wrapper .news-artical-right-part .register-phone {
        line-height: 20px;
        margin-bottom: 8px
    }

    .news-artical-wrapper .news-artical-right-part .page-link {
        line-height: 27px;
        margin-bottom: 24px
    }

    .news-artical-wrapper .news-artical-right-part .brand-emailus {
        display: inline-block;
        margin-bottom: 48px
    }

    .news-artical-wrapper .n-c-download-link {
        margin-bottom: 45px
    }

        .news-artical-wrapper .n-c-download-link .field-filetypeicon, .news-artical-wrapper .n-c-download-link .field-title, .news-artical-wrapper .n-c-download-link .field-updated, .news-artical-wrapper .n-c-download-link h3, .news-artical-wrapper .n-c-download-link h4 {
            display: none
        }

        .news-artical-wrapper .n-c-download-link ul {
            margin: 0;
            padding: 0
        }

            .news-artical-wrapper .n-c-download-link ul li {
                padding: 0;
                margin-bottom: 10px;
                border: none
            }

                .news-artical-wrapper .n-c-download-link ul li:last-child {
                    margin-bottom: 0
                }

        .news-artical-wrapper .n-c-download-link .field-linktext {
            display: flex;
            max-width: 100%;
            margin: 0
        }

        .news-artical-wrapper .n-c-download-link a {
            position: relative;
            display: inline-block;
            padding-right: 64px;
            width: 90%;
            line-height: 21px;
            font-family: Graphik-Medium;
            font-size: 18px;
            color: #003329;
            font-weight: 500;
            letter-spacing: .23px;
            border: none;
            text-align: left;
            text-decoration: none
        }

            .news-artical-wrapper .n-c-download-link a:active, .news-artical-wrapper .n-c-download-link a:hover {
                text-decoration: none;
                color: #003329
            }

            .news-artical-wrapper .n-c-download-link a:after {
                position: absolute;
                right: 0;
                bottom: 2px;
                content: "";
                width: 22px;
                height: 22px;
                background: url(../images/icon-download.svg) no-repeat;
                background-size: 22px 22px
            }

            .news-artical-wrapper .n-c-download-link a:empty::after {
                display: none
            }

    .news-artical-wrapper .Carousel-title {
        font-family: Graphik;
        font-size: 18px;
        line-height: 26px;
        color: #000;
        letter-spacing: .33px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 16px
    }

    .news-artical-wrapper .Carousel .uk-card-default {
        background: 0 0
    }

    .news-artical-wrapper .Carousel .custom-slider-item-num {
        line-height: unset
    }

    .news-artical-wrapper.news-multimedia-library-artical-wrapper > div > .row {
        max-width: none
    }

@media screen and (max-width: 991.98px) {
    .news-artical-wrapper.news-multimedia-library-artical-wrapper > div > .row {
        padding: 0 16px
    }
}

.news-artical-wrapper.news-multimedia-library-artical-wrapper .news-artical-left-part {
    margin-right: 0
}

    .news-artical-wrapper.news-multimedia-library-artical-wrapper .news-artical-left-part .n-c-artical-wrapper, .news-artical-wrapper.news-multimedia-library-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p {
        color: #003329
    }

@media screen and (max-width: 991.98px) {
    .news-artical-wrapper {
        margin: 48px 0 0 0
    }

        .news-artical-wrapper > div > .row {
            padding: 0 39px;
            width: 100%
        }

            .news-artical-wrapper > div > .row .n-c-download-link {
                padding: 0 0 0 17px
            }

        .news-artical-wrapper .news-artical-left-part {
            margin-right: 0
        }

            .news-artical-wrapper .news-artical-left-part .n-c-title-wrapper {
                line-height: 42px;
                margin-bottom: 32px;
                font-size: 35px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper h2, .news-artical-wrapper .news-artical-left-part .n-c-image-title-wrapper h2 {
                line-height: 30px;
                margin-bottom: 32px;
                font-size: 20px;
                letter-spacing: .18px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper {
                margin-bottom: 48px
            }

                .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper .video-play-wrapper {
                    margin-bottom: 24px
                }

                .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper img {
                    margin-bottom: 24px
                }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper h2 {
                margin-bottom: 24px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p {
                line-height: 22px;
                font-size: 14px;
                letter-spacing: .35px
            }

        .news-artical-wrapper .row div.news-artical-right-part {
            padding: 37px 0 0 17px;
            min-width: initial
        }

        .news-artical-wrapper .news-artical-right-part .n-c-media-title-wrapper {
            margin-bottom: 39px
        }

        .news-artical-wrapper .n-c-download-link {
            margin-bottom: 48px
        }

            .news-artical-wrapper .n-c-download-link a {
                padding-right: 60px;
                width: 51%
            }
}

@media screen and (max-width: 767.98px) {
    .news-artical-wrapper > div > .row {
        padding: 0 16px;
        width: auto
    }

        .news-artical-wrapper > div > .row .n-c-download-link {
            padding: 0
        }

    .news-artical-wrapper .news-artical-left-part {
        margin-bottom: 39px
    }

        .news-artical-wrapper .news-artical-left-part .n-c-title-wrapper {
            line-height: 38px;
            font-size: 30px
        }

        .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper, .news-artical-wrapper .news-artical-left-part .n-c-content-wrapper span {
            line-height: 24px;
            margin-bottom: 32px;
            font-size: 14px;
            letter-spacing: .12px
        }

        .news-artical-wrapper .news-artical-left-part .n-c-subtitle-wrapper {
            line-height: 18px;
            font-size: 16px;
            letter-spacing: .2px
        }

        .news-artical-wrapper .news-artical-left-part .n-c-datetime-wrapper {
            margin-bottom: 48px
        }

        .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper {
            margin-bottom: 32px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper .video-play-wrapper {
                margin-bottom: 8px
            }

            .news-artical-wrapper .news-artical-left-part .n-c-image-wrapper img {
                margin-bottom: 8px
            }

        .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper, .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p {
            line-height: 22px;
            font-size: 14px;
            letter-spacing: .35px
        }

            .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper img, .news-artical-wrapper .news-artical-left-part .n-c-artical-wrapper p img {
                margin-bottom: 8px
            }

        .news-artical-wrapper .news-artical-left-part .news-social-links {
            justify-content: flex-start;
            margin-top: 25px;
            margin-left: 5px;
            margin-bottom: 23px
        }

            .news-artical-wrapper .news-artical-left-part .news-social-links li:first-child {
                margin-left: -10px
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .field-link a {
                width: 26px;
                height: 26px;
                background-size: 26px 26px
            }

            .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top {
                left: 180%
            }

                .news-artical-wrapper .news-artical-left-part .news-social-links .tooltip .top i {
                    left: 36.5%
                }

    .news-artical-wrapper .row div.news-artical-right-part {
        padding: 0
    }

    .news-artical-wrapper .news-artical-right-part .n-c-media-title-wrapper {
        margin-bottom: 30px
    }

    .news-artical-wrapper .news-artical-right-part .brand-emailus {
        margin-bottom: 36px
    }

    .news-artical-wrapper .n-c-download-link {
        margin-bottom: 41px
    }

    .news-artical-wrapper .Carousel {
        max-width: unset
    }

    .news-artical-wrapper .Carousel-title {
        margin-top: 24px
    }

    .news-artical-wrapper .Carousel.need-to-control-bg {
        width: 100vw;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px !important;
        padding-right: 16px !important
    }

        .news-artical-wrapper .Carousel.need-to-control-bg .custom-slider-wrapper {
            width: calc(100vw - 32px)
        }
}

.alert-wrapper {
    padding: 32px 0 90px !important
}

    .alert-wrapper .alert-title {
        line-height: 33px;
        margin-bottom: 24px;
        font-size: 30px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500
    }

    .alert-wrapper .alert-text {
        max-width: 552px;
        line-height: 27px;
        font-size: 18px;
        font-family: Lato-Regular;
        color: #000;
        letter-spacing: .23px
    }

.brand-newsletter-form-wrapper .alert-wrapper {
    display: flex;
    align-items: center;
    padding: 0 !important;
    height: 100%
}

    .brand-newsletter-form-wrapper .alert-wrapper .alert-title {
        display: block;
        width: 21px;
        height: 21px;
        margin-bottom: 0;
        margin-right: 10px;
        background-image: url(../images/icon-selected-white.svg);
        background-size: 21px 21px;
        background-repeat: no-repeat
    }

    .brand-newsletter-form-wrapper .alert-wrapper .alert-text {
        line-height: 15px;
        font-size: 12px;
        font-family: Lato-Regular;
        color: #fff;
        letter-spacing: .16px
    }

@media screen and (max-width: 991.98px) {
    .alert-wrapper {
        padding: 10px 0 30px !important
    }
}

a, button, div, h3, h4, h6, img, input, li, p, span, ul {
    margin: 0;
    padding: 0
}

li, ul {
    list-style: none
}

.custom-filter-page-container {
    width: 100%
}

    .custom-filter-page-container .custom-filter-page-top-wrapper {
        padding: 48px 0;
        background-color: #f1f1f1
    }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-wrapper {
            width: 86.666667%;
            margin: 0 auto
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-title {
            line-height: 28px;
            font-family: Graphik-Medium;
            font-size: 22px;
            color: #003329;
            font-weight: 500;
            letter-spacing: .17px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-detail-wrapper {
            display: flex;
            align-items: center;
            flex-wrap: wrap
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper {
            position: relative;
            display: flex;
            flex: 1;
            margin-top: 20px;
            max-width: 526px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list {
                position: absolute;
                display: none;
                top: 48px;
                width: calc(100% - 72px);
                background: #fff;
                padding: 8px 0;
                padding-top: 0;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,.34);
                box-sizing: border-box;
                z-index: 1;
                max-height: 280px;
                overflow-y: overlay
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list a:hover {
                    text-decoration: none
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-type:first-child {
                    border-top: none;
                    margin-top: 0
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-text {
                    font-size: 16px;
                    padding: 8px 24px;
                    display: block;
                    color: #003329;
                    font-family: Lato-Regular;
                    line-height: 24px;
                    letter-spacing: .4px;
                    height: 44px;
                    box-sizing: border-box
                }

                    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-text:hover {
                        background: #f1f1f1
                    }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-type {
                    color: #555 !important;
                    font-size: 12px;
                    border-top: 1px solid #d9d1ce;
                    line-height: 28px;
                    letter-spacing: 1.1px;
                    margin-top: 8px
                }

                    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-type:hover {
                        background: 0 0
                    }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper ::-webkit-scrollbar {
                width: 10px
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper ::-webkit-scrollbar-thumb {
                border: 2px solid #fff;
                border-radius: 6px;
                background: #d8d8d8
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-search-btn {
                display: block;
                width: 72px;
                height: 48px;
                background: url(../images/search-white.svg) no-repeat;
                background-size: 20px 20px;
                background-position: center;
                background-color: #003329;
                outline: 0;
                border: none;
                border-radius: 0;
                cursor: pointer
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name {
                flex: 1;
                padding: 0 24px;
                border-radius: 0;
                border: none;
                outline: 0;
                color: #003329;
                font-family: Graphik-Semibold !important;
                font-size: 16px;
                letter-spacing: .2px;
                font-weight: 600;
                line-height: 18px
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name::-webkit-input-placeholder {
                    color: #003329;
                    font-family: Graphik-Semibold !important;
                    font-size: 16px;
                    letter-spacing: .2px;
                    font-weight: 600
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name::-moz-placeholder {
                    color: #003329;
                    font-family: Graphik-Semibold !important;
                    font-size: 16px;
                    letter-spacing: .2px;
                    opacity: 1;
                    font-weight: 600
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name:-moz-placeholder {
                    color: #003329;
                    font-family: Graphik-Semibold !important;
                    font-size: 16px;
                    letter-spacing: .2px;
                    opacity: 1;
                    font-weight: 600
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name:-ms-input-placeholder {
                    color: #003329;
                    font-family: Graphik-Semibold !important;
                    font-size: 16px;
                    letter-spacing: .2px;
                    font-weight: 600
                }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper {
            display: flex;
            align-items: center;
            margin-right: 34px;
            margin-top: 20px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper .custom-filter-apply-btn {
                position: absolute;
                padding: 10px 35px;
                line-height: 15px;
                font-family: Graphik-Semibold;
                font-size: 14px;
                color: #003329;
                text-align: center;
                font-weight: 600;
                letter-spacing: .25px;
                border: 2px solid #003329;
                cursor: pointer
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper .custom-filter-apply-btn:hover {
                    background: #003329;
                    color: #fff
                }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper {
            margin-right: 22px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper {
            display: flex
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-toggle-purpose, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-toggle-purpose, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose {
                line-height: 18px;
                font-size: 16px;
                color: #003329;
                font-family: Graphik-Semibold;
                font-weight: 600;
                letter-spacing: .2px;
                cursor: pointer;
                white-space: nowrap
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type {
            position: relative;
            padding: 14px 47px 14px 27px;
            border: 1px solid #003329;
            cursor: pointer;
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location.open-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location:hover, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type.open-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type:hover {
                background: #003329
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location.open-list .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location.open-list .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location:hover .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location:hover .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type.open-list .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type.open-list .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type:hover .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type:hover .custom-filter-property-type-con {
                    color: #fff
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location:hover .select-arrow, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type:hover .select-arrow {
                    background: url(../images/icon-arrow-white.svg) no-repeat
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-property-type-con {
                pointer-events: none
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose {
            padding: 14px 27px;
            margin-left: -1px;
            border: 1px solid #003329
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose:hover {
                background: #003329;
                color: #fff
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose.custom-filter-checked {
                background-color: #003329;
                color: #fff
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose:first-child {
                margin-left: 0
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper {
            position: relative;
        }

            .disabled-dropdown {
                pointer-events: none;
                opacity: 0.5;
            }               
            
            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-all-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper {
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                z-index: 10000;
                box-sizing: border-box;
                padding: 14px 22px 64px;
                border: 1px solid transparent;
                background-color: #fff;
                margin-top: 10px;
                min-width: 100%;
                box-shadow: rgba(0,0,0,.34) 0 2px 4px 0
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-all-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper::before {
                    position: absolute;
                    content: "";
                    left: 50%;
                    top: -1px;
                    transform: rotate(135deg) translateX(-50%);
                    width: 6px;
                    height: 6px;
                    border: 1px solid #fff;
                    border-top-color: transparent;
                    border-right-color: transparent;
                    background: #fff
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list {
                display: flex;
                align-items: center;
                min-width: 170px;
                margin-bottom: 28px;
                cursor: pointer
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list:last-child, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list:last-child, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-list:last-child, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list:last-child {
                    margin-bottom: 0
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list.custom-filter-checked .custom-filter-checkbox {
                    background-image: url(../images/icon-selected-black.svg);
                    background-size: 13px 12px;
                    background-position: center;
                    background-repeat: no-repeat
                }

        .custom-filter-page-container .custom-filter-page-top-wrapper .select-arrow {
            position: absolute;
            right: 19px;
            top: 21px;
            transition: transform .3s;
            width: 14px;
            height: 7px;
            background: url(../images/icon-arrow-green.svg) no-repeat;
            background-size: 14px 7px;
            pointer-events: none
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .select-arrow.select-arrow--up {
                transform: rotate(180deg);
                background: url(../images/icon-arrow-white.svg) no-repeat
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper {
            display: none;
            min-width: 260px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper {
                display: flex
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper {
                    flex: 1;
                    min-width: 200px;
                    margin-bottom: 28px
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-clear-all-btn {
                right: 22px
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-apply-btn {
                bottom: 24px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper {
            display: flex
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper {
                flex: 1;
                min-width: 200px;
                margin-bottom: 28px
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper:last-child .custom-filter-property-type-list {
                    margin-right: 0
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper .custom-filter-property-type-list {
                    margin-right: 10px
                }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper {
            display: none;
            min-width: 500px;
            padding-bottom: 64px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper .custom-filter-location-list-type {
                line-height: 18px;
                font-size: 16px;
                font-family: Graphik-Semibold;
                color: #003329;
                letter-spacing: .2px;
                font-weight: 600
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top {
            display: flex;
            flex-wrap: wrap
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top {
            margin-bottom: 0
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top .custom-filter-location-list-warpper {
                width: 50%
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top .custom-filter-location-list-warpper .custom-filter-location-list {
                    margin-right: 10px
                }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list-warpper {
            display: flex;
            flex-wrap: wrap;
            width: 100%
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list {
            width: calc(50% - 10px);
            margin-right: 10px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list:nth-child(2n+1) {
                margin-right: 0
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list:last-child {
                margin-bottom: 28px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list-type {
            width: 100%
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-warpper .custom-filter-location-list:not(.custom-filter-location-list-type) {
            display: none
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-checkbox {
            box-sizing: border-box;
            display: inline-block;
            width: 20px;
            height: 20px;
            min-width: 20px;
            min-height: 20px;
            margin-right: 24px;
            border: 1px solid #d9d1ce;
            pointer-events: none
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-checkbox-txt {
            display: inline-block;
            max-width: 200px;
            line-height: 18px;
            font-family: Graphik-Regular;
            font-size: 16px;
            color: #003329;
            letter-spacing: .2px;
            pointer-events: none
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-clear-all-btn {
            position: absolute;
            bottom: 35px;
            right: 24px;
            line-height: 15px;
            font-family: Graphik-Regular;
            color: #555;
            font-size: 14px;
            letter-spacing: .17px;
            cursor: pointer
        }

    .custom-filter-page-container .results-input {
        display: none;
        margin: 33px 11.4% -28px;
        color: #003329;
        font-family: Graphik-Regular;
        font-size: 18px;
        letter-spacing: .14px;
        line-height: 28px
    }

        .custom-filter-page-container .results-input .results-clear {
            text-decoration: underline;
            cursor: pointer;
            margin-top: 10px
        }

        .custom-filter-page-container .results-input .results-search {
            font-family: Graphik-Medium;
            margin-top: 24px;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: .22px
        }

    .custom-filter-page-container .custom-filter-page-loadmore-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 72px 0
    }

        .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn {
            padding: 13px 32px;
            line-height: 18px;
            outline: 0;
            background-color: transparent;
            border: 2px solid #003329;
            border-radius: 0;
            font-family: Graphik-Semibold;
            font-size: 16px;
            color: #003329;
            letter-spacing: .25px;
            font-weight: 600;
            cursor: pointer
        }

            .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn:hover {
                background: #003329;
                color: #fff
            }

            .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn.loadmore-btn--disabled {
                display: none;
                cursor: not-allowed;
                opacity: .4
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-inner-wrapper {
        width: 71.9444444%;
        margin: 0 auto
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-list-wrapper {
        display: flex;
        padding: 72px 0 26px;
        border-bottom: 1px solid #bfbfbf
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper {
        width: 54.463%;
        margin-right: 3.08888%
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper .custom-slider-card {
            overflow: hidden
        }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper .custom-slider-card-media-top {
            position: relative;
            padding-bottom: 61.778%;
            background-size: cover
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper .custom-slider-card-media-top img {
                position: absolute;
                left: 50%;
                object-fit: cover;
                top: 50%;
                transform: translate(-50%,-50%);
                max-width: initial;
                width: 100%;
                height: 100%
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-content {
        padding-bottom: 46px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-list {
        margin-left: 0
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-list li {
            padding-left: 0;
            width: 100%
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-list li img {
                width: 100%
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-bottom-operate {
        position: absolute;
        width: 100%
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-arrow-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 23px;
        line-height: 23px;
        margin-top: 25px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .coustom-slider-arrow {
        position: relative;
        left: 0;
        padding: 0;
        width: 30px;
        height: 7px;
        transition: left .3s
    }

        .custom-filter-page-container .custom-filter-content-wrapper .coustom-slider-arrow svg {
            display: none
        }

        .custom-filter-page-container .custom-filter-content-wrapper .coustom-slider-arrow:active, .custom-filter-page-container .custom-filter-content-wrapper .coustom-slider-arrow:hover {
            outline: 0;
            background-color: transparent
        }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-prev {
        margin-right: 12px;
        background: url(../images/arrow-left.svg) no-repeat
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-prev:hover {
            left: -6px
        }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-next {
        margin-left: 12px;
        background: url(../images/arrow-right.svg) no-repeat
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-next:hover {
            left: 6px
        }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-item-num {
        color: #003329;
        font-size: 14px;
        font-family: Graphik-Regular
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-wrapper {
        padding-bottom: 44px;
        width: 50%
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-wrapper .custom-filter-content-detail-link {
            display: block;
            text-decoration: none
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-wrapper .custom-filter-content-detail-link:hover {
                text-decoration: none
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-type {
        display: flex;
        align-items: center;
        line-height: 13px;
        margin-bottom: 10px;
        font-size: 12px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .15px
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-type span {
            margin-right: 5px
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-type span:last-child {
                margin-right: 0
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-title {
        line-height: 27px;
        margin-bottom: 16px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #000;
        font-weight: 500
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-subtitle {
        line-height: 13px;
        margin-bottom: 28px;
        font-size: 12px;
        color: #000;
        font-family: Graphik-Regular;
        letter-spacing: .15px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .divider-line {
        width: 73px;
        margin-bottom: 24px;
        margin-top: 0
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-address {
        line-height: 21px;
        margin-bottom: 24px;
        font-size: 14px;
        color: #003329;
        font-family: Graphik-Medium;
        font-weight: 500
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-icon-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-icon-wrapper .custom-filter-content-detail-icon-info {
            display: flex;
            align-items: center;
            width: auto;
            margin-right: 18px;
            margin-bottom: 7px
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-icon-wrapper .custom-filter-content-detail-icon-info:last-child {
                margin-right: 0
            }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-icon-wrapper .custom-filter-content-detail-icon-info .custom-filter-content-detail-icon {
                width: 22px;
                margin-right: 8px
            }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-icon-wrapper .custom-filter-content-detail-icon-info .custom-filter-content-detail-icon-txt {
                line-height: 21px;
                font-size: 12px;
                font-family: Lato-Regular;
                color: #000
            }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-info-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 6px
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-info-wrapper .custom-filter-content-detail-info {
            position: relative;
            padding-right: 24px;
            line-height: 20px;
            font-size: 11px;
            font-family: Lato-Regular;
            color: #000
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-info-wrapper .custom-filter-content-detail-info.BulletPoints {
                padding-left: 24px
            }

                .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-info-wrapper .custom-filter-content-detail-info.BulletPoints::before {
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    content: "";
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background-color: #000
                }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper {
        display: flex;
        align-items: center;
        margin-top: 26px
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper .custom-filter-content-detail-learnmore-btn {
            padding: 10px 16px;
            line-height: 15px;
            margin-right: 43px;
            border: 2px solid #003329;
            font-size: 14px;
            color: #003329;
            font-family: Graphik-Semibold;
            font-weight: 600;
            letter-spacing: .25px;
            text-decoration: none;
            white-space: nowrap
        }

            .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper .custom-filter-content-detail-learnmore-btn:hover {
                background: #003329;
                color: #fff
            }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper .learn-more-btn {
            display: inline-block;
            z-index: 5;
            line-height: 25px;
            font-family: Graphik-Regular;
            color: #555;
            letter-spacing: .18px
        }

    .custom-filter-page-container .no-results-msg {
        display: none;
        padding: 50px 0;
        text-align: center;
        font-family: Graphik-Medium;
        font-weight: 500;
        color: #003329
    }

.search-loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: rgba(255,255,255,.9)
}

    .search-loading-wrapper .search-loading {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-animation: loader1 2s infinite linear;
        animation: loader1 2s infinite linear
    }

        .search-loading-wrapper .search-loading::after, .search-loading-wrapper .search-loading::before {
            content: '';
            width: 0;
            height: 0;
            border: 14px solid #aaa;
            position: absolute;
            border-radius: 100%;
            -webkit-animation: loader2 2s infinite ease-in-out;
            animation: loader2 2s infinite ease-in-out
        }

        .search-loading-wrapper .search-loading::before {
            top: 0;
            left: 50%
        }

        .search-loading-wrapper .search-loading::after {
            bottom: 0;
            right: 50%;
            -webkit-animation-delay: -1s;
            animation-delay: -1s
        }

@-webkit-keyframes loader1 {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader1 {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader2 {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes loader2 {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@media screen and (max-width: 991.98px) {
    .custom-filter-page-container .custom-filter-page-top-wrapper {
        padding: 24px 16px 40px
    }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-wrapper {
            width: 100%
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper {
            display: flex;
            width: 100%;
            max-width: none;
            margin-left: 0
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-detail-wrapper {
            flex-direction: column;
            align-items: flex-start
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper {
            align-items: flex-start;
            flex-wrap: wrap;
            width: 100%
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper .custom-filter-apply-btn:hover {
                background: initial;
                color: #003329
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-form-wrapper .custom-filter-apply-btn:active {
                background: #003329;
                color: #fff
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper {
            width: 49.566%;
            margin-right: .86799999%
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper {
                display: none
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper.need-view-all-btn .custom-filter-view-all-btn {
                    display: inline-block !important
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper.need-view-all-btn .custom-filter-line {
                    display: block !important
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-property-type-list-content-wrapper {
                    flex-direction: column
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-line {
                    display: none !important;
                    width: 110%;
                    height: 1px;
                    margin-left: -5%;
                    margin-bottom: 32px;
                    background: #d9d1ce
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-view-all-btn {
                    position: relative;
                    display: none !important;
                    line-height: 15px;
                    margin-bottom: 16px;
                    font-size: 14px;
                    font-family: Graphik-Regular;
                    color: #003329;
                    letter-spacing: .17px
                }

                    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-view-all-btn::after {
                        position: absolute;
                        content: "";
                        left: 100%;
                        top: 50%;
                        transform: translateY(-50%);
                        transition: transform .3s;
                        transform-origin: 50% 25%;
                        width: 10px;
                        height: 6px;
                        margin-left: 14px;
                        background: url(../images/icon-arrow-green.svg) no-repeat
                    }

                    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper .custom-filter-view-all-btn.view-all-btn--active::after {
                        transform: rotate(180deg)
                    }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-content-wrapper {
            max-height: 204px;
            margin-bottom: 20px;
            overflow-y: auto;
            transition: max-height .8s
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper.current-detail-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-content-wrapper .custom-filter-property-type-detail-wrapper:last-child {
                margin-bottom: 0
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-toggle-purpose-wrapper .custom-filter-toggle-purpose {
                width: 50%;
                padding: 11px 0;
                text-align: center
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type {
            padding: 12px 41px 13px 22px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location .custom-filter-property-type-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-location-con, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type .custom-filter-property-type-con {
                line-height: 15px;
                font-size: 14px;
                letter-spacing: .17px;
                min-width: 104px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .select-arrow {
            top: 17px;
            right: 16px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper input {
            height: 48px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list {
            top: 42px;
            width: 100%
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-text {
                padding-left: 20px;
                padding-right: 20px;
                line-height: 22px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-search-btn {
            width: 60px;
            height: 42px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name {
            padding: 0 20px;
            font-size: 14px;
            letter-spacing: .17px;
            font-weight: 500;
            line-height: 15px;
            height: 42px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name::-webkit-input-placeholder {
                font-size: 14px;
                letter-spacing: .17px
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name::-moz-placeholder {
                font-size: 14px;
                letter-spacing: .17px;
                opacity: 1
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name:-moz-placeholder {
                font-size: 14px;
                letter-spacing: .17px;
                opacity: 1
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name:-ms-input-placeholder {
                font-size: 14px;
                letter-spacing: .17px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-all-list-wrapper, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper {
            left: 0;
            transform: initial;
            margin-top: 6px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-all-list-wrapper::before, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list-wrapper::before {
                left: 35px;
                top: -4px;
                transform: rotate(135deg) translateX(0)
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-list, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list {
            margin-bottom: 16px
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-property-type-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-location-list.custom-filter-checked .custom-filter-checkbox, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-wrapper .custom-filter-property-type-list.custom-filter-checked .custom-filter-checkbox {
                background-size: 11px 10px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper {
            width: 100%
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-property-type-list-wrapper .custom-filter-apply-btn {
                bottom: 20px
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper {
            width: 49.566%
        }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper {
                left: initial;
                right: 0;
                left: initial;
                min-width: 260px;
                width: 100%
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper::before {
                    left: initial;
                    right: 35px
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper .custom-filter-location-list-type {
                    line-height: 18px;
                    font-size: 16px;
                    font-family: Graphik-Semibold;
                    color: #003329;
                    letter-spacing: .2px;
                    font-weight: 600
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-all-list-wrapper .custom-filter-location-all-list-content {
                    max-height: 200px;
                    margin-bottom: 20px;
                    overflow-y: auto;
                    transition: max-height .8s
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-view-all-btn {
                position: relative;
                display: none !important;
                padding-right: 25px;
                line-height: 15px;
                margin-bottom: 16px;
                font-size: 14px;
                font-family: Graphik-Regular;
                color: #003329;
                letter-spacing: .17px
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-view-all-btn::after {
                    position: absolute;
                    content: "";
                    right: 0;
                    top: 5px;
                    transition: transform .3s;
                    transform-origin: 50% 25%;
                    width: 10px;
                    height: 6px;
                    margin-left: 14px;
                    background: url(../images/icon-arrow-green.svg) no-repeat
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-view-all-btn.view-all-btn--active::after {
                    transform: rotate(180deg);
                    top: 6px
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-view-all-btn .custom-filter-line {
                    display: none !important;
                    width: 110%;
                    height: 1px;
                    margin-left: -5%;
                    margin-bottom: 32px;
                    background: #d9d1ce
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-clear-all-btn {
                right: 24px;
                bottom: 36px;
                line-height: 15px
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom, .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top {
                display: flex;
                flex-direction: column
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top {
                margin-bottom: 0
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top .custom-filter-location-list-warpper {
                    width: 100%;
                    margin-bottom: 0
                }

                    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-top .custom-filter-location-list-warpper .custom-filter-location-list {
                        margin-right: 0
                    }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list-warpper {
                flex-direction: column
            }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list {
                width: 100%;
                margin-right: 0
            }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list:nth-child(2n+1) {
                    margin-right: 0
                }

                .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list:last-child {
                    margin-bottom: 0
                }

            .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-location-wrapper .custom-filter-location-list-bottom .custom-filter-location-list-type {
                width: 100%
            }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-clear-all-btn {
            bottom: 32px;
            font-size: 12px;
            line-height: 13px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-checkbox {
            width: 15px;
            height: 15px;
            min-width: 15px;
            min-height: 15px;
            margin-right: 9px;
            border: 1px solid #003329
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-checkbox-txt {
            line-height: 28px;
            font-size: 14px;
            letter-spacing: .35px
        }

    .custom-filter-page-container .results-input {
        margin: 40px 32px 48px
    }

        .custom-filter-page-container .results-input .results-search {
            font-size: 24px;
            letter-spacing: .19px;
            line-height: 28px
        }

    .custom-filter-page-container .custom-filter-page-loadmore-wrapper {
        margin: 38px 0 32px
    }

        .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn {
            padding: 14px 32px
        }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper .custom-slider-card {
        max-width: initial;
        max-height: initial
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-inner-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-prev:hover {
        left: 0
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-prev:active {
        left: -6px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-next:hover {
        left: 0
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-next:active {
        left: 6px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-list-wrapper {
        flex-direction: column;
        padding: 24px 0;
        margin-bottom: 24px
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-list-wrapper:last-child {
            margin-bottom: 0
        }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-slider-wrapper {
        width: 100%;
        margin-right: 0
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-content {
        padding-bottom: 64px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-slider-arrow-wrapper {
        margin-top: 16px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-wrapper {
        padding-bottom: 0;
        width: 100%
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-type {
        margin-bottom: 15px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-title {
        margin-bottom: 10px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-subtitle {
        line-height: 17px;
        margin-bottom: 20px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .divider-line {
        width: 76px;
        margin-bottom: 16px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-address {
        margin-bottom: 32px;
        font-size: 13px
    }

    .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper {
        margin-top: 25px
    }

        .custom-filter-page-container .custom-filter-content-wrapper .custom-filter-content-detail-btn-wrapper .custom-filter-content-detail-learnmore-btn {
            padding: 11px 16px;
            line-height: 16px;
            font-size: 14px;
            letter-spacing: .25px;
            margin-right: 53px
        }

    .custom-filter-page-container .no-results-msg {
        padding: 25px 0
    }

    .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn:hover {
        background: initial;
        color: #003329
    }

    .custom-filter-page-container .custom-filter-page-loadmore-wrapper .custom-filter-page-loadmore-btn:active {
        background: #003329;
        color: #fff
    }
}

@media screen and (max-width: 750px) {
    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .custom-filter-p-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Graphik-Medium !important
    }

    .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list {
        width: 100%
    }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-text {
            font-size: 15px;
            padding-left: 16px;
            padding-right: 16px
        }

        .custom-filter-page-container .custom-filter-page-top-wrapper .custom-filter-input-wrapper .input-list .input-list-type {
            font-size: 12px
        }

    .custom-filter-page-container .results-input {
        margin: 32px 24px 24px;
        font-size: 14px;
        letter-spacing: .11px;
        line-height: 21px
    }

        .custom-filter-page-container .results-input .results-clear {
            margin-top: 16px;
            font-family: Lato-Regular
        }

        .custom-filter-page-container .results-input .results-count {
            font-family: Lato-Regular
        }

        .custom-filter-page-container .results-input .results-search {
            font-size: 20px;
            letter-spacing: .16px
        }
}

.outer-onimage-banner {
    margin-top: 120px
}

.medialab-article-wrapper .medialab-article-title-wrapper {
    width: 86.666667%;
    margin: 0 auto 33px
}

    .medialab-article-wrapper .medialab-article-title-wrapper .medialab-article-title-text {
        line-height: 46px;
        font-size: 40px;
        font-family: Graphik-Semibold;
        color: #003329;
        font-weight: 600;
        letter-spacing: 1.5px
    }

.medialab-article-wrapper .divider-line {
    margin: 0 0 47px 6.666665%
}

.medialab-article-wrapper .video-play-wrapper {
    width: 86.66667%;
    margin: 0 auto 32px;
    overflow: hidden
}

    .medialab-article-wrapper .video-play-wrapper img, .medialab-article-wrapper .video-play-wrapper video {
        width: 100%
    }

.medialab-article-wrapper .social-link-list {
    flex: initial;
    width: 86.66667%;
    margin: 0 auto 60px
}

    .medialab-article-wrapper .social-link-list .component-content {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .medialab-article-wrapper .social-link-list .component-content h3 {
            line-height: 35px;
            font-size: 18px;
            font-family: Lato-Regular;
            color: #003329;
            letter-spacing: .14px;
            border: none
        }

        .medialab-article-wrapper .social-link-list .component-content ul {
            display: flex;
            align-items: center
        }

            .medialab-article-wrapper .social-link-list .component-content ul li {
                margin-right: 12px
            }

                .medialab-article-wrapper .social-link-list .component-content ul li:last-child {
                    margin-right: 0
                }

    .medialab-article-wrapper .social-link-list .field-link a {
        display: block;
        padding: 0;
        width: 36px;
        height: 36px;
        font-size: 0
    }

        .medialab-article-wrapper .social-link-list .field-link a:hover {
            text-decoration: none;
            border: none
        }

        .medialab-article-wrapper .social-link-list .field-link a::after, .medialab-article-wrapper .social-link-list .field-link a::before {
            display: none
        }

    .medialab-article-wrapper .social-link-list .social-facebook {
        background: url(../images/icon-facebook-green.svg) no-repeat
    }

    .medialab-article-wrapper .social-link-list .social-linkin {
        background: url(../images/icon-linkedIn-green.svg) no-repeat
    }

    .medialab-article-wrapper .social-link-list .social-wechat {
        background: url(../images/icon-wechat-green.svg) no-repeat
    }

    .medialab-article-wrapper .social-link-list .social-twitter {
        background: url(../images/icon-twitter-green.svg) no-repeat
    }

    .medialab-article-wrapper .social-link-list .social-email {
        background: url(../images/icon-email-green.svg) no-repeat
    }

    .medialab-article-wrapper .social-link-list .tooltip {
        display: inline-block;
        position: relative;
        cursor: pointer
    }

        .medialab-article-wrapper .social-link-list .tooltip .top {
            display: flex;
            align-items: center;
            min-width: 245px;
            top: -20px;
            left: -80%;
            transform: translate(-50%,-100%);
            padding: 20px;
            color: #003329;
            background-color: #fff;
            font-weight: 400;
            font-size: 13px;
            border-radius: 8px;
            position: absolute;
            z-index: 99999999;
            box-sizing: border-box;
            border: 1px solid #6e6e6e;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s
        }

        .medialab-article-wrapper .social-link-list .tooltip:hover .top {
            opacity: 1;
            visibility: visible
        }

        .medialab-article-wrapper .social-link-list .tooltip .top span {
            font-family: Lato-Regular;
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            line-height: 14px;
            text-align: center !important;
            letter-spacing: .4px;
            color: #003329;
            width: 100px;
            margin-right: 20px
        }

        .medialab-article-wrapper .social-link-list .tooltip .top img {
            width: 85px;
            height: 85px
        }

        .medialab-article-wrapper .social-link-list .tooltip .top i {
            position: absolute;
            top: 100%;
            left: 68%;
            margin-left: -12px;
            width: 24px;
            height: 12px;
            overflow: hidden
        }

            .medialab-article-wrapper .social-link-list .tooltip .top i::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 12px;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
                background-color: #fff;
                border: 1px solid #6e6e6e
            }

.download-list {
    flex: initial;
    width: 86.66667%;
    margin: 0 auto 72px
}

    .download-list .component-content a, .download-list .component-content h3, .download-list .component-content span {
        line-height: 28px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .17px;
        border: none
    }

    .download-list .component-content h3 {
        margin-bottom: 24px
    }

    .download-list .component-content ul .list-item {
        border: none;
        margin: 0
    }

    .download-list .component-content .download-linkcontent {
        display: flex;
        align-items: center;
        margin: 0 0 16px
    }

        .download-list .component-content .download-linkcontent a:hover {
            color: #003329;
            border: none;
            text-decoration: none
        }

        .download-list .component-content .download-linkcontent .download-linktext a {
            padding-right: 5px
        }

        .download-list .component-content .download-linkcontent .download-filesize a {
            position: relative
        }

            .download-list .component-content .download-linkcontent .download-filesize a::after {
                position: absolute;
                left: 170%;
                bottom: 2px;
                content: "";
                width: 22px;
                height: 22px;
                background: url(../images/icon-download.svg) no-repeat;
                background-size: 22px 22px
            }

@media screen and (max-width: 991.98px) {
    .outer-onimage-banner {
        margin-top: 94px
    }

    .medialab-article-wrapper .medialab-article-title-wrapper {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 20px
    }

        .medialab-article-wrapper .medialab-article-title-wrapper .medialab-article-title-text {
            line-height: 41px;
            font-size: 30px;
            letter-spacing: .27px
        }

    .medialab-article-wrapper .divider-line {
        margin: 0 16px 48px
    }

    .medialab-article-wrapper .video-play-wrapper {
        padding: 0 16px;
        width: 100%;
        margin-bottom: 24px
    }

        .medialab-article-wrapper .video-play-wrapper .video-poster-img {
            padding: 0 16px
        }

    .medialab-article-wrapper .social-link-list {
        padding: 0 16px;
        width: 100%;
        margin: 0 auto 48px
    }

        .medialab-article-wrapper .social-link-list .component-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start
        }

            .medialab-article-wrapper .social-link-list .component-content h3 {
                line-height: 30px;
                margin-bottom: 51px;
                font-size: 16px;
                letter-spacing: .12px
            }

    main > div div.download-list {
        padding: 0 16px;
        width: 100%;
        margin-bottom: 50px
    }

        main > div div.download-list .component-content a, main > div div.download-list .component-content span {
            line-height: 27px
        }

        main > div div.download-list .download-linkcontent .download-filesize a::after {
            left: 160%
        }
}

@media screen and (max-width: 767.98px) {
    .medialab-article-wrapper .social-link-list .tooltip .top {
        left: 50%
    }

        .medialab-article-wrapper .social-link-list .tooltip .top i {
            left: 50%
        }
}

.error-page-wrapper .component-content {
    padding: 149px 0;
    max-width: 1248px;
    margin: 0 auto
}

.error-page-wrapper .error-wrapper {
    max-width: 820px;
    margin: 0 auto;
    text-align: center
}

    .error-page-wrapper .error-wrapper .dream-detail-title {
        line-height: 46px;
        margin-bottom: 32px;
        font-size: 40px;
        font-family: Graphik-Semibold;
        color: #003329;
        text-align: center;
        font-weight: 600
    }

    .error-page-wrapper .error-wrapper .divider-line {
        width: 149px;
        height: 2px;
        max-height: 2px;
        margin: 0 0 32px 0
    }

    .error-page-wrapper .error-wrapper .error-detail-info-wrapper {
        font-family: Lato-Regular;
        font-size: 14px;
        color: #003329;
        letter-spacing: .17px
    }

        .error-page-wrapper .error-wrapper .error-detail-info-wrapper .dream-detail-info > p, .error-page-wrapper .error-wrapper .error-detail-info-wrapper .dream-detail-info > span {
            display: block;
            line-height: 21px;
            margin-bottom: 16px;
            font-family: Lato-Regular !important;
            font-size: 14px !important;
            color: #003329 !important;
            letter-spacing: .17px !important
        }

            .error-page-wrapper .error-wrapper .error-detail-info-wrapper .dream-detail-info > p:last-child, .error-page-wrapper .error-wrapper .error-detail-info-wrapper .dream-detail-info > span:last-child {
                margin-bottom: 0
            }

        .error-page-wrapper .error-wrapper .error-detail-info-wrapper a {
            font-size: 14px;
            color: #003329;
            text-decoration: underline
        }

@media screen and (max-width: 991.98px) {
    .error-page-wrapper .component-content {
        padding: 144px 16px
    }

    .error-page-wrapper .error-wrapper .dream-detail-title {
        line-height: 41px;
        font-size: 30px
    }
}

.cookies-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    display: none;
    background-color: #f1f1f1
}

    .cookies-wrapper .cookies-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 58px 0;
        max-width: 1009px;
        margin: 0 auto
    }

    .cookies-wrapper .cookies-content-txt {
        margin-right: 77px
    }

        .cookies-wrapper .cookies-content-txt, .cookies-wrapper .cookies-content-txt .cookies-link, .cookies-wrapper .cookies-content-txt a {
            line-height: 21px;
            font-family: Lato-Regular;
            font-size: 15px;
            color: #000;
            letter-spacing: .7px
        }

            .cookies-wrapper .cookies-content-txt .cookies-link, .cookies-wrapper .cookies-content-txt a {
                text-decoration: underline
            }

    .cookies-wrapper .cookies-confirm-btn {
        display: block;
        padding: 14px 32px;
        line-height: 18px;
        margin-top: 5px;
        border: 2px solid #003329;
        font-size: 16px;
        color: #003329;
        font-family: Graphik-Semibold;
        font-weight: 600;
        letter-spacing: .25px;
        outline: 0;
        cursor: pointer
    }

        .cookies-wrapper .cookies-confirm-btn:active, .cookies-wrapper .cookies-confirm-btn:hover {
            color: #fff;
            background-color: #003329
        }

@media screen and (max-width: 991.98px) {
    .cookies-wrapper .cookies-content {
        flex-direction: column;
        align-items: center;
        padding: 24px 16px 36px
    }

    .cookies-wrapper .cookies-content-txt {
        margin-right: 0;
        margin-bottom: 20px
    }

        .cookies-wrapper .cookies-content-txt, .cookies-wrapper .cookies-content-txt .cookies-link {
            font-size: 14px;
            letter-spacing: .65px
        }
}

.policy-banner > .component-content {
    padding: 72px 39px;
    max-width: 1326px;
    margin: 0 auto
}

    .policy-banner > .component-content .column-splitter {
        display: flex;
        flex-wrap: nowrap
    }

.policy-banner ol {
    list-style: decimal
}

    .policy-banner ol li {
        list-style: inherit
    }

.policy-banner ul {
    list-style: disc
}

    .policy-banner ul li {
        list-style: inherit
    }

.policy-banner .privacy-left {
    flex: initial;
    width: 65.7852564%;
    max-width: initial;
    margin-right: 32px
}

    .policy-banner .privacy-left .policy-title-wrapper {
        margin-bottom: 32px
    }

        .policy-banner .privacy-left .policy-title-wrapper .policy-detail-title {
            line-height: 46px;
            margin-bottom: 32px;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

        .policy-banner .privacy-left .policy-title-wrapper .policy-name, .policy-banner .privacy-left .policy-title-wrapper .policy-subtitle {
            line-height: 20px;
            font-family: Graphik-Medium;
            font-weight: 500
        }

        .policy-banner .privacy-left .policy-title-wrapper .policy-subtitle {
            margin-bottom: 8px;
            font-size: 18px;
            color: #003329;
            letter-spacing: .23px
        }

        .policy-banner .privacy-left .policy-title-wrapper .policy-name {
            font-size: 14px;
            color: #6d716f
        }

    .policy-banner .privacy-left .policy-detail-info {
        line-height: 27px;
        font-family: Lato-Regular;
        font-size: 18px;
        color: #000;
        letter-spacing: .45px
    }

.policy-banner .privacy-right {
    flex: initial;
    width: 31.65064%;
    max-width: initial
}

    .policy-banner .privacy-right .privacy-info-wrapper .privacy-title {
        line-height: 28px;
        margin-bottom: 30px;
        font-size: 22px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .17px
    }

    .policy-banner .privacy-right .privacy-info-wrapper .privacy-content {
        line-height: 25px;
        font-size: 14px;
        font-family: Lato-Regular;
        color: #000;
        letter-spacing: .17px;
        margin-bottom: 24px
    }

    .policy-banner .privacy-right .privacy-info-wrapper .privacy-email-address {
        display: block;
        line-height: 20px;
        font-size: 18px;
        font-family: Graphik-Medium;
        color: #003329;
        font-weight: 500;
        letter-spacing: .23px;
        text-decoration: none;
        border: none
    }

        .policy-banner .privacy-right .privacy-info-wrapper .privacy-email-address:hover {
            text-decoration: underline
        }

@media screen and (max-width: 991.98px) {
    .policy-banner > .component-content {
        padding: 40px 16px 44px
    }

        .policy-banner > .component-content .column-splitter {
            flex-direction: column
        }

    .policy-banner .privacy-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 71px
    }

        .policy-banner .privacy-left .policy-title-wrapper {
            margin-bottom: 36px
        }

            .policy-banner .privacy-left .policy-title-wrapper .policy-detail-title {
                line-height: 41px;
                margin-bottom: 40px;
                font-size: 30px
            }

        .policy-banner .privacy-left .policy-detail-info {
            line-height: 21px;
            font-size: 14px;
            letter-spacing: .35px
        }

    .policy-banner .privacy-right {
        width: 100%
    }

        .policy-banner .privacy-right .privacy-info-wrapper .privacy-content {
            margin-bottom: 32px
        }
}

.microsite-policy {
    margin-top: 144px
}

    .microsite-policy > .component-content {
        padding: 52px 24px;
        max-width: 969px;
        margin: 0 auto
    }

    .microsite-policy ol {
        list-style: decimal;
        color: #000;
        font-family: AlbertSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0
    }

        .microsite-policy ol li {
            list-style: inherit
        }

    .microsite-policy ul {
        list-style: disc;
        color: #000;
        font-family: AlbertSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0
    }

        .microsite-policy ul li {
            list-style: inherit
        }

    .microsite-policy h1 {
        color: #00333a;
        font-family: AlbertSans;
        font-size: 55px;
        font-weight: 900;
        line-height: 65px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 52px
    }

    .microsite-policy p, .microsite-policy span {
        color: #000;
        font-family: AlbertSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0
    }

@media screen and (max-width: 767.98px) {
    .microsite-policy {
        margin-top: 116px
    }

        .microsite-policy > .component-content {
            padding: 52px 24px 0 48px
        }

        .microsite-policy h1 {
            font-family: AlbertSans;
            font-size: 40px;
            line-height: 46px
        }
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-left-8 {
    margin-left: 8px !important
}

.margin-left-16 {
    margin-left: 16px !important
}

.margin-left-32 {
    margin-left: 32px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-left-48 {
    margin-left: 48px !important
}

.margin-left-56 {
    margin-left: 56px !important
}

.margin-left-64 {
    margin-left: 64px !important
}

.margin-left-72 {
    margin-left: 72px !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-8 {
    margin-top: 8px !important
}

.margin-top-16 {
    margin-top: 16px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-48 {
    margin-top: 48px !important
}

.margin-top-56 {
    margin-top: 56px !important
}

.margin-top-64 {
    margin-top: 64px !important
}

.margin-top-72 {
    margin-top: 72px !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-8 {
    margin-right: 8px !important
}

.margin-right-16 {
    margin-right: 16px !important
}

.margin-right-32 {
    margin-right: 32px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.margin-right-48 {
    margin-right: 48px !important
}

.margin-right-56 {
    margin-right: 56px !important
}

.margin-right-64 {
    margin-right: 64px !important
}

.margin-right-72 {
    margin-right: 72px !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-8 {
    margin-bottom: 8px !important
}

.margin-bottom-16 {
    margin-bottom: 16px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-48 {
    margin-bottom: 48px !important
}

.margin-bottom-56 {
    margin-bottom: 56px !important
}

.margin-bottom-64 {
    margin-bottom: 64px !important
}

.margin-bottom-72 {
    margin-bottom: 72px !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-left-8 {
    padding-left: 8px !important
}

.padding-left-16 {
    padding-left: 16px !important
}

.padding-left-32 {
    padding-left: 32px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-left-48 {
    padding-left: 48px !important
}

.padding-left-56 {
    padding-left: 56px !important
}

.padding-left-64 {
    padding-left: 64px !important
}

.padding-left-72 {
    padding-left: 72px !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-top-8 {
    padding-top: 8px !important
}

.padding-top-16 {
    padding-top: 16px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-top-56 {
    padding-top: 56px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-top-72 {
    padding-top: 72px !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-right-8 {
    padding-right: 8px !important
}

.padding-right-16 {
    padding-right: 16px !important
}

.padding-right-32 {
    padding-right: 32px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-right-48 {
    padding-right: 48px !important
}

.padding-right-56 {
    padding-right: 56px !important
}

.padding-right-64 {
    padding-right: 64px !important
}

.padding-right-72 {
    padding-right: 72px !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-bottom-8 {
    padding-bottom: 8px !important
}

.padding-bottom-16 {
    padding-bottom: 16px !important
}

.padding-bottom-32 {
    padding-bottom: 32px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-bottom-48 {
    padding-bottom: 48px !important
}

.padding-bottom-56 {
    padding-bottom: 56px !important
}

.padding-bottom-64 {
    padding-bottom: 64px !important
}

.padding-bottom-72 {
    padding-bottom: 72px !important
}

.custom-stories-filter-wrapper {
    padding: 0 39px;
    width: 100%;
    margin: 32px auto 72px
}

    .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper, .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper {
        max-width: 1248px;
        margin: 0 auto
    }

    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper {
        padding-bottom: 24px
    }

        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-title {
            line-height: 46px;
            margin-bottom: 32px;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .divider-line {
            width: 72px;
            height: 1px;
            margin: 0 0 32px 0;
            background: #003329
        }

        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper {
            display: flex;
            flex-wrap: wrap
        }

            .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper .custom-stories-filter-detail-info {
                padding: 14px 32px;
                line-height: 18px;
                margin: 0 23px 16px 0;
                border: 1px solid #003329;
                font-size: 16px;
                font-family: Graphik-Semibold;
                color: #003329;
                font-weight: 600;
                letter-spacing: .2px;
                cursor: pointer
            }

                .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper .custom-stories-filter-detail-info.active, .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper .custom-stories-filter-detail-info:hover {
                    color: #fff;
                    background: #003329
                }

    .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper {
        box-sizing: border-box
    }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content {
            display: flex;
            flex-wrap: wrap;
            padding: 44px 39px 0
        }

            .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail {
                flex: 0 0 27.350427%;
                margin-right: 8.9744%;
                margin-bottom: 48px;
                color: #003329;
                text-decoration: none
            }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail:hover {
                    color: #003329;
                    text-decoration: none
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail:nth-child(3n) {
                    margin-right: 0
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-img-wrapper {
                    position: relative;
                    width: 100%;
                    padding-bottom: 100%;
                    max-width: 320px;
                    max-height: 320px;
                    margin-bottom: 16px;
                    overflow: hidden
                }

                    .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-img-wrapper > img {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%) scale(1);
                        transition: transform .7s linear;
                        height: 100%;
                        max-width: initial;
                        width: auto
                    }

                        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-img-wrapper > img:hover {
                            transform: translate(-50%,-50%) scale(1.2);
                            transition: transform 9s linear
                        }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content-type {
                    line-height: 20px;
                    margin-bottom: 8px;
                    font-size: 12px;
                    font-family: Graphik-Medium;
                    color: #003329;
                    font-weight: 500
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content-title {
                    display: -webkit-box;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    -webkit-box-orient: vertical;
                    height: 56px;
                    line-height: 28px;
                    margin-bottom: 16px;
                    font-size: 22px;
                    font-weight: 500;
                    letter-spacing: .17px;
                    font-family: Graphik-Medium;
                    color: #003329
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content {
                    display: -webkit-box;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    -webkit-box-orient: vertical;
                    height: 63px;
                    line-height: 21px;
                    margin-bottom: 16px;
                    font-size: 14px;
                    font-family: Lato-Regular;
                    color: #003329
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .learn-more-btn {
                    display: inline-block;
                    line-height: 21px;
                    font-size: 14px;
                    font-family: Graphik-Medium;
                    color: #003329;
                    font-weight: 500
                }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg {
            display: none;
            padding: 33px 69px 42px
        }

            .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg .no-results-msg-title {
                line-height: 28px;
                margin-bottom: 24px;
                font-size: 18px;
                font-family: Graphik-Regular;
                color: #003329;
                letter-spacing: .14px
            }

            .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg .no-results-msg-content {
                line-height: 28px;
                font-size: 28px;
                font-family: Graphik-Medium;
                color: #003329;
                font-weight: 500;
                letter-spacing: .22px
            }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg .no-results-msg-content .no-results-msg-filter {
                    font-family: Graphik-Medium-Italic
                }

    .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper {
        margin: 24px auto 0;
        text-align: center
    }

        .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper.loadmore-btn--disabled {
            display: none
        }

        .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper .custom-stories-filter-loadmore-btn {
            display: inline-block;
            padding: 13px 32px;
            line-height: 18px;
            border: 2px solid #003329;
            background: initial;
            font-family: Graphik-Semibold;
            font-size: 16px;
            font-weight: 600;
            color: #003329;
            letter-spacing: .25px;
            outline: 0;
            cursor: pointer
        }

            .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper .custom-stories-filter-loadmore-btn:hover {
                color: #fff;
                background: #003329
            }

@media screen and (max-width: 991.98px) {
    .custom-stories-filter-wrapper {
        margin-bottom: 48px
    }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content {
            padding: 40px 0 0
        }

            .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail {
                flex: 0 0 30.43478%;
                margin-right: 4.3478266%;
                margin-bottom: 40px
            }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-img-wrapper {
                    margin-bottom: 14px
                }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg {
            padding: 33px 49px 42px
        }

        .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper {
            margin: 0 auto
        }

            .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper .custom-stories-filter-loadmore-btn:hover {
                color: #003329;
                background: initial
            }

            .custom-stories-filter-wrapper .custom-stories-filter-loadmore-wrapper .custom-stories-filter-loadmore-btn:active {
                color: #fff;
                background: #003329
            }
}

@media screen and (max-width: 767.98px) {
    .custom-stories-filter-wrapper {
        margin: 24px auto 40px;
        padding: 0 16px
    }

        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper {
            padding-bottom: 0
        }

            .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-title {
                line-height: 40px;
                margin-bottom: 24px;
                font-size: 30px;
                letter-spacing: .27px
            }

            .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .divider-line {
                margin-bottom: 16px
            }

            .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper {
                position: relative;
                padding: 9px 0 9px 0;
                border-bottom: 1px solid #003329
            }

                .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper .custom-stories-filter-choose-detail {
                    position: relative;
                    padding: 0 50px 0 14px;
                    line-height: 27px;
                    font-size: 12px;
                    font-family: Lato-Regular;
                    color: #000;
                    letter-spacing: .3px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper .custom-stories-filter-choose-detail::after, .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper .custom-stories-filter-choose-detail::before {
                        position: absolute;
                        top: 13px;
                        content: '';
                        width: 8px;
                        height: 1px;
                        border-radius: 1px;
                        background: #003329
                    }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper .custom-stories-filter-choose-detail::before {
                        transform: rotate(43deg);
                        right: 34px
                    }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-choose-detail-wrapper .custom-stories-filter-choose-detail::after {
                        transform: rotate(-43deg);
                        right: 28px
                    }

            .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 10;
                box-sizing: border-box;
                display: none;
                width: 100%;
                max-height: 230px;
                margin-top: 1px;
                background: #fff;
                border: 1px solid #d9d1ce;
                border-top: none;
                overflow-y: auto
            }

                .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style.to-show-lists {
                    display: block
                }

                .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info {
                    position: relative;
                    box-sizing: border-box;
                    padding: 0 15px;
                    height: 49px;
                    line-height: 49px;
                    margin: 0;
                    border: none;
                    font-size: 12px;
                    font-family: Lato-Regular;
                    color: #000;
                    font-weight: 400;
                    letter-spacing: .3px
                }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info span {
                        display: block;
                        border-bottom: 1px solid #d9d1ce
                    }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info:last-child span {
                        border-bottom: none
                    }

                    .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info.active, .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info:hover {
                        font-family: Lato-Bold;
                        color: #003329;
                        background: #f1f1f1
                    }

                        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info.active::after, .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info.active::before {
                            position: absolute;
                            content: '';
                            height: 2px;
                            background: #003329
                        }

                        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info.active::before {
                            width: 6px;
                            transform: rotate(40deg);
                            right: 40px;
                            top: 28px
                        }

                        .custom-stories-filter-wrapper .custom-stories-filter-header-wrapper .custom-stories-filter-detail-info-wrapper.for-mobile-style .custom-stories-filter-detail-info.active::after {
                            width: 12px;
                            transform: rotate(-52deg);
                            right: 32px;
                            top: 26px
                        }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content {
            padding: 27px 0 0
        }

            .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail {
                flex: 0 0 100%;
                margin-right: 0
            }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-img-wrapper {
                    max-width: initial;
                    max-height: initial;
                    margin-bottom: 16px
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content-type {
                    line-height: 18px;
                    margin-bottom: 10px
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content-title {
                    height: auto;
                    max-height: 56px
                }

                .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .custom-stories-filter-inner-content .custom-stories-filter-inner-content-detail .custom-stories-filter-content {
                    height: auto;
                    max-height: 63px
                }

        .custom-stories-filter-wrapper .custom-stories-filter-content-wrapper .no-results-msg {
            padding: 33px 10px 42px
        }
}

.three-image-display-wrapper {
    padding: 0 0 53px;
    width: 100%
}

    .three-image-display-wrapper .learn-more-btn {
        display: inline-block;
        margin-top: 10px
    }

    .three-image-display-wrapper .three-image-display-inner-wrapper {
        padding: 0 39px;
        max-width: 1252px;
        margin: 0 auto
    }

    .three-image-display-wrapper .three-image-display-top-wrapper {
        position: relative
    }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-bg {
            padding-top: 72px;
            margin-bottom: 72px;
            background: #f1f1f1
        }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-content {
            position: relative;
            z-index: 1;
            box-sizing: border-box;
            display: flex;
            padding: 0 39px;
            width: 100%;
            max-width: 1252px;
            margin: 0 auto
        }

    .three-image-display-wrapper .three-image-display-top-img-wrapper {
        position: absolute;
        left: 39px;
        top: 0;
        padding-bottom: 43.93%;
        width: 42.732%
    }

    .three-image-display-wrapper .three-image-display-img-wrapper, .three-image-display-wrapper .three-image-display-top-img-wrapper {
        overflow: hidden
    }

        .three-image-display-wrapper .three-image-display-img-wrapper img, .three-image-display-wrapper .three-image-display-top-img-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%) scale(1);
            transition: transform .7s linear;
            height: 100%;
            max-width: initial;
            width: auto
        }

    .three-image-display-wrapper .three-image-display-top-text-wrapper {
        padding: 39px 0 39px 7px;
        width: 44.804088586%;
        margin-left: calc(44.9210392% + 9.0289608%);
        font-size: 0
    }

        .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-title {
            line-height: 36px;
            margin-bottom: 32px;
            font-family: Graphik-Medium;
            font-size: 28px;
            color: #003329;
            font-weight: 500
        }

        .three-image-display-wrapper .three-image-display-top-text-wrapper .divider-line {
            width: 73px;
            height: 1px;
            margin: 0 0 32px 0;
            background: #003329
        }

        .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-content {
            line-height: 28px !important;
            font-size: 18px;
            font-family: Lato-Regular !important;
            color: #000;
            letter-spacing: .14px
        }

    .three-image-display-wrapper .three-image-display-bottom-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-left: -5px
    }

        .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper {
            width: 45.5706985%;
            margin-left: 8.432708688%;
            margin-bottom: 40px
        }

            .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-child(1) {
                margin-top: 0 !important
            }

            .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-child(2n) {
                margin-left: 0
            }

    .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-img-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 102.803738%;
        margin-bottom: 26px
    }

    .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .three-image-display-text-title {
        line-height: 32px;
        margin-bottom: 24px;
        font-size: 24px;
        font-family: Graphik-Regular;
        color: #003329;
        letter-spacing: .33px;
        font-weight: 400
    }

    .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .divider-line {
        width: 90px;
        height: 1px;
        margin: 0 0 16px 0;
        background: #003329
    }

    .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .three-image-display-text-content {
        line-height: 28px !important;
        font-family: Graphik-Medium !important;
        font-size: 16px;
        color: #000;
        letter-spacing: .12px;
        font-weight: 500
    }

@media screen and (max-width: 991.98px) {
    .three-image-display-wrapper {
        padding: 0;
        margin-bottom: 72px
    }

        .three-image-display-wrapper .learn-more-btn {
            margin-top: 8px
        }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-bg {
            padding: 42px 39px;
            margin-bottom: 42px
        }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-content {
            align-items: flex-start;
            padding: 0
        }

        .three-image-display-wrapper .three-image-display-top-img-wrapper {
            position: relative;
            left: 0;
            padding-bottom: 49.422%;
            width: 47.8260869565%;
            margin-bottom: 0;
            margin-right: 4.347826%
        }

        .three-image-display-wrapper .three-image-display-top-text-wrapper {
            padding: 0;
            width: 47.8260869565%;
            margin-left: 0
        }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-title {
                line-height: 32px;
                margin-bottom: 24px;
                font-size: 24px
            }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .divider-line {
                margin-bottom: 18px
            }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-content {
                font-size: 16px;
                letter-spacing: .12px
            }

        .three-image-display-wrapper .three-image-display-bottom-wrapper {
            flex-direction: row;
            justify-content: initial
        }

            .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper {
                width: 47.8260869565%;
                margin-right: 4.347826%;
                margin-left: 0;
                margin-bottom: 40px
            }

                .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-last-child(1), .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-last-child(2) {
                    margin-bottom: 0
                }

                .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-child(2n) {
                    margin-right: 0
                }

        .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-img-wrapper {
            padding-bottom: 103.335%;
            margin-bottom: 24px
        }

        .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .three-image-display-text-title {
            font-size: 22px;
            letter-spacing: .31px
        }

        .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .divider-line {
            margin-bottom: 24px
        }
}

@media screen and (max-width: 767.98px) {
    .three-image-display-wrapper {
        margin-bottom: 40px
    }

        .three-image-display-wrapper .three-image-display-inner-wrapper {
            padding: 0 16px
        }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-bg {
            padding: 0;
            margin-bottom: 24px
        }

        .three-image-display-wrapper .three-image-display-top-wrapper .three-image-display-top-content {
            flex-direction: column
        }

        .three-image-display-wrapper .three-image-display-top-img-wrapper {
            padding-bottom: 102.935%;
            width: 100%;
            margin-bottom: 24px;
            margin-right: 0
        }

        .three-image-display-wrapper .three-image-display-top-text-wrapper {
            box-sizing: border-box;
            padding: 0 16px 24px;
            width: 100%
        }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-title {
                line-height: 30px;
                font-size: 22px
            }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .divider-line {
                margin-bottom: 16px
            }

            .three-image-display-wrapper .three-image-display-top-text-wrapper .three-image-display-text-content {
                line-height: 21px !important;
                font-size: 14px;
                letter-spacing: .11px
            }

        .three-image-display-wrapper .three-image-display-img-wrapper, .three-image-display-wrapper .three-image-display-top-img-wrapper {
            max-width: initial;
            max-height: initial
        }

        .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper {
            width: 100%;
            margin-right: 0;
            margin-bottom: 32px
        }

            .three-image-display-wrapper .three-image-display-bottom-wrapper .three-image-display-content-wrapper:nth-last-child(2) {
                margin-bottom: 32px
            }

        .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-img-wrapper {
            padding-bottom: 102.625%
        }

        .three-image-display-wrapper .three-image-display-content-wrapper .three-image-display-text-wrapper .three-image-display-text-title {
            line-height: 36px
        }
}

.custom-magazine-listing-wrapper {
    width: 100%;
    margin: 72px 0
}

    .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper, .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper {
        box-sizing: border-box;
        padding: 0 39px;
        max-width: 1326px;
        margin: 0 auto
    }

        .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .custom-magazine-listing-header-title {
            line-height: 46px;
            margin-bottom: 32px;
            font-size: 40px;
            font-family: Graphik-Semibold;
            color: #003329;
            font-weight: 600
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .divider-line {
            margin: 0 0 40px 0
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper {
            display: flex;
            flex-wrap: wrap;
            padding: 0 36px
        }

            .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail {
                flex: 0 0 27.210884%;
                margin-bottom: 72px;
                margin-right: 9.183673469%;
                color: #003329;
                text-decoration: none
            }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-child(3n) {
                    margin-right: 0
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-last-child(1), .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-last-child(2), .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-last-child(3) {
                    margin-bottom: 0
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-img-wrapper {
                    position: relative;
                    width: 100%;
                    padding-bottom: 100%;
                    margin-bottom: 16px;
                    overflow: hidden
                }

                    .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-img-wrapper > img {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%) scale(1);
                        transition: transform .7s linear;
                        height: 100%;
                        max-width: initial;
                        width: auto
                    }

                        .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-img-wrapper > img:hover {
                            transform: translate(-50%,-50%) scale(1.2);
                            transition: transform 9s linear
                        }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-datetime {
                    line-height: 20px;
                    margin-bottom: 8px;
                    font-family: Lato-Bold;
                    font-size: 12px;
                    color: #6d716f;
                    font-weight: 700
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-title {
                    line-height: 50px;
                    font-family: Graphik-Medium;
                    font-size: 24px;
                    color: #003329;
                    font-weight: 500;
                    letter-spacing: .33px
                }

        .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .no-results-msg {
            display: none;
            padding: 50px 0;
            text-align: center;
            font-family: Graphik-Medium;
            font-weight: 500;
            color: #003329
        }

    .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper {
        text-align: center
    }

        .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper.loadmore-btn--disabled {
            display: none
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper .custom-magazine-listing-loadmore-btn {
            display: inline-block;
            padding: 13px 32px;
            line-height: 18px;
            margin-top: 60px;
            border: 2px solid #003329;
            background: initial;
            font-family: Graphik-Semibold;
            font-size: 16px;
            font-weight: 600;
            color: #003329;
            letter-spacing: .25px;
            outline: 0;
            cursor: pointer
        }

            .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper .custom-magazine-listing-loadmore-btn:hover {
                color: #fff;
                background: #003329
            }

@media screen and (max-width: 991.98px) {
    .custom-magazine-listing-wrapper {
        margin: 60px 0 48px
    }

        .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .custom-magazine-listing-header-title {
            margin-bottom: 24px
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .divider-line {
            margin-bottom: 48px
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper {
            padding: 0
        }

            .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail {
                flex: 0 0 30.4347826%;
                margin-bottom: 48px;
                margin-right: 4.347826%
            }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-datetime {
                    line-height: 18px;
                    margin-bottom: 16px
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-title {
                    line-height: 32px
                }

        .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper .custom-magazine-listing-loadmore-btn {
            margin-top: 48px
        }
}

@media screen and (max-width: 767.98px) {
    .custom-magazine-listing-wrapper {
        margin: 40px 0 48px
    }

        .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper, .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper {
            padding: 0 16px
        }

            .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .custom-magazine-listing-header-title {
                line-height: 41px;
                margin-bottom: 32px;
                font-size: 30px
            }

            .custom-magazine-listing-wrapper .custom-magazine-listing-header-wrapper .divider-line {
                margin-bottom: 40px
            }

            .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail {
                flex: 0 0 100%;
                margin-bottom: 40px;
                margin-right: 0
            }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-last-child(2), .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail:nth-last-child(3) {
                    margin-bottom: 40px
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-img-wrapper {
                    margin-bottom: 16px
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-datetime {
                    line-height: 20px;
                    margin-bottom: 8px;
                    font-size: 12px
                }

                .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .custom-magazine-listing-inner-con-wrapper .custom-magazine-listing-inner-content-detail .custom-magazine-listing-content-title {
                    line-height: 50px;
                    font-size: 24px
                }

            .custom-magazine-listing-wrapper .custom-magazine-listing-content-wrapper .no-results-msg {
                padding: 25px 0
            }

        .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper .custom-magazine-listing-loadmore-btn:hover {
            color: #003329;
            background: initial
        }

        .custom-magazine-listing-wrapper .custom-magazine-listing-loadmore-wrapper .custom-magazine-listing-loadmore-btn:active {
            color: #fff;
            background: #003329
        }
}

body .alerter-bar {
    display: none;
    padding: 13px 0;
    width: 100%;
    background-color: #003329
}

    body .alerter-bar .component-content {
        width: 100%;
        position: relative
    }

    body .alerter-bar .top-alert-wrapper {
        max-width: 70%;
        margin: 0 auto
    }

        body .alerter-bar .top-alert-wrapper, body .alerter-bar .top-alert-wrapper a {
            line-height: 24px;
            font-family: Lato-Regular;
            font-size: 16px;
            letter-spacing: .6px;
            color: #fff;
            text-align: center
        }

            body .alerter-bar .top-alert-wrapper a {
                text-decoration: underline
            }

            body .alerter-bar .top-alert-wrapper .top-alert-close-btn {
                position: absolute;
                top: 50%;
                right: 44px;
                transform: translateY(-50%);
                width: 18px;
                height: 18px;
                background-image: url(../images/icon-close.svg);
                background-repeat: no-repeat;
                background-size: 18px 18px;
                cursor: pointer
            }

@media screen and (max-width: 991.98px) {
    body .alerter-bar .top-alert-wrapper {
        padding: 0 79px;
        max-width: 100%
    }

        body .alerter-bar .top-alert-wrapper, body .alerter-bar .top-alert-wrapper a {
            font-size: 14px;
            letter-spacing: .56px
        }

            body .alerter-bar .top-alert-wrapper .top-alert-close-btn {
                right: 39px
            }
}

@media screen and (max-width: 767.98px) {
    body .alerter-bar {
        padding: 7px 0
    }

        body .alerter-bar .component-content {
            padding: 0 34px 0 20px
        }

        body .alerter-bar .top-alert-wrapper {
            padding: 0;
            max-width: 100%
        }

            body .alerter-bar .top-alert-wrapper, body .alerter-bar .top-alert-wrapper a {
                line-height: 18px;
                font-size: 12px;
                text-align: left;
                letter-spacing: 0
            }

                body .alerter-bar .top-alert-wrapper .top-alert-close-btn {
                    right: 8px
                }
}

.news-gallery-container {
    width: 100%;
    padding: 0
}

    .news-gallery-container.promo {
        padding: 0
    }

        .news-gallery-container.promo .component-content {
            border: 0
        }

    .news-gallery-container .component-content {
        border: 0
    }

        .news-gallery-container .component-content .news-gallery {
            display: flex;
            width: 86.66%;
            max-width: 1248px;
            margin: 0 auto;
            padding: 48px 0 59px 0;
            flex-direction: column;
            align-items: flex-start
        }

            .news-gallery-container .component-content .news-gallery .gallery-title {
                margin: 0;
                font-family: Graphik-Semibold;
                font-size: 40px;
                font-weight: 600;
                line-height: 46px;
                letter-spacing: 0;
                color: #0a3329
            }

            .news-gallery-container .component-content .news-gallery .gallery-separator {
                width: 72px;
                height: 1px;
                margin: 32px 0 0 0;
                background: #003329
            }

            .news-gallery-container .component-content .news-gallery .gallery-list {
                display: flex;
                width: 100%;
                margin: 32px 0 0 0;
                padding: 0;
                list-style: none;
                justify-content: flex-start;
                flex-wrap: wrap
            }

                .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item.hidden {
                    display: none
                }

                .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item:nth-child(4n+1) {
                    margin: 0 0 16px 0
                }

                .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item::marker {
                    content: ""
                }

                .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item {
                    width: calc((100% - 3 * 32px)/ 4);
                    margin: 0 0 16px 32px;
                    font-size: 0
                }

                    .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link {
                        display: flex;
                        flex-direction: column;
                        text-decoration: none
                    }

                        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-iteminner-image-wrapper {
                            position: relative;
                            max-width: 288px;
                            max-height: 288px;
                            padding-bottom: 100%;
                            overflow: hidden
                        }

                            .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-iteminner-image-wrapper .item-image {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: initial;
                                max-width: initial;
                                min-width: 100%;
                                height: auto;
                                transform: translate(-50%,-50%) scale(1);
                                transition: transform .7s linear
                            }

                                .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-iteminner-image-wrapper .item-image:hover {
                                    transform: translate(-50%,-50%) scale(1.2);
                                    transition: transform 9s linear
                                }

                            .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-iteminner-image-wrapper .item-img-control-icon-player {
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                transform: translate(-50%,-50%);
                                width: 64px;
                                height: 44px;
                                background: url(../images/video/video-play-button.svg) no-repeat;
                                pointer-events: none
                            }

                        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-text {
                            max-height: 72px;
                            margin: 16px 0 0 0;
                            font-family: Graphik-Regular;
                            font-size: 18px;
                            line-height: 24px;
                            letter-spacing: .14px;
                            color: #003329;
                            overflow: hidden
                        }

            .news-gallery-container .component-content .news-gallery .view-more-btn {
                display: none;
                width: 155px;
                height: 48px;
                margin: 50px 0 0 0;
                padding: 0;
                border: 2px solid #003329;
                align-self: center;
                background: #fff;
                justify-content: center;
                align-items: center;
                font-family: Graphik-Semibold;
                font-size: 16px;
                font-weight: 600;
                line-height: 18px;
                letter-spacing: .25px;
                color: #003329;
                cursor: pointer
            }

                .news-gallery-container .component-content .news-gallery .view-more-btn:hover {
                    background: #003329;
                    color: #fff
                }

                .news-gallery-container .component-content .news-gallery .view-more-btn:active {
                    background: #fff;
                    color: #003329
                }

                .news-gallery-container .component-content .news-gallery .view-more-btn.view-more {
                    display: flex
                }

                    .news-gallery-container .component-content .news-gallery .view-more-btn.view-more .view-less-text {
                        display: none
                    }

                .news-gallery-container .component-content .news-gallery .view-more-btn.view-less {
                    display: block
                }

                    .news-gallery-container .component-content .news-gallery .view-more-btn.view-less .view-more-text {
                        display: none
                    }

@media screen and (max-width: 991.98px) {
    .news-gallery-container {
        margin: 0;
        padding: 0
    }

        .news-gallery-container .component-content {
            border: 0
        }

            .news-gallery-container .component-content .news-gallery {
                width: 100%;
                margin: 0;
                padding: 40px 39px
            }

                .news-gallery-container .component-content .news-gallery .gallery-title {
                    margin: 0;
                    font-family: Graphik-Semibold;
                    font-size: 30px;
                    font-weight: 600;
                    line-height: 45px;
                    letter-spacing: .27px;
                    color: #003329
                }

                .news-gallery-container .component-content .news-gallery .gallery-separator {
                    margin: 24px 0 0 0
                }

                .news-gallery-container .component-content .news-gallery .gallery-list {
                    width: 100%;
                    margin: 18px 0 0 0
                }

                    .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item:nth-child(2n+1) {
                        margin: 0 0 30px 0
                    }

                    .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item {
                        width: calc((100% - 30px)/ 2);
                        margin: 0 0 30px 30px
                    }

                        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-link .item-iteminner-image-wrapper {
                            max-width: none;
                            max-height: none
                        }

                        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item .item-text {
                            display: none
                        }

                .news-gallery-container .component-content .news-gallery .view-more-btn {
                    margin: 24px 0 0 0
                }

                    .news-gallery-container .component-content .news-gallery .view-more-btn:hover {
                        background: #fff;
                        color: #003329
                    }

                    .news-gallery-container .component-content .news-gallery .view-more-btn:active {
                        background: #003329;
                        color: #fff
                    }
}

@media screen and (max-width: 767.98px) {
    .news-gallery-container .component-content .news-gallery {
        padding: 40px 16px
    }

        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item:nth-child(2n+1) {
            margin: 0 0 16px 0
        }

        .news-gallery-container .component-content .news-gallery .gallery-list .gallery-item {
            width: calc((100% - 16px)/ 2);
            margin: 0 0 16px 16px
        }
}

.purpose-heart-body-wrapper-left.no-background .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right.no-background .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper.no-background .component-content .purpose-heart-body-component {
    background: 0 0
}

.purpose-heart-body-wrapper, .purpose-heart-body-wrapper-left, .purpose-heart-body-wrapper-right {
    width: 100%
}

    .purpose-heart-body-wrapper-left.margin-bottom-0 .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right.margin-bottom-0 .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper.margin-bottom-0 .component-content .purpose-heart-body-component {
        margin-bottom: 0
    }

    .purpose-heart-body-wrapper-left.padding-bottom-0 .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right.padding-bottom-0 .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper.padding-bottom-0 .component-content .purpose-heart-body-component {
        padding-bottom: 0
    }

    .purpose-heart-body-wrapper .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component {
        position: relative;
        display: flex;
        margin: 0 0 72px 0;
        padding: 54px 96px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #efefef;
        background-image: url(../images/CCG_Watermark_Heavy.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain
    }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .watermark, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .watermark, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .watermark {
            position: absolute
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-image, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-image, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-image img {
                width: 100%;
                height: 100%;
                margin-bottom: 48px
            }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-title {
            position: relative;
            width: 100%;
            max-width: 660px;
            margin: 0 0 32px 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            text-align: center;
            color: #0a3329
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-line, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-line, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-line {
            width: 146px;
            margin: 0 0 32px 0;
            height: 2px;
            background: #003329
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text {
            width: 100%;
            max-width: 607px;
            margin: 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            text-align: center;
            color: #003329
        }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child {
                margin: 0
            }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text p, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text p, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text p {
                margin: 8px 0 0 0
            }

    .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component {
        align-items: flex-start
    }

        .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-title {
            text-align: left
        }

        .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text {
            text-align: left
        }

    .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component {
        align-items: flex-end
    }

        .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-title {
            text-align: right
        }

        .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text {
            text-align: right
        }

@media screen and (max-width: 991.98px) {
    .purpose-heart-body-wrapper .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component {
        margin: 0;
        padding: 75px 54px 74px
    }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-image img {
            margin-bottom: 48px
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-title {
            font-size: 40px;
            line-height: 46px;
            letter-spacing: 0
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text {
            max-width: 649px
        }
}

@media screen and (max-width: 767.98px) {
    .purpose-heart-body-wrapper .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component {
        position: relative;
        display: flex;
        margin: 0;
        padding: 32px 16px 28px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #efefef;
        background-image: url(../images/CCG_Watermark_Heavy_Mobile.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto
    }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .watermark, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .watermark, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .watermark {
            position: absolute
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-image, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-image, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-image img, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-image img {
                width: 100%;
                height: 100%
            }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-title, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-title {
            position: relative;
            width: 100%;
            max-width: 660px;
            margin: 0;
            font-family: Graphik-Semibold;
            font-size: 30px;
            font-weight: 600;
            line-height: 41px;
            letter-spacing: .27px;
            text-align: center;
            color: #0a3329
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-line, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-line, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-line {
            width: 72px;
            margin: 16px 0 0 0;
            height: 2px;
            background: #003329
        }

        .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text {
            width: 100%;
            max-width: 607px;
            margin: 24px 0 0 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            text-align: center;
            color: #003329
        }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text p:first-child {
                margin: 0
            }

            .purpose-heart-body-wrapper .component-content .purpose-heart-body-component .purpose-heart-body-text p, .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text p, .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text p {
                margin: 8px 0 0 0
            }

    .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component {
        align-items: flex-start
    }

        .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-title {
            text-align: left
        }

        .purpose-heart-body-wrapper-left .component-content .purpose-heart-body-component .purpose-heart-body-text {
            text-align: left
        }

    .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component {
        align-items: flex-end
    }

        .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-title {
            text-align: right
        }

        .purpose-heart-body-wrapper-right .component-content .purpose-heart-body-component .purpose-heart-body-text {
            text-align: right
        }
}

.purpose-heart-body-wrapper .purpose-heart-body-component .leftline-body-title, .purpose-heart-body-wrapper-left .purpose-heart-body-component .leftline-body-title, .purpose-heart-body-wrapper-right .purpose-heart-body-component .leftline-body-title {
    margin: 0 0 8px 0;
    font-family: Graphik-Regular;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: .33px;
    color: #003329
}

.purpose-heart-body-wrapper .purpose-heart-body-component .leftline-body-subtitle, .purpose-heart-body-wrapper-left .purpose-heart-body-component .leftline-body-subtitle, .purpose-heart-body-wrapper-right .purpose-heart-body-component .leftline-body-subtitle {
    margin: 0 0 15.5px 0;
    font-family: Graphik-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .12px;
    color: #003329
}

    .purpose-heart-body-wrapper .purpose-heart-body-component .leftline-body-subtitle + .purpose-heart-body-line, .purpose-heart-body-wrapper-left .purpose-heart-body-component .leftline-body-subtitle + .purpose-heart-body-line, .purpose-heart-body-wrapper-right .purpose-heart-body-component .leftline-body-subtitle + .purpose-heart-body-line {
        width: 90px;
        height: 1px;
        margin: 0 0 31.5px 0
    }

.purpose-heart-body-wrapper .purpose-heart-body-component .leftline-body-text-important, .purpose-heart-body-wrapper-left .purpose-heart-body-component .leftline-body-text-important, .purpose-heart-body-wrapper-right .purpose-heart-body-component .leftline-body-text-important {
    font-family: Graphik-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .12px;
    color: #000
}

.purpose-heart-body-wrapper-left.wide-body .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper-right.wide-body .purpose-heart-body-component .purpose-heart-body-text, .purpose-heart-body-wrapper.wide-body .purpose-heart-body-component .purpose-heart-body-text {
    max-width: 1017px
}

.smalliconpromo-wrapper {
    width: 100%;
    margin: 0 auto 72px auto;
    padding: 0
}

    .smalliconpromo-wrapper .component-content {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start
    }

        .smalliconpromo-wrapper .component-content .smalliconpromo-component {
            display: flex;
            width: 86.6667%;
            max-width: 1248px;
            margin: 0 auto;
            flex-direction: row;
            justify-content: space-between;
            align-items: stretch
        }

            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-image {
                display: flex;
                width: 48.718%;
                max-width: 608px;
                justify-content: center;
                align-items: center
            }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-image img {
                    max-width: 100%;
                    max-height: 100%
                }

            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content {
                display: flex;
                width: 48.718%;
                max-width: 608px;
                padding: 0 54px;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start
            }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-title-wrapper {
                    margin: 0 0 39px 0
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-title {
                    font-family: Graphik-Semibold;
                    font-size: 40px;
                    font-weight: 600;
                    line-height: 46px;
                    letter-spacing: 0;
                    color: #0a3329
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-divideline {
                    display: flex;
                    margin: 0;
                    justify-content: flex-start;
                    align-items: flex-start
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-divideline .divider-line {
                        margin: 0 0 23.5px 0
                    }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-text {
                    margin-bottom: 46px;
                    font-family: Lato-Regular;
                    font-size: 14px;
                    letter-spacing: .17px;
                    color: #000
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-text p:first-child {
                        margin: 0
                    }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-text p {
                        margin: 16px 0 0 0
                    }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section {
                    display: flex;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-wrap: nowrap;
                    list-style: none
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner {
                        display: flex;
                        width: 28.6%;
                        margin: 0;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: center
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner .smalliconpromo-body-content-innericon {
                            display: flex;
                            width: 38px;
                            height: 38px;
                            justify-content: center;
                            align-items: center;
                            overflow: hidden
                        }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner .smalliconpromo-body-content-innersubtitle {
                            margin: 6px 0 0 0;
                            font-family: Graphik-Medium;
                            font-size: 14px;
                            font-weight: 500;
                            letter-spacing: 0;
                            text-align: center;
                            color: #003329
                        }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner .smalliconpromo-body-content-innertext {
                            margin: 13px 0 0 0;
                            font-family: Lato-Regular;
                            font-size: 12px;
                            letter-spacing: .34px;
                            text-align: center;
                            color: #000
                        }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink {
                    display: flex
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink a {
                        margin: 28px 0 0 0;
                        padding: 8px 12px;
                        border: 2px solid #003329;
                        font-family: Graphik-Semibold;
                        font-size: 10px;
                        font-weight: 600;
                        line-height: 12px;
                        letter-spacing: .21px;
                        text-align: center;
                        text-decoration: none;
                        color: #003329
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink a:hover {
                            background: #003329;
                            color: #fff
                        }

@media screen and (max-width: 991.98px) {
    .smalliconpromo-wrapper {
        margin: 0
    }

        .smalliconpromo-wrapper .component-content .smalliconpromo-component {
            width: 100%;
            max-width: none;
            margin: 44px 96px;
            flex-direction: column
        }

            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-image {
                width: 100%;
                max-width: none;
                margin-bottom: 40px
            }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-image img {
                    width: 100%
                }

            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content {
                width: 100%;
                max-width: none;
                padding: 0;
                justify-content: flex-start
            }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-title {
                    font-size: 40px;
                    line-height: 46px;
                    letter-spacing: 0
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-divideline {
                    padding: 0
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-text {
                    margin-bottom: 24px
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section {
                    justify-content: center;
                    flex-wrap: wrap;
                    margin-bottom: 54px
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner {
                        width: 24.827%;
                        margin-right: 35px
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner:last-child {
                            margin-right: 0
                        }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink a {
                    margin: 0;
                    padding: 16px 32px;
                    font-size: 16px;
                    line-height: 14px;
                    letter-spacing: .25px
                }

        .smalliconpromo-wrapper.layout--right .smalliconpromo-component {
            flex-direction: column-reverse
        }
}

@media screen and (max-width: 767.98px) {
    .smalliconpromo-wrapper {
        margin: 0;
        padding: 0
    }

        .smalliconpromo-wrapper .component-content {
            width: 100%
        }

            .smalliconpromo-wrapper .component-content .smalliconpromo-component {
                display: flex;
                width: 100%;
                margin: 40px 16px;
                flex-direction: column
            }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-image {
                    width: 100%;
                    max-width: none
                }

                .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content {
                    display: flex;
                    width: 100%;
                    max-width: none;
                    margin: 0;
                    padding: 0;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start
                }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-title-wrapper {
                        margin: 0
                    }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-title {
                        font-family: Graphik-Semibold;
                        font-size: 30px;
                        font-weight: 600;
                        line-height: 45px;
                        letter-spacing: .27px;
                        color: #003329
                    }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-divideline {
                        padding: 0
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-divideline .divider-line {
                            margin: 24px 0 32px 0
                        }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-text {
                        font-family: Lato-Regular;
                        font-size: 14px;
                        line-height: 23px;
                        letter-spacing: 0;
                        color: #000
                    }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section {
                        margin: 0;
                        justify-content: center;
                        flex-wrap: wrap
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner:nth-child(2n) {
                            margin: 0 0 24px 36px
                        }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner {
                            width: 41.96%;
                            margin: 0 0 24px 0
                        }

                            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner .smalliconpromo-body-content-innersubtitle {
                                margin: 5px 0 0 0;
                                font-family: Graphik-Medium;
                                font-size: 14px;
                                font-weight: 500;
                                letter-spacing: 0;
                                text-align: center;
                                color: #003329
                            }

                            .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .smalliconpromo-body-content-section .smalliconpromo-body-content-inner .smalliconpromo-body-content-innertext {
                                margin: 13px 0 0 0;
                                font-family: Lato-Regular;
                                font-size: 12px;
                                letter-spacing: .34px;
                                text-align: center;
                                color: #000
                            }

                    .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink a {
                        letter-spacing: .21px
                    }

                        .smalliconpromo-wrapper .component-content .smalliconpromo-component .smalliconpromo-body-content .field-learnmorelink a:active {
                            background: #003329;
                            color: #000
                        }

        .smalliconpromo-wrapper.layout--right .smalliconpromo-component {
            flex-direction: column-reverse
        }
}

.purpose-heart-body-wrapper {
    margin: 0 auto
}

    .purpose-heart-body-wrapper .component-content .famousword-component {
        display: flex;
        width: 86.6667%;
        max-width: 1248px;
        margin: 0 auto;
        padding: 72px 0;
        justify-content: space-between;
        align-items: center
    }

        .purpose-heart-body-wrapper .component-content .famousword-component .famousword-image {
            display: flex;
            width: 48.718%;
            max-width: 608px;
            justify-content: center;
            align-items: center
        }

        .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content {
            display: flex;
            width: 48.718%;
            max-width: 608px;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center
        }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component {
                position: relative;
                display: flex;
                width: 100%;
                min-height: 250px;
                flex-direction: column;
                justify-content: space-between;
                align-items: center
            }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-updevide {
                    width: 72px;
                    height: 1px;
                    margin: 0 0 56px 0;
                    background: #979797
                }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text {
                    z-index: 2;
                    width: 87.1712%;
                    max-width: 530px;
                    font-family: Graphik-Medium;
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 36px;
                    letter-spacing: .33px;
                    text-align: center;
                    color: #000
                }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-downdevide {
                    width: 72px;
                    height: 1px;
                    margin: 56px 0 0 0;
                    background: #979797
                }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component::before {
                    position: absolute;
                    display: flex;
                    top: 0;
                    left: 8.5%;
                    z-index: 1;
                    width: 122px;
                    height: 107px;
                    background-image: url(../images/quote.svg);
                    background-repeat: no-repeat;
                    background-size: 122px 107px;
                    transform: rotate(180deg);
                    content: ""
                }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component::after {
                    position: absolute;
                    display: flex;
                    bottom: 8.5%;
                    right: 9%;
                    z-index: 1;
                    width: 122px;
                    height: 107px;
                    background-image: url(../images/quote.svg);
                    background-repeat: no-repeat;
                    background-size: 122px 107px;
                    content: ""
                }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs {
                display: flex;
                width: 100%;
                margin: 16px 0 0 0;
                justify-content: center;
                align-items: center
            }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs .famousword-content-signs-image {
                    display: flex
                }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs .famousword-content-signs-name {
                    margin: 0 0 0 30px;
                    font-family: Lato-Regular;
                    font-size: 14px;
                    line-height: 21px;
                    letter-spacing: .17px;
                    text-align: center;
                    color: #000
                }

@media screen and (max-width: 991.98px) {
    .purpose-heart-body-wrapper {
        margin: 0
    }

        .purpose-heart-body-wrapper .component-content .famousword-component {
            width: 100%;
            max-width: none;
            padding: 44px 80px 42px;
            flex-direction: column-reverse
        }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-image {
                width: 100%;
                max-width: none;
                margin: 48px 0 0 0
            }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-image img {
                    min-width: 100%
                }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content {
                padding: 0 39px;
                width: 100%;
                max-width: none
            }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component {
                    max-width: initial;
                    min-height: initial
                }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-updevide {
                        margin: 0 0 36px 0
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text {
                        width: 100%;
                        max-width: none;
                        font-size: 24px;
                        line-height: 36px;
                        letter-spacing: .33px
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-downdevide {
                        margin: 36px 0 0 0
                    }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs {
                    width: 100%;
                    margin: 48px 0 0 0
                }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs .famousword-content-signs-name {
                        margin: 0 0 0 31px
                    }
}

@media screen and (max-width: 767.98px) {
    .purpose-heart-body-wrapper {
        margin: 0
    }

        .purpose-heart-body-wrapper .component-content .famousword-component {
            width: 100%;
            max-width: none;
            padding: 24px 16px;
            flex-direction: column-reverse
        }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-image {
                width: 100%;
                max-width: none;
                margin: 16px 0 0 0
            }

            .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content {
                width: 100%;
                max-width: none;
                padding: 0
            }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component {
                    position: relative;
                    max-width: 343px;
                    min-height: 200px
                }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-updevide {
                        margin: 0 0 36px 0
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text {
                        width: 100%;
                        max-width: none;
                        font-family: Graphik-Medium;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 27px;
                        letter-spacing: .18px;
                        text-align: center;
                        color: #000
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component .famousword-content-text-downdevide {
                        margin: 36px 0 0 0
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component::before {
                        top: 5%;
                        left: 4%;
                        width: 58px;
                        height: 50px;
                        background-size: 58px 50px
                    }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-text-component::after {
                        bottom: 28%;
                        right: 5%;
                        width: 58px;
                        height: 50px;
                        background-size: 58px 50px
                    }

                .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs {
                    width: 100%;
                    margin: 24px 0 0 0;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: center
                }

                    .purpose-heart-body-wrapper .component-content .famousword-component .famousword-content .famousword-content-signs .famousword-content-signs-name {
                        margin: 16px 0 0 0
                    }
}

.home-for-dream-wrapper {
    width: 100%
}

    .home-for-dream-wrapper .row.column-splitter {
        display: flex;
        width: 86.66666666666667%;
        max-width: 1248px;
        margin: 0 auto 54px auto;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(1) {
            width: 42.2223%;
            max-width: 608px
        }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(2) {
            width: 42.2223%;
            max-width: 608px
        }

.left-dream-wrapper .component-content > div {
    display: flex;
    padding: 42px 0 40px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

    .left-dream-wrapper .component-content > div .dream-title-wrapper .dream-detail-title {
        margin: 0;
        font-family: Graphik-Semibold;
        font-size: 40px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: 0;
        color: #0a3329
    }

    .left-dream-wrapper .component-content > div .divider-line {
        width: 72px;
        height: 1px;
        margin: 38.5px 0 0 0;
        background: #003329
    }

    .left-dream-wrapper .component-content > div .dream-detail-info-wrapper {
        width: 100%;
        margin: 23.5px 0 0 0
    }

        .left-dream-wrapper .component-content > div .dream-detail-info-wrapper .dream-detail-info {
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            color: #000
        }

.right-dream-wrapper .component-content {
    display: flex;
    justify-content: center;
    align-items: center
}

    .right-dream-wrapper .component-content ul {
        margin: 0;
        padding: 0
    }

        .right-dream-wrapper .component-content ul > li:first-child {
            margin: 0
        }

        .right-dream-wrapper .component-content ul > li {
            margin: 8px 0 0 0
        }

            .right-dream-wrapper .component-content ul > li .field-link .learn-more-btn {
                display: flex;
                font-family: Graphik-Medium;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: .17px;
                color: #003329
            }

@media screen and (max-width: 991.98px) {
    .home-for-dream-wrapper .row.column-splitter {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 54px 80px 48px
    }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(1) {
            width: 100%;
            max-width: none
        }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(2) {
            width: 100%;
            max-width: none;
            margin: 54px 0 0 0
        }

    .left-dream-wrapper .component-content > div {
        padding: 0
    }

        .left-dream-wrapper .component-content > div .dream-title-wrapper .dream-detail-title {
            font-size: 40px;
            line-height: 46px;
            letter-spacing: 0
        }

        .left-dream-wrapper .component-content > div .divider-line {
            margin: 36px 0 0 0
        }

        .left-dream-wrapper .component-content > div .dream-detail-info-wrapper {
            margin: 24px 0 0 0
        }

            .left-dream-wrapper .component-content > div .dream-detail-info-wrapper .dream-detail-info {
                font-size: 14px;
                line-height: 21px
            }

    .right-dream-wrapper .component-content {
        justify-content: flex-start;
        align-items: flex-start
    }

        .right-dream-wrapper .component-content ul > li .field-link .learn-more-btn {
            font-size: 14px;
            line-height: 21px
        }
}

@media screen and (max-width: 767.98px) {
    .home-for-dream-wrapper .row.column-splitter {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 40px 16px
    }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(1) {
            width: 100%;
            max-width: none
        }

        .home-for-dream-wrapper .row.column-splitter .col-6:nth-child(2) {
            width: 100%;
            max-width: none;
            margin: 32px 0 0 0
        }

    .left-dream-wrapper .component-content > div {
        padding: 0
    }

        .left-dream-wrapper .component-content > div .dream-title-wrapper .dream-detail-title {
            font-family: Graphik-Semibold;
            font-size: 30px;
            font-weight: 600;
            line-height: 41px;
            letter-spacing: .27px;
            color: #0a3329
        }

        .left-dream-wrapper .component-content > div .divider-line {
            margin: 32px 0 0 0
        }

        .left-dream-wrapper .component-content > div .dream-detail-info-wrapper {
            margin: 32px 0 0 0
        }

            .left-dream-wrapper .component-content > div .dream-detail-info-wrapper .dream-detail-info {
                font-family: Lato-Regular;
                font-size: 12px;
                line-height: 20px;
                letter-spacing: .17px;
                color: #000
            }

    .right-dream-wrapper .component-content {
        justify-content: flex-start;
        align-items: flex-start
    }

        .right-dream-wrapper .component-content ul > li .field-link .learn-more-btn {
            font-family: Graphik-Medium;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: .17px;
            color: #003329
        }
}

.people-image-text-card {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto 75px auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

    .people-image-text-card .people-image-text-card-title {
        width: 86.66666666666667%;
        max-width: 1248px;
        margin: 0 auto;
        font-family: Graphik-Semibold;
        font-size: 30px;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: .95px;
        color: #0a3329
    }

    .people-image-text-card .carousel {
        display: flex;
        width: 86.66666666666667%;
        max-width: 1248px;
        padding: 0;
        border: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 32px auto 0 auto
    }

    .people-image-text-card .carousel__list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .people-image-text-card .carousel__list li::marker{
        content: none;
        display: none;
    }
    
    .people-image-text-card .carousel__item {
        width: 100%;
        margin: 0 2px 0 0
    }

    .people-image-text-card .carousel__content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        overflow: hidden
    }

        .people-image-text-card .carousel__content .image {
            position: relative;
            display: flex;
            width: 48.71%;
            max-width: 608px;
            height: 0;
            max-height: 342px;
            padding-bottom: 27.403846153846156%;
            justify-content: center;
            align-items: center;
            overflow: hidden
        }

            .people-image-text-card .carousel__content .image .video-poster-img-only {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                max-width: initial;
                height: 100%;
                transform: translate(-50%,-50%)
            }

            .people-image-text-card .carousel__content .image .video-player {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

        .people-image-text-card .carousel__content .desc {
            display: flex;
            width: 48.71%;
            padding: 20px 54px;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

        .people-image-text-card .carousel__content .desc__title {
            font-family: Graphik-Regular;
            font-size: 24px;
            line-height: 50px;
            letter-spacing: .33px;
            text-align: left;
            color: #003329
        }

            .people-image-text-card .carousel__content .desc__title:hover {
                text-decoration: none
            }

        .people-image-text-card .carousel__content .desc__subtitle {
            width: 100%;
            margin: 8px 0 0 0;
            font-family: Graphik-Medium;
            font-size: 16px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: .12px;
            text-align: left;
            color: #003329
        }

        .people-image-text-card .carousel__content .desc__separator {
            margin: 16px 0 0 0;
            width: 72px;
            height: 1px;
            background: #003329
        }

        .people-image-text-card .carousel__content .desc__text {
            width: 100%;
            margin: 32px 0 0 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            text-align: left;
            color: #000
        }

        .people-image-text-card .carousel__content .field-link {
            display: flex;
            margin: 32px 0 0 0;
            justify-content: flex-start;
            align-items: center
        }

            .people-image-text-card .carousel__content .field-link .learn-more-btn {
                font-family: Graphik-Medium;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: 0;
                color: #003329;
                text-align: left
            }

    .people-image-text-card .carousel__nav {
        display: flex;
        width: 128px;
        height: 24px;
        margin: 32px 0 0 0;
        justify-content: space-between;
        align-items: center
    }

    .people-image-text-card .carousel__nav-btn {
        position: relative;
        display: flex;
        left: 0;
        right: 0;
        width: 31px;
        height: 16px;
        justify-content: center;
        align-items: center;
        background: 0 0;
        transition: left .3s
    }

    .people-image-text-card .carousel__nav-btn--left {
        background-image: url(../images/arrow-left.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .people-image-text-card .carousel__nav-btn--right {
        background-image: url(../images/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .people-image-text-card .carousel__nav-btn--left:hover {
        left: -6px
    }

    .people-image-text-card .carousel__nav-btn--right:hover {
        left: 6px
    }

    .people-image-text-card .carousel__nav-index {
        display: flex;
        font-family: Graphik-Regular;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: center;
        color: #003329
    }

@media screen and (max-width: 991.98px) {
    .people-image-text-card {
        margin: 0;
        padding: 36px 80px
    }

        .people-image-text-card .people-image-text-card-title {
            width: 100%;
            max-width: none;
            font-size: 30px;
            line-height: 33px
        }

        .people-image-text-card .carousel {
            width: 100%;
            max-width: none;
            margin: 32px 0 0 0
        }

        .people-image-text-card .carousel__content {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

            .people-image-text-card .carousel__content .image {
                width: 100%;
                max-width: none;
                padding-bottom: 56.25%
            }

            .people-image-text-card .carousel__content .desc {
                width: 100%;
                margin: 32px 0 0 0;
                padding: 20px 54px 34px
            }

            .people-image-text-card .carousel__content .desc__title {
                font-size: 24px;
                line-height: 30px;
                letter-spacing: .33px
            }

            .people-image-text-card .carousel__content .desc__subtitle {
                margin: 8px 0 0 0;
                font-size: 16px;
                line-height: 28px;
                letter-spacing: .12px
            }

            .people-image-text-card .carousel__content .desc__separator {
                margin: 18px 0 0 0
            }

            .people-image-text-card .carousel__content .desc__text {
                margin: 16px 0 0 0;
                font-family: Lato-Regular;
                font-size: 12px;
                line-height: 20px;
                letter-spacing: .17px;
                color: #003329
            }

            .people-image-text-card .carousel__content .desc__learn-more-btn {
                margin: 24px 0 0 0
            }

            .people-image-text-card .carousel__content .desc__learn-more-btn-text {
                font-size: 16px;
                line-height: 28px;
                letter-spacing: .12px
            }

        .people-image-text-card .carousel__nav-btn--left:hover {
            left: 0
        }

        .people-image-text-card .carousel__nav-btn--right:hover {
            left: 0
        }

        .people-image-text-card .carousel__nav-btn--left:active {
            left: -6px
        }

        .people-image-text-card .carousel__nav-btn--right:active {
            left: 6px
        }

        .people-image-text-card .carousel__content {
            flex-direction: column
        }

            .people-image-text-card .carousel__content.layout--right {
                flex-direction: column-reverse
            }

        .people-image-text-card .carousel__nav {
            margin-top: 16px
        }

        .people-image-text-card:first-child {
            margin: 0 0 36px 0
        }
}

@media screen and (max-width: 767.98px) {
    .people-image-text-card {
        margin: 0 0 12px 0;
        padding: 0 16px
    }
    
    .people-image-text-card .carousel__content .image {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: unset;
        max-height: unset;
        padding-bottom: unset;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .people-image-text-card .carousel__content .image .video-poster-img-only {
        position: unset;
        top: unset;
        left: unset;
        width: unset;
        max-width: 100%;
        height: auto;
        transform: unset;
    }

        .people-image-text-card .people-image-text-card-title {
            font-family: Graphik-Medium;
            font-size: 22px;
            font-weight: 500;
            line-height: 27px;
            letter-spacing: .2px;
            color: #003329
        }

        .people-image-text-card .carousel {
            margin: 24px 0 0 0
        }

        .people-image-text-card .carousel__content {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

            /* .people-image-text-card .carousel__content .image {
                width: 100%;
                max-width: none;
                padding-bottom: 56.26822157434402%
            } */

            .people-image-text-card .carousel__content .desc {
                width: 100%;
                margin: 24px 0 0 0;
                padding: 0
            }

            .people-image-text-card .carousel__content .desc__title {
                font-family: Graphik-Regular;
                font-size: 20px;
                line-height: 27px;
                letter-spacing: .18px;
                color: #003329
            }

            .people-image-text-card .carousel__content .desc__subtitle {
                margin: 16px 0 0 0;
                font-family: Graphik-Medium;
                font-size: 12px;
                font-weight: 500;
                line-height: 13px;
                letter-spacing: .16px;
                color: #003329
            }

            .people-image-text-card .carousel__content .desc__separator {
                margin: 16px 0 0 0
            }

            .people-image-text-card .carousel__content .desc__text {
                margin: 16px 0 0 0;
                font-family: Lato-Regular;
                font-size: 12px;
                line-height: 20px;
                letter-spacing: .17px;
                color: #003329
            }

            .people-image-text-card .carousel__content .desc__learn-more-btn {
                margin: 24px 0 0 0
            }

            .people-image-text-card .carousel__content .desc__learn-more-btn-text {
                font-family: Graphik-Medium;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: 0;
                color: #003329
            }

        .people-image-text-card .carousel__content {
            flex-direction: column
        }

            .people-image-text-card .carousel__content.layout--right {
                flex-direction: column-reverse
            }

        .people-image-text-card:first-child {
            margin: 0 0 41px 0
        }
}

.people-image-text-card.magazine-card-list-left, .people-image-text-card.magazine-card-list-right {
    margin: 70px auto 72px auto
}

@media screen and (max-width: 991.98px) {
    .people-image-text-card.magazine-card-list-left, .people-image-text-card.magazine-card-list-right {
        margin: 45.5px 0 40px 0;
        padding: 0 80px
    }
}

@media screen and (max-width: 767.98px) {
    .people-image-text-card.magazine-card-list-left, .people-image-text-card.magazine-card-list-right {
        margin: 42px 0 48px 0;
        padding: 0 16px
    }
}

.text-homepage-wrap.text-places-wrap .field-image {
    padding-bottom: 16px
}

    .text-homepage-wrap.text-places-wrap .field-image img {
        width: 38px;
        height: 38px
    }

.text-homepage-component .text-homepage-wrap.text-places-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-title {
    padding: 0 0 8px 0;
    font-family: Graphik-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .11px;
    color: #003329
}

.text-homepage-component .text-homepage-wrap.text-places-wrap .column-splitter .text-homepage-rich-text .text-homepage-content .text-homepage-txt {
    font-family: Lato-Regular;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .34px;
    text-align: center;
    color: #000
}

@media screen and (max-width: 991.98px) {
    .text-homepage-component .text-homepage-wrap.text-places-wrap .column-splitter .text-homepage-rich-text {
        margin: 0 0 49px 0
    }
}

@media screen and (max-width: 767.98px) {
    .text-homepage-component .text-homepage-wrap.text-places-wrap .column-splitter .text-homepage-rich-text {
        margin: 0 0 39px 0
    }
}

.villacove-nearby .row {
    flex-wrap: nowrap
}

.villacove-nearby {
    box-sizing: border-box
}

    .villacove-nearby > .component-content {
        padding: 111px 0
    }

    .villacove-nearby .nearby-desc-o {
        width: 50%;
        max-width: none;
        padding: 5px 16px 5px 6.666667%
    }

        .villacove-nearby .nearby-desc-o .nearby-desc {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: flex-start
        }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-header {
                margin: 0;
                padding: 0;
                font-family: Graphik-Semibold;
                font-size: 30px;
                font-weight: 600;
                line-height: 45px;
                letter-spacing: .95px;
                color: #003329
            }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list {
                display: flex;
                width: 100%;
                margin: 72px 0 0 0;
                flex-direction: column
            }

                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item:first-child {
                    margin: 0
                }

                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item {
                    display: none;
                    margin: 24px 0 0 0
                }

                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place {
                        display: flex;
                        width: 100%;
                        height: 100%;
                        font-size: 0
                    }

                        .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout {
                            display: flex;
                            width: 100%;
                            height: 100%;
                            flex-direction: row;
                            align-items: flex-start
                        }

                            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout h3 {
                                display: flex;
                                width: 42px;
                                height: 42px;
                                margin: 0;
                                padding: 0;
                                justify-content: center;
                                align-items: center
                            }

                                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout h3 .place-icon {
                                    width: 42px;
                                    height: 42px
                                }

                            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc {
                                display: flex;
                                flex: 1 0 0%;
                                min-width: 300px;
                                max-width: 67.702472%;
                                margin: 0 0 0 19px;
                                flex-direction: column
                            }

                                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-label {
                                    font-family: Graphik-Medium;
                                    font-size: 12px;
                                    font-weight: 500;
                                    line-height: 18px;
                                    letter-spacing: .15px;
                                    color: #003329
                                }

                                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container {
                                    display: flex;
                                    margin: 2px 0 0 0;
                                    justify-content: flex-start
                                }

                                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container .place-title {
                                        flex: 1 0 0%;
                                        font-family: Graphik-Medium;
                                        font-size: 20px;
                                        font-weight: 500;
                                        line-height: 30px;
                                        letter-spacing: .28px;
                                        color: #000
                                    }

                                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container .place-distance {
                                        padding: 0 0 0 10px;
                                        font-family: Graphik-Regular;
                                        font-size: 20px;
                                        text-align: right;
                                        line-height: 30px;
                                        letter-spacing: .28px
                                    }

                                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-annotation {
                                    margin: 2px 0 0 0;
                                    font-family: Lato-Bold;
                                    font-size: 12px;
                                    font-weight: 700;
                                    line-height: 20px;
                                    letter-spacing: 0;
                                    color: #6d716f
                                }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-btn.hidden {
                display: none
            }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-btn {
                display: flex;
                margin: 24px 0 0 0;
                padding: 0;
                border: 0;
                background: 0 0;
                outline: 0;
                cursor: pointer;
                font-family: Graphik-Medium
            }

                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-btn .learn-more {
                    display: inline
                }

                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-btn .learn-less {
                    display: none
                }

            .villacove-nearby .nearby-desc-o .nearby-desc.expanded .nearby-btn .learn-more {
                display: none
            }

            .villacove-nearby .nearby-desc-o .nearby-desc.expanded .nearby-btn .learn-less {
                display: inline
            }

    .villacove-nearby .nearby-img-wrapper-o {
        width: 50%;
        align-items: flex-start;
        padding: 0 0 0 16px
    }

        .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 {
            padding: 0
        }

            .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 > .component-content {
                display: flex
            }

                .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 > .component-content > img {
                    width: 100% !important;
                    height: auto !important
                }

@media screen and (max-width: 992px) {
    .villacove-nearby > .component-content {
        padding: 0
    }

        .villacove-nearby > .component-content > .row {
            display: block;
            flex-direction: column;
            justify-content: flex-start
        }

    .villacove-nearby .nearby-desc-o {
        width: 100%;
        max-width: none;
        padding: 40px 16px
    }

        .villacove-nearby .nearby-desc-o .nearby-desc .nearby-header {
            padding: 9px 0;
            font-size: 30px;
            font-weight: 600;
            line-height: 45px;
            letter-spacing: .27px
        }

        .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list {
            max-width: none;
            margin: 19px 0 0 0
        }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item:first-child {
                margin: 0
            }

            .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item {
                margin: 32px 0 0 0
            }

                .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc {
                    min-width: 0;
                    max-width: none;
                    margin: 0 0 0 16px
                }

                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-label {
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 18px;
                        letter-spacing: .15px
                    }

                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container {
                        margin: 8px 0 0 0;
                        flex-direction: column
                    }

                        .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container .place-title {
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 27px;
                            letter-spacing: .25px
                        }

                        .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-title-flex-container .place-distance {
                            margin: 2px 0 0 0;
                            padding: 0;
                            text-align: left;
                            font-size: 18px;
                            line-height: 27px;
                            letter-spacing: .25px
                        }

                    .villacove-nearby .nearby-desc-o .nearby-desc .nearby-list .nearby-item .place .place-layout .place-desc .place-annotation {
                        margin: 2px 0 0 0;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 20px;
                        letter-spacing: 0
                    }

    .villacove-nearby .nearby-img-wrapper-o {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 0 40px 0
    }

        .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 {
            padding: 0
        }

            .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 > .component-content {
                padding: 0 0 40px 0
            }

                .villacove-nearby .nearby-img-wrapper-o > .row > .col-12 > .component-content > img {
                    width: 100% !important;
                    height: auto !important
                }
}

body, html {
    padding: 0;
    margin: 0
}

li, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumb-wrapper {
    padding: 22px 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    border-top: 1px solid #f1f1f1;
    margin-bottom: 12px
}

@media only screen and (max-width: 990.98px) {
    .breadcrumb-wrapper {
        padding: 12px 0
    }
}

.breadcrumb-wrapper .component-content {
    width: 86.66666666666667%;
    max-width: 1248px;
    margin: 0 auto
}

@media only screen and (max-width: 990.98px) {
    .breadcrumb-wrapper .component-content {
        margin: 0 35px 0 25px
    }
}

.breadcrumb-wrapper .breadcrumn-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.breadcrumb-wrapper .breadcrumb-list {
    position: relative;
    padding-right: 26px;
    line-height: 21px
}

    .breadcrumb-wrapper .breadcrumb-list::after {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate3d(0,-50%,0);
        content: '';
        width: 6px;
        height: 9px;
        background: url(../images/breadcrumb-arrow.svg) no-repeat;
        background-size: 6px 9px
    }

.breadcrumb-wrapper .breadcrumb-list-last {
    padding: 0
}

    .breadcrumb-wrapper .breadcrumb-list-last::after {
        display: none
    }

.breadcrumb-wrapper .breadcrumb-list, .breadcrumb-wrapper .breadcrumb-list a {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    font-family: Graphik;
    text-decoration: none
}

    .breadcrumb-wrapper .breadcrumb-list a {
        display: inline-block
    }

.card-listing {
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin: 0 auto
}

.card-listing__padding {
    position: relative;
    width: 81.66666666666667%;
    margin: 72px 9.375% 0 8.958333333333333%
}

    .card-listing__nav-container, .card-listing__padding > .row {
        position: absolute;
        z-index: 1;
        width: 36.348123%
    }

.card-listing-nav {
    width: 100%
}

.card-listing-nav__item:last-child {
    margin: 0
}

.card-listing-nav__item {
    display: flex;
    width: 100%;
    margin: 0 0 24px 0;
    justify-items: flex-start;
    align-items: flex-start
}

.card-listing-nav__link {
    display: flex;
    font-family: Graphik-Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .17px;
    color: #003329
}

.card-listing-nav__item--current .card-listing-nav__link {
    font-family: Graphik-Bold;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .17px;
    color: #003329
}

.card-listing__list-layout {
    display: flex;
    width: 100%;
    min-height: 600px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.card-listing__list-header {
    display: flex;
    width: 100%;
    margin: 0 0 39.5px 36.348123%;
    justify-content: space-between;
    align-items: flex-start
}

.card-listing__list-header-bar {
    display: flex;
    width: 100%;
    margin: 0 0 31.5px;
    justify-content: space-between
}

    .card-listing__list-header-bar > .row {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 46px;
        justify-content: flex-end
    }

.card-listing__list-header-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.card-listing__list-header-title {
    margin: 0 0 31.5px;
    font-family: Graphik-Semibold;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    color: #0a3329
}

.card-listing__list-header-subtitle {
    margin: 0 0 31.5px;
    font-family: Graphik-Semibold;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0;
    color: #0a3329
}

.card-listing__separator {
    width: 45px;
    height: 1px;
    background: #003329
}

.card-listing__selector-container {
    display: flex
}

.card-listing__list-wrapper {
    display: flex;
    flex-direction: column
}

.card-listing__msg-container {
    display: none;
    min-height: 600px;
    justify-content: center;
    align-items: center
}

.card-listing__no-results-msg {
    padding: 50px 0;
    text-align: center;
    font-family: Graphik-Medium;
    font-weight: 500;
    color: #003329
}

.card-listing__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.card-listing__list-item:first-child {
    visibility: hidden
}

.card-listing__list-item:nth-child(3n) {
    margin: 0 0 69px 0
}

.card-listing__list-item {
    display: flex;
    width: 27.303755%;
    max-width: 320px;
    max-height: 550px;
    margin: 0 9.044368% 69px 0;
    overflow: hidden
}

.card-listing-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none !important;
    background: #fff
}

.card-listing-card__learn-more-btn:hover::after {
    right: -6px
}

.card-listing-card__tag {
    position: absolute;
    top: 5.454545%;
    right: 0;
    padding: 9px 19px;
    z-index: 1;
    font-family: Graphik-Medium;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: .54px;
    text-align: center;
    background: #003329;
    color: #fff
}

.card-listing-card__image-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
    max-height: 320px;
    margin: 0 0 16px 0;
    padding-bottom: 100%;
    overflow: hidden
}

.card-listing-card__article-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: initial;
    height: 100%;
    transform: translate(-50%,-50%) scale(1);
    transition: transform .7s linear
}

    .card-listing-card__article-image:hover {
        transform: translate(-50%,-50%) scale(1.2);
        transition: transform 9s linear
    }

.card-listing-card__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 44px;
    transform: translate(-50%,-50%);
    background-image: url(../images/video/video-play-button.svg);
    background-repeat: no-repeat;
    background-size: 64px 44px;
    background-position: center center;
    pointer-events: none
}

.card-listing-card__date {
    width: 100%;
    height: 20px;
    margin: 0 0 8px 0;
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #6d716f
}

.card-listing-card__title {
    position: relative;
    display: -webkit-box;
    width: 100%;
    height: 58px;
    margin: 0 0 10px 0;
    font-family: Graphik-Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .17px;
    color: #003329;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.card-listing-card__title-text {
    display: block
}

.card-listing-card__excerpt {
    position: relative;
    display: -webkit-box;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: Lato-Regular;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #003329;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.card-listing-card__excerpt-text {
    display: block
}

.card-listing-card.multimedia .card-listing-card__image-wrapper + pre {
    display: none
}

.card-listing-card.multimedia .card-listing-card__subtitle {
    margin: 0 0 8px 0;
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #6d716f
}

.card-listing-card.multimedia .card-listing-card__text {
    display: -webkit-box;
    height: 42px;
    font-family: Graphik-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .11px;
    color: #003329;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

    .card-listing-card.multimedia .card-listing-card__text .text {
        display: block
    }

.card-listing-card__learn-more-btn {
    position: relative;
    display: flex;
    margin: 0 0 24px 0;
    padding: 0 45px 0 0;
    font-family: Graphik-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
    color: #003329
}

    .card-listing-card__learn-more-btn::after {
        position: absolute;
        display: flex;
        top: 50%;
        right: 0;
        width: 30px;
        height: 7px;
        background-image: url(../images/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 30px 7px;
        transform: translate(0,-50%);
        transition: right .3s;
        content: ""
    }

.card-listing-card.pure-text {
    padding: 0 20px;
    border-top: 10px solid #003329;
    justify-content: flex-end;
    background: #f1f1f1
}

    .card-listing-card.pure-text .card-listing-card__title {
        height: 84px;
        -webkit-line-clamp: 3
    }

    .card-listing-card.pure-text .card-listing-card__excerpt {
        height: 105px;
        -webkit-line-clamp: 5
    }

.card-listing__btn-container {
    display: none;
    padding: 48px 0
}

.card-listing__load-more-btn {
    margin: 0 auto;
    padding: 16px 32px;
    border: 2px solid #003329;
    font-family: Graphik-Semibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .25px;
    text-align: center;
    color: #003329;
    cursor: pointer
}

    .card-listing__load-more-btn:hover {
        background: #003329;
        color: #fff
    }

.card-listing-select {
    position: relative;
    width: auto;
    flex: none;
    margin: 0 10px 0 0
}

    .card-listing-select:last-child {
        margin: 0
    }

.card-listing-select__select-box {
    position: relative;
    padding: 10px 46px 10px 20px;
    border: 1px solid #003329;
    cursor: pointer;
    font-family: Graphik-Semibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .2px;
    color: #003329
}

.card-listing-select__text {
    pointer-events: none
}

.card-listing-select__arrow-icon {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 14px;
    height: 7px;
    background-image: url(../images/icon-arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 14px 7px;
    pointer-events: none;
    transition: transform .3s
}

.card-listing-select__option-panel {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 0;
    padding: 14px 22px;
    border: 1px solid transparent;
    flex-direction: column;
    background: #fff;
    box-shadow: rgba(0,0,0,.34) 0 2px 4px 0;
    transform: translateX(-50%);
    z-index: 10000
}

    .card-listing-select__option-panel::before {
        position: absolute;
        top: -1px;
        left: 50%;
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        border-top-color: transparent;
        border-right-color: transparent;
        transform: rotate(135deg) translateX(-50%);
        content: ""
    }

.card-listing-select__option-label {
    margin: 0 0 28px 0;
    font-family: Graphik-Regular;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .17px;
    color: #555
}

.card-listing-select__option-list {
    display: flex;
    margin: 0 0 28px 0;
    flex-direction: column
}

.card-listing-select__option-item {
    margin: 0 0 28px 0
}

    .card-listing-select__option-item:last-child {
        margin: 0
    }

.card-listing-select__option-content {
    display: flex;
    min-width: 100px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.card-listing-select__option-checkbox-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0 24px 0 0;
    border: 1px solid #d9d1ce;
    pointer-events: none
}

.card-listing-select__option-content.checked .card-listing-select__option-checkbox-icon {
    background-image: url(../images/icon-selected-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 12px
}

.card-listing-select__option-checkbox-text {
    max-width: 200px;
    font-family: Graphik-Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .2px;
    color: #003329;
    pointer-events: none
}

.card-listing-select__btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.card-listing-select__apply-btn {
    padding: 10px 35px;
    border: 2px solid #003329;
    font-family: Graphik-Semibold;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: .25px;
    text-align: center;
    color: #003329;
    cursor: pointer
}

    .card-listing-select__apply-btn:hover {
        background: #003329;
        color: #fff
    }

.card-listing-select__clear-all-btn {
    font-family: Graphik-Regular;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .17px;
    color: #555;
    cursor: pointer
}

.card-listing-select--year .card-listing-select__option-panel {
    min-width: 240px
}

.card-listing-select--category .card-listing-select__option-panel {
    min-width: 280px
}

.card-listing-select__select-box:hover {
    background: #003329;
    color: #fff
}

    .card-listing-select__select-box:hover .card-listing-select__arrow-icon {
        background-image: url(../images/icon-arrow-white.svg)
    }

.card-listing-select.open-list .card-listing-select__select-box {
    background: #003329;
    color: #fff
}

    .card-listing-select.open-list .card-listing-select__select-box .card-listing-select__arrow-icon {
        background-image: url(../images/icon-arrow-white.svg);
        transform: rotate(180deg)
    }

@media screen and (max-width: 991.98px) {
    .card-listing__padding {
        width: 100%;
        margin: 72px auto 0 auto;
        padding: 0 16px
    }

        .card-listing__padding > .row {
            position: static;
            width: 100%
        }

    .card-listing__list-header {
        margin: 0 0 32px 0;
        flex-direction: column;
        align-items: stretch
    }

    .card-listing__list-header-title {
        position: static;
        font-size: 30px;
        line-height: 41px;
        letter-spacing: .27px
    }

    .card-listing__separator {
        width: 73px
    }

    .card-listing__selector-container {
        justify-content: flex-end
    }

    .card-listing-select__select-box:active {
        background: #003329;
        color: #fff
    }

        .card-listing-select__select-box:active .card-listing-select__arrow-icon {
            background-image: url(../images/icon-arrow-white.svg)
        }

    .card-listing-select--year .card-listing-select__option-panel {
        left: -21px
    }

    .card-listing__load-more-btn:active {
        background: #003329;
        color: #fff
    }

    .card-listing__list-item {
        width: 31%;
        max-width: none;
        max-height: none;
        margin: 0 3.5% 24px 0
    }

    .card-listing__padding .news-linklist-wrapper {
        margin: 0 0 64px 0
    }

    .card-listing-card__learn-more-btn:hover::after {
        right: 0
    }

    .card-listing-card__learn-more-btn:active::after {
        right: -6px
    }
}

@media screen and (max-width: 991.98px) {
    .card-listing__list {
        flex-direction: column
    }

    .card-listing__list-item:first-child {
        display: none
    }

    .card-listing__list-item:nth-child(3n) {
        margin: 0 0 24px 0
    }

    .card-listing__list-item {
        width: 100%;
        max-width: none;
        max-height: none;
        margin: 0 0 24px 0
    }

    .card-listing-card__image-wrapper {
        max-width: initial;
        max-height: initial
    }

    .card-listing-card.pure-text {
        min-height: 550px;
        padding: 0 32px
    }

        .card-listing-card.pure-text .card-listing-card__learn-more-btn {
            margin: 0 0 32px 0
        }
}

.card-listing.sustainability-awards {
    width: 100%;
    max-width: none
}

    .card-listing.sustainability-awards .card-listing__list-header {
        margin-left: 0
    }

    .card-listing.sustainability-awards .card-listing-select--category {
        display: none
    }

    .card-listing.sustainability-awards .card-listing__padding {
        width: 86.6666666667%;
        max-width: 1248px;
        margin: 72px auto 0
    }

@media only screen and (max-width: 990.98px) {
    .card-listing.sustainability-awards .card-listing__padding {
        width: 100%
    }
}

.card-listing.sustainability-awards .card-listing__list-item:first-child {
    visibility: visible
}

.card-listing.sustainability-awards .card-listing-card.multimedia .card-listing-card__text {
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px
}

@media only screen and (max-width: 990.98px) {
    .card-listing.sustainability-awards .card-listing-card.multimedia .card-listing-card__text {
        height: 63px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.card-listing.sustainability-awards .card-listing-card__learn-more-btn {
    margin-bottom: 0
}

.card-listing.sustainability-awards .card-listing__separator {
    width: 72px
}

.card-listing.sustainability-awards .card-listing__list {
    width: 94.230769%;
    margin: 0 auto
}

@media only screen and (max-width: 990.98px) {
    .card-listing.sustainability-awards .card-listing__list {
        width: 100%
    }
}

.card-listing.sustainability-awards .card-listing__btn-container {
    margin-top: -69px
}

@media only screen and (max-width: 990.98px) {
    .card-listing.sustainability-awards .card-listing__btn-container {
        margin-top: 0
    }
}

.magazine-wrapper.no-margin-top {
    margin-top: 0
}

.magazine-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 50px auto 0 auto;
    padding: 0 calc(min(202.5px,14.0625%));
    flex-direction: column;
    align-items: center
}

    .magazine-wrapper, .magazine-wrapper *, .magazine-wrapper ::after, .magazine-wrapper ::before {
        box-sizing: border-box
    }

        .magazine-wrapper .magazine-title-wrapper {
            margin: 0 0 32px 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            text-align: center;
            color: #003329
        }

        .magazine-wrapper .magazine-social-links {
            display: flex;
            margin: 10px 0 23.5px 0;
            align-items: center
        }

            .magazine-wrapper .magazine-social-links:empty {
                display: none
            }

            .magazine-wrapper .magazine-social-links li:last-child {
                margin: 0
            }

            .magazine-wrapper .magazine-social-links li {
                margin: 0 12px 0 0
            }

            .magazine-wrapper .magazine-social-links .field-link a {
                display: block;
                padding: 0;
                width: 36px;
                height: 36px;
                font-size: 0
            }

            .magazine-wrapper .magazine-social-links .social-facebook {
                background: url(../images/icon-facebook-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .social-linkin {
                background: url(../images/icon-linkedIn-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .social-twitter {
                background: url(../images/icon-twitter-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .social-email {
                background: url(../images/icon-email-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .social-share {
                background: url(../images/icon-share-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .social-wechat {
                background: url(../images/icon-wechat-green.svg) no-repeat
            }

            .magazine-wrapper .magazine-social-links .tooltip {
                display: inline-block;
                position: relative;
                cursor: pointer
            }

                .magazine-wrapper .magazine-social-links .tooltip .top {
                    display: flex;
                    align-items: center;
                    min-width: 245px;
                    top: -20px;
                    left: 50%;
                    transform: translate(-50%,-100%);
                    padding: 20px;
                    color: #003329;
                    background-color: #fff;
                    font-weight: 400;
                    font-size: 13px;
                    border-radius: 8px;
                    position: absolute;
                    z-index: 99999999;
                    box-sizing: border-box;
                    border: 1px solid #6e6e6e;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity .3s
                }

                .magazine-wrapper .magazine-social-links .tooltip:hover .top {
                    opacity: 1;
                    visibility: visible
                }

                .magazine-wrapper .magazine-social-links .tooltip .top span {
                    font-family: Lato-Regular;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 11px;
                    line-height: 14px;
                    text-align: center !important;
                    letter-spacing: .4px;
                    color: #003329;
                    width: 100px;
                    margin-right: 20px
                }

                .magazine-wrapper .magazine-social-links .tooltip .top img {
                    width: 85px;
                    height: 85px
                }

                .magazine-wrapper .magazine-social-links .tooltip .top i {
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -12px;
                    width: 24px;
                    height: 12px;
                    overflow: hidden
                }

                    .magazine-wrapper .magazine-social-links .tooltip .top i::after {
                        content: '';
                        position: absolute;
                        width: 12px;
                        height: 12px;
                        left: 50%;
                        transform: translate(-50%,-50%) rotate(45deg);
                        background-color: #fff;
                        border: 1px solid #6e6e6e
                    }

        .magazine-wrapper .magazine-divide-line {
            width: 180px;
            height: 2px;
            margin: 0 0 32px 0;
            background: #003329
        }

        .magazine-wrapper .magazine-content-wrapper, .magazine-wrapper .magazine-datetime-wrapper, .magazine-wrapper .magazine-subtitle-wrapper {
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            text-align: center;
            color: #003329
        }

        .magazine-wrapper .magazine-ex-content-wrapper {
            width: 100%;
            margin: 24px 0 0 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            color: #003329
        }

        .magazine-wrapper .magazine-datetime-wrapper {
            margin: 0 0 21px 0
        }

        .magazine-wrapper .magazine-content-wrapper {
            margin: 0 0 72px 0
        }

        .magazine-wrapper .magazine-content-ex-wrapper {
            display: flex;
            width: 100%;
            flex-direction: column
        }

            .magazine-wrapper .magazine-content-ex-wrapper .magazine-content-ex-image {
                margin: 0 0 24px 0
            }

                .magazine-wrapper .magazine-content-ex-wrapper .magazine-content-ex-image img {
                    width: 100%;
                    height: auto
                }

            .magazine-wrapper .magazine-content-ex-wrapper .magazine-content-ex-imagetitle {
                font-family: Graphik-Medium;
                font-size: 22px;
                font-weight: 500;
                line-height: 28px;
                letter-spacing: .17px;
                color: #003329
            }

        .magazine-wrapper.layout--left {
            align-items: flex-start
        }

            .magazine-wrapper.layout--left .magazine-content-wrapper, .magazine-wrapper.layout--left .magazine-datetime-wrapper, .magazine-wrapper.layout--left .magazine-subtitle-wrapper, .magazine-wrapper.layout--left .magazine-title-wrapper {
                text-align: left
            }

        .magazine-wrapper.layout--right {
            align-items: flex-end
        }

            .magazine-wrapper.layout--right .magazine-content-wrapper, .magazine-wrapper.layout--right .magazine-datetime-wrapper, .magazine-wrapper.layout--right .magazine-subtitle-wrapper, .magazine-wrapper.layout--right .magazine-title-wrapper {
                text-align: right
            }

@media screen and (max-width: 991.98px) {
    .magazine-wrapper {
        margin: 48px 0 0 0;
        padding: 0 39px
    }

        .magazine-wrapper .magazine-title-wrapper {
            margin: 0 0 23.5px 0
        }

        .magazine-wrapper .magazine-social-links {
            margin: 0 0 23.5px 0
        }

        .magazine-wrapper .magazine-divide-line {
            margin: 0 0 31.5px 0
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-wrapper {
        margin: 42px 0 0 0;
        padding: 0 16px
    }

        .magazine-wrapper .magazine-title-wrapper {
            margin: 0 0 31.5px 0;
            font-size: 30px;
            line-height: 40px
        }

        .magazine-wrapper .magazine-social-links {
            margin: -7.5px 0 23.5px 0
        }

            .magazine-wrapper .magazine-social-links .tooltip .top {
                left: 180%
            }

                .magazine-wrapper .magazine-social-links .tooltip .top i {
                    left: 36.5%
                }

        .magazine-wrapper .magazine-content-wrapper {
            margin: 0 0 57px 0
        }
}

.magazine-image-text-outer-wrapper.component {
    width: 100%;
    margin: 70px auto 70px auto
}

    .magazine-image-text-outer-wrapper.component, .magazine-image-text-outer-wrapper.component *, .magazine-image-text-outer-wrapper.component ::after, .magazine-image-text-outer-wrapper.component ::before {
        box-sizing: border-box
    }

        .magazine-image-text-outer-wrapper.component .component-content {
            width: 86.66666666666667%;
            max-width: 1440px;
            margin: 0 auto
        }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content, .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper-content {
            display: flex;
            width: 48.7179%;
            justify-content: center;
            align-items: center
        }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content-wrapper {
            max-width: 500px;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 27px;
            letter-spacing: .11px;
            color: #000
        }

@media screen and (max-width: 991.98px) {
    .magazine-image-text-outer-wrapper.component {
        margin: 40px 0 46px 0;
        padding: 0 80px
    }

        .magazine-image-text-outer-wrapper.component .component-content {
            width: 100%;
            max-width: none
        }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch
        }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content, .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper-content {
            width: 100%
        }

            .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content:first-child, .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper-content:first-child {
                margin: 0 0 34px 0
            }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content-wrapper {
            max-width: none
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-image-text-outer-wrapper.component {
        margin: 40px 0;
        padding: 0 16px
    }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content, .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper-content {
            width: 100%
        }

            .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content:first-child, .magazine-image-text-outer-wrapper.component .infomation-card-nobar-wrapper-content:first-child {
                margin: 0 0 24px 0
            }

        .magazine-image-text-outer-wrapper.component .infomation-card-nobar-content-wrapper {
            max-width: none;
            font-size: 12px;
            line-height: 20px;
            letter-spacing: .18px;
            color: #000
        }
}

.magazine-news-list-wrapper.component {
    margin: 53px auto 0 auto;
    padding: 0
}

    .magazine-news-list-wrapper.component, .magazine-news-list-wrapper.component *, .magazine-news-list-wrapper.component ::after, .magazine-news-list-wrapper.component ::before {
        box-sizing: border-box
    }

        .magazine-news-list-wrapper.component .component-content {
            width: 89.142857%;
            max-width: 1248px;
            margin: 0 auto;
            border: 0
        }

        .magazine-news-list-wrapper.component .magazine-news-list-title {
            margin: 0 0 64px 0;
            padding: 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            color: #003329
        }

        .magazine-news-list-wrapper.component .magazine-news-list-data-wrapper {
            display: flex;
            padding: 0 3.0448717948717948%;
            justify-content: flex-start;
            flex-wrap: wrap
        }

        .magazine-news-list-wrapper.component .news-list:nth-child(3n) {
            margin: 0 0 67px 0
        }

        .magazine-news-list-wrapper.component .news-list {
            width: 27.303754266211605%;
            max-width: 320px;
            margin: 0 9.044368600682594% 67px 0
        }

        .magazine-news-list-wrapper.component .news-list-inner-link {
            display: block;
            text-decoration: none;
            border: none;
            color: #003329
        }

        .magazine-news-list-wrapper.component .news-list-image-wrapper {
            position: relative;
            padding-bottom: 100%;
            max-width: 320px;
            max-height: 320px;
            margin: 0 0 16px 0;
            overflow: hidden
        }

            .magazine-news-list-wrapper.component .news-list-image-wrapper img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scale(1);
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transition: transform .7s linear
            }

                .magazine-news-list-wrapper.component .news-list-image-wrapper img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        .magazine-news-list-wrapper.component .news-list-time {
            display: block;
            margin: 0 0 8px 0;
            font-family: Lato-Bold;
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
            letter-spacing: 0;
            color: #003329
        }

        .magazine-news-list-wrapper.component .news-list-item-title {
            display: -webkit-box;
            height: 56px;
            max-height: 56px;
            margin: 0 0 16px 0;
            font-family: Graphik-Medium;
            font-size: 22px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: .17px;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-break: break-word;

            &.short-title {
                -webkit-line-clamp: 1;
                height: 28px;
                max-height: 28px;
            }

            &.medium-title {
                -webkit-line-clamp: 2;
                height: 56px;
                max-height: 56px;
            }
        
            &.long-title {
                -webkit-line-clamp: 3;
                height: 84px;
                max-height: 84px;
            }
        }

        .magazine-news-list-wrapper.component .news-list-item-subtitle {
            display: -webkit-box;
            height: 63px;
            max-height: 63px;
            margin: 0 0 16px 0;
            font-family: Lato-Regular;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

            /* remove all margin to prevent text being cropped due to fixed height */
            * {
                margin: 0;
            }

            &.short-desc {
                -webkit-line-clamp: 3;
                height: 63px;
                max-height: 63px;
            }

            &.medium-short-desc {
                -webkit-line-clamp: 6;
                height: 126px;
                max-height: 126px;
            }

            &.medium-desc {
                -webkit-line-clamp: 8;
                height: 168px;
                max-height: 168px;
            }

            &.long-medium-desc {
                -webkit-line-clamp: 10;
                height: 210px;
                max-height: 210px;
            }
        
            &.long-desc {
                -webkit-line-clamp: 16;
                height: 336px;
                max-height: 336px;
            }

            &.extra-long-desc {
                -webkit-line-clamp: 18;
                height: 377px;
                max-height: 377px;
            }
        }

@media screen and (max-width: 991.98px) {
    .magazine-news-list-wrapper.component {
        margin: 40px 0
    }

        .magazine-news-list-wrapper.component .component-content {
            width: calc(100% - 78px)
        }

        .magazine-news-list-wrapper.component .magazine-news-list-title {
            margin: 0 0 32px 0;
            font-size: 32px
        }

        .magazine-news-list-wrapper.component .magazine-news-list-data-wrapper {
            padding: 0
        }

        .magazine-news-list-wrapper.component .news-list:nth-child(3n) {
            margin: 0 0 40px 0
        }

        .magazine-news-list-wrapper.component .news-list {
            width: 30.289855072463767%;
            margin: 0 4.53768115942029% 40px 0
        }

        .magazine-news-list-wrapper.component .news-list-image-wrapper {
            max-width: none;
            max-height: none
        }

        .magazine-news-list-wrapper.component .news-list-time {
            margin: 0 0 14px 0
        }

        .magazine-news-list-wrapper.component .news-list-item-title {
            font-size: 20px;
            letter-spacing: .16px
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-news-list-wrapper.component {
        margin: 24px 0 40px 0
    }

        .magazine-news-list-wrapper.component .component-content {
            width: calc(100% - 32px)
        }

        .magazine-news-list-wrapper.component .magazine-news-list-title {
            margin: 0 0 40px 0;
            font-size: 30px;
            line-height: 41px;
            letter-spacing: .27px
        }

        .magazine-news-list-wrapper.component .magazine-news-list-data-wrapper {
            flex-direction: column
        }

        .magazine-news-list-wrapper.component .news-list:last-child {
            margin: 0 0 40px 0
        }

        .magazine-news-list-wrapper.component .news-list {
            width: 100%;
            max-width: none;
            max-height: none;
            margin: 0 0 40px 0
        }

        .magazine-news-list-wrapper.component .news-list-image-wrapper {
            max-width: none
        }

        .magazine-news-list-wrapper.component .news-list-time {
            margin: 0 0 10px 0
        }

        .magazine-news-list-wrapper.component .news-list-item-title {
            height: auto;
            font-size: 22px;
            letter-spacing: .17px
        }

        .magazine-news-list-wrapper.component .news-list-item-subtitle {
            height: auto
        }
}

.magazine-news-list-wrapper.component.issue-home {
    margin: 0;
    padding: 72px 0 77px 0;
    background: #f1f1f1
}

    .magazine-news-list-wrapper.component.issue-home .magazine-news-list-title {
        margin: 0 0 31.5px 0
    }

    .magazine-news-list-wrapper.component.issue-home .divider-line-wrapper {
        max-width: none;
        margin: 0;
        padding: 0
    }

    .magazine-news-list-wrapper.component.issue-home .divider-line {
        max-height: none;
        height: 2px;
        margin: 0 0 41.5px 0
    }

@media screen and (max-width: 991.98px) {
    .magazine-news-list-wrapper.component.issue-home {
        margin: 0;
        padding: 38px 0 72px 0
    }

        .magazine-news-list-wrapper.component.issue-home .magazine-news-list-title {
            margin: 0 0 24px 0
        }

        .magazine-news-list-wrapper.component.issue-home .divider-line-wrapper {
            max-width: none
        }

        .magazine-news-list-wrapper.component.issue-home .divider-line {
            max-height: none;
            margin: 0 0 48px 0
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-news-list-wrapper.component.issue-home {
        margin: 0;
        padding: 24px 0 49px 0
    }

        .magazine-news-list-wrapper.component.issue-home .magazine-news-list-title {
            margin: 0 0 32px 0
        }

        .magazine-news-list-wrapper.component.issue-home .divider-line-wrapper {
            max-width: none
        }

        .magazine-news-list-wrapper.component.issue-home .divider-line {
            max-height: none;
            height: 1px;
            margin: 0 0 32px 0
        }
}

.two-cards-titles-wrapper.component {
    width: 100%;
    margin: 72px auto 42px auto;
    padding: 0
}

    .two-cards-titles-wrapper.component, .two-cards-titles-wrapper.component *, .two-cards-titles-wrapper.component ::after, .two-cards-titles-wrapper.component ::before {
        box-sizing: border-box
    }

        .two-cards-titles-wrapper.component .component-content {
            display: flex;
            width: 86.66666666666667%;
            max-width: 1248px;
            margin: 0 auto;
            flex-direction: column
        }

        .two-cards-titles-wrapper.component .field-title {
            margin: 0 0 31.35px 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            color: #003329
        }

        .two-cards-titles-wrapper.component .divider-line {
            width: 72px;
            height: 2px;
            max-height: none;
            margin: 0 0 47.5px 0;
            color: #003329
        }

        .two-cards-titles-wrapper.component .two-cards-titles-body {
            display: flex;
            justify-content: space-between;
            align-items: flex-start
        }

        .two-cards-titles-wrapper.component .two-cards-titles-left-wrapper {
            width: 59.214743%
        }

        .two-cards-titles-wrapper.component .left-content-wrapper-link {
            display: block;
            text-decoration: none
        }

        .two-cards-titles-wrapper.component .left-content-img {
            position: relative;
            margin: 0 0 32px 0;
            padding-bottom: 56.234%;
            max-width: 738px;
            max-height: 415px;
            overflow: hidden
        }

            .two-cards-titles-wrapper.component .left-content-img img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scale(1);
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transition: transform .7s linear
            }

                .two-cards-titles-wrapper.component .left-content-img img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        .two-cards-titles-wrapper.component .left-content-tag {
            display: block;
            margin: 0 0 7px 0;
            font-family: Graphik-Medium;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: .2px;
            color: #003329
        }

        .two-cards-titles-wrapper.component .left-content-title {
            display: -webkit-box;
            margin: 0 0 24px 0;
            font-family: Graphik-Semibold;
            font-size: 30px;
            font-weight: 600;
            line-height: 36px;
            letter-spacing: .95px;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }

        .two-cards-titles-wrapper.component .left-content-text {
            display: -webkit-box;
            margin: 0 0 24px 0;
            font-family: Lato-Regular;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: .12px;
            color: #000;
            text-overflow: ellipsis;
            -webkit-line-clamp: 5;
            overflow: hidden;
            -webkit-box-orient: vertical
        }

        .two-cards-titles-wrapper.component .two-cards-titles-right-wrapper {
            width: 31.730769%
        }

        .two-cards-titles-wrapper.component .right-content-wrapper-link {
            display: block;
            text-decoration: none
        }

        .two-cards-titles-wrapper.component .right-content-wrapper {
            max-width: 396px;
            padding: 0 36px
        }

        .two-cards-titles-wrapper.component .right-content-img {
            margin: 0 0 16px 0;
            position: relative;
            padding-bottom: 75.308641%;
            max-width: 324px;
            max-height: 244px;
            overflow: hidden
        }

            .two-cards-titles-wrapper.component .right-content-img img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scale(1);
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transition: transform .7s linear
            }

                .two-cards-titles-wrapper.component .right-content-img img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        .two-cards-titles-wrapper.component .right-content-tag {
            display: block;
            margin-bottom: 9px;
            font-family: Graphik-Medium;
            font-size: 12px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: .15px;
            color: #003329
        }

        .two-cards-titles-wrapper.component .right-content-title {
            display: -webkit-box;
            max-height: 84px;
            margin: 0 0 14px 0;
            font-family: Graphik-Medium;
            font-size: 20px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: .28px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }

        .two-cards-titles-wrapper.component .right-content-text {
            display: -webkit-box;
            max-height: 63px;
            margin: 0 0 16px 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .35px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }

@media screen and (max-width: 991.98px) {
    .two-cards-titles-wrapper.component {
        margin: 48px 0 42px 0;
        padding: 0 39px
    }

        .two-cards-titles-wrapper.component .component-content {
            width: 100%;
            max-width: none
        }

        .two-cards-titles-wrapper.component .divider-line {
            margin: 0 0 39.5px 0
        }

        .two-cards-titles-wrapper.component .two-cards-titles-body {
            flex-direction: column
        }

        .two-cards-titles-wrapper.component .two-cards-titles-left-wrapper {
            width: 100%;
            margin: 0 0 58px 0
        }

        .two-cards-titles-wrapper.component .two-cards-titles-right-wrapper {
            width: 100%
        }

        .two-cards-titles-wrapper.component .left-content-img {
            max-width: none
        }

        .two-cards-titles-wrapper.component .left-content-title {
            line-height: 40px
        }

        .two-cards-titles-wrapper.component .right-content-wrapper {
            max-width: 324px;
            padding: 0
        }
}

@media screen and (max-width: 767.98px) {
    .two-cards-titles-wrapper.component {
        margin: 24px 0 40px 0;
        padding: 0 16px
    }

        .two-cards-titles-wrapper.component .field-title {
            margin: 0 0 22.5px 0;
            font-size: 30px;
            line-height: 41px;
            letter-spacing: .27px
        }

        .two-cards-titles-wrapper.component .divider-line {
            height: 1px;
            margin: 0 0 23.5px 0
        }

        .two-cards-titles-wrapper.component .two-cards-titles-left-wrapper {
            margin: 0 0 46px 0
        }

        .two-cards-titles-wrapper.component .left-content-img {
            margin: 0 0 16px 0
        }

        .two-cards-titles-wrapper.component .left-content-tag {
            margin: 0 0 12px 0;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: .18px
        }

        .two-cards-titles-wrapper.component .left-content-title {
            margin: 0 0 16px 0;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: .76px
        }

        .two-cards-titles-wrapper.component .left-content-text {
            margin: 0 0 16px 0
        }

        .two-cards-titles-wrapper.component .right-content-wrapper {
            max-width: none
        }

        .two-cards-titles-wrapper.component .right-content-img {
            max-width: none
        }
}

.magazine-recent-news-list.component {
    width: 100%;
    margin: 48px auto 0 auto;
    padding: 0
}

    .magazine-recent-news-list.component, .magazine-recent-news-list.component *, .magazine-recent-news-list.component ::after, .magazine-recent-news-list.component ::before {
        box-sizing: border-box
    }

        .magazine-recent-news-list.component .component-content {
            display: flex;
            width: 86.66666666666667%;
            max-width: 1248px;
            margin: 0 auto;
            border: 0;
            flex-direction: column
        }

            .magazine-recent-news-list.component .component-content > div {
                padding: 0
            }

        .magazine-recent-news-list.component .magazine-recent-news-list-title {
            margin: 0 0 31.5px 0;
            padding: 0;
            font-family: Graphik-Semibold;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 0;
            color: #003329
        }

        .magazine-recent-news-list.component .divider-line {
            width: 72px;
            height: 1px;
            margin: 0 0 50.5px 0;
            padding: 0;
            background: #003329
        }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper:last-child {
            margin: 0 0 48px 0
        }

            .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper:last-child .news-list-issue-underLine {
                display: none
            }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper {
            margin: 0 0 96px 0
        }

        .magazine-recent-news-list.component .news-list-issue-link {
            display: block;
            text-decoration: none
        }

        .magazine-recent-news-list.component .news-list-issue-wrapper {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .magazine-recent-news-list.component .news-list-issue-left-wrapper {
            width: 26.121794%
        }

        .magazine-recent-news-list.component .news-list-issue-left-img {
            position: relative;
            max-width: 326px;
            max-height: 244px;
            padding-bottom: 74.846625%;
            overflow: hidden
        }

            .magazine-recent-news-list.component .news-list-issue-left-img img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scale(1);
                width: auto;
                height: 100%;
                max-width: initial;
                cursor: pointer;
                transition: transform .7s linear
            }

                .magazine-recent-news-list.component .news-list-issue-left-img img:hover {
                    transform: translate(-50%,-50%) scale(1.2);
                    transition: transform 9s linear
                }

        .magazine-recent-news-list.component .news-list-issue-right-wrapper {
            width: 71.233974%
        }

        .magazine-recent-news-list.component .news-list-issue-right-tag {
            margin: 0 0 16px 0;
            font-family: Graphik-Medium;
            font-size: 16px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: .2px;
            color: #003329
        }

        .magazine-recent-news-list.component .news-list-issue-right-title {
            display: -webkit-box;
            margin: 0 0 16px 0;
            font-family: Graphik-Semibold;
            font-size: 30px;
            font-weight: 600;
            line-height: 40px;
            letter-spacing: .95px;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .magazine-recent-news-list.component .news-list-issue-right-text {
            display: -webkit-box;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .11px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .magazine-recent-news-list.component .news-list-issue-underLine {
            position: absolute;
            bottom: -48px;
            width: 100%;
            height: 1px;
            background: #d9d1ce
        }

@media screen and (max-width: 991.98px) {
    .magazine-recent-news-list.component {
        margin: 48px 0 0 0;
        padding: 0 39px
    }

        .magazine-recent-news-list.component .component-content {
            width: 100%;
            max-width: none
        }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper:last-child {
            margin: 0 0 32.5px 0
        }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper {
            margin: 0 0 65px 0
        }

        .magazine-recent-news-list.component .news-list-issue-left-wrapper {
            width: 30.434782%
        }

        .magazine-recent-news-list.component .news-list-issue-right-wrapper {
            width: 65.217391%
        }

        .magazine-recent-news-list.component .news-list-issue-right-tag {
            font-size: 14px;
            letter-spacing: .18px
        }

        .magazine-recent-news-list.component .news-list-issue-right-title {
            font-size: 22px;
            line-height: 30px;
            letter-spacing: .7px
        }

        .magazine-recent-news-list.component .news-list-issue-right-text {
            line-height: 24px
        }

        .magazine-recent-news-list.component .news-list-issue-underLine {
            bottom: -32.5px
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-recent-news-list.component {
        margin: 24px 0 0 0;
        padding: 0 16px
    }

        .magazine-recent-news-list.component .magazine-recent-news-list-title {
            margin: 0 0 23.5px 0;
            font-size: 30px;
            line-height: 41px;
            letter-spacing: .27px
        }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper:last-child {
            margin: 0 0 16px 0
        }

        .magazine-recent-news-list.component .magazine-recent-news-list-datas-wrapper {
            margin: 0 0 32px 0
        }

        .magazine-recent-news-list.component .divider-line {
            margin: 0 0 23.5px 0
        }

        .magazine-recent-news-list.component .news-list-issue-left-wrapper {
            width: 39.3586%
        }

        .magazine-recent-news-list.component .news-list-issue-right-wrapper {
            width: 56.559766%
        }

        .magazine-recent-news-list.component .news-list-issue-right-tag {
            font-size: 11px;
            line-height: 12px;
            letter-spacing: .14px
        }

        .magazine-recent-news-list.component .news-list-issue-right-title {
            margin: 0;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .45px
        }

        .magazine-recent-news-list.component .news-list-issue-right-text {
            display: none
        }

        .magazine-recent-news-list.component .news-list-issue-underLine {
            bottom: -16px
        }
}

.magazine-article-threeimg-listwrapper.component {
    width: 100%;
    margin: 57px auto 0 auto
}

    .magazine-article-threeimg-listwrapper.component, .magazine-article-threeimg-listwrapper.component *, .magazine-article-threeimg-listwrapper.component ::after, .magazine-article-threeimg-listwrapper.component ::before {
        box-sizing: border-box
    }

        .magazine-article-threeimg-listwrapper.component .component-content {
            width: 72.22222222222222%;
            max-width: 1040px;
            margin: 0 auto
        }

        .magazine-article-threeimg-listwrapper.component .item-list {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper:nth-child(3n) {
            margin: 0 0 56px 0
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper {
            max-width: 320px;
            width: 30.76923076923077%;
            margin: 0 3.8461538461538464% 56px 0;
            flex: none
        }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-img {
            position: relative;
            max-width: 320px;
            max-height: 232px;
            padding-bottom: 72.5%;
            overflow: hidden;
            margin: 0 0 16px 0
        }

            .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-img img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                max-width: initial;
                height: 100%;
                transform: translate(-50%,-50%)
            }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-title {
            font-family: Graphik-Medium;
            font-size: 12px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: .15px;
            color: #003329
        }

@media screen and (max-width: 991.98px) {
    .magazine-article-threeimg-listwrapper.component {
        margin: 48px 0 0 0;
        padding: 0 39px
    }

        .magazine-article-threeimg-listwrapper.component .component-content {
            width: 100%;
            max-width: none
        }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-img {
            margin: 0 0 24px 0
        }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-title {
            line-height: 15px
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper:nth-child(3n) {
            margin: 0 0 48px 0
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper {
            width: 30.72463768115942%;
            margin: 0 3.91304347826087% 48px 0
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-article-threeimg-listwrapper.component {
        margin: 40px 0;
        padding: 0 28px
    }

        .magazine-article-threeimg-listwrapper.component .item-list {
            flex-direction: column;
            justify-content: flex-start
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper:nth-child(3n) {
            margin: 0 0 32px 0
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper:last-child {
            margin: 0 0 40px 0
        }

        .magazine-article-threeimg-listwrapper.component .item-list-single-wrapper {
            width: 100%;
            max-width: none;
            margin: 0 0 32px 0
        }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-img {
            margin: 0 0 16px 0;
            max-width: none;
            max-height: none
        }

            .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-img img {
                width: 100%;
                height: auto
            }

        .magazine-article-threeimg-listwrapper.component .magazine-article-threeimg-title {
            line-height: 16px
        }
}

.magazine-article-wrapper-default.component {
    width: 100%;
    margin: 60px auto
}

    .magazine-article-wrapper-default.component, .magazine-article-wrapper-default.component *, .magazine-article-wrapper-default.component ::after, .magazine-article-wrapper-default.component ::before {
        box-sizing: border-box
    }

        .magazine-article-wrapper-default.component .component-content {
            width: 57.08333333333333%;
            max-width: 822px;
            margin: 0 auto;
            border: 0
        }

            .magazine-article-wrapper-default.component .component-content .magazine-article-content-default {
                padding: 0;
                font-family: Lato-Semibold;
                font-size: 16px;
                font-weight: 700;
                line-height: 28px;
                letter-spacing: .2px;
                text-align: center;
                color: #000
            }

@media screen and (max-width: 991.98px) {
    .magazine-article-wrapper-default.component {
        margin: 55px 0;
        padding: 0 84px
    }

        .magazine-article-wrapper-default.component .component-content {
            width: 100%;
            max-width: none
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-article-wrapper-default.component {
        margin: 32px 0;
        padding: 0 35px
    }

        .magazine-article-wrapper-default.component .component-content .magazine-article-content-default {
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .18px
        }
}

.magazine-article-wrapper-bold.component {
    width: 100%;
    margin: 60px auto
}

    .magazine-article-wrapper-bold.component, .magazine-article-wrapper-bold.component *, .magazine-article-wrapper-bold.component ::after, .magazine-article-wrapper-bold.component ::before {
        box-sizing: border-box
    }

        .magazine-article-wrapper-bold.component .component-content {
            width: 57.08333333333333%;
            max-width: 822px;
            margin: 0 auto;
            border: 0
        }

            .magazine-article-wrapper-bold.component .component-content .magazine-article-content-bold {
                padding: 0;
                font-family: Lato-Semibold;
                font-size: 16px;
                font-weight: 700;
                line-height: 28px;
                letter-spacing: .2px;
                text-align: center;
                color: #000
            }

@media screen and (max-width: 991.98px) {
    .magazine-article-wrapper-bold.component {
        margin: 55px 0;
        padding: 0 84px
    }

        .magazine-article-wrapper-bold.component .component-content {
            width: 100%;
            max-width: none
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-article-wrapper-bold.component {
        margin: 32px 0;
        padding: 0 35px
    }

        .magazine-article-wrapper-bold.component .component-content .magazine-article-content-bold {
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .18px
        }
}

.magazine-article-wrapper-normal.component {
    width: 100%;
    /* margin: 60px auto  */
    /* Sprint7 Updated, it will be controlled by cms */
}

    .magazine-article-wrapper-normal.component, .magazine-article-wrapper-normal.component *, .magazine-article-wrapper-normal.component ::after, .magazine-article-wrapper-normal.component ::before {
        box-sizing: border-box
    }

        .magazine-article-wrapper-normal.component .component-content {
            width: 57.08333333333333%;
            max-width: 822px;
            margin: 0 auto;
            border: 0
        }

            .magazine-article-wrapper-normal.component .component-content .magazine-article-content-normal {
                padding: 0;
                font-family: Lato-Regular;
                font-size: 16px;
                line-height: 28px;
                letter-spacing: .2px;
                text-align: center;
                color: #003329
            }

@media screen and (max-width: 991.98px) {
    .magazine-article-wrapper-normal.component {
        margin: 55px 0;
        padding: 0 84px
    }

        .magazine-article-wrapper-normal.component .component-content {
            width: 100%;
            max-width: none
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-article-wrapper-normal.component {
        margin: 32px 0;
        padding: 0 35px
    }

        .magazine-article-wrapper-normal.component .component-content .magazine-article-content-normal {
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .18px
        }
}

.magazine-famous-wrapper.component {
    width: 100%;
    margin: 47.5px auto
}

    .magazine-famous-wrapper.component, .magazine-famous-wrapper.component *, .magazine-famous-wrapper.component ::after, .magazine-famous-wrapper.component ::before {
        box-sizing: border-box
    }

        .magazine-famous-wrapper.component .component-content {
            display: flex;
            width: 78.88888888888889%;
            max-width: 1136px;
            margin: 0 auto;
            padding: 0;
            border: 0;
            justify-content: flex-end
        }

            .magazine-famous-wrapper.component .component-content .magazine-famous-content {
                position: relative;
                max-width: 68.725868%;
                padding: 42px 0;
                font-family: Graphik-Medium;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                letter-spacing: .33px;
                color: #000
            }

                .magazine-famous-wrapper.component .component-content .magazine-famous-content .magazine-famous-content-text {
                    margin: 0
                }

                .magazine-famous-wrapper.component .component-content .magazine-famous-content::before {
                    position: absolute;
                    display: block;
                    content: "";
                    top: 0;
                    left: 0;
                    width: 317px;
                    height: 1px;
                    background: #979797
                }

                .magazine-famous-wrapper.component .component-content .magazine-famous-content::after {
                    position: absolute;
                    display: block;
                    content: "";
                    bottom: 0;
                    right: 0;
                    width: 317px;
                    height: 1px;
                    background: #979797
                }

@media screen and (max-width: 991.98px) {
    .magazine-famous-wrapper.component {
        padding: 0 39px
    }

        .magazine-famous-wrapper.component .component-content .magazine-famous-content {
            max-width: none;
            padding: 31.5px 0;
            font-size: 22px;
            letter-spacing: .31px
        }
}

@media screen and (max-width: 767.98px) {
    .magazine-famous-wrapper.component {
        padding: 0 16px
    }

        .magazine-famous-wrapper.component .component-content {
            width: 100%;
            max-width: none
        }

            .magazine-famous-wrapper.component .component-content .magazine-famous-content {
                max-width: none
            }

            .magazine-famous-wrapper.component .component-content .magazine-famous-content {
                padding: 33px 0;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: .22px
            }

                .magazine-famous-wrapper.component .component-content .magazine-famous-content::before {
                    width: 164px
                }

                .magazine-famous-wrapper.component .component-content .magazine-famous-content::after {
                    width: 164px
                }
}

.top-magazine-outer-wrapper.component {
    width: 100%;
    margin: 59px auto 42.5px auto;
    padding: 0
}

    .top-magazine-outer-wrapper.component, .top-magazine-outer-wrapper.component *, .top-magazine-outer-wrapper.component ::after, .top-magazine-outer-wrapper.component ::before {
        box-sizing: border-box
    }

        .top-magazine-outer-wrapper.component .component-content {
            display: flex;
            border: 0;
            justify-content: center
        }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-wrapper {
                width: 56.94444444444444%;
                max-width: 820px;
                padding: 0
            }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-inner {
                display: flex;
                margin: 0 0 15.5px 0;
                justify-content: space-between;
                align-items: center;
                background: #003329;
                text-decoration: none
            }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-underline {
                width: 100%;
                height: 2px;
                background: #003329
            }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-title-text {
                width: 65%;
                margin: 22px 15px 22px 32px;
                font-family: Graphik-Medium;
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
                letter-spacing: .32px;
                color: #fff;
                overflow: hidden
            }

                .top-magazine-outer-wrapper.component .component-content .top-magazine-title-text.is-center {
                    width: 100% !important;
                    text-align: center;
                    margin: 22px 32px
                }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-href {
                flex: 1 1 0%;
                margin: 10px 32px 10px 0;
                text-align: right
            }

                .top-magazine-outer-wrapper.component .component-content .top-magazine-href .learn-more-btn {
                    font-family: Graphik-Regular;
                    font-size: 16px;
                    line-height: 25px;
                    letter-spacing: .2px;
                    color: #fff;
                    white-space: nowrap
                }

                    .top-magazine-outer-wrapper.component .component-content .top-magazine-href .learn-more-btn::after {
                        margin-top: 1px;
                        background: url(../images/arrow-right-white.svg) no-repeat
                    }

@media screen and (max-width: 991.98px) {
    .top-magazine-outer-wrapper.component .component-content .top-magazine-wrapper {
        width: 100%;
        max-width: none
    }

    .top-magazine-outer-wrapper.component .component-content .top-magazine-inner {
        margin: 0 0 16px 0
    }

    .top-magazine-outer-wrapper.component .component-content .top-magazine-title-text {
        width: 70%;
        margin: 20px 15px 20px 39px;
        font-size: 16px;
        letter-spacing: .29px
    }

    .top-magazine-outer-wrapper.component .component-content .top-magazine-href {
        margin: 10px 39px 10px 0
    }
}

@media screen and (max-width: 767.98px) {
    .top-magazine-outer-wrapper.component {
        margin: 24px 0 21.5px 0;
        padding: 0 16px
    }

        .top-magazine-outer-wrapper.component .component-content .top-magazine-inner {
            margin: 0 0 23.5px 0;
            flex-direction: column;
            align-items: center
        }

        .top-magazine-outer-wrapper.component .component-content .top-magazine-title-text {
            margin: 12px 0;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: .21px;
            text-align: center
        }

        .top-magazine-outer-wrapper.component .component-content .top-magazine-href {
            margin: 0 0 10px 0
        }

            .top-magazine-outer-wrapper.component .component-content .top-magazine-href .learn-more-btn {
                font-size: 12px;
                letter-spacing: .15px
            }
}

.magazine-int-wrapper.col-12 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 calc(min(202.5px,14.0625%))
}

    .magazine-int-wrapper.col-12 .magazine-int-imgtitle-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .magazine-int-wrapper.col-12 .magazine-int-img {
        width: 100%;
        height: auto;
        margin: 0 0 24px 0
    }

    .magazine-int-wrapper.col-12 .magazine-int-text-wrapper {
        width: 100%
    }

    .magazine-int-wrapper.col-12 .magazine-int-text {
        font-family: Graphik-Medium;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: .17px;
        color: #003329
    }

@media screen and (max-width: 991.98px) {
    .magazine-int-wrapper.col-12 {
        padding: 0 39px
    }
}

@media screen and (max-width: 767.98px) {
    .magazine-int-wrapper.col-12 {
        padding: 16px
    }
}

.zui-slider {
    height: 2px;
    background: #e1e1e1;
    border-radius: 4px;
    position: relative
}

.zui-slider-tips {
    position: absolute;
    top: -42px;
    z-index: 66666666;
    white-space: nowrap;
    transform: translateX(-50%);
    color: #fff;
    background: #000;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    moz-user-select: -moz-none;
    -o-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zui-slider-bar {
    border-radius: 4px;
    position: absolute;
    height: 100%
}

.zui-slider-wrap {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -11px;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center
}

.zui-slider-wrap-btn {
    width: 24px;
    height: 24px;
    border: 6px solid #004f4d;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s
}

.zui-slider-wrap:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.zui-slider-tips:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent
}

.zui-disabled, .zui-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important
}

    .zui-disabled > .zui-slider-bar {
        background-color: #c2c2c2 !important
    }

    .zui-disabled .zui-slider-wrap-btn {
        border-color: #c2c2c2 !important;
        cursor: not-allowed !important
    }

body {
    overflow-x: hidden !important
}

.custom-header--mobile.custom-header--alternate.mb-header {
    background: #fff
}

.magazine-carousel-module {
    width: 100vw;
    margin-top: 121px
}

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-module {
        margin-top: 105px
    }
}

@media only screen and (max-width: 786px) {
    .magazine-carousel-module {
        margin-top: 95px
    }
}

.magazine-carousel-module .container-fluid, .magazine-carousel-module.container-fluid {
    padding: 0
}

.magazine-carousel-module .component-content {
    position: relative
}

.magazine-carousel-module .breadcrumb-wrapper .component-content {
    max-width: inherit
}

.magazine-carousel-module .row {
    margin: 0
}

.magazine-carousel-module .visible {
    visibility: hidden
}

.magazine-carousel-module .navi-arrow-sticky {
    height: 0 !important
}

.magazine-carousel-module .navi-arrow {
    width: 100% !important;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 0
}

    .magazine-carousel-module .navi-arrow .btn-space {
        width: 86.66666666666667%;
        height: auto;
        margin: 0 8px
    }

    .magazine-carousel-module .navi-arrow .navi-arrow-left, .magazine-carousel-module .navi-arrow .navi-arrow-right {
        width: 64px;
        color: #272525;
        font-family: Graphik;
        font-size: 14px;
        line-height: 21px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 0;
        background: 0 0;
        cursor: pointer
    }

        .magazine-carousel-module .navi-arrow .navi-arrow-left::before, .magazine-carousel-module .navi-arrow .navi-arrow-right::before {
            content: '';
            width: 26px;
            height: 11px;
            margin-bottom: 19px
        }

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-module .navi-arrow .navi-arrow-left::before, .magazine-carousel-module .navi-arrow .navi-arrow-right::before {
        width: 30px;
        height: 6px
    }
}

.magazine-carousel-module .navi-arrow .navi-arrow-left::before {
    background: url(../images/arrow-left-5452.svg);
    background-size: cover
}

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-module .navi-arrow .navi-arrow-left::before {
        background: url(../images/arrow-left.svg)
    }
}

.magazine-carousel-module .navi-arrow .navi-arrow-right::before {
    background: url(../images/arrow-right-5452.svg);
    background-size: cover
}

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-module .navi-arrow .navi-arrow-right::before {
        background: url(../images/arrow-right.svg)
    }
}

.magazine-carousel-module .uk-offcanvas {
    z-index: 1
}

.magazine-carousel-module .magazine-overlay {
    z-index: 9999
}

    .magazine-carousel-module .magazine-overlay .overlay-content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center
    }

        .magazine-carousel-module .magazine-overlay .overlay-content-wrapper .overlay-content {
            font-family: Graphik;
            font-size: 20px;
            line-height: 28px;
            color: #005452;
            text-align: center
        }

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-module .magazine-overlay .overlay-content-wrapper .overlay-content {
        width: 150px
    }
}

.magazine-carousel-module .magazine-overlay .overlay-content-wrapper::before {
    width: 30px;
    height: 7px;
    content: '';
    margin-right: 24px;
    background: url(../images/arrow-left.svg)
}

.magazine-carousel-module .magazine-overlay .overlay-content-wrapper::after {
    width: 30px;
    height: 7px;
    content: '';
    margin-left: 24px;
    background: url(../images/arrow-right.svg)
}

.magazine-carousel-module .purpose {
    margin: 0 auto
}

.magazine-carousel-module .zui-slider-wrap {
    width: 120px;
    height: 48px;
    top: -23px
}

.magazine-carousel-module .share-dialog {
    position: fixed;
    width: 365px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.25);
    z-index: 999
}

@media only screen and (max-width: 380px) {
    .magazine-carousel-module .share-dialog {
        width: 350px
    }
}

.magazine-carousel-module .dialog-success {
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-top: 15px
}

    .magazine-carousel-module .dialog-success::before {
        display: inline-block;
        content: '';
        background: url(../images/icon-correct.gif);
        background-position: center;
        background-size: cover;
        width: 45px;
        height: 45px
    }

.magazine-carousel-module .dialog-label {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    color: #474747
}

.magazine-carousel-module .dialog-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 25px;
    right: 20px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

    .magazine-carousel-module .dialog-close::before {
        display: inline-block;
        content: '';
        background: url(../images/icon-close-grey.svg);
        background-position: center;
        transition: background .5s;
        width: 24px;
        height: 24px
    }

    .magazine-carousel-module .dialog-close span {
        visibility: hidden
    }

.magazine-carousel-module .dialog-input {
    width: 319px;
    height: 30px;
    margin-top: 10px;
    border: 2px solid #003329;
    padding: 3px 0 3px 5px;
    font-size: 12px;
    line-height: 21px
}

@media only screen and (max-width: 639px) {
    .magazine-carousel-module .dialog-input {
        font-size: 16px
    }
}

.magazine-carousel-wrapper {
    width: 86.66666666666667%;
    margin: 0 auto;
    height: 100%;
    z-index: 1
}

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-wrapper {
        width: 100%
    }
}

.magazine-carousel-wrapper .magazine-card {
    background: #fff;
    box-shadow: 5px -10px 10px rgba(0,0,0,.6)
}

    .magazine-carousel-wrapper .magazine-card:not([data-is-loaded=true]) {
        min-height: 100%
    }

.magazine-carousel-wrapper .uk-slideshow-items .carousel__item {
    width: 100%
}

.magazine-carousel-wrapper > .uk-slideshow-items {
    height: 100%
}

    .magazine-carousel-wrapper > .uk-slideshow-items .uk-active {
        height: 100% !important
    }

    .magazine-carousel-wrapper > .uk-slideshow-items > li {
        min-height: 800px;
        padding-right: 14px;
        width: calc(100% + 16px)
    }

.magazine-carousel-wrapper .banner-wrapper.no-image-banner {
    margin-top: 0
}

.magazine-carousel-wrapper .placeholder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: #fff
}

    .magazine-carousel-wrapper .placeholder .placeholder-img {
        width: 86.66666666667%;
        height: 100vh;
        margin: 0 auto;
        background: url(../images/placeholder-desktop.svg);
        background-size: cover
    }

@media only screen and (max-width: 990.98px) {
    .magazine-carousel-wrapper .placeholder .placeholder-img {
        width: calc(100vw - 32px);
        background: url(../images/placeholder.svg)
    }
}

.is-sticky .magazine-navigation {
    top: auto !important
}

.sticky-wrapper {
    z-index: 9999
}

.uk-open ~ .magazine-navigation .magazine-navigation-hamburger button::before {
    background: url(../images/icon-close-grey.svg);
    background-position: center;
    transition: background .5s;
    width: 24px;
    height: 24px
}

.uk-open ~ .magazine-navigation .magazine-navigation-page-wrapper .current-page {
    background: #f1f1f1;
    color: #003329;
    font-weight: 700
}

.magazine-navigation {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    bottom: 0;
    padding: 30px 3.1944444444444%;
    background: #fff;
    box-shadow: 0 -1px 4px rgba(0,0,0,.25);
    z-index: 1;
    overflow-x: hidden
}

@media only screen and (max-width: 990.98px) {
    .magazine-navigation {
        padding: 25px 3.515625%
    }
}

@media only screen and (max-width: 786px) {
    .magazine-navigation {
        padding: 21px 6.6666666666665%
    }
}

.magazine-navigation .magazine-navigation-progress-wrapper {
    width: 100%;
    margin-bottom: 24px;
    z-index: 1
}

    .magazine-navigation .magazine-navigation-progress-wrapper.hidden {
        margin-bottom: 0;
        opacity: 0;
        transition: all .2s linear
    }

    .magazine-navigation .magazine-navigation-progress-wrapper.show {
        margin-bottom: 24px;
        opacity: 1;
        transition: all .2s linear
    }

    .magazine-navigation .magazine-navigation-progress-wrapper .zui-slider {
        width: 328px;
        margin: 0 auto
    }

.magazine-navigation:hover .magazine-navigation-progress-wrapper {
    margin-bottom: 24px;
    opacity: 1;
    transition: all .2s linear
}

.magazine-navigation .magazine-navigation-hamburger {
    width: 26px;
    height: 23px;
    z-index: 9
}

    .magazine-navigation .magazine-navigation-hamburger button {
        border: 0;
        cursor: pointer;
        background: 0 0
    }

        .magazine-navigation .magazine-navigation-hamburger button::before {
            display: block;
            width: 26px;
            height: 23px;
            content: '';
            background: url(../images/pagination-hamburger.svg);
            background-size: cover
        }

.magazine-navigation .pagging {
    width: calc(100% - 88px)
}

.magazine-navigation .magazine-navigation-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: Graphik;
    color: #272525
}

    .magazine-navigation .magazine-navigation-page-wrapper p {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .magazine-navigation .magazine-navigation-page-wrapper span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 28px;
        margin: 0 8px
    }

.magazine-navigation .magazine-navigation-fullscreen {
    width: 24px;
    height: 24px
}

    .magazine-navigation .magazine-navigation-fullscreen button {
        width: 100%;
        height: 100%;
        opacity: .7;
        border: 0;
        background: url(../images/icon-fullscreen-before.svg);
        background-size: cover;
        cursor: pointer
    }

        .magazine-navigation .magazine-navigation-fullscreen button.fullscreened {
            background: url(../images/icon-fullscreen-after.svg)
        }

.magazine-navigation-content-box {
    position: fixed;
    top: auto;
    bottom: 128px;
    width: 375px;
    left: -380px;
    height: calc(100vh - 250px);
    background: #fff;
    color: #272525;
    box-shadow: 2px 0 4px rgba(0,0,0,.5);
    font-family: Graphik;
    padding: 0
}

@media only screen and (max-width: 990.98px) {
    .magazine-navigation-content-box {
        width: 288px
    }
}

.magazine-navigation-content-box .two-cards-titles-wrapper {
    margin: 0;
    padding: 0
}

    .magazine-navigation-content-box .two-cards-titles-wrapper .component-content {
        width: 100%
    }

.magazine-navigation-content-box .content-top {
    font-family: Graphik-Semibold;
    border-top: 12px solid #005452;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 15px 32px 16px 32px;
    letter-spacing: 2.47px;
    color: #005452
}

.magazine-navigation-content-box .menu-item {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    margin-top: 0;
    padding: 16px 51px 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width: 990.98px) {
    .magazine-navigation-content-box .menu-item {
        padding: 16px 32px 0
    }
}

.magazine-navigation-content-box .menu-item:last-child {
    padding-bottom: 16px
}

.magazine-navigation-content-box .menu-item .uk-accordion-title {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 7px
}

    .magazine-navigation-content-box .menu-item .uk-accordion-title::before {
        background-image: url(../images/arrow-down.svg);
        transform: rotate(0);
        transition: .5s;
        margin-right: -1px
    }

    .magazine-navigation-content-box .menu-item .uk-accordion-title.underline span {
        font-weight: 700;
        border-bottom: 2px solid #005452;
        padding-bottom: 7px
    }

.magazine-navigation-content-box .menu-item.uk-open .uk-accordion-title::before {
    transform: rotate(180deg);
    transition: .5s
}

.magazine-navigation-content-box .menu-item.no-child a {
    font-size: 14px;
    color: #003329
}

.magazine-navigation-content-box .menu-item.no-child span {
    font-size: 11px;
    color: #003329
}

.magazine-navigation-content-box .menu-item.no-child > a {
    width: 80%
}

.magazine-navigation-content-box .menu-item.no-child.level-1 {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.magazine-navigation-content-box .menu-item.has-child > a {
    width: 100%;
    font-size: 14px;
    font-family: Graphik-Semibold;
    font-weight: 700;
    color: #000;
    overflow: visible
}

.magazine-navigation-content-box .menu-item.has-child > span {
    font-size: 11px;
    font-family: Graphik-Semibold;
    font-weight: 700;
    color: #000
}

.magazine-navigation-content-box .menu-item.active a, .magazine-navigation-content-box .menu-item.active span {
    font-family: Graphik;
    font-weight: 700;
    color: #003329
}

.magazine-navigation-content-box .menu-item .menu-child {
    width: 100%;
    margin-top: 0
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 0
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 10001;
    overflow-y: scroll;
    margin-top: 0;
    padding-top: 20px !important;
    background: #fff
}

@media only screen and (max-width: 990.98px) {
    .fullscreen {
        padding-top: 10px !important
    }
}

.fullscreen .breadcrumb {
    display: none
}

.fullscreen .magazine-carousel-wrapper {
    margin-bottom: 114px
}

@media only screen and (max-width: 990.98px) {
    .fullscreen .magazine-carousel-wrapper {
        margin-bottom: 96px
    }
}

.fullscreen .magazine-carousel-wrapper .magazine-card {
    box-shadow: 5px -10px 10px rgba(0,0,0,.6)
}

.fullscreen .navi-arrow {
    position: fixed !important;
    bottom: auto !important
}

.fullscreen .magazine-navigation, .fullscreen .sticky-wrapper {
    position: fixed !important;
    bottom: 0;
    width: 100vw
}

.fullscreen > .component-content {
    width: 100vw
}

.fullscreen .fullscreen-header {
    display: block;
    z-index: 99999;
    width: 100%;
    height: 20px;
    background: #005452;
    position: fixed;
    top: 0;
    left: 0
}

@media only screen and (max-width: 990.98px) {
    .fullscreen .fullscreen-header {
        height: 10px
    }
}

.fullscreen-header {
    display: none
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002
}

.newslist-vertical-wrapper.component .component-content {
    padding: 32px 35px;
    border: 0
}

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-title {
        margin: 0 0 24px 0;
        padding: 0;
        font-family: Graphik-Regular;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: .33px;
        color: #000
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-contents-wrapper {
        display: flex;
        padding: 0;
        flex-direction: column
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-link:last-child {
        margin: 0
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-link {
        display: block;
        margin: 0 0 64px 0;
        text-decoration: none
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-wrapper {
        display: flex;
        flex-direction: column
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-img {
        position: relative;
        width: 100%;
        height: 0;
        margin: 0 0 16px 0;
        padding-bottom: 75.30864197530864%;
        overflow: hidden
    }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            max-width: initial;
            height: 100%;
            transform: translate(-50%,-50%) scale(1);
            transition: transform .7s linear
        }

            .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-img img:hover {
                transform: translate(-50%,-50%) scale(1.2);
                transition: transform 9s linear
            }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-time {
        display: -webkit-box;
        max-height: 20px;
        margin: 0 0 8px 0;
        font-family: Lato-Bold;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        color: #6d716f;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-tag {
        display: -webkit-box;
        max-height: 18px;
        margin: 0 0 9px 0;
        font-family: Graphik-Medium;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: .15px;
        color: #003329;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-title {
        display: -webkit-box;
        max-height: 81px;
        font-family: Graphik-Medium;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: .28px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

@media screen and (max-width: 991.98px) {
    .newslist-vertical-wrapper.component .component-content {
        padding: 0
    }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-contents-wrapper {
            flex-direction: row;
            flex-wrap: wrap
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-link:nth-child(2n) {
            margin: 0 0 64px 0
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-link {
            width: 46.956521739130436%;
            margin: 0 6.086956521739131% 64px 0
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-img img:active {
            transform: translate(-50%,-50%) scale(1.2);
            transition: transform 9s linear
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-time {
            height: 20px
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-tag {
            height: 18px
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-title {
            height: 81px
        }
}

@media screen and (max-width: 767.98px) {
    .newslist-vertical-wrapper.component .component-content {
        padding: 0
    }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-contents-wrapper {
            flex-direction: column;
            flex-wrap: nowrap
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-link:nth-child(2n) {
            margin: 0 0 64px 0
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-link {
            width: 100%;
            margin: 0 0 64px 0
        }

            .newslist-vertical-wrapper.component .component-content .newslist-vertical-link:last-child {
                margin: 0
            }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-img img:active {
            transform: translate(-50%,-50%) scale(1.2);
            transition: transform 9s linear
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-time {
            height: auto
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-tag {
            height: auto
        }

        .newslist-vertical-wrapper.component .component-content .newslist-vertical-item-title {
            height: auto
        }
}

.property-wrapper {
    width: 100%;
    margin: 92px 0;
    padding: 0 39px
}

    .property-wrapper, .property-wrapper *, .property-wrapper ::after, .property-wrapper ::before {
        box-sizing: border-box
    }

        .property-wrapper .component-content {
            display: flex;
            max-width: 1248px;
            margin: 0 auto;
            justify-content: space-between;
            align-items: center
        }

            .property-wrapper .component-content .property-left-wrapper {
                width: 48.717948717948717%
            }

            .property-wrapper .component-content .property-title {
                max-height: 138px;
                margin: 0 0 32px 0;
                font-family: Graphik-Semibold;
                font-size: 40px;
                font-weight: 600;
                line-height: 50px;
                letter-spacing: 0;
                color: #003329;
                overflow: hidden
            }

            .property-wrapper .component-content .devide-line {
                width: 72px;
                height: 1px;
                background: #003329
            }

            .property-wrapper .component-content .property-right-wrapper {
                display: flex;
                width: 48.878205128205127%;
                max-width: 610px
            }

            .property-wrapper .component-content .property-right-inner-wrapper {
                display: flex;
                width: 100%;
                flex-direction: column
            }

            .property-wrapper .component-content .property-right-first-row {
                display: flex;
                width: 100%;
                justify-content: center
            }

            .property-wrapper .component-content .property-right-other-row {
                display: flex;
                width: 100%;
                justify-content: flex-start
            }

            .property-wrapper .component-content .property-list-item-wrapper {
                display: flex;
                width: 25%;
                margin: 42px 0;
                flex-direction: column;
                align-items: center
            }

            .property-wrapper .component-content .property-list-item-image {
                display: flex;
                width: 38px;
                height: 38px;
                margin: 0 0 4px 0;
                justify-content: center;
                align-items: center
            }

            .property-wrapper .component-content .property-list-item-title {
                display: flex;
                max-height: 56px;
                font-family: Graphik-Regular;
                font-size: 20px;
                line-height: 28px;
                letter-spacing: .29px;
                text-align: center;
                color: #003329;
                overflow: hidden
            }

@media screen and (max-width: 991.98px) {
    .property-wrapper {
        margin: 72px 0 48px 0
    }

        .property-wrapper .component-content {
            flex-direction: column;
            justify-content: flex-start
        }

            .property-wrapper .component-content .property-left-wrapper {
                width: 100%
            }

            .property-wrapper .component-content .property-right-wrapper {
                width: 100%;
                padding: 38px 0 48px 0
            }
}

@media screen and (max-width: 767.98px) {
    .property-wrapper {
        margin: 42px 0 0 0;
        padding: 0 16px
    }

        .property-wrapper .component-content .property-title {
            margin: 0 0 44px 0;
            font-size: 30px;
            line-height: 45px;
            letter-spacing: .27px
        }

        .property-wrapper .component-content .property-right-wrapper {
            max-width: none;
            padding: 9px 0
        }

        .property-wrapper .component-content .property-right-first-row {
            justify-content: flex-start;
            flex-wrap: wrap
        }

        .property-wrapper .component-content .property-right-other-row {
            flex-wrap: wrap
        }

        .property-wrapper .component-content .property-list-item-wrapper:nth-child(2n) {
            margin: 42px 0
        }

        .property-wrapper .component-content .property-list-item-wrapper {
            width: 47.8134110787172%;
            margin: 33px 4.3731778425655975% 33px 0
        }
}

body .alert-label-wrapper {
    position: absolute;
    z-index: 10;
    width: 220px;
    height: 58px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    background-color: #f1f1f1;
    transition: all .3s;
    will-change: height,border-radius;
    overflow: hidden
}

    body .alert-label-wrapper.layout--leftside, body .alert-label-wrapper.layout--rightside {
        top: 130px
    }

    body .alert-label-wrapper.layout--rightside {
        right: 0;
        border-radius: 29px 0 0 29px
    }

        body .alert-label-wrapper.layout--rightside.open-alert-label {
            border-radius: 29px 0 0 10px
        }

    body .alert-label-wrapper.layout--leftside {
        left: 0;
        border-radius: 0 29px 29px 0
    }

        body .alert-label-wrapper.layout--leftside.open-alert-label {
            border-radius: 0 29px 10px 0
        }

    body .alert-label-wrapper .alert-label-title-wrapper {
        display: flex;
        align-items: center;
        padding: 11px 14px 11px 16px;
        cursor: pointer;
        height: 58px
    }

        body .alert-label-wrapper .alert-label-title-wrapper .alert-label-icon {
            max-width: 24px;
            max-height: 24px;
            margin-right: 16px
        }

        body .alert-label-wrapper .alert-label-title-wrapper .alert-label-title {
            line-height: 18px;
            font-family: Graphik-Medium;
            font-weight: 500;
            color: #003329;
            font-size: 15px;
            letter-spacing: .21px;
            font-style: normal;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            overflow: hidden
        }

    body .alert-label-wrapper .alert-label-content {
        padding: 0 14px 11px 16px;
        margin-top: 5px
    }

        body .alert-label-wrapper .alert-label-content .alert-label-content-detail {
            line-height: 21px;
            margin-bottom: 16px;
            font-family: Lato-Regular;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 6;
            text-overflow: ellipsis;
            overflow: hidden
        }

            body .alert-label-wrapper .alert-label-content .alert-label-content-detail, body .alert-label-wrapper .alert-label-content .alert-label-content-detail a {
                font-weight: 400;
                color: #003329;
                font-size: 13px;
                letter-spacing: 0;
                font-style: normal
            }

        body .alert-label-wrapper .alert-label-content .explore-more-btn, body .alert-label-wrapper .alert-label-content .learn-more-btn {
            font-family: Graphik-Regular
        }

        body .alert-label-wrapper .alert-label-content a {
            color: #003329
        }

            body .alert-label-wrapper .alert-label-content a:hover {
                color: #003329
            }

@media screen and (max-width: 767.98px) {
    body .alert-label-wrapper {
        width: 184px;
        height: 45px
    }

        body .alert-label-wrapper.open-alert-label {
            width: 277px
        }

            body .alert-label-wrapper.open-alert-label.layout--rightside {
                border-radius: 23px 0 0 10px
            }

            body .alert-label-wrapper.open-alert-label.layout--leftside {
                border-radius: 0 23px 10px 0
            }

            body .alert-label-wrapper.open-alert-label .alert-label-title-wrapper {
                padding: 12px 34px 12px 24px
            }

                body .alert-label-wrapper.open-alert-label .alert-label-title-wrapper .alert-label-title {
                    font-size: 15px
                }

                body .alert-label-wrapper.open-alert-label .alert-label-title-wrapper .alert-label-icon {
                    margin-right: 18px
                }

        body .alert-label-wrapper.layout--leftside, body .alert-label-wrapper.layout--rightside {
            top: 180px
        }

        body .alert-label-wrapper.layout--rightside {
            border-radius: 23px 0 0 23px
        }

        body .alert-label-wrapper.layout--leftside {
            border-radius: 0 23px 23px 0
        }

        body .alert-label-wrapper .alert-label-title-wrapper {
            height: 45px;
            padding: 4px 8px 5px 12px
        }

            body .alert-label-wrapper .alert-label-title-wrapper .alert-label-title {
                font-size: 13px
            }

            body .alert-label-wrapper .alert-label-title-wrapper .alert-label-icon {
                margin-right: 8px
            }

        body .alert-label-wrapper .alert-label-content {
            padding: 0 24px 7px 24px;
            margin-top: 4px
        }
}

body .date-range-picker-wrapper {
    position: absolute;
    z-index: 1;
    box-sizing: initial;
    padding: 24px 24px 20px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3)
}

    body .date-range-picker-wrapper .month-wrapper {
        position: relative;
        display: flex
    }

        body .date-range-picker-wrapper .month-wrapper .month.month1 {
            padding-left: 32px;
            margin-right: 42px
        }

        body .date-range-picker-wrapper .month-wrapper .month.month2 {
            padding-right: 32px
        }

        body .date-range-picker-wrapper .month-wrapper .month * {
            padding: 0
        }

        body .date-range-picker-wrapper .month-wrapper .month .caption {
            display: flex;
            align-items: center;
            height: 24px;
            margin-bottom: 16px
        }

        body .date-range-picker-wrapper .month-wrapper .month .month-name {
            width: 100%;
            line-height: 15px;
            font-family: aktiv-grotesk;
            font-weight: 400;
            color: #5a4132;
            font-size: 13px;
            letter-spacing: .37px;
            font-style: normal;
            text-align: center
        }

        body .date-range-picker-wrapper .month-wrapper .month .week-name {
            display: flex;
            align-items: center;
            margin-bottom: 17px
        }

            body .date-range-picker-wrapper .month-wrapper .month .week-name > span {
                width: 32px;
                line-height: 16px;
                font-family: aktiv-grotesk;
                font-weight: 400;
                color: #595959;
                font-size: 12px;
                letter-spacing: 1.4px;
                font-style: normal;
                text-align: center
            }

                body .date-range-picker-wrapper .month-wrapper .month .week-name > span:last-child {
                    margin-right: 0
                }

        body .date-range-picker-wrapper .month-wrapper .month .days-body {
            display: flex;
            flex-direction: column
        }

            body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row {
                display: flex;
                margin-bottom: 4px
            }

                body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row:last-child {
                    margin-bottom: 0
                }

                body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day {
                    position: relative;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 32px;
                    height: 22px;
                    font-family: aktiv-grotesk;
                    font-weight: 400;
                    color: #595959;
                    font-size: 12px;
                    letter-spacing: 1.4px;
                    font-style: normal;
                    text-align: center;
                    cursor: pointer
                }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day > span {
                        position: relative;
                        z-index: 1;
                        display: block;
                        width: 18px;
                        height: 16px;
                        line-height: 16px
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day:last-child {
                        margin-right: 0
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day:before {
                        box-sizing: border-box;
                        width: 100%;
                        height: 100%;
                        border-radius: 2px;
                        position: absolute;
                        content: "";
                        top: 0;
                        left: 0
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day:hover:before {
                        background-color: #f1f1f1
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.invalid {
                        cursor: auto;
                        opacity: .4;
                        pointer-events: none
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.real-today:before {
                        border: 1px solid #b08770;
                        border-radius: 2px
                    }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.hovering {
                        background-color: #f1f1f1
                    }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.hovering:before {
                            background-color: #f1f1f1;
                            border-radius: 2px
                        }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.hovering.last-date-selected:before {
                            background-color: initial
                        }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.first-date-selected), body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.last-date-selected) {
                        background-color: rgba(221,201,187,.8)
                    }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.first-date-selected):hover:before, body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.last-date-selected):hover:before {
                            background-color: initial
                        }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.first-date-selected {
                        background-color: rgba(221,201,187,.8);
                        border-radius: 2px 0 0 2px
                    }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.first-date-selected:hover:before {
                            background-color: initial
                        }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.last-date-selected {
                        background-color: rgba(221,201,187,.8);
                        border-radius: 0 2px 2px 0
                    }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.last-date-selected:hover:before {
                            background-color: initial
                        }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.lastMonth, body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.nextMonth {
                        visibility: hidden
                    }

        body .date-range-picker-wrapper .month-wrapper .month .month-name {
            display: flex;
            justify-content: center
        }

            body .date-range-picker-wrapper .month-wrapper .month .month-name .month-element {
                margin-right: 5px
            }

                body .date-range-picker-wrapper .month-wrapper .month .month-name .month-element:last-child {
                    margin-right: 0
                }

        body .date-range-picker-wrapper .month-wrapper .month .next, body .date-range-picker-wrapper .month-wrapper .month .prev {
            position: absolute;
            top: 0;
            padding: 0;
            display: inline-block;
            cursor: pointer
        }

            body .date-range-picker-wrapper .month-wrapper .month .next.disabled, body .date-range-picker-wrapper .month-wrapper .month .prev.disabled {
                opacity: .4
            }

        body .date-range-picker-wrapper .month-wrapper .month .prev {
            left: 0;
            width: 17px;
            height: 24px;
            background-image: url(/images/icon-btn-arrow-left.svg);
            background-repeat: no-repeat;
            background-size: 17px 24px
        }

        body .date-range-picker-wrapper .month-wrapper .month .next {
            right: 0;
            width: 17px;
            height: 24px;
            background-image: url(/images/icon-btn-arrow-right.svg);
            background-repeat: no-repeat;
            background-size: 17px 24px
        }

    body .date-range-picker-wrapper .footer {
        margin-top: 21px
    }

    body .date-range-picker-wrapper .custom-date-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 34px 0 36px
    }

        body .date-range-picker-wrapper .custom-date-footer .custom-date-footer-left, body .date-range-picker-wrapper .custom-date-footer .custom-date-footer-right {
            display: flex;
            align-items: center
        }

        body .date-range-picker-wrapper .custom-date-footer .custom-selected-tip, body .date-range-picker-wrapper .custom-date-footer .custom-today-tip {
            position: relative;
            padding-left: 24px;
            line-height: 12px;
            font-family: aktiv-grotesk;
            font-weight: 400;
            color: #595959;
            font-size: 11px;
            letter-spacing: .31px;
            font-style: normal
        }

            body .date-range-picker-wrapper .custom-date-footer .custom-selected-tip:before, body .date-range-picker-wrapper .custom-date-footer .custom-today-tip:before {
                box-sizing: border-box;
                position: absolute;
                content: "";
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 14px;
                height: 12px;
                border-radius: 2px
            }

        body .date-range-picker-wrapper .custom-date-footer .custom-today-tip {
            margin-right: 23px
        }

            body .date-range-picker-wrapper .custom-date-footer .custom-today-tip:before {
                background-color: #fff;
                border: 1px solid #b08770
            }

        body .date-range-picker-wrapper .custom-date-footer .custom-selected-tip:before {
            background-color: #ddcabc
        }

        body .date-range-picker-wrapper .custom-date-footer .custom-reset-btn {
            line-height: 12px;
            margin-right: 17px;
            font-weight: 400;
            color: #5a4132;
            font-size: 11px;
            letter-spacing: .91px;
            font-style: normal;
            font-family: aktiv-grotesk;
            text-decoration: underline;
            word-break: keep-all;
            cursor: pointer
        }

        body .date-range-picker-wrapper .custom-date-footer .custom-done-btn {
            padding: 7px 20px;
            border: 1px solid #5a4132;
            border-radius: 5px;
            font-size: 10px;
            text-align: center;
            cursor: pointer
        }

        body .date-range-picker-wrapper .custom-date-footer .custom-done-btn, body .date-range-picker-wrapper .date-range-length-tip {
            line-height: 11px;
            background-color: #fff;
            font-family: aktiv-grotesk;
            font-weight: 400;
            color: #5a4132;
            letter-spacing: normal;
            font-style: normal
        }

    body .date-range-picker-wrapper .date-range-length-tip {
        position: absolute;
        z-index: 1;
        display: none;
        padding: 8px 5px;
        margin-top: -23px;
        margin-left: -6px;
        box-shadow: 1px 2px 6px 0 rgba(0,0,0,.3);
        border-radius: 2px;
        border: 1px solid #ddcabc;
        font-size: 12px
    }

        body .date-range-picker-wrapper .date-range-length-tip:after {
            position: absolute;
            content: "";
            top: auto;
            left: 50%;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 5px solid #fff;
            transform: translateX(-50%);
            bottom: -5px
        }

@media screen and (max-width: 767.98px) {
    body .date-range-picker-wrapper {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        z-index: 1;
        box-sizing: border-box;
        flex: 1;
        padding: 0 58px 100px;
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto
    }

        body .date-range-picker-wrapper .month-wrapper {
            flex-direction: column;
            overflow-y: auto
        }

            body .date-range-picker-wrapper .month-wrapper .month {
                margin-bottom: 24px
            }

                body .date-range-picker-wrapper .month-wrapper .month:last-child {
                    margin-bottom: 0
                }

                body .date-range-picker-wrapper .month-wrapper .month.month1 {
                    padding: 0;
                    margin-right: 0;
                    margin-bottom: 24px
                }

                body .date-range-picker-wrapper .month-wrapper .month.month2 {
                    padding: 0
                }

                body .date-range-picker-wrapper .month-wrapper .month .caption {
                    height: 16px;
                    margin-bottom: 20px
                }

                body .date-range-picker-wrapper .month-wrapper .month .month-name {
                    line-height: 16px;
                    font-size: 14px;
                    letter-spacing: .4px
                }

                body .date-range-picker-wrapper .month-wrapper .month .week-name > span {
                    width: 37px;
                    font-size: 13px;
                    letter-spacing: 1.52px
                }

                body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row {
                    margin-bottom: 11px
                }

                    body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day {
                        width: 37px;
                        font-size: 13px;
                        letter-spacing: 1.52px
                    }

                        body .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day:hover:before {
                            background-color: initial
                        }

                body .date-range-picker-wrapper .month-wrapper .month .next, body .date-range-picker-wrapper .month-wrapper .month .prev {
                    display: none
                }

        body .date-range-picker-wrapper .footer {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            width: 100%;
            height: 64px;
            margin-top: 0;
            background-color: #f1f1f1
        }

        body .date-range-picker-wrapper .custom-date-footer {
            position: relative;
            justify-content: center;
            padding: 0
        }

            body .date-range-picker-wrapper .custom-date-footer .custom-date-footer-left {
                display: none
            }

            body .date-range-picker-wrapper .custom-date-footer .custom-reset-btn {
                position: absolute;
                left: 100%;
                line-height: 14px;
                margin-right: 0;
                margin-left: 11px;
                font-size: 12px;
                letter-spacing: 1px
            }

            body .date-range-picker-wrapper .custom-date-footer .custom-done-btn {
                width: 194px;
                padding: 12px 0;
                line-height: 16px;
                border: none;
                background-color: #ddcabc;
                font-weight: 500;
                color: #5a4132;
                font-size: 14px;
                letter-spacing: .35px;
                font-style: normal
            }
}

.shuttle-tram__error {
    color: #cd1313
}

.shuttle-tram__container .required::after {
    content: '*';
    margin-top: -2px
}

.shuttle-tram__container input[type=checkbox] {
    display: none
}

    .shuttle-tram__container input[type=checkbox]:checked + label::before {
        content: '\2713'
    }

.shuttle-tram__container .disabled {
    pointer-events: none;
    cursor: not-allowed
}

    .shuttle-tram__container .disabled button, .shuttle-tram__container .disabled input, .shuttle-tram__container .disabled span {
        opacity: .4
    }

.shuttle-tram__container .auto-play-title-center {
    right: auto;
    bottom: 75px;
    width: 570px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.shuttle-tram__container .auto-play-learn-more-center {
    position: absolute;
    width: 570px;
    line-height: 28px;
    height: 28px;
    right: auto;
    bottom: 35px;
    color: #fff;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition: opacity .3s;
    font-family: Graphik-Semibold;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    -webkit-animation: fadeIn 3s linear .3s;
    animation: fadeIn 3s linear .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.shuttle-tram__header {
    max-width: 1036px;
    margin: 70px auto 0
}

.shuttle-tram__header-title {
    color: #003329;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0;
    font-family: Graphik-Semibold,Arial
}

.shuttle-tram__line {
    width: 72px;
    height: 1px;
    background-color: #003329;
    margin-top: 38px;
    margin-bottom: 32px
}

.shuttle-tram__green_font {
    color: #003329;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial;
    font-weight: 700
}

.shuttle-tram__date {
    color: #003329;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .18px;
    font-family: Graphik-Medium,Arial;
    margin-bottom: 16px
}

.shuttle-tram__duration {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .22px;
    font-family: Lato-Light,Arial;
    margin-bottom: 16px;
    color: #000
}

.shuttle-tram__description {
    width: 821px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .45px;
    font-family: Lato-Regular,Arial;
    margin-bottom: 48px;
    color: #000
}

.shuttle-tram__step-title {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    font-family: Graphik-Medium,Arial;
    color: #003329;
    text-align: center;
    margin-bottom: 44px
}

.shuttle-tram__step1 {
    background: #f4f4f4;
    padding-top: 47px
}

.shuttle-tram__step2 {
    background: #f4f4f4;
    display: none
}

    .shuttle-tram__step2 .shuttle-tram__step-title {
        max-width: 1036px;
        margin: 0 auto;
        padding-top: 33px;
        border-top: 1px solid #d9d1ce
    }

.shuttle-tram__step3 {
    background: #f4f4f4;
    padding-top: 48px;
    display: none
}

.shuttle-tram__step4 {
    padding-top: 32px;
    display: none
}

.shuttle-tram__booking-bar {
    max-width: 1036px;
    margin: 0 auto;
    padding-left: 32px;
    padding-bottom: 31px;
    display: flex;
    flex-wrap: wrap
}

.shuttle-tram__booking-bar-item {
    position: relative
}

    .shuttle-tram__booking-bar-item .shuttle-tram__date-picker {
        position: relative
    }

    .shuttle-tram__booking-bar-item .date-range-picker-wrapper {
        margin-top: -4px;
        padding: 16px 0 14px;
        border-radius: 0
    }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month.caption {
            margin-bottom: 14px
        }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month.month1 {
            padding-left: 31px;
            margin-right: 31px
        }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .prev {
            left: auto;
            right: 64px;
            background-image: url(../images/icon-btn-arrow-left.svg)
        }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .next {
            right: 40px;
            background-image: url(../images/icon-btn-arrow-right.svg)
        }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .month-name {
            justify-content: flex-start;
            color: #003329;
            font-size: 14px;
            line-height: 15px;
            letter-spacing: 0;
            font-family: Graphik-Regular,Arial;
            font-weight: 700;
            text-transform: capitalize
        }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .week-name {
            color: #7e7e7e;
            margin-bottom: 5px
        }

            .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .week-name > span {
                width: 35px;
                font-size: 11px;
                line-height: 12px;
                letter-spacing: 0;
                font-family: Graphik-Regular,Arial
            }

        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body {
            font-size: 10px;
            line-height: 12px;
            letter-spacing: 0;
            font-family: Graphik-Regular,Arial
        }

            .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row {
                margin-bottom: 0
            }

                .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row + .day-row {
                    margin-top: -1px
                }

                .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day {
                    width: 35px;
                    height: 35px;
                    color: #000;
                    border: 1px solid #e5e5e5;
                    font-size: 10px;
                    line-height: 11px;
                    letter-spacing: 0;
                    font-family: Graphik-Regular,Arial
                }

                    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.last-date-selected), .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.first-date-selected {
                        background-color: #003329;
                        color: #fff
                    }

                    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.invalid {
                        opacity: 1
                    }

                        .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.invalid > span {
                            color: #b8b8b8
                        }

                    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.real-today > span {
                        color: #003329
                    }

                    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.real-today::before {
                        border: 1px solid #003329;
                        border-radius: 0
                    }

                    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day + .day {
                        margin-left: -1px
                    }

.shuttle-tram__booking-bar ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(151,151,151,.13325);
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.339352);
    list-style: none;
    color: #000;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 99;
    max-height: 220px;
    overflow-y: scroll
}

    .shuttle-tram__booking-bar ul li {
        padding: 10px 0;
        border-bottom: 1px solid #d9d1ce;
        cursor: pointer;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: .35px;
        font-family: Lato-Regular,Arial
    }

        .shuttle-tram__booking-bar ul li:last-child {
            border-bottom: 0
        }

        .shuttle-tram__booking-bar ul li:hover {
            background: rgba(151,151,151,.13325)
        }

        .shuttle-tram__booking-bar ul li.active {
            font-weight: 700
        }

.shuttle-tram__booking-bar button {
    position: relative;
    width: 100%;
    height: 48px;
    border: 0;
    border-right: 1px solid #003329;
    background: #fff;
    text-align: left;
    color: #003329;
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer
}

    .shuttle-tram__booking-bar button img {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 10px
    }

    .shuttle-tram__booking-bar button::after {
        position: absolute;
        display: block;
        content: "";
        width: 16px;
        height: 9px;
        right: 21px;
        background: url(../images/arrow-down.svg) no-repeat;
        transform: rotate(0);
        transition: all .3s
    }

.shuttle-tram__booking-bar-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial;
    margin-bottom: 8px;
    white-space: nowrap
}

.shuttle-tram__booking-bar-guests {
    width: 178px;
    order: 0
}

.shuttle-tram__booking-bar-date {
    width: 307px;
    order: 1
}

.shuttle-tram__booking-bar-timeslot {
    width: 300px;
    order: 2
}

.shuttle-tram__booking-bar-submit {
    width: 166px;
    order: 3
}

.shuttle-tram__booking-bar-summary {
    width: 100%;
    margin-top: 23px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial;
    order: 4
}

.shuttle-tram__guest-list li {
    display: flex;
    justify-content: flex-start
}

.shuttle-tram__date-button.expanded::after, .shuttle-tram__guest-button.expanded::after, .shuttle-tram__timeslot-button.expanded::after {
    transform: rotate(180deg);
    transition: all .3s
}

.shuttle-tram__timeslot-list li {
    padding: 15px 0 !important;
    display: flex;
    justify-content: space-between
}

.shuttle-tram__timeslot-limit {
    color: #6e6e6e
}

.shuttle-tram__submit-button {
    margin-top: 32px;
    justify-content: center;
    color: #fff !important;
    background: #003329 !important
}

    .shuttle-tram__submit-button::before {
        display: none !important
    }

    .shuttle-tram__submit-button::after {
        display: none !important
    }

.shuttle-tram__tips {
    display: block;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial
}

    .shuttle-tram__tips.required-tips {
        margin-bottom: 38px
    }

    .shuttle-tram__tips.contact-tips {
        margin-bottom: 16px;
        font-style: italic
    }

.shuttle-tram__checkbox {
    display: flex;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .38px;
    font-family: Lato-Regular,Arial;
    align-items: center;
    margin-bottom: 8px
}

    .shuttle-tram__checkbox::before {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        color: #000;
        transition: .2s;
        font-size: 20px;
        text-align: center;
        content: " ";
        margin-right: 16px
    }

.shuttle-tram__contact-form {
    max-width: 1036px;
    margin: 0 auto;
    padding-left: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d1ce
}

    .shuttle-tram__contact-form .form-wrapper.sitecore-form {
        background: 0 0
    }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form form {
            padding: 0
        }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form input {
            background: 0 0 !important
        }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form .custom__form__name {
            align-items: center
        }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form .custom__form__name-first {
            margin-right: 24px
        }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form .empty .custom__form__placeholder {
            top: 14px;
            color: #000
        }

        .shuttle-tram__contact-form .form-wrapper.sitecore-form .custom__form__placeholder {
            top: -4px;
            color: #000
        }

.shuttle-tram__contact-form-input-wrapper {
    display: flex;
    width: 85%;
    margin-left: 8px !important
}

.primary .shuttle-tram__contact-form-item-id::before {
    position: absolute;
    content: "#";
    left: -12px
}

.shuttle-tram__button-download {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .25px;
    font-family: Graphik-Regular,Arial;
    font-weight: 600;
    border: 0;
    background: #003329;
    padding: 10px 15px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer
}

.shuttle-tram__health {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 37px;
    display: flex;
    align-items: center;
    color: #000
}

.shuttle-tram__health-left {
    width: 608px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .17px;
    font-family: Lato-Regular,Arial
}

    .shuttle-tram__health-left p {
        margin-bottom: 30px
    }

.shuttle-tram__health-right {
    margin-left: 77px
}

.shuttle-tram__terms {
    max-width: 1036px;
    margin: 0 auto;
    padding-bottom: 85px;
    color: #000
}

.shuttle-tram__terms-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .14px;
    font-family: Graphik-Regular,Arial
}

.shuttle-tram__terms-description {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .34px;
    font-family: Lato-Regular,Arial
}

    .shuttle-tram__terms-description p {
        margin-bottom: 20px
    }

.shuttle-tram__terms .shuttle-tram__checkbox-wrapper + .shuttle-tram__checkbox-wrapper {
    margin-top: 14px
}

.shuttle-tram__terms .shuttle-tram__submit-button {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .25px;
    font-family: Graphik-Regular,Arial;
    margin-top: 24px;
    border: 0;
    padding: 12px 20px;
    cursor: pointer
}

.shuttle-tram__thankyou {
    max-width: 1036px;
    margin: 48px auto;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .22px;
    color: #000
}

.shuttle-tram__thankyou-title {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    font-family: 500,Arial;
    font-weight: Graphik-Regular;
    color: #003329
}

.shuttle-tram__thankyou-content {
    max-width: 992px
}

    .shuttle-tram__thankyou-content p {
        margin-bottom: 24px
    }

        .shuttle-tram__thankyou-content p:last-child {
            margin-bottom: 0
        }

.shuttle-tram__thankyou-list {
    margin-bottom: 24px
}

@media screen and (max-width: 991.98px) {
    .shuttle-tram__container .auto-play-title-center {
        width: 90%
    }

    .shuttle-tram__container .auto-play-learn-more-center {
        width: 90%
    }

    .shuttle-tram__header {
        width: calc(100% - 32px);
        margin: 32px auto 0
    }

    .shuttle-tram__header-title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }

    .shuttle-tram__line {
        margin-top: 24px;
        margin-bottom: 25px
    }

    .shuttle-tram__description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 24px
    }

    .shuttle-tram__step-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 24px
    }

    .shuttle-tram__step1, .shuttle-tram__step2, .shuttle-tram__step3, .shuttle-tram__step4 {
        padding: 32px 16px 0
    }

    .shuttle-tram__booking-bar button {
        border-right: 0
    }

    .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .next, .shuttle-tram__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .prev {
        display: block
    }

    .shuttle-tram__booking-bar-date, .shuttle-tram__booking-bar-guests, .shuttle-tram__booking-bar-timeslot {
        width: 100%;
        margin-bottom: 14px
    }

    .shuttle-tram__booking-bar-submit {
        width: 160px;
        order: 4;
        margin: 66px auto 0
    }

    .shuttle-tram__booking-bar-summary {
        order: 3;
        margin-top: 10px
    }

    .shuttle-tram__guest-list li {
        justify-content: flex-start
    }

    .shuttle-tram__tips {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0
    }

        .shuttle-tram__tips.required-tips {
            margin-bottom: 30px
        }

    .shuttle-tram__checkbox {
        align-items: flex-start
    }

    .shuttle-tram__contact-form .form-wrapper.sitecore-form .custom__form__name-first, .shuttle-tram__contact-form .form-wrapper.sitecore-form .custom__form__name-last {
        margin-left: 11px;
        margin-right: 26px
    }

    .shuttle-tram__contact-form-input-wrapper {
        flex-direction: column;
        margin-left: 0 !important;
        width: 100%
    }

    .shuttle-tram__contact-form-item-id {
        position: relative;
        width: 100vw;
        height: 40px;
        line-height: 40px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        background: #e5e5e5
    }

        .shuttle-tram__contact-form-item-id::after {
            position: absolute;
            content: '';
            width: 12px;
            height: 7px;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            background: url(../images/arrow-down-black.png)
        }

    .primary .shuttle-tram__contact-form-item-id {
        background: #003329;
        color: #fff
    }

        .primary .shuttle-tram__contact-form-item-id::before {
            content: '#';
            margin-right: 8px
        }

        .primary .shuttle-tram__contact-form-item-id::after {
            background: url(../images/arrow-down-white.png)
        }

    .shuttle-tram__contact-form-item-id .filled {
        background: #003329
    }

        .shuttle-tram__contact-form-item-id .filled::after {
            background: url(../images/arrow-down-white.png)
        }

    .shuttle-tram__health {
        flex-wrap: wrap
    }

    .shuttle-tram__health-left {
        font-size: 13px
    }

    .shuttle-tram__health-right {
        margin: 0 auto
    }

    .shuttle-tram__terms-subtitle {
        font-size: 16px
    }

    .shuttle-tram__thankyou {
        margin: 32px 16px;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: .38px
    }

    .shuttle-tram__thankyou-title {
        margin-bottom: 23px;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0
    }

    .shuttle-tram__thankyou-content {
        max-width: 992px
    }

        .shuttle-tram__thankyou-content p {
            margin-bottom: 24px
        }

            .shuttle-tram__thankyou-content p:last-child {
                margin-bottom: 0
            }

    .shuttle-tram__thankyou-list {
        margin-bottom: 24px
    }
}

.registration-form__error {
    color: #cd1313
}

.registration-form__container .required::after {
    content: '*';
    margin-top: -2px
}

.registration-form__container input[type=checkbox] {
    display: none
}

    .registration-form__container input[type=checkbox]:checked + label::before {
        content: '\2713'
    }

.registration-form__header {
    max-width: 1036px;
    margin: 70px auto 0
}

.registration-form__header-title {
    color: #003329;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0;
    font-family: Graphik-Semibold,Arial
}

.registration-form__line {
    width: 72px;
    height: 1px;
    background-color: #003329;
    margin-top: 38px;
    margin-bottom: 32px
}

.registration-form__date {
    color: #003329;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .18px;
    font-family: Graphik-Medium,Arial;
    margin-bottom: 16px
}

.registration-form__duration {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .22px;
    font-family: Lato-Light,Arial;
    margin-bottom: 16px;
    color: #000
}

.registration-form__description {
    width: 821px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .45px;
    font-family: Lato-Regular,Arial;
    margin-bottom: 48px;
    color: #000
}

.registration-form__step-title {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    font-family: Graphik-Medium,Arial;
    color: #003329;
    text-align: center;
    margin-bottom: 44px
}

.registration-form__step1 {
    background: #f4f4f4;
    padding-top: 47px
}

.registration-form__step2 {
    background: #f4f4f4;
    padding-top: 33px;
    display: block
}

.registration-form__step3 {
    background: #fff;
    padding-top: 48px;
    display: block
}

.registration-form__booking-bar {
    max-width: 483px;
    margin: 0 auto;
    padding-bottom: 31px;
    display: flex;
    flex-wrap: wrap
}

.registration-form__booking-bar-item {
    position: relative
}

    .registration-form__booking-bar-item .registration-form__date-picker {
        position: relative
    }

    .registration-form__booking-bar-item .date-range-picker-wrapper {
        margin-top: -4px;
        padding: 16px 0 14px;
        border-radius: 0
    }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month.month1 {
            padding-left: 31px;
            margin-right: 31px
        }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .prev {
            left: auto;
            right: 64px
        }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .next {
            right: 40px
        }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .month-name {
            justify-content: flex-start;
            color: #003329;
            font-size: 14px;
            line-height: 15px;
            letter-spacing: 0;
            font-family: Graphik-Regular,Arial;
            font-weight: 500
        }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .week-name {
            color: #7e7e7e;
            font-size: 11px;
            line-height: 12px;
            letter-spacing: 0;
            font-family: Graphik-Regular,Arial
        }

            .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .week-name > span {
                width: 35px
            }

        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body {
            font-size: 10px;
            line-height: 12px;
            letter-spacing: 0;
            font-family: Graphik-Regular,Arial
        }

            .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row {
                margin-bottom: 0
            }

                .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .toMonth + .toMonth {
                    border-left: 0
                }

                .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day {
                    width: 35px;
                    height: 35px;
                    border: 1px solid #e5e5e5
                }

                    .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.real-today::before {
                        border: 1px solid #003329
                    }

                    .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.checked:not(.last-date-selected), .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.first-date-selected {
                        background-color: rgba(0,51,41,.8);
                        color: #fff
                    }

                    .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.invalid {
                        opacity: 1
                    }

                        .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .days-body .day-row .day.invalid > span {
                            opacity: .4
                        }

.registration-form__booking-bar ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(151,151,151,.13325);
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.339352);
    list-style: none;
    color: #000;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 99;
    max-height: 220px;
    overflow-y: scroll
}

    .registration-form__booking-bar ul li {
        padding: 10px 0;
        cursor: pointer
    }

        .registration-form__booking-bar ul li:last-child {
            border-bottom: 0
        }

        .registration-form__booking-bar ul li:hover {
            background: rgba(151,151,151,.13325)
        }

        .registration-form__booking-bar ul li.active {
            font-weight: 700
        }

.registration-form__booking-bar button {
    position: relative;
    width: 100%;
    height: 48px;
    border: 0;
    border-right: 1px solid #003329;
    background: #fff;
    text-align: left;
    color: #003329;
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer
}

    .registration-form__booking-bar button img {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 10px
    }

    .registration-form__booking-bar button::after {
        position: absolute;
        display: block;
        content: "";
        width: 16px;
        height: 9px;
        right: 21px;
        background: url(../images/arrow-down.png) no-repeat
    }

.registration-form__booking-bar-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial;
    margin-bottom: 8px;
    white-space: nowrap
}

.registration-form__booking-bar-guests {
    width: 317px;
    order: 0
}

.registration-form__booking-bar-date {
    width: 307px;
    order: 1
}

.registration-form__booking-bar-timeslot {
    width: 300px;
    order: 2
}

.registration-form__booking-bar-submit {
    width: 166px;
    order: 3
}

.registration-form__booking-bar-summary {
    width: 100%;
    margin-top: 23px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial;
    order: 4
}

.registration-form__guest-list li {
    display: flex;
    justify-content: center
}

.registration-form__timeslot-list li {
    padding: 15px 0 !important;
    display: flex;
    justify-content: space-between
}

.registration-form__timeslot-limit {
    color: #6e6e6e
}

.registration-form__submit-button {
    margin-top: 32px;
    justify-content: center;
    color: #fff !important;
    background: #003329 !important
}

    .registration-form__submit-button::before {
        display: none !important
    }

    .registration-form__submit-button::after {
        display: none !important
    }

.registration-form__tips {
    display: block;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: Graphik-Regular,Arial
}

    .registration-form__tips.required-tips {
        margin-bottom: 38px
    }

    .registration-form__tips.contact-tips {
        margin-bottom: 16px;
        font-style: italic
    }

.registration-form__checkbox {
    display: flex;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .38px;
    font-family: Lato-Regular,Arial;
    align-items: center;
    margin-bottom: 8px
}

    .registration-form__checkbox::before {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        color: #000;
        transition: .2s;
        font-size: 20px;
        text-align: center;
        content: " ";
        margin-right: 16px
    }

.registration-form__contact-form {
    max-width: 1036px;
    margin: 0 auto;
    padding-bottom: 20px
}

    .registration-form__contact-form .form-wrapper.sitecore-form {
        background: 0 0
    }

        .registration-form__contact-form .form-wrapper.sitecore-form form {
            padding: 0
        }

        .registration-form__contact-form .form-wrapper.sitecore-form input {
            background: 0 0 !important
        }

        .registration-form__contact-form .form-wrapper.sitecore-form .custom__form__name {
            align-items: center
        }

        .registration-form__contact-form .form-wrapper.sitecore-form .custom__form__name-first {
            margin-right: 24px
        }

        .registration-form__contact-form .form-wrapper.sitecore-form .empty .custom__form__placeholder {
            top: 14px;
            color: #000
        }

        .registration-form__contact-form .form-wrapper.sitecore-form .custom__form__placeholder {
            top: -4px;
            color: #000
        }

        .registration-form__contact-form .form-wrapper.sitecore-form .form__error-msg {
            position: unset
        }

.registration-form__contact-form-input-wrapper {
    display: flex;
    width: 100%;
    margin-left: 8px !important;
    flex-wrap: wrap;
    gap: 26px
}

    .registration-form__contact-form-input-wrapper .field {
        padding-bottom: 8px
    }

    .registration-form__contact-form-input-wrapper .is-full {
        width: 100%
    }

    .registration-form__contact-form-input-wrapper .is-half {
        width: calc(50% - 13px)
    }

    .registration-form__contact-form-input-wrapper .custom__form__name-first {
        margin: 0 !important;
        padding: 0 !important
    }

.primary .registration-form__contact-form-item-id::before {
    position: absolute;
    content: "#";
    left: -12px
}

.registration-form__contact-form .disabled {
    opacity: .4
}

.registration-form__button-download {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .25px;
    font-family: Graphik-Regular,Arial;
    border: 2px solid #003329;
    padding: 10px 15px;
    color: #003329;
    white-space: nowrap;
    cursor: pointer
}

.registration-form__health {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 37px;
    display: flex;
    align-items: center;
    color: #000
}

.registration-form__health-left {
    width: 608px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .17px;
    font-family: Lato-Regular,Arial
}

    .registration-form__health-left p {
        margin-bottom: 30px
    }

.registration-form__health-right {
    margin-left: 77px
}

.registration-form__terms {
    max-width: 1036px;
    margin: 0 auto;
    padding-bottom: 85px;
    color: #000
}

.registration-form__terms-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .14px;
    font-family: Graphik-Regular,Arial
}

.registration-form__terms-description {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .34px;
    font-family: Lato-Regular,Arial
}

    .registration-form__terms-description p {
        margin-bottom: 20px
    }

.registration-form__terms .registration-form__checkbox-wrapper + .registration-form__checkbox-wrapper {
    margin-top: 14px
}

.registration-form__terms .registration-form__submit-button {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .25px;
    font-family: Graphik-Regular,Arial;
    margin-top: 24px;
    border: 0;
    padding: 12px 20px;
    cursor: pointer
}

.registration-form__thankyou {
    max-width: 1036px;
    margin: 48px auto;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .22px;
    color: #000
}

.registration-form__thankyou-title {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    font-family: 500,Arial;
    font-weight: Graphik-Regular;
    color: #003329
}

.registration-form__thankyou-content {
    max-width: 992px
}

    .registration-form__thankyou-content p {
        margin-bottom: 24px
    }

        .registration-form__thankyou-content p:last-child {
            margin-bottom: 0
        }

.registration-form__thankyou-list {
    margin-bottom: 24px
}

@media screen and (max-width: 991.98px) {
    .registration-form__header {
        width: calc(100% - 32px);
        margin: 32px auto 0
    }

    .registration-form__header-title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }

    .registration-form__line {
        margin-top: 24px;
        margin-bottom: 25px
    }

    .registration-form__description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 24px
    }

    .registration-form__step-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 24px
    }

    .registration-form__step1, .registration-form__step2, .registration-form__step3 {
        padding: 32px 16px 0
    }

    .registration-form__booking-bar button {
        border-right: 0
    }

    .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .next, .registration-form__booking-bar-item .date-range-picker-wrapper .month-wrapper .month .prev {
        display: block
    }

    .registration-form__booking-bar-date, .registration-form__booking-bar-guests, .registration-form__booking-bar-timeslot {
        width: 100%;
        margin-bottom: 14px
    }

    .registration-form__booking-bar-submit {
        width: 160px;
        order: 4;
        margin: 66px auto 0
    }

    .registration-form__booking-bar-summary {
        order: 3;
        margin-top: 10px
    }

    .registration-form__guest-list li {
        justify-content: flex-start
    }

    .registration-form__tips {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0
    }

        .registration-form__tips.required-tips {
            margin-bottom: 30px
        }

    .registration-form__checkbox {
        align-items: flex-start
    }

    .registration-form__contact-form .form-wrapper.sitecore-form .custom__form__name-first, .registration-form__contact-form .form-wrapper.sitecore-form .custom__form__name-last {
        margin-left: 11px;
        margin-right: 26px
    }

    .registration-form__contact-form-input-wrapper {
        flex-direction: column;
        margin-left: 0 !important;
        width: 100%
    }

        .registration-form__contact-form-input-wrapper .is-half {
            width: 100%
        }

    .registration-form__contact-form-item-id {
        position: relative;
        width: 100vw;
        height: 40px;
        line-height: 40px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        background: #e5e5e5
    }

        .registration-form__contact-form-item-id::after {
            position: absolute;
            content: '';
            width: 12px;
            height: 7px;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            background: url(../images/arrow-down-black.png)
        }

    .primary .registration-form__contact-form-item-id {
        background: #003329;
        color: #fff
    }

        .primary .registration-form__contact-form-item-id::before {
            content: '#';
            margin-right: 8px
        }

        .primary .registration-form__contact-form-item-id::after {
            background: url(../images/arrow-down-white.png)
        }

    .registration-form__contact-form-item-id .filled {
        background: #003329
    }

        .registration-form__contact-form-item-id .filled::after {
            background: url(../images/arrow-down-white.png)
        }

    .registration-form__health {
        flex-wrap: wrap
    }

    .registration-form__health-left {
        font-size: 13px
    }

    .registration-form__health-right {
        margin: 0 auto
    }

    .registration-form__terms-subtitle {
        font-size: 16px
    }

    .registration-form__thankyou {
        margin: 32px 16px;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: .38px
    }

    .registration-form__thankyou-title {
        margin-bottom: 23px;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0
    }

    .registration-form__thankyou-content {
        max-width: 992px
    }

        .registration-form__thankyou-content p {
            margin-bottom: 24px
        }

            .registration-form__thankyou-content p:last-child {
                margin-bottom: 0
            }

    .registration-form__thankyou-list {
        margin-bottom: 24px
    }
}

.custom__form__checkbox.step2 {
    display: none
}

.custom__form__checkbox {
    margin-bottom: 24px
}

    .custom__form__checkbox p {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .38px;
        font-family: Graphik-Regular,Arial;
        color: #000
    }

        .custom__form__checkbox p a {
            text-decoration: underline;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: .38px;
            font-family: Graphik-Regular,Arial;
            color: #000
        }

            .custom__form__checkbox p a:hover {
                color: #000
            }

    .custom__form__checkbox label {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .38px;
        font-family: "PingFang HK",Arial
    }

        .custom__form__checkbox label input[type=checkbox] {
            display: none
        }

    .custom__form__checkbox .custom__form__checkbox__label--item, .custom__form__checkbox .custom__form__checkbox__label--no, .custom__form__checkbox .custom__form__checkbox__label--yes {
        display: flex;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .38px;
        font-family: Lato-Regular,Arial;
        align-items: flex-start;
        margin-bottom: 8px !important;
        cursor: pointer
    }

        .custom__form__checkbox .custom__form__checkbox__label--item::before, .custom__form__checkbox .custom__form__checkbox__label--no::before, .custom__form__checkbox .custom__form__checkbox__label--yes::before {
            border: 1px solid #e5e5e5;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            color: #000;
            transition: .2s;
            font-size: 20px;
            text-align: center;
            content: " ";
            margin-right: 16px
        }

    .custom__form__checkbox .checked.custom__form__checkbox__label--item::before, .custom__form__checkbox .checked.custom__form__checkbox__label--no::before, .custom__form__checkbox .checked.custom__form__checkbox__label--yes::before {
        content: '\2713'
    }

    .custom__form__checkbox .error.custom__form__checkbox__label--item::before, .custom__form__checkbox .error.custom__form__checkbox__label--no::before, .custom__form__checkbox .error.custom__form__checkbox__label--yes::before {
        border: 1px solid #cd1313
    }

    .custom__form__checkbox .custom__form__checkbox__label--yes {
        float: left;
        margin-right: 34px !important
    }

    .custom__form__checkbox .custom__form__checkbox--title-yes-no {
        font-weight: 700
    }

    .custom__form__checkbox .form__error-msg {
        display: none;
        position: relative !important;
        font-size: 12px !important;
        left: 0 !important;
        margin-bottom: 18px;
        color: #cd1313
    }

.gray label {
    color: #000
}

.gray .custom__form__checkbox__label--item, .gray .custom__form__checkbox__label--no, .gray .custom__form__checkbox__label--yes {
    color: #000
}

.gray .custom__form__checkbox--title-yes-no {
    color: #003329
}

.green {
    margin-bottom: 0
}

    .green label {
        color: #fff
    }

    .green p {
        color: #fff
    }

        .green p a {
            color: #fff
        }

            .green p a:hover {
                color: #fff
            }

    .green .custom__form__checkbox__label--item, .green .custom__form__checkbox__label--no, .green .custom__form__checkbox__label--yes {
        color: #fff
    }

    .green .custom__form__checkbox--title-yes-no {
        color: #fff
    }

    .green .custom__form__checkbox--title {
        color: #fff
    }

.ccg-maps {
    margin: 0 auto
}

.custom-google-map {
    padding: 0 60px
}

    .custom-google-map * {
        font-family: aktiv-grotesk;
        cursor: pointer;
        color: #5a4132
    }

    .custom-google-map svg path {
        stroke: #b08770
    }

@media only screen and (max-width: 990.98px) {
    .custom-google-map {
        padding: 0
    }
}

.custom-google-map .map-title {
    text-align: center;
    padding: 40px 0;
    line-height: 45px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .69px;
    cursor: initial
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-title {
        padding: 48px 0
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-title {
        padding: 24px 46px;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: .31px
    }
}

.custom-google-map .map-bg {
    max-width: 1248px;
    position: relative
}

    .custom-google-map .map-bg .map-pic {
        position: relative
    }

        .custom-google-map .map-bg .map-pic .view-map-button {
            display: none;
            position: absolute;
            top: 20px;
            left: 20px;
            font-weight: 500;
            background: #ddcabc;
            border: none;
            border-radius: 5px;
            min-width: 139px;
            height: 47px;
            line-height: 18px;
            font-size: 14px
        }

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .map-pic .view-map-button {
        position: unset;
        margin: 24px auto;
        font-size: 13px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .map-pic .view-map-button {
        position: absolute;
        top: unset;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0
    }
}

.custom-google-map .map-bg .map-pic .feature-error {
    display: none;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .69px
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .map-pic .feature-error {
        padding: 36px 64px;
        letter-spacing: .65px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .map-pic .feature-error {
        padding: 32px 36px;
        font-size: 14px;
        line-height: 16.38px;
        position: absolute;
        bottom: 0
    }
}

.custom-google-map .map-bg .map-pic .feature-error img, .custom-google-map .map-bg .map-pic .feature-error svg {
    width: 32px;
    margin-right: 30px
}

    .custom-google-map .map-bg .map-pic .feature-error img path, .custom-google-map .map-bg .map-pic .feature-error svg path {
        stroke: none
    }

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .map-pic .feature-error img, .custom-google-map .map-bg .map-pic .feature-error svg {
        margin-right: 14px;
        width: 24px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .map-pic .feature-error img, .custom-google-map .map-bg .map-pic .feature-error svg {
        margin-right: 16px
    }
}

.custom-google-map .map-bg .error-mask {
    display: none;
    position: absolute;
    background: rgba(255,255,255,.6);
    width: 100%;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0
}

    .custom-google-map .map-bg .error-mask svg path {
        stroke: none
    }

    .custom-google-map .map-bg .error-mask .error-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

        .custom-google-map .map-bg .error-mask .error-content svg {
            width: 84px
        }

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .error-mask .error-content svg {
        width: 53px
    }
}

.custom-google-map .map-bg .error-mask .error-text {
    margin-top: 38px;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: .69px
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .error-mask .error-text {
        margin-top: 41px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .error-mask .error-text {
        margin-top: 22px;
        font-size: 18px;
        line-height: 28px
    }
}

.custom-google-map .map-bg .map-content {
    position: absolute;
    top: 0;
    display: none;
    z-index: 1;
    width: calc(100% - 395px)
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .map-content {
        width: 100%
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .map-content {
        width: 100%;
        top: unset
    }
}

.custom-google-map .map-bg .map-content .gm-style-mot {
    color: #fff;
    font-size: 24px
}

.custom-google-map .map-bg .map-content .gm-style .gm-style-iw-t::after {
    border: 1px solid #b08770;
    border-top: none;
    border-right: none;
    background: #fff
}

.custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c {
    border: 1px solid #b08770;
    border-radius: 5px 5px 0 0;
    padding: 16px !important;
    padding-bottom: 25px !important;
    width: 268px;
    box-shadow: 0 5px 9px 1px rgba(0,0,0,.1)
}

    .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .gm-style-iw-d {
        overflow: unset !important
    }

    .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .gm-ui-hover-effect {
        top: 0 !important;
        right: 0 !important
    }

    .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .info-content {
        text-align: center;
        font-family: aktiv-grotesk
    }

        .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .info-content .info-title {
            font-weight: 500;
            font-size: 12px;
            line-height: 14.04px;
            letter-spacing: .4px
        }

        .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .info-content .info-address {
            font-weight: 300;
            font-size: 11px;
            line-height: 14px;
            letter-spacing: .37px;
            margin-top: 8px
        }

        .custom-google-map .map-bg .map-content .gm-style .gm-style-iw-c .info-content .info-direction {
            font-weight: 400;
            font-size: 11px;
            line-height: 14px;
            letter-spacing: .37px;
            margin-top: 16px;
            text-decoration: underline;
            display: block
        }

.custom-google-map .map-bg .select-list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 395px;
    padding: 30px 0;
    right: 0;
    background: linear-gradient(0deg,#fff 0,#fff 0,#fefefe 0,rgba(221,202,188,.821323) 86.73%)
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .select-list {
        padding: 21px 0;
        width: 100%;
        height: 92px;
        background: linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(221,202,188,.821323) 140.36%)
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .select-list {
        padding: 13px 0;
        padding-bottom: 17px;
        height: 74px;
        background: linear-gradient(0deg,rgba(255,255,255,.95) 0,rgba(221,202,188,.821323) 140.36%)
    }
}

.custom-google-map .map-bg .select-list .select-option {
    margin: 0 34px;
    position: relative;
    border-bottom: 2px solid #fff
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .select-list .select-option {
        border-bottom: none;
        margin: 0 auto;
        width: 323px
    }
}

.custom-google-map .map-bg .select-list .select-option .select {
    box-sizing: border-box;
    height: 50px;
    border: 2px solid #b08770;
    border-radius: 5px;
    padding: 0 24px;
    margin-bottom: 24px;
    background: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 16.38px;
    letter-spacing: .7px;
    color: #4b4b4b;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .select-list .select-option .select {
        height: 44px
    }
}

.custom-google-map .map-bg .select-list .select-option .select img, .custom-google-map .map-bg .select-list .select-option .select svg {
    transform-origin: center center;
    transform: rotate(0);
    transition: transform .3s
}

.custom-google-map .map-bg .select-list .select-option .option-list {
    display: none;
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 46px;
    background: #fff;
    margin: 0;
    width: 100%;
    border: 2px solid #b08770;
    border-radius: 0 0 5px 5px;
    padding: 0 24px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg .select-list .select-option .option-list {
        top: 40px
    }
}

.custom-google-map .map-bg .select-list .select-option .option-list .option {
    list-style-type: none;
    padding: 16px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .custom-google-map .map-bg .select-list .select-option .option-list .option:last-child {
        border-bottom: none
    }

    .custom-google-map .map-bg .select-list .select-option .option-list .option .tick {
        display: none
    }

.custom-google-map .map-bg .select-list .select-option .option-list .option--selected {
    font-weight: 500
}

    .custom-google-map .map-bg .select-list .select-option .option-list .option--selected .tick {
        display: block;
        width: 14px;
        height: 14px
    }

@media only screen and (max-width: 990.98px) {
    .custom-google-map .map-bg .select-list .select-option .option-list .option--selected .tick {
        width: 12px;
        height: 12px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg-pc {
        display: none
    }
}

.custom-google-map .map-bg-mobile {
    width: 100%;
    display: none
}

@media only screen and (max-width: 639px) {
    .custom-google-map .map-bg-mobile {
        display: block
    }
}

.custom-google-map .results-list {
    display: none
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-list {
        background: #fff;
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 92px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list {
        top: 74px
    }
}

.custom-google-map .results-list-summary {
    display: none;
    padding: 0 90px;
    justify-content: space-between;
    border-bottom: 1px solid #f2eae4;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-list-summary {
        display: flex;
        padding-top: 14px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list-summary {
        padding: 0 45px;
        padding-top: 11px
    }
}

.custom-google-map .results-list .results-item {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 90px;
    box-sizing: border-box
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .results-item {
        padding: 15px 45px
    }
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-list .results-item {
        display: flex;
        min-height: 90px
    }
}

.custom-google-map .results-list .results-item-direction {
    display: none;
    text-decoration: underline
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .results-item-direction {
        display: block;
        margin-top: 20px;
        line-height: 14px;
        font-size: 12px;
        letter-spacing: .4px
    }
}

.custom-google-map .results-list .results-item .arrow-left-img, .custom-google-map .results-list .results-item .arrow-right-img {
    cursor: pointer;
    position: absolute;
    width: 50px;
    left: 4px;
    border: 20px solid transparent
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .results-item .arrow-left-img, .custom-google-map .results-list .results-item .arrow-right-img {
        left: -4px
    }
}

.custom-google-map .results-list .results-item .arrow-right-img {
    left: unset;
    right: 4px
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .results-item .arrow-right-img {
        right: -4px
    }
}

.custom-google-map .results-list .results-item .results-content {
    text-align: center;
    padding: 0 12px;
    flex-grow: 1
}

.custom-google-map .results-list .detail-right {
    display: flex;
    align-items: center;
    position: relative
}

    .custom-google-map .results-list .detail-right .detail-direction {
        text-decoration: underline;
        line-height: 14px;
        font-size: 12px;
        letter-spacing: .4px
    }

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .detail-right .detail-direction {
        display: none
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-list .detail-right {
        position: absolute;
        right: 16px
    }
}

.custom-google-map .results {
    margin: 10px 10px 0 10px;
    padding: 0 15px;
    max-height: calc(100% - 80px);
    overflow: auto
}

    .custom-google-map .results::-webkit-scrollbar {
        width: 8px;
        height: 1px
    }

    .custom-google-map .results::-webkit-scrollbar-thumb {
        border-radius: 4.5px;
        background: #fff
    }

.custom-google-map .results-count {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px;
    padding: 0 20px;
    padding-bottom: 10px
}

.custom-google-map .results-item {
    padding: 16px 20px;
    cursor: pointer
}

    .custom-google-map .results-item:last-child {
        margin-bottom: 28px
    }

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-item:last-child {
        margin-bottom: 0
    }
}

.custom-google-map .results-item--select {
    border-radius: 4.5px;
    box-shadow: 0 2px 2px 0 #ddcabc4d;
    background: rgba(255,255,255,.25)
}

    .custom-google-map .results-item--select .results-item-title {
        font-weight: 500
    }

.custom-google-map .results-item-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .7px;
    align-self: flex-start
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-item-title {
        font-family: aktiv-grotesk;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .65px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-item-title {
        font-size: 14px;
        line-height: 21px
    }
}

.custom-google-map .results-item-title .mile {
    font-size: 14px;
    font-weight: 400;
    font-family: aktiv-grotesk
}

@media only screen and (max-width: 990.98px) {
    .custom-google-map .results-item-title .mile {
        font-size: 15px;
        letter-spacing: .75px
    }
}

@media only screen and (max-width: 639px) {
    .custom-google-map .results-item-title .mile {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: .75px
    }
}

.custom-google-map .results-item-address {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px;
    margin-top: 8px
}

.custom-google-map .rotate-180 {
    transform-origin: center center;
    transform: rotate(180deg) !important;
    transition: transform .3s
}

.nina-theme .view-map-button {
    color: #584131
}

.lily-theme * {
    color: #545860
}

.lily-theme svg path {
    stroke: #f38322
}

.lily-theme .map-bg .select-list {
    background: linear-gradient(0deg,#fff 0,#fefefe 0,rgba(241,241,241,.7) 86.73%)
}

    .lily-theme .map-bg .select-list .select-option {
        border-bottom: 1px solid #e87246
    }

@media only screen and (max-width: 990.98px) {
    .lily-theme .map-bg .select-list .select-option {
        border-bottom: none
    }
}

.lily-theme .map-bg .select-list .select-option .select {
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

.lily-theme .map-bg .select-list .select-option .option-list {
    border: none;
    border-top: 1px solid #595959;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

.lily-theme .map-bg .results-item--select {
    box-shadow: 0 2px 2px 0 #f1f1f1;
    background: rgba(255,255,255,.4)
}

.lily-theme .map-bg .map-content .gm-style .gm-style-iw-c {
    border: 1px solid #d8d8d8
}

.lily-theme .map-bg .map-content .gm-style .gm-style-iw-t::after {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-right: none
}

.lily-theme .map-bg .map-pic .view-map-button {
    background: #fff;
    border: 2px solid #e87246
}

.lily-theme .results-list-summary {
    border-bottom: 1px solid #e87246
}

.lily-theme .results::-webkit-scrollbar-thumb {
    background: #d8d8d8
}

.lodgewood-theme * {
    color: #5c514e
}

.lodgewood-theme svg path {
    stroke: #5c514e
}

.lodgewood-theme .map-title {
    font-family: Gotham-Book
}

.lodgewood-theme .map-bg {
    margin-bottom: 48px
}

@media only screen and (max-width: 990.98px) {
    .lodgewood-theme .map-bg {
        margin-bottom: 32px
    }
}

.lodgewood-theme .map-bg .select-list {
    background: linear-gradient(360deg,rgba(172,166,165,.84) -21.33%,#807775 85.17%)
}

@media only screen and (max-width: 990.98px) {
    .lodgewood-theme .map-bg .select-list {
        background: linear-gradient(0deg,rgba(172,166,165,0) 0,rgba(128,119,117,.8) 99.21%)
    }
}

.lodgewood-theme .map-bg .select-list .select-option span {
    font-family: Gotham-Book
}

.lodgewood-theme .map-bg .select-list .select-option .select {
    border: 2px solid #e7e2de;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

.lodgewood-theme .map-bg .select-list .select-option .option-list {
    border: 2px solid #e7e2de;
    border-top: 1px solid #e7e2de;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}

.lodgewood-theme .map-bg .results-item--select {
    box-shadow: 0 2px 2px 0 rgba(128,119,117,.3);
    background: rgba(231,226,222,.25)
}

.lodgewood-theme .map-bg .map-content .gm-style .gm-style-iw-c {
    border: 1px solid #e7e2de
}

    .lodgewood-theme .map-bg .map-content .gm-style .gm-style-iw-c .info-title {
        font-family: Gotham-Book;
        font-weight: 700 !important
    }

.lodgewood-theme .map-bg .map-content .gm-style .gm-style-iw-t::after {
    border: 1px solid #e7e2de;
    border-top: none;
    border-right: none
}

.lodgewood-theme .map-bg .map-pic .view-map-button {
    background: #5c514e;
    color: #e7e2de;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25)
}

.lodgewood-theme .results * {
    color: #fff
}

.lodgewood-theme .results::-webkit-scrollbar-thumb {
    background: #e7e2de
}

.lodgewood-theme .results-item-title {
    font-family: Gotham-Book
}

@media only screen and (max-width: 990.98px) {
    .lodgewood-theme .results-item-title {
        font-weight: 700
    }
}

.lodgewood-theme .results-item-summary .count {
    color: #545860
}

.ccg-theme * {
    font-family: Graphik;
    color: #003329
}

.ccg-theme svg path {
    stroke: #003329
}

.ccg-theme .map-title {
    font-weight: 600
}

.ccg-theme .map-bg .select-list {
    background: #f1f1f1
}

    .ccg-theme .map-bg .select-list .select-option .select {
        border: none;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
    }

    .ccg-theme .map-bg .select-list .select-option .option-list {
        border: none;
        border-top: 1px solid #595959;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
    }

.ccg-theme .map-bg .results-item--select {
    box-shadow: 0 2px 2px 0 rgba(110,110,110,.3);
    background: rgba(255,255,255,.25)
}

    .ccg-theme .map-bg .results-item--select .results-item-title {
        font-weight: 600
    }

.ccg-theme .map-bg .map-content .gm-style .gm-style-iw-c {
    border: 1px solid #6e6e6e
}

    .ccg-theme .map-bg .map-content .gm-style .gm-style-iw-c .info-address {
        font-family: Lato-Regular;
        color: #6e6e6e
    }

.ccg-theme .map-bg .map-content .gm-style .gm-style-iw-t::after {
    border: 1px solid #6e6e6e;
    border-top: none;
    border-right: none
}

.ccg-theme .map-bg .map-pic .view-map-button {
    border: 2px solid #003329;
    font-weight: 600;
    background: #fff;
    color: #003329;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    font-size: 13px
}

.ccg-theme .results-list-summary {
    border-bottom: 1px solid #003329
}

.ccg-theme .results::-webkit-scrollbar-thumb {
    background: #003329
}

.ccg-theme .results-count {
    font-family: Lato-Regular
}

.ccg-theme .results-item .mile, .ccg-theme .results-item-title {
    font-family: Graphik
}

.ccg-theme .results-item-address {
    font-family: Lato-Regular
}

.global-search-results {
    width: 100%;
    margin: 0 auto
}

    .global-search-results a, .global-search-results button, .global-search-results div, .global-search-results input, .global-search-results p, .global-search-results span {
        color: #5a4132;
        font-weight: 400;
        font-family: aktiv-grotesk
    }

    .global-search-results .filter-wrapper-bg {
        background: #fbfbfb;
        padding: 33px 32px
    }

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-bg {
        padding-bottom: 24px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-bg {
        padding: 25px 24px 35px 24px
    }
}

.global-search-results .filter-wrapper {
    max-width: 1110px;
    margin: 0 auto
}

.global-search-results .filter-wrapper-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .17px;
    text-align: left
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .12px
    }
}

.global-search-results .filter-wrapper-input-content {
    background: #fff;
    position: relative;
    margin-top: 20px;
    display: flex
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-input-content {
        margin-top: 13px
    }
}

.global-search-results .filter-wrapper-input-content .filter-wrapper-input {
    border: none;
    padding: 17px 31px;
    padding-bottom: 14px;
    width: 100%;
    outline: 0;
    font-family: Graphik;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.38px;
    letter-spacing: .17px
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-input-content .filter-wrapper-input {
        padding: 10px 20px
    }
}

.global-search-results .filter-wrapper-input-content .filter-wrapper-button {
    width: 84px;
    height: 50px;
    background: #b08770;
    flex-shrink: 0;
    border: none
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-input-content .filter-wrapper-button {
        width: 67px;
        height: 40px
    }
}

.global-search-results .filter-wrapper-input-content .filter-wrapper-button img {
    width: 20px;
    height: 20px
}

.global-search-results .filter-wrapper-input-content .search-results-list-suggest {
    display: none;
    list-style: none;
    padding: 0;
    overflow-y: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.34);
    background: #fff;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50px
}

    .global-search-results .filter-wrapper-input-content .search-results-list-suggest li, .global-search-results .filter-wrapper-input-content .search-results-list-suggest li a {
        color: #000;
        letter-spacing: .38px;
        font-size: 13px;
        font-family: aktiv-grotesk
    }

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-input-content .search-results-list-suggest li, .global-search-results .filter-wrapper-input-content .search-results-list-suggest li a {
        font-size: 14px
    }
}

.global-search-results .filter-wrapper-input-content .search-results-list-suggest li {
    padding: 20px 32px;
    padding-top: 0;
    line-height: 22px
}

    .global-search-results .filter-wrapper-input-content .search-results-list-suggest li:first-child {
        padding-top: 20px
    }

    .global-search-results .filter-wrapper-input-content .search-results-list-suggest li a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 18px
    }

.global-search-results .filter-wrapper-input-content .search-results-total {
    padding: 15px 24px
}

.global-search-results .filter-wrapper-input-content .search-close {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 20px solid transparent;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.global-search-results .filter-wrapper-input-content.input-enter .search-close {
    display: block;
    transition: display 1s
}

.global-search-results .filter-wrapper-input-content.input-enter .filter-wrapper-button {
    display: none;
    transition: all 1s
}

.global-search-results .filter-wrapper-select-group {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-select-group {
        display: block
    }
}

.global-search-results .filter-wrapper-select-group .select-content {
    width: calc((100% - 30px)/ 3);
    position: relative
}

    .global-search-results .filter-wrapper-select-group .select-content:first-child {
        margin-right: 15px
    }

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-select-group .select-content {
        width: calc((100% - 15px)/ 2)
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-select-group .select-content {
        margin-top: 8px;
        width: 100%
    }

        .global-search-results .filter-wrapper-select-group .select-content:first-child {
            margin-top: 0
        }
}

.global-search-results .filter-wrapper-select-group .select-content .type-title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .15px
}

.global-search-results .filter-wrapper-select-group .select-content .select-button {
    margin-top: 8px;
    border: 1px solid #b08770;
    cursor: pointer;
    line-height: 18.72px;
    font-size: 16px;
    padding: 15px 30px;
    padding-bottom: 13px;
    position: relative
}

    .global-search-results .filter-wrapper-select-group .select-content .select-button span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        width: calc(100% - 30px)
    }

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-select-group .select-content .select-button {
        padding: 14px 16px;
        font-size: 14px
    }
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-select-group .select-content .select-button {
        padding: 10px 16px;
        margin-top: 6px
    }
}

.global-search-results .filter-wrapper-select-group .select-content .select-button svg {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 20px;
    width: 20px;
    transform: translateY(-50%);
    transition: transform .4s;
    left: inherit
}

.global-search-results .filter-wrapper-select-group .select-content .select-button-selected svg {
    transform: translateY(-50%) rotate(180deg);
    transition: transform .4s
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    box-shadow: 1px 2px 10px 0 rgba(0,0,0,.3);
    padding: 10px 20px 24px 20px;
    border-radius: 0 0 5px 5px;
    z-index: 1
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper-show {
    display: block
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-select-group .select-content .select-wrapper {
        padding: 24px;
        padding-top: 8px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-select-group .select-content .select-wrapper {
        margin-top: 8px;
        border-radius: 10px;
        width: calc(100% + 16px);
        margin-left: -8px
    }
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-list {
    padding-left: 0
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-list-option {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 12px 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddcabc;
    margin-right: 16px;
    position: relative;
    flex-shrink: 0
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-select span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: 3px;
    width: 12px;
    height: 12px;
    background-image: url(../images/icon-selected-black.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px
}

.global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-button-group {
    display: flex;
    justify-content: space-between
}

    .global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-button-group button {
        background: 0 0;
        font-size: 12px
    }

    .global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .apply-button {
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        min-width: 88px;
        height: 32px;
        border: 1px solid #5a4132;
        border-radius: 5px
    }

    .global-search-results .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .clear-button {
        line-height: 18px;
        letter-spacing: .15px;
        text-decoration: underline
    }

.global-search-results .filter-wrapper-sort-group {
    margin-top: 26px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .15px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .filter-wrapper-sort-group {
        margin-top: 20px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-sort-group {
        justify-content: flex-start;
        display: inherit;
        margin-top: 16px
    }
}

.global-search-results .filter-wrapper-sort-group span {
    margin-right: 17px;
    color: #6d716f
}

@media only screen and (max-width: 639px) {
    .global-search-results .filter-wrapper-sort-group span {
        display: block;
        margin-bottom: 6px
    }
}

.global-search-results .filter-wrapper-sort-group .sort-button {
    line-height: 15px;
    letter-spacing: .8px;
    text-align: center;
    margin-right: 10px;
    padding: 7px 0;
    min-width: 100px;
    background: #fff;
    color: #5a4132;
    border: 1px solid #584131;
    height: 30px;
    border-radius: 2px;
    font-size: 12px
}

    .global-search-results .filter-wrapper-sort-group .sort-button:last-child {
        margin-right: 0
    }

.global-search-results .filter-wrapper-sort-group .sort-button-selected {
    background: #b08770;
    color: #fff;
    border: none
}

.global-search-results .global-search-results-wrapper {
    padding: 33px 34px 37px 34px;
    max-width: 1178px;
    margin: 0 auto;
    display: none
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper {
        padding-top: 25px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper {
        padding: 24px
    }
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-total {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .14px
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-total {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .12px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-total {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .11px
    }
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-text {
    margin-top: 16px;
    padding-bottom: 33px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .15px
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-text {
        font-size: 18px;
        margin-top: 12px;
        padding-bottom: 24px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-text {
        font-size: 16px;
        padding-bottom: 12px
    }
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-text span {
    font-weight: 700;
    letter-spacing: .16px
}

.global-search-results .global-search-results-wrapper .results-list {
    margin-top: 30px;
    padding-bottom: 42px;
    border-bottom: 1px solid #d9d1ce
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .results-list {
        margin-top: 12px;
        padding-bottom: 34px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .results-list {
        margin-top: 23px
    }
}

.global-search-results .global-search-results-wrapper .results-list-date {
    font-size: 12px;
    line-height: 20px
}

    .global-search-results .global-search-results-wrapper .results-list-date span::before {
        content: '•';
        padding: 0 8px
    }

.global-search-results .global-search-results-wrapper .results-list-title {
    font-family: "Chronicle Display";
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: .5px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .results-list-title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .38px;
        margin-top: 16px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .results-list-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .33px;
        margin-top: 11px
    }
}

.global-search-results .global-search-results-wrapper .results-list-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .12px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .results-list-desc {
        font-size: 15px;
        margin-top: 16px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .results-list-desc {
        font-size: 13px;
        line-height: 18px;
        margin-top: 11px
    }
}

.global-search-results .global-search-results-wrapper .results-list-button {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: relative
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .results-list-button {
        margin-top: 18px
    }
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .results-list-button {
        margin-top: 13px;
        font-size: 13px
    }
}

.global-search-results .global-search-results-wrapper .results-list-button svg {
    position: absolute;
    bottom: -6px;
    left: -3px
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-pagination {
    margin-top: 68px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 990.98px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-pagination {
        margin-top: 30px
    }
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-pagination .pagination-count {
    font-size: 16px;
    line-height: 23px;
    color: #000
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-pagination .pagination-count {
        font-size: 13px
    }
}

.global-search-results .global-search-results-wrapper .search-results-wrapper-pagination svg {
    cursor: pointer;
    width: 32px;
    height: 40px;
    border: 12px solid transparent
}

@media only screen and (max-width: 639px) {
    .global-search-results .global-search-results-wrapper .search-results-wrapper-pagination svg {
        width: 30px;
        height: 36px
    }
}

.global-search-results .search-results-loading {
    width: 30px;
    margin: 100px auto
}

.nina-search-theme .filter-wrapper-input-content .filter-wrapper-input {
    font-family: aktiv-grotesk;
    font-weight: 700
}

.nina-search-theme .filter-wrapper-select-group .select-content .clear-button, .nina-search-theme .filter-wrapper-select-group .select-content .type-title {
    color: #6d716f
}

.nina-search-theme .filter-wrapper-select-group .select-content .select-button span {
    color: #000
}

.nina-search-theme .global-search-results-wrapper .results-list-date {
    color: #595959
}

    .nina-search-theme .global-search-results-wrapper .results-list-date span {
        color: #595959
    }

.nina-search-theme .global-search-results-wrapper .results-list-desc, .nina-search-theme .global-search-results-wrapper .results-list-title {
    color: #000
}

.lodgewood-search-theme a, .lodgewood-search-theme button, .lodgewood-search-theme div, .lodgewood-search-theme input, .lodgewood-search-theme p, .lodgewood-search-theme span {
    color: #5c514e
}

.lodgewood-search-theme .filter-wrapper-title {
    font-family: Gotham-Book
}

.lodgewood-search-theme .filter-wrapper-input-content .filter-wrapper-button {
    background: #807775
}

.lodgewood-search-theme .filter-wrapper-input-content .filter-wrapper-input {
    font-family: Gotham-Book
}

.lodgewood-search-theme .filter-wrapper-select-group .select-content .type-title {
    color: #807775
}

.lodgewood-search-theme .filter-wrapper-select-group .select-content .select-button {
    border: 1px solid #807775
}

.lodgewood-search-theme .filter-wrapper-select-group .select-content .select-wrapper {
    font-family: Gotham-Book
}

    .lodgewood-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .clear-button {
        color: #807775
    }

    .lodgewood-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .apply-button {
        border: 1px solid #807775
    }

    .lodgewood-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-checkbox {
        border: 1px solid #807775
    }

.lodgewood-search-theme .filter-wrapper-sort-group .sort-button {
    color: #807775;
    border: 1px solid #5c514e
}

.lodgewood-search-theme .filter-wrapper-sort-group .sort-button-selected {
    background: #807775;
    border: 1px solid #f1dfdb;
    color: #fff
}

.lodgewood-search-theme .global-search-results-wrapper .search-results-wrapper-total {
    color: #5a4132
}

.lodgewood-search-theme .global-search-results-wrapper .search-results-wrapper-text {
    font-family: Gotham-Book;
    color: #5a4132
}

.lodgewood-search-theme .global-search-results-wrapper .results-list-title {
    font-family: Gotham-Book;
    font-weight: 400;
    color: #5c514e
}

.lodgewood-search-theme .global-search-results-wrapper .results-list-button {
    color: #584131
}

.lily-search-theme a, .lily-search-theme button, .lily-search-theme div, .lily-search-theme input, .lily-search-theme p, .lily-search-theme span {
    color: #545860
}

.lily-search-theme .filter-wrapper-title {
    font-family: Graphik
}

.lily-search-theme .filter-wrapper-input-content .filter-wrapper-button {
    background: #e87246
}

.lily-search-theme .filter-wrapper-select-group .select-content .select-button {
    border: 1px solid #e87246;
    color: #000
}

.lily-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .apply-button {
    border: 1px solid #e87246
}

.lily-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-checkbox {
    border: 1px solid #545860
}

.lily-search-theme .filter-wrapper-sort-group .sort-button {
    color: #545860;
    border: 1px solid #e87246
}

.lily-search-theme .filter-wrapper-sort-group .sort-button-selected {
    background: #e87246;
    border: 1px solid #e87246;
    color: #fff
}

.lily-search-theme .global-search-results-wrapper .results-list-title {
    font-weight: 600
}

.lily-search-theme .global-search-results-wrapper .results-list-button svg {
    color: #e87246
}

.ccg-search-theme a, .ccg-search-theme button, .ccg-search-theme div, .ccg-search-theme input, .ccg-search-theme p, .ccg-search-theme span {
    color: #003329;
    font-family: Graphik
}

.ccg-search-theme .filter-wrapper-select-group .select-content .type-title {
    color: #6d716f
}

.ccg-search-theme .filter-wrapper-select-group .select-content .select-button {
    border: 1px solid #003329
}

    .ccg-search-theme .filter-wrapper-select-group .select-content .select-button span {
        font-weight: 500;
        line-height: 17.6px;
        letter-spacing: .2px
    }

.ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group {
    margin-top: 20px
}

    .ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group > div {
        display: flex
    }

    .ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .apply-button {
        border: 1px solid #003329;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        border-radius: 0
    }

    .ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .all-button {
        border: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        background: #f1f1f1;
        margin-right: 20px;
        padding: 8px 24px
    }

    .ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-button-group .clear-button {
        border: none;
        font-size: 14px;
        line-height: 18px
    }

.ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-checkbox {
    border: 1px solid #d9d1ce
}

.ccg-search-theme .filter-wrapper-select-group .select-content .select-wrapper .select-list-option-text {
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: .2px
}

.ccg-search-theme .filter-wrapper-sort-group .sort-button {
    color: #6e6e6e;
    border: 1px solid #6e6e6e
}

.ccg-search-theme .filter-wrapper-sort-group .sort-button-selected {
    background: #003329;
    border: 1px solid #003329;
    color: #fff
}

.ccg-search-theme .filter-wrapper-input-content .filter-wrapper-input {
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: .2px
}

@media only screen and (max-width: 639px) {
    .ccg-search-theme .filter-wrapper-input-content .filter-wrapper-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: .17px
    }
}

.ccg-search-theme .filter-wrapper-input-content .filter-wrapper-button {
    background: #003329
}

.ccg-search-theme .filter-wrapper-input-content .search-results-list-suggest li, .ccg-search-theme .filter-wrapper-input-content .search-results-list-suggest li a {
    font-family: Lato-Regular;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #003329
}

.ccg-search-theme .global-search-results-wrapper .search-results-wrapper-text span {
    font-style: italic
}

.ccg-search-theme .global-search-results-wrapper .search-results-wrapper-pagination .pagination-count {
    color: #003329;
    font-size: 14px
}

.ccg-search-theme .global-search-results-wrapper .results-list-date, .ccg-search-theme .global-search-results-wrapper .results-list-date span {
    font-family: Lato-Regular;
    font-weight: 400;
    color: #595959
}

    .ccg-search-theme .global-search-results-wrapper .results-list-date span {
        color: #6d716f
    }

.ccg-search-theme .global-search-results-wrapper .results-list-title {
    font-weight: 600;
    color: #0a3329;
    font-family: Graphik
}

.ccg-search-theme .global-search-results-wrapper .results-list-desc {
    font-family: Lato-Regular;
    color: #000
}

.ccg-search-theme .global-search-results-wrapper .results-list-button svg {
    display: none;
    bottom: inherit;
    left: inherit;
    top: 50%;
    transform: translateX(10%) translateY(-50%)
}

.ccg-search-theme .global-search-results-wrapper .results-list-button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateX(10%) translateY(-50%);
    left: inherit;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px
}

.custom-popup {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 200000
}

.custom-popup-content {
    position: relative;
    width: 100%;
    height: 100%
}

    .custom-popup-content .content-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 90%;
        max-width: 80%
    }

@media only screen and (min-width: 991.98px) {
    .custom-popup-content .content-img {
        max-width: 800px
    }
}

.custom-popup-content .popup-close-btn {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer
}

@media only screen and (max-width: 639px) {
    .custom-popup-content .popup-close-btn {
        top: 0
    }
}

.custom-popup-content .popup-close-btn svg {
    width: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px;
    background: #fff
}

@media only screen and (max-width: 639px) {
    .custom-popup-content .popup-close-btn svg {
        width: 15px
    }
}

.two-cards-carousel {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto 31px auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.description-length-placeholder {
    display: none;
}

    .two-cards-carousel .uk-invisible {
        display: flex !important
    }

    .two-cards-carousel .two-cards-video-wrapper .control-icon-player {
        position: relative;
        display: block;
        width: 64px;
        height: 44px;
        background: #fff;
        cursor: pointer;
        background: url(../images/video/video-play-button.svg) no-repeat
    }

    .two-cards-carousel .two-cards-video-wrapper .control-icon-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .two-cards-carousel .two-cards-video-wrapper .control-icon-title {
        position: absolute;
        top: calc(50% + 20px);
        left: 50%;
        transform: translateX(-50%);
        transition: top .3s;
        line-height: 17px;
        font-size: 15px;
        font-family: Graphik-Medium;
        color: #fff;
        font-weight: 500;
        opacity: 0;
        white-space: nowrap
    }

        .two-cards-carousel .two-cards-video-wrapper .control-icon-title.leave-hover {
            -webkit-animation: two-cards-leave-hover .2s linear;
            animation: two-cards-leave-hover .2s linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .two-cards-carousel .two-cards-video-wrapper .control-icon-title.hovered {
            -webkit-animation: two-cards-hover-top .2s linear;
            animation: two-cards-hover-top .2s linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

    .two-cards-carousel .carousel {
        display: flex;
        width: 86.66666666666667%;
        max-width: 1193px;
        padding: 0;
        border: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 72px auto 0 auto
    }

    .two-cards-carousel .carousel__list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .two-cards-carousel .carousel__list .uk-active {
            padding-right: 4.2%
        }

            .two-cards-carousel .carousel__list .uk-active + .uk-active {
                padding-left: 4.1%;
                padding-right: 0
            }

    .two-cards-carousel .carousel__item {
        width: 50%;
        padding-right: 4.2%;
        margin: 0
    }

    .two-cards-carousel .carousel__content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        flex-direction: row;
        align-content: flex-start;
        overflow: hidden
    }

        .two-cards-carousel .carousel__content .image {
            position: relative;
            display: flex;
            width: 100%;
            max-width: 547px;
            height: 0;
            max-height: 308px;
            padding-bottom: 56.30713%;
            justify-content: center;
            align-items: center;
            overflow: hidden
        }

            .two-cards-carousel .carousel__content .image .video-poster-img-only {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                max-width: initial;
                height: 100%;
                transform: translate(-50%,-50%)
            }

            .two-cards-carousel .carousel__content .image .video-player {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

            .two-cards-carousel .carousel__content .image img {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1
            }

        .two-cards-carousel .carousel__content .desc {
            display: flex;
            width: 100%;
            padding: 24px 0 0;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

        .two-cards-carousel .carousel__content .desc__title {
            font-family: Graphik-Medium;
            font-size: 22px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: .17px;
            text-align: left;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 56px;
        }

            .two-cards-carousel .carousel__content .desc__title:hover {
                text-decoration: none
            }

        .two-cards-carousel .carousel__content .desc__text {
            width: 100%;
            margin: 8px 0 0 0;
            font-family: Lato-Regular;
            font-size: 14px;
            line-height: 21px;
            letter-spacing: .17px;
            text-align: left;
            color: #003329;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            height: 105px;

            &.short-desc {
                -webkit-line-clamp: 5;
                height: 105px;
            }
        
            &.long-desc {
                -webkit-line-clamp: 9;
                height: 189px;
            }
        }

        .two-cards-carousel .carousel__content .field-link {
            display: flex;
            margin: 24px 0 0 0;
            justify-content: flex-start;
            align-items: center
        }

            .two-cards-carousel .carousel__content .field-link .desc__learn-more-btn {
                position: relative;
                padding-right: 45px;
                font-family: Graphik-Medium;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: 0;
                color: #003329
            }

                .two-cards-carousel .carousel__content .field-link .desc__learn-more-btn:after {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: right .3s;
                    content: '';
                    width: 30px;
                    height: 7px;
                    background: url(../images/arrow-right.svg) no-repeat;
                    background-size: 30px 7px
                }

                .two-cards-carousel .carousel__content .field-link .desc__learn-more-btn:hover:after {
                    right: -6px
                }

    .two-cards-carousel .carousel__nav {
        display: flex;
        flex-direction: row;
        width: 128px;
        height: 24px;
        margin: 32px 0 0 0;
        justify-content: space-between;
        align-items: center
    }

    .two-cards-carousel .carousel__nav-btn {
        position: relative;
        display: flex;
        left: 0;
        right: 0;
        width: 31px;
        height: 16px;
        justify-content: center;
        align-items: center;
        background: 0 0;
        transition: left .3s
    }

    .two-cards-carousel .carousel__nav-btn--left {
        background-image: url(../images/arrow-left.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .two-cards-carousel .carousel__nav-btn--right {
        background-image: url(../images/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .two-cards-carousel .carousel__nav-btn--left:hover {
        left: -6px
    }

    .two-cards-carousel .carousel__nav-btn--right:hover {
        left: 6px
    }

    .two-cards-carousel .carousel__nav-index {
        display: flex;
        font-family: Graphik-Regular;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: center;
        color: #003329
    }

@media screen and (max-width: 991.98px) {
    .two-cards-carousel {
        margin: 0;
        padding: 5.20833% 8.20312%
    }

        .two-cards-carousel .carousel {
            width: 100%;
            max-width: none;
            margin: 0
        }

        .two-cards-carousel .carousel__item {
            width: 100%;
            padding: 0 1px;
            margin: 0
        }

        .two-cards-carousel .carousel__list .uk-active {
            padding: 0
        }

        .two-cards-carousel .carousel__content {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

            .two-cards-carousel .carousel__content .image {
                width: 100%;
                height: auto;
                max-width: 828px;
                max-height: 466px
            }

            .two-cards-carousel .carousel__content .desc {
                width: 100%;
                padding: 3.73832% 0 0
            }

            .two-cards-carousel .carousel__content .desc__title {
                font-size: 22px;
                line-height: 28px;
                letter-spacing: .17px
            }

            .two-cards-carousel .carousel__content .desc__text {
                margin: 8px 0 0 0;
                font-family: Lato-Regular;
                font-size: 14px;
                line-height: 21px;
                letter-spacing: .17px;
                color: #003329
            }

            .two-cards-carousel .carousel__content .desc__learn-more-btn-text {
                font-size: 16px;
                line-height: 28px;
                letter-spacing: .12px
            }

        .two-cards-carousel .carousel__nav {
            margin: 24px 0 0 0
        }

        .two-cards-carousel .carousel__nav-btn--left:hover {
            left: 0
        }

        .two-cards-carousel .carousel__nav-btn--right:hover {
            left: 0
        }

        .two-cards-carousel .carousel__nav-btn--left:active {
            left: -6px
        }

        .two-cards-carousel .carousel__nav-btn--right:active {
            left: 6px
        }

    .people-image-text-card .carousel__content {
        flex-direction: column
    }

        .people-image-text-card .carousel__content.layout--right {
            flex-direction: column-reverse
        }

    .people-image-text-card .carousel__nav {
        margin-top: 16px
    }

    .people-image-text-card:first-child {
        margin: 0 0 36px 0
    }
}

@media screen and (max-width: 767.98px) {
    .two-cards-carousel {
        margin: 0 0 40px 0;
        padding: 0
    }

        .two-cards-carousel .carousel {
            margin: 40px 0 0 0
        }

        .two-cards-carousel .carousel__item {
            width: 100%;
            margin: 0
        }

        .two-cards-carousel .carousel__content {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start
        }

            .two-cards-carousel .carousel__content .image {
                width: 100%;
                max-width: none
            }

            .two-cards-carousel .carousel__content .desc {
                width: 100%;
                margin: 24px 0 0 0;
                padding: 0 16px
            }

            .two-cards-carousel .carousel__content .desc__title {
                font-size: 20px;
                line-height: 27px;
                letter-spacing: .18px;
                color: #003329
            }

            .two-cards-carousel .carousel__content .desc__text {
                margin: 16px 0 0 0;
                font-family: Lato-Regular;
                font-size: 14px;
                line-height: 21px;
                letter-spacing: .17px;
                color: #003329
            }

            .two-cards-carousel .carousel__content .desc__learn-more-btn-text {
                font-family: Graphik-Medium;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: 0;
                color: #003329
            }
}

@-webkit-keyframes two-cards-hover-top {
    from {
        opacity: 0;
        top: 194px
    }

    to {
        opacity: 1;
        top: 184px
    }
}

@keyframes two-cards-hover-top {
    from {
        opacity: 0;
        top: 194px
    }

    to {
        opacity: 1;
        top: 184px
    }
}

@-webkit-keyframes two-cards-leave-hover {
    to {
        opacity: 0;
        top: 194px
    }

    from {
        opacity: 1;
        top: 184px
    }
}

@keyframes two-cards-leave-hover {
    to {
        opacity: 0;
        top: 194px
    }

    from {
        opacity: 1;
        top: 184px
    }
}

.CRM_RegistrationForm > .component-content {
    background: url(../images/register-form-background.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position-y: 345px
}

@media (max-width: 767.98px) {
    .CRM_RegistrationForm > .component-content {
        background: 0 0
    }
}

.ms-registration-form__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: AlbertSans,Arial;
    font-weight: 400;
    padding: 63px 0
}

.ms-registration-form__container {
    position: relative;
    max-width: 796px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: AlbertSans,Arial;
    font-weight: 400;
    padding: 210px 0 60px
}

@media (max-width: 991.98px) {
    .ms-registration-form__container {
        padding: 210px 24px 60px
    }
}

.ms-registration-form__container button {
    border: 0;
    cursor: pointer
}

.ms-registration-form__container input[type=checkbox] {
    display: none
}

    .ms-registration-form__container input[type=checkbox]:checked + label::before {
        border: 1px solid #5a5b5e
    }

    .ms-registration-form__container input[type=checkbox]:checked + label::after {
        position: absolute;
        width: 12px;
        height: 6px;
        top: 9px;
        left: 6px;
        content: '';
        border-left: 2px solid #4a4a4a;
        border-bottom: 2px solid #4a4a4a;
        transform: rotate(-45deg)
    }

.ms-registration-form__container.mask::after {
    display: inline-block;
    content: '';
    background: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ms-registration-form__container .password {
    position: relative
}

    .ms-registration-form__container .password .show {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 45px;
        right: 10px;
        background: url(../images/password-show.svg) no-repeat;
        cursor: pointer
    }

    .ms-registration-form__container .password .hide {
        top: 42px;
        background: url(../images/password-hide.svg) no-repeat
    }

    .ms-registration-form__container .password input[type=password] {
        color: #00333a;
        font-size: 16px
    }

    .ms-registration-form__container .password.has-error .ms-registration-form__password-error::before {
        background-image: url(../images/verify-icon-wrong.svg)
    }

    .ms-registration-form__container .password.has-error .ms-registration-form__password-error.correct::before {
        background-image: url(../images/verify-icon-correct.svg)
    }

    .ms-registration-form__container .password.has-error .ms-registration-form__password-error.wrong {
        color: red
    }

        .ms-registration-form__container .password.has-error .ms-registration-form__password-error.wrong::before {
            background-image: url(../images/verify-icon-wrong.svg)
        }

.ms-registration-form__container input[type=number]::-webkit-inner-spin-button, .ms-registration-form__container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ms-registration-form__container .has-error .ms-registration-form__checkbox-label::before {
    border-color: red
}

.ms-registration-form__container .has-error .ms-registration-form__checkbox-label.normal::before {
    border-color: #5a5b5e
}

.ms-registration-form__container .has-error .ms-registration-form__password-error {
    color: red
}

.ms-registration-form__container a:focus, .ms-registration-form__container button:focus, .ms-registration-form__container input:focus, .ms-registration-form__container label:focus {
    outline: 1.2px solid #87ceeb
}

.ms-registration-form__header {
    color: #00333a;
    text-align: center
}

.ms-registration-form__header-title {
    font-size: 55px;
    line-height: 46px;
    letter-spacing: 0;
    font-family: AlbertSans,Arial;
    font-weight: 900;
    color: #00333a
}

@media (max-width: 767.98px) {
    .ms-registration-form__header-title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 0
    }
}

.ms-registration-form__header-title .icon-thankyou {
    display: inline-block;
    width: 58px;
    height: 42px;
    margin-right: 30px;
    background: url(../images/icon-thankyou.svg) no-repeat
}

.ms-registration-form__header-desc {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 22px
}

.ms-registration-form__step {
    display: flex;
    width: 655px;
    margin: 15px auto 0;
    justify-content: space-between;
    counter-reset: stepCounter
}

@media (max-width: 767.98px) {
    .ms-registration-form__step {
        width: 166px;
        flex-direction: column;
        align-items: flex-start
    }
}

.ms-registration-form__step .slipt-line {
    width: 1px;
    height: 32px;
    background-color: #00333a;
    margin: 0 58px
}

@media (max-width: 767.98px) {
    .ms-registration-form__step .slipt-line {
        background-color: #fff;
        height: 12px
    }
}

.ms-registration-form__step .step {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #00333a;
    justify-content: center;
    align-items: center
}

    .ms-registration-form__step .step::before {
        counter-increment: stepCounter;
        content: counter(stepCounter);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #fff;
        background-color: #00333a;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px
    }

    .ms-registration-form__step .step.active::before {
        background-color: #13ddcd;
        color: #00333a
    }

.ms-registration-form__register {
    margin: 22px auto 0
}

@media (max-width: 767.98px) {
    .ms-registration-form__register {
        margin-top: 40px
    }
}

.ms-registration-form__tips {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-style: italic;
    color: #8b8b8b
}

.ms-registration-form__register-form {
    display: flex;
    flex-direction: column
}

    .ms-registration-form__register-form .ms-registration-form__button {
        margin-top: 40px
    }

.ms-registration-form__inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.ms-registration-form__field {
    position: relative;
    width: 796px;
    margin-top: 36px
}

.ms-registration-form__field-label {
    color: #000;
    white-space: nowrap
}

.ms-registration-form__field-input {
    width: 100%;
    height: 50px;
    margin-top: 8px;
    padding: 17px 14px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: AlbertSans,Arial;
    font-weight: 400;
    border: 1.2px solid rgba(0,0,0,.5)
}

.ms-registration-form__field-error {
    display: none;
    position: absolute;
    left: 0;
    bottom: -32px;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: red
}

@media (max-width: 991.98px) {
    .ms-registration-form__field-error {
        bottom: -32px;
        height: 28px;
        line-height: 14px
    }
}

.ms-registration-form__form-tips {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    font-style: italic;
    color: #4a4a4a
}

@media (max-width: 991.98px) {
    .ms-registration-form__form-tips {
        line-height: 24px
    }
}

.ms-registration-form__parents-area {
    display: none;
    position: relative;
    margin-top: 40px;
    padding-bottom: 35px
}

    .ms-registration-form__parents-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: -50vw;
        width: 200vw;
        height: 100%;
        background-color: #e0f9f5;
        z-index: 0
    }

.ms-registration-form__password-error {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    color: #4a4a4a;
    margin-top: 10px
}

    .ms-registration-form__password-error + .ms-registration-form__password-error {
        margin-top: 0
    }

    .ms-registration-form__password-error::before {
        display: inline-block;
        content: '';
        width: 20px;
        height: 20px;
        margin-right: 11px;
        background-image: url(../images/verify-icon.svg)
    }

    .ms-registration-form__password-error.correct::before {
        background-image: url(../images/verify-icon-correct.svg)
    }

    .ms-registration-form__password-error.wrong {
        color: red
    }

        .ms-registration-form__password-error.wrong::before {
            background-image: url(../images/verify-icon-wrong.svg)
        }

.ms-registration-form__opt {
    margin-top: 36px;
    padding-top: 23px;
    border-top: 1px solid #000
}

    .ms-registration-form__opt + .ms-registration-form__opt {
        margin-top: 23px;
        border-top: 0;
        padding-top: 0
    }

    .ms-registration-form__opt .ms-registration-form__checkbox-wrapper {
        margin-top: 20px
    }

.ms-registration-form__tac {
    margin-top: 35px;
    padding: 31px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

@media (max-width: 767.98px) {
    .ms-registration-form__tac .ms-registration-form__field-error {
        bottom: -28px;
        height: 28px
    }
}

.ms-registration-form__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 600;
    color: #00333a
}

.ms-registration-form__checkbox-wrapper {
    position: relative;
    margin-top: 36px
}

.ms-registration-form__checkbox-label {
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    white-space: pre-wrap;
    color: #4a4a4a
}

    .ms-registration-form__checkbox-label::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #5a5b5e;
        flex-shrink: 0;
        margin-right: 10px
    }

    .ms-registration-form__checkbox-label a {
        font-size: 16px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #4a4a4a
    }

.ms-registration-form__disclaimer {
    margin-top: 31px
}

.ms-registration-form__disclaimer-step1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px
}

    .ms-registration-form__disclaimer-step1 .ms-registration-form__checkbox-wrapper {
        margin-top: 16px
    }

.ms-registration-form__disclaimer-title {
    width: 100%
}

.ms-registration-form__disclaimer-step2 {
    display: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4a4a4a
}

    .ms-registration-form__disclaimer-step2 .ms-registration-form__checkbox-wrapper {
        margin-top: 30px
    }

    .ms-registration-form__disclaimer-step2 .ms-registration-form__checkbox-label {
        align-items: flex-start
    }

.ms-registration-form__disclaimer-desc {
    margin-top: 30px
}

    .ms-registration-form__disclaimer-desc a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #4a4a4a;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

.ms-registration-form__btn-submit {
    display: flex;
    width: 451px;
    height: 58px;
    padding: 12px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-color: #00333a;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: .3px;
    font-weight: 800
}

@media (max-width: 767.98px) {
    .ms-registration-form__btn-submit {
        width: 100%
    }
}

.ms-registration-form__btn-back {
    display: flex;
    width: 451px;
    height: 58px;
    padding: 12px;
    margin: 16px auto 9px;
    justify-content: center;
    align-items: center;
    border: 1px solid #00333a !important;
    background-color: #fff;
    color: #00333a;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: .3px;
    font-weight: 800
}

@media (max-width: 767.98px) {
    .ms-registration-form__btn-back {
        width: 100%
    }
}

.ms-registration-form__verify {
    display: none;
    margin-top: 58px
}

.ms-registration-form__verify-desc {
    text-align: center;
    color: #343f47;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0
}

.ms-registration-form__verify-form {
    margin-top: 36px
}

    .ms-registration-form__verify-form .ms-registration-form__button {
        margin-top: 26px
    }

.ms-registration-form__verify-wrapper {
    position: relative;
    display: flex;
    width: 447px;
    margin: 0 auto;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .ms-registration-form__verify-wrapper {
        width: 100%;
        max-width: 447px
    }
}

.ms-registration-form__verify-wrapper .verify-number {
    width: 47px;
    height: 50px;
    border: 1.2px solid rgba(0,0,0,.5);
    text-align: center;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 600
}

@media (max-width: 767.98px) {
    .ms-registration-form__verify-wrapper .verify-number {
        width: 34px;
        height: 36px
    }
}

.ms-registration-form__verify-wrapper .ms-registration-form__field-error {
    width: 100%;
    text-align: center
}

.ms-registration-form__verify-resending {
    margin-top: 26px;
    text-align: center;
    color: #828387;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: Lato,Arial;
    font-weight: 600
}

    .ms-registration-form__verify-resending .btn-resend {
        height: 28px;
        border-bottom: 1px solid #4a4a4a;
        color: #4a4a4a;
        background: #fff
    }

    .ms-registration-form__verify-resending .count-down {
        font-weight: 800
    }

.ms-registration-form__guardian-verification {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 655px;
    height: 424px;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #00333a;
    z-index: 99;
    padding: 0 12px
}

@media (max-width: 767.98px) {
    .ms-registration-form__guardian-verification {
        width: calc(100% - 48px);
        height: 257px;
        top: 198px
    }
}

.ms-registration-form__guardian-title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 133px;
    text-align: center
}

@media (max-width: 767.98px) {
    .ms-registration-form__guardian-title {
        font-size: 30px;
        margin-top: 50px;
        white-space: nowrap
    }
}

.ms-registration-form__guardian-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 12px;
    text-align: center
}

.ms-registration-form__guardian-btn {
    width: 198px;
    height: 42px;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: .3px;
    font-weight: 800;
    background-color: #00333a;
    color: #fff;
    margin-top: 26px
}

.ms-registration-form__download {
    display: none;
    z-index: 999
}

    .ms-registration-form__download .microsite-download-app {
        position: absolute;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%)
    }

.disabled-btn {
    background-color: #d9d9d9;
    pointer-events: none;
    cursor: not-allowed;
    color: #00333a
}

.text-bold {
    font-weight: 600
}

.required .ms-registration-form__field-label::after {
    content: "*"
}

.mobile-number, .parents-mobile-number {
    width: 593px
}

@media (max-width: 991.98px) {
    .mobile-number, .parents-mobile-number {
        width: calc(100% - 143px)
    }
}

.mobile-number.required .ms-registration-form__field-label::after, .parents-mobile-number.required .ms-registration-form__field-label::after {
    content: "\3000"
}

.birth-month, .birth-year, .first-name, .last-name {
    width: 390px
}

    .birth-month:focus input, .birth-year:focus input, .first-name:focus input, .last-name:focus input {
        outline: 1.2px solid #87ceeb
    }

@media (max-width: 991.98px) {
    .birth-month, .birth-year, .first-name, .last-name {
        width: 369px
    }
}

@media (max-width: 796px) {
    .birth-month, .birth-year, .first-name, .last-name {
        width: 359px
    }
}

@media (max-width: 767.98px) {
    .birth-month, .birth-year, .first-name, .last-name {
        width: 100%
    }
}

.area-code, .parents-area-code {
    width: 186px
}

    .area-code:focus input, .parents-area-code:focus input {
        outline: 1.2px solid #87ceeb
    }

@media (max-width: 991.98px) {
    .area-code, .parents-area-code {
        width: 125px;
        margin-right: 18px
    }
}

@media (max-width: 991.98px) {
    .area-code .ms-registration-form__field-error, .parents-area-code .ms-registration-form__field-error {
        bottom: -30px
    }
}

@media (max-width: 991.98px) {
    .mobile-number .ms-registration-form__field-error, .parents-mobile-number .ms-registration-form__field-error {
        height: 28px;
        bottom: -30px
    }
}

.birth-error {
    position: absolute;
    left: 0;
    bottom: -50px
}

@media (max-width: 991.98px) {
    .birth-error {
        bottom: -48px
    }
}

@media (max-width: 767.98px) {
    .birth-error {
        bottom: -32px
    }
}

@media (max-width: 767.98px) {
    .birth-year .birth-error {
        bottom: -74px
    }
}

.disclaimer-yes {
    margin-right: 120px
}

.area-code, .birth-month, .birth-year, .parents-area-code {
    position: relative
}

    .area-code::after, .birth-month::after, .birth-year::after, .parents-area-code::after {
        display: inline-block;
        position: absolute;
        content: "";
        background: url(../images/dropdown-arrow.svg) no-repeat;
        background-position: right 10px bottom 20px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer
    }

    .area-code ul, .birth-month ul, .birth-year ul, .parents-area-code ul {
        list-style: none
    }

.area-code-wrapper, .month-wrapper, .year-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    color: #000;
    border: 1.2px solid rgba(0,0,0,.5);
    margin-top: -1px;
    z-index: 99
}

    .area-code-wrapper li, .month-wrapper li, .year-wrapper li {
        margin: 0 11px;
        padding: 9px 0
    }

.area-code-wrapper {
    width: 327px
}

.expanded .area-code-wrapper, .expanded .month-wrapper, .expanded .year-wrapper {
    display: block
}

.CRM_RegistrationForm + .events-card-wrapper {
    display: none
}

.api-error {
    color: red;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    line-height: 28px
}

.microsite-faq-headline {
    margin-top: 144px;
    padding: 64px 24px 0
}

    .microsite-faq-headline h1 {
        color: #00333a;
        font-family: AlbertSans;
        font-size: 55px;
        font-weight: 900;
        line-height: 46px;
        letter-spacing: 0;
        text-align: center
    }

    .microsite-faq-headline .horizontal-line {
        border-bottom: 1px solid #8b8b8b;
        width: 58px;
        margin: 44px auto 46px
    }

.microsite-faq-header-categories {
    display: flex;
    max-width: 969px;
    margin: 0 auto 59px;
    padding: 0 24px
}

    .microsite-faq-header-categories .column {
        flex: 1
    }

        .microsite-faq-header-categories .column h2 {
            color: #00333a;
            font-family: AlbertSans;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: 0;
            text-align: left;
            margin-bottom: 42px
        }

        .microsite-faq-header-categories .column ul {
            list-style-type: none
        }

            .microsite-faq-header-categories .column ul li a {
                display: block;
                color: #000;
                font-family: AlbertSans;
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0;
                text-align: left;
                text-decoration: underline;
                padding-bottom: 8px !important
            }

            .microsite-faq-header-categories .column ul li:last-child a {
                padding-bottom: unset !important
            }

.microsite-faq-extended-category-healine {
    padding: 0 24px
}

    .microsite-faq-extended-category-healine h2 {
        color: #00333a;
        font-family: AlbertSans;
        font-size: 36px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center
    }

    .microsite-faq-extended-category-healine .horizontal-line {
        border-bottom: 1px solid #8b8b8b;
        width: 58px;
        margin: 54px auto 50px
    }

.microsite-faq-extended-category-items {
    width: 100%;
    max-width: 766px;
    margin: 0 auto 58px;
    padding: 0 24px
}

    .microsite-faq-extended-category-items:not(:first-child) {
        margin-top: 64px
    }

    .microsite-faq-extended-category-items .accordion-container {
        border-top: 1px solid #8b8b8b;
        border-bottom: 1px solid #8b8b8b;
        padding: 10px 0;
        margin-bottom: 10px
    }

        .microsite-faq-extended-category-items .accordion-container:last-child {
            margin-bottom: 0
        }

    .microsite-faq-extended-category-items .accordion-button {
        position: relative;
        color: #4a4a4a;
        font-family: AlbertSans;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left;
        background-color: transparent;
        cursor: pointer;
        width: 100%;
        border: none;
        transition: .4s;
        padding-right: 20px
    }

        .microsite-faq-extended-category-items .accordion-button::after {
            content: "+";
            position: absolute;
            right: -9px;
            top: 50%;
            transform: translate(-50%,-50%);
            font-size: 24px;
            font-weight: 200
        }

        .microsite-faq-extended-category-items .accordion-button.active::after {
            content: "-";
            right: -8px
        }

    .microsite-faq-extended-category-items .accordion-panel {
        display: none;
        overflow: hidden;
        padding: 4px 0;
        color: #4a4a4a;
        font-family: AlbertSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left
    }

@media screen and (max-width: 991.98px) {
    .microsite-faq-header-categories {
        max-width: 328px;
        margin-bottom: 53px;
        flex-wrap: wrap;
        gap: 20%
    }

        .microsite-faq-header-categories .column {
            flex: 40%;
            margin-bottom: 65px
        }

            .microsite-faq-header-categories .column:last-child, .microsite-faq-header-categories .column:nth-last-child(2) {
                margin-bottom: 0
            }

    .microsite-faq-extended-category-items {
        max-width: 439px;
        margin: 0 auto 62px
    }

        .microsite-faq-extended-category-items:not(:first-child) {
            margin-top: 62px
        }

        .microsite-faq-extended-category-items .accordion-container {
            padding: 0
        }
}

@media screen and (max-width: 767.98px) {
    .microsite-faq-headline {
        margin-top: 116px
    }

        .microsite-faq-headline h1 {
            font-size: 40px
        }

    .microsite-faq-header-categories {
        flex-direction: column;
        flex-wrap: wrap;
        gap: unset
    }

        .microsite-faq-header-categories .column {
            flex: 1;
            margin-bottom: 35px
        }

            .microsite-faq-header-categories .column:last-child {
                margin-bottom: 0
            }

            .microsite-faq-header-categories .column:nth-last-child(2) {
                margin-bottom: 35px
            }

    .microsite-faq-extended-category-items {
        max-width: unset;
        margin: 0 auto 54px
    }

        .microsite-faq-extended-category-items:not(:first-child) {
            margin-top: 46px
        }
}

.microsite-hero {
    margin-top: 144px
}

    .microsite-hero .custom-slider-list li::after, .microsite-hero .uk-active::before {
        display: none
    }

    .microsite-hero .auto-play-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        right: unset;
        color: #00333a;
        font-family: AlbertSans;
        font-size: 90px;
        font-weight: 900;
        line-height: 95px;
        letter-spacing: 0;
        text-align: left;
        width: 86.666667%;
        max-width: 1330px;
        padding-left: 46px
    }

@media screen and (max-width: 991.98px) {
    .microsite-hero .auto-play-title {
        width: 100%;
        padding-left: 57px;
        padding-right: 57px
    }
}

@media screen and (max-width: 767.98px) {
    .microsite-hero {
        margin-top: 116px
    }

        .microsite-hero ul.uk-slider-items li {
            height: calc(100vh - 116px - 101px)
        }

        .microsite-hero .auto-play-title {
            transform: translate(-50%,-20vh);
            font-family: AlbertSans;
            font-size: 50px;
            line-height: 55px;
            text-align: left;
            padding-left: 24px;
            padding-right: 24px;
            word-spacing: 9999px
        }
}

.microsite-background {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%
}

@media screen and (max-width: 991.98px) {
    .microsite-background {
        background-size: 100%
    }
}

@media screen and (max-width: 767.98px) {
    .microsite-background {
        background-position: top;
        background-size: cover
    }
}

body:has(.microsite-policy) .microsite-background {
    background-repeat: no-repeat;
    background-position: 0 345px
}

.microsite-download-app {
    background-color: #13ddcd
}

    .microsite-download-app .container {
        display: flex;
        align-items: center;
        gap: 92px;
        margin: 0 auto;
        padding: 57px 54px 61px;
        width: 100%;
        max-width: 1336px
    }

        .microsite-download-app .container .image-container {
            flex: 615
        }

            .microsite-download-app .container .image-container img {
                width: 100%;
                height: auto
            }

        .microsite-download-app .container .content-container {
            flex: 521
        }

            .microsite-download-app .container .content-container .text-container h2 {
                color: #00333a;
                font-family: AlbertSans;
                font-size: 100px;
                font-weight: 900;
                line-height: 100px;
                letter-spacing: 0;
                text-align: left;
                margin-bottom: 20px
            }

            .microsite-download-app .container .content-container .text-container h3 {
                color: #00333a;
                font-family: AlbertSans;
                font-size: 55px;
                font-weight: 900;
                line-height: 65px;
                letter-spacing: 0;
                text-align: left;
                margin-bottom: 20px
            }

            .microsite-download-app .container .content-container .text-container p {
                color: #000;
                font-family: AlbertSans;
                font-size: 22px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: 0;
                text-align: left
            }

            .microsite-download-app .container .content-container .content-images-container {
                display: flex;
                align-items: stretch;
                margin-top: 30px;
                gap: 25px
            }

                .microsite-download-app .container .content-container .content-images-container .image img {
                    width: 100%;
                    height: auto
                }

                .microsite-download-app .container .content-container .content-images-container .images .download-image:first-child {
                    margin-bottom: 15px
                }

@media screen and (max-width: 991.98px) {
    .microsite-download-app .container {
        gap: 36px;
        padding: 68px 54px
    }

        .microsite-download-app .container .image-container {
            flex: 397
        }

        .microsite-download-app .container .content-container {
            flex: 450
        }

            .microsite-download-app .container .content-container .text-container h2 {
                font-size: 55px;
                line-height: 55px
            }

            .microsite-download-app .container .content-container .text-container h3 {
                font-size: 32px;
                line-height: 45px
            }

            .microsite-download-app .container .content-container .text-container p {
                font-size: 20px;
                line-height: 28px
            }

            .microsite-download-app .container .content-container .content-images-container {
                gap: 11px
            }

                .microsite-download-app .container .content-container .content-images-container .images .download-image:first-child {
                    margin-bottom: 14px
                }
}

@media screen and (max-width: 767.98px) {
    .microsite-download-app .container {
        flex-direction: column;
        gap: 54px;
        padding: 71px 26px
    }

        .microsite-download-app .container .image-container {
            flex: unset
        }

        .microsite-download-app .container .content-container {
            flex: unset
        }

            .microsite-download-app .container .content-container .text-container h2 {
                font-size: 60px;
                line-height: 45px
            }

            .microsite-download-app .container .content-container .text-container h3 {
                font-size: 36px;
                line-height: 45px
            }

            .microsite-download-app .container .content-container .text-container p {
                font-size: 22px;
                line-height: 28px
            }

            .microsite-download-app .container .content-container .content-images-container {
                gap: 24px
            }

                .microsite-download-app .container .content-container .content-images-container .images .download-image:first-child {
                    margin-bottom: 11px
                }
}

:root {
    --microsite-no-of-slides: 7;
    --microsite-slides-in-view: 7;
    --microsite-slide-width: 182px;
    --microsite-slide-height: 110px;
    --microsite-iteration-time: 20s
}

@-webkit-keyframes carousel {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(calc(var(--microsite-slides-in-view) * var(--microsite-slide-width) * (-1)),0,0)
    }
}

@keyframes carousel {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(calc(var(--microsite-slides-in-view) * var(--microsite-slide-width) * (-1)),0,0)
    }
}

html:has(.microsite-static) {
    background: #00333a
}

#wrapper:has(.microsite-static) #content {
    background-color: #fff
}

#wrapper:has(.microsite-static) footer {
    margin-bottom: 158px
}

.microsite-static {
    width: 100%;
    box-sizing: border-box
}

    .microsite-static .cta-component {
        width: 100%;
        box-sizing: border-box;
        background-color: #13ddcd;
        padding: 50px 55px
    }

        .microsite-static .cta-component.is-fixed {
            position: fixed;
            bottom: 0;
            z-index: 9999
        }

        .microsite-static .cta-component .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 55px;
            max-width: 1330px;
            margin: 0 auto
        }

            .microsite-static .cta-component .container h2 {
                color: #00333a;
                font-family: AlbertSans,Sans-Serif;
                font-size: 34px;
                font-weight: 900;
                line-height: 46px;
                letter-spacing: 0;
                text-align: left;
                margin: 0;
                padding: 0
            }

            .microsite-static .cta-component .container a {
                color: #fff;
                font-family: AlbertSans,Sans-Serif;
                font-size: 20px;
                font-weight: 800;
                line-height: 18px;
                letter-spacing: .3px;
                text-align: center;
                background-color: #fe5d66;
                width: 230px;
                min-width: 148px;
                padding: 20px 0
            }

                .microsite-static .cta-component .container a:hover {
                    text-decoration: none
                }

    .microsite-static .media-text-component {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 0;
        background-color: #fcf8ef
    }

        .microsite-static .media-text-component:nth-child(odd) {
            background-color: #fef7f7
        }

            .microsite-static .media-text-component:nth-child(odd) .container h2 {
                color: #fe5d66
            }

        .microsite-static .media-text-component .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 55px;
            max-width: 1330px;
            margin: 0 auto
        }

            .microsite-static .media-text-component .container .text-container {
                padding-left: 80px;
                flex: 34
            }

                .microsite-static .media-text-component .container .text-container.is-right {
                    padding-left: 0;
                    padding-right: 80px
                }

            .microsite-static .media-text-component .container .image-container {
                flex: 66
            }

                .microsite-static .media-text-component .container .image-container img {
                    width: 100%;
                    height: 100%
                }

            .microsite-static .media-text-component .container h2 {
                color: #00333a;
                font-family: AlbertSans,Sans-Serif;
                font-size: 55px;
                font-weight: 900;
                line-height: 65px;
                text-align: left
            }

            .microsite-static .media-text-component .container p {
                color: #000;
                font-family: AlbertSans,Sans-Serif;
                font-size: 22px;
                font-weight: 400;
                line-height: 28px;
                text-align: left
            }

            .microsite-static .media-text-component .container img {
                flex-grow: 64%;
                width: 100%;
                height: auto;
                max-height: 514px
            }

    .microsite-static .cards-list-component {
        width: 100%;
        box-sizing: border-box;
        background-color: #dffaf5;
        padding: 60px 80px
    }

        .microsite-static .cards-list-component .container {
            max-width: 1190px
        }

            .microsite-static .cards-list-component .container h2 {
                all: unset;
                display: block;
                color: #00333a;
                font-family: AlbertSans,Sans-Serif;
                font-size: 55px;
                font-weight: 900;
                line-height: 46px;
                text-align: center;
                padding-bottom: 40px
            }

            .microsite-static .cards-list-component .container .subtitle, .microsite-static .cards-list-component .container p {
                all: unset;
                display: inline-block;
                color: #00333a;
                font-family: AlbertSans,Sans-Serif;
                font-size: 22px;
                font-weight: 400;
                line-height: 28px;
                text-align: center
            }

            .microsite-static .cards-list-component .container .carousel-container {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 30px;
                width: 100%;
                margin: 0 auto;
                padding-top: 60px
            }

                .microsite-static .cards-list-component .container .carousel-container ul li {
                    padding: 0 15px
                }

                    .microsite-static .cards-list-component .container .carousel-container ul li .image-container {
                        margin-top: 10px
                    }

                .microsite-static .cards-list-component .container .carousel-container .uk-position-small {
                    transform: translateY(-50%) translateY(-280px)
                }

                .microsite-static .cards-list-component .container .carousel-container h3 {
                    color: #00333a;
                    font-family: AlbertSans,Sans-Serif;
                    font-size: 24px;
                    font-weight: 800;
                    line-height: 28px;
                    margin: 40px 0 10px;
                    max-width: 255px
                }

                .microsite-static .cards-list-component .container .carousel-container p {
                    color: #00333a;
                    font-family: AlbertSans,Sans-Serif;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 21px;
                    text-align: left;
                    max-width: 255px
                }

    .microsite-static .benefits-component {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        padding: 80px
    }

        .microsite-static .benefits-component .container {
            max-width: 1190px
        }

            .microsite-static .benefits-component .container h2 {
                all: unset;
                display: block;
                color: #fe5d66;
                font-family: AlbertSans,Sans-Serif;
                font-size: 55px;
                font-weight: 900;
                line-height: 46px;
                text-align: center
            }

            .microsite-static .benefits-component .container h4 {
                all: unset;
                color: #00333a;
                font-family: AlbertSans,Sans-Serif;
                font-size: 24px;
                font-weight: 700;
                line-height: 46px
            }

            .microsite-static .benefits-component .container .media-text {
                width: 100%;
                box-sizing: border-box;
                padding: 60px 0;
                background-color: #fff
            }

                .microsite-static .benefits-component .container .media-text .container {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 102px;
                    width: 100%;
                    margin: 0 auto
                }

                    .microsite-static .benefits-component .container .media-text .container .text-container {
                        flex: 34
                    }

                        .microsite-static .benefits-component .container .media-text .container .text-container h3 {
                            color: #fe5d66;
                            font-family: AlbertSans,Sans-Serif;
                            font-size: 36px;
                            font-weight: 900;
                            line-height: 46px;
                            text-align: left;
                            padding-bottom: 45px
                        }

                        .microsite-static .benefits-component .container .media-text .container .text-container p {
                            color: #000;
                            font-family: AlbertSans,Sans-Serif;
                            font-size: 22px;
                            font-weight: 400;
                            line-height: 28px;
                            text-align: left
                        }

                            .microsite-static .benefits-component .container .media-text .container .text-container p.is-grey {
                                color: #343f47
                            }

                    .microsite-static .benefits-component .container .media-text .container .image-container {
                        flex: 66;
                        width: 100%
                    }

                        .microsite-static .benefits-component .container .media-text .container .image-container img {
                            width: 100%;
                            height: auto
                        }

            .microsite-static .benefits-component .container .carousel-loop {
                width: calc(2 * var(--microsite-no-of-slides));
                padding: 20px 0 50px;
                overflow: hidden
            }

                .microsite-static .benefits-component .container .carousel-loop .carousel-wrapper {
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    overflow: hidden;
                    margin: 0 auto;
                    width: calc(var(--microsite-slides-in-view) * var(--microsite-slide-width))
                }

                    .microsite-static .benefits-component .container .carousel-loop .carousel-wrapper div {
                        -webkit-animation: carousel var(--microsite-iteration-time) linear infinite;
                        animation: carousel var(--microsite-iteration-time) linear infinite;
                        width: var(--microsite-slide-width);
                        height: var(--microsite-slide-height);
                        box-sizing: border-box;
                        flex-shrink: 0
                    }

                        .microsite-static .benefits-component .container .carousel-loop .carousel-wrapper div img {
                            width: 110px;
                            height: 110px
                        }

@media screen and (max-width: 991.98px) {
    #wrapper:has(.microsite-static) footer {
        margin-bottom: 197px
    }

    .microsite-static .cta-component {
        padding: 34px 25px
    }

        .microsite-static .cta-component .container {
            flex-direction: column;
            gap: 25px
        }

            .microsite-static .cta-component .container h2 {
                font-size: 22px;
                text-align: center
            }

    .microsite-static .media-text-component {
        padding-bottom: 0
    }

        .microsite-static .media-text-component .container {
            flex-direction: column;
            gap: 0
        }

            .microsite-static .media-text-component .container .text-container {
                flex: unset;
                order: 2;
                padding-left: 55px !important;
                padding-right: 55px !important;
                padding: 40px 55px 60px
            }

                .microsite-static .media-text-component .container .text-container .is-right {
                    padding-left: 55px !important;
                    padding-right: 55px !important
                }

            .microsite-static .media-text-component .container .image-container {
                flex: unset;
                order: 1
            }

        .microsite-static .media-text-component.is-secondary {
            padding-top: 0
        }

    .microsite-static .cards-list-compontent .container h2 {
        line-height: 65px
    }

    .microsite-static .cards-list-compontent .container .carousel-container .uk-position-small {
        transform: translateY(-50%) translateY(-30vw)
    }

    .microsite-static .benefits-component {
        padding: 40px 0 60px 0
    }

        .microsite-static .benefits-component .container h4 {
            padding: 0 52px
        }

        .microsite-static .benefits-component .container .media-text .container {
            flex-direction: column;
            gap: 0
        }

            .microsite-static .benefits-component .container .media-text .container .text-container {
                flex: unset;
                order: 2;
                padding: 30px 52px 0
            }

            .microsite-static .benefits-component .container .media-text .container .image-container {
                flex: unset;
                order: 1
            }
}

@media screen and (max-width: 767.98px) {
    #wrapper:has(.microsite-static) footer {
        margin-bottom: 126px
    }

    .microsite-static .cta-component {
        padding: 15px
    }

        .microsite-static .cta-component .container {
            flex-direction: column;
            gap: 15px
        }

            .microsite-static .cta-component .container h2 {
                font-size: 14px;
                line-height: 16px
            }

            .microsite-static .cta-component .container a {
                font-size: 16px;
                padding: 5px 0;
                width: 148px
            }

    .microsite-static .media-text-component .container h2 {
        font-size: 40px;
        line-height: 46px
    }

    .microsite-static .media-text-component .container .text-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding: 40px 25px 60px
    }

        .microsite-static .media-text-component .container .text-container .is-right {
            padding-left: 25px !important;
            padding-right: 25px !important
        }

    .microsite-static .cards-list-component {
        padding: 60px 25px
    }

        .microsite-static .cards-list-component .container h2 {
            font-size: 40px;
            line-height: 46px
        }

        .microsite-static .cards-list-component .container .carousel-container {
            max-width: 270px
        }

            .microsite-static .cards-list-component .container .carousel-container .uk-position-small:lang(en) {
                transform: translateY(-25vh)
            }

    .microsite-static .benefits-component .container h2 {
        font-size: 40px;
        line-height: 46px
    }

    .microsite-static .benefits-component .container .media-text .container .text-container {
        padding: 30px 25px 0
    }

        .microsite-static .benefits-component .container .media-text .container .text-container h3 {
            font-size: 34px;
            font-weight: 700
        }
}

.three-image-border-center {
    margin: 83px 0 90px;
    padding: 0 !important
}

    .three-image-border-center .brand-img-intro-title h2 {
        color: #003329;
        font-family: Graphik;
        font-size: 36px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: 0;
        text-align: center;
        margin: 0 0 34px 0
    }

.brand-img-intro.work-with-us {
    background-color: #fbfbfb;
    padding: 36px 28px !important;
    width: 100% !important
}

    .brand-img-intro.work-with-us ul {
        padding: 0;
        margin: 0
    }

        .brand-img-intro.work-with-us ul li {
            color: #000;
            font-family: Lato-Regular;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 0;
            text-align: left;
            margin-left: 12px;
            margin-bottom: 12px;
            list-style-position: unset
        }

            .brand-img-intro.work-with-us ul li:last-of-type {
                margin-bottom: 0
            }

    .brand-img-intro.work-with-us .brand-img-intro-title {
        color: #003329;
        font-family: Graphik;
        font-size: 24px !important;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center !important;
        margin: 0 0 18px 0
    }

    .brand-img-intro.work-with-us .brand-img-intro-txt {
        color: #000;
        font-family: Lato-Regular;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 22px !important
    }

    .brand-img-intro.work-with-us .learn-more-btn {
        color: #003329;
        font-family: Lato-Regular;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        text-decoration: underline;
        text-underline-offset: 3px
    }

        .brand-img-intro.work-with-us .learn-more-btn::after {
            content: "";
            width: 31px;
            height: 16px;
            background-image: url(/images/arrow-right.svg);
            background-repeat: no-repeat;
            background-position: center
        }

        .brand-img-intro.work-with-us .learn-more-btn:hover::after {
            margin-left: 6px
        }

@media screen and (max-width: 767.98px) {
    .three-image-border-center {
        margin: 65px 0 73px !important;
        padding: 0 16px !important
    }

        .three-image-border-center .brand-img-intro-title {
            margin-bottom: 0 !important
        }

            .three-image-border-center .brand-img-intro-title h2 {
                font-size: 30px !important
            }

    .brand-img-intro.work-with-us {
        margin-bottom: 18px !important
    }

        .brand-img-intro.work-with-us .brand-img-intro-title {
            margin: 0 0 18px 0 !important
        }
}

.four-cards-view-more .cards-container .column-splitter {
    justify-content: flex-start;
    gap: 44px
}

.four-cards-view-more .card-container {
    flex: calc((100% - 132px)/ 4);
    max-width: calc((100% - 132px)/ 4)
}

    .four-cards-view-more .card-container .brand-img-intro {
        margin-bottom: 0;
        padding: 0
    }

        .four-cards-view-more .card-container .brand-img-intro .component-content {
            max-width: unset
        }

        .four-cards-view-more .card-container .brand-img-intro .brand-img-intro-txt {
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 63px;
        }

.four-cards-view-more {
    &.short-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 3;
            height: 63px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 54px;
            }
        }
    }

    &.medium-short-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 6;
            height: 126px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 108px;
            }
        }
    }

    &.medium-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 8;
            height: 168px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 144px;
            }
        }
    }

    &.long-medium-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 10;
            height: 210px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 180px;
            }
        }
    }

    &.long-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 16;
            height: 336px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 288px;
            }
        }
    }

    &.extra-long-desc {
        .card-container .brand-img-intro .brand-img-intro-txt {
            -webkit-line-clamp: 19;
            height: 399px;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-txt {
                height: 342px;
            }
        }
    }

    &.short-title {
        .card-container .brand-img-intro .brand-img-intro-title {
            -webkit-line-clamp: 1;
            height: 28px;
            word-break: break-word;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-title {
                height: 27px;
            }
        }
    }

    &.medium-title {
        .card-container .brand-img-intro .brand-img-intro-title {
            -webkit-line-clamp: 2;
            height: 56px;
            word-break: break-word;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-title {
                height: 54px;
            }
        }
    }

    &.long-title {
        .card-container .brand-img-intro .brand-img-intro-title {
            -webkit-line-clamp: 3;
            height: 84px;
            word-break: break-word;
        }

        .mobile-view {
            .card-container .brand-img-intro .brand-img-intro-title {
                height: 81px;
            }
        }
    }
}

.four-cards-view-more .field-link {
    margin-bottom: 40px
}

.four-cards-view-more .info-cards-container {
    display: flex;
    justify-content: center;
    align-items: center
}

    .four-cards-view-more .info-cards-container p {
        color: #003329;
        font-family: Graphik;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0;
        text-align: center
    }

.four-cards-view-more .view-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px
}

    .four-cards-view-more .view-more-container .view-more-button {
        padding: 19px 40px;
        line-height: 16px;
        outline: 0;
        background-color: transparent;
        border: 2px solid #003329;
        border-radius: 0;
        font-family: Graphik-Semibold;
        font-size: 14px;
        color: #003329;
        letter-spacing: 0;
        font-weight: 700;
        cursor: pointer
    }

        .four-cards-view-more .view-more-container .view-more-button:hover {
            background: #003329;
            color: #fff
        }

@media screen and (max-width: 991.98px) {
    .four-cards-view-more {
        margin: 0
    }

        .four-cards-view-more h2.field-title {
            font-size: 30px;
            line-height: 45px
        }

        .four-cards-view-more .cards-container .column-splitter {
            justify-content: flex-start;
            gap: 26px
        }

        .four-cards-view-more .card-container {
            flex: calc((100% - 26px)/ 2);
            max-width: calc((100% - 26px)/ 2)
        }

            .four-cards-view-more .card-container .brand-img-intro-title {
                font-size: 20px !important;
                line-height: 27px !important;
            }

            .four-cards-view-more .card-container .brand-img-intro-txt {
                font-size: 12px !important;
                line-height: 18px !important
            }

            .four-cards-view-more .card-container .field-link a {
                font-size: 14px !important;
                line-height: 21px !important
            }
}

@media screen and (max-width: 767.98px) {
    .four-cards-view-more .view-more-container .view-more-button {
        margin-bottom: 49px
    }
}

.test-build-is-work {
    background-color: #098765
}

.on-page-editor .anchor {
    display: block;
    font-size: 20px;
    color: #003329;
    font-family: Graphik-Regular
}

body:not(.on-page-editor).bodyclass .anchor {
    height: 0;
    visibility: hidden;
    opacity: 0
}

main > div .row {
    margin-left: 0;
    margin-right: 0
}

main > div .col-12 {
    padding-left: 0;
    padding-right: 0
}

main > div .sitecore-form {
    padding: 0
}

main > div .container-fluid {
    padding: 0
}

main > div .field-validation-error {
    display: none
}

main > div .learn-more-btn {
    position: relative;
    padding-right: 45px;
    line-height: 21px;
    font-size: 14px;
    font-family: Graphik-Medium;
    font-weight: 500;
    color: #003329;
    text-decoration: none;
    border: none
}

    main > div .learn-more-btn:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: right .3s;
        content: '';
        width: 30px;
        height: 7px;
        background: url(../images/arrow-right.svg) no-repeat;
        background-size: 30px 7px
    }

    main > div .learn-more-btn:hover {
        color: #003329
    }

        main > div .learn-more-btn:hover:after {
            right: -6px
        }

    main > div .learn-more-btn a {
        font-size: 14px;
        font-family: Graphik-Medium;
        font-weight: 500;
        color: #003329;
        text-decoration: none;
        border: none
    }

        main > div .learn-more-btn a:hover {
            color: #003329
        }

main > div .call, main > div .page-link {
    color: #000;
    border: none;
    text-decoration: none
}

    main > div .call:hover, main > div .page-link:hover {
        color: #000
    }

main > div .brand-emailus {
    display: inline-block;
    padding: 12px 27px;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Graphik-Semibold;
    color: #003329;
    font-weight: 600;
    letter-spacing: .25px;
    border: 2px solid #003329
}

    main > div .brand-emailus:active, main > div .brand-emailus:hover {
        background: #003329;
        color: #fff
    }

main > div .scale-slow {
    transform: scale(1);
    transition: transform .7s linear
}

    main > div .scale-slow:hover {
        transform: scale(1.2);
        transition: transform 9s linear
    }

main > div .back-up-btn {
    position: relative;
    display: block;
    padding-left: 45px;
    width: 86.666667%;
    margin: 54px auto 72px;
    line-height: 18px;
    font-size: 16px;
    font-family: Graphik-Medium;
    color: #003329;
    font-weight: 500;
    letter-spacing: .12px;
    text-decoration: none;
    border: none
}

    main > div .back-up-btn::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: left .3s;
        content: '';
        width: 30px;
        height: 7px;
        background: url(../images/arrow-left.svg) no-repeat;
        background-size: 30px 7px
    }

    main > div .back-up-btn:hover {
        color: #003329
    }

        main > div .back-up-btn:hover::after {
            left: -6px
        }

main > div .custom-slider-card {
    box-shadow: initial
}

main > div .is-submitted:after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: 32px;
    height: 32px
}

.for-mobile, .for-mobile-phone {
    display: none !important
}

.divider-line, .vertical-line {
    display: inline-block;
    background: #003329;
    font-size: 0
}

.divider-line {
    width: 72px;
    height: 1px;
    max-height: 1px;
    margin: 48px 0
}

.vertical-line {
    width: 1px;
    max-width: 1px
}

.width100perc {
    width: 100% !important
}

.height100perc {
    height: 100% !important
}

.bgf1 {
    background: #f1f1f1
}

.yellow-wrap-left {
    position: absolute;
    width: 30px;
    background: #f8eabd;
    height: 100%;
    top: 0;
    left: 0
}

.flex-vertical-center {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991.98px) {
    main > div .divider-line-mobile {
        display: inline-block;
        height: 1px;
        max-height: 1px;
        max-width: initial;
        font-size: 0;
        background: #003329
    }

    main > div .learn-more-btn {
        line-height: 25px
    }

    main > div .divider-line-wrapper {
        padding: 0 16px
    }

    main > div .back-up-btn {
        padding-left: 45px;
        width: 100%;
        margin-left: 16px;
        margin-right: 16px
    }

    main > div .brand-emailus {
        padding: 16px 32px;
        line-height: 14px;
        font-size: 16px
    }

    .for-desktop {
        display: none !important
    }

    .for-mobile {
        display: block !important
    }

    .yellow-wrap-left {
        width: 22px
    }
}

@media screen and (max-width: 767.98px) {
    .yellow-wrap-left {
        width: 15px
    }

    .for-tablet {
        display: none !important
    }

    .for-mobile-phone {
        display: block !important
    }
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);

div.uk-dropdown {
    display: none
}

    div.uk-dropdown ul.lang-list {
        display: none
    }

    div.uk-dropdown.uk-open .lang-list {
        display: flex
    }

    div.uk-dropdown.uk-open .lang-list__item {
        display: initial
    }

.lang-list__item {
    display: none
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0);
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0
}

body {
    font-family: Arial;
    position: relative;
    overflow: auto;
    color: #747474;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    body.on-page-editor {
        background: 0 0 !important
    }

a {
    color: #747474;
    cursor: pointer;
    font-size: .85em
}

    a:hover {
        color: #878787
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .67em
}

.xa-variable {
    border: 0;
    padding: 1px;
    margin: 0;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial
}

html, html body {
    font-family: Lato-Regular
}

@charset "UTF-8";

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9000;
    display: none;
    width: 100%
}

    .overlay.component {
        margin: 0
    }

    .overlay > .component-content {
        border-radius: 5px;
        display: block;
        position: absolute;
        background-color: #e6e6e6;
        padding: 10px;
        max-width: 90%;
        background: #f7f7f7;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

        .overlay > .component-content .component {
            margin: 0
        }

            .overlay > .component-content .component.image img {
                width: 100%
            }

    .overlay .overlay-inner {
        min-width: 25px;
        max-height: inherit;
        height: inherit;
        overflow: auto
    }

        .overlay .overlay-inner.overlay-percent {
            max-height: 100%;
            height: auto
        }

        .overlay .overlay-inner #InnerCenter {
            width: auto;
            height: auto
        }

        .overlay .overlay-inner .container {
            width: 100%
        }

        .overlay .overlay-inner > img {
            width: 100%
        }

        .overlay .overlay-inner:focus {
            border: 1px solid #ccc
        }

    .overlay .overlay-close {
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        top: -20px;
        right: -10px
    }

        .overlay .overlay-close:before {
            content: "";
            background: #fff;
            border-radius: 50%;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .overlay .overlay-close:hover:before {
            background: #ccc
        }

        .overlay .overlay-close a {
            display: block;
            text-indent: -9999px
        }

    .overlay .overlay-close-link:focus {
        color: #ccc
    }

    .overlay .overlay-close-link:hover {
        color: #ccc
    }

    .overlay .overlay-close-link {
        text-decoration: none
    }

.overlay-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9999;
    text-align: center;
    width: 100%;
    margin: 0
}

    .overlay-page > .component-content {
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        background-color: #e6e6e6;
        border-radius: 5px;
        position: relative;
        padding: 10px 10px 25px;
        margin: 100px 60px 60px;
        max-width: 90%;
        background: #f7f7f7
    }

        .overlay-page > .component-content .component {
            margin: 0
        }

            .overlay-page > .component-content .component.image img {
                width: 100%
            }

    .overlay-page .overlay-inner {
        min-width: 25px;
        height: inherit;
        max-height: inherit;
        min-height: 135px;
        overflow: auto
    }

        .overlay-page .overlay-inner.overlay-percent {
            max-height: 100%;
            height: auto
        }

            .overlay-page .overlay-inner.overlay-percent.edit {
                max-height: inherit
            }

        .overlay-page .overlay-inner .container {
            width: 100%
        }

        .overlay-page .overlay-inner:focus {
            border: 1px solid #ccc
        }

    .overlay-page .overlay-close {
        bottom: 8px;
        color: #000;
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        right: -5px;
        bottom: -15px
    }

    .overlay-page .overlay-close-link:focus {
        color: #ccc
    }

    .overlay-page .overlay-close-link:hover {
        color: #ccc
    }

    .overlay-page .overlay-close-link {
        text-decoration: none
    }

#wrapper {
    overflow: hidden
}

    #wrapper.overlay-page {
        margin-bottom: -80px
    }

body.preview .overlay-page {
    position: fixed
}

.overlay-page .main {
    width: 100%
}

.on-page-editor .overlay .overlay-inner {
    margin: auto
}

.on-page-editor .overlay-page {
    z-index: 9000
}

.privacy-warning {
    font-size: 14px;
    font-size: 1.4rem;
    opacity: .8;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    z-index: 9050;
    background: url(../Images/overlay-bg.png)
}

    .privacy-warning .component-content {
        position: relative;
        height: auto;
        width: 90%;
        padding: 15px;
        margin: 0 auto
    }

    .privacy-warning a {
        color: #fff
    }

        .privacy-warning a:focus, .privacy-warning a:hover {
            color: #fff
        }

    .privacy-warning .close {
        transform: scale(1.3,.95);
        font-size: 35px;
        font-size: 3.5rem;
        position: absolute;
        top: -10px;
        right: 8px;
        font-weight: 700
    }

    .privacy-warning .learnMore {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .privacy-warning .submit {
        display: inline-block;
        vertical-align: middle;
        padding: 20px 0
    }

        .privacy-warning .submit a {
            font-size: 13px;
            font-size: 1.3rem;
            border-width: 1px;
            border-style: solid;
            border-color: #d2d2d2;
            text-decoration: none;
            font-weight: 700;
            background: #fff;
            padding: 5px 10px;
            cursor: pointer;
            color: #000
        }

    .privacy-warning.restrictive {
        top: 0
    }

        .privacy-warning.restrictive .info {
            position: absolute;
            text-align: center;
            left: 50%;
            transform: translateX(-50%);
            bottom: 80px
        }

        .privacy-warning.restrictive .submit {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 20px
        }

.boxed {
    box-sizing: border-box;
    margin: 20px 0
}

@media only screen and (min-width: 381px) and (max-width:990.98px) {
    .boxed {
        padding: 10px
    }
}

@media only screen and (max-width: 380px) {
    .boxed {
        padding: 10px
    }
}

.boxed > div {
    max-width: 992px;
    margin: 0 auto !important
}

.component-content-clearfix .component-content:after {
    content: "";
    display: table;
    clear: both
}

.component-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.highlighted-top {
    background: #fff;
    border-top-width: 3px;
    border-top-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
        margin: 0 0 10px 0
    }

.highlighted-bottom {
    background: #fff;
    border-bottom-width: 3px;
    border-bottom-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
        margin: 0 0 10px 0
    }

.highlighted-left {
    background: #fff;
    border-left-width: 3px;
    border-left-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
        margin: 0 0 10px 0
    }

.highlighted-right {
    background: #fff;
    border-right-width: 3px;
    border-right-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
        margin: 0 0 10px 0
    }

.indent {
    margin: 0 40px
}

.indent-top {
    margin-top: 20px
}

.indent-bottom {
    margin-bottom: 20px
}

.link-button .button-default, .link-button .default {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    color: #747474;
    font-weight: 700
}

    .link-button .button-default:hover, .link-button .default:hover {
        color: #747474;
        background: #f7f7f7
    }

.link-button .button-success, .link-button .success {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #a0ce4e;
    color: #fff;
    font-weight: 700
}

    .link-button .button-success:hover, .link-button .success:hover {
        color: #fff;
        background: #92be43
    }

.link-button .button-warning, .link-button .warning {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #bc4526;
    color: #fff;
    font-weight: 700
}

    .link-button .button-warning:hover, .link-button .warning:hover {
        color: #fff;
        background: #c34e30
    }

.promoted-box {
    border: none !important
}

.position-left, .position-left * {
    text-align: left !important
}

.position-right, .position-right * {
    text-align: right !important
}

.position-center, .position-center * {
    text-align: center !important
}

.cover-background > .component-content, .fix-background > .component-content, .parallax-background > .component-content {
    background-repeat: no-repeat;
    background-size: cover
}

.fix-background > .component-content {
    background-position: left top;
    background-attachment: fixed;
    min-height: 240px
}

.parallax-background > .component-content {
    background-position: 50% 0;
    background-attachment: fixed;
    min-height: 240px
}

@media only screen and (max-width: 786px) {
    .parallax-background > .component-content {
        background-attachment: scroll
    }
}

.container-gray-background {
    background: #f7f7f7
}

.container-clean-background {
    background: #fff
}

.container-dark-background {
    background: #3d3d3d
}

.container-color-background {
    background: #89c6cc
}

.popup-gray-bg{
    width: 100%;
    height: 100%;        
    z-index: 99999;
    background-color: #2b2b2b91;
    position: fixed;
    display: none;
}

.popup-format{
    width: 35%;
    /* height: 50%; */
    position: relative;
    /* background-color: #4caf50b8; */
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;    
}

.popup-close {
    display:flex;
    right: 3px;
    top: 3px;
    position: absolute;
    float: right;
    border: black solid 1px;
    background-color: white;
    border-radius: 15px;
    padding: 0.7%;
    text-align: center;
}

@media (max-width: 991px) {
    .popup-format{
        margin-top: 20vh;
    }
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-item-wrapper {
    position: absolute;
    width: 100%;
}

/* Adjusted Timeline Line to Start After First Branch */
.timeline-line {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #0A3329;
    top: 47px; /* Start after the first branch */
    height: 100%;
    transform: translateX(-50%);
}

.timeline-end-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0A3329;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Timeline items */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    display: flex;
    align-items: center; /* Aligns all elements in the row */
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Left content */
.timeline-item.left {
    left: 0;
    text-align: right;
    padding-right: 120px;
}

/* Right content */
.timeline-item.right {
    left: 50%;
    text-align: left;
    padding-left: 120px;
}

/* Branch Alignment with Title */
.timeline-branch {
    position: absolute;
    top: 0; /* Align with title */
    content: '';
    display: block;
    border: 2px solid #0A3329;
    width: 70px;
    height: 50px;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item.left .timeline-branch {
    left: 431px;
    transform-origin: right;
    border-radius: 0 40px 0 0;
    border-width: 2px 2px 0 0;
}

.timeline-item.right .timeline-branch {
    right: 431px;
    transform-origin: left;
    border-radius: 40px 0 0;
    border-width: 2px 0 0 2px;
}

.timeline-item.visible .timeline-branch {
    transform: scaleX(1);
}

/* Circle Alignment with Title */
.timeline-circle {
    position: absolute;
    top: -4px;
    width: 12px;
    height: 12px;
    background: #0A3329;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item.left .timeline-circle {
    left: 420px;
    transform-origin: right;
}

.timeline-item.right .timeline-circle {
    right: 420px;
    transform-origin: left;
}

/* Ensure Both Appear Together */
.timeline-item.visible .timeline-branch,
.timeline-item.visible .timeline-circle {
    transform: scaleX(1);
}

.timeline-item.visible .timeline-circle {
    transform: scale(1);
}

/* Text and Image Styling */
.timeline-content-wrapper {
    color: #747474;
    line-height: 1.5;
}

.timeline-content{
    width: 100%;
}

.timeline-content-wrapper .img-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 26px;
}

.timeline-content-wrapper .text-wrapper {
    margin-bottom: 26px;
}

.timeline-content-wrapper .text-wrapper .text-header {
    font-size: 18px;
    font-weight: 600;
    color: #003329;
}


.timeline-content-wrapper .text-wrapper .text-title {
    font-size: 18px;
    font-weight: 600;
}

.timeline-content-wrapper .text-wrapper .text-content {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.timeline-content-wrapper .text-wrapper .divider-line {
    width: 72px;
    height: 1px;
    margin: 0px
}

.timeline-content p {
    text-align: inherit !important;
    margin: 8px 0 !important;
}

@media screen and (max-width: 1155px) {
    .timeline-line {
        left: 30px; /* Move timeline line to the left */
        transform: none;
    }

    .timeline-end-circle {
        left: 30px !important; /* Align with the timeline line */
        transform: translateX(-40%);
    }

    .timeline-item {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 50px;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        text-align: left;
        padding-left: 50px;
        padding-right: 20px;
    }

    /* Fix branch positioning for both left and right items */
    .timeline-item.left .timeline-branch,
    .timeline-item.right .timeline-branch {
        left: 30px;  /* Move branch to align with timeline */
        transform-origin: left;
        border-radius: 40px 0 0;
        border-width: 2px 0 0 2px;
    }

    /* Fix circle positioning for both left and right items */
    .timeline-item.left .timeline-circle,
    .timeline-item.right .timeline-circle {
        left: 90px; /* Align with the timeline */
        transform-origin: left;
    }

    .timeline-content-wrapper {
        margin-left: 50px;
    }

    /* Adjust text size for smaller screens */
    .timeline-content-wrapper .text-wrapper .text-title {
        font-size: 16px;
    }

    .timeline-content-wrapper .text-wrapper .text-content {
        font-size: 14px;
    }

    .timeline-content-wrapper .img-wrapper img {
        width: 100%;
    }
}

.desktop-view {
    display: block;

    .row {
        max-width: 1248px;
    }
}

.mobile-view {
    display: none;
    width: inherit;
}

.mobile-view .people-card-list {
    list-style: none !important;
}

.people-card-cta {
    margin-bottom: 24px !important;
}

.people-title {
    margin-left: 0px !important;
}

/* When in mobile view */
@media screen and (max-width: 991px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;

        .carousel__list {
            gap: 20px;
        }
    }

    .people-card-cta {
        margin-bottom: 16px !important;
    }

    .mobile-view .people-image-text-card {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mobile-view .people-card-list {
        list-style: none !important;
    }

    .card-container 
    {
        max-width: 100% !important;
        margin: auto !important;
        text-align: left;
    }

    .news-module-txt-content {
        display: unset !important;
    }

    .news-category-container
    {
        flex-wrap: unset !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    .news-module-category {
        white-space: nowrap;
    }

    .news-category-scroll-container {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* News Module */
.latest-news-container {
    margin: 64px 0 64px 124px !important;

    @media screen and (max-width: 991px) {
        margin: 64px 20px !important;
    }
}
.news-module-txt-content {
    display: flex;
}

.news-category-scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    display: flex;
}

.news-category-scroll-container::-webkit-scrollbar {
    display: none;
}

.news-module-txt-content .content-title{
    font-family: Graphik-Semibold;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: .95px;
    margin-bottom: 16px;
    text-align: left;
    color: #0a3329;
}

.news-module-txt-content .divider-line-wrapper {
    max-width: initial;
    margin: initial;
}

    .news-module-txt-content .divider-line-wrapper .divider-line {
        margin: 0 0 24px 0;
    }

.news-module-category {
    border: none !important;
}

.news-cards-wrapper {
    padding: inherit;
    margin: inherit;
    width: 100%;
    min-height: fit-content;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.news-cards-container {
    display: flex;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px; /* Prevents scrollbar overlap */
    position: relative;
}

.news-tab-container {
    padding: 0px !important;
    margin: 0px !important;
}

.news-category-content {
    display: flex;
}

.news-cards-carousel {
    border: none;
    padding: 0px !important;
    scroll-behavior: smooth;
    display: flex;
    gap: 8px;
    padding-bottom: 10px !important; /* Prevent scrollbar overlap */
}

.news-cards-carousel .news-cards-carousel-list {
    gap: 8px;
}

.news-card-container {
    width: 90% !important; /* Make it take the full width */
    padding-right: 20px;
}

.news-card {
    max-width: 360px;
    min-width: 360px;
    margin: 0 auto;
    scroll-snap-align: start;
    background: white;
    border: none;
    flex: 0 0 auto;

    @media screen and (max-width: 991px) {
        max-width: 320px;
        min-width: 320px;
    }
}

/* Ensuring the image remains a square dynamically */
.news-card-img {
    width: 360px;
    height: 360px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 991px) {
        width: 320px;
        height: 320px;
    }
}

.news-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-content {
    text-align: left;
    overflow: hidden;
    padding-right: 10px; /* Add padding for spacing */
    max-width: 100%; /* Ensure it does not expand */
    box-sizing: border-box;
}

.news-date {
    width: 100%;
    height: 20px;
    margin: 0 0 8px 0;
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #6d716f;
}

.news-title {
    position: relative;
    display: -webkit-box;
    width: 100%;
    height: 84px;
    margin: 0 0 10px 0;
    font-family: Graphik-Medium;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .17px;
    color: #003329;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;

    &.short-title {
        -webkit-line-clamp: 1;
        height: 28px;
        word-break: break-word;
    }

    &.medium-title {
        -webkit-line-clamp: 2;
        height: 56px;
        word-break: break-word;
    }

    &.long-title {
        -webkit-line-clamp: 3;
        height: 84px;
        word-break: break-word;
    }
}

.news-summary {
    position: relative;
    display: -webkit-box;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: Lato-Regular;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #003329;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;

    &.short-desc {
        -webkit-line-clamp: 3;
        height: 63px;
    }

    &.medium-desc {
        -webkit-line-clamp: 6;
        height: 126px;
    }

    &.long-desc {
        -webkit-line-clamp: 10;
        height: 210px;
    }
}

.learn-more {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

.learn-more:hover {
    text-decoration: underline;
}

.carousel-btn {
    position: absolute;
    transform: translateY(-50%);
    background: white;
    color: #003329;
    border: 1px solid #003329;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: none; /* Hide by default */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    transition: background 0.3s, opacity 0.3s;
}

.carousel-btn:hover {
    color: white;
    background: #003329;
}

.news-container {
    display:flex; 
    align-items: center; 
    justify-content:center;
}

.news-container:hover .carousel-btn {
    display: flex; /* Show on hover */
}

.carousel-btn.news-prev-btn {
    left: 98px;

    @media screen and (max-width: 991px) {
        left: 8px;
    }
}

.carousel-btn.news-next-btn {
    right: 8px;
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*News Dropdown*/
.news-category-dropdown {
    position: relative;
    width: 90%;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Lato-Regular';
    color: #000;
}

.news-dropdown-selected {
    padding: 9px 0 9px 0;
    border-bottom: 1px solid #003329;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.news-dropdown-selected::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg);
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.news-dropdown-list.open + .news-dropdown-selected::after {
    transform: rotate(-135deg); /* Flip the arrow */
}

.news-dropdown-list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    z-index: 10;
    overflow: hidden;
}

.news-dropdown-list.open {
    display: block;
}

.news-dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 12px;
    font-family: 'Lato-Regular';
    color: #000;
}

.news-dropdown-item:hover, .news-dropdown-item.active {
    background: #f0f0f0;
    font-weight: bold;
}

/* Statistics */ 
.statistics-component {
    position: relative;

    .desktop-bg, .mobile-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        object-fit: cover;
    }

    .mobile-bg {
        display: none;
    }

    @media screen and (max-width: 991.98px) {
        .desktop-bg {
            display: none;
        }
        .mobile-bg {
            display: block;
        }
    }
    
    .backdrop {
        -webkit-backdrop-filter:brightness(50%); 
        backdrop-filter: brightness(50%); 
        display: block;
        position: absolute;
        width: 100%; 
        height: 100%;
        top: 0;
    }

    .component-content {
        padding:100px 0;
        position:relative;
        z-index:1;
        color:white;
        margin:0 auto;
        max-width:1248px;
        width: 86.666667%;

        @media screen and (max-width: 991.98px) {
            padding:100px 32px;
            width: 100%;
        }
        @media screen and (max-width: 767.98px) {
            padding:100px 16px;
            width: 100%;
        }

        > h3 {
            color:white;
            font-weight:normal;
        }

        .statistics-list-container {
            gap: 20px; 
            margin: 50px auto;

            > *:not(:last-child) {
                border-right: 1px solid #fff;
            }
            
            @media screen and (max-width: 767.98px) {
                gap: 50px;

                > *:not(:last-child) {
                    border: none;
                }
            }

            .statistic-list {
                padding: 0px;

                .short-horizontal-line {
                    width: 10%;
                    height: 1px;
                    background-color: #fff;
                    margin-bottom: 20px;
                }

                .statistic-values {
                    padding:0px;
                    color:white;

                    .dollar, .number {
                        color:white;
                        margin:0;
                    }

                    .unit {
                        margin-left:5px;
                        font-weight:bold;
                        margin-bottom:2px;
                    }

                    .pname {
                        font-weight:600;
                    }
                }
            }
        }
    }
}

.sustainability-section {
    position: relative;

    @media screen and (max-width: 991.98px) {
        padding: 100px 16px;
    }
    
    .desktop-bg, .mobile-bg {
        position: absolute;
        width: 100%;
        height: auto;
        inset: 0;
        object-fit: cover;
    }

    .mobile-bg {
        display: none;
    }

    @media screen and (max-width: 991.98px) {
        .desktop-bg {
            display: none;
        }
        .mobile-bg {
            display: block;
        }
    }

    .backdrop {
        -webkit-backdrop-filter:brightness(50%); 
        backdrop-filter: brightness(50%); 
        display: block;
        position: absolute;
        width: 100%; 
        height: 100%;
        top: 0;
    }

    .component-content {
        position:relative;
        z-index:1;
        color:white;
        margin:0 auto;
        max-width:1248px;
        width: 86.666667%;
        display: flex;
        justify-content: center; 
        align-items: center; 

        @media screen and (max-width: 991.98px) {
            padding: 0 32px;
            width: 100%;
        }

        @media screen and (max-width: 767.98px) {
            padding: 0 16px;
            width: 100%;
        }
    }

    .sustainability-section-container {

        .sustainability-section-title {
            font-size: 2.3em;
            margin-bottom: 10px;
        }

        .sustainability-section-desc {
            font-size: 18px;
        }

        .highlights {
            display: flex;
            flex-wrap: wrap;
            row-gap: 35px;
            margin-top: 30px;
            justify-content: space-between;

            /* Mobile View: 2 Columns */
            @media (max-width: 768px) {
                .highlight-desc {
                    padding-right: 10px !important;
                }

                .highlight {
                    flex: 0 0 calc(100% - 15px); 
                }
            }

            /* Desktop View: 4 Columns */
            @media (min-width: 769px) {
                .highlights {
                    justify-content: space-between;
                }
                .highlight {
                    flex: 0 0 calc(25% - 15px); /* Four columns */
                }
            }

            .highlight {
                padding: 0 25px 0 0;
                
                .highlight-item {
                    display: flex;
                    align-items: baseline;
                    padding: 0 0 8px 0;
                    color:white;
                    
                    h1 {
                        color:white;
                        padding:0px;
                        margin: 0;
                    }

                    .highlight-item-small {
                        font-size: medium;
                        margin-left: 5px;
                    }
                }

                .highlight-desc {
                    font-size: 13px;
                    padding-right: 20px;
                }
            }
        }

        @media (max-width: 768px) {
            .highlights {
                row-gap: 24px;
            }
        }
    }
}

/* Information Callout Card Carousel */
.information-callout-card-carousel {
    .custom-carousel__nav-index {
        display: flex;
        font-family: Graphik-Regular;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: center;
        color: #003329;
    }

    .carousel {
        display: flex;
        /* width: 86.66666666666667%; */
        padding: 0;
        border: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 32px auto;

        @media screen and (max-width: 767.98px) {
            margin: 0 0 40px 0;
            padding: 0;
        }

        @media screen and (max-width: 991.98px) {
            margin: 0;
            padding: 5.20833% 8.20312%;
            width: 100%;
            max-width: none;
        }

        .uk-slider-container {
            width: 100%;    
        }

        .divider-line-wrapper {
            display: flex;
        }

        .component-content > .row {
            /* padding-right: 2px; */
            /* to avoid next slide seeing a bit of the previous slide image */
        }

        .component-content .row {
            height: 100%;

            @media screen and (max-width: 767.98px) {
                /* height: auto; */
            }
    
            @media screen and (max-width: 991.98px) {
                height: auto;
            }

            img {
                height: 100%;
                object-fit: contain;
            }

            .video-play-wrapper {
                display: grid;
                place-items: center;
            }
        }

        .video-homepage-txt-content {
            border-bottom: 1px solid #f2f2f2;
            position: relative;

            @media screen and (max-width: 767.98px) {
                margin-left: 15px !important;
                margin-right: 15px !important;

                .rich-text {
                    width: 100%;
                }
            }

            @media screen and (max-width: 991.98px) {
                width: 100%;
                margin: 0 39px;
                margin-top: 24px;
                max-width: calc(100% - 39px);
            }
        }

        .carousel__nav {
            /* width: 76%;
            margin-top: 40px;
            margin-left: 32px;
            display: flex;
            width: 128px;
            height: 24px; */
            /* justify-content: space-between; */
            /* gap:15px;
            align-items: center;
            position: static; */
            /* bottom: 10px; */

            display: flex;
            width: 128px;
            height: 24px;
            margin: 32px 0 0 0;
            justify-content: space-between;
            align-items: center;

            @media screen and (max-width: 767.98px) {
                width: fit-content;
            }

            @media screen and (max-width: 991.98px) {
                position: absolute;
                bottom: 10px;
            }
        }
        
        .brand-video-content-subtitle.field-sub-title {
            display: flex;
        }

        .brand-video-content-wrapper.layout--right .carousel__nav {
            margin-left: 18.568665%;

            @media screen and (max-width: 767.98px) {
                margin-left: 0;
                padding-left: 15px;
                padding-right: 10px;
            }

            @media screen and (max-width: 991.98px) {
                margin-left: 0;
            }
        }

        .carousel__nav-btn {
            position: relative;
            display: flex;
            left: 0;
            right: 0;
            width: 31px;
            height: 16px;
            justify-content: center;
            align-items: center;
            background: 0 0;
            transition: left .3s
        }
    
        .carousel__nav-btn--left {
            background-image: url(../images/arrow-left.svg);
            background-repeat: no-repeat;
            background-position: center
        }
    
        .carousel__nav-btn--right {
            background-image: url(../images/arrow-right.svg);
            background-repeat: no-repeat;
            background-position: center
        }

        .carousel__nav-btn.uk-invisible{
            visibility: hidden !important;
        }
    
        .carousel__nav-btn--left:hover {
            left: -6px
        }
    
        .carousel__nav-btn--right:hover {
            left: 6px
        }
    
        .carousel__nav-index {
            display: flex;
            font-family: Graphik-Regular;
            font-size: 14px;
            line-height: 23px;
            letter-spacing: 0;
            text-align: center;
            color: #003329
        }
    }
}

.contact-address-detail-wrapper .grey-divider-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 72px;
}

.contact-address-detail-wrapper .mb {
    margin-bottom: 72px
}

.full-width-description {
    margin-top: 10px;
    max-width: 100%;
    color: #003329;
}

/* Rollback contacts CSS START */
.enquiry-item-single .contact-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.enquiry-item-single .contact-detail-item {
    flex: 1;
    min-width: 200px;
}

.contact-detail-item {
    display: table;
    
    .contact-label {
        display: table-cell;
        min-width: 103px;
        white-space: nowrap;
        vertical-align: top;
    }

    .contact-value {
        display: table-cell;
        word-break: break-word;
    }
}

/* .contact-details-wrapper {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0 18px;
    width: 100%;
} */

/* .contact-detail-item {
    display: contents;
} */

/* .contact-detail-item {
    .contact-label {
        white-space: nowrap;
    }
    
    .contact-value {
        text-align: left;
    }
} */
/* Rollback contacts CSS END */

.contact-value a:hover {
    text-decoration: underline;
}

.link-button-wrapper {
    margin-top: 24px; 

    .cta-button {
        text-decoration: none;
        box-sizing: border-box;
        padding: 12px 16px;
        width: auto;
        height: 38px;
        line-height: 10px !important;
        text-align: center;
        color: #003329 !important;
        font-family: Graphik-Semibold;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: .25px !important;
        border: 2px solid #003329;
        -webkit-appearance: button;
        cursor: pointer;
    }

    .cta-button:hover {
        color: #fff !important;
        background: #003329 !important;
    }
}
