@charset "UTF-8";
/* imports
   ========================================================================== */
/* functions
   ========================================================================== */
.text-xs {
    font-size: 0.75rem;
    line-height: 1.5;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
}

.text-base {
    font-size: 1rem;
    line-height: 1.375;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .text-sm-xs {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .text-sm-sm {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .text-sm-base {
        font-size: 1rem;
        line-height: 1.375;
    }

    .text-sm-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

@media (min-width: 768px) {
    .text-md-xs {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .text-md-sm {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .text-md-base {
        font-size: 1rem;
        line-height: 1.375;
    }

    .text-md-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .text-lg-xs {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .text-lg-sm {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .text-lg-base {
        font-size: 1rem;
        line-height: 1.375;
    }

    .text-lg-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

@media (min-width: 1280px) {
    .text-xl-xs {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .text-xl-sm {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .text-xl-base {
        font-size: 1rem;
        line-height: 1.375;
    }

    .text-xl-lg {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

/**
 * Maintain ratio mixin. Great for responsive grids, or videos.
 * https://gist.github.com/brianmcallister/2932463
 *
 * $ratio - Ratio the element needs to maintain.
 *
 * Examples
 *
 * A 16:9 ratio would look like this:
 *   .element {
 *     @include maintain-ratio(16 9);
 *   }
 */
/* colors
   ========================================================================== */
.text-grays100 {
    color: #f2f2f2 !important;
}

a.text-grays100:hover, a.text-grays100:focus {
    color: #d9d9d9 !important;
}

.text-grays200 {
    color: #d7d7d7 !important;
}

a.text-grays200:hover, a.text-grays200:focus {
    color: #bebebe !important;
}

.text-grays300 {
    color: #b9b9b9 !important;
}

a.text-grays300:hover, a.text-grays300:focus {
    color: #a0a0a0 !important;
}

.text-grays400 {
    color: #747678 !important;
}

a.text-grays400:hover, a.text-grays400:focus {
    color: #5b5d5e !important;
}

.text-grays500 {
    color: #4d4f53 !important;
}

a.text-grays500:hover, a.text-grays500:focus {
    color: #343639 !important;
}

.text-grays600 {
    color: #333 !important;
}

a.text-grays600:hover, a.text-grays600:focus {
    color: #1a1a1a !important;
}

.text-grays700 {
    color: #495057 !important;
}

a.text-grays700:hover, a.text-grays700:focus {
    color: #32373b !important;
}

.text-grays800 {
    color: #343a40 !important;
}

a.text-grays800:hover, a.text-grays800:focus {
    color: #1d2124 !important;
}

.text-grays900 {
    color: #212529 !important;
}

a.text-grays900:hover, a.text-grays900:focus {
    color: #0a0c0d !important;
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

    .flatpickr-calendar.open,
    .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible;
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999;
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
        animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px;
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block;
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    }

    .flatpickr-calendar .hasWeeks .dayContainer,
    .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0;
    }

    .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6;
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto;
    }

    .flatpickr-calendar:before,
    .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px;
    }

    .flatpickr-calendar.rightMost:before,
    .flatpickr-calendar.rightMost:after {
        left: auto;
        right: 22px;
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px;
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px;
    }

    .flatpickr-calendar.arrowTop:before,
    .flatpickr-calendar.arrowTop:after {
        bottom: 100%;
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff;
    }

    .flatpickr-calendar.arrowBottom:before,
    .flatpickr-calendar.arrowBottom:after {
        top: 100%;
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff;
    }

    .flatpickr-calendar:focus {
        outline: 0;
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0, 0, 0, 0.9);
        fill: rgba(0, 0, 0, 0.9);
        height: 28px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .flatpickr-months .flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0px;
        line-height: 16px;
        height: 28px;
        padding: 10px;
        z-index: 3;
        color: rgba(0, 0, 0, 0.9);
        fill: rgba(0, 0, 0, 0.9);
    }

        .flatpickr-months .flatpickr-prev-month.disabled,
        .flatpickr-months .flatpickr-next-month.disabled {
            display: none;
        }

        .flatpickr-months .flatpickr-prev-month i,
        .flatpickr-months .flatpickr-next-month i {
            position: relative;
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
            /*
      /*rtl:begin:ignore*/
            /*
      */
            left: 0;
            /*
      /*rtl:end:ignore*/
            /*
      */
        }

        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
        .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
            /*
      /*rtl:begin:ignore*/
            /*
      */
            right: 0;
            /*
      /*rtl:end:ignore*/
            /*
      */
        }

        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month:hover,
        .flatpickr-months .flatpickr-next-month:hover {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-prev-month:hover svg,
            .flatpickr-months .flatpickr-next-month:hover svg {
                fill: #f64747;
            }

        .flatpickr-months .flatpickr-prev-month svg,
        .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px;
        }

            .flatpickr-months .flatpickr-prev-month svg path,
            .flatpickr-months .flatpickr-next-month svg path {
                -webkit-transition: fill 0.1s;
                transition: fill 0.1s;
                fill: inherit;
            }

.numInputWrapper {
    position: relative;
    height: auto;
}

    .numInputWrapper input,
    .numInputWrapper span {
        display: inline-block;
    }

    .numInputWrapper input {
        width: 100%;
    }

        .numInputWrapper input::-ms-clear {
            display: none;
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57, 57, 57, 0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .numInputWrapper span:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .numInputWrapper span:active {
            background: rgba(0, 0, 0, 0.2);
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute;
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0;
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57, 57, 57, 0.6);
                top: 26%;
            }

        .numInputWrapper span.arrowDown {
            top: 50%;
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57, 57, 57, 0.6);
                top: 40%;
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto;
        }

            .numInputWrapper span svg path {
                fill: rgba(0, 0, 0, 0.5);
            }

    .numInputWrapper:hover {
        background: rgba(0, 0, 0, 0.05);
    }

        .numInputWrapper:hover span {
            opacity: 1;
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: 0.5ch;
        padding: 0;
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block;
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0, 0, 0, 0.9);
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0, 0, 0, 0.9);
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 0.5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0;
        }

        .flatpickr-current-month input.cur-year[disabled],
        .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0, 0, 0, 0.5);
            background: transparent;
            pointer-events: none;
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

    .flatpickr-days:focus {
        outline: 0;
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6;
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .flatpickr-day.inRange,
    .flatpickr-day.prevMonthDay.inRange,
    .flatpickr-day.nextMonthDay.inRange,
    .flatpickr-day.today.inRange,
    .flatpickr-day.prevMonthDay.today.inRange,
    .flatpickr-day.nextMonthDay.today.inRange,
    .flatpickr-day:hover,
    .flatpickr-day.prevMonthDay:hover,
    .flatpickr-day.nextMonthDay:hover,
    .flatpickr-day:focus,
    .flatpickr-day.prevMonthDay:focus,
    .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6;
    }

    .flatpickr-day.today {
        border-color: #959ea9;
    }

        .flatpickr-day.today:hover,
        .flatpickr-day.today:focus {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff;
        }

    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange,
    .flatpickr-day.selected.inRange,
    .flatpickr-day.startRange.inRange,
    .flatpickr-day.endRange.inRange,
    .flatpickr-day.selected:focus,
    .flatpickr-day.startRange:focus,
    .flatpickr-day.endRange:focus,
    .flatpickr-day.selected:hover,
    .flatpickr-day.startRange:hover,
    .flatpickr-day.endRange:hover,
    .flatpickr-day.selected.prevMonthDay,
    .flatpickr-day.startRange.prevMonthDay,
    .flatpickr-day.endRange.prevMonthDay,
    .flatpickr-day.selected.nextMonthDay,
    .flatpickr-day.startRange.nextMonthDay,
    .flatpickr-day.endRange.nextMonthDay {
        background: #569ff7;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7;
    }

        .flatpickr-day.selected.startRange,
        .flatpickr-day.startRange.startRange,
        .flatpickr-day.endRange.startRange {
            border-radius: 50px 0 0 50px;
        }

        .flatpickr-day.selected.endRange,
        .flatpickr-day.startRange.endRange,
        .flatpickr-day.endRange.endRange {
            border-radius: 0 50px 50px 0;
        }

        .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #569ff7;
            box-shadow: -10px 0 0 #569ff7;
        }

        .flatpickr-day.selected.startRange.endRange,
        .flatpickr-day.startRange.startRange.endRange,
        .flatpickr-day.endRange.startRange.endRange {
            border-radius: 50px;
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    }

    .flatpickr-day.disabled,
    .flatpickr-day.disabled:hover,
    .flatpickr-day.prevMonthDay,
    .flatpickr-day.nextMonthDay,
    .flatpickr-day.notAllowed,
    .flatpickr-day.notAllowed.prevMonthDay,
    .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(57, 57, 57, 0.3);
        background: transparent;
        border-color: transparent;
        cursor: default;
    }

        .flatpickr-day.disabled,
        .flatpickr-day.disabled:hover {
            cursor: not-allowed;
            color: rgba(57, 57, 57, 0.1);
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    }

    .flatpickr-day.hidden {
        visibility: hidden;
    }

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left;
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6;
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px;
    }

    .flatpickr-weekwrapper span.flatpickr-day,
    .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57, 57, 57, 0.3);
        background: transparent;
        cursor: default;
        border: none;
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both;
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left;
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939;
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939;
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%;
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%;
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: bold;
        }

        .flatpickr-time input.flatpickr-minute,
        .flatpickr-time input.flatpickr-second {
            font-weight: 400;
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0;
        }

    .flatpickr-time .flatpickr-time-separator,
    .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        display: inline-block;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
    }

        .flatpickr-time input:hover,
        .flatpickr-time .flatpickr-am-pm:hover,
        .flatpickr-time input:focus,
        .flatpickr-time .flatpickr-am-pm:focus {
            background: #f3f3f3;
        }

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.type_last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/**
 * Swiper 4.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 200ms top, 200ms -webkit-transform;
            transition: 200ms top, 200ms -webkit-transform;
            transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top, 200ms -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

:root {
    --blue: #0088ce;
    --purple: #6e1e78;
    --pink: #a1006b;
    --red: #cd0037;
    --orange: #e05206;
    --yellow: #ffb612;
    --green: #82be00;
    --teal: #d2e100;
    --cyan: #009aa6;
    --white: #fff;
    --gray: #333;
    --gray-dark: #343a40;
    --primary: #0088ce;
    --primary-dark: #0074af;
    --secondary: #4d4f53;
    --success: #82be00;
    --info: #009aa6;
    --warning: #ffb612;
    --danger: #cd0037;
    --light: #f2f2f2;
    --dark: #343a40;
    --white: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    color: #4d4f53;
    text-align: left;
    background-color: #f2f2f2;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0088ce;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0074af;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0 1.25rem;
    padding-bottom: 0 1.25rem;
    color: #747678;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
}

h1, .h1 {
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
}

h3, .h3 {
    font-size: 1.25rem;
}

h4, .h4 {
    font-size: 1rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

.display-1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3;
}

.display-2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
}

.display-3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
}

.display-4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 0.75rem;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #747678;
}

    .blockquote-footer::before {
        content: "\2014   \A0";
    }

/* base
   ========================================================================== */
body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f2f2f2;
}

@font-face {
    font-family: Avenir;
    src: url(../assets/fonts/avenir-lighter.woff);
    font-weight: 300;
}

@font-face {
    font-family: Avenir;
    src: url(../assets/fonts/avenir-book.woff);
    font-weight: 400;
}

@font-face {
    font-family: Avenir;
    src: url(../assets/fonts/avenir-medium.woff);
    font-weight: 500;
}

@font-face {
    font-family: Avenir;
    src: url(../assets/fonts/avenir-black.woff);
    font-weight: 900;
}

@font-face {
    font-family: "icons";
    src: url(../assets/fonts/icons.eot?#iefix) format("embedded-opentype"), url(assets/fonts/icons.woff2) format("woff2"), url(assets/fonts/icons.woff) format("woff"), url(assets/fonts/icons.ttf) format("truetype"), url(assets/fonts/icons.svg#icons) format("svg");
}

i {
    line-height: 1;
}

    i:before {
        font-family: icons !important;
        font-style: normal;
        font-weight: normal !important;
        vertical-align: top;
    }

.icons-add:before {
    content: "\F101";
}

.icons-admin:before {
    content: "\F102";
}

.icons-alert-notification:before {
    content: "\F103";
}

.icons-ambulant-sales:before {
    content: "\F104";
}

.icons-arrow-double:before {
    content: "\F105";
}

.icons-arrow-down:before {
    content: "\F106";
}

.icons-arrow-next:before {
    content: "\F107";
}

.icons-arrow-prev:before {
    content: "\F108";
}

.icons-arrow-real:before {
    content: "\F109";
}

.icons-arrow-up:before {
    content: "\F10A";
}

.icons-arrow:before {
    content: "\F10B";
}

.icons-booking:before {
    content: "\F10C";
}

.icons-bookmark-off:before {
    content: "\F10D";
}

.icons-bookmark:before {
    content: "\F10E";
}

.icons-bypass:before {
    content: "\F10F";
}

.icons-calendar-time:before {
    content: "\F110";
}

.icons-calendar:before {
    content: "\F111";
}

.icons-checked:before {
    content: "\F112";
}

.icons-circle-account-connected:before {
    content: "\F113";
}

.icons-circle-arrow:before {
    content: "\F114";
}

.icons-circle-back-top:before {
    content: "\F115";
}

.icons-circle-cancelled:before {
    content: "\F116";
}

.icons-circle-delay:before {
    content: "\F117";
}

.icons-circle-delete:before {
    content: "\F118";
}

.icons-circle-disruption:before {
    content: "\F119";
}

.icons-circle-facebook:before {
    content: "\F11A";
}

.icons-circle-flux-rss:before {
    content: "\F11B";
}

.icons-circle-google-plus:before {
    content: "\F11C";
}

.icons-circle-information:before {
    content: "\F11D";
}

.icons-circle-instagram:before {
    content: "\F11E";
}

.icons-circle-linkedin:before {
    content: "\F11F";
}

.icons-circle-mail:before {
    content: "\F120";
}

.icons-circle-pinterest:before {
    content: "\F121";
}

.icons-circle-print:before {
    content: "\F122";
}

.icons-circle-reverse:before {
    content: "\F123";
}

.icons-circle-tooltip:before {
    content: "\F124";
}

.icons-circle-twitter:before {
    content: "\F125";
}

.icons-circle-works:before {
    content: "\F126";
}

.icons-clock:before {
    content: "\F127";
}

.icons-close:before {
    content: "\F128";
}

.icons-disabled-service:before {
    content: "\F129";
}

.icons-distribution:before {
    content: "\F12A";
}

.icons-document:before {
    content: "\F12B";
}

.icons-document2:before {
    content: "\F12C";
}

.icons-download:before {
    content: "\F12D";
}

.icons-eco-consumption:before {
    content: "\F12E";
}

.icons-external-link:before {
    content: "\F12F";
}

.icons-facebook:before {
    content: "\F130";
}

.icons-file:before {
    content: "\F131";
}

.icons-filters:before {
    content: "\F132";
}

.icons-free-bike:before {
    content: "\F133";
}

.icons-instagram:before {
    content: "\F134";
}

.icons-itinerary-bike:before {
    content: "\F135";
}

.icons-itinerary-bullet:before {
    content: "\F136";
}

.icons-itinerary-bus-2:before {
    content: "\F137";
}

.icons-itinerary-bus:before {
    content: "\F138";
}

.icons-itinerary-car:before {
    content: "\F139";
}

.icons-itinerary-line-idf-a:before {
    content: "\F13A";
}

.icons-itinerary-line-idf-b:before {
    content: "\F13B";
}

.icons-itinerary-line-idf-c:before {
    content: "\F13C";
}

.icons-itinerary-line-idf-d:before {
    content: "\F13D";
}

.icons-itinerary-line-idf-e:before {
    content: "\F13E";
}

.icons-itinerary-line-idf-h:before {
    content: "\F13F";
}

.icons-itinerary-line-idf-j:before {
    content: "\F140";
}

.icons-itinerary-line-idf-k:before {
    content: "\F141";
}

.icons-itinerary-line-idf-l:before {
    content: "\F142";
}

.icons-itinerary-line-idf-n:before {
    content: "\F143";
}

.icons-itinerary-line-idf-p:before {
    content: "\F144";
}

.icons-itinerary-line-idf-r:before {
    content: "\F145";
}

.icons-itinerary-line-idf-u:before {
    content: "\F146";
}

.icons-itinerary-line-metro-1:before {
    content: "\F147";
}

.icons-itinerary-line-metro-10:before {
    content: "\F148";
}

.icons-itinerary-line-metro-11:before {
    content: "\F149";
}

.icons-itinerary-line-metro-12:before {
    content: "\F14A";
}

.icons-itinerary-line-metro-13:before {
    content: "\F14B";
}

.icons-itinerary-line-metro-14:before {
    content: "\F14C";
}

.icons-itinerary-line-metro-2:before {
    content: "\F14D";
}

.icons-itinerary-line-metro-3:before {
    content: "\F14E";
}

.icons-itinerary-line-metro-3bis:before {
    content: "\F14F";
}

.icons-itinerary-line-metro-4:before {
    content: "\F150";
}

.icons-itinerary-line-metro-5:before {
    content: "\F151";
}

.icons-itinerary-line-metro-6:before {
    content: "\F152";
}

.icons-itinerary-line-metro-7:before {
    content: "\F153";
}

.icons-itinerary-line-metro-7bis:before {
    content: "\F154";
}

.icons-itinerary-line-metro-8:before {
    content: "\F155";
}

.icons-itinerary-line-metro-9:before {
    content: "\F156";
}

.icons-itinerary-line-tram-1:before {
    content: "\F157";
}

.icons-itinerary-line-tram-10:before {
    content: "\F158";
}

.icons-itinerary-line-tram-11:before {
    content: "\F159";
}

.icons-itinerary-line-tram-12:before {
    content: "\F15A";
}

.icons-itinerary-line-tram-13:before {
    content: "\F15B";
}

.icons-itinerary-line-tram-2:before {
    content: "\F15C";
}

.icons-itinerary-line-tram-3:before {
    content: "\F15D";
}

.icons-itinerary-line-tram-3a:before {
    content: "\F15E";
}

.icons-itinerary-line-tram-3b:before {
    content: "\F15F";
}

.icons-itinerary-line-tram-3est:before {
    content: "\F160";
}

.icons-itinerary-line-tram-4:before {
    content: "\F161";
}

.icons-itinerary-line-tram-5:before {
    content: "\F162";
}

.icons-itinerary-line-tram-6:before {
    content: "\F163";
}

.icons-itinerary-line-tram-7:before {
    content: "\F164";
}

.icons-itinerary-line-tram-8:before {
    content: "\F165";
}

.icons-itinerary-line-tram-9:before {
    content: "\F166";
}

.icons-itinerary-metro:before {
    content: "\F167";
}

.icons-itinerary-pedestrian:before {
    content: "\F168";
}

.icons-itinerary-rer:before {
    content: "\F169";
}

.icons-itinerary-train-station:before {
    content: "\F16A";
}

.icons-itinerary-train:before {
    content: "\F16B";
}

.icons-itinerary-tram:before {
    content: "\F16C";
}

.icons-itinerary-tramway:before {
    content: "\F16D";
}

.icons-label:before {
    content: "\F16E";
}

.icons-large-building:before {
    content: "\F16F";
}

.icons-large-clock:before {
    content: "\F170";
}

.icons-large-conversation:before {
    content: "\F171";
}

.icons-large-creditcard:before {
    content: "\F172";
}

.icons-large-france:before {
    content: "\F173";
}

.icons-large-group:before {
    content: "\F174";
}

.icons-large-headphones:before {
    content: "\F175";
}

.icons-large-information:before {
    content: "\F176";
}

.icons-large-itinerary-bike:before {
    content: "\F177";
}

.icons-large-itinerary-bus-2:before {
    content: "\F178";
}

.icons-large-itinerary-bus:before {
    content: "\F179";
}

.icons-large-itinerary-car:before {
    content: "\F17A";
}

.icons-large-itinerary-metro:before {
    content: "\F17B";
}

.icons-large-itinerary-pedestrian:before {
    content: "\F17C";
}

.icons-large-itinerary-rer:before {
    content: "\F17D";
}

.icons-large-itinerary-train-station:before {
    content: "\F17E";
}

.icons-large-itinerary-train:before {
    content: "\F17F";
}

.icons-large-itinerary-tram:before {
    content: "\F180";
}

.icons-large-itinerary-tramway:before {
    content: "\F181";
}

.icons-large-lightbulb:before {
    content: "\F182";
}

.icons-large-luggage:before {
    content: "\F183";
}

.icons-large-mail:before {
    content: "\F184";
}

.icons-large-phone:before {
    content: "\F185";
}

.icons-large-search-recent:before {
    content: "\F186";
}

.icons-large-seat:before {
    content: "\F187";
}

.icons-large-skateboard:before {
    content: "\F188";
}

.icons-large-smartphone:before {
    content: "\F189";
}

.icons-large-sncf:before {
    content: "\F18A";
}

.icons-large-stroller:before {
    content: "\F18B";
}

.icons-large-suitcase:before {
    content: "\F18C";
}

.icons-large-swipecard:before {
    content: "\F18D";
}

.icons-large-ticket:before {
    content: "\F18E";
}

.icons-large-truck:before {
    content: "\F18F";
}

.icons-large-warning:before {
    content: "\F190";
}

.icons-list:before {
    content: "\F191";
}

.icons-localisation-pin:before {
    content: "\F192";
}

.icons-lounge-car:before {
    content: "\F193";
}

.icons-menu-account:before {
    content: "\F194";
}

.icons-menu-burger:before {
    content: "\F195";
}

.icons-menu-searchbar:before {
    content: "\F196";
}

.icons-message:before {
    content: "\F197";
}

.icons-mosaic:before {
    content: "\F198";
}

.icons-nursery-service:before {
    content: "\F199";
}

.icons-options:before {
    content: "\F19A";
}

.icons-pause:before {
    content: "\F19B";
}

.icons-pencil:before {
    content: "\F19C";
}

.icons-play-area:before {
    content: "\F19D";
}

.icons-play:before {
    content: "\F19E";
}

.icons-position:before {
    content: "\F19F";
}

.icons-print:before {
    content: "\F1A0";
}

.icons-professionnal-area:before {
    content: "\F1A1";
}

.icons-quiet-area:before {
    content: "\F1A2";
}

.icons-refresh:before {
    content: "\F1A3";
}

.icons-rent-bike:before {
    content: "\F1A4";
}

.icons-sami-confused:before {
    content: "\F1A5";
}

.icons-sami-grin:before {
    content: "\F1A6";
}

.icons-sami-sad:before {
    content: "\F1A7";
}

.icons-sami-smile:before {
    content: "\F1A8";
}

.icons-search-recent:before {
    content: "\F1A9";
}

.icons-search:before {
    content: "\F1AA";
}

.icons-share:before {
    content: "\F1AB";
}

.icons-slider-off:before {
    content: "\F1AC";
}

.icons-slider-on:before {
    content: "\F1AD";
}

.icons-sort:before {
    content: "\F1AE";
}

.icons-support:before {
    content: "\F1AF";
}

.icons-tag:before {
    content: "\F1B0";
}

.icons-tgv-family:before {
    content: "\F1B1";
}

.icons-toolbar-bold:before {
    content: "\F1B2";
}

.icons-toolbar-center:before {
    content: "\F1B3";
}

.icons-toolbar-italic:before {
    content: "\F1B4";
}

.icons-toolbar-left:before {
    content: "\F1B5";
}

.icons-toolbar-list:before {
    content: "\F1B6";
}

.icons-toolbar-underline:before {
    content: "\F1B7";
}

.icons-twitter:before {
    content: "\F1B8";
}

.icons-volume-down:before {
    content: "\F1B9";
}

.icons-volume-up:before {
    content: "\F1BA";
}

.icons-warning:before {
    content: "\F1BB";
}

.icons-wifi-area:before {
    content: "\F1BC";
}

.icons-young-service:before {
    content: "\F1BD";
}

/* type
   ========================================================================== */
h1,
.h1,
h2,
.h2,
.display-1 {
    text-transform: uppercase;
}

h1,
.h1,
.display-1 {
    font-weight: 300;
    line-height: 1.25;
}

h2, .h2 {
    font-weight: 300;
}

h3, .h3 {
    font-weight: 400;
}

.display-2 {
    font-size: 1.25rem;
    text-transform: none;
}

.display-3 {
    font-size: 1.25rem;
    text-transform: none;
}

.lead {
    color: #333;
}

.blockquote-decoration {
    position: relative;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    font-weight: 500;
}

    .blockquote-decoration::before, .blockquote-decoration::after {
        position: absolute;
        display: block;
        width: 0.875rem;
        height: 1.125rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .blockquote-decoration::before {
        top: 0;
        left: 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 541.3 500.03'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3earrow-double%3c/title%3e%3cpath class='a' d='M0,250.87,235.7,11.37c15.2-15.2,42.6-15.2,61.6,0h0c15.2,15.2,15.2,46.4,0,61.6L123.2,250.87,298,424.17c15.2,19,15.2,46.4,0,61.6l-7.6,7.6c-19,11.4-42.6,7.6-57.8-7.6Z' transform='translate(0 0.03)'/%3e%3cpath class='a' d='M231.9,250.87,467.6,11.37c15.2-15.2,42.6-15.2,61.6,0h0c15.1,15.2,15.1,46.4-.1,61.6L355,250.87l174.9,173.3c15.2,19,15.2,46.4,0,61.6l-7.6,7.6c-19,11.4-42.6,7.6-57.8-7.6Z' transform='translate(0 0.03)'/%3e%3c/svg%3e");
    }

    .blockquote-decoration::after {
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 541.3 500.03'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3earrow-double%3c/title%3e%3cpath class='a' d='M541.3,249.1,305.6,488.6c-15.2,15.2-42.6,15.2-61.6,0h0c-15.2-15.2-15.2-46.4,0-61.6L418.1,249.1,243.3,75.8c-15.2-19-15.2-46.4,0-61.6l7.6-7.6c19-11.4,42.6-7.6,57.8,7.6Z' transform='translate(0 0.03)'/%3e%3cpath class='a' d='M309.4,249.1,73.7,488.6c-15.2,15.2-42.6,15.2-61.6,0h0C-3,473.4-3,442.2,12.2,427L186.3,249.1,11.4,75.8c-15.2-19-15.2-46.4,0-61.6L19,6.6C38-4.8,61.6-1,76.8,14.2Z' transform='translate(0 0.03)'/%3e%3c/svg%3e");
    }

.blockquote-footer {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
}

    .blockquote-footer::before {
        content: "";
    }

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 2.625rem;
        line-height: 1.14286;
    }

    h2, .h2 {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    h3, .h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .display-1 {
        font-size: 3rem;
        line-height: 1.125;
    }

    .display-2 {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .display-3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1044px;
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.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-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .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: 1024px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .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: 1280px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .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;
    background-color: #fff;
}

    .table th,
    .table td {
        padding: 0 1.25rem;
        vertical-align: top;
        border-top: 1px solid #d8d8d8;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #d8d8d8;
    }

    .table tbody + tbody {
        border-top: 2px solid #d8d8d8;
    }

    .table .table {
        background-color: #f2f2f2;
    }

.table-sm th,
.table-sm td {
    padding: 0 0.3rem;
}

.table-bordered {
    border: 1px solid #d8d8d8;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #d8d8d8;
    }

    .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-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8def1;
}

.table-hover .table-primary:hover {
    background-color: #a3d4ed;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #a3d4ed;
    }

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
    background-color: #b8d8e9;
}

