/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 21.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

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

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0%
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0%
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0%
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0%
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.7rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #e4eaef;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #cfd8dc;
    outline: none
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(1.7rem - 2px * 2);
    padding-bottom: calc(1.7rem - 2px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.75rem - 2px * 2);
    padding-bottom: calc(.75rem - 2px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 2px * 2);
    padding-bottom: calc(.25rem - 2px * 2);
    font-size: .875rem
}

.col-form-legend {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 2px 0
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 3.16667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #ccc;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #E34E3D
}

.has-danger .form-control {
    border-color: #E34E3D
}

.has-danger .input-group-addon {
    color: #E34E3D;
    border-color: #E34E3D;
    background-color: #fdf1ef
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 1rem 3rem;
    font-size: 1rem;
    transition: all 0.2s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25)
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active,
.btn.active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary,
.wysiwyg-text-wrapper a.btn-primary {
    color: #fff;
    background-color: #246EFF;
    border-color: #246EFF
}

.btn-primary:hover,
.wysiwyg-text-wrapper a.btn-primary:hover {
    color: #fff;
    background-color: #0051f0;
    border-color: #004ee6
}

.btn-primary:focus,
.wysiwyg-text-wrapper a.btn-primary:focus,
.btn-primary.focus,
.wysiwyg-text-wrapper a.focus.btn-primary {
    box-shadow: 0 0 0 2px rgba(36, 110, 255, 0.5)
}

.btn-primary.disabled,
.wysiwyg-text-wrapper a.disabled.btn-primary,
.btn-primary:disabled,
.wysiwyg-text-wrapper a.btn-primary:disabled {
    background-color: #246EFF;
    border-color: #246EFF
}

.btn-primary:active,
.wysiwyg-text-wrapper a.btn-primary:active,
.btn-primary.active,
.wysiwyg-text-wrapper a.active.btn-primary,
.show>.btn-primary.dropdown-toggle,
.wysiwyg-text-wrapper .show>a.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0051f0;
    background-image: none;
    border-color: #004ee6
}