.table-hover .table-primary-dark:hover {
    background-color: #a5cde3;
}

    .table-hover .table-primary-dark:hover > td,
    .table-hover .table-primary-dark:hover > th {
        background-color: #a5cde3;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #cdcecf;
}

.table-hover .table-secondary:hover {
    background-color: #c0c1c3;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c0c1c3;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dcedb8;
}

.table-hover .table-success:hover {
    background-color: #d2e8a4;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d2e8a4;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b8e3e6;
}

.table-hover .table-info:hover {
    background-color: #a5dcdf;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #a5dcdf;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffebbd;
}

.table-hover .table-warning:hover {
    background-color: #ffe3a4;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe3a4;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f1b8c7;
}

.table-hover .table-danger:hover {
    background-color: #eda3b6;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #eda3b6;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fbfbfb;
}

.table-hover .table-light:hover {
    background-color: #eeeeee;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #eeeeee;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-white,
.table-white > th,
.table-white > td {
    background-color: white;
}

.table-hover .table-white:hover {
    background-color: #f2f2f2;
}

    .table-hover .table-white:hover > td,
    .table-hover .table-white:hover > th {
        background-color: #f2f2f2;
    }

.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 .thead-dark th {
    color: #f2f2f2;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #333;
    background-color: #f2f2f2;
    border-color: #d8d8d8;
}

.table-dark {
    color: #f2f2f2;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

/* mastheader
   ========================================================================== */
.mastheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2rem;
    font-size: 0.875rem;
    background-color: #333;
}

    .mastheader > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

.mastheader-logo {
    padding-right: 1.25rem;
}

.mastheader-title {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}

.mastheader-toolbar {
    padding-left: 0;
    list-style: none;
}

.mastheader-toolbar-item {
    height: 100%;
    padding-left: 0.625rem;
}

    .mastheader-toolbar-item:not(:last-child) {
        padding-right: 0.625rem;
    }

    .mastheader-toolbar-item > button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0;
        color: #fff;
        background-color: transparent;
        border: none;
    }

.mastheader-toolbar-item-lg > button {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-transform: uppercase;
    background-color: #4d4f53;
}

/* actionbar
   ========================================================================== */
.actionbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3.875rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #fff;
}

    .actionbar > nav .breadcrumb {
        padding-top: 0.1875rem;
    }

    .actionbar .breadcrumb {
        border-bottom: none;
    }

    .actionbar.light * {
        color: #fff;
    }

    .actionbar.has-tabs {
        height: 5.625rem;
    }

.actionbar-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .actionbar-head h1 a,
    .actionbar-head .h1 a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .actionbar-head h1 a:not(:hover),
        .actionbar-head .h1 a:not(:hover) {
            color: #333;
        }

    .actionbar-head .breadcrumb {
        height: 1.875rem;
    }

@media (max-width: 767.98px) {
    .actionbar {
        border-bottom: 1px solid #d8d8d8;
    }
}

@media (min-width: 768px) {
    .actionbar {
        height: 5rem;
    }

        .actionbar.has-tabs {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            height: 6.5625rem;
        }
}

@media (min-width: 1024px) {
    .actionbar {
        width: 100%;
        height: 4.375rem;
        padding-right: 0.75rem;
        padding-bottom: 0.625rem;
        padding-left: 1.875rem;
    }

        .actionbar.has-tabs {
            height: 6.75rem;
        }
}

@media (min-width: 1280px) {
    .actionbar {
        height: 5rem;
        padding-right: 1.875rem;
    }

        .actionbar.has-tabs {
            height: 7.8125rem;
            padding-bottom: 1.25rem;
        }
}

/* menubar
   ========================================================================== */
.mastnav {
    position: fixed;
    top: 2rem;
    left: 0;
    z-index: 1030;
    width: 100%;
    background-color: #fff;
}

.menubar {
    width: 100%;
    height: 3.75rem;
    color: #333;
    border-bottom: 1px solid #d7d7d7;
}

    .menubar > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .menubar a:not(:hover) {
        color: #333;
    }

.nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    background-color: transparent;
    border: none;
}

.menu {
    position: absolute;
    z-index: 1020;
    color: #fff;
    background-color: #0088ce;
}

.subnav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    background-color: transparent;
    border: none;
}

    .subnav-item + .subnav-item {
        padding-top: 1.375rem;
    }

@media (max-width: 767.98px) {
    .mastnav {
        z-index: 1030;
    }

    .menubar-menu {
        position: absolute;
        top: 3.75rem;
        left: 0;
        width: 100%;
        height: calc(100vh - 3.75rem);
        padding-top: 0.9375rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        background-color: #fff;
    }

        .menubar-menu:not(.active) {
            display: none;
        }

    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-item {
        width: 100%;
    }

        .nav-item + .nav-item {
            margin-top: 0.75rem;
        }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        .menu > .container {
            padding-right: 0;
            padding-left: 0;
        }

    .panel-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .panel-head,
    .panel-content {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .panel-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 3.75rem;
        color: #333;
        background-color: #fff;
        border-bottom: 1px solid #d7d7d7;
    }

        .panel-head .h3 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .panel-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 1.875rem;
        overflow-y: auto;
    }

    .panel-close {
        position: relative;
        color: #333;
    }

        .panel-close::before {
            position: absolute;
            top: calc(50% - 0.5625rem);
            left: 0;
            display: block;
            width: 0.0625rem;
            height: 1.125rem;
            content: "";
            background-color: #e6e6e6;
        }

    .panel-lead {
        display: none;
    }

    .primary-panel,
    .secondary-panel {
        min-height: 100vh;
    }

        .primary-panel:not(.active),
        .secondary-panel:not(.active) {
            display: none;
        }

    .primary-panel {
        z-index: 2;
    }

    .secondary-panel {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        background-color: #0074af;
    }
}

@media (min-width: 768px) {
    .menubar {
        height: 4.75rem;
    }

    .menubar-menu,
    .nav,
    .nav-item {
        height: 100%;
    }

    .menubar-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0 0 0 3.125rem;
    }

    .nav-item {
        height: 100%;
    }

        .nav-item + .nav-item {
            padding-left: 2.5rem;
        }

        .nav-item [class^="icons-arrow-"] {
            -webkit-transition: -webkit-transform .15s ease-out;
            transition: -webkit-transform .15s ease-out;
            transition: transform .15s ease-out;
            transition: transform .15s ease-out, -webkit-transform .15s ease-out;
        }

        .nav-item.active [class^="icons-arrow-"] {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .menu {
        top: calc(100% - 0.0625rem);
        left: 0;
        width: 100%;
        overflow: hidden;
        font-weight: 500;
    }

        .menu > .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

    .menu-item {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .panel-head {
        display: none;
    }

    .primary-panel:not(.active),
    .secondary-panel:not(.active) {
        display: none;
    }

    .primary-panel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 61.7529880478%;
        -ms-flex: 0 0 61.7529880478%;
        flex: 0 0 61.7529880478%;
    }

        .primary-panel .panel-content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .primary-panel .panel-lead {
            max-width: 16.25rem;
        }

        .primary-panel .subnav {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            min-width: 0;
            padding-right: 12.904%;
            padding-left: 8.067%;
        }

        .primary-panel .subnav-item.active::after {
            position: absolute;
            left: 100%;
            z-index: 2;
            display: block;
            width: 1.125rem;
            height: 1.125rem;
            margin-left: -0.5625rem;
            content: "";
            background-color: #0088ce;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .secondary-panel {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38.2470119522%;
        -ms-flex: 0 0 38.2470119522%;
        flex: 0 0 38.2470119522%;
        background-color: #0074af;
    }

        .secondary-panel:not(.active) {
            display: none;
        }

        .secondary-panel::after {
            position: absolute;
            top: 0;
            left: 100%;
            display: block;
            width: 100vw;
            height: 100%;
            content: "";
            background-color: #0074af;
        }

        .secondary-panel .panel-content {
            padding-left: 20.836%;
        }
}

/* mastcontainer
   ========================================================================== */
.mastcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 3.75rem;
}

.mastcontent {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .mastcontainer {
        padding-top: 6.75rem;
    }
}

/* mastfooter
   ========================================================================== */
.mastfooter .text-gray300:hover, .mastfooter .text-gray300:focus, .mastfooter .text-gray300:active, .mastfooter .text-gray300.active {
    color: #fff;
}

.mastfooter-lang a {
    display: inline-block;
}

    .mastfooter-lang a:hover, .mastfooter-lang a:focus, .mastfooter-lang a:active, .mastfooter-lang a.active {
        text-decoration: underline;
    }

    .mastfooter-lang a:not(:last-child) {
        padding-right: 0.625rem;
    }

@media (max-width: 767.98px) {
    .mastfooter-links {
        border-bottom: 1px solid #4d4f53;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f2f2f2;
    border: 1px solid #b9b9b9;
    border-radius: 0.4375rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #333;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #a1006b;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.4375rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.813rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #0088ce;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 0 solid #747678;
    border-radius: 0.4375rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #0088ce;
        background-color: #f2f2f2;
        border-color: #4fc3ff;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #747678;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #747678;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #747678;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #747678;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #f2f2f2;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0);
}

select.form-control:focus::-ms-value {
    color: #0088ce;
    background-color: #f2f2f2;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.813rem + 0);
    padding-bottom: calc(0.813rem + 0);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 0);
    padding-bottom: calc(0.5rem + 0);
    font-size: 1.125rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.125rem + 0);
    padding-bottom: calc(0.125rem + 0);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.125rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.4375rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.5625rem + 0);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.4375rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 0);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #747678;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1rem;
    color: #82be00;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(130, 190, 0, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #82be00;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #82be00;
        -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.25);
        box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip, .was-validated
    .custom-select:valid ~ .valid-feedback,
    .was-validated
    .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #82be00;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #82be00;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #c2ff3f;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #a5f100;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(130, 190, 0, 0.25);
    box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(130, 190, 0, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #82be00;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.25);
    box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1rem;
    color: #cd0037;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(205, 0, 55, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #cd0037;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #cd0037;
        -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.25);
        box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #cd0037;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #cd0037;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #ff4e7d;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ff0145;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(205, 0, 55, 0.25);
    box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(205, 0, 55, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #cd0037;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.25);
    box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -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-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/* forms
   ========================================================================== */
label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-container {
    position: relative;
}

    .form-control-container input {
        width: 100%;
    }

    .form-control-container.is-invalid .form-control,
    .form-control-container.is-invalid ~ div[data-role="counter"] {
        color: #cd0037;
    }

    .form-control-container.is-invalid + .invalid-feedback {
        display: block;
    }

    .form-control-container.has-right-icon .form-control {
        padding-right: 3rem;
    }

    .form-control-container.has-right-icon .form-control-icon {
        right: 0;
        padding-right: 0.5rem;
    }

    .form-control-container.has-left-icon .form-control {
        padding-left: 3rem;
    }

    .form-control-container.has-left-icon .form-control-icon {
        left: 0;
        padding-left: 0.5rem;
    }

.form-control-state {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: 0.4375rem;
}

    .form-control-state::after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        content: "";
        background-color: transparent;
    }

.is-invalid .form-control-state::after {
    background-color: #cd0037;
}

.is-valid .form-control-state::after {
    background-color: #82be00;
}

.form-control {
    min-height: 2.8125rem;
    font-weight: 500;
}

    .form-control::-webkit-input-placeholder {
        font-weight: 400;
    }

    .form-control:-ms-input-placeholder {
        font-weight: 400;
    }

    .form-control::-ms-input-placeholder {
        font-weight: 400;
    }

    .form-control::placeholder {
        font-weight: 400;
    }

.form-control-container:not(.is-invalid) .form-control:focus ~ .form-control-state::after {
    background-color: #0088ce;
}

.was-validated .form-control:valid ~ .form-control-state::after, .form-control.is-validÂ ~ .form-control-state::after {
    background-color: #82be00;
}

.was-validated .form-control:invalid ~ .form-control-state::after, .form-control.is-invalid ~ .form-control-state::after {
    background-color: #cd0037;
}

.form-control:disabled, .form-control[readonly] {
    color: #4d4f53;
}

.form-control[readonly] {
    padding-right: 3rem;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 27 25'%3e%3cdefs%3e%3cstyle%3e.disabled-icon%7bfill:%23747678;%7d%3c/style%3e%3c/defs%3e%3cpath class='disabled-icon' d='M26.79,25.05H1.21a.73.73,0,0,0,0,1.45H26.79a.73.73,0,0,0,0-1.45Z' transform='translate(-0.5 -1.5)'/%3e%3cpath class='disabled-icon' d='M19.8,8.87h-.61V6.73a5.23,5.23,0,0,0-10.46,0V8.87H8.2a1.63,1.63,0,0,0-1.63,1.62V21.32A1.62,1.62,0,0,0,8.2,22.94H19.8a1.62,1.62,0,0,0,1.63-1.62V10.49A1.63,1.63,0,0,0,19.8,8.87ZM10.93,6.73a3,3,0,1,1,6.06,0V8.87H10.93Zm3,14.15a5,5,0,1,1,5-5A5,5,0,0,1,14,20.88Z' transform='translate(-0.5 -1.5)'/%3e%3cpath class='disabled-icon' d='M14,12.62a3.29,3.29,0,1,0,3.29,3.29A3.29,3.29,0,0,0,14,12.62Zm0,4.75a1.47,1.47,0,1,1,1.47-1.46A1.46,1.46,0,0,1,14,17.37Z' transform='translate(-0.5 -1.5)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 27px 25px;
}

.form-control-container:not(.is-invalid) .form-control[required]:valid {
    padding-right: 3rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cdefs%3e%3cstyle%3e.check-icon%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeck%3c/title%3e%3cpath class='check-icon' d='M33.18,13.21,15.53,30.87a1.11,1.11,0,0,1-1.58,0L6.82,23.75a1.13,1.13,0,0,1,0-1.58l2.1-2.11a1.13,1.13,0,0,1,1.58,0L14,23.5a1.13,1.13,0,0,0,1.58,0l14-14a1.13,1.13,0,0,1,1.58,0l2.11,2.11a1.13,1.13,0,0,1,0,1.58' transform='translate(-6.5 -9.2)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 18px 14px;
}

.form-control.clear-option {
    padding-right: 3rem;
}

    .form-control.clear-option ~ .btn-clear {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.625rem;
        height: 1.625rem;
        padding: 0;
        font-size: 0.625rem;
        border-style: solid;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    min-height: 1.875rem;
}

.form-control-white {
    background-color: #fff;
}

    .form-control-white:focus, .form-control-white:active {
        background-color: #fff;
    }

textarea.form-control {
    min-height: 10rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #4d4f53;
}

    textarea.form-control:focus {
        color: #4d4f53;
    }

    textarea.form-control.stretchy {
        resize: none;
    }

.form-control-container.is-invalid textarea.form-control {
    color: #4d4f53;
}

textarea.form-control[readonly] {
    background-position: bottom 18px right 18px;
}

.form-control-icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    color: #0088ce;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

label.required::after {
    color: #cd0037;
    content: "*";
}

.form-error {
    padding: 1.625rem 1.875rem;
    color: #fff;
    background-color: #cd0037;
    border-radius: 0.3125rem;
}

    .form-error .h2 {
        color: inherit;
    }

    .form-error ul {
        padding-left: 1rem;
    }

/* buttons
   ========================================================================== */
.btn {
    display: inline-block;
    font-weight: 500;
    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: 1px solid transparent;
    padding: 0.75rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.4375rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn:hover, .btn:focus {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled, .btn:disabled {
        opacity: 1;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none;
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #0074af;
        border-color: #0074af;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0074af;
        border-color: #0074af;
    }

.btn-secondary {
    color: #fff;
    background-color: #4d4f53;
    border-color: #4d4f53;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
    }

.btn-success {
    color: #212529;
    background-color: #82be00;
    border-color: #82be00;
}

    .btn-success:hover, .btn-success:focus {
        color: #fff;
        background-color: #689800;
        border-color: #5f8b00;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #5f8b00;
        border-color: #567e00;
    }

.btn-info {
    color: #fff;
    background-color: #009aa6;
    border-color: #009aa6;
}

    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background-color: #007780;
        border-color: #006b73;
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #006b73;
        border-color: #005f66;
    }

.btn-warning {
    color: #212529;
    background-color: #ffb612;
    border-color: #ffb612;
}

    .btn-warning:hover, .btn-warning:focus {
        color: #212529;
        background-color: #eba200;
        border-color: #de9a00;
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #de9a00;
        border-color: #d19100;
    }

.btn-danger {
    color: #fff;
    background-color: #cd0037;
    border-color: #cd0037;
}

    .btn-danger:hover, .btn-danger:focus {
        color: #fff;
        background-color: #a7002d;
        border-color: #9a0029;
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #9a0029;
        border-color: #8d0026;
    }

.btn-light {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

    .btn-light:hover, .btn-light:focus {
        color: #212529;
        background-color: #dfdfdf;
        border-color: #d9d9d9;
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #d9d9d9;
        border-color: #d2d2d2;
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

.btn-white {
    color: #0088ce;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:focus {
        color: #0074af;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
    .show > .btn-white.dropdown-toggle {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

    .btn-transparent:hover, .btn-transparent:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-transparent.disabled, .btn-transparent:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
    .show > .btn-transparent.dropdown-toggle {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

.btn-outline-primary {
    color: #0088ce;
    background-color: transparent;
    background-image: none;
    border-color: #0088ce;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0088ce;
        border-color: #0088ce;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 206, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 136, 206, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0088ce;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0088ce;
        border-color: #0088ce;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 206, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 136, 206, 0.5);
        }

.btn-outline-primary-dark {
    color: #0074af;
    background-color: transparent;
    background-image: none;
    border-color: #0074af;
}

    .btn-outline-primary-dark:hover {
        color: #fff;
        background-color: #0074af;
        border-color: #0074af;
    }

    .btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 175, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 116, 175, 0.5);
    }

    .btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
        color: #0074af;
        background-color: transparent;
    }

    .btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-dark.dropdown-toggle {
        color: #fff;
        background-color: #0074af;
        border-color: #0074af;
    }

        .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 175, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 116, 175, 0.5);
        }

.btn-outline-secondary {
    color: #4d4f53;
    background-color: transparent;
    background-image: none;
    border-color: #4d4f53;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #4d4f53;
        border-color: #4d4f53;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 79, 83, 0.5);
        box-shadow: 0 0 0 0 rgba(77, 79, 83, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #4d4f53;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #4d4f53;
        border-color: #4d4f53;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(77, 79, 83, 0.5);
            box-shadow: 0 0 0 0 rgba(77, 79, 83, 0.5);
        }

.btn-outline-success {
    color: #82be00;
    background-color: transparent;
    background-image: none;
    border-color: #82be00;
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #82be00;
        border-color: #82be00;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #82be00;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #212529;
        background-color: #82be00;
        border-color: #82be00;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.5);
            box-shadow: 0 0 0 0 rgba(130, 190, 0, 0.5);
        }

.btn-outline-info {
    color: #009aa6;
    background-color: transparent;
    background-image: none;
    border-color: #009aa6;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #009aa6;
        border-color: #009aa6;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 154, 166, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 154, 166, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #009aa6;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #009aa6;
        border-color: #009aa6;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 154, 166, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 154, 166, 0.5);
        }

.btn-outline-warning {
    color: #ffb612;
    background-color: transparent;
    background-image: none;
    border-color: #ffb612;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffb612;
        border-color: #ffb612;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 182, 18, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 182, 18, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffb612;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffb612;
        border-color: #ffb612;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 182, 18, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 182, 18, 0.5);
        }

.btn-outline-danger {
    color: #cd0037;
    background-color: transparent;
    background-image: none;
    border-color: #cd0037;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #cd0037;
        border-color: #cd0037;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.5);
        box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #cd0037;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #cd0037;
        border-color: #cd0037;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.5);
            box-shadow: 0 0 0 0 rgba(205, 0, 55, 0.5);
        }

.btn-outline-light {
    color: #f2f2f2;
    background-color: transparent;
    background-image: none;
    border-color: #f2f2f2;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
        box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f2f2f2;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
            box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
        }

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-white:focus, .btn-outline-white.focus {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
    .show > .btn-outline-white.dropdown-toggle {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-white.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        }

.btn-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    color: #0088ce;
    background-color: transparent;
    border: 0;
}

    .btn-link:hover {
        color: #0074af;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #333;
    }

    .btn-link [class^="icons-"] {
        font-size: 0.8125rem;
    }

.btn-link-white {
    color: #fff;
}

.btn-sm, .btn-group-sm > .btn {
    font-weight: 500;
    padding: 0.125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.4375rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-only-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.125rem;
    min-height: 2.8125rem;
    padding: 0;
}

    .btn-only-icon.active [class^="icons-arrow-"] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .btn-only-icon.btn-white.disabled, .btn-only-icon.btn-white:disabled {
        color: #b9b9b9;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-only-icon.btn-sm, .btn-group-sm > .btn-only-icon.btn {
        min-width: 1.875rem;
        min-height: 1.875rem;
    }

.btn-rounded {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #747678;
    border: none;
    border-radius: 50%;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn-rounded:hover {
        background-color: #0074af;
    }

    .btn-rounded.disabled, .btn-rounded:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-rounded:not(:disabled):not(.disabled).box-shadow {
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    }

        .btn-rounded:not(:disabled):not(.disabled).box-shadow:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.btn-rounded-primary {
    color: #fff;
    background-color: #0088ce;
}

    .btn-rounded-primary:not(:disabled):not(.disabled):hover, .btn-rounded-primary:not(:disabled):not(.disabled):focus, .btn-rounded-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0074af;
    }

.btn-rounded-white {
    color: #0088ce;
    background-color: #fff;
}

    .btn-rounded-white:not(:disabled):not(.disabled):hover, .btn-rounded-white:not(:disabled):not(.disabled):focus, .btn-rounded-white:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0088ce;
    }

.btn-rounded-gray {
    color: #fff;
    background-color: #b9b9b9;
}

    .btn-rounded-gray:not(:disabled):not(.disabled):hover, .btn-rounded-gray:not(:disabled):not(.disabled):focus, .btn-rounded-gray:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #b9b9b9;
    }