.btn-secondary {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #246EFF;
    background-image: none;
    background-color: transparent;
    border-color: #246EFF
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #246EFF;
    border-color: #246EFF
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(36, 110, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #246EFF;
    background-color: transparent
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #246EFF;
    border-color: #246EFF
}

.btn-outline-secondary {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: normal;
    color: #000;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #0051f0;
    text-decoration: none;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eceff1
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceff1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #246EFF
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.show>.dropdown-menu {
    display: block
}

.show>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -2px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -2px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 1.7rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 2px solid rgba(0, 0, 0, 0.15)
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.input-group-btn>.btn+.btn {
    margin-left: -2px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -2px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -2px
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #fff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: none
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #fff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .375rem;
    left: 0;
    display: block;
    width: .75rem;
    height: .75rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: linear-gradient(45deg, white, red);
    background-image: none
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 4px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5em 1em
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 2px solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-sm>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-sm>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-md>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-lg>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl>.container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: #246EFF
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: #246EFF
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #246EFF
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-inverse .navbar-nav .open>.nav-link,
.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 2rem
}

.card-header {
    padding: .75rem 2rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer {
    padding: .75rem 2rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header-tabs {
    margin-right: -1rem;
    margin-bottom: -.75rem;
    margin-left: -1rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -1rem;
    margin-left: -1rem
}

.card-primary {
    background-color: #000;
    border-color: #000
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent
}

.card-info {
    background-color: #58D39C;
    border-color: #58D39C
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent
}

.card-danger {
    background-color: #E34E3D;
    border-color: #E34E3D
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #246EFF
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #fff
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65)
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef
}

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

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #636c72
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1.25rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-default {
    background-color: #636c72
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background-color: #4b5257
}

.badge-primary {
    background-color: #0275d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #025aa5
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef
}

.list-group-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:last-child {
    margin-bottom: 0
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
    color: #636c72
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #daeeff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll !important
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px 40px;
    color: #fff;
    text-align: center;
    background-color: #000
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 0px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2)
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -12px
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -12px;
    border-top-color: #4a4a4a
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 12px
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #4a4a4a
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 12px
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -12px;
    border-bottom-color: #4a4a4a
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #4a4a4a
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -12px
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #4a4a4a
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #4a4a4a;
    border-bottom: 0 solid #3d3d3d
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 0px 20px
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 12px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        transition: transform 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

@supports (transform: translate3d(0,
0,
0)) {
    .carousel-item {
        transition: transform 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

@supports (transform: translate3d(0,
0,
0)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 12px;
    height: 12px;
    margin-right: 12px;
    margin-left: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(74, 74, 74, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #4a4a4a
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #000 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #000 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #58D39C !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #34c484 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #E34E3D !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #cf301e !important
}

.bg-inverse {
    background-color: #000 !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #000 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-first {
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-sm-last {
        -ms-flex-order: 1;
        order: 1
    }
    .flex-sm-unordered {
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-md-last {
        -ms-flex-order: 1;
        order: 1
    }
    .flex-md-unordered {
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-lg-last {
        -ms-flex-order: 1;
        order: 1
    }
    .flex-lg-unordered {
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xl-last {
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xl-unordered {
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 2rem 2rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.m-5 {
    margin: 3rem 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-6 {
    margin: 5rem 5rem !important
}

.mt-6 {
    margin-top: 5rem !important
}

.mr-6 {
    margin-right: 5rem !important
}

.mb-6 {
    margin-bottom: 5rem !important
}

.ml-6 {
    margin-left: 5rem !important
}

.mx-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}

.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.m-7 {
    margin: 7rem 7rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mr-7 {
    margin-right: 7rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.ml-7 {
    margin-left: 7rem !important
}

.mx-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important
}

.my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
}

.p-0 {
    padding: 0 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 2rem 2rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.p-5 {
    padding: 3rem 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-6 {
    padding: 5rem 5rem !important
}

.pt-6 {
    padding-top: 5rem !important
}

.pr-6 {
    padding-right: 5rem !important
}

.pb-6 {
    padding-bottom: 5rem !important
}

.pl-6 {
    padding-left: 5rem !important
}

.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.p-7 {
    padding: 7rem 7rem !important
}

.pt-7 {
    padding-top: 7rem !important
}

.pr-7 {
    padding-right: 7rem !important
}

.pb-7 {
    padding-bottom: 7rem !important
}

.pl-7 {
    padding-left: 7rem !important
}

.px-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: .25rem .25rem !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1 {
        margin-left: .25rem !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem .5rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2 {
        margin-left: .5rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {
        margin: 2rem 2rem !important
    }
    .mt-sm-4 {
        margin-top: 2rem !important
    }
    .mr-sm-4 {
        margin-right: 2rem !important
    }
    .mb-sm-4 {
        margin-bottom: 2rem !important
    }
    .ml-sm-4 {
        margin-left: 2rem !important
    }
    .mx-sm-4 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }
    .my-sm-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }
    .m-sm-5 {
        margin: 3rem 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-sm-6 {
        margin: 5rem 5rem !important
    }
    .mt-sm-6 {
        margin-top: 5rem !important
    }
    .mr-sm-6 {
        margin-right: 5rem !important
    }
    .mb-sm-6 {
        margin-bottom: 5rem !important
    }
    .ml-sm-6 {
        margin-left: 5rem !important
    }
    .mx-sm-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-sm-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-sm-7 {
        margin: 7rem 7rem !important
    }
    .mt-sm-7 {
        margin-top: 7rem !important
    }
    .mr-sm-7 {
        margin-right: 7rem !important
    }
    .mb-sm-7 {
        margin-bottom: 7rem !important
    }
    .ml-sm-7 {
        margin-left: 7rem !important
    }
    .mx-sm-7 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-sm-7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .p-sm-0 {
        padding: 0 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: .25rem .25rem !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1 {
        padding-left: .25rem !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem .5rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2 {
        padding-left: .5rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 2rem 2rem !important
    }
    .pt-sm-4 {
        padding-top: 2rem !important
    }
    .pr-sm-4 {
        padding-right: 2rem !important
    }
    .pb-sm-4 {
        padding-bottom: 2rem !important
    }
    .pl-sm-4 {
        padding-left: 2rem !important
    }
    .px-sm-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
    .py-sm-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .p-sm-5 {
        padding: 3rem 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-sm-6 {
        padding: 5rem 5rem !important
    }
    .pt-sm-6 {
        padding-top: 5rem !important
    }
    .pr-sm-6 {
        padding-right: 5rem !important
    }
    .pb-sm-6 {
        padding-bottom: 5rem !important
    }
    .pl-sm-6 {
        padding-left: 5rem !important
    }
    .px-sm-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-sm-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-sm-7 {
        padding: 7rem 7rem !important
    }
    .pt-sm-7 {
        padding-top: 7rem !important
    }
    .pr-sm-7 {
        padding-right: 7rem !important
    }
    .pb-sm-7 {
        padding-bottom: 7rem !important
    }
    .pl-sm-7 {
        padding-left: 7rem !important
    }
    .px-sm-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-sm-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: .25rem .25rem !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1 {
        margin-left: .25rem !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-md-2 {
        margin: .5rem .5rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2 {
        margin-left: .5rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-md-3 {
        margin: 1rem 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {
        margin: 2rem 2rem !important
    }
    .mt-md-4 {
        margin-top: 2rem !important
    }
    .mr-md-4 {
        margin-right: 2rem !important
    }
    .mb-md-4 {
        margin-bottom: 2rem !important
    }
    .ml-md-4 {
        margin-left: 2rem !important
    }
    .mx-md-4 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }
    .my-md-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }
    .m-md-5 {
        margin: 3rem 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-md-6 {
        margin: 5rem 5rem !important
    }
    .mt-md-6 {
        margin-top: 5rem !important
    }
    .mr-md-6 {
        margin-right: 5rem !important
    }
    .mb-md-6 {
        margin-bottom: 5rem !important
    }
    .ml-md-6 {
        margin-left: 5rem !important
    }
    .mx-md-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-md-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-md-7 {
        margin: 7rem 7rem !important
    }
    .mt-md-7 {
        margin-top: 7rem !important
    }
    .mr-md-7 {
        margin-right: 7rem !important
    }
    .mb-md-7 {
        margin-bottom: 7rem !important
    }
    .ml-md-7 {
        margin-left: 7rem !important
    }
    .mx-md-7 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-md-7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .p-md-0 {
        padding: 0 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: .25rem .25rem !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1 {
        padding-left: .25rem !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-md-2 {
        padding: .5rem .5rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2 {
        padding-left: .5rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-md-3 {
        padding: 1rem 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 2rem 2rem !important
    }
    .pt-md-4 {
        padding-top: 2rem !important
    }
    .pr-md-4 {
        padding-right: 2rem !important
    }
    .pb-md-4 {
        padding-bottom: 2rem !important
    }
    .pl-md-4 {
        padding-left: 2rem !important
    }
    .px-md-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
    .py-md-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .p-md-5 {
        padding: 3rem 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-md-6 {
        padding: 5rem 5rem !important
    }
    .pt-md-6 {
        padding-top: 5rem !important
    }
    .pr-md-6 {
        padding-right: 5rem !important
    }
    .pb-md-6 {
        padding-bottom: 5rem !important
    }
    .pl-md-6 {
        padding-left: 5rem !important
    }
    .px-md-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-md-7 {
        padding: 7rem 7rem !important
    }
    .pt-md-7 {
        padding-top: 7rem !important
    }
    .pr-md-7 {
        padding-right: 7rem !important
    }
    .pb-md-7 {
        padding-bottom: 7rem !important
    }
    .pl-md-7 {
        padding-left: 7rem !important
    }
    .px-md-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-md-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: .25rem .25rem !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1 {
        margin-left: .25rem !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem .5rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2 {
        margin-left: .5rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {
        margin: 2rem 2rem !important
    }
    .mt-lg-4 {
        margin-top: 2rem !important
    }
    .mr-lg-4 {
        margin-right: 2rem !important
    }
    .mb-lg-4 {
        margin-bottom: 2rem !important
    }
    .ml-lg-4 {
        margin-left: 2rem !important
    }
    .mx-lg-4 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }
    .my-lg-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }
    .m-lg-5 {
        margin: 3rem 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-lg-6 {
        margin: 5rem 5rem !important
    }
    .mt-lg-6 {
        margin-top: 5rem !important
    }
    .mr-lg-6 {
        margin-right: 5rem !important
    }
    .mb-lg-6 {
        margin-bottom: 5rem !important
    }
    .ml-lg-6 {
        margin-left: 5rem !important
    }
    .mx-lg-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-lg-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-lg-7 {
        margin: 7rem 7rem !important
    }
    .mt-lg-7 {
        margin-top: 7rem !important
    }
    .mr-lg-7 {
        margin-right: 7rem !important
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important
    }
    .ml-lg-7 {
        margin-left: 7rem !important
    }
    .mx-lg-7 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-lg-7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .p-lg-0 {
        padding: 0 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: .25rem .25rem !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1 {
        padding-left: .25rem !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem .5rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2 {
        padding-left: .5rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 2rem 2rem !important
    }
    .pt-lg-4 {
        padding-top: 2rem !important
    }
    .pr-lg-4 {
        padding-right: 2rem !important
    }
    .pb-lg-4 {
        padding-bottom: 2rem !important
    }
    .pl-lg-4 {
        padding-left: 2rem !important
    }
    .px-lg-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
    .py-lg-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .p-lg-5 {
        padding: 3rem 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-lg-6 {
        padding: 5rem 5rem !important
    }
    .pt-lg-6 {
        padding-top: 5rem !important
    }
    .pr-lg-6 {
        padding-right: 5rem !important
    }
    .pb-lg-6 {
        padding-bottom: 5rem !important
    }
    .pl-lg-6 {
        padding-left: 5rem !important
    }
    .px-lg-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-lg-7 {
        padding: 7rem 7rem !important
    }
    .pt-lg-7 {
        padding-top: 7rem !important
    }
    .pr-lg-7 {
        padding-right: 7rem !important
    }
    .pb-lg-7 {
        padding-bottom: 7rem !important
    }
    .pl-lg-7 {
        padding-left: 7rem !important
    }
    .px-lg-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-lg-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: .25rem .25rem !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1 {
        margin-left: .25rem !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem .5rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2 {
        margin-left: .5rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {
        margin: 2rem 2rem !important
    }
    .mt-xl-4 {
        margin-top: 2rem !important
    }
    .mr-xl-4 {
        margin-right: 2rem !important
    }
    .mb-xl-4 {
        margin-bottom: 2rem !important
    }
    .ml-xl-4 {
        margin-left: 2rem !important
    }
    .mx-xl-4 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }
    .my-xl-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }
    .m-xl-5 {
        margin: 3rem 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-xl-6 {
        margin: 5rem 5rem !important
    }
    .mt-xl-6 {
        margin-top: 5rem !important
    }
    .mr-xl-6 {
        margin-right: 5rem !important
    }
    .mb-xl-6 {
        margin-bottom: 5rem !important
    }
    .ml-xl-6 {
        margin-left: 5rem !important
    }
    .mx-xl-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-xl-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-xl-7 {
        margin: 7rem 7rem !important
    }
    .mt-xl-7 {
        margin-top: 7rem !important
    }
    .mr-xl-7 {
        margin-right: 7rem !important
    }
    .mb-xl-7 {
        margin-bottom: 7rem !important
    }
    .ml-xl-7 {
        margin-left: 7rem !important
    }
    .mx-xl-7 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-xl-7 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .p-xl-0 {
        padding: 0 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: .25rem .25rem !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1 {
        padding-left: .25rem !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem .5rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2 {
        padding-left: .5rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 2rem 2rem !important
    }
    .pt-xl-4 {
        padding-top: 2rem !important
    }
    .pr-xl-4 {
        padding-right: 2rem !important
    }
    .pb-xl-4 {
        padding-bottom: 2rem !important
    }
    .pl-xl-4 {
        padding-left: 2rem !important
    }
    .px-xl-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }
    .py-xl-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .p-xl-5 {
        padding: 3rem 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-xl-6 {
        padding: 5rem 5rem !important
    }
    .pt-xl-6 {
        padding-top: 5rem !important
    }
    .pr-xl-6 {
        padding-right: 5rem !important
    }
    .pb-xl-6 {
        padding-bottom: 5rem !important
    }
    .pl-xl-6 {
        padding-left: 5rem !important
    }
    .px-xl-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-xl-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-xl-7 {
        padding: 7rem 7rem !important
    }
    .pt-xl-7 {
        padding-top: 7rem !important
    }
    .pr-xl-7 {
        padding-right: 7rem !important
    }
    .pb-xl-7 {
        padding-bottom: 7rem !important
    }
    .pl-xl-7 {
        padding-left: 7rem !important
    }
    .px-xl-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-xl-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: normal
}

.font-weight-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #ccc !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #b3b3b3 !important
}

.text-primary {
    color: #000 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #000 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #58D39C !important
}

a.text-info:focus,
a.text-info:hover {
    color: #34c484 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #E34E3D !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #cf301e !important
}

.text-gray-dark {
    color: #4a4a4a !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #313131 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.d6-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px
}

@media (min-width: 992px) {
    .d6-truncate3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 32px;
        max-height: 96px
    }
}

.d6-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px
}

@media (min-width: 992px) {
    .d6-truncate2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 32px;
        max-height: 64px
    }
}

.d7-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px
}

@media (min-width: 992px) {
    .d7-truncate2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 28px;
        max-height: 56px
    }
}

.d7-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px
}

@media (min-width: 992px) {
    .d7-truncate3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 28px;
        max-height: 84px
    }
}

.d8-truncate1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: 24px
}

.d8-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px
}

@media (min-width: 992px) {
    .d8-truncate3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 27px;
        max-height: 81px
    }
}

.d9-truncate1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 16px;
    max-height: 16px
}

.d9-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 16px;
    max-height: 32px
}

.d9-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 16px;
    max-height: 48px
}

@media (min-width: 992px) {
    .d9-truncate3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-height: 27px;
        max-height: 81px
    }
}

* {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "Newsreader", serif
}

body.modal-open {
    padding-right: 0 !important
}

a {
    transition: all 0.2s ease-in-out
}

a:hover {
    opacity: 1;
    color: #0051f0
}

a.accent,
.wysiwyg-text-wrapper p a {
    word-wrap: break-word
}

a.accent:hover,
.wysiwyg-text-wrapper p a:hover {
    color: #0051f0
}

a:focus {
    outline: 0
}

button span:focus {
    outline: 0
}

.btn-outline-secondary:hover {
    color: #246EFF
}

.btn-secondary:hover {
    color: #0051f0
}

.btn-primary:focus,
.wysiwyg-text-wrapper a.btn-primary:focus,
.btn-outline-primary:focus,
.btn-outline-secondary:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.btn-primary.disabled,
.wysiwyg-text-wrapper a.disabled.btn-primary,
a.disabled.btn-primary,
.btn-primary:disabled,
.wysiwyg-text-wrapper a.btn-primary:disabled,
a.btn-primary:disabled {
    background-color: #cfd8dc;
    border-color: #cfd8dc;
    color: #343434
}

.close {
    color: #fff;
    opacity: 1;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1;
    text-shadow: none;
    transition: all 0.2s ease-in-out
}

.close.black {
    color: #000;
    font-size: 1.5rem
}

.close.black-modal {
    color: #000
}

.btn {
    border-width: 2px;
    font-family: "Red Hat Display", sans-serif;
    cursor: pointer
}

.btn.btn-tertiary {
    color: #000;
    background-color: #eceff1;
    border-color: #eceff1;
    cursor: pointer;
    width: 100px
}

.btn.btn-tertiary:hover {
    background: #cfd6db;
    transition: all 0.2s ease-in-out
}

.btn.btn-quaternary {
    color: #fff;
    background-color: #343434;
    border: 1px solid #fff;
    width: 100px
}

.btn.btn-quaternary:hover {
    background: #cfd6db;
    transition: all 0.2s ease-in-out;
    color: #000
}

.btn.search {
    padding: .5rem 0;
    border-radius: 5px;
    border: solid 2px #cfd8dc;
    background-color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn.search {
        padding: 1rem 1.6rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn.search {
        padding: 1rem 3rem
    }
}

@media (min-width: 1200px) {
    .btn.search {
        padding: 1rem 3.5rem
    }
}

.btn.search:hover,
.btn.search.active {
    border-color: #246EFF;
    background-color: #246EFF;
    color: #fff
}

.dropdown-menu {
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.3)
}

@media (max-width: 575px) {
    .no-xs-guts {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }
    .no-xs-guts>.col,
    .no-xs-guts>[class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }
}

.carousel-indicators li {
    border-radius: 6px
}

.nowrap {
    white-space: nowrap
}

.word-wrap {
    word-wrap: break-word
}

.phone-link:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../image/icon-phone.svg");
    margin-right: 7px;
    vertical-align: middle
}

.email-link:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url("../image/icon-email.svg");
    margin-right: 7px;
    vertical-align: middle
}

.profile-img {
    width: 136px;
    border-radius: 100%
}

@media (max-width: 767px) {
    .profile-img {
        width: 120px
    }
}

.profile-img-alt {
    width: 90px;
    border-radius: 100%
}

@media (max-width: 991px) {
    .profile-img-alt {
        width: 78px
    }
}

.profile-img-standard {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 100%;
    margin: 0px;
    padding: 0px
}

.profile-img-leader {
    width: 120px;
    height: 120px;
    border-radius: 100%
}

.circular {
    border-radius: 100%
}

.video-player {
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.img-shadow {
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.5)
}

.border-after:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid #e4eaef;
    margin: 3rem 0 0
}

.border-after.border-after__thin:after {
    border-bottom-width: 1px;
    margin: 1rem 0
}

@media (max-width: 991px) {
    .border-after.border-after__modal:after {
        border-bottom-width: 0
    }
}

.border-before:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 2px solid #e4eaef;
    margin: 3rem 0 0
}

.border-before.border-after__thin:before {
    border-top-width: 1px;
    margin: 1rem 0
}

@media (max-width: 991px) {
    .border-before.border-after__modal:before {
        border-top-width: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none
    }
}

.share-bar.share-bar--small img.share-bar__icon {
    height: 20px
}

.tooltip {
    font-size: 16px
}

.tooltip .tooltip-inner {
    border-radius: 5px
}

.tooltip img {
    height: 18px;
    margin: 0 7px
}

.share {
    z-index: 100
}

.share.share--cart {
    width: 43px;
    height: 24px;
    background-image: url("../image/cart.svg");
    background-repeat: no-repeat
}

.share.share--cart:hover {
    background-image: url("../image/cart.svg")
}

.share.share--cart.active {
    background-image: url("../image/cart.svg")
}

.share.share--facebook {
    width: 38px;
    height: 15px;
    background-image: url("../image/icon-share.svg");
    background-repeat: no-repeat
}

.share.share--facebook:hover {
    background-image: url("../image/icon-share.svg")
}

.share.share--facebook.active {
    background-image: url("../image/icon-share-accent.svg")
}

.share.share--save {
    width: 38px;
    height: 20px;
    background-image: url("../image/icon-save.svg");
    background-repeat: no-repeat
}

.share.share--save:hover {
    background-image: url("../image/icon-save-dark.svg")
}

.share.share--save.active {
    background-image: url("../image/icon-save-accent.svg")
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .carousel-item {
        opacity: 0;
        transition: opacity 0.75s ease
    }
    .carousel-item.active {
        opacity: 1
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .carousel-item {
        transition: width .5s ease
    }
}

.btn-light {
    color: #333 !important
}

.popover {
    background: transparent !important;
    top: 5px !important;
    left: -8px !important
}

.popover-title {
    padding: 6px !important;
    border-radius: 6px;
    background-color: #333 !important
}

.popover-title .bg-gray-dark {
    background-color: #333 !important
}

.bg-gray-dark {
    background-color: #333
}

.share-img {
    width: 10px;
    height: 10px
}

.popover-content {
    border-radius: 0 !important
}

.popover a:hover {
    color: #fff
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-width='.25px' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-width='.25px' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important
}

@media only screen and (max-device-width: 459px) {
    .table th,
    .table td {
        padding: .15rem !important
    }
}

.jumbotron .bg-video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 575px) {
    .jumbotron .bg-video {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .jumbotron.with-bg-video {
        background: none !important
    }
}

.bg-red {
    background-color: #246EFF
}

.bg-#000 {
    background-color: #000
}

.bg-wht {
    background-color: #fff
}

.bg-gray {
    background-color: #cfd8dc
}

.bg-gray-dark {
    background-color: #4a4a4a
}

.bg-gray-light {
    background-color: #e4eaef
}

.bg-gray-lighter {
    background-color: #eceff1
}

.bg-gray-lightest {
    background-color: #f5f5f5
}

.bg-gray-ultra-light {
    background-color: #f9f9f9
}

.bg-footer-gray {
    background-color: #3f3f3f
}

.bg-footer-gray2 {
    background-color: #343434
}

.bg-stone {
    background-color: #000
}

.bg-teal {
    background-color: #E34E3D
}

.bg-plum {
    background-color: #A8D9DC
}

.bg-blue {
    background-color: #4f8fb2
}

.bg-teal {
    background-color: #3625A8
}

.text-red {
    color: #246EFF
}

.text-#000 {
    color: #000
}

.text-wht {
    color: #fff
}

.text-gray {
    color: #cfd8dc
}

.text-gray-dark {
    color: #4a4a4a
}

.text-gray-light {
    color: #e4eaef
}

.text-gray-lighter {
    color: #eceff1
}

.text-gray-lightest {
    color: #f5f5f5
}

.text-gray-ultra-light {
    color: #f9f9f9
}

.text-footer-gray {
    color: #3f3f3f
}

.text-footer-gray2 {
    color: #343434
}

.text-stone {
    color: #000
}

.text-teal {
    color: #E34E3D
}

.text-plum {
    color: #A8D9DC
}

.text-blue {
    color: #4f8fb2
}

.card {
    margin-bottom: 2rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    border: none;
    height: 350px;
    transition: 0.3s
}

@media (min-width: 576px) {
    .card {
        height: 360px
    }
}

@media (min-width: 992px) {
    .card {
        height: 420px
    }
}

@media (min-width: 1200px) {
    .card {
        height: 430px
    }
}

.card:hover {
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.member-default {
    background-color: #eceff1
}

.member-default .letters {
    color: #BCBFC0
}

.member-name {
    word-wrap: break-word
}

.list-card {
    margin-bottom: 2rem;
    border-top: 1px solid #eceff1;
    position: relative
}

.list-card-module {
    border-bottom: 1px solid #eceff1
}

.list-card-latest-news {
    margin-bottom: 2rem;
    position: relative
}

.list-card-latest-news [class*='col-'] {
    border-top: 1px solid #eceff1
}

.list-card-latest-news .card-img-right {
    object-fit: cover;
    height: 56px;
    width: 56px
}

@media (min-width: 576px) {
    .list-card-latest-news .card-img-right {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) {
    .list-card-latest-news .card-img-right {
        width: 100%;
        height: 90px
    }
}

@media (min-width: 992px) {
    .list-card-latest-news .card-img-right {
        height: 120px
    }
}

.list-card-latest-news .card-img-right.download {
    object-fit: initial
}

@media (min-width: 768px) {
    .list-card-latest-news .gen-list-item-icons {
        bottom: 10px
    }
}

.list-card-latest-news .border {
    border-top: 1px solid #eceff1
}

.obj-fit-ie {
    height: 56px;
    width: 56px;
    margin-top: 20px !important
}

@media (min-width: 576px) {
    .obj-fit-ie {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) {
    .obj-fit-ie {
        width: 100%;
        height: 90px
    }
}

@media (min-width: 992px) {
    .obj-fit-ie {
        height: 120px;
        margin-top: 35px !important
    }
}

.card-img-right {
    object-fit: cover;
    height: 56px;
    width: 56px
}

@media (min-width: 576px) {
    .card-img-right {
        height: 64px;
        width: 64px
    }
}

.card-img-right.download {
    object-fit: initial
}

.card-img-right.square {
    border-radius: 0
}

.profile-img-list {
    border-radius: 36px
}

.card-icons {
    border-top: 1px solid #eceff1;
    position: absolute;
    bottom: 0
}

.card-icons img {
    cursor: pointer
}

.card-icons img:hover {
    opacity: .7
}

.card-icons.relative {
    position: relative
}

.card-link {
    color: #000
}

.card-link:hover {
    color: #000
}

.card-link .card-title:hover {
    color: #0051f0
}

.card-img-top {
    height: 120px;
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-img-top {
        height: 124px
    }
}

@media (min-width: 992px) {
    .card-img-top {
        height: 140px
    }
}

.gen-list-item-icons {
    position: relative
}

@media (min-width: 768px) {
    .gen-list-item-icons {
        position: absolute;
        right: 1.25rem;
        bottom: 0;
        top: 0
    }
    .gen-list-item-icons img {
        cursor: pointer
    }
    .gen-list-item-icons img:hover {
        opacity: .7
    }
}

.no-image .no-image-icon {
    width: 90px;
    height: 96px;
    object-fit: none;
    margin-top: 24px
}

@media (min-width: 768px) and (max-width: 991px) {
    .no-image .no-image-icon {
        margin-top: 28px
    }
}

@media (min-width: 992px) {
    .no-image .no-image-icon {
        margin-top: 44px
    }
}

.event-card {
    border-top: 6px solid #246EFF
}

.event-card-list {
    border-left: 6px solid #246EFF
}

@media (max-width: 767px) {
    .event-card:not(:first-of-type) {
        margin-top: 2rem
    }
}

.member-card-img {
    height: 80px;
    width: 80px;
    border-radius: 100%
}

@media (min-width: 1200px) {
    .member-card-img {
        border-radius: 100%;
        height: 104px;
        width: 104px
    }
}

.profile-name-link {
    color: #000 !important
}

.profile-name-link:hover {
    color: #0051f0 !important
}

.member-title:nth-child(3n) {
    margin-top: -3px !important
}

.profile-co-link p {
    color: #246EFF !important
}

.profile-co-link p:hover {
    color: #0051f0 !important
}

.publication-card-img {
    height: 78px;
    width: 60px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 991px) {
    .publication-card-img {
        height: 92px;
        width: 70px
    }
}

@media (min-width: 992px) {
    .publication-card-img {
        height: 132px;
        width: 104px
    }
}

@media (max-width: 768px) {
    .card.pub-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -5px;
        border-top: 1px solid #eceff1;
        position: relative;
        margin-bottom: 2rem;
        border-top: 1px solid #eceff1;
        position: relative;
        height: 180px;
        box-shadow: none !important
    }
    .card.pub-card:hover {
        box-shadow: none !important
    }
    .card.pub-card .card-icons {
        border-top: none
    }
    .card.pub-card .card-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pub-text {
        padding: 0px;
        margin: 0px;
        padding-left: .5rem !important
    }
    .pub-text .card-title {
        font-size: 1rem;
        line-height: 1.5rem;
        opacity: .9;
        font-weight: 400;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .flex-card {
        -ms-flex: 0 0 16.66667% !important;
        flex: 0 0 16.66667% !important;
        max-width: 16.66667% !important
    }
    .flex-text {
        -ms-flex: 0 0 83.33333% !important;
        flex: 0 0 83.33333% !important;
        max-width: 83.33333% !important
    }
    .flex-text .display8,
    .flex-text .wysiwyg-text-wrapper p,
    .wysiwyg-text-wrapper .flex-text p,
    .flex-text .wysiwyg-text-wrapper ul li,
    .wysiwyg-text-wrapper ul .flex-text li,
    .flex-text .wysiwyg-text-wrapper ol li,
    .wysiwyg-text-wrapper ol .flex-text li {
        font-size: .75rem !important;
        line-height: 1rem;
        opacity: .9;
        font-weight: 400;
        font-family: "sofia_pro_regularregular"
    }
    .flex-text .d6-truncate3 {
        max-height: 53px
    }
    .publication-card-img {
        display: inline !important;
        object-fit: cover;
        height: 56px;
        width: 56px;
        margin-right: 0px !important;
        margin-left: 10px !important;
        padding-right: .5rem !important;
        padding-left: .5rem !important;
        box-shadow: none !important
    }
    .publication-card-img:hover {
        box-shadow: none !important
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .publication-card-img {
        height: 64px;
        width: 64px
    }
}

@media (max-width: 768px) {
    .publication-card-img.download {
        object-fit: initial
    }
    .publication-card-img.square {
        border-radius: 0
    }
}

#shopping-cart,
.form-control {
    font-family: "Red Hat Display", sans-serif
}

.parsley-errors-list,
.parsley-errors-list li {
    list-style: none !important;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
    font-size: 16px !important;
    color: #e31837 !important;
    padding: 6px 0 0 !important;
    margin: 0 !important
}

.parsley-errors-list li {
    padding: 0 !important
}

select.form-control:not([size]):not([multiple]) {
    height: 56px !important
}

input::-ms-clear {
    display: none
}

input[name="fromDate"].form-control,
input[name="toDate"].form-control {
    height: 50px !important;
    padding: 16px 20px !important
}

label.custom-control {
    height: 24px
}

button.close {
    bottom: 11px !important
}

.parsley-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") !important;
    background-position: right 0.5625rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1.125rem 1.125rem !important;
    border-color: #e31837 !important
}

.parsley-errors-list,
.parsley-errors-list li {
    list-style: none !important;
    color: #e31837 !important;
    padding: 0 !important;
    margin: 0.25rem 0 0 !important
}

.error-message-list {
    margin-top: -10px !important
}

.required-indicator {
    color: #e31837
}

@media only screen and (max-device-width: 459px) {
    .form-inline .btn {
        width: 100% !important
    }
}


/* p {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Newsreader", serif
}

@media (min-width: 576px) and (max-width: 767px) {
    p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 1.5rem;
        line-height: 2rem
    }
} */

.display1 {
    font-size: 4rem;
    line-height: 4.875rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display1 {
        font-size: 4rem;
        line-height: 4.875rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display1 {
        font-size: 4rem;
        line-height: 4.875rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display1 {
        font-size: 4.5rem;
        line-height: 5.375rem
    }
}

@media (min-width: 1200px) {
    .display1 {
        font-size: 4.5rem;
        line-height: 5.375rem
    }
}

.display2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display2 {
        font-size: 3.5rem;
        line-height: 4.25rem
    }
}

@media (min-width: 1200px) {
    .display2 {
        font-size: 3.5rem;
        line-height: 4.25rem
    }
}

.display3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    opacity: .9;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400
}

@media (min-width: 576px) and (max-width: 767px) {
    .display3 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display3 {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display3 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media (min-width: 1200px) {
    .display3 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

.display4,
.wysiwyg-text-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display4,
    .wysiwyg-text-wrapper h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display4,
    .wysiwyg-text-wrapper h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display4,
    .wysiwyg-text-wrapper h2 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

@media (min-width: 1200px) {
    .display4,
    .wysiwyg-text-wrapper h2 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

.display5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display5 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display5 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display5 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    .display5 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.display6,
.wysiwyg-text-wrapper h3,
.wysiwyg-text-wrapper h5,
.wysiwyg-text-wrapper h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display6,
    .wysiwyg-text-wrapper h3,
    .wysiwyg-text-wrapper h5,
    .wysiwyg-text-wrapper h6 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display6,
    .wysiwyg-text-wrapper h3,
    .wysiwyg-text-wrapper h5,
    .wysiwyg-text-wrapper h6 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display6,
    .wysiwyg-text-wrapper h3,
    .wysiwyg-text-wrapper h5,
    .wysiwyg-text-wrapper h6 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    .display6,
    .wysiwyg-text-wrapper h3,
    .wysiwyg-text-wrapper h5,
    .wysiwyg-text-wrapper h6 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.display7,
.wysiwyg-text-wrapper h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display7,
    .wysiwyg-text-wrapper h4 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display7,
    .wysiwyg-text-wrapper h4 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display7,
    .wysiwyg-text-wrapper h4 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1200px) {
    .display7,
    .wysiwyg-text-wrapper h4 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.display8,
.wysiwyg-text-wrapper p,
.wysiwyg-text-wrapper ul li,
.wysiwyg-text-wrapper ol li {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display8,
    .wysiwyg-text-wrapper p,
    .wysiwyg-text-wrapper ul li,
    .wysiwyg-text-wrapper ol li {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display8,
    .wysiwyg-text-wrapper p,
    .wysiwyg-text-wrapper ul li,
    .wysiwyg-text-wrapper ol li {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display8,
    .wysiwyg-text-wrapper p,
    .wysiwyg-text-wrapper ul li,
    .wysiwyg-text-wrapper ol li {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

@media (min-width: 1200px) {
    .display8,
    .wysiwyg-text-wrapper p,
    .wysiwyg-text-wrapper ul li,
    .wysiwyg-text-wrapper ol li {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.display9 {
    font-size: .75rem;
    line-height: 1rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display9 {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display9 {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display9 {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (min-width: 1200px) {
    .display9 {
        font-size: .75rem;
        line-height: 1rem
    }
}

.display4__testimonial {
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Newsreader", serif
}

@media (min-width: 576px) and (max-width: 767px) {
    .display4__testimonial {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display4__testimonial {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .display4__testimonial {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

@media (min-width: 1200px) {
    .display4__testimonial {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

.display8__alt {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Newsreader", serif
}

h1,
.h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: .9;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif
}

@media (min-width: 576px) and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.lead.light {
    opacity: 1;
    color: #fff
}

.bold,
.wysiwyg-text-wrapper h2,
.wysiwyg-text-wrapper h3,
.wysiwyg-text-wrapper p strong {
    font-weight: bold
}

.secondary,
.wysiwyg-text-wrapper h6,
.wysiwyg-text-wrapper p,
.wysiwyg-text-wrapper ul li,
.wysiwyg-text-wrapper ol li {
    color: rgba(0, 0, 0, 0.75)
}

.disabled {
    opacity: .6
}

.accent,
.wysiwyg-text-wrapper p a {
    opacity: 1;
    color: #246EFF
}

.light {
    opacity: 1;
    color: #fff
}

.fade-in {
    opacity: 0;
    animation: fadeIn .7s ease-in 1.8s;
    animation-fill-mode: forwards
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.sliding-u-l-r {
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
    width: 0px;
    transition: 0.5s ease;
    white-space: nowrap;
    height: 25px
}

.sliding-u-l-r:hover {
    border-bottom: 3px solid #246EFF;
    width: 125px
}

.slide-up {
    animation: slide-fade 450ms ease-out backwards
}

.slide-up.slide-up--delay-1 {
    animation-delay: 150ms
}

.slide-up.slide-up--delay-2 {
    animation-delay: 300ms
}

.slide-up.slide-up--delay-3 {
    animation-delay: 450ms
}

@keyframes slide-fade {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.modal {
    overflow-y: hidden !important
}

.modal-content {
    border-radius: .3rem
}

.header-menus .collapse {
    background: #fff
}

@media (max-width: 767px) {
    .header-menus .collapse.show {
        border-bottom: 1px solid #eceff1
    }
}

.navbar {
    font-family: "Red Hat Display", sans-serif;
    background: #fff;
    z-index: 1000
}

@media (min-width: 768px) {
    .navbar {
        box-shadow: 0 8px 6px -8px rgba(160, 160, 160, 0.67)
    }
}

@media (max-width: 767px) {
    .navbar>.container {
        width: 100%
    }
}

.header-menus .navbar-nav {
    width: 100%
}

@media (min-width: 768px) {
    .header-menus .navbar-nav {
        width: auto;
        margin-right: 0;
        margin-left: 0
    }
}

.header-menus .nav-item:nth-last-child(2) .dropdown-menu {
    border-bottom: 0
}

.header-menus .nav-link {
    margin-right: 17px;
    margin-left: 17px;
    border: none
}

@media (min-width: 768px) {
    .header-menus .nav-link {
        border: none;
        margin-right: 0;
        margin-left: 0
    }
}

.header-menus .nav-link.active {
    color: #246EFF
}

@media (min-width: 768px) {
    .header-menus .nav-link.active {
        border: none;
        border-bottom: 3px solid #246EFF
    }
}

.header-menus .nav-link:hover {
    color: #3625A8 !important
}

.header-menus .mainMenu .nav-item .nav-link {
    height: 46px;
    cursor: pointer
}

@media (max-width: 767px) {
    .header-menus .mainMenu .nav-item .nav-link:after {
        content: "";
        display: block;
        background: url("../image/down-arrow.svg") no-repeat;
        width: 9px;
        height: 9px;
        float: right;
        margin: 8px 4px 0 0;
        transition: all 0.2s ease-in-out
    }
}

@media (max-width: 767px) {
    .header-menus .mainMenu .nav-item.show .nav-link:after {
        content: "";
        display: block;
        background: url("../image/up-arrow.svg") no-repeat;
        width: 9px;
        height: 9px;
        float: right;
        margin: 8px 4px 0 0;
        transition: all 0.2s ease-in-out
    }
}

.header-menus .mainMenu .search-icon {
    width: 13.3px;
    height: 13.6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: url("../image/magnifying-glass.svg") no-repeat
}

.header-menus .mainMenu .search-icon:hover {
    background: url("../image/magnifying-glass-blue.svg") no-repeat
}

.header-menus .mainMenu .dropdown-menu {
    box-shadow: none
}

.header-menus .topMenu .locations .nav-link:after {
    content: '';
    display: block;
    background: url("../image/down-arrow.svg") no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    margin: 8px 4px 0 0
}

@media (min-width: 768px) {
    .header-menus .topMenu .locations .nav-link:after {
        margin: 6px 2px 0 4px
    }
}

.header-menus .topMenu .locations.show .nav-link:after {
    content: '';
    display: block;
    background: url("../image/up-arrow.svg") no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    margin: 8px 4px 0 0
}

@media (min-width: 768px) {
    .header-menus .topMenu .locations.show .nav-link:after {
        margin: 6px 2px 0 4px
    }
}

.header-menus .topMenu .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eceff1
}

@media (min-width: 768px) {
    .header-menus .topMenu .dropdown-menu {
        border: 1px solid #eceff1;
        top: 30px
    }
}

.header-menus .topMenu li {
    font-size: 1rem;
    color: #000
}

@media (min-width: 768px) {
    .header-menus .topMenu li {
        font-size: .75rem
    }
}

@media (max-width: 767px) {
    .header-menus .topMenu li:nth-last-child(1) .dropdown-menu {
        border-bottom: 0
    }
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .navbar-brand {
        position: relative;
        top: 3px
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        top: 0
    }
}

.icsc-logo {
    width: 82px;
    height: 60px;
    background: url("../picture/logo.jpg") no-repeat;
    background-size: 82px 60px
}

@media (min-width: 768px) {
    .icsc-logo {
        width: 120px;
        height: 66px;
        background-size: 120px 66px
    }
}

.avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.mobile-buttons {
    box-shadow: 0 8px 6px -8px rgba(160, 160, 160, 0.67)
}

.nav-divider {
    height: 100%;
    border-left: 2px solid #eceff1
}

.button-group {
    width: 70px;
    height: 40px
}

@media (min-width: 768px) {
    .button-group {
        width: auto
    }
}

.navbar-toggler {
    height: 100%;
    padding-top: 1px
}

.navbar-toggler span {
    padding-top: 2px;
    width: 100%
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 3px
}

.navbar-toggler .icon-bar {
    background-color: #5f5d5d;
    border-radius: 0;
    -ms-transform-origin: 12% 50%;
    transform-origin: 12% 50%;
    transition: all 0.5s
}

.navbar-toggler .icon-bar:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-toggler .icon-bar:nth-child(2) {
    opacity: 0
}

.navbar-toggler .icon-bar:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggler.collapsed .icon-bar {
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-collapse {
    margin-left: 4px
}

.nav-tabs {
    border: none
}

.tab-content-megaMenu {
    position: absolute;
    top: 112px;
    right: 0;
    left: 0;
    z-index: 900;
    background: #fff
}

.megaMenu {
    border-bottom: 2px solid #eceff1
}

@media (min-width: 768px) and (max-width: 991px) {
    .megaMenu {
        height: 340px
    }
}

@media (min-width: 992px) {
    .megaMenu {
        height: 270px
    }
}

.megaMenu .related {
    border-left: 1px solid #eceff1
}

.footer .nav-link {
    opacity: .6;
    color: #fff !important;
    text-align: center
}

.footer .nav-link:hover {
    color: #fff;
    opacity: 1
}

@media (min-width: 768px) {
    .footer .nav-link {
        text-align: left
    }
}

.footer-attributes {
    text-align: center
}

@media (min-width: 768px) {
    .footer-attributes {
        text-align: left
    }
}

.short-hero {
    background-position: center center;
    background-size: cover;
    position: relative
}

.short-hero:before {
    position: absolute;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.short-hero.no-overlay:before {
    background-color: transparent
}

.results-hero {
    position: relative;
    background: #fff
}

.results-hero .search-date {
    border: 0 !important
}

.results-hero .heroCat {
    cursor: pointer
}

.results-hero .heroCat:after {
    content: '';
    display: inline-block;
    background: url("../image/down-arrow.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 18px;
    margin: 24px 0px 0px 14px;
    transition: width .2s ease-in-out
}

@media (min-width: 768px) and (max-width: 991px) {
    .results-hero .heroCat:after {
        width: 20px;
        height: 14px;
        margin: 20px 0px 0px 10px
    }
}

@media (max-width: 767px) {
    .results-hero .heroCat:after {
        width: 16px;
        height: 10px;
        margin: 16px 0px 0px 6px
    }
}

.results-hero .heroCat:hover:after {
    background: url("../image/down-arrow-hover.svg") no-repeat;
    background-size: cover;
    transition: width .2s ease-in-out
}

.results-hero .dropdown-rappa {
    position: relative
}

.dropdown-item.active {
    background-color: #246EFF
}

.listing-filters .btn-filter {
    background-color: #eceff1;
    border: 1px solid #cfd8dc;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.listing-filters .btn-filter:after {
    content: '';
    display: block;
    background: url("../image/filter.svg") no-repeat;
    width: 19px;
    height: 19px;
    float: right;
    margin: 3px 14px 0 0;
    transition: all 0.2s ease-in-out
}

.listing-filters .btn-filter.small:after {
    background-size: 14px 14px;
    margin-top: 7px
}

.listing-filters .btn-filter:hover {
    background: #cfd6db;
    color: #000;
    transition: all 0.2s ease-in-out
}

.listing-filters .btn-filter:hover:after {
    transition: all 0.2s ease-in-out
}

.listing-filters .nav-item.show .nav-link {
    background-color: inherit;
    color: #246EFF
}

.listing-filters .sort-list:after {
    content: '';
    display: block;
    background: url("../image/down-arrow.svg") no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    margin: 10px 4px 0 14px
}

.listing-filters .sort-list.small:after {
    margin: 6px 12px
}

.listing-filters .cards .nav-link {
    cursor: pointer;
    height: 52px;
    width: 54px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    background: url("../image/cards-disabled.svg") no-repeat center center;
    border-right: 0
}

@media (min-width: 768px) {
    .listing-filters .cards .nav-link {
        height: 52px;
        width: 54px
    }
}

.listing-filters .cards .nav-link.active {
    background: url("../image/cards-active.svg") no-repeat center center;
    cursor: pointer
}

.listing-filters .cards .nav-link:hover {
    background: url("../image/cards-hover.svg") no-repeat center center;
    cursor: pointer
}

.listing-filters .cards .nav-link.disabled:hover {
    opacity: .3
}

.listing-filters .list .nav-link {
    cursor: pointer;
    height: 52px;
    width: 54px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    background: url("../image/list-disabled.svg") no-repeat center center
}

.listing-filters .list .nav-link.active {
    background: url("../image/list-active.svg") no-repeat center center;
    cursor: pointer
}

.listing-filters .list .nav-link:hover {
    background: url("../image/list-hover.svg") no-repeat center center;
    cursor: pointer
}

.listing-filters .list .nav-link.disabled:hover {
    opacity: .3
}

.big-red {
    background: url("../image/pattern-secondary3.svg") no-repeat;
    background-position: left center;
    background-size: cover;
    background-color: #246EFF
}

@media (min-width: 768px) {
    .big-red {
        background-position: center center
    }
}

.big-red .hero-desc {
    max-width: 612px
}

.search-module {
    transition: opacity .35s ease-in-out, transform .35s step-end, max-height .35s step-end;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    font-family: "Newsreader", serif;
    font-weight: 600;
    -ms-transform: translateY(1.025rem) scale(1.1);
    transform: translateY(1.025rem) scale(1.1);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0 8px 6px -8px rgba(160, 160, 160, 0.67)
}

.search-module .close-btn {
    position: absolute;
    right: .75rem;
    fill: #6e6e6e;
    background: transparent;
    border: 0;
    z-index: 9999;
    top: 4px;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px
}

.search-module .close-btn svg {
    width: 1.25;
    height: 1.375rem;
    position: absolute;
    cursor: pointer
}

.search-module .close-btn:hover {
    opacity: 1
}

.search-module--open {
    max-height: 100vh;
    opacity: 1;
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    transition: opacity .35s ease-in-out, transform .3s;
    visibility: visible
}

.search-module__input-container {
    background: #fff;
    height: 100vh;
    position: relative;
    z-index: 10
}

@media (max-width: 767px) {
    .search-module .container {
        width: 100%
    }
    .search-module__input-container {
        min-height: 100vh
    }
    .search-input__all {
        padding-bottom: 0;
        top: auto;
        bottom: -3.4rem
    }
    .search-input__all--static {
        font-size: 1.1rem
    }
}

.search-module__feature {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .075em;
    font-weight: 600;
    color: #5e5e5e
}

.search-module__loading-container {
    margin-top: 40px
}

.search-input {
    position: relative;
    border-bottom: 2px solid #ccc;
    border-radius: 1px;
    z-index: 5;
    margin-right: 5%
}

.search-input--static {
    border-bottom-color: gray;
    margin-right: 0
}

.search-input__form {
    position: relative
}

.search-input__highlight,
.search-input__input {
    position: relative;
    background: transparent;
    border: 0;
    line-height: 1.3;
    outline: none;
    font-weight: 300
}

.search-input__input {
    z-index: 15;
    width: 100%;
    margin-bottom: .3rem;
    color: #000;
    padding: 0
}

.search-input__input::-webkit-input-placeholder {
    color: #ccc;
    line-height: 1.35
}

.search-input__input:-moz-placeholder,
.search-input__input::-moz-placeholder {
    color: #ccc;
    line-height: 1.35
}

.search-input__input:-ms-input-placeholder {
    color: #ccc;
    line-height: 1.35
}

.search-input__input--static {
    color: #f7f7f7
}

.search-input__input--static::-webkit-input-placeholder {
    color: gray;
    line-height: 1.35
}

.search-input__input--static:-moz-placeholder,
.search-input__input--static::-moz-placeholder {
    color: gray;
    line-height: 1.35
}

.search-input__input--static:-ms-input-placeholder {
    color: gray;
    line-height: 1.35
}

.search-input__highlight {
    z-index: 10;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 0;
    overflow: hidden;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    border-radius: 2px;
    min-width: 3px
}

.search-input__all {
    position: absolute;
    text-align: right;
    display: block;
    opacity: 0;
    background: none;
    border: 0;
    top: 1rem;
    right: 0;
    width: 10rem;
    padding: 1.5rem 0;
    z-index: 20;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity .125s;
    transition: color .15s
}

.search-input__all .search-input__all-link {
    color: #5e5e5e;
    display: inline-block;
    vertical-align: middle
}

.search-input__all .search-input__all-link--with-value {
    color: #b3b3b3
}

.search-input__all:hover .search-input__all-svg-line {
    stroke: #ff3530
}

.search-input__all--show {
    transition: opacity .125s;
    opacity: 1
}

.search-input__all:hover {
    transition: color .15s;
    color: #f7f7f7
}

.search-input__all--static {
    background: none;
    border: 0;
    position: absolute;
    bottom: -4rem;
    right: 0;
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .075em;
    font-weight: 600
}

.search-input__all--static-svg {
    width: 7px;
    height: 12px;
    margin-left: .8rem;
    vertical-align: middle
}

.search-input__all--static-svg-line {
    stroke: #ddd;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10
}

.search-input__all-svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: .8rem;
    width: 7px;
    height: 12px
}

.search-input__all-svg-line {
    transition: stroke .15s;
    stroke: #5e5e5e;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10
}

.search-input__all-svg-line--with-value {
    stroke: #f7f7f7
}

.search-form {
    position: relative
}

.search-form__column {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .search-form__column {
        margin-left: 16.66667%;
        float: left;
        width: 66.66667%
    }
}

.search-bar .row {
    position: relative
}

.search-bar .col {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0
}

.search-bar .search-icon {
    height: 30px;
    width: 30px
}

.search-bar input {
    opacity: 1
}

.search-bar .row {
    position: relative
}

.search-bar .col {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0
}

.search-bar .search-icon {
    height: 30px;
    width: 30px
}

.search-bar input {
    opacity: 1
}

.filter-panel .btn {
    padding: .75rem 0
}

.primary-panel.collapsing,
.primary-panel.show {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.facet-group {
    font-weight: bold
}

.facet-group:hover,
.facet-group:focus {
    color: #e6e6e6
}

.facet-group:not(first-of-type) {
    margin-top: 10px
}

.facet-group.collapsed {
    transition: all 0.2s ease-in-out
}

.facet-group.collapsed:before {
    content: '+'
}

.facet-group:before {
    content: '-';
    display: inline-block;
    width: 11px;
    height: 8px;
    transition: all 0.2s ease-in-out
}

.facetLink {
    cursor: pointer
}

.facetLink.collapsed {
    transition: all 0.2s ease-in-out
}

.facetLink.collapsed .facet:after {
    transition: all 0.2s ease-in-out;
    background: url("../image/down-arrow-white.svg") no-repeat
}

.facet {
    color: #fff;
    margin-left: 15px
}

.facet.parent {
    cursor: pointer
}

@media (min-width: 992px) {
    .facet {
        margin-left: 0
    }
}

.facet:after {
    content: '';
    display: inline-block;
    background: url("../image/up-arrow-white.svg") no-repeat;
    width: 11px;
    height: 8px;
    margin-left: 32px;
    transition: all 0.2s ease-in-out
}

@media (max-width: 767px) {
    .facet:after {
        margin-left: 8px
    }
}

.facetNoPanel {
    margin-left: 15px
}

@media (min-width: 992px) {
    .facetNoPanel {
        margin-left: 0
    }
}

.facetPanel {
    background-color: #343434;
    border: 0
}

.fac-check {
    margin-left: 16px
}

.filter-card {
    border-radius: 2px;
    margin-top: 4px;
    height: 48px;
    min-height: 48px
}

.filter-card .clear {
    cursor: pointer
}

.filter-card .clear:hover {
    opacity: .7
}

.filter-card:not(first) .flt-card-copy {
    width: 90%
}

.custom-control-indicator {
    top: .7rem;
    border: 1px solid #fff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background: linear-gradient(to right bottom, transparent 50%, #fff 50%)
}

.filter-input {
    height: 30px;
    background-color: #4a4a4a;
    color: #fff;
    border: 1px solid #fff
}

.filter-input:focus {
    background-color: #4a4a4a;
    color: #fff
}

.filter-input::-webkit-input-placeholder {
    color: #fff
}

.filter-input::-moz-placeholder {
    color: #fff
}

.filter-input:-ms-input-placeholder {
    color: #fff
}

.filter-input:-moz-placeholder {
    color: #fff
}

@media (min-width: 576px) {
     ::-webkit-inner-spin-button {
        margin-right: 6px
    }
     ::-webkit-clear-button {
        margin-right: 6px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-check {
        margin-bottom: 0.3rem
    }
}

.ngb-dp-day .btn-secondary {
    color: #292b2c
}

.pagination .page-item:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination .page-item:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination .single {
    width: 11.4px;
    height: 8px;
    object-fit: contain
}

@media (min-width: 768px) {
    .pagination .single {
        width: 14px;
        height: 10.5px
    }
}

.pagination .double {
    width: 14pxpx;
    height: 8px;
    object-fit: contain
}

@media (min-width: 768px) {
    .pagination .double {
        width: 14px;
        height: 10.5px
    }
}

.pagination .page-item {
    height: 42px
}

.pagination .page-item:not(:first-of-type) .page-link {
    border-left: 2px solid #eceff1
}

.pagination .page-link {
    border: 1px solid #eceff1
}

.pagination .page-link.no-hover {
    background-color: #fff;
    color: #000
}

.pagination .page-link.hits {
    padding: 11px 12px 0
}

@media (min-width: 576px) {
    .pagination .page-link.hits {
        padding: 11px 12px 0
    }
}

.pagination .page-link.active {
    border-bottom: solid 3px #246EFF
}

.event-hero {
    background-size: cover;
    position: relative
}

.event-hero:before {
    position: absolute;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.event-hero.event-hero__no-overlay:before {
    display: none
}

.sticky-cta {
    background-color: #fff
}

@media (min-width: 768px) {
    .sticky-cta {
        box-shadow: 0 1px 6px 0 rgba(160, 160, 160, 0.67)
    }
}

@media (max-width: 767px) {
    .sticky-cta {
        border-top: 1px solid #cfd8dc;
        border-bottom: 1px solid #cfd8dc
    }
}

@media (min-width: 576px) {
    .sticky-cta .cta {
        width: 100%;
        text-align: center
    }
}

@media (min-width: 768px) {
    .sticky-cta .cta {
        width: 240px !important
    }
}

.sticky-cta .footer-cta {
    background-color: #fff
}

.sticky-cta .sticky-title {
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.sticky-cta .sticky-title a:focus {
    color: #000
}

.share-n-jump {
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1
}

.share-n-jump .col-6:first-of-type {
    border-right: 1px solid #eceff1
}

.jump-list {
    display: block;
    margin: 0 auto;
    width: 200px
}

.jump-list:after {
    transition: all 0.2s ease-in-out;
    content: '';
    display: inline-block;
    background: url("../image/down-arrow.svg") no-repeat;
    width: 9px;
    height: 9px;
    margin: 10px 4px 0 14px
}

.jump-list[aria-expanded="true"]:after {
    transition: all 0.2s ease-in-out;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.event-overview .details {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.event-overview .details .display7,
.event-overview .details .wysiwyg-text-wrapper h4,
.wysiwyg-text-wrapper .event-overview .details h4 {
    opacity: initial
}

@media (min-width: 768px) {
    .attending {
        display: inline-block
    }
}

.callouts-attending .card-img-right {
    height: 56px;
    width: 56px;
    border-radius: 100%
}

@media (min-width: 768px) {
    .callouts .row:last-of-type {
        margin-top: 32px
    }
}

.testi-carousel .carousel-inner {
    overflow: visible
}

.testi-carousel .c-img {
    object-fit: contain;
    height: 570px;
    position: absolute;
    bottom: 0;
    z-index: 1000
}

@media (min-width: 768px) and (max-width: 991px) {
    .testi-carousel .c-img {
        left: -70px
    }
}

@media (min-width: 992px) {
    .testi-carousel .c-img {
        left: -40px
    }
}

.testi-carousel .carousel-caption {
    position: relative;
    width: 90%;
    top: 10px;
    left: 18px;
    text-align: left
}

@media (max-width: 575px) {
    .testi-carousel .carousel-caption {
        width: 95%;
        top: 0px;
        left: 8px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testi-carousel .carousel-caption {
        top: 20px;
        left: 36px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testi-carousel .carousel-caption {
        position: absolute;
        width: 39%;
        top: 20px;
        right: 0;
        left: 52%;
        text-align: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testi-carousel .carousel-caption {
        width: 50%;
        top: 36px;
        right: 0;
        left: 44%
    }
}

@media (min-width: 1200px) {
    .testi-carousel .carousel-caption {
        width: 50%;
        top: 60px;
        right: 0;
        left: 44%
    }
}

.testi-carousel .carousel-item {
    transition: transform 0.5s ease;
    height: 350px;
    overflow: visible
}

@media (min-width: 768px) {
    .testi-carousel .carousel-item {
        height: 519px
    }
}

.testi-carousel .carousel-indicators {
    bottom: 20px
}

@media (max-width: 575px) {
    .testi-carousel .carousel-indicators {
        bottom: 5px
    }
}

.testi-carousel .carousel-indicators li {
    background-color: #f7f7fb
}

.testi-carousel .carousel-indicators li.active {
    background-color: #4a4a4a
}

.testi-carousel .quote:before {
    content: "\201C";
    position: absolute;
    margin-left: -.5em;
    font-size: 1.5em
}

.testi-carousel .quote:after {
    content: "\201D";
    font-size: 1em
}

.testi-carousel .carousel-indicators li {
    background-color: #f7f7fb;
    width: 8px;
    height: 8px;
    max-width: 8px
}

.testi-carousel .carousel-indicators li.active {
    background-color: #0051f0;
    padding: 2px
}

.location-callout {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center
}

@media (max-width: 767px) {
    .location-callout {
        padding-top: 264px
    }
}

.location-callout .overlay {
    background-color: #fff
}

@media (min-width: 768px) {
    .location-callout .overlay {
        opacity: .9
    }
}

.map-details {
    border-bottom: 2px solid #eceff1
}

.sponsors .logo-wrap {
    overflow: hidden;
    width: 220px;
    height: 120px
}

@media (min-width: 576px) {
    .sponsors .logo-wrap {
        width: 220px;
        height: 125px
    }
}

@media (min-width: 768px) {
    .sponsors .logo-wrap {
        width: 290px;
        height: 150px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sponsors .logo-wrap {
        width: auto;
        height: auto;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin: 0px
    }
    .sponsors .logo-wrap .p-3 {
        padding-right: 0px !important;
        padding-left: 0px !important
    }
}

.sponsors .platinum {
    width: 153px;
    height: 100px
}

@media (min-width: 576px) {
    .sponsors .platinum {
        width: 200px;
        height: 125px
    }
}

@media (min-width: 768px) {
    .sponsors .platinum {
        width: 255px;
        height: 150px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sponsors .platinum {
        width: auto;
        height: auto;
        padding: 0px;
        margin: 0px;
        transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8)
    }
}

.sponsors .logo {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    max-width: 100%;
    width: inherit;
    height: auto
}


/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    filter: grayscale(1);
    filter: gray
}

.grayscale.grayscale-fade {
    transition: filter .5s
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grayscale.grayscale-fade {}
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
    filter: grayscale(0)
}

.grayscale.grayscale-replaced {
    filter: none
}

.grayscale.grayscale-replaced>svg {
    transition: opacity .5s ease;
    opacity: 1
}

.grayscale.grayscale-replaced.grayscale-off>svg,
.grayscale.grayscale-replaced.grayscale-fade:hover>svg {
    opacity: 0
}

.featured-speakers .card {
    height: 320px;
    overflow: hidden
}

.list-card-latest-news .no-image img {
    max-width: 90px;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #eceff1
}

.mobile-promo .copy {
    text-align: center
}

@media (min-width: 768px) {
    .mobile-promo .copy {
        margin-top: 144px;
        text-align: left
    }
}

.mobile-promo .form-control {
    padding: 1.1rem 0 1.1rem .25rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-promo .mobileInput {
        width: 186px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mobile-promo .mobileInput {
        width: 200px
    }
}

.content-block-narrow {
    position: relative
}

.content-block-narrow .download:after {
    content: '';
    display: inline-block;
    background: url("../image/download-icon-small.svg") no-repeat;
    width: 16px;
    height: 20px;
    margin-left: 16px;
    cursor: pointer;
    vertical-align: top
}

.dropup .dropdown-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    bottom: 95%
}

.dropup .back:before {
    content: '';
    display: inline-block;
    background: url(../image/back-to-home.svg) no-repeat;
    width: 24px;
    height: 16px;
    vertical-align: bottom;
    margin-right: 4px
}

.dropup .dropdown-toggle {
    outline: none
}

.dropup .dropdown-toggle:focus {
    box-shadow: none
}

.dropup .dropdown-toggle::after {
    content: '';
    display: inline-block !important;
    background: url("../image/up-arrow.svg") no-repeat;
    border: 0 !important;
    width: 10px;
    height: 6px;
    margin: 0 0 2px 8px;
    transition: all 0.2s ease-in-out
}

.dropup .dropdown-toggle:hover:after {
    background: url("../image/down-arrow-white.svg") no-repeat
}

.dropup .dropdown-item {
    white-space: inherit
}

.dropup .sub-links:after {
    content: "";
    background: url("../image/down-arrow.svg") no-repeat;
    position: absolute;
    right: 0;
    width: 10px;
    height: 6px;
    margin: auto 10px;
    transition: all 0.2s ease-in-out
}

.left-nav .back:before {
    content: '';
    display: inline-block;
    background: url("../image/back-to-home.svg") no-repeat;
    width: 24px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 4px
}

.left-nav .back:hover:after {
    background: url("../image/back-to-home-dark.svg") no-repeat
}

.left-nav ul li:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #e4eaef;
    margin: 1rem 0
}

.left-nav-mobile {
    position: absolute;
    bottom: 0;
    left: 15px
}

.sub-nav-link:after {
    content: "";
    display: block;
    background: url("../image/up-arrow.svg") no-repeat;
    width: 10px;
    height: 6px;
    float: right;
    margin: auto -14px auto auto;
    transition: all 0.2s ease-in-out
}

.sub-nav-link.collapsed:after {
    background: url("../image/down-arrow.svg") no-repeat
}

.sub-nav-link.show:after {
    background: url("../image/down-arrow.svg") no-repeat
}

.featured-events .text-right {
    min-width: 100px
}

@media (min-width: 576px) {
    .featured-events .view-all:after {
        content: '';
        display: inline-block;
        background: url("../image/view-all-arrow.svg") no-repeat;
        width: 21px;
        height: 15.8px;
        margin-left: 10px
    }
}

.two-col-contacts .border {
    border-top: 2px solid #e4eaef
}

@media (min-width: 768px) and (max-width: 991px) {
    .two-col-contacts .card-img-right {
        height: 50px;
        width: 50px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .two-col-contacts .card-img-right {
        height: 50px;
        width: 50px
    }
}

.image-with-cta {
    background-repeat: no-repeat;
    position: relative;
    background-color: #e4eaef;
    background-size: 725px;
    background-position: 85% 100%
}

@media (max-width: 1199px) {
    .image-with-cta {
        background-size: 550px;
        background-position: 90% 100%
    }
}

@media (max-width: 991px) {
    .image-with-cta {
        background-size: 425px;
        background-position: bottom center;
        padding-bottom: 20rem !important
    }
}

@media (max-width: 767px) {
    .image-with-cta {
        background-size: 425px;
        background-position: bottom center;
        padding-bottom: 20rem !important
    }
}

@media (max-width: 575px) {
    .image-with-cta {
        background-size: 350px;
        background-position: bottom center;
        padding-bottom: 16rem !important
    }
}

@media (max-width: 767px) {
    .callout-item:after {
        display: block;
        margin: 0 26px;
        content: '';
        padding: 15px;
        border-bottom: 1px solid #e4eaef;
        width: 100%
    }
    .callout-item:last-child:after {
        display: none
    }
}

.image-tiles .image-tile {
    height: 124px;
    width: 100%;
    position: relative;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important
}

.image-tiles .image-tile .tile-text,
.image-tiles .image-tile .image-tile-desc {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    display: block !important
}

@media (max-width: 991px) {
    .image-tiles .image-tile:before {
        position: absolute;
        content: '\A';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5)
    }
    .image-tiles .image-tile:before .viewAll {
        color: #246EFF;
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .image-tiles .image-tile {
        height: 200px
    }
    .image-tiles .image-tile .image-tile-desc {
        opacity: 0;
        display: none;
        -ms-transform: scale(0);
        transform: scale(0);
        transition: all 0.2s ease-in-out
    }
    .image-tiles .image-tile:before {
        position: absolute;
        content: '\A';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.2s ease-in-out
    }
    .image-tiles .image-tile:before .viewAll {
        color: #246EFF;
        background-color: #fff
    }
    .image-tiles .image-tile:hover {
        color: #fff !important;
        transition: all 0.2s ease-in-out
    }
    .image-tiles .image-tile:hover:before {
        background-color: rgba(0, 0, 0, 0.7)
    }
    .image-tiles .image-tile:hover .image-tile-desc {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: all 0.2s ease-in-out
    }
    .image-tiles .image-tile:hover .tile-text {
        color: primary1 !important;
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: all 0.2s ease-in-out
    }
    .image-tiles .image-tile .tile-text {
        position: relative;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 0.2s ease-in-out
    }
}

@media (min-width: 1200px) {
    .image-tiles .image-tile {
        height: 255px
    }
}

.image-tiles .image-tile.viewAll {
    border: solid 2px #246EFF;
    color: #246EFF
}

.image-tiles .image-tile.viewAll:before {
    background-color: #fff
}

.tall-hero {
    background: url("../image/Hero_FPO.png") no-repeat center center;
    background-size: cover
}

.home-carousel .carousel-inner {
    overflow: visible
}

.home-carousel .carousel-item {
    overflow: visible;
    background-size: cover;
    background-position: center center;
    min-height: 350px
}

@media (min-width: 576px) {
    .home-carousel .carousel-item {
        min-height: 525px
    }
}

@media (min-width: 768px) {
    .home-carousel .carousel-item {
        min-height: 500px
    }
}

.home-carousel .carousel-item:before {
    position: absolute;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.home-carousel .carousel-item.no-overlay:before {
    display: none
}

.home-carousel .carousel-item .title {
    height: 72px
}

@media (min-width: 768px) {
    .home-carousel .carousel-item .title {
        height: 112px
    }
}

@media (max-width: 767px) {
    .home-carousel .carousel-item .cta {
        width: 100%
    }
}

.home-carousel .carousel-item .newsTitle {
    max-height: 6.6rem
}

@media (min-width: 576px) {
    .home-carousel .carousel-item .newsTitle {
        max-height: 8.8rem
    }
}

@media (min-width: 992px) {
    .home-carousel .carousel-item .newsTitle {
        max-height: 11rem
    }
}

.home-carousel .carousel-indicators {
    bottom: 16px
}

@media (min-width: 768px) {
    .home-carousel .carousel-indicators {
        bottom: 58px
    }
}

.home-carousel .carousel-indicators li {
    background-color: #f7f7fb;
    width: 8px;
    height: 8px;
    max-width: 8px
}

.home-carousel .carousel-indicators li.active {
    background-color: #0051f0;
    padding: 2px
}

.asset-promo {
    border: 1px solid #cfd8dc
}

.asset-promo .promo-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width: 767px) {
    .asset-promo .promo-img {
        height: 144px
    }
}

.asset-promo .promo-img .pub {
    width: 116px;
    height: 162px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4);
    object-fit: cover;
    margin-top: 10px !important
}

@media (max-width: 767px) {
    .asset-promo .generic {
        height: 100%
    }
}

@media (min-width: 768px) {
    .asset-promo .generic {
        width: 100%
    }
}

.asset-promo .circle {
    border-radius: 100px
}

@media (max-width: 575px) {
    .asset-promo .circle {
        width: 80px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .asset-promo .circle {
        width: 76px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .asset-promo .circle {
        height: 85px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .asset-promo .circle {
        height: 106px
    }
}

@media (min-width: 1200px) {
    .asset-promo .circle {
        height: 146px
    }
}

.homeHero {
    background: url("../image/Hero_FPO.png") no-repeat center center;
    background-size: cover;
    position: relative
}

@media (max-width: 767px) {
    .homeHero .heroTitle {
        margin-top: 102px;
        margin-bottom: 102px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homeHero .heroTitle {
        margin-top: 156px;
        margin-bottom: 156px
    }
}

@media (min-width: 992px) {
    .homeHero .heroTitle {
        margin-top: 191px;
        margin-bottom: 273px
    }
}

.homeHero:before {
    position: absolute;
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.hero-boxes .link-wrap {
    width: 100%
}

.hero-boxes .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 991px) {
    .hero-boxes {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .hero-boxes {
        position: relative;
        top: -60px;
        margin-bottom: -60px
    }
}

.hero-boxes .left-title {
    width: 246px
}

@media (min-width: 576px) {
    .hero-boxes .left-title {
        width: 259px
    }
}

@media (min-width: 992px) {
    .hero-boxes .left-title {
        width: 311px
    }
}

.hero-boxes .top-hero-box {
    border-bottom: 1px solid #eceff1
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-boxes .top-hero-box {
        border-bottom: 0;
        border-right: 1px solid #eceff1
    }
}

.hero-boxes .forward {
    position: absolute;
    top: 39px;
    right: 32px;
    transition: all 0.2s ease-in-out
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-boxes .forward {
        top: 39px;
        right: 46px
    }
}

@media (min-width: 992px) {
    .hero-boxes .forward {
        top: 94px;
        right: 46px
    }
}

.hero-boxes .title {
    text-decoration: none
}

.hero-boxes .copy {
    width: 300px
}

.hero-boxes .copyBlock:hover .forward {
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.hero-boxes .copyBlock {
    cursor: pointer
}

.hero-boxes .copyBlock .title:after {
    content: '';
    display: block;
    width: 0;
    border-bottom: 3px solid transparent;
    transition: all .5s ease
}

.hero-boxes .copyBlock:hover .title:after {
    border-bottom: 3px solid #246EFF;
    width: 100%
}

.infographic-wrapper {
    border: 1px solid #cfd8dc
}

.infographic-wrapper .share-bar {
    border-top: 1px solid #cfd8dc
}

.infographic-wrapper .mobile-img {
    width: 100%;
    max-width: 350px
}

.overflow-a {
    overflow: auto
}

.inline-video {
    border: 1px solid #cfd8dc
}

.inline-video .share-bar {
    border-top: 1px solid #cfd8dc
}

.tag-cloud {
    list-style: none;
    margin: 0;
    padding: 0
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 0.5rem
}

.tag-cloud li a,
.tag-cloud li span {
    background-color: #e4eaef;
    display: inline-block;
    padding: 0.4rem 2rem;
    border-radius: 2.5rem;
    margin-right: 0.5rem;
    opacity: 1
}

@media (max-width: 767px) {
    .tag-cloud li a,
    .tag-cloud li span {
        padding: 0.3rem 1.5rem 0.35rem;
        border-radius: 1.25rem;
        margin-right: 0.25rem
    }
}

.tag-cloud li:last-child a {
    margin-right: 0
}

.snapshots-3 .promo-img {
    width: 140px
}

@media (min-width: 992px) {
    .snapshots-3 .promo-img {
        width: 140px
    }
}

.snapshots-rebooted .promo-img {
    width: 190px
}

.contact-section {
    border-bottom: 2px solid #e4eaef
}

.profile-badges {
    background-color: #e4eaef
}

.profile-badges .profile-badges--item {
    border-top-width: 6px;
    border-top-style: solid;
    background-color: #fff;
    height: 118px
}

@media (min-width: 768px) {
    .profile-badges .profile-badges--item {
        height: 100%
    }
}

.profile-badges .profile-badges--item.profile-badges--item__style-1 {
    border-color: #000
}

.profile-badges .profile-badges--item.profile-badges--item__style-2 {
    border-color: #58D39C
}

.profile-badges .profile-badges--item.profile-badges--item__style-3 {
    border-color: #E34E3D
}

.profile-badges .profile-badges--item.profile-badges--item__style-4 {
    border-color: #A8D9DC
}

.wysiwyg-text-wrapper h1,
.wysiwyg-text-wrapper h2,
.wysiwyg-text-wrapper h3,
.wysiwyg-text-wrapper h4,
.wysiwyg-text-wrapper h5,
.wysiwyg-text-wrapper h6 {
    padding: 0;
    margin: 2rem 0 1rem
}

.wysiwyg-text-wrapper p,
.wysiwyg-text-wrapper ul,
.wysiwyg-text-wrapper ol {
    padding: 0;
    margin: 1rem 0 2rem
}

.newsreader {
    font-family: "Newsreader", serif !important
}

.red-hat {
    font-family: "Red Hat Display", sans-serif !important
}

.wysiwyg-text-wrapper p {
    font-family: "Newsreader", serif !important
}

.wysiwyg-text-wrapper p em {
    font-style: italic
}

.wysiwyg-text-wrapper ul li,
.wysiwyg-text-wrapper ol li {
    font-family: "Newsreader", serif !important;
    margin: 0 0 1rem 1.25rem
}

.wysiwyg-text-wrapper table {
    width: 100% !important;
    border-collapse: collapse
}

.wysiwyg-text-wrapper tr {
    border: 1px solid #cfd8dc
}

.wysiwyg-text-wrapper th,
.wysiwyg-text-wrapper td {
    text-align: left;
    font-size: 10px;
    padding: 5px;
    border-color: #cfd8dc;
    border-style: solid
}

@media (min-width: 500px) {
    .wysiwyg-text-wrapper th,
    .wysiwyg-text-wrapper td {
        font-size: 12px;
        padding: 10px
    }
}

@media (min-width: 1000px) {
    .wysiwyg-text-wrapper th,
    .wysiwyg-text-wrapper td {
        font-size: 16px;
        padding: 16px
    }
}

.accordion-narrow .card {
    height: auto !important;
    box-shadow: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border: none;
    border-bottom: 2px solid #e4eaef
}

.accordion-narrow .card .card-header {
    background: none;
    border: none
}

.accordion-narrow .card .card-header a:before {
    content: '-';
    position: absolute;
    left: 20px
}

.accordion-narrow .card .card-header a.collapsed:before {
    content: '+'
}

@media only screen and (max-device-width: 459px) {
    .collapse .card-block {
        padding: 1rem !important
    }
    .collapse table {
        width: 100% !important
    }
    .collapse .wysiwyg-text-wrapper th,
    .collapse .wysiwyg-text-wrapper td {
        padding: 10px !important
    }
}

.featured-articles {
    position: relative
}

.featured-articles .search-date {
    border: 0 !important
}

.featured-articles .heroCat {
    cursor: pointer
}

.featured-articles .heroCat:after {
    content: '';
    display: inline-block;
    background: url("../image/down-arrow.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 18px;
    margin: 24px 0 0 14px;
    transition: width .2s ease-in-out
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-articles .heroCat:after {
        width: 20px;
        height: 14px;
        margin: 20px 0 0 10px
    }
}

@media (max-width: 767px) {
    .featured-articles .heroCat:after {
        width: 16px;
        height: 10px;
        margin: 16px 0 0 6px
    }
}

.featured-articles .heroCat:hover:after {
    background: url("../image/down-arrow-hover.svg") no-repeat;
    background-size: cover;
    transition: width .2s ease-in-out
}

.featured-articles .dropdown-rappa {
    position: relative
}

.pub_carousel .carousel-inner {
    overflow: visible
}

.pub_carousel .carousel-item {
    overflow: visible;
    background-size: cover;
    background-position: center center
}

.pub_carousel .carousel-item .title {
    height: 72px
}

@media (min-width: 768px) {
    .pub_carousel .carousel-item .title {
        height: 112px
    }
}

@media (max-width: 767px) {
    .pub_carousel .carousel-item .cta {
        width: 100%
    }
}

.pub_carousel .carousel-indicators {
    bottom: 16px
}

@media (min-width: 768px) {
    .pub_carousel .carousel-indicators {
        bottom: 48px
    }
}

.pub_carousel .carousel-indicators li {
    background-color: #cfd8dc;
    width: 8px;
    height: 8px;
    max-width: 8px
}

.pub_carousel .carousel-indicators li.active {
    background-color: #0051f0;
    padding: 2px
}

@media (min-width: 768px) {
    .pub_carousel .carousel-control-prev {
        left: -30px
    }
}

.pub_carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23cfd8dc' viewBox='0 0 8 8'><path d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>")
}

.pub_carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cfd8dc' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}


/*# sourceMappingURL=source/css/style.css.map */