.btn-rounded-facebook {
    color: #fff;
    background-color: #747678;
}

    .btn-rounded-facebook:not(:disabled):not(.disabled):hover, .btn-rounded-facebook:not(:disabled):not(.disabled):focus, .btn-rounded-facebook:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #3b5998;
    }

.btn-rounded-twitter {
    color: #fff;
    background-color: #747678;
}

    .btn-rounded-twitter:not(:disabled):not(.disabled):hover, .btn-rounded-twitter:not(:disabled):not(.disabled):focus, .btn-rounded-twitter:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #4099FF;
    }

.btn-rounded-linkedin {
    color: #fff;
    background-color: #747678;
}

    .btn-rounded-linkedin:not(:disabled):not(.disabled):hover, .btn-rounded-linkedin:not(:disabled):not(.disabled):focus, .btn-rounded-linkedin:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #007bb6;
    }

.btn-rounded-youtube {
    color: #fff;
    background-color: #747678;
}

    .btn-rounded-youtube:not(:disabled):not(.disabled):hover, .btn-rounded-youtube:not(:disabled):not(.disabled):focus, .btn-rounded-youtube:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #bb0000;
    }

.btn-options {
    min-width: 3.4375rem;
    padding: 0;
    background-color: transparent;
}

    .btn-options[aria-expanded="true"], .btn-options:focus, .btn-options:active, .btn-options:hover {
        color: #0088ce;
        background-color: transparent;
    }

.btn.btn-favorite {
    color: #b9b9b9;
}

    .btn.btn-favorite:hover, .btn.btn-favorite.active {
        color: #ffb612;
    }

.btn-notif {
    position: relative;
}

    .btn-notif .notif {
        position: absolute;
        top: calc(50% - 1rem);
        right: calc(50% - 1.125rem);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 1rem;
        min-height: 1rem;
        padding-top: 3px;
        font-size: 0.5625rem;
        line-height: 1;
        color: #fff;
        background-color: #0088ce;
        border-radius: 50%;
    }

.btn-card {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 9.0625rem;
    min-height: 9.0625rem;
    font-weight: 400;
    color: #747678;
    background-color: #fff;
    border-color: #747678;
}

    .btn-card span {
        display: block;
        margin-top: 1.125rem;
    }

    .btn-card:hover, .btn-card:focus {
        color: #fff;
        background-color: #0074af;
        border-color: #0074af;
    }

    .btn-card.disabled, .btn-card:disabled {
        color: #b9b9b9;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-card:not(:disabled):not(.disabled):active, .btn-card:not(:disabled):not(.disabled).active,
    .show > .btn-card.dropdown-toggle {
        color: #fff;
        background-color: #0088ce;
        border-color: #0088ce;
    }

.btn-color-gray {
    color: #333;
}

    .btn-color-gray:not(:disabled):not(.disabled):hover, .btn-color-gray:not(:disabled):not(.disabled):focus, .btn-color-gray:not(:disabled):not(.disabled):active, .btn-color-gray:not(:disabled):not(.disabled).active {
        color: #0088ce;
    }

    .btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):hover, .btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):focus, .btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):active, .btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled).active {
        background-color: #fff;
    }

/* buttons
   ========================================================================== */
.btn-burger .btn-burger-open {
    display: block;
}

.btn-burger .btn-burger-close {
    display: none;
}

.btn-burger.active .btn-burger-open {
    display: none;
}

.btn-burger.active .btn-burger-close {
    display: block;
}

.btn-burger:focus, .btn-burger.active {
    color: #4d4f53;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    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;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #4d4f53;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 0.4375rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.563rem 1.375rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #0088ce;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0088ce;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #333;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.375rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #747678;
    white-space: nowrap;
}

/* dropdown
   ========================================================================== */
.dropdown-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

    .dropdown-toggle [class^="icons-arrow-"] {
        display: inline-block;
        font-size: 0.625rem;
    }

    .dropdown-toggle span:not(.sr-only) + [class^="icons-arrow-"] {
        margin-left: 0.875rem;
    }

    .dropdown-toggle [class^="icons-arrow-"] + span:not(.sr-only) {
        margin-left: 0.875rem;
    }

    .dropdown-toggle[aria-expanded="true"] [class^="icons-arrow-"] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.dropdown-menu::after, .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent;
}

.dropdown-menu::after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 9px;
}

.dropdown-menu::before {
    border-color: rgba(216, 216, 216, 0);
    border-width: 0.625rem;
}

.dropdown .dropdown-menu::after,
.dropup .dropdown-menu::after {
    margin-left: -0.5625rem;
}

.dropdown .dropdown-menu::before,
.dropup .dropdown-menu::before {
    margin-left: -0.625rem;
}

.dropdown .dropdown-menu:not(.dropdown-menu-right)::after, .dropdown .dropdown-menu:not(.dropdown-menu-right)::before,
.dropup .dropdown-menu:not(.dropdown-menu-right)::after,
.dropup .dropdown-menu:not(.dropdown-menu-right)::before {
    left: 1.125rem;
}

.dropdown .dropdown-menu[x-placement="bottom-start"],
.dropdown .dropdown-menu[x-placement="bottom-end"],
.dropup .dropdown-menu[x-placement="bottom-start"],
.dropup .dropdown-menu[x-placement="bottom-end"] {
    top: 0.875rem !important;
}

    .dropdown .dropdown-menu[x-placement="bottom-start"]::after, .dropdown .dropdown-menu[x-placement="bottom-start"]::before,
    .dropdown .dropdown-menu[x-placement="bottom-end"]::after,
    .dropdown .dropdown-menu[x-placement="bottom-end"]::before,
    .dropup .dropdown-menu[x-placement="bottom-start"]::after,
    .dropup .dropdown-menu[x-placement="bottom-start"]::before,
    .dropup .dropdown-menu[x-placement="bottom-end"]::after,
    .dropup .dropdown-menu[x-placement="bottom-end"]::before {
        bottom: 100%;
    }

    .dropdown .dropdown-menu[x-placement="bottom-start"]::after,
    .dropdown .dropdown-menu[x-placement="bottom-end"]::after,
    .dropup .dropdown-menu[x-placement="bottom-start"]::after,
    .dropup .dropdown-menu[x-placement="bottom-end"]::after {
        border-bottom-color: #fff;
    }

    .dropdown .dropdown-menu[x-placement="bottom-start"]::before,
    .dropdown .dropdown-menu[x-placement="bottom-end"]::before,
    .dropup .dropdown-menu[x-placement="bottom-start"]::before,
    .dropup .dropdown-menu[x-placement="bottom-end"]::before {
        border-bottom-color: #d7d7d7;
    }

.dropdown .dropdown-menu[x-placement="top-start"],
.dropdown .dropdown-menu[x-placement="top-end"],
.dropup .dropdown-menu[x-placement="top-start"],
.dropup .dropdown-menu[x-placement="top-end"] {
    top: -0.875rem !important;
}

    .dropdown .dropdown-menu[x-placement="top-start"]::after, .dropdown .dropdown-menu[x-placement="top-start"]::before,
    .dropdown .dropdown-menu[x-placement="top-end"]::after,
    .dropdown .dropdown-menu[x-placement="top-end"]::before,
    .dropup .dropdown-menu[x-placement="top-start"]::after,
    .dropup .dropdown-menu[x-placement="top-start"]::before,
    .dropup .dropdown-menu[x-placement="top-end"]::after,
    .dropup .dropdown-menu[x-placement="top-end"]::before {
        top: 100%;
    }

    .dropdown .dropdown-menu[x-placement="top-start"]::after,
    .dropdown .dropdown-menu[x-placement="top-end"]::after,
    .dropup .dropdown-menu[x-placement="top-start"]::after,
    .dropup .dropdown-menu[x-placement="top-end"]::after {
        border-top-color: #fff;
    }

    .dropdown .dropdown-menu[x-placement="top-start"]::before,
    .dropdown .dropdown-menu[x-placement="top-end"]::before,
    .dropup .dropdown-menu[x-placement="top-start"]::before,
    .dropup .dropdown-menu[x-placement="top-end"]::before {
        border-top-color: #d7d7d7;
    }

.dropright .dropdown-menu::after {
    margin-top: 0.625rem;
}

.dropright .dropdown-menu::before {
    margin-top: 0.5625rem;
}

.dropright .dropdown-menu[x-placement="right-start"], .dropright .dropdown-menu[x-placement="right-end"] {
    left: 0.875rem !important;
}

    .dropright .dropdown-menu[x-placement="right-start"]::after, .dropright .dropdown-menu[x-placement="right-start"]::before, .dropright .dropdown-menu[x-placement="right-end"]::after, .dropright .dropdown-menu[x-placement="right-end"]::before {
        top: 0.5rem;
        right: 100%;
    }

    .dropright .dropdown-menu[x-placement="right-start"]::after, .dropright .dropdown-menu[x-placement="right-end"]::after {
        border-right-color: #fff;
    }

    .dropright .dropdown-menu[x-placement="right-start"]::before, .dropright .dropdown-menu[x-placement="right-end"]::before {
        border-right-color: #d7d7d7;
    }

.dropleft .dropdown-menu::after {
    margin-top: 0.625rem;
}

.dropleft .dropdown-menu::before {
    margin-top: 0.5625rem;
}

.dropleft .dropdown-menu[x-placement="left-start"], .dropleft .dropdown-menu[x-placement="left-end"] {
    left: -0.875rem !important;
}

    .dropleft .dropdown-menu[x-placement="left-start"]::after, .dropleft .dropdown-menu[x-placement="left-start"]::before, .dropleft .dropdown-menu[x-placement="left-end"]::after, .dropleft .dropdown-menu[x-placement="left-end"]::before {
        top: 0.5rem;
        left: 100%;
    }

    .dropleft .dropdown-menu[x-placement="left-start"]::after, .dropleft .dropdown-menu[x-placement="left-end"]::after {
        border-left-color: #fff;
    }

    .dropleft .dropdown-menu[x-placement="left-start"]::before, .dropleft .dropdown-menu[x-placement="left-end"]::before {
        border-left-color: #d7d7d7;
    }

.dropdown-menu-lg {
    width: 21.25rem;
}

.dropdown-menu-right::after {
    right: 1.125rem;
}

.dropdown-menu-right::before {
    right: 1.0625rem;
}

.dropdown-header {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.dropdown-divider {
    width: calc(100% - 2.75rem);
    margin-left: 1.375rem;
}

.dropdown-item {
    font-weight: 500;
    color: #333;
}

    .dropdown-item:not(.disabled):focus, .dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active {
        color: #0088ce;
        background-color: #fff;
    }

input:checked + .dropdown-item:not(.disabled) {
    color: #0088ce;
}

.dropdown-item.disabled {
    color: #b9b9b9;
    pointer-events: none;
    cursor: none;
}

.dropdown-menu-header {
    padding: 1.875rem;
    background-color: #4d4f53;
}

@media (max-width: 767.98px) {
    .dropdown .dropdown-toggle[aria-expanded="true"] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .dropup .dropdown-toggle[aria-expanded="true"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dropdown .dropdown-menu,
    .dropup .dropdown-menu {
        width: 100%;
        min-width: auto;
        margin: 0;
    }

        .dropdown .dropdown-menu::after, .dropdown .dropdown-menu::before,
        .dropup .dropdown-menu::after,
        .dropup .dropdown-menu::before {
            pointer-events: none;
            border: 0;
            opacity: 0;
        }

        .dropdown .dropdown-menu[x-placement="bottom-start"],
        .dropdown .dropdown-menu[x-placement="bottom-end"],
        .dropup .dropdown-menu[x-placement="bottom-start"],
        .dropup .dropdown-menu[x-placement="bottom-end"] {
            top: 0 !important;
            border-top: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .dropdown .dropdown-menu[x-placement="top-start"],
        .dropdown .dropdown-menu[x-placement="top-end"],
        .dropup .dropdown-menu[x-placement="top-start"],
        .dropup .dropdown-menu[x-placement="top-end"] {
            top: 0 !important;
            border-bottom: none;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

    .dropup-split.show .dropdown-toggle-split {
        border-top-right-radius: 0;
    }

    .dropup-split.show .dropdown-menu {
        border-bottom: 1px solid #d7d7d7;
        border-bottom-right-radius: 0.4375rem;
    }

    .dropdown-split.show .dropdown-toggle-split {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .dropdown-split.show .dropdown-menu {
        border-top: 1px solid #d7d7d7;
        border-top-right-radius: 0.4375rem;
    }

    .dropdown-toggle-split + .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .dropdown .dropdown-item,
    .dropup .dropdown-item {
        white-space: initial;
    }
}

/* dropdown
   ========================================================================== */
.dropdown-mastheader .dropdown-menu {
    padding: 1.875rem;
    background-color: #333;
    border-color: #333;
}

    .dropdown-mastheader .dropdown-menu::before, .dropdown-mastheader .dropdown-menu::after {
        right: 3.875rem;
    }

.dropdown-mastheader.dropdown .dropdown-menu[x-placement="bottom-start"]::after,
.dropdown-mastheader.dropdown .dropdown-menu[x-placement="bottom-end"]::after,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="bottom-start"]::after,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="bottom-end"]::after {
    border-bottom-color: #333;
}

.dropdown-mastheader.dropdown .dropdown-menu[x-placement="bottom-start"]::before,
.dropdown-mastheader.dropdown .dropdown-menu[x-placement="bottom-end"]::before,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="bottom-start"]::before,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="bottom-end"]::before {
    border-bottom-color: #333;
}

.dropdown-mastheader.dropdown .dropdown-menu[x-placement="top-start"]::after,
.dropdown-mastheader.dropdown .dropdown-menu[x-placement="top-end"]::after,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="top-start"]::after,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="top-end"]::after {
    border-top-color: #333;
}

.dropdown-mastheader.dropdown .dropdown-menu[x-placement="top-start"]::before,
.dropdown-mastheader.dropdown .dropdown-menu[x-placement="top-end"]::before,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="top-start"]::before,
.dropdown-mastheader.dropup .dropdown-menu[x-placement="top-end"]::before {
    border-top-color: #333;
}

.dropdown-mastheader .dropdown-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: #fff;
}

.dropdown-mastheader .dropdown-lang .dropdown-menu {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

    .dropdown-mastheader .dropdown-lang .dropdown-menu::before, .dropdown-mastheader .dropdown-lang .dropdown-menu::after {
        right: 2.875rem;
    }

.dropdown-mastheader .dropdown-menu-lang-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d7d7d7;
}

    .dropdown-mastheader .dropdown-menu-lang-item:hover, .dropdown-mastheader .dropdown-menu-lang-item:focus, .dropdown-mastheader .dropdown-menu-lang-item:active, .dropdown-mastheader .dropdown-menu-lang-item.active {
        color: #fff;
    }

    .dropdown-mastheader .dropdown-menu-lang-item:not(:last-child) {
        padding-bottom: 1.25rem;
    }

.dropdown-actionbar .btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.25rem;
}

.dropdown-actionbar .btn,
.dropdown-actionbar .dropdown-menu {
    background-color: #f2f2f2;
}

.dropdown-actionbar .dropdown-menu {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    border: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .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: 1;
        }

    .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: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 1.40625rem;
    padding-left: 1.40625rem;
}

    .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -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: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file:focus {
            z-index: 3;
        }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: 0;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label,
        .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: 0;
        }

.input-group-prepend {
    margin-right: 0;
}

.input-group-append {
    margin-left: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.813rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0088ce;
    text-align: center;
    white-space: nowrap;
    background-color: #d7d7d7;
    border: 0 solid #747678;
    border-radius: 0.4375rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* input group
   ========================================================================== */
.input-group {
    z-index: 1;
}

    .input-group > .input-group-last:not(:last-child) > .btn {
        border-top-right-radius: 0.4375rem;
        border-bottom-right-radius: 0.4375rem;
    }

    .input-group .form-control-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
    }

        .input-group .form-control-container:not(:last-child),
        .input-group .form-control-container:not(:last-child) .form-control,
        .input-group .form-control-container:not(:last-child) .form-control-state {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group .form-control-container:not(:first-child),
        .input-group .form-control-container:not(:first-child) .form-control,
        .input-group .form-control-container:not(:first-child) .form-control-state {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-prepend > .btn,
.input-group-prepend > .btn-group .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append > .btn,
.input-group-append > .btn-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.375rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #0088ce;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #f2f2f2, none;
        box-shadow: 0 0 0 1px #f2f2f2, none;
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #82d4ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #b9b9b9;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: transparent;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 0.875rem;
        height: 0.875rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 0.875rem;
        height: 0.875rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0088ce;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #0088ce;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f2f2f2;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: #f2f2f2;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0088ce;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #f2f2f2;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 0);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #0088ce;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #747678;
    border-radius: 0.4375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #4fc3ff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(79, 195, 255, 0.5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(79, 195, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #0088ce;
            background-color: #f2f2f2;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #333;
        background-color: #d7d7d7;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.5625rem + 0);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 0);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 0);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 0);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #4fc3ff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #4fc3ff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 0);
    padding: 0.375rem 1.875rem;
    line-height: 1.5;
    color: #0088ce;
    background-color: #f2f2f2;
    border: 1px solid #747678;
    border-radius: 0.4375rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 0) - 1px * 2);
        padding: 0.375rem 1.875rem;
        line-height: 1.5;
        color: #0088ce;
        content: "Browse";
        background-color: #d7d7d7;
        border-left: 1px solid #747678;
        border-radius: 0 0.4375rem 0.4375rem 0;
    }

/* custom forms
   ========================================================================== */
.custom-control-input {
    /* stylelint-disable declaration-no-important */
    /* stylelint-enable declaration-no-important */
}

    .custom-control-input:not(:disabled):checked ~ .custom-control-label, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label {
        color: #0088ce;
    }

        .custom-control-input:not(:disabled):checked ~ .custom-control-label::before, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label::before {
            border-color: #0088ce;
        }

        .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover, .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus, .custom-control-input:not(:disabled):checked ~ .custom-control-label:active, .custom-control-input:not(:disabled):checked ~ .custom-control-label.active, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active {
            color: #0074af;
        }

            .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before, .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus::before, .custom-control-input:not(:disabled):checked ~ .custom-control-label:active::before, .custom-control-input:not(:disabled):checked ~ .custom-control-label.active::before, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover::before, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus::before, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active::before, .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active::before {
                background-color: #0074af;
                border-color: #0074af;
            }

    .custom-control-input:disabled ~ .custom-control-label,
    .custom-control-input:disabled:indeterminate ~ .custom-control-label,
    .custom-control-input:disabled:indeterminate:checked ~ .custom-control-label,
    .custom-control-input:disabled:checked ~ .custom-control-label {
        color: #b9b9b9 !important;
    }

        .custom-control-input:disabled ~ .custom-control-label::before,
        .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
        .custom-control-input:disabled:indeterminate:checked ~ .custom-control-label::before,
        .custom-control-input:disabled:checked ~ .custom-control-label::before {
            border-color: #f2f2f2 !important;
        }

        .custom-control-input:disabled:checked ~ .custom-control-label::before {
            background-color: #f2f2f2 !important;
        }

.custom-control-label {
    padding-top: 0.125rem;
    margin-bottom: 0;
    color: #747678;
}

    .custom-control-label::before {
        border: 2px solid #b9b9b9;
    }

    .custom-control-label:hover, .custom-control-label:focus,
    .custom-control-input:focus + .custom-control-label, .custom-control-label:active, .custom-control-label.active {
        color: #0088ce;
    }

        .custom-control-label:hover::before, .custom-control-label:focus::before,
        .custom-control-input:focus + .custom-control-label::before, .custom-control-label:active::before, .custom-control-label.active::before {
            border-color: #0088ce;
        }

        .custom-control-label.active::before {
            background-color: #0088ce;
        }

        .custom-control-label.active::after {
            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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
        }

    .custom-control-label.indeterminate::before {
        background-color: #0088ce;
        border-color: #0088ce;
    }

    .custom-control-label.indeterminate::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
    }

    .custom-control-label.indeterminate:hover {
        color: #0074af;
    }

        .custom-control-label.indeterminate:hover::before {
            background-color: #0074af;
            border-color: #0074af;
        }

    .custom-control-label:checked:hover {
        color: #0088ce;
    }

.custom-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate ~ .custom-control-label {
        color: #0088ce;
    }

        .custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate ~ .custom-control-label::before {
            border-color: #0088ce;
        }

        .custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate ~ .custom-control-label:hover {
            color: #0074af;
        }

            .custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate ~ .custom-control-label:hover::before {
                background-color: #0074af;
                border-color: #0074af;
            }

    /* stylelint-disable declaration-block-single-line-max-declarations */
    .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label {
        color: #4cd201;
    }

        .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label::before, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label::before {
            background-color: #4cd201;
            border-color: #4cd201;
        }

        .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:active, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label.active, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active {
            color: #4cd201;
        }

            .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label:active::before, .custom-checkbox.is-green .custom-control-input:not(:disabled):checked ~ .custom-control-label.active::before, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active::before, .custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active::before {
                background-color: #4cd201;
                border-color: #4cd201;
            }

    .custom-checkbox.is-green .custom-control-input:focus ~ .custom-control-label {
        color: #4cd201;
    }

        .custom-checkbox.is-green .custom-control-input:focus ~ .custom-control-label::before {
            border-color: #4cd201;
        }

    .custom-checkbox.is-green .custom-control-label:hover, .custom-checkbox.is-green .custom-control-label:focus, .custom-checkbox.is-green .custom-control-label:active, .custom-checkbox.is-green .custom-control-label.active {
        color: #4cd201;
    }

        .custom-checkbox.is-green .custom-control-label:hover::before, .custom-checkbox.is-green .custom-control-label:focus::before, .custom-checkbox.is-green .custom-control-label:active::before, .custom-checkbox.is-green .custom-control-label.active::before {
            border-color: #4cd201;
        }

    /* stylelint-enable declaration-block-single-line-max-declarations */
    /* stylelint-disable declaration-block-single-line-max-declarations */
    .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label {
        color: #ffb901;
    }

        .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label::before {
            background-color: #ffb901;
            border-color: #ffb901;
        }

        .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:active, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label.active, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active {
            color: #ffb901;
        }

            .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label:active::before, .custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked ~ .custom-control-label.active::before, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active::before, .custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active::before {
                background-color: #ffb901;
                border-color: #ffb901;
            }

    .custom-checkbox.is-yellow .custom-control-input:focus ~ .custom-control-label {
        color: #ffb901;
    }

        .custom-checkbox.is-yellow .custom-control-input:focus ~ .custom-control-label::before {
            border-color: #ffb901;
        }

    .custom-checkbox.is-yellow .custom-control-label:hover, .custom-checkbox.is-yellow .custom-control-label:focus, .custom-checkbox.is-yellow .custom-control-label:active, .custom-checkbox.is-yellow .custom-control-label.active {
        color: #ffb901;
    }

        .custom-checkbox.is-yellow .custom-control-label:hover::before, .custom-checkbox.is-yellow .custom-control-label:focus::before, .custom-checkbox.is-yellow .custom-control-label:active::before, .custom-checkbox.is-yellow .custom-control-label.active::before {
            border-color: #ffb901;
        }

    /* stylelint-enable declaration-block-single-line-max-declarations */
    /* stylelint-disable declaration-block-single-line-max-declarations */
    .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label {
        color: #333333;
    }

        .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label::before, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label::before {
            background-color: #333333;
            border-color: #333333;
        }

        .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:active, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label.active, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active {
            color: #333333;
        }

            .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label:active::before, .custom-checkbox.is-gray .custom-control-input:not(:disabled):checked ~ .custom-control-label.active::before, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active::before, .custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active::before {
                background-color: #333333;
                border-color: #333333;
            }

    .custom-checkbox.is-gray .custom-control-input:focus ~ .custom-control-label {
        color: #333333;
    }

        .custom-checkbox.is-gray .custom-control-input:focus ~ .custom-control-label::before {
            border-color: #333333;
        }

    .custom-checkbox.is-gray .custom-control-label:hover, .custom-checkbox.is-gray .custom-control-label:focus, .custom-checkbox.is-gray .custom-control-label:active, .custom-checkbox.is-gray .custom-control-label.active {
        color: #333333;
    }

        .custom-checkbox.is-gray .custom-control-label:hover::before, .custom-checkbox.is-gray .custom-control-label:focus::before, .custom-checkbox.is-gray .custom-control-label:active::before, .custom-checkbox.is-gray .custom-control-label.active::before {
            border-color: #333333;
        }

    /* stylelint-enable declaration-block-single-line-max-declarations */
    /* stylelint-disable declaration-block-single-line-max-declarations */
    .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label {
        color: #a1006b;
    }

        .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label::before, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label::before {
            background-color: #a1006b;
            border-color: #a1006b;
        }

        .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:active, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label.active, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active {
            color: #a1006b;
        }

            .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label:active::before, .custom-checkbox.is-pink .custom-control-input:not(:disabled):checked ~ .custom-control-label.active::before, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:hover::before, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:focus::before, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label:active::before, .custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked ~ .custom-control-label.active::before {
                background-color: #a1006b;
                border-color: #a1006b;
            }

    .custom-checkbox.is-pink .custom-control-input:focus ~ .custom-control-label {
        color: #a1006b;
    }

        .custom-checkbox.is-pink .custom-control-input:focus ~ .custom-control-label::before {
            border-color: #a1006b;
        }

    .custom-checkbox.is-pink .custom-control-label:hover, .custom-checkbox.is-pink .custom-control-label:focus, .custom-checkbox.is-pink .custom-control-label:active, .custom-checkbox.is-pink .custom-control-label.active {
        color: #a1006b;
    }

        .custom-checkbox.is-pink .custom-control-label:hover::before, .custom-checkbox.is-pink .custom-control-label:focus::before, .custom-checkbox.is-pink .custom-control-label:active::before, .custom-checkbox.is-pink .custom-control-label.active::before {
            border-color: #a1006b;
        }

/* stylelint-enable declaration-block-single-line-max-declarations */
.custom-checkbox-alone {
    width: 0.875rem;
    height: 0.875rem;
    min-height: auto;
    padding: 0;
}

    .custom-checkbox-alone .custom-control-label::before, .custom-checkbox-alone .custom-control-label::after {
        top: 0;
    }

.switch-control {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    margin-bottom: 0;
}

    .switch-control:hover input:not([disabled]) + .switch-control-slider, .switch-control:focus input:not([disabled]) + .switch-control-slider {
        background-color: #0088ce;
    }

        .switch-control:hover input:not([disabled]) + .switch-control-slider::before, .switch-control:focus input:not([disabled]) + .switch-control-slider::before {
            background-color: #fff;
        }

.switch-control-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 0.75rem;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .switch-control-slider::before {
        position: absolute;
        bottom: 0.3125rem;
        left: 0.3125rem;
        width: 0.875rem;
        height: 0.875rem;
        content: "";
        background-color: #0088ce;
        border-radius: 50%;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
    }

input:checked + .switch-control-slider::before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

input:not([disabled]):checked + .switch-control-slider {
    background-color: #0088ce;
}

    input:not([disabled]):checked + .switch-control-slider::before {
        background-color: #fff;
    }

input[disabled] + .switch-control-slider {
    cursor: initial;
}

    input[disabled] + .switch-control-slider::before {
        background-color: #b9b9b9;
    }

input[disabled]:checked + .switch-control-slider {
    background-color: #b9b9b9;
}

    input[disabled]:checked + .switch-control-slider::before {
        background-color: #fff;
    }

.options-control {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.3125rem;
    background-color: #4d4f53;
    border-radius: 0.6875rem;
}

    .options-control.disabled {
        background-color: #f2f2f2;
    }

    .options-control .options-item + .options-item {
        padding-left: 0.1875rem;
    }

.options-btn {
    padding: 0.375rem 1.25rem 0.3125rem;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    border-radius: 0.4375rem;
}

input[disabled] + .options-btn {
    color: #b9b9b9;
}

input:checked + .options-btn,
input[disabled]:checked + .options-btn {
    color: #4d4f53;
    background-color: #fff;
}

.options-control-lg .options-btn {
    padding: 0.625rem 1.25rem;
}

.options-links {
    border-bottom: 1px solid #ebebeb;
}

    .options-links .options-item {
        position: relative;
        display: inline-block;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        color: #4d4f53;
        cursor: pointer;
    }

        .options-links .options-item:not(:first-child) {
            margin-left: 0.5rem;
        }

        .options-links .options-item:not(:last-child) {
            margin-right: 0.5rem;
        }

        .options-links .options-item:hover, .options-links .options-item:focus, .options-links .options-item:active, .options-links .options-item.active {
            color: #0088ce;
        }

            .options-links .options-item:hover::after, .options-links .options-item:focus::after, .options-links .options-item:active::after, .options-links .options-item.active::after {
                position: absolute;
                bottom: -0.0625rem;
                left: 0;
                display: block;
                width: 100%;
                height: 0.3125rem;
                content: "";
                background-color: #0088ce;
                border-radius: 0.625rem;
            }

/* custom forms
   ========================================================================== */
.custom-control-label {
    font-size: 0.875rem;
}

.select-control .custom-control-label {
    font-size: 1rem;
}

.options-control-lg .options-btn {
    padding: 0.625rem 1.25rem;
}

.options-control-actionbar {
    background-color: #fff;
}

    .options-control-actionbar .options-btn {
        color: #0088ce;
        border-radius: 0.4375rem;
    }

    .options-control-actionbar input:checked + .options-btn,
    .options-control-actionbar input[disabled]:checked + .options-btn {
        color: #fff;
        background-color: #0088ce;
    }

@media (max-width: 767.98px) {
    .options-control-actionbar.options-control-lg .options-btn {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

/* select
   ========================================================================== */
.select-improved:not(.active) .select-menu {
    display: none;
}

.select-improved .form-control.is-placeholder {
    color: #747678;
}

.select-control {
    position: relative;
}

.select-improved.active > .select-control > .input-group .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select-improved.active > .select-control .input-group-last > .btn {
    border-bottom-right-radius: 0;
}

.select-improved-up.active > .select-control > .input-group .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.select-improved-up.active > .select-control .input-group-last > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.4375rem;
}

.select-control > .input-group .form-control {
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-transition: none;
    transition: none;
}

.select-improved.active > .select-control > .input-group .form-control {
    border-top-color: #d7d7d7;
    border-left-color: #d7d7d7;
}

.select-improved-up.active > .select-control > .input-group .form-control {
    border-top-color: #f2f2f2;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
}

.select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 22.5rem;
    padding: 1.25rem;
    overflow-y: auto;
    background-color: #fff;
    border-right: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px;
    border-left: #d7d7d7 solid 1px;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

    .select-menu > .d-flex {
        min-height: 0;
    }

.select-improved-up .select-menu {
    top: auto;
    bottom: 100%;
    border-top: #d7d7d7 solid 1px;
    border-bottom: none;
    border-radius: 0.4375rem 0.4375rem 0 0;
}

.select-menu-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select-menu-item {
    width: 100%;
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
}

    .select-menu-item:hover, .select-menu-item:focus, .select-menu-item:active, .select-menu-item.active {
        color: #0088ce;
    }

    .select-menu-item + .select-menu-item {
        margin-top: 0.875rem;
    }

.select-group + .select-group {
    margin-top: 1.125rem;
}

.select-group-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

    .select-group-head .select-group-close {
        display: none;
    }

    .select-group-head .select-group-show {
        display: inline-block;
    }

    .select-group-head [class^="icons-arrow-"] {
        display: inline-block;
        -webkit-transition: -webkit-transform .15s ease-out;
        transition: -webkit-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    }

    .select-group-head[data-role="collapse"] > * {
        pointer-events: none;
    }

    .select-group-head.active .select-group-close {
        display: inline-block;
    }

    .select-group-head.active .select-group-show {
        display: none;
    }

    .select-group-head.active [class^="icons-arrow-"] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.select-group-title {
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
}

.select-group-content {
    padding-top: 0.875rem;
    padding-left: 1.75rem;
}

/* select
   ========================================================================== */
.select-improved.active > .select-control > .input-group .form-control {
    border-bottom-color: #0088ce;
}

.select-improved-up.active > .select-control > .input-group .form-control {
    border-top-color: #0088ce;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.4375rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.4375rem;
        border-top-right-radius: 0.4375rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.4375rem;
        border-bottom-left-radius: 0.4375rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.4375rem - 0) calc(0.4375rem - 0) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.4375rem - 0) calc(0.4375rem - 0);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.4375rem - 0);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.4375rem - 0);
    border-top-right-radius: calc(0.4375rem - 0);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.4375rem - 0);
    border-bottom-left-radius: calc(0.4375rem - 0);
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 10px;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 10px;
            margin-bottom: 0;
            margin-left: 10px;
        }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 10px;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.4375rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.4375rem;
                    border-top-right-radius: 0.4375rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.4375rem;
                    border-bottom-left-radius: 0.4375rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0.4375rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #333;
    content: "url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23b9b9b9' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E\")";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #0088ce;
}

/* breadcrumb
   ========================================================================== */
.breadcrumb {
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
}

.breadcrumb-item {
    font-weight: 500;
}

    .breadcrumb-item + .breadcrumb-item::before {
        width: 1.5rem;
        height: 0.625rem;
        content: "";
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%230088ce' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.5rem 0.625rem;
    }

    .breadcrumb-item.active {
        color: #333;
    }

        .breadcrumb-item.active ~ .breadcrumb-item::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23b9b9b9' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E");
        }

        .breadcrumb-item.active ~ .breadcrumb-item a {
            font-weight: 400;
            color: #747678;
        }

        .breadcrumb-item.active + .breadcrumb-item::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%333333' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E");
        }

.breadcrumb-lg {
    font-size: 1.5rem;
    line-height: 1.25;
}

    .breadcrumb-lg .breadcrumb-item + .breadcrumb-item::before {
        width: 1.625rem;
        height: 0.875rem;
        background-size: 0.625rem 0.875rem;
    }

@media (max-width: 1023.98px) {
    .breadcrumb-lg {
        font-size: 2.625rem;
        line-height: 1.14286;
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.4375rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.125rem 0.313rem;
    margin-left: 0;
    line-height: 1.25;
    color: #747678;
    background-color: transparent;
    border: 0 solid transparent;
}

    .page-link:hover {
        color: #0074af;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #0088ce;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #333;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: transparent;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.4375rem;
    border-bottom-right-radius: 0.4375rem;
}

/* pagination
   ========================================================================== */
.page-item {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    font-size: 1rem;
    color: #808080;
}

    .page-item.active .page-link {
        position: relative;
    }

        .page-item.active .page-link:hover {
            color: #0074af;
        }

        .page-item.active .page-link::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0.125rem;
            content: "";
            background-color: currentColor;
            border-radius: 2px;
        }

    .page-item:not(.page-skip) + .page-skip {
        padding-left: 1.875rem;
    }

.page-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
}

.page-skip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .page-skip:not(.disabled) .page-link {
        color: #0088ce;
    }

        .page-skip:not(.disabled) .page-link:hover {
            color: #0074af;
        }

    .page-skip + .page-item:not(.page-skip) {
        padding-left: 1.875rem;
    }

@media (min-width: 576px) {
    .page-link {
        font-size: 1rem;
    }
}

.badge {
    display: inline-block;
    padding: 0.313rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.75rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #0088ce;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #00669b;
    }

.badge-primary-dark {
    color: #fff;
    background-color: #0074af;
}

    .badge-primary-dark[href]:hover, .badge-primary-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #00527c;
    }

.badge-secondary {
    color: #fff;
    background-color: #4d4f53;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #343639;
    }

.badge-success {
    color: #212529;
    background-color: #82be00;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #5f8b00;
    }

.badge-info {
    color: #fff;
    background-color: #009aa6;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #006b73;
    }

.badge-warning {
    color: #212529;
    background-color: #ffb612;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #de9a00;
    }

.badge-danger {
    color: #fff;
    background-color: #cd0037;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #9a0029;
    }

.badge-light {
    color: #212529;
    background-color: #f2f2f2;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d9d9d9;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.badge-white {
    color: #212529;
    background-color: #fff;
}

    .badge-white[href]:hover, .badge-white[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #e6e6e6;
    }

/* sami
   ========================================================================== */
.sami {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #b9b9b9;
    border-radius: 0.4375rem;
}

.sami-blue {
    background-color: #0088ce;
}

.sami-checkbox-blue {
    cursor: pointer;
}

input:checked + .sami-checkbox-blue {
    background-color: #0088ce;
}

.sami-red {
    background-color: #cd0037;
}

.sami-checkbox-red {
    cursor: pointer;
}

input:checked + .sami-checkbox-red {
    background-color: #cd0037;
}

.sami-yellow {
    background-color: #ffb612;
}

.sami-checkbox-yellow {
    cursor: pointer;
}

input:checked + .sami-checkbox-yellow {
    background-color: #ffb612;
}

.sami-green {
    background-color: #82be00;
}

.sami-checkbox-green {
    cursor: pointer;
}

input:checked + .sami-checkbox-green {
    background-color: #82be00;
}

.sami-gray {
    background-color: #333;
}

.sami-checkbox-gray {
    cursor: pointer;
}

input:checked + .sami-checkbox-gray {
    background-color: #333;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #d7d7d7;
    border-radius: 0.4375rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.4375rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.7rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #00476b;
    background-color: #cce7f5;
    border-color: #b8def1;
}

    .alert-primary hr {
        border-top-color: #a3d4ed;
    }

    .alert-primary .alert-link {
        color: #002538;
    }

.alert-primary-dark {
    color: #003c5b;
    background-color: #cce3ef;
    border-color: #b8d8e9;
}

    .alert-primary-dark hr {
        border-top-color: #a5cde3;
    }

    .alert-primary-dark .alert-link {
        color: #001a28;
    }

.alert-secondary {
    color: #28292b;
    background-color: #dbdcdd;
    border-color: #cdcecf;
}

    .alert-secondary hr {
        border-top-color: #c0c1c3;
    }

    .alert-secondary .alert-link {
        color: #0f1011;
    }

.alert-success {
    color: #446300;
    background-color: #e6f2cc;
    border-color: #dcedb8;
}

    .alert-success hr {
        border-top-color: #d2e8a4;
    }

    .alert-success .alert-link {
        color: #213000;
    }

.alert-info {
    color: #005056;
    background-color: #ccebed;
    border-color: #b8e3e6;
}

    .alert-info hr {
        border-top-color: #a5dcdf;
    }

    .alert-info .alert-link {
        color: #002123;
    }

.alert-warning {
    color: #855f09;
    background-color: #fff0d0;
    border-color: #ffebbd;
}

    .alert-warning hr {
        border-top-color: #ffe3a4;
    }

    .alert-warning .alert-link {
        color: #553d06;
    }

.alert-danger {
    color: #6b001d;
    background-color: #f5ccd7;
    border-color: #f1b8c7;
}

    .alert-danger hr {
        border-top-color: #eda3b6;
    }

    .alert-danger .alert-link {
        color: #38000f;
    }

.alert-light {
    color: #7e7e7e;
    background-color: #fcfcfc;
    border-color: #fbfbfb;
}

    .alert-light hr {
        border-top-color: #eeeeee;
    }

    .alert-light .alert-link {
        color: #656565;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.alert-white {
    color: #858585;
    background-color: white;
    border-color: white;
}

    .alert-white hr {
        border-top-color: #f2f2f2;
    }

    .alert-white .alert-link {
        color: #6c6c6c;
    }

/* progress
   ========================================================================== */
.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0.625rem;
    font-size: 0.75rem;
    color: #4d4f53;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1ded9), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(left, #e1ded9 50%, transparent 50%);
    background-image: linear-gradient(90deg, #e1ded9 50%, transparent 50%);
    background-size: 0.25rem 0.625rem;
    border-radius: 0.3125rem;
}

    .progress.has-label {
        margin-top: 2.375rem;
    }

.progress-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4d4f53;
    text-align: center;
    background-color: #0088ce;
    border-radius: 0.3125rem;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-label {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.5rem);
    font-size: 1.5rem;
    font-weight: 500;
}

    .progress-label sup {
        font-size: 0.875rem;
    }

.progress-bar[aria-valuenow="100"] .progress-label {
    right: 0;
    left: auto;
    color: #0088ce;
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 7.5rem;
    height: 7.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23D7D7D7;%7d %3c/style%3e%3cg%3e%3crect x='59' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='55.2' y='0.1' transform='matrix(0.9976 -6.975647e-02 6.975647e-02 0.9976 -0.2907 3.9376)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='51.5' y='0.5' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -0.3974 7.368)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='47.8' y='1.2' transform='matrix(0.9781 -0.2079 0.2079 0.9781 -0.427 10.2973)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='44.1' y='2.1' transform='matrix(0.9613 -0.2756 0.2756 0.9613 -0.4827 12.749)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='40.5' y='3.3' transform='matrix(0.9397 -0.342 0.342 0.9397 -0.6613 14.7626)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='37' y='4.7' transform='matrix(0.9135 -0.4067 0.4067 0.9135 -1.0509 16.3931)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='33.6' y='6.3' transform='matrix(0.8829 -0.4695 0.4695 0.8829 -1.7286 17.7087)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='30.4' y='8.2' transform='matrix(0.848 -0.5299 0.5299 0.848 -2.7588 18.7897)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='27.3' y='10.3' transform='matrix(0.809 -0.5878 0.5878 0.809 -4.1915 19.7261)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='24.3' y='12.6' transform='matrix(0.766 -0.6428 0.6428 0.766 -6.0608 20.6152)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='21.5' y='15.2' transform='matrix(0.7193 -0.6947 0.6947 0.7193 -8.3843 21.5593)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='18.9' y='17.9' transform='matrix(0.6691 -0.7431 0.7431 0.6691 -11.1622 22.6633)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='16.4' y='20.8' transform='matrix(0.6157 -0.788 0.788 0.6157 -14.3769 24.0315)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='14.2' y='23.8' transform='matrix(0.5592 -0.829 0.829 0.5592 -17.9939 25.7655)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='12.2' y='27' transform='matrix(0.5 -0.866 0.866 0.5 -21.9615 27.9615)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='10.5' y='30.3' transform='matrix(0.4384 -0.8988 0.8988 0.4384 -26.2122 30.7076)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='8.9' y='33.8' transform='matrix(0.3746 -0.9272 0.9272 0.3746 -30.6638 34.0815)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='7.6' y='37.3' transform='matrix(0.309 -0.9511 0.9511 0.309 -35.2211 38.1485)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='6.6' y='40.9' transform='matrix(0.2419 -0.9703 0.9703 0.2419 -39.7776 42.9595)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5.8' y='44.6' transform='matrix(0.1736 -0.9848 0.9848 0.1736 -44.2179 48.5492)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5.3' y='48.4' transform='matrix(0.1045 -0.9945 0.9945 0.1045 -48.42 54.9351)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5' y='52.1' transform='matrix(3.489950e-02 -0.9994 0.9994 3.489950e-02 -52.2577 62.1164)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='0' y='60.9' transform='matrix(0.9994 -3.489950e-02 3.489950e-02 0.9994 -2.1561 0.2482)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='0.3' y='64.6' transform='matrix(0.9945 -0.1045 0.1045 0.9945 -6.8272 1.0177)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='0.8' y='68.4' transform='matrix(0.9848 -0.1736 0.1736 0.9848 -11.9436 2.2383)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='1.6' y='72.1' transform='matrix(0.9703 -0.2419 0.2419 0.9703 -17.4499 4.0099)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='2.6' y='75.7' transform='matrix(0.9511 -0.309 0.309 0.9511 -23.2745 6.4241)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='3.9' y='79.2' transform='matrix(0.9272 -0.3746 0.3746 0.9272 -29.331 9.5626)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='5.5' y='82.7' transform='matrix(0.8988 -0.4384 0.4384 0.8988 -35.5191 13.4941)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='7.2' y='86' transform='matrix(0.866 -0.5 0.5 0.866 -41.7269 18.2731)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='9.2' y='89.2' transform='matrix(0.829 -0.5592 0.5592 0.829 -47.8331 23.9378)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='11.4' y='92.2' transform='matrix(0.788 -0.6157 0.6157 0.788 -53.7091 30.5088)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='13.9' y='95.1' transform='matrix(0.7431 -0.6691 0.6691 0.7431 -59.2218 37.988)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='16.5' y='97.8' transform='matrix(0.6947 -0.7193 0.7193 0.6947 -64.236 46.3581)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='19.3' y='100.4' transform='matrix(0.6428 -0.766 0.766 0.6428 -68.6175 55.5822)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='22.3' y='102.7' transform='matrix(0.5878 -0.809 0.809 0.5878 -72.2355 65.6038)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='25.4' y='104.8' transform='matrix(0.5299 -0.848 0.848 0.5299 -74.9657 76.3475)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='28.6' y='106.7' transform='matrix(0.4695 -0.8829 0.8829 0.4695 -76.693 87.7197)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='32' y='108.3' transform='matrix(0.4067 -0.9135 0.9135 0.4067 -77.3138 99.6102)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='35.5' y='109.7' transform='matrix(0.342 -0.9397 0.9397 0.342 -76.7383 111.8932)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='39.1' y='110.9' transform='matrix(0.2756 -0.9613 0.9613 0.2756 -74.893 124.43)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='42.8' y='111.8' transform='matrix(0.2079 -0.9781 0.9781 0.2079 -71.7222 137.0703)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='46.5' y='112.5' transform='matrix(0.1392 -0.9903 0.9903 0.1392 -67.1899 149.6558)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='50.2' y='112.9' transform='matrix(6.975647e-02 -0.9976 0.9976 6.975647e-02 -61.2806 162.0216)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='59' y='108' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='62.8' y='107.9' transform='matrix(0.9976 -6.975647e-02 6.975647e-02 0.9976 -7.7877 4.7255)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='66.5' y='107.5' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -15.1355 10.5006)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='70.2' y='106.8' transform='matrix(0.9781 -0.2079 0.2079 0.9781 -21.9001 17.2744)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='73.9' y='105.9' transform='matrix(0.9613 -0.2756 0.2756 0.9613 -27.9452 24.9761)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='77.5' y='104.7' transform='matrix(0.9397 -0.342 0.342 0.9397 -33.1442 33.5167)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='81' y='103.3' transform='matrix(0.9135 -0.4067 0.4067 0.9135 -37.383 42.7899)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='84.4' y='101.7' transform='matrix(0.8829 -0.4695 0.4695 0.8829 -40.5617 52.6742)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='87.6' y='99.8' transform='matrix(0.848 -0.5299 0.5299 0.848 -42.5973 63.0348)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='90.7' y='97.7' transform='matrix(0.809 -0.5878 0.5878 0.809 -43.4248 73.7261)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='93.7' y='95.4' transform='matrix(0.766 -0.6428 0.6428 0.766 -42.999 84.594)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='96.5' y='92.8' transform='matrix(0.7193 -0.6947 0.6947 0.7193 -41.2954 95.4789)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='99.1' y='90.1' transform='matrix(0.6691 -0.7431 0.7431 0.6691 -38.3109 106.2184)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='101.6' y='87.2' transform='matrix(0.6157 -0.788 0.788 0.6157 -34.0637 116.6505)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='103.8' y='84.2' transform='matrix(0.5592 -0.829 0.829 0.5592 -28.5937 126.6159)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='105.8' y='81' transform='matrix(0.5 -0.866 0.866 0.5 -21.9615 135.9615)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='107.5' y='77.7' transform='matrix(0.4384 -0.8988 0.8988 0.4384 -14.2476 144.5431)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='109.1' y='74.2' transform='matrix(0.3746 -0.9272 0.9272 0.3746 -5.5511 152.2277)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='110.4' y='70.7' transform='matrix(0.309 -0.9511 0.9511 0.309 4.0122 158.8962)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='111.4' y='67.1' transform='matrix(0.2419 -0.9703 0.9703 0.2419 14.3114 164.4454)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='112.2' y='63.4' transform='matrix(0.1736 -0.9848 0.9848 0.1736 25.2032 168.79)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='112.7' y='59.6' transform='matrix(0.1045 -0.9945 0.9945 0.1045 36.5339 171.8641)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='113' y='55.9' transform='matrix(3.489950e-02 -0.9994 0.9994 3.489950e-02 48.1428 173.6225)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='108' y='57.1' transform='matrix(0.9994 -3.489950e-02 3.489950e-02 0.9994 -1.9588 4.0128)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='107.7' y='53.4' transform='matrix(0.9945 -0.1045 0.1045 0.9945 -5.0588 12.1831)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='107.2' y='49.6' transform='matrix(0.9848 -0.1736 0.1736 0.9848 -7.0711 20.4225)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='106.4' y='45.9' transform='matrix(0.9703 -0.2419 0.2419 0.9703 -8.0163 28.5853)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='105.4' y='42.3' transform='matrix(0.9511 -0.309 0.309 0.9511 -7.9343 36.5311)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='104.1' y='38.8' transform='matrix(0.9272 -0.3746 0.3746 0.9272 -6.8838 44.1282)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='102.5' y='35.3' transform='matrix(0.8988 -0.4384 0.4384 0.8988 -4.9408 51.2552)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='100.8' y='32' transform='matrix(0.866 -0.5 0.5 0.866 -2.1962 57.8038)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='98.8' y='28.8' transform='matrix(0.829 -0.5592 0.5592 0.829 1.2454 63.6808)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='96.6' y='25.8' transform='matrix(0.788 -0.6157 0.6157 0.788 5.2685 68.8093)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='94.1' y='22.9' transform='matrix(0.7431 -0.6691 0.6691 0.7431 9.7488 73.1303)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='91.5' y='20.2' transform='matrix(0.6947 -0.7193 0.7193 0.6947 14.5562 76.6036)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='88.7' y='17.6' transform='matrix(0.6428 -0.766 0.766 0.6428 19.5576 79.2086)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='85.7' y='15.3' transform='matrix(0.5878 -0.809 0.809 0.5878 24.6192 80.944)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='82.6' y='13.2' transform='matrix(0.5299 -0.848 0.848 0.5299 29.6096 81.828)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='79.4' y='11.3' transform='matrix(0.4695 -0.8829 0.8829 0.4695 34.4027 81.8974)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='76' y='9.7' transform='matrix(0.4067 -0.9135 0.9135 0.4067 38.8799 81.2069)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='72.5' y='8.3' transform='matrix(0.342 -0.9397 0.9397 0.342 42.9327 79.8275)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='68.9' y='7.1' transform='matrix(0.2756 -0.9613 0.9613 0.2756 46.4651 77.845)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='65.2' y='6.2' transform='matrix(0.2079 -0.9781 0.9781 0.2079 49.3951 75.358)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='61.5' y='5.5' transform='matrix(0.1392 -0.9903 0.9903 0.1392 51.657 72.4756)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='57.8' y='5.1' transform='matrix(6.975647e-02 -0.9976 0.9976 6.975647e-02 53.2021 69.3153)' class='st0' width='12' height='2'/%3e%3c/g%3e%3c/svg%3e");
}

.progress-circle-figure {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.progress-circle-meter,
.progress-circle-value {
    fill: none;
}

.progress-circle-meter {
    stroke: #fff;
}

.progress-circle-value {
    stroke: #0088ce;
    stroke-linecap: round;
}

.progress-circle-label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 500;
}

    .progress-circle-label sup {
        font-size: 0.875rem;
    }

    .progress-circle-label.done {
        color: #0088ce;
    }

/* variation
   -------------------------------------------------------------------------- */
.progress-sm {
    height: 0.3125rem;
    overflow: hidden;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-radius: 0.15625rem;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* lists
   ========================================================================== */
.meta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

@media (max-width: 575.98px) {
    .meta-list-item.separator-none {
        padding-left: 0;
    }

        .meta-list-item.separator-none::before {
            display: none;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .meta-list-item.separator-sm-none {
        padding-left: 0;
    }

        .meta-list-item.separator-sm-none::before {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .meta-list-item.separator-md-none {
        padding-left: 0;
    }

        .meta-list-item.separator-md-none::before {
            display: none;
        }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
    .meta-list-item.separator-lg-none {
        padding-left: 0;
    }

        .meta-list-item.separator-lg-none::before {
            display: none;
        }
}

@media (min-width: 1280px) {
    .meta-list-item.separator-xl-none {
        padding-left: 0;
    }

        .meta-list-item.separator-xl-none::before {
            display: none;
        }
}

@media (min-width: 1024px) {
    .meta-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .meta-list-item {
        padding-right: 1.25rem;
    }

        .meta-list-item.separator {
            position: relative;
            padding-left: 1.375rem;
        }

            .meta-list-item.separator::before {
                position: absolute;
                top: 0.25rem;
                left: 0;
                display: block;
                width: 0.125rem;
                height: 0.75rem;
                content: "";
                background-color: #8a8b8d;
            }
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f2f2f2;
    }

    .list-group-item-action:active {
        color: #4d4f53;
        background-color: #d7d7d7;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

    .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #333;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #4d4f53;
        background-color: #fff;
        border-color: #d7d7d7;
    }

.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-primary {
    color: #00476b;
    background-color: #b8def1;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #00476b;
        background-color: #a3d4ed;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #00476b;
        border-color: #00476b;
    }

.list-group-item-primary-dark {
    color: #003c5b;
    background-color: #b8d8e9;
}

    .list-group-item-primary-dark.list-group-item-action:hover, .list-group-item-primary-dark.list-group-item-action:focus {
        color: #003c5b;
        background-color: #a5cde3;
    }

    .list-group-item-primary-dark.list-group-item-action.active {
        color: #fff;
        background-color: #003c5b;
        border-color: #003c5b;
    }

.list-group-item-secondary {
    color: #28292b;
    background-color: #cdcecf;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #28292b;
        background-color: #c0c1c3;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #28292b;
        border-color: #28292b;
    }

.list-group-item-success {
    color: #446300;
    background-color: #dcedb8;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #446300;
        background-color: #d2e8a4;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #446300;
        border-color: #446300;
    }

.list-group-item-info {
    color: #005056;
    background-color: #b8e3e6;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #005056;
        background-color: #a5dcdf;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #005056;
        border-color: #005056;
    }

.list-group-item-warning {
    color: #855f09;
    background-color: #ffebbd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #855f09;
        background-color: #ffe3a4;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #855f09;
        border-color: #855f09;
    }

.list-group-item-danger {
    color: #6b001d;
    background-color: #f1b8c7;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #6b001d;
        background-color: #eda3b6;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #6b001d;
        border-color: #6b001d;
    }

.list-group-item-light {
    color: #7e7e7e;
    background-color: #fbfbfb;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #7e7e7e;
        background-color: #eeeeee;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #7e7e7e;
        border-color: #7e7e7e;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.list-group-item-white {
    color: #858585;
    background-color: white;
}

    .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
        color: #858585;
        background-color: #f2f2f2;
    }

    .list-group-item-white.list-group-item-action.active {
        color: #fff;
        background-color: #858585;
        border-color: #858585;
    }

.close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #4c4f54;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover, .close:focus {
        color: #4c4f54;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* close
   ========================================================================== */
.close {
    opacity: 1;
}

.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-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.4375rem;
    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: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #d7d7d7;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.375;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #d7d7d7;
}

    .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: 480px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 320px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* lists
   ========================================================================== */
.modal-header {
    padding: 1.375rem 1.875rem 0 1.875rem;
}

    .modal-header .close {
        padding: 1.375rem 1.875rem 0 1.875rem;
        margin: -1.375rem -1.875rem 0 auto;
    }

.modal-body {
    padding: 1.375rem 1.875rem;
}

    .modal-body:not(:first-child) {
        padding-top: 0.5rem;
    }

    .modal-body:not(:last-child) {
        padding-bottom: 0;
    }

    .modal-body p:last-child {
        margin-bottom: 0;
    }

.modal-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.875rem;
}

    .modal-footer:not(:first-child) {
        padding-top: 0.75rem;
    }

    .modal-footer > :not(:first-child) {
        margin-left: .625rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .625rem;
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.4375rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 420px;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 0.4375rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.4375rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: #d7d7d7;
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.4375rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: #d7d7d7;
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: #d7d7d7;
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #fff;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.4375rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: #d7d7d7;
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #0088ce;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top-left-radius: calc(0.4375rem - 1px);
    border-top-right-radius: calc(0.4375rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1.5rem 1.5rem;
    color: #4d4f53;
}

/* popover
   ========================================================================== */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: calc(0.5rem + 5px);
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: calc(0.5rem + 5px);
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: calc(0.5rem + 5px);
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: calc(0.5rem + 5px);
}

.popover-header {
    padding-bottom: 0;
    border: 0;
}

    .popover-header:not(:empty) + .popover-body {
        padding-top: 0.125rem;
    }

.popover {
    width: 100%;
}

    .popover::before {
        position: absolute;
        top: 1.5625rem;
        right: 1.5625rem;
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        cursor: pointer;
        content: "";
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ctitle%3eclose%3c/title%3e%3cpath d='M7.91,6l3.71-3.71a1.37,1.37,0,0,0,0-1.9,1.38,1.38,0,0,0-1.91,0L6,4.09,2.29.38A1.38,1.38,0,0,0,.38.38a1.4,1.4,0,0,0,0,1.91L4.09,6,.38,9.71a1.38,1.38,0,0,0,0,1.91,1.38,1.38,0,0,0,1.91,0L6,7.91l3.71,3.71a1.38,1.38,0,0,0,1.91,0,1.4,1.4,0,0,0,0-1.91Z' transform='translate(0 0)'/%3e%3c/svg%3e");
    }

@media (max-width: 1023.98px) {
    .popover-header,
    .popover-body {
        padding: 1.125rem 0.875rem;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        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='M5.25 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='M2.75 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 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: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/* management item
   ========================================================================== */
.management-item.list-group-item {
    padding: 0;
}

.management-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.125rem;
    padding-right: 0.5rem;
    padding-bottom: 1.125rem;
    padding-left: 0.5rem;
}

    .management-item-content:hover {
        background-color: #f2f2f2;
    }

    .management-item-content .custom-control {
        display: inline-block;
        width: 1.125rem;
        height: 1.125rem;
        padding: 0;
    }

    .management-item-content .custom-control-label::after, .management-item-content .custom-control-label::before {
        top: 0;
    }

.management-item-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.management-item-caret {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .management-item-caret::before {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 1.125rem;
        content: "";
        border-color: transparent transparent transparent #b9b9b9;
        border-style: solid;
        border-width: 0.375em 0 0.375em 0.375em;
        -webkit-transition: -webkit-transform .15s ease-out;
        transition: -webkit-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    }

.management-item-group.active .management-item-caret::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.management-item-input,
.management-item-symbol {
    padding-top: 0.0625rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: center;
}

.management-item-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.management-item-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.management-item-group {
    cursor: pointer;
    /* stylelint-disable declaration-no-important */
    /* stylelint-enable declaration-no-important */
}

    .management-item-group .management-item {
        border-top: 1px solid #d7d7d7;
    }

    .management-item-group .management-item-content {
        min-height: 3.125rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .management-item-group .management-item-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .management-item-group .management-item-symbol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0.625rem;
        padding-left: 0;
    }

    .management-item-group .management-item-action {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .management-item-group .management-item-action .btn {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            min-height: 1.875rem;
        }

    .management-item-group .management-item-spacing {
        padding-left: 3.625rem;
    }

.management-item-grouplist {
    padding-left: 0;
    list-style: none;
}

.management-item-group:not(.active) .management-item-grouplist {
    display: none;
}

@media (max-width: 1023.98px) {
    .management-item-input + .management-item-symbol {
        display: none;
    }

    .management-item-action {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .management-item-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .management-item-input,
    .management-item-symbol {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

        .management-item-symbol:first-child {
            padding-left: 0.5rem;
        }

    .management-item-main {
        padding-right: 0.125rem;
        padding-left: 0.125rem;
    }

    .management-item-action {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 0.625rem;
        padding-left: 2.875rem;
    }
}

/* chips
   ========================================================================== */
.form-chips-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0.3125rem;
    padding-left: 0.3125rem;
    cursor: text;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border-radius: 0.4375rem;
}

.chips-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 0.3125rem;
    padding-bottom: 0.3125rem;
    vertical-align: middle;
}

    .chips-group .chips:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .chips-group .chips:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.chips {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0088ce;
    border: 1px solid #0088ce;
    padding: 0.5em 1.125em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.4375rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .chips .icons-close {
        font-size: 0.625rem;
    }

.chips-label {
    padding-right: 0;
}

.chips-btn:hover, .chips-btn:focus {
    text-decoration: none;
    background-color: #0074af;
}

.chips-btn:focus, .chips-btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chips-only-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.5rem;
    padding: 0;
}

.chips-input {
    min-height: 2.8125rem;
    padding-right: 5px;
    padding-bottom: 0.3125rem;
    padding-left: 1.125rem;
    background-color: transparent;
    border: none;
}

/* toolbar
   ========================================================================== */
.toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.toolbar-item.separator,
.toolbar-item + .toolbar-item {
    position: relative;
}

    .toolbar-item.separator::before,
    .toolbar-item + .toolbar-item::before {
        position: absolute;
        top: calc(50% - 0.6875rem);
        left: 0;
        width: 0.0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
    }

.toolbar-item.separator-gray-100::before {
    background-color: #f2f2f2;
}

.toolbar-item.separator-gray-200::before {
    background-color: #d7d7d7;
}

.toolbar-item.separator-gray-300::before {
    background-color: #b9b9b9;
}

.toolbar-item.separator-gray-400::before {
    background-color: #747678;
}

.toolbar-item.separator-gray-500::before {
    background-color: #4d4f53;
}

.toolbar-item.separator-gray-600::before {
    background-color: #333;
}

.toolbar-item.separator-gray-700::before {
    background-color: #495057;
}

.toolbar-item.separator-gray-800::before {
    background-color: #343a40;
}

.toolbar-item.separator-gray-900::before {
    background-color: #212529;
}

.toolbar-item-spacing {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.toolbar-item.separator {
    position: relative;
}

    .toolbar-item.separator::before {
        position: absolute;
        top: calc(50% - 0.6875rem);
        left: 0;
        width: 0.0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
        opacity: 1;
    }

.toolbar-item.no-separator::before {
    width: 0;
    height: 0;
    opacity: 0;
}

.toolbar-item-spacing-right {
    padding-right: 1.25rem;
}

.toolbar-item-spacing-left {
    padding-left: 1.25rem;
}

.toolbar-item-no-spacing-right {
    padding-right: 0;
}

.toolbar-item-no-spacing-left {
    padding-left: 0;
}

@media (min-width: 576px) {
    .toolbar-item.separator-sm {
        position: relative;
    }

        .toolbar-item.separator-sm::before {
            position: absolute;
            top: calc(50% - 0.6875rem);
            left: 0;
            width: 0.0625rem;
            height: 1.375rem;
            content: "";
            background-color: #e6e6e6;
            opacity: 1;
        }

    .toolbar-item.no-separator-sm::before {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toolbar-item-spacing-right-sm {
        padding-right: 1.25rem;
    }

    .toolbar-item-spacing-left-sm {
        padding-left: 1.25rem;
    }

    .toolbar-item-no-spacing-right-sm {
        padding-right: 0;
    }

    .toolbar-item-no-spacing-left-sm {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .toolbar-item.separator-md {
        position: relative;
    }

        .toolbar-item.separator-md::before {
            position: absolute;
            top: calc(50% - 0.6875rem);
            left: 0;
            width: 0.0625rem;
            height: 1.375rem;
            content: "";
            background-color: #e6e6e6;
            opacity: 1;
        }

    .toolbar-item.no-separator-md::before {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toolbar-item-spacing-right-md {
        padding-right: 1.25rem;
    }

    .toolbar-item-spacing-left-md {
        padding-left: 1.25rem;
    }

    .toolbar-item-no-spacing-right-md {
        padding-right: 0;
    }

    .toolbar-item-no-spacing-left-md {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .toolbar-item.separator-lg {
        position: relative;
    }

        .toolbar-item.separator-lg::before {
            position: absolute;
            top: calc(50% - 0.6875rem);
            left: 0;
            width: 0.0625rem;
            height: 1.375rem;
            content: "";
            background-color: #e6e6e6;
            opacity: 1;
        }

    .toolbar-item.no-separator-lg::before {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toolbar-item-spacing-right-lg {
        padding-right: 1.25rem;
    }

    .toolbar-item-spacing-left-lg {
        padding-left: 1.25rem;
    }

    .toolbar-item-no-spacing-right-lg {
        padding-right: 0;
    }

    .toolbar-item-no-spacing-left-lg {
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .toolbar-item.separator-xl {
        position: relative;
    }

        .toolbar-item.separator-xl::before {
            position: absolute;
            top: calc(50% - 0.6875rem);
            left: 0;
            width: 0.0625rem;
            height: 1.375rem;
            content: "";
            background-color: #e6e6e6;
            opacity: 1;
        }

    .toolbar-item.no-separator-xl::before {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toolbar-item-spacing-right-xl {
        padding-right: 1.25rem;
    }

    .toolbar-item-spacing-left-xl {
        padding-left: 1.25rem;
    }

    .toolbar-item-no-spacing-right-xl {
        padding-right: 0;
    }

    .toolbar-item-no-spacing-left-xl {
        padding-left: 0;
    }
}

/* navtabs
   ========================================================================== */
.navtabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

    .navtabs::before, .navtabs::after {
        position: absolute;
        top: 0;
        z-index: 2;
        width: 4rem;
        height: 100%;
        pointer-events: none;
        content: "";
    }

    .navtabs.scroll-left-max::before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(2%, #fff), color-stop(98%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #fff 2%, rgba(255, 255, 255, 0) 98%);
        background: linear-gradient(to right, #fff 2%, rgba(255, 255, 255, 0) 98%);
    }

    .navtabs.scroll-left-min::after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(2%, #fff), color-stop(98%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff 2%, rgba(255, 255, 255, 0) 98%);
        background: linear-gradient(to left, #fff 2%, rgba(255, 255, 255, 0) 98%);
    }

.navtabs-item {
    padding-right: 1.25rem;
}

    .navtabs-item a {
        display: block;
        color: #747678;
    }

        .navtabs-item a:hover, .navtabs-item a:focus, .navtabs-item a:active, .navtabs-item a.active {
            position: relative;
            color: #0088ce;
        }

        .navtabs-item a.active {
            font-weight: 500;
            color: #0088ce;
        }

@media (min-width: 768px) {
    .navtabs-item {
        padding-right: 1.25rem;
    }

        .navtabs-item a {
            padding-top: 0.25rem;
            padding-bottom: 1rem;
        }

            .navtabs-item a.active::after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0.3125rem;
                content: "";
                background-color: #0088ce;
                border-radius: 3px;
            }
}

/* navtabs
   ========================================================================== */
.navtabs {
    border-bottom: 1px solid #ebebeb;
}

.actionbar.light .scroll-left-max::before, .actionbar.dark .scroll-left-max::before {
    opacity: 0;
}

.actionbar.light .scroll-left-min::after, .actionbar.dark .scroll-left-min::after {
    opacity: 0;
}

.actionbar.light .navtabs {
    border-bottom: 1px solid #fff;
}

.actionbar.light .navtabs-item a.active, .actionbar.light .navtabs-item a:hover {
    color: #fff;
}

.actionbar.light .navtabs-item a::after {
    background-color: #fff;
}

.actionbar.dark .navtabs {
    border-bottom: 1px solid #333;
}

.actionbar.dark .navtabs-item a {
    color: #333;
}

    .actionbar.dark .navtabs-item a.active, .actionbar.dark .navtabs-item a:hover {
        color: #333;
    }

    .actionbar.dark .navtabs-item a::after {
        background-color: #333;
    }

/* flatpick
   ========================================================================== */
.flatpickr-input[readonly] {
    font-weight: 500;
    color: #0088ce;
    background-image: none;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-calendar {
    width: 19.125rem !important;
    padding: 1.5rem 1.875rem;
    margin-top: 0.625rem;
    font-size: 0.75rem;
    border: 1px solid #d7d7d7;
    border-radius: 0.4375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .flatpickr-calendar.arrowTop::before {
        border-bottom-color: #d7d7d7;
    }

    .flatpickr-calendar::after {
        right: 1.5rem;
        left: auto;
        margin: 0 -9px;
        border-width: 9px;
    }

    .flatpickr-calendar::before {
        right: 1.5rem;
        left: auto;
        margin: 0 -10px;
        border-width: 10px;
    }

    .flatpickr-calendar.static {
        right: 0;
    }

    .flatpickr-calendar.rangeMode {
        right: auto;
        left: 0;
    }

        .flatpickr-calendar.rangeMode::after, .flatpickr-calendar.rangeMode::before {
            right: auto;
            left: 1.5rem;
        }

.flatpickr-months {
    position: relative;
    padding-bottom: 1.875rem;
    color: #0088ce;
    fill: #0088ce;
}

    .flatpickr-months .flatpickr-month,
    .flatpickr-months .flatpickr-month.flatpickr-prev-month,
    .flatpickr-months .flatpickr-month.flatpickr-next-month {
        color: #0088ce;
    }

        .flatpickr-months .flatpickr-month:hover,
        .flatpickr-months .flatpickr-month.flatpickr-prev-month:hover,
        .flatpickr-months .flatpickr-month.flatpickr-next-month:hover {
            color: #0088ce;
        }

.flatpickr-current-month {
    pointer-events: none;
}

    .flatpickr-current-month .cur-month.cur-month,
    .flatpickr-current-month .cur-year.cur-year {
        font-size: 1.25rem;
        font-weight: 500;
    }

.flatpickr-weekday.flatpickr-weekday {
    font-size: 0.75rem;
    color: #333;
}

.flatpickr-days {
    width: 100% !important;
}

.flatpickr-rContainer,
.dayContainer {
    width: 100%;
    min-width: auto;
}

.flatpickr-day {
    -webkit-flex-basis: 29px;
    -ms-flex-preferred-size: 29px;
    flex-basis: 29px;
    width: 1.8125rem;
    height: 1.8125rem;
    margin: 0.25rem 0.0625rem;
    line-height: 29px;
}

    .flatpickr-day.today {
        z-index: 2;
        font-weight: 500;
        color: #fff;
        background-color: #4d4f53;
        border-color: #4d4f53;
    }

        .flatpickr-day.today.inRange {
            color: #0088ce;
            background-color: #e5f3fa;
            border-color: #e5f3fa;
        }

    .flatpickr-day.selected, .flatpickr-day.focus, .flatpickr-day.endRange.endRange, .flatpickr-day.startRange.startRange {
        font-weight: 500;
        color: #fff;
        background-color: #0088ce;
        border-color: #0088ce;
    }

        .flatpickr-day.selected:hover, .flatpickr-day.focus:hover, .flatpickr-day.endRange.endRange:hover, .flatpickr-day.startRange.startRange:hover {
            background-color: #0074af;
            border-color: #0074af;
        }

    .flatpickr-day.endRange.endRange, .flatpickr-day.startRange.startRange {
        z-index: 2;
        border-radius: 50%;
    }

    .flatpickr-day.startRange + .flatpickr-day.inRange::before {
        position: absolute;
        top: -1px;
        right: 100%;
        display: block;
        width: 100%;
        height: calc(100% + 2px);
        content: "";
        background-color: #e5f3fa;
    }

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange {
        background-color: #e5f3fa;
        border-color: #e5f3fa;
        -webkit-box-shadow: -5px 0 0 #e5f3fa, 5px 0 0 #e5f3fa;
        box-shadow: -5px 0 0 #e5f3fa, 5px 0 0 #e5f3fa;
    }

        .flatpickr-day.inRange::after, .flatpickr-day.nextMonthDay.inRange::after, .flatpickr-day.prevMonthDay.inRange::after {
            position: absolute;
            top: -1px;
            left: 100%;
            display: block;
            width: 100%;
            height: calc(100% + 2px);
            content: "";
            background-color: #e5f3fa;
        }

    .flatpickr-day.selected.startRange + .endRange,
    .flatpickr-day.startRange.startRange + .endRange,
    .flatpickr-day.endRange.startRange + .endRange {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* stylelint-disable selector-no-qualifying-type */
.flatpickr-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: none;
    color: #747678;
}

    .flatpickr-time .numInputWrapper {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: none;
        height: auto;
        padding-left: 4.6875rem;
        background: none;
    }

        .flatpickr-time .numInputWrapper::before {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1.125rem;
            line-height: 3.125rem;
        }

        .flatpickr-time .numInputWrapper:first-child::before {
            content: "Heures";
        }

        .flatpickr-time .numInputWrapper:last-child::before {
            content: "Minutes";
        }

        .flatpickr-time .numInputWrapper span.arrowDown,
        .flatpickr-time .numInputWrapper span.arrowUp {
            position: absolute;
            top: 0;
            width: 1.5rem;
            height: 100%;
            padding: 0;
            line-height: 1;
            background-repeat: no-repeat;
            border: 0;
            opacity: 1;
        }

            .flatpickr-time .numInputWrapper span.arrowDown::after,
            .flatpickr-time .numInputWrapper span.arrowUp::after {
                opacity: 0;
            }

            .flatpickr-time .numInputWrapper span.arrowDown:hover,
            .flatpickr-time .numInputWrapper span.arrowUp:hover {
                background-color: transparent;
            }

        .flatpickr-time .numInputWrapper span.arrowDown {
            left: 4.6875rem;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eSans titre - 1%3c/title%3e%3crect class='a' width='12' height='2'/%3e%3c/svg%3e");
            background-position: center right;
            background-size: 12px 2px;
        }

        .flatpickr-time .numInputWrapper span.arrowUp {
            right: 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eSans titre - 1%3c/title%3e%3crect class='a' y='5' width='12' height='2'/%3e%3crect class='a' y='5' width='12' height='2' transform='translate(0 12) rotate(-90)'/%3e%3c/svg%3e");
            background-position: center left;
            background-size: 12px 12px;
        }

    .flatpickr-time.time24hr .numInputWrapper {
        width: auto;
    }

    .flatpickr-time input.flatpickr-hour {
        font-weight: 400;
    }

    .flatpickr-time .numInput {
        width: 5.375rem;
        height: 3.125rem;
        font-size: 1.125rem;
        background-color: #f2f2f2;
        border-radius: 0.4375rem;
    }

        .flatpickr-time .numInput.input {
            font-weight: 400;
        }

/* stylelint-enable selector-no-qualifying-type */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 100%;
    padding-top: 0.625rem;
    border-top: none;
}

/* stylelint-disable selector-max-class, no-duplicate-selectors */
.flatpickr-time .flatpickr-time-separator {
    height: 10px;
    text-indent: -9999px;
}

/* stylelint-enable selector-max-class, no-duplicate-selectors */
/* form toolbar
   ========================================================================== */
.form-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.375rem;
    padding-left: 0.625rem;
    line-height: 1;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}

    .form-toolbar + .form-control-container > .form-control {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.form-toolbar-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.375rem;
    height: 1.5rem;
    text-align: center;
    background-color: transparent;
    border: 0;
}

    .form-toolbar-item:hover, .form-toolbar-item:focus, .form-toolbar-item:active, .form-toolbar-item.active {
        color: #0088ce;
    }

.form-toolbar-separator {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.5rem;
    margin: 0;
    text-align: center;
    border: 0;
}

    .form-toolbar-separator::after {
        display: inline-block;
        width: 0.0625rem;
        height: 1rem;
        content: "";
        background-color: #d7d7d7;
    }

/* range slider
   ========================================================================== */
.range-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0088ce;
}

    .range-slider [class^="icons-"] {
        color: #4d4f53;
    }

.irs {
    width: 100%;
    height: 26px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    top: 8px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 5px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    top: 8px;
    height: 10px;
    background: #0088ce;
}

.irs-bar-edge {
    top: 8px;
    width: 14px;
    height: 10px;
    background: #0088ce;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.irs-slider {
    top: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #0088ce;
    border: 1px solid #0088ce;
    border-radius: 50%;
}

.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    opacity: 0;
}

    .irs-min:hover, .irs-min:focus,
    .irs-max:hover,
    .irs-max:focus,
    .irs-from:hover,
    .irs-from:focus,
    .irs-to:hover,
    .irs-to:focus,
    .irs-single:hover,
    .irs-single:focus {
        opacity: 1;
    }

.irs-from, .irs-to, .irs-single {
    z-index: 10;
}

.range-slider.is-disabled {
    color: #b9b9b9;
    pointer-events: none;
}

    .range-slider.is-disabled .irs-bar,
    .range-slider.is-disabled .irs-bar-edge,
    .range-slider.is-disabled .irs-slider {
        background-color: #b9b9b9;
    }

    .range-slider.is-disabled .irs-slider {
        border-color: #b9b9b9;
    }

/* advanced search
   ========================================================================== */
.advanced-search:not(.active) .select-menu {
    display: none;
}

.advanced-search-control {
    position: relative;
}

.advanced-search.active > .advanced-search-control::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: " ";
    border-top: #d7d7d7 solid 1px;
    border-left: #d7d7d7 solid 1px;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
}

.advanced-search.active > .advanced-search-control > .input-group .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.advanced-search.active > .advanced-search-control .input-group-last > .btn {
    border-bottom-right-radius: 0;
}

.advanced-search-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 22.5rem;
    padding: 1.25rem;
    overflow-y: auto;
    background-color: #fff;
    border-right: #d7d7d7 solid 1px;
    border-bottom: #d7d7d7 solid 1px;
    border-left: #d7d7d7 solid 1px;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
}

.advanced-search-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0;
}

    .advanced-search-menu-item .btn-link:not(:hover):first-child {
        color: #4d4f53;
    }

    .advanced-search-menu-item + .advanced-search-menu-item {
        margin-top: 0.875rem;
    }

.advanced-search-menu-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.875rem;
    font-size: 0.75rem;
    color: #747678;
    text-transform: uppercase;
}

    .advanced-search-menu-title .btn-link {
        font-size: 0.875rem;
    }

.advanced-search-menu-item + .advanced-search-menu-title {
    margin-top: 1.5rem;
}

/* card accordion
   ========================================================================== */
.accordion + .accordion {
    margin-top: 0.625rem;
}

.accordion-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background-color: #f2f2f2;
    border-radius: 0.4375rem;
}

.accordion-title {
    padding-right: 1.875rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0088ce;
    text-transform: none;
}

.accordion-toggle {
    font-size: 1rem;
    font-weight: 500;
    color: #0088ce;
}

    .accordion-toggle [class^="icons-arrow-"] {
        display: inline-block;
        -webkit-transition: -webkit-transform .15s ease-out;
        transition: -webkit-transform .15s ease-out;
        transition: transform .15s ease-out;
        transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    }

.accordion-toggle-close,
.accordion-toggle-show {
    display: none;
}

.accordion-body {
    padding: 1.25rem;
}

.accordion-head[aria-expanded="true"] {
    color: #0074af;
}

    .accordion-head[aria-expanded="true"] .accordion-toggle [class^="icons-arrow-"] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media (min-width: 768px) {
    .accordion-head {
        padding: 1.25rem 1.875rem;
    }

    .accordion-body {
        padding: 1.5rem 1.875rem;
    }

    .accordion-toggle-close {
        display: none;
    }

    .accordion-toggle-show {
        display: inline-block;
    }

    .accordion-head[aria-expanded="true"] .accordion-toggle-close {
        display: inline-block;
    }

    .accordion-head[aria-expanded="true"] .accordion-toggle-show {
        display: none;
    }
}

/* evidences
   ========================================================================== */
.proof {
    border-radius: 0.4375rem;
}

    .proof.is-gray {
        background-color: #f2f2f2;
    }

    .proof .display-3 {
        color: currentColor;
    }

.proof-icon {
    text-align: center;
}

@media (max-width: 767.98px) {
    .proof {
        padding: 1.5625rem 1.25rem;
    }
}

@media (min-width: 768px) {
    .proof {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 12.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

        .proof.has-strip {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d7d7d7), color-stop(50%, transparent));
            background-image: -webkit-linear-gradient(#d7d7d7 50%, transparent 50%);
            background-image: linear-gradient(#d7d7d7 50%, transparent 50%);
            background-repeat: repeat-y;
            background-position: top right;
            background-size: 2.75rem 2.375rem;
        }

            .proof.has-strip:not(.is-gray) {
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent));
                background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%);
                background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%);
            }

    .proof-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .proof-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 10%;
    }
}

/* editorial
   ========================================================================== */
.editorial {
    color: #fff;
    background-color: #333;
    border-radius: 0.4375rem;
}

    .editorial .display-3 {
        color: currentColor;
    }

.editorial-light {
    color: #333;
    background-color: #f2f2f2;
}

@media (max-width: 767.98px) {
    .editorial {
        padding: 1.25rem 1.25rem;
    }
}

@media (min-width: 768px) {
    .editorial {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .editorial-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .editorial-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 2.5rem;
    }
}

/* swiper
   ========================================================================== */
.swiper {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    color: #0088ce;
    background-color: #fff;
    background-image: none;
    border-radius: 50%;
}

    .swiper-button-prev:not(.swiper-button-disabled):hover,
    .swiper-button-next:not(.swiper-button-disabled):hover {
        color: #fff;
        background-color: #0074af;
    }

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    background-color: transparent;
    border: 2px solid #747678;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #0088ce;
    border-color: #0088ce;
}

/* slideshow
   ========================================================================== */
.slideshow .swiper-button-prev,
.slideshow .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0;
}

.slideshow .swiper-button-prev {
    left: 0.625rem;
}

.slideshow .swiper-button-next {
    right: 0.625rem;
}

.slideshow .swiper-buttons {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    width: 100%;
    height: 0;
    padding-bottom: 60.06098%;
}

    .slideshow .swiper-buttons .swiper-button-prev,
    .slideshow .swiper-buttons .swiper-button-next {
        pointer-events: initial;
    }

.slideshow .swiper-pagination {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
}

.multi-slideshow .swiper-button-prev {
    right: calc(100% + 3.125rem);
    left: auto;
}

.multi-slideshow .swiper-button-next {
    right: auto;
    left: calc(100% + 3.125rem);
}

@media (min-width: 768px) {
    .slideshow .swiper-button-prev,
    .slideshow .swiper-button-next {
        width: 2.5rem;
        height: 2.5rem;
    }

    .slideshow .swiper-button-prev {
        left: 1.25rem;
    }

    .slideshow .swiper-button-next {
        right: 1.25rem;
    }
}

/* carousel
   ========================================================================== */
.carousel-item-content {
    padding: 1.875rem 1.5625rem 3.75rem;
}

.carousel-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 1.875rem;
    pointer-events: none;
}

@media (min-width: 768px) {
    .carousel-controls {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 2.5rem;
    }

        .carousel-controls > .row {
            height: 100%;
        }

        .carousel-controls .swiper-button-prev,
        .carousel-controls .swiper-button-next {
            position: relative;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            pointer-events: initial;
        }

        .carousel-controls .swiper-button-next {
            margin-left: 0.625rem;
        }

        .carousel-controls .swiper-pagination-bullet {
            width: 0.9375rem;
            height: 0.9375rem;
        }

    .carousel-item-content {
        padding: 3.75rem 2.5rem 7.5rem 0;
    }
}

/* tongues
   ========================================================================== */
.tongue {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.5rem;
    padding-right: 2.625rem;
    padding-left: 1.25rem;
    font-size: 1.125rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-color: #0088ce;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

    .tongue::after {
        position: absolute;
        top: calc(50% - 0.4375rem);
        right: 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
        content: "";
        background-color: #fff;
        border-radius: 50%;
    }

/* anchor
   ========================================================================== */
.anchor {
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #e1ded9), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #e1ded9 50%, transparent 50%);
    background-image: linear-gradient(0deg, #e1ded9 50%, transparent 50%);
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 0.8125rem 0.25rem;
}

.anchor-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #747678;
}

    .anchor-item:first-child::after, .anchor-item:last-child::after {
        position: absolute;
        left: 0;
        z-index: 1;
        display: block;
        width: 0.8125rem;
        height: 0.625rem;
        content: "";
        background-color: #fff;
    }

    .anchor-item:first-child::after {
        top: 0;
    }

    .anchor-item:last-child::after {
        bottom: 0;
    }

    .anchor-item:not(:last-child) {
        padding-bottom: 1.0625rem;
    }

    .anchor-item:hover {
        color: #0074af;
    }

    .anchor-item::before {
        position: relative;
        z-index: 2;
        display: block;
        width: 0.8125rem;
        height: 0.8125rem;
        margin-top: 0.1875rem;
        margin-right: 1.125rem;
        content: "";
        background-color: currentColor;
        border-radius: 50%;
    }

    .anchor-item.current {
        font-weight: 500;
        color: #0088ce;
    }

        .anchor-item.current::after {
            position: absolute;
            top: 0.625rem;
            left: 0;
            z-index: 1;
            display: block;
            width: 0.8125rem;
            height: calc(100% - 10px);
            content: "";
            background-color: #fff;
        }

        .anchor-item.current:first-child::after {
            top: 0;
            height: 100%;
        }

        .anchor-item.current ~ .anchor-item::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            display: block;
            width: 0.8125rem;
            height: 100%;
            content: "";
            background-color: #fff;
        }

.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-primary {
    background-color: #0088ce !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #00669b !important;
}

.bg-primary-dark {
    background-color: #0074af !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
    background-color: #00527c !important;
}

.bg-secondary {
    background-color: #4d4f53 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #343639 !important;
}

.bg-success {
    background-color: #82be00 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #5f8b00 !important;
}

.bg-info {
    background-color: #009aa6 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #006b73 !important;
}

.bg-warning {
    background-color: #ffb612 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #de9a00 !important;
}

.bg-danger {
    background-color: #cd0037 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #9a0029 !important;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d9d9d9 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #d7d7d7 !important;
}

.border-top {
    border-top: 1px solid #d7d7d7 !important;
}

.border-right {
    border-right: 1px solid #d7d7d7 !important;
}

.border-bottom {
    border-bottom: 1px solid #d7d7d7 !important;
}

.border-left {
    border-left: 1px solid #d7d7d7 !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;
}

.border-primary {
    border-color: #0088ce !important;
}

.border-primary-dark {
    border-color: #0074af !important;
}

.border-secondary {
    border-color: #4d4f53 !important;
}

.border-success {
    border-color: #82be00 !important;
}

.border-info {
    border-color: #009aa6 !important;
}

.border-warning {
    border-color: #ffb612 !important;
}

.border-danger {
    border-color: #cd0037 !important;
}

.border-light {
    border-color: #f2f2f2 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.4375rem !important;
}

.rounded-top {
    border-top-left-radius: 0.4375rem !important;
    border-top-right-radius: 0.4375rem !important;
}

.rounded-right {
    border-top-right-radius: 0.4375rem !important;
    border-bottom-right-radius: 0.4375rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
}

.rounded-left {
    border-top-left-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        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-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1024px) {
    .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-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1280px) {
    .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-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.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%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1280px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-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: 1024px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.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 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: 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: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .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-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #0088ce !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #00669b !important;
}

.text-primary-dark {
    color: #0074af !important;
}

a.text-primary-dark:hover, a.text-primary-dark:focus {
    color: #00527c !important;
}

.text-secondary {
    color: #4d4f53 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #343639 !important;
}

.text-success {
    color: #82be00 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #5f8b00 !important;
}

.text-info {
    color: #009aa6 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #006b73 !important;
}

.text-warning {
    color: #ffb612 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #de9a00 !important;
}

.text-danger {
    color: #cd0037 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #9a0029 !important;
}

.text-light {
    color: #f2f2f2 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #d9d9d9 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-muted {
    color: #747678 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* backgrounds
   ========================================================================== */
.text-blue {
    color: #0088ce;
}

.text-purple {
    color: #6e1e78;
}

.text-pink {
    color: #a1006b;
}

.text-red {
    color: #cd0037;
}

.text-orange {
    color: #e05206;
}

.text-yellow {
    color: #ffb612;
}

.text-green {
    color: #82be00;
}

.text-teal {
    color: #d2e100;
}

.text-cyan {
    color: #009aa6;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #333;
}

.text-gray-dark {
    color: #343a40;
}

.bg-blue {
    background-color: #0088ce;
}

.bg-purple {
    background-color: #6e1e78;
}

.bg-pink {
    background-color: #a1006b;
}

.bg-red {
    background-color: #cd0037;
}

.bg-orange {
    background-color: #e05206;
}

.bg-yellow {
    background-color: #ffb612;
}

.bg-green {
    background-color: #82be00;
}

.bg-teal {
    background-color: #d2e100;
}

.bg-cyan {
    background-color: #009aa6;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #333;
}

.bg-gray-dark {
    background-color: #343a40;
}

.bg-gray100 {
    background-color: #f2f2f2;
}

.bg-gray200 {
    background-color: #d7d7d7;
}

.bg-gray300 {
    background-color: #b9b9b9;
}

.bg-gray400 {
    background-color: #747678;
}

.bg-gray500 {
    background-color: #4d4f53;
}

.bg-gray600 {
    background-color: #333;
}

.bg-gray700 {
    background-color: #495057;
}

.bg-gray800 {
    background-color: #343a40;
}

.bg-gray900 {
    background-color: #212529;
}

/* icons utilities
   ========================================================================== */
[class^="icons-"] {
    display: inline-block;
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon-flip-horizontal {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.icon-flip-vertical {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.icons-size-x5 {
    font-size: 0.5rem;
}

.icons-size-x75 {
    font-size: 0.75rem;
}

.icons-size-1x {
    font-size: 1rem;
}

.icons-size-1x25 {
    font-size: 1.25rem;
}

.icons-size-1x5 {
    font-size: 1.5rem;
}

.icons-size-1x75 {
    font-size: 1.75rem;
}

.icons-size-2x {
    font-size: 2rem;
}

.icons-size-3x {
    font-size: 3rem;
}

.icons-size-30px {
    font-size: 1.875rem;
}

.icons-size-50px {
    font-size: 3.125rem;
}

.icons-size-66px {
    font-size: 4.125rem;
}

.icons-size-90px {
    font-size: 5.625rem;
}

.icons-size-96px {
    font-size: 6rem;
}

.icons-size-140px {
    font-size: 8.75rem;
}

@media (min-width: 576px) {
    .icons-sm-size-x5 {
        font-size: 0.5rem;
    }

    .icons-sm-size-x75 {
        font-size: 0.75rem;
    }

    .icons-sm-size-1x {
        font-size: 1rem;
    }

    .icons-sm-size-1x25 {
        font-size: 1.25rem;
    }

    .icons-sm-size-1x5 {
        font-size: 1.5rem;
    }

    .icons-sm-size-1x75 {
        font-size: 1.75rem;
    }

    .icons-sm-size-2x {
        font-size: 2rem;
    }

    .icons-sm-size-3x {
        font-size: 3rem;
    }

    .icons-sm-size-30px {
        font-size: 1.875rem;
    }

    .icons-sm-size-50px {
        font-size: 3.125rem;
    }

    .icons-sm-size-66px {
        font-size: 4.125rem;
    }

    .icons-sm-size-90px {
        font-size: 5.625rem;
    }

    .icons-sm-size-96px {
        font-size: 6rem;
    }

    .icons-sm-size-140px {
        font-size: 8.75rem;
    }
}

@media (min-width: 768px) {
    .icons-md-size-x5 {
        font-size: 0.5rem;
    }

    .icons-md-size-x75 {
        font-size: 0.75rem;
    }

    .icons-md-size-1x {
        font-size: 1rem;
    }

    .icons-md-size-1x25 {
        font-size: 1.25rem;
    }

    .icons-md-size-1x5 {
        font-size: 1.5rem;
    }

    .icons-md-size-1x75 {
        font-size: 1.75rem;
    }

    .icons-md-size-2x {
        font-size: 2rem;
    }

    .icons-md-size-3x {
        font-size: 3rem;
    }

    .icons-md-size-30px {
        font-size: 1.875rem;
    }

    .icons-md-size-50px {
        font-size: 3.125rem;
    }

    .icons-md-size-66px {
        font-size: 4.125rem;
    }

    .icons-md-size-90px {
        font-size: 5.625rem;
    }

    .icons-md-size-96px {
        font-size: 6rem;
    }

    .icons-md-size-140px {
        font-size: 8.75rem;
    }
}

@media (min-width: 1024px) {
    .icons-lg-size-x5 {
        font-size: 0.5rem;
    }

    .icons-lg-size-x75 {
        font-size: 0.75rem;
    }

    .icons-lg-size-1x {
        font-size: 1rem;
    }

    .icons-lg-size-1x25 {
        font-size: 1.25rem;
    }

    .icons-lg-size-1x5 {
        font-size: 1.5rem;
    }

    .icons-lg-size-1x75 {
        font-size: 1.75rem;
    }

    .icons-lg-size-2x {
        font-size: 2rem;
    }

    .icons-lg-size-3x {
        font-size: 3rem;
    }

    .icons-lg-size-30px {
        font-size: 1.875rem;
    }

    .icons-lg-size-50px {
        font-size: 3.125rem;
    }

    .icons-lg-size-66px {
        font-size: 4.125rem;
    }

    .icons-lg-size-90px {
        font-size: 5.625rem;
    }

    .icons-lg-size-96px {
        font-size: 6rem;
    }

    .icons-lg-size-140px {
        font-size: 8.75rem;
    }
}

@media (min-width: 1280px) {
    .icons-xl-size-x5 {
        font-size: 0.5rem;
    }

    .icons-xl-size-x75 {
        font-size: 0.75rem;
    }

    .icons-xl-size-1x {
        font-size: 1rem;
    }

    .icons-xl-size-1x25 {
        font-size: 1.25rem;
    }

    .icons-xl-size-1x5 {
        font-size: 1.5rem;
    }

    .icons-xl-size-1x75 {
        font-size: 1.75rem;
    }

    .icons-xl-size-2x {
        font-size: 2rem;
    }

    .icons-xl-size-3x {
        font-size: 3rem;
    }

    .icons-xl-size-30px {
        font-size: 1.875rem;
    }

    .icons-xl-size-50px {
        font-size: 3.125rem;
    }

    .icons-xl-size-66px {
        font-size: 4.125rem;
    }

    .icons-xl-size-90px {
        font-size: 5.625rem;
    }

    .icons-xl-size-96px {
        font-size: 6rem;
    }

    .icons-xl-size-140px {
        font-size: 8.75rem;
    }
}

.flex-fluid {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-fixed {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

@media (min-width: 576px) {
    .flex-sm-fluid {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-fixed {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
}

@media (min-width: 768px) {
    .flex-md-fluid {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-fixed {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
}

@media (min-width: 1024px) {
    .flex-lg-fluid {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-fixed {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
}

@media (min-width: 1280px) {
    .flex-xl-fluid {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-fixed {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    }
}

/* overflow
   ========================================================================== */
.overflow-hidden {
    overflow: hidden !important;
}

.overflow-y {
    overflow-y: auto !important;
}

.g-0 {
    padding: 0 !important;
}

.gt-0,
.gy-0 {
    padding-top: 0 !important;
}

.gr-0,
.gx-0 {
    padding-right: 0 !important;
}

.gb-0,
.gy-0 {
    padding-bottom: 0 !important;
}

.gl-0,
.gx-0 {
    padding-left: 0 !important;
}

.g-1 {
    padding: 0.3125rem !important;
}

.gt-1,
.gy-1 {
    padding-top: 0.3125rem !important;
}

.gr-1,
.gx-1 {
    padding-right: 0.3125rem !important;
}

.gb-1,
.gy-1 {
    padding-bottom: 0.3125rem !important;
}

.gl-1,
.gx-1 {
    padding-left: 0.3125rem !important;
}

.g-2 {
    padding: 0.625rem !important;
}

.gt-2,
.gy-2 {
    padding-top: 0.625rem !important;
}

.gr-2,
.gx-2 {
    padding-right: 0.625rem !important;
}

.gb-2,
.gy-2 {
    padding-bottom: 0.625rem !important;
}

.gl-2,
.gx-2 {
    padding-left: 0.625rem !important;
}

.g-3 {
    padding: 1.25rem !important;
}

.gt-3,
.gy-3 {
    padding-top: 1.25rem !important;
}

.gr-3,
.gx-3 {
    padding-right: 1.25rem !important;
}

.gb-3,
.gy-3 {
    padding-bottom: 1.25rem !important;
}

.gl-3,
.gx-3 {
    padding-left: 1.25rem !important;
}

.g-4 {
    padding: 1.875rem !important;
}

.gt-4,
.gy-4 {
    padding-top: 1.875rem !important;
}

.gr-4,
.gx-4 {
    padding-right: 1.875rem !important;
}

.gb-4,
.gy-4 {
    padding-bottom: 1.875rem !important;
}

.gl-4,
.gx-4 {
    padding-left: 1.875rem !important;
}

.g-5 {
    padding: 2.5rem !important;
}

.gt-5,
.gy-5 {
    padding-top: 2.5rem !important;
}

.gr-5,
.gx-5 {
    padding-right: 2.5rem !important;
}

.gb-5,
.gy-5 {
    padding-bottom: 2.5rem !important;
}

.gl-5,
.gx-5 {
    padding-left: 2.5rem !important;
}

.g-6 {
    padding: 3.125rem !important;
}

.gt-6,
.gy-6 {
    padding-top: 3.125rem !important;
}

.gr-6,
.gx-6 {
    padding-right: 3.125rem !important;
}

.gb-6,
.gy-6 {
    padding-bottom: 3.125rem !important;
}

.gl-6,
.gx-6 {
    padding-left: 3.125rem !important;
}

.g-7 {
    padding: 3.75rem !important;
}

.gt-7,
.gy-7 {
    padding-top: 3.75rem !important;
}

.gr-7,
.gx-7 {
    padding-right: 3.75rem !important;
}

.gb-7,
.gy-7 {
    padding-bottom: 3.75rem !important;
}

.gl-7,
.gx-7 {
    padding-left: 3.75rem !important;
}

.g-8 {
    padding: 5rem !important;
}

.gt-8,
.gy-8 {
    padding-top: 5rem !important;
}

.gr-8,
.gx-8 {
    padding-right: 5rem !important;
}

.gb-8,
.gy-8 {
    padding-bottom: 5rem !important;
}

.gl-8,
.gx-8 {
    padding-left: 5rem !important;
}

@media (min-width: 576px) {
    .g-sm-0 {
        padding: 0 !important;
    }

    .gt-sm-0,
    .gy-sm-0 {
        padding-top: 0 !important;
    }

    .gr-sm-0,
    .gx-sm-0 {
        padding-right: 0 !important;
    }

    .gb-sm-0,
    .gy-sm-0 {
        padding-bottom: 0 !important;
    }

    .gl-sm-0,
    .gx-sm-0 {
        padding-left: 0 !important;
    }

    .g-sm-1 {
        padding: 0.3125rem !important;
    }

    .gt-sm-1,
    .gy-sm-1 {
        padding-top: 0.3125rem !important;
    }

    .gr-sm-1,
    .gx-sm-1 {
        padding-right: 0.3125rem !important;
    }

    .gb-sm-1,
    .gy-sm-1 {
        padding-bottom: 0.3125rem !important;
    }

    .gl-sm-1,
    .gx-sm-1 {
        padding-left: 0.3125rem !important;
    }

    .g-sm-2 {
        padding: 0.625rem !important;
    }

    .gt-sm-2,
    .gy-sm-2 {
        padding-top: 0.625rem !important;
    }

    .gr-sm-2,
    .gx-sm-2 {
        padding-right: 0.625rem !important;
    }

    .gb-sm-2,
    .gy-sm-2 {
        padding-bottom: 0.625rem !important;
    }

    .gl-sm-2,
    .gx-sm-2 {
        padding-left: 0.625rem !important;
    }

    .g-sm-3 {
        padding: 1.25rem !important;
    }

    .gt-sm-3,
    .gy-sm-3 {
        padding-top: 1.25rem !important;
    }

    .gr-sm-3,
    .gx-sm-3 {
        padding-right: 1.25rem !important;
    }

    .gb-sm-3,
    .gy-sm-3 {
        padding-bottom: 1.25rem !important;
    }

    .gl-sm-3,
    .gx-sm-3 {
        padding-left: 1.25rem !important;
    }

    .g-sm-4 {
        padding: 1.875rem !important;
    }

    .gt-sm-4,
    .gy-sm-4 {
        padding-top: 1.875rem !important;
    }

    .gr-sm-4,
    .gx-sm-4 {
        padding-right: 1.875rem !important;
    }

    .gb-sm-4,
    .gy-sm-4 {
        padding-bottom: 1.875rem !important;
    }

    .gl-sm-4,
    .gx-sm-4 {
        padding-left: 1.875rem !important;
    }

    .g-sm-5 {
        padding: 2.5rem !important;
    }

    .gt-sm-5,
    .gy-sm-5 {
        padding-top: 2.5rem !important;
    }

    .gr-sm-5,
    .gx-sm-5 {
        padding-right: 2.5rem !important;
    }

    .gb-sm-5,
    .gy-sm-5 {
        padding-bottom: 2.5rem !important;
    }

    .gl-sm-5,
    .gx-sm-5 {
        padding-left: 2.5rem !important;
    }

    .g-sm-6 {
        padding: 3.125rem !important;
    }

    .gt-sm-6,
    .gy-sm-6 {
        padding-top: 3.125rem !important;
    }

    .gr-sm-6,
    .gx-sm-6 {
        padding-right: 3.125rem !important;
    }

    .gb-sm-6,
    .gy-sm-6 {
        padding-bottom: 3.125rem !important;
    }

    .gl-sm-6,
    .gx-sm-6 {
        padding-left: 3.125rem !important;
    }

    .g-sm-7 {
        padding: 3.75rem !important;
    }

    .gt-sm-7,
    .gy-sm-7 {
        padding-top: 3.75rem !important;
    }

    .gr-sm-7,
    .gx-sm-7 {
        padding-right: 3.75rem !important;
    }

    .gb-sm-7,
    .gy-sm-7 {
        padding-bottom: 3.75rem !important;
    }

    .gl-sm-7,
    .gx-sm-7 {
        padding-left: 3.75rem !important;
    }

    .g-sm-8 {
        padding: 5rem !important;
    }

    .gt-sm-8,
    .gy-sm-8 {
        padding-top: 5rem !important;
    }

    .gr-sm-8,
    .gx-sm-8 {
        padding-right: 5rem !important;
    }

    .gb-sm-8,
    .gy-sm-8 {
        padding-bottom: 5rem !important;
    }

    .gl-sm-8,
    .gx-sm-8 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 768px) {
    .g-md-0 {
        padding: 0 !important;
    }

    .gt-md-0,
    .gy-md-0 {
        padding-top: 0 !important;
    }

    .gr-md-0,
    .gx-md-0 {
        padding-right: 0 !important;
    }

    .gb-md-0,
    .gy-md-0 {
        padding-bottom: 0 !important;
    }

    .gl-md-0,
    .gx-md-0 {
        padding-left: 0 !important;
    }

    .g-md-1 {
        padding: 0.3125rem !important;
    }

    .gt-md-1,
    .gy-md-1 {
        padding-top: 0.3125rem !important;
    }

    .gr-md-1,
    .gx-md-1 {
        padding-right: 0.3125rem !important;
    }

    .gb-md-1,
    .gy-md-1 {
        padding-bottom: 0.3125rem !important;
    }

    .gl-md-1,
    .gx-md-1 {
        padding-left: 0.3125rem !important;
    }

    .g-md-2 {
        padding: 0.625rem !important;
    }

    .gt-md-2,
    .gy-md-2 {
        padding-top: 0.625rem !important;
    }

    .gr-md-2,
    .gx-md-2 {
        padding-right: 0.625rem !important;
    }

    .gb-md-2,
    .gy-md-2 {
        padding-bottom: 0.625rem !important;
    }

    .gl-md-2,
    .gx-md-2 {
        padding-left: 0.625rem !important;
    }

    .g-md-3 {
        padding: 1.25rem !important;
    }

    .gt-md-3,
    .gy-md-3 {
        padding-top: 1.25rem !important;
    }

    .gr-md-3,
    .gx-md-3 {
        padding-right: 1.25rem !important;
    }

    .gb-md-3,
    .gy-md-3 {
        padding-bottom: 1.25rem !important;
    }

    .gl-md-3,
    .gx-md-3 {
        padding-left: 1.25rem !important;
    }

    .g-md-4 {
        padding: 1.875rem !important;
    }

    .gt-md-4,
    .gy-md-4 {
        padding-top: 1.875rem !important;
    }

    .gr-md-4,
    .gx-md-4 {
        padding-right: 1.875rem !important;
    }

    .gb-md-4,
    .gy-md-4 {
        padding-bottom: 1.875rem !important;
    }

    .gl-md-4,
    .gx-md-4 {
        padding-left: 1.875rem !important;
    }

    .g-md-5 {
        padding: 2.5rem !important;
    }

    .gt-md-5,
    .gy-md-5 {
        padding-top: 2.5rem !important;
    }

    .gr-md-5,
    .gx-md-5 {
        padding-right: 2.5rem !important;
    }

    .gb-md-5,
    .gy-md-5 {
        padding-bottom: 2.5rem !important;
    }

    .gl-md-5,
    .gx-md-5 {
        padding-left: 2.5rem !important;
    }

    .g-md-6 {
        padding: 3.125rem !important;
    }

    .gt-md-6,
    .gy-md-6 {
        padding-top: 3.125rem !important;
    }

    .gr-md-6,
    .gx-md-6 {
        padding-right: 3.125rem !important;
    }

    .gb-md-6,
    .gy-md-6 {
        padding-bottom: 3.125rem !important;
    }

    .gl-md-6,
    .gx-md-6 {
        padding-left: 3.125rem !important;
    }

    .g-md-7 {
        padding: 3.75rem !important;
    }

    .gt-md-7,
    .gy-md-7 {
        padding-top: 3.75rem !important;
    }

    .gr-md-7,
    .gx-md-7 {
        padding-right: 3.75rem !important;
    }

    .gb-md-7,
    .gy-md-7 {
        padding-bottom: 3.75rem !important;
    }

    .gl-md-7,
    .gx-md-7 {
        padding-left: 3.75rem !important;
    }

    .g-md-8 {
        padding: 5rem !important;
    }

    .gt-md-8,
    .gy-md-8 {
        padding-top: 5rem !important;
    }

    .gr-md-8,
    .gx-md-8 {
        padding-right: 5rem !important;
    }

    .gb-md-8,
    .gy-md-8 {
        padding-bottom: 5rem !important;
    }

    .gl-md-8,
    .gx-md-8 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1024px) {
    .g-lg-0 {
        padding: 0 !important;
    }

    .gt-lg-0,
    .gy-lg-0 {
        padding-top: 0 !important;
    }

    .gr-lg-0,
    .gx-lg-0 {
        padding-right: 0 !important;
    }

    .gb-lg-0,
    .gy-lg-0 {
        padding-bottom: 0 !important;
    }

    .gl-lg-0,
    .gx-lg-0 {
        padding-left: 0 !important;
    }

    .g-lg-1 {
        padding: 0.3125rem !important;
    }

    .gt-lg-1,
    .gy-lg-1 {
        padding-top: 0.3125rem !important;
    }

    .gr-lg-1,
    .gx-lg-1 {
        padding-right: 0.3125rem !important;
    }

    .gb-lg-1,
    .gy-lg-1 {
        padding-bottom: 0.3125rem !important;
    }

    .gl-lg-1,
    .gx-lg-1 {
        padding-left: 0.3125rem !important;
    }

    .g-lg-2 {
        padding: 0.625rem !important;
    }

    .gt-lg-2,
    .gy-lg-2 {
        padding-top: 0.625rem !important;
    }

    .gr-lg-2,
    .gx-lg-2 {
        padding-right: 0.625rem !important;
    }

    .gb-lg-2,
    .gy-lg-2 {
        padding-bottom: 0.625rem !important;
    }

    .gl-lg-2,
    .gx-lg-2 {
        padding-left: 0.625rem !important;
    }

    .g-lg-3 {
        padding: 1.25rem !important;
    }

    .gt-lg-3,
    .gy-lg-3 {
        padding-top: 1.25rem !important;
    }

    .gr-lg-3,
    .gx-lg-3 {
        padding-right: 1.25rem !important;
    }

    .gb-lg-3,
    .gy-lg-3 {
        padding-bottom: 1.25rem !important;
    }

    .gl-lg-3,
    .gx-lg-3 {
        padding-left: 1.25rem !important;
    }

    .g-lg-4 {
        padding: 1.875rem !important;
    }

    .gt-lg-4,
    .gy-lg-4 {
        padding-top: 1.875rem !important;
    }

    .gr-lg-4,
    .gx-lg-4 {
        padding-right: 1.875rem !important;
    }

    .gb-lg-4,
    .gy-lg-4 {
        padding-bottom: 1.875rem !important;
    }

    .gl-lg-4,
    .gx-lg-4 {
        padding-left: 1.875rem !important;
    }

    .g-lg-5 {
        padding: 2.5rem !important;
    }

    .gt-lg-5,
    .gy-lg-5 {
        padding-top: 2.5rem !important;
    }

    .gr-lg-5,
    .gx-lg-5 {
        padding-right: 2.5rem !important;
    }

    .gb-lg-5,
    .gy-lg-5 {
        padding-bottom: 2.5rem !important;
    }

    .gl-lg-5,
    .gx-lg-5 {
        padding-left: 2.5rem !important;
    }

    .g-lg-6 {
        padding: 3.125rem !important;
    }

    .gt-lg-6,
    .gy-lg-6 {
        padding-top: 3.125rem !important;
    }

    .gr-lg-6,
    .gx-lg-6 {
        padding-right: 3.125rem !important;
    }

    .gb-lg-6,
    .gy-lg-6 {
        padding-bottom: 3.125rem !important;
    }

    .gl-lg-6,
    .gx-lg-6 {
        padding-left: 3.125rem !important;
    }

    .g-lg-7 {
        padding: 3.75rem !important;
    }

    .gt-lg-7,
    .gy-lg-7 {
        padding-top: 3.75rem !important;
    }

    .gr-lg-7,
    .gx-lg-7 {
        padding-right: 3.75rem !important;
    }

    .gb-lg-7,
    .gy-lg-7 {
        padding-bottom: 3.75rem !important;
    }

    .gl-lg-7,
    .gx-lg-7 {
        padding-left: 3.75rem !important;
    }

    .g-lg-8 {
        padding: 5rem !important;
    }

    .gt-lg-8,
    .gy-lg-8 {
        padding-top: 5rem !important;
    }

    .gr-lg-8,
    .gx-lg-8 {
        padding-right: 5rem !important;
    }

    .gb-lg-8,
    .gy-lg-8 {
        padding-bottom: 5rem !important;
    }

    .gl-lg-8,
    .gx-lg-8 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1280px) {
    .g-xl-0 {
        padding: 0 !important;
    }

    .gt-xl-0,
    .gy-xl-0 {
        padding-top: 0 !important;
    }

    .gr-xl-0,
    .gx-xl-0 {
        padding-right: 0 !important;
    }

    .gb-xl-0,
    .gy-xl-0 {
        padding-bottom: 0 !important;
    }

    .gl-xl-0,
    .gx-xl-0 {
        padding-left: 0 !important;
    }

    .g-xl-1 {
        padding: 0.3125rem !important;
    }

    .gt-xl-1,
    .gy-xl-1 {
        padding-top: 0.3125rem !important;
    }

    .gr-xl-1,
    .gx-xl-1 {
        padding-right: 0.3125rem !important;
    }

    .gb-xl-1,
    .gy-xl-1 {
        padding-bottom: 0.3125rem !important;
    }

    .gl-xl-1,
    .gx-xl-1 {
        padding-left: 0.3125rem !important;
    }

    .g-xl-2 {
        padding: 0.625rem !important;
    }

    .gt-xl-2,
    .gy-xl-2 {
        padding-top: 0.625rem !important;
    }

    .gr-xl-2,
    .gx-xl-2 {
        padding-right: 0.625rem !important;
    }

    .gb-xl-2,
    .gy-xl-2 {
        padding-bottom: 0.625rem !important;
    }

    .gl-xl-2,
    .gx-xl-2 {
        padding-left: 0.625rem !important;
    }

    .g-xl-3 {
        padding: 1.25rem !important;
    }

    .gt-xl-3,
    .gy-xl-3 {
        padding-top: 1.25rem !important;
    }

    .gr-xl-3,
    .gx-xl-3 {
        padding-right: 1.25rem !important;
    }

    .gb-xl-3,
    .gy-xl-3 {
        padding-bottom: 1.25rem !important;
    }

    .gl-xl-3,
    .gx-xl-3 {
        padding-left: 1.25rem !important;
    }

    .g-xl-4 {
        padding: 1.875rem !important;
    }

    .gt-xl-4,
    .gy-xl-4 {
        padding-top: 1.875rem !important;
    }

    .gr-xl-4,
    .gx-xl-4 {
        padding-right: 1.875rem !important;
    }

    .gb-xl-4,
    .gy-xl-4 {
        padding-bottom: 1.875rem !important;
    }

    .gl-xl-4,
    .gx-xl-4 {
        padding-left: 1.875rem !important;
    }

    .g-xl-5 {
        padding: 2.5rem !important;
    }

    .gt-xl-5,
    .gy-xl-5 {
        padding-top: 2.5rem !important;
    }

    .gr-xl-5,
    .gx-xl-5 {
        padding-right: 2.5rem !important;
    }

    .gb-xl-5,
    .gy-xl-5 {
        padding-bottom: 2.5rem !important;
    }

    .gl-xl-5,
    .gx-xl-5 {
        padding-left: 2.5rem !important;
    }

    .g-xl-6 {
        padding: 3.125rem !important;
    }

    .gt-xl-6,
    .gy-xl-6 {
        padding-top: 3.125rem !important;
    }

    .gr-xl-6,
    .gx-xl-6 {
        padding-right: 3.125rem !important;
    }

    .gb-xl-6,
    .gy-xl-6 {
        padding-bottom: 3.125rem !important;
    }

    .gl-xl-6,
    .gx-xl-6 {
        padding-left: 3.125rem !important;
    }

    .g-xl-7 {
        padding: 3.75rem !important;
    }

    .gt-xl-7,
    .gy-xl-7 {
        padding-top: 3.75rem !important;
    }

    .gr-xl-7,
    .gx-xl-7 {
        padding-right: 3.75rem !important;
    }

    .gb-xl-7,
    .gy-xl-7 {
        padding-bottom: 3.75rem !important;
    }

    .gl-xl-7,
    .gx-xl-7 {
        padding-left: 3.75rem !important;
    }

    .g-xl-8 {
        padding: 5rem !important;
    }

    .gt-xl-8,
    .gy-xl-8 {
        padding-top: 5rem !important;
    }

    .gr-xl-8,
    .gx-xl-8 {
        padding-right: 5rem !important;
    }

    .gb-xl-8,
    .gy-xl-8 {
        padding-bottom: 5rem !important;
    }

    .gl-xl-8,
    .gx-xl-8 {
        padding-left: 5rem !important;
    }
}

/* text
   ========================================================================== */
.font-weight-medium {
    font-weight: 500 !important;
}

.text-gray100 {
    color: #f2f2f2;
}

.text-gray200 {
    color: #d7d7d7;
}

.text-gray300 {
    color: #b9b9b9;
}

.text-gray400 {
    color: #747678;
}

.text-gray500 {
    color: #4d4f53;
}

.text-gray600 {
    color: #333;
}

.text-gray700 {
    color: #495057;
}

.text-gray800 {
    color: #343a40;
}

.text-gray900 {
    color: #212529;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1024px !important;
    }

    .container {
        min-width: 1024px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/*# sourceMappingURL=src/scss/extern.scss.map */
/*!
 * Bootstrap Docs (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see https://creativecommons.org/licenses/by/3.0/.
 */
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #333;
    }

.nav-tabs {
    border-bottom: 1px solid #b9b9b9;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.4375rem;
        border-top-right-radius: 0.4375rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #d7d7d7 #d7d7d7 #b9b9b9;
        }

        .nav-tabs .nav-link.disabled {
            color: #333;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #f2f2f2;
            border-color: #b9b9b9 #b9b9b9 #f2f2f2;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.4375rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0088ce;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.32812rem;
    padding-bottom: 0.32812rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.4375rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.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%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1023.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1279.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        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 .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    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 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.bd-navbar {
    min-height: 4rem;
    background-color: #333;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023.98px) {
    .bd-navbar {
        padding-right: .5rem;
        padding-left: .5rem;
    }

        .bd-navbar .navbar-nav-scroll {
            max-width: 100%;
            height: 2.5rem;
            margin-top: .25rem;
            overflow: hidden;
            font-size: .875rem;
        }

            .bd-navbar .navbar-nav-scroll .navbar-nav {
                padding-bottom: 2rem;
                overflow-x: auto;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
            }
}

@media (min-width: 768px) {
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .bd-navbar {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1071;
        }
    }
}

.bd-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
}

    .bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
        background-color: transparent;
    }

    .bd-navbar .navbar-nav .nav-link.active {
        font-weight: 500;
    }

.bd-navbar .nav-item {
    width: 100%;
}

    .bd-navbar .nav-item + .nav-item {
        padding-left: 0;
    }

@media (max-width: 767.98px) {
    .bd-navbar .nav-item {
        width: 100%;
    }

        .bd-navbar .nav-item + .nav-item {
            margin-top: 0;
        }
}

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top;
}

.bd-navbar .dropdown-menu {
    font-size: .875rem;
}

.bd-navbar .dropdown-item.active {
    font-weight: 500;
    color: #212529;
    background-color: transparent;
    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='%23292b2c' 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");
    background-repeat: no-repeat;
    background-position: .4rem .6rem;
    background-size: .75rem .75rem;
}

.bd-masthead {
    position: relative;
    padding: 3rem 10px;
}

    .bd-masthead h1 {
        line-height: 1;
    }

    .bd-masthead .btn {
        width: 100%;
        padding: .8rem 2rem;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .bd-masthead .carbonad {
        margin-top: 0 !important;
        margin-bottom: -3rem !important;
    }

@media (min-width: 576px) {
    .bd-masthead {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

        .bd-masthead .carbonad {
            margin-bottom: 0 !important;
        }
}

@media (min-width: 768px) {
    .bd-masthead h1 {
        font-size: 4rem;
    }

    .bd-masthead .carbonad {
        margin-top: 3rem !important;
    }
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.masthead-followup .bd-clipboard {
    display: none;
}

.masthead-followup .highlight {
    padding: .5rem 0;
    background-color: transparent;
}

#carbonads {
    position: static;
    display: block;
    max-width: 400px;
    padding: 15px 15px 15px 160px;
    margin: 2rem 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.05);
}

    #carbonads a {
        color: #333;
        text-decoration: none;
    }

@media (min-width: 576px) {
    #carbonads {
        max-width: 330px;
        border-radius: 4px;
    }
}

.carbon-img {
    float: left;
    margin-left: -145px;
}

.carbon-poweredby {
    display: block;
    color: #777 !important;
}

.bd-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #fff;
}

    .bd-content > h2[id],
    .bd-content > h3[id],
    .bd-content > h4[id] {
        pointer-events: none;
    }

        .bd-content > h2[id] > div,
        .bd-content > h2[id] > a,
        .bd-content > h3[id] > div,
        .bd-content > h3[id] > a,
        .bd-content > h4[id] > div,
        .bd-content > h4[id] > a {
            pointer-events: auto;
        }

        .bd-content > h2[id]::before,
        .bd-content > h3[id]::before,
        .bd-content > h4[id]::before {
            display: block;
            height: 6rem;
            margin-top: -6rem;
            visibility: hidden;
            content: "";
        }

    .bd-content > table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

@media (max-width: 1023.98px) {
    .bd-content > table {
        display: block;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .bd-content > table.table-bordered {
            border: 0;
        }
}

.bd-content > table > thead > tr > th,
.bd-content > table > thead > tr > td,
.bd-content > table > tbody > tr > th,
.bd-content > table > tbody > tr > td,
.bd-content > table > tfoot > tr > th,
.bd-content > table > tfoot > tr > td {
    padding: 0 1.25rem;
    vertical-align: top;
    border: 1px solid #d8d8d8;
}

    .bd-content > table > thead > tr > th > p:last-child,
    .bd-content > table > thead > tr > td > p:last-child,
    .bd-content > table > tbody > tr > th > p:last-child,
    .bd-content > table > tbody > tr > td > p:last-child,
    .bd-content > table > tfoot > tr > th > p:last-child,
    .bd-content > table > tfoot > tr > td > p:last-child {
        margin-bottom: 0;
    }

.bd-content > table td:first-child > code {
    white-space: nowrap;
}

.bd-content > h2:not(:first-child) {
    margin-top: 3rem;
    font-size: 2rem;
}

.bd-content > h3 {
    margin-top: 1.5rem;
}

.bd-content > ul li,
.bd-content > ol li {
    margin-bottom: .25rem;
}

@media (min-width: 1024px) {
    .bd-content > ul,
    .bd-content > ol,
    .bd-content > p {
        max-width: 80%;
    }
}

.bd-title {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 300;
}

@media (min-width: 576px) {
    .bd-title {
        font-size: 3rem;
    }
}

.bd-lead {
    font-size: 1.125rem;
    font-weight: 300;
}

@media (min-width: 576px) {
    .bd-lead {
        max-width: 80%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.bd-text-purple {
    color: #563d7c;
}

.bd-text-purple-bright {
    color: #7952b3;
}

#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #563d7c;
}

    #skippy .skiplink-text {
        padding: .5em;
        outline: 1px dotted;
    }

.bd-toc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}

.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee;
}

    .section-nav ul {
        padding-left: 1rem;
    }

        .section-nav ul ul {
            display: none;
        }

.toc-entry {
    display: block;
}

    .toc-entry a {
        display: block;
        padding: .125rem 1.5rem;
        color: #99979c;
    }

        .toc-entry a:hover {
            color: #0088ce;
            text-decoration: none;
        }

.bd-sidebar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .bd-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem);
        }
    }
}

@media (min-width: 1280px) {
    .bd-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 320px;
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
    }
}

.bd-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .bd-links {
            max-height: calc(100vh - 9rem);
            overflow-y: auto;
        }
    }
}

@media (min-width: 768px) {
    .bd-links {
        display: block !important;
    }
}

.bd-search {
    position: relative;
    padding: 1rem 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .bd-search .form-control:focus {
        border-color: #7952b3;
        -webkit-box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
        box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
    }

.bd-search-docs-toggle {
    line-height: 1;
    color: #212529;
}

.bd-sidenav {
    display: none;
}

.bd-toc-link {
    display: block;
    padding: .25rem 1.5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

    .bd-toc-link:hover {
        color: rgba(0, 0, 0, 0.85);
        text-decoration: none;
    }

.bd-toc-item.active {
    margin-bottom: 1rem;
}

    .bd-toc-item.active:not(:first-child) {
        margin-top: 1rem;
    }

    .bd-toc-item.active > .bd-toc-link {
        color: rgba(0, 0, 0, 0.85);
    }

        .bd-toc-item.active > .bd-toc-link:hover {
            background-color: transparent;
        }

    .bd-toc-item.active > .bd-sidenav {
        display: block;
    }

.bd-sidebar .nav > li > a {
    display: block;
    padding: .25rem 1.5rem;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.65);
}

    .bd-sidebar .nav > li > a:hover {
        color: rgba(0, 0, 0, 0.85);
        text-decoration: none;
        background-color: transparent;
    }

.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    background-color: transparent;
}

.bd-footer {
    font-size: 85%;
    text-align: center;
    background-color: #f7f7f7;
}

    .bd-footer a {
        font-weight: 500;
        color: #495057;
    }

        .bd-footer a:hover, .bd-footer a:focus {
            color: #0088ce;
        }

    .bd-footer p {
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .bd-footer {
        text-align: left;
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem;
}

    .bd-footer-links li {
        display: inline-block;
    }

        .bd-footer-links li + li {
            margin-left: 1rem;
        }

.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.bd-example-row .row + .row {
    margin-top: 1rem;
}

.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
    min-height: 6rem;
    background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, 0.1);
}

.bd-highlight {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.15);
}

.example-container {
    width: 800px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.example-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.example-content-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .example-content-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1024px) {
    .example-content-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.example-content-secondary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .example-content-secondary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1024px) {
    .example-content-secondary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.bd-example-container {
    min-width: 16rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto;
}

.bd-example-container-header {
    height: 3rem;
    margin-bottom: .5rem;
    background-color: #ceeeff;
    border-radius: .25rem;
}

.bd-example-container-sidebar {
    float: right;
    width: 4rem;
    height: 8rem;
    background-color: #4fc3ff;
    border-radius: .25rem;
}

.bd-example-container-body {
    height: 8rem;
    margin-right: 4.5rem;
    background-color: #957bbe;
    border-radius: .25rem;
}

.bd-example-container-fluid {
    max-width: none;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -10px 0;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

    .bd-example::after {
        display: block;
        clear: both;
        content: "";
    }

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}

.bd-example + .highlight,
.bd-example + .clipboard + .highlight {
    margin-top: 0;
}

.bd-example + p {
    margin-top: 2rem;
}

.bd-example .pos-f-t {
    position: relative;
    margin: -1rem;
}

@media (min-width: 576px) {
    .bd-example .pos-f-t {
        margin: -1.5rem;
    }
}

.bd-example .custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Elegir";
}

.bd-example > .form-control + .form-control {
    margin-top: .5rem;
}

.bd-example > .nav + .nav,
.bd-example > .alert + .alert,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .progress,
.bd-example > .progress + .btn {
    margin-top: 1rem;
}

.bd-example > .dropdown-menu:first-child {
    position: static;
    display: block;
}

.bd-example > .form-group:last-child {
    margin-bottom: 0;
}

.bd-example > .close {
    float: none;
}

.bd-example-type .table .type-info {
    color: #999;
    vertical-align: middle;
}

.bd-example-type .table td {
    padding: 1rem 0;
    border-color: #eee;
}

.bd-example-type .table tr:first-child td {
    border-top: 0;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.bd-example-bg-classes p {
    padding: 1rem;
}

.bd-example > img + img {
    margin-left: .5rem;
}

.bd-example > .btn-group {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.bd-example > .btn-toolbar + .btn-toolbar {
    margin-top: .5rem;
}

.bd-example-control-sizing select,
.bd-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: .5rem;
}

.bd-example-form .input-group {
    margin-bottom: .5rem;
}

.bd-example > textarea.form-control {
    resize: vertical;
}

.bd-example .fixed-top,
.bd-example .sticky-top {
    position: static;
    margin: -1rem -1rem 1rem;
}

.bd-example .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem;
}

@media (min-width: 576px) {
    .bd-example .fixed-top,
    .bd-example .sticky-top {
        margin: -1.5rem -1.5rem 1rem;
    }

    .bd-example .fixed-bottom {
        margin: 1rem -1.5rem -1.5rem;
    }
}

.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.bd-docs .modal {
    z-index: 1072;
}

    .bd-docs .modal .tooltip,
    .bd-docs .modal .popover {
        z-index: 1073;
    }

.bd-docs .modal-backdrop {
    z-index: 1071;
}

.bd-example-modal {
    background-color: #b2b2b2;
}

    .bd-example-modal .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
    }

    .bd-example-modal .modal-dialog {
        left: auto;
        margin-right: auto;
        margin-left: auto;
    }

.bd-example-tabs .nav-tabs {
    margin-bottom: 1rem;
}

.bd-example-popover-static {
    padding-bottom: 1.5rem;
    background-color: #f9f9f9;
}

    .bd-example-popover-static .popover {
        position: relative;
        display: block;
        float: left;
        width: 260px;
        margin: 1.25rem;
    }

.tooltip-demo a {
    white-space: nowrap;
}

.bd-example-tooltip-static .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}

.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto;
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5;
}

.bd-example-border-utils-0 [class^="border"] {
    border: 1px solid #d7d7d7;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f7f7f9;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 576px) {
    .highlight {
        padding: 1.5rem;
    }
}

.bd-content .highlight {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px) {
    .bd-content .highlight {
        margin-right: 0;
        margin-left: 0;
    }
}

.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

    .highlight pre code {
        font-size: inherit;
        color: #212529;
    }

.bd-example .actionbar,
.bd-example .mastheader {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

.bd-example .mastnav {
    position: relative;
    top: 0;
    right: 0;
}

.bd-example .actionbar,
.bd-example .card {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.btn-bd-primary {
    font-weight: 500;
    color: #7952b3;
    border-color: #7952b3;
}

    .btn-bd-primary:hover, .btn-bd-primary:active {
        color: #fff;
        background-color: #7952b3;
        border-color: #7952b3;
    }

.btn-bd-download {
    font-weight: 500;
    color: #ffe484;
    border-color: #ffe484;
}

    .btn-bd-download:hover, .btn-bd-download:active {
        color: #2a2730;
        background-color: #ffe484;
        border-color: #ffe484;
    }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem;
    }

    .bd-callout p:last-child {
        margin-bottom: 0;
    }

    .bd-callout code {
        border-radius: .25rem;
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem;
    }

.bd-callout-info {
    border-left-color: #5bc0de;
}

    .bd-callout-info h4 {
        color: #5bc0de;
    }

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

    .bd-callout-warning h4 {
        color: #f0ad4e;
    }

.bd-callout-danger {
    border-left-color: #d9534f;
}

    .bd-callout-danger h4 {
        color: #d9534f;
    }

.bd-examples .img-thumbnail {
    margin-bottom: .75rem;
}

.bd-examples h4 {
    margin-bottom: .25rem;
}

.bd-examples p {
    margin-bottom: 1.25rem;
}

@media (max-width: 480px) {
    .bd-examples {
        margin-right: -.75rem;
        margin-left: -.75rem;
    }

        .bd-examples > [class^="col-"] {
            padding-right: .75rem;
            padding-left: .75rem;
        }
}

.bd-browser-bugs td p {
    margin-bottom: 0;
}

.bd-browser-bugs th:first-child {
    width: 18%;
}

.bd-brand-logos {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    color: #563d7c;
    background-color: #f9f9f9;
    border-radius: .25rem;
}

.bd-brand-item {
    padding: 4rem 0;
    text-align: center;
}

    .bd-brand-item + .bd-brand-item {
        border-top: 1px solid #fff;
    }

.bd-brand-logos .inverse {
    color: #fff;
    background-color: #563d7c;
}

.bd-brand-item h1,
.bd-brand-item h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.bd-brand-item .bd-booticon {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .bd-brand-item {
        display: table-cell;
        width: 1%;
    }

        .bd-brand-item + .bd-brand-item {
            border-top: 0;
            border-left: 1px solid #fff;
        }

        .bd-brand-item h1 {
            font-size: 4rem;
        }
}

.color-swatches {
    margin: 0 -5px;
    overflow: hidden;
}

.color-swatch {
    float: left;
    width: 4rem;
    height: 4rem;
    margin-right: .25rem;
    margin-left: .25rem;
    border-radius: .25rem;
}

@media (min-width: 768px) {
    .color-swatch {
        width: 6rem;
        height: 6rem;
    }
}

.color-swatches .bd-purple {
    background-color: #563d7c;
}

.color-swatches .bd-purple-light {
    background-color: #cbbde2;
}

.color-swatches .bd-purple-lighter {
    background-color: #e5e1ea;
}

.color-swatches .bd-gray {
    background-color: #f9f9f9;
}

.swatch-blue {
    color: #fff;
    background-color: #0088ce;
}

.swatch-purple {
    color: #fff;
    background-color: #6e1e78;
}

.swatch-pink {
    color: #fff;
    background-color: #a1006b;
}

.swatch-red {
    color: #fff;
    background-color: #cd0037;
}

.swatch-orange {
    color: #fff;
    background-color: #e05206;
}

.swatch-yellow {
    color: #212529;
    background-color: #ffb612;
}

.swatch-green {
    color: #212529;
    background-color: #82be00;
}

.swatch-teal {
    color: #212529;
    background-color: #d2e100;
}

.swatch-cyan {
    color: #fff;
    background-color: #009aa6;
}

.swatch-white {
    color: #212529;
    background-color: #fff;
}

.swatch-gray {
    color: #fff;
    background-color: #333;
}

.swatch-gray-dark {
    color: #fff;
    background-color: #343a40;
}

.swatch-primary {
    color: #fff;
    background-color: #0088ce;
}

.swatch-primary-dark {
    color: #fff;
    background-color: #0074af;
}

.swatch-secondary {
    color: #fff;
    background-color: #4d4f53;
}

.swatch-success {
    color: #212529;
    background-color: #82be00;
}

.swatch-info {
    color: #fff;
    background-color: #009aa6;
}

.swatch-warning {
    color: #212529;
    background-color: #ffb612;
}

.swatch-danger {
    color: #fff;
    background-color: #cd0037;
}

.swatch-light {
    color: #212529;
    background-color: #f2f2f2;
}

.swatch-dark {
    color: #fff;
    background-color: #343a40;
}

.swatch-white {
    color: #212529;
    background-color: #fff;
}

.swatch-100 {
    color: #212529;
    background-color: #f2f2f2;
}

.swatch-200 {
    color: #212529;
    background-color: #d7d7d7;
}

.swatch-300 {
    color: #212529;
    background-color: #b9b9b9;
}

.swatch-400 {
    color: #fff;
    background-color: #747678;
}

.swatch-500 {
    color: #fff;
    background-color: #4d4f53;
}

.swatch-600 {
    color: #fff;
    background-color: #333;
}

.swatch-700 {
    color: #fff;
    background-color: #495057;
}

.swatch-800 {
    color: #fff;
    background-color: #343a40;
}

.swatch-900 {
    color: #fff;
    background-color: #212529;
}

.bd-clipboard {
    position: relative;
    display: none;
    float: right;
}

    .bd-clipboard + .highlight {
        margin-top: 0;
    }

.btn-clipboard {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}

    .btn-clipboard:hover {
        color: #fff;
        background-color: #027de7;
    }

@media (min-width: 768px) {
    .bd-clipboard {
        display: block;
    }
}

.hll {
    background-color: #ffc;
}

.c {
    color: #999;
}

.k {
    color: #069;
}

.o {
    color: #555;
}

.cm {
    color: #999;
}

.cp {
    color: #099;
}

.c1 {
    color: #999;
}

.cs {
    color: #999;
}

.gd {
    background-color: #fcc;
    border: 1px solid #c00;
}

.ge {
    font-style: italic;
}

.gr {
    color: #f00;
}

.gh {
    color: #030;
}

.gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}

.go {
    color: #aaa;
}

.gp {
    color: #009;
}

.gu {
    color: #030;
}

.gt {
    color: #9c6;
}

.kc {
    color: #069;
}

.kd {
    color: #069;
}

.kn {
    color: #069;
}

.kp {
    color: #069;
}

.kr {
    color: #069;
}

.kt {
    color: #078;
}

.m {
    color: #f60;
}

.s {
    color: #d44950;
}

.na {
    color: #4f9fcf;
}

.nb {
    color: #366;
}

.nc {
    color: #0a8;
}

.no {
    color: #360;
}

.nd {
    color: #99f;
}

.ni {
    color: #999;
}

.ne {
    color: #c00;
}

.nf {
    color: #c0f;
}

.nl {
    color: #99f;
}

.nn {
    color: #0cf;
}

.nt {
    color: #2f6f9f;
}

.nv {
    color: #033;
}

.ow {
    color: #000;
}

.w {
    color: #bbb;
}

.mf {
    color: #f60;
}

.mh {
    color: #f60;
}

.mi {
    color: #f60;
}

.mo {
    color: #f60;
}

.sb {
    color: #c30;
}

.sc {
    color: #c30;
}

.sd {
    font-style: italic;
    color: #c30;
}

.s2 {
    color: #c30;
}

.se {
    color: #c30;
}

.sh {
    color: #c30;
}

.si {
    color: #a00;
}

.sx {
    color: #c30;
}

.sr {
    color: #3aa;
}

.s1 {
    color: #c30;
}

.ss {
    color: #fc3;
}

.bp {
    color: #366;
}

.vc {
    color: #033;
}

.vg {
    color: #033;
}

.vi {
    color: #033;
}

.il {
    color: #f60;
}

.css .o,
.css .o + .nt,
.css .nt + .nt {
    color: #999;
}

.language-bash::before,
.language-sh::before {
    color: #009;
    content: "$ ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.language-powershell::before {
    color: #009;
    content: "PM> ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.anchorjs-link {
    font-weight: 400;
    color: rgba(0, 136, 206, 0.5);
    -webkit-transition: color .16s linear;
    transition: color .16s linear;
}

    .anchorjs-link:hover {
        color: #0088ce;
        text-decoration: none;
    }

.algolia-autocomplete {
    display: block !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .algolia-autocomplete .ds-dropdown-menu {
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
        padding: .75rem 0 !important;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    }

@media (min-width: 768px) {
    .algolia-autocomplete .ds-dropdown-menu {
        width: 175%;
    }
}

.algolia-autocomplete .ds-dropdown-menu::before {
    display: none !important;
}

.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"] {
    padding: 0 !important;
    overflow: visible !important;
    background-color: transparent !important;
    border: 0 !important;
}

.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
    margin-top: 0 !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion {
    padding: 0 !important;
    overflow: visible !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
    padding: .125rem 1rem !important;
    margin-top: 0 !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    color: #7952b3 !important;
    border-bottom: 0 !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
    float: none !important;
    padding-top: 0 !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-align: left !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--content {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

    .algolia-autocomplete .algolia-docsearch-suggestion--content::before {
        display: none !important;
    }

.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
    padding-top: .75rem !important;
    margin-top: .75rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {
    display: none !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--title {
    display: block;
    padding: .25rem 1rem !important;
    margin-bottom: 0 !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--text {
    padding: 0 1rem .5rem !important;
    margin-top: -.25rem;
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.25 !important;
}

.algolia-autocomplete .algolia-docsearch-footer {
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding: .75rem 1rem 0;
    font-size: .75rem !important;
    line-height: 1 !important;
    color: #767676 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.algolia-autocomplete .algolia-docsearch-footer--logo {
    display: inline !important;
    overflow: visible !important;
    color: inherit !important;
    text-indent: 0 !important;
    background: none !important;
}

.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
    color: #5f2dab;
    background-color: rgba(154, 132, 187, 0.12);
}

.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
    box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
}

.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
    background-color: rgba(208, 189, 236, 0.15) !important;
}

/*# sourceMappingURL=src/scss/docs.scss.map */

/*# sourceMappingURL=main.css.map*/
