@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Raleway:200,300,400,500,700,800,900);

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;


    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: JosefinSans, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    color: #000;
    text-align: left;
    background-color: #fff;
}

[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: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0da5e0;
    text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: JosefinSans, sans-serif;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;

}

figure {
    margin: 0 0 1rem;
}

img {
    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;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -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: 0.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;
}

.lead {
    font-size: 1.75rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    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-inline,
.list-unstyled {
    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: 1.75rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer:before {
    content: "�4   \A0";
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 500px) {
    .container {
        max-width: 480px;
    }
}

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

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

@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {

    display: flex;

    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

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

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

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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

.col-auto {

    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
}

.col-1 {

    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {

    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
}

.col-3 {

    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {

    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
}

.col-5 {

    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {

    flex: 0 0 50%;
    max-width: 50%;
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
}

.col-7 {

    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {

    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
}

.col-9 {

    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {

    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
}

.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: 500px) {
    .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: 768px) {
    .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: 992px) {
    .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: 1280px) {
    .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%;
    }
}

.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:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

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

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

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e8e8e8 #e8e8e8 #bbb;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #bbb #bbb #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0da5e0;
}

.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;
    padding: 0.5rem 1rem;
}

.navbar,
.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.01429rem;
    padding-bottom: -0.01429rem;
    margin-right: 1rem;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    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 0.75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    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 50%;
    background-size: 100% 100%;
}

@media (max-width: 499.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 500px) {
    .navbar-expand-sm {

        flex-flow: row nowrap;

        justify-content: flex-start;
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
    }

    .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: 0.5rem;
        padding-left: 0.5rem;
    }

    .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-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
    }

    .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: 0.5rem;
        padding-left: 0.5rem;
    }

    .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: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {

        flex-flow: row nowrap;

        justify-content: flex-start;
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
    }

    .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: 0.5rem;
        padding-left: 0.5rem;
    }

    .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: 1279.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {

        flex-flow: row nowrap;

        justify-content: flex-start;
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
    }

    .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: 0.5rem;
        padding-left: 0.5rem;
    }

    .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: 0.5rem;
    padding-left: 0.5rem;
}

.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,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

/*.navbar-light .navbar-toggler-icon {*/
/*    background-image: url(*/
/*    data:image/svg + xml;charset=utf8, %3Csvg%20viewBox=0%200%2030%2030%20xmlns=http://www.w3.org/2000/svg%3E%3Cpath%20stroke=rgba(*/
/*    0, %200, %200, %200.5) % 20 stroke-width = 2 % 20 stroke-linecap = round % 20 stroke-miterlimit = 10 % 20 d = M4 % 207 h22M4 % 2015 h22M4 % 2023 h22 / % 3 E % 3 C / svg % 3 E);*/
/*}*/

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

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}

/*.navbar-dark .navbar-toggler-icon {*/
/*    background-image: url(*/
/*    data:image/svg + xml;charset=utf8, %3Csvg%20viewBox=0%200%2030%2030%20xmlns=http://www.w3.org/2000/svg%3E%3Cpath%20stroke=rgba(*/
/*    255, %20255, %20255, %200.5) % 20 stroke-width = 2 % 20 stroke-linecap = round % 20 stroke-miterlimit = 10 % 20 d = M4 % 207 h22M4 % 2015 h22M4 % 2023 h22 / % 3 E % 3 C / svg % 3 E);*/
/*}*/

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.bg-primary {
    background-color: #0da5e0 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0a81b0 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

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

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

.bg-info {
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #31b0d5 !important;
}

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

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

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

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

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-brand-primary {
    background-color: #0da5e0 !important;
}

a.bg-brand-primary:focus,
a.bg-brand-primary:hover,
button.bg-brand-primary:focus,
button.bg-brand-primary:hover {
    background-color: #0a81b0 !important;
}

.bg-brand-secondary {
    background-color: #6c757d !important;
}

a.bg-brand-secondary:focus,
a.bg-brand-secondary:hover,
button.bg-brand-secondary:focus,
button.bg-brand-secondary:hover {
    background-color: #545b62 !important;
}

.bg-transparent {
    background-color: transparent !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: 500px) {
    .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: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-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: 1280px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

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

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

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

    .d-xl-flex {

        display: 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;
    }
}

.flex-row {

    flex-direction: row !important;
}

.flex-column,
.flex-row {
}

.flex-column {

    flex-direction: column !important;
}

.flex-row-reverse {

    flex-direction: row-reverse !important;
}

.flex-column-reverse,
.flex-row-reverse {
}

.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: 500px) {
    .flex-sm-row {

        flex-direction: row !important;
    }

    .flex-sm-column,
    .flex-sm-row {
    }

    .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-md-row {
    }

    .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: 992px) {
    .flex-lg-row {

        flex-direction: row !important;
    }

    .flex-lg-column,
    .flex-lg-row {
    }

    .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: 1280px) {
    .flex-xl-row {

        flex-direction: row !important;
    }

    .flex-xl-column,
    .flex-xl-row {
    }

    .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: 500px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

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

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

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

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

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

.fixed-bottom {
    bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

.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: 2rem !important;
}

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

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

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

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

.m-6 {
    margin: 3rem !important;
}

.mt-6,
.my-6 {
    margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important;
}

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

.mt-7,
.my-7 {
    margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 4rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 4rem !important;
}

.m-8 {
    margin: 6rem !important;
}

.mt-8,
.my-8 {
    margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 6rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 6rem !important;
}

.m-9 {
    margin: 8rem !important;
}

.mt-9,
.my-9 {
    margin-top: 8rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 8rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 8rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 8rem !important;
}

.m-10 {
    margin: 10rem !important;
}

.mt-10,
.my-10 {
    margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
    margin-right: 10rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 10rem !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: 2rem !important;
}

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

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

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

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

.p-6 {
    padding: 3rem !important;
}

.pt-6,
.py-6 {
    padding-top: 3rem !important;
}

.pr-6,
.px-6 {
    padding-right: 3rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
    padding-left: 3rem !important;
}

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

.pt-7,
.py-7 {
    padding-top: 4rem !important;
}

.pr-7,
.px-7 {
    padding-right: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
    padding-left: 4rem !important;
}

.p-8 {
    padding: 6rem !important;
}

.pt-8,
.py-8 {
    padding-top: 6rem !important;
}

.pr-8,
.px-8 {
    padding-right: 6rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
    padding-left: 6rem !important;
}

.p-9 {
    padding: 8rem !important;
}

.pt-9,
.py-9 {
    padding-top: 8rem !important;
}

.pr-9,
.px-9 {
    padding-right: 8rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 8rem !important;
}

.pl-9,
.px-9 {
    padding-left: 8rem !important;
}

.p-10 {
    padding: 10rem !important;
}

.pt-10,
.py-10 {
    padding-top: 10rem !important;
}

.pr-10,
.px-10 {
    padding-right: 10rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
    padding-left: 10rem !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: 500px) {
    .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: 2rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }

    .m-sm-6 {
        margin: 3rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important;
    }

    .m-sm-7 {
        margin: 4rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 4rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 4rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 4rem !important;
    }

    .m-sm-8 {
        margin: 6rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 6rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 6rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 6rem !important;
    }

    .m-sm-9 {
        margin: 8rem !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 8rem !important;
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 8rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 8rem !important;
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 8rem !important;
    }

    .m-sm-10 {
        margin: 10rem !important;
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10rem !important;
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10rem !important;
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10rem !important;
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10rem !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: 2rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }

    .p-sm-6 {
        padding: 3rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important;
    }

    .p-sm-7 {
        padding: 4rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 4rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 4rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 4rem !important;
    }

    .p-sm-8 {
        padding: 6rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 6rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 6rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 6rem !important;
    }

    .p-sm-9 {
        padding: 8rem !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 8rem !important;
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 8rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 8rem !important;
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 8rem !important;
    }

    .p-sm-10 {
        padding: 10rem !important;
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10rem !important;
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10rem !important;
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10rem !important;
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10rem !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: 2rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }

    .m-md-6 {
        margin: 3rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important;
    }

    .m-md-7 {
        margin: 4rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 4rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 4rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 4rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 4rem !important;
    }

    .m-md-8 {
        margin: 6rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 6rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 6rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 6rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 6rem !important;
    }

    .m-md-9 {
        margin: 8rem !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 8rem !important;
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 8rem !important;
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 8rem !important;
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 8rem !important;
    }

    .m-md-10 {
        margin: 10rem !important;
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 10rem !important;
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 10rem !important;
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10rem !important;
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 10rem !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: 2rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }

    .p-md-6 {
        padding: 3rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important;
    }

    .p-md-7 {
        padding: 4rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 4rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 4rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 4rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 4rem !important;
    }

    .p-md-8 {
        padding: 6rem !important;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 6rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 6rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 6rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 6rem !important;
    }

    .p-md-9 {
        padding: 8rem !important;
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 8rem !important;
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 8rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 8rem !important;
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 8rem !important;
    }

    .p-md-10 {
        padding: 10rem !important;
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 10rem !important;
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 10rem !important;
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10rem !important;
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 10rem !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: 992px) {
    .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: 2rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }

    .m-lg-6 {
        margin: 3rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important;
    }

    .m-lg-7 {
        margin: 4rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 4rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 4rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 4rem !important;
    }

    .m-lg-8 {
        margin: 6rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 6rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 6rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 6rem !important;
    }

    .m-lg-9 {
        margin: 8rem !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 8rem !important;
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 8rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 8rem !important;
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 8rem !important;
    }

    .m-lg-10 {
        margin: 10rem !important;
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10rem !important;
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10rem !important;
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10rem !important;
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10rem !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: 2rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }

    .p-lg-6 {
        padding: 3rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important;
    }

    .p-lg-7 {
        padding: 4rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 4rem !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 4rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 4rem !important;
    }

    .p-lg-8 {
        padding: 6rem !important;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 6rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 6rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 6rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 6rem !important;
    }

    .p-lg-9 {
        padding: 8rem !important;
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 8rem !important;
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 8rem !important;
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 8rem !important;
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 8rem !important;
    }

    .p-lg-10 {
        padding: 10rem !important;
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10rem !important;
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10rem !important;
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10rem !important;
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }

    .m-xl-6 {
        margin: 3rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important;
    }

    .m-xl-7 {
        margin: 4rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 4rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 4rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 4rem !important;
    }

    .m-xl-8 {
        margin: 6rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 6rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 6rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 6rem !important;
    }

    .m-xl-9 {
        margin: 8rem !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 8rem !important;
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 8rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 8rem !important;
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 8rem !important;
    }

    .m-xl-10 {
        margin: 10rem !important;
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10rem !important;
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10rem !important;
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10rem !important;
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10rem !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: 2rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }

    .p-xl-6 {
        padding: 3rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important;
    }

    .p-xl-7 {
        padding: 4rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 4rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 4rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 4rem !important;
    }

    .p-xl-8 {
        padding: 6rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 6rem !important;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 6rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 6rem !important;
    }

    .p-xl-9 {
        padding: 8rem !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 8rem !important;
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 8rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 8rem !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 8rem !important;
    }

    .p-xl-10 {
        padding: 10rem !important;
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10rem !important;
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10rem !important;
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10rem !important;
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10rem !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;
    }
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

html {
    font-size: 10px;
}

.text-decoration--none {
    text-decoration: none;
}

.hover--yellow:hover {
    color: #f4e900;
    text-decoration: none;
}

dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.bg-gray-100 {
    background-color: #f8f9fa !important;
}

.text-gray-100 {
    color: #f8f9fa !important;
}

.bg-gray-200 {
    background-color: #e8e8e8 !important;
}

.text-gray-200 {
    color: #e8e8e8 !important;
}

.bg-gray-300 {
    background-color: #bbb !important;
}

.text-gray-300 {
    color: #bbb !important;
}

.bg-gray-400 {
    background-color: #ced4da !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.bg-gray-500 {
    background-color: #979899 !important;
}

.text-gray-500 {
    color: #979899 !important;
}

.bg-gray-600 {
    background-color: #6c757d !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.bg-gray-700 {
    background-color: #495057 !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.bg-gray-800 {
    background-color: #343a40 !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.bg-gray-900 {
    background-color: #212529 !important;
}

.text-gray-900 {
    color: #212529 !important;
}

.bg-blue {
    background-color: #0da5e0 !important;
}

.text-blue {
    color: #0da5e0 !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.bg-purple {
    background-color: #df6fcf !important;
}

.text-purple {
    color: #df6fcf !important;
}

.bg-pink {
    background-color: #f2c7bd !important;
}

.text-pink {
    color: #f2c7bd !important;
}

.bg-red {
    background-color: #ce2f40 !important;
}

.text-red {
    color: #ce2f40 !important;
}

.bg-orange {
    background-color: #f2722b !important;
}

.text-orange {
    color: #f2722b !important;
}

.bg-yellow {
    background-color: #f4e900 !important;
}

.text-yellow {
    color: #f4e900 !important;
}

.bg-green {
    background-color: #00bf8f !important;
}

.text-green {
    color: #00bf8f !important;
}

.bg-teal {
    background-color: #20c997 !important;
}

.text-teal {
    color: #20c997 !important;
}

.bg-cyan {
    background-color: #e7f1f5 !important;
}

.text-cyan {
    color: #e7f1f5 !important;
}

.bg-white {
    background-color: #fff !important;
}

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

.bg-gray {
    background-color: #6c757d !important;
}

.text-gray {
    color: #6c757d !important;
}

.bg-gray-dark {
    background-color: #343a40 !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.bg-gray-base {
    background-color: #2b343e !important;
}

.text-gray-base {
    color: #2b343e !important;
}

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

.text-black {
    color: #000 !important;
}

.bg-gray-lighter {
    background-color: #e8e8e8 !important;
}

.text-gray-lighter {
    color: #e8e8e8 !important;
}

.bg-gray-light {
    background-color: #979899 !important;
}

.text-gray-light {
    color: #979899 !important;
}

.bg-gray-darker {
    background-color: #212529 !important;
}

.text-gray-darker {
    color: #212529 !important;
}

@font-face {
    font-family: Abril Fatface;
    font-display: auto;
    src: url(../woff2/abrilfatface-regular-webfont512a.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: fa-wb;
    src: url(../eot/fa-wb622e.eot);
    src: url(../eot/fa-wb622e.eot#iefix) format("embedded-opentype"),
    url(../ttf/fa-wb7f31.ttf) format("truetype"),
    url(../woff/fa-wb4979.woff) format("woff"),
    url(../svg/fa-wb04e6.svg#fa-wb) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" fa-wb-"],
[class^="fa-wb-"] {
    font-family: fa-wb !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-wb-star:before {
    content: "\F005";
}

.fa-wb-star-o:before {
    content: "\F006";
}

.fa-wb-star-half:before {
    content: "\F089";
}

.fa-wb-star-half-o:before {
    content: "\F123";
}

.font-title {
    font-family: Abril Fatface, sans-serif !important;
    font-weight: 500;
}

.font-body,
.font-teaser {
    font-family: Raleway, sans-serif !important;
    font-weight: 400;
}

.font-teaser {
    color: #9b9c9d;
}

.article-page-body-p {
    font-family: Georgia, serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.1;
}

.h1,
h1 {
    font-size: 3.6rem;
}

.h2,
h2 {
    font-size: 2.4rem;
    font-weight: 300;
}

.h4,
h4 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.6rem;
    }
}

.font-1 {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
}

.font-2 {
    font-size: 1.6rem !important;
    line-height: 1.9rem !important;
}

.font-3 {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
}

.font-4 {
    font-size: 2.2rem !important;
    line-height: 3rem !important;
}

.font-5 {
    font-size: 2.6rem !important;
    line-height: 3.2rem !important;
}

.font-6 {
    font-size: 3.4rem !important;
    line-height: 4.1rem !important;
}

.font-7 {
    font-size: 4.6rem !important;
}

.font-7,
.font-8 {
    line-height: 5.2rem !important;
}

.font-8 {
    font-size: 5.2rem !important;
}

.font-9 {
    font-size: 9.8rem !important;
    line-height: 11.9rem !important;
}

@media (min-width: 500px) {
    .font-sm-1 {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
    }

    .font-sm-2 {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
    }

    .font-sm-3 {
        font-size: 1.8rem !important;
        line-height: 2.5rem !important;
    }

    .font-sm-4 {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .font-sm-5 {
        font-size: 2.6rem !important;
        line-height: 3.2rem !important;
    }

    .font-sm-6 {
        font-size: 3.4rem !important;
        line-height: 4.1rem !important;
    }

    .font-sm-7 {
        font-size: 4.6rem !important;
    }

    .font-sm-7,
    .font-sm-8 {
        line-height: 5.2rem !important;
    }

    .font-sm-8 {
        font-size: 5.2rem !important;
    }

    .font-sm-9 {
        font-size: 9.8rem !important;
        line-height: 11.9rem !important;
    }
}

@media (min-width: 768px) {
    .font-md-1 {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
    }

    .font-md-2 {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
    }

    .font-md-3 {
        font-size: 1.8rem !important;
        line-height: 2.5rem !important;
    }

    .font-md-4 {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .font-md-5 {
        font-size: 2.6rem !important;
        line-height: 3.2rem !important;
    }

    .font-md-6 {
        font-size: 3.4rem !important;
        line-height: 4.1rem !important;
    }

    .font-md-7 {
        font-size: 4.6rem !important;
    }

    .font-md-7,
    .font-md-8 {
        line-height: 5.2rem !important;
    }

    .font-md-8 {
        font-size: 5.2rem !important;
    }

    .font-md-9 {
        font-size: 9.8rem !important;
        line-height: 11.9rem !important;
    }
}

@media (min-width: 992px) {
    .font-lg-1 {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
    }

    .font-lg-2 {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
    }

    .font-lg-3 {
        font-size: 1.8rem !important;
        line-height: 2.5rem !important;
    }

    .font-lg-4 {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .font-lg-5 {
        font-size: 2.6rem !important;
        line-height: 3.2rem !important;
    }

    .font-lg-6 {
        font-size: 3.4rem !important;
        line-height: 4.1rem !important;
    }

    .font-lg-7 {
        font-size: 4.6rem !important;
    }

    .font-lg-7,
    .font-lg-8 {
        line-height: 5.2rem !important;
    }

    .font-lg-8 {
        font-size: 5.2rem !important;
    }

    .font-lg-9 {
        font-size: 9.8rem !important;
        line-height: 11.9rem !important;
    }
}

@media (min-width: 1280px) {
    .font-xl-1 {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
    }

    .font-xl-2 {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
    }

    .font-xl-3 {
        font-size: 1.8rem !important;
        line-height: 2.5rem !important;
    }

    .font-xl-4 {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
    }

    .font-xl-5 {
        font-size: 2.6rem !important;
        line-height: 3.2rem !important;
    }

    .font-xl-6 {
        font-size: 3.4rem !important;
        line-height: 4.1rem !important;
    }

    .font-xl-7 {
        font-size: 4.6rem !important;
    }

    .font-xl-7,
    .font-xl-8 {
        line-height: 5.2rem !important;
    }

    .font-xl-8 {
        font-size: 5.2rem !important;
    }

    .font-xl-9 {
        font-size: 9.8rem !important;
        line-height: 11.9rem !important;
    }
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semi-bold {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media (min-width: 500px) {
    .font-weight-sm-light {
        font-weight: 300 !important;
    }

    .font-weight-sm-normal {
        font-weight: 400 !important;
    }

    .font-weight-sm-semi-bold {
        font-weight: 500 !important;
    }

    .font-weight-sm-bold {
        font-weight: 700 !important;
    }
}

@media (min-width: 768px) {
    .font-weight-md-light {
        font-weight: 300 !important;
    }

    .font-weight-md-normal {
        font-weight: 400 !important;
    }

    .font-weight-md-semi-bold {
        font-weight: 500 !important;
    }

    .font-weight-md-bold {
        font-weight: 700 !important;
    }
}

@media (min-width: 992px) {
    .font-weight-lg-light {
        font-weight: 300 !important;
    }

    .font-weight-lg-normal {
        font-weight: 400 !important;
    }

    .font-weight-lg-semi-bold {
        font-weight: 500 !important;
    }

    .font-weight-lg-bold {
        font-weight: 700 !important;
    }
}

@media (min-width: 1280px) {
    .font-weight-xl-light {
        font-weight: 300 !important;
    }

    .font-weight-xl-normal {
        font-weight: 400 !important;
    }

    .font-weight-xl-semi-bold {
        font-weight: 500 !important;
    }

    .font-weight-xl-bold {
        font-weight: 700 !important;
    }
}

.link-style-none:hover {
    text-decoration: none;
}

.page-title {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4.5rem;
    color: #000;
    text-align: center;
}

.page-title a {
    color: #000;
}

.page-title a,
.page-title a:hover {
    text-decoration: none;
}

.page-subtitle {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
}

.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls3 {
    letter-spacing: 3px;
}

.ls4 {
    letter-spacing: 4px;
}

.ls5 {
    letter-spacing: 5px;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

@media (min-width: 1280px) {
    .container--article {
        width: 95vw;
    }
}

.container-fluid--max {
    max-width: 1260px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-block {
    background-color: #fff;
    min-height: 55%;
}

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

@media (min-width: 1280px) {
    .container {
        width: 1260px;
    }
}

@media (min-width: 0px) {
    .container--article {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container--article {
        width: 95vw;
    }
}

@media (min-width: 1280px) {
    .container--article {
        width: 1260px;
    }
}

.container-black {
    background-color: #000;
}

.container-black a.home__section-title:hover {
    background-size: 1px 1em;
    box-shadow: inset 0 -0.02em #000, inset 0 -0.07em #fff;
    display: inline;
    text-decoration: none;
}

.container-black .home__section-title {
    color: #fff;
}

.container-dark-gray {
    background-color: #1a1919;
}

.container-dark-gray .home__section-title {
    color: #fff;
}

.affix {
    position: fixed;
}

.affix .mainmenu a {
    color: #fff;
}

.affix-wrapper {
    height: 136px;
    width: 100%;
}

.affix-wrapper,
.sticky-header {
    background-color: #000;
}

.sticky-header.affix {
    position: fixed !important;
    top: 0;
}

@keyframes affixFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes affixFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slidemenu-box.slidemenu-box-toggle ~ #overlay:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 100;
    transition: opacity 0.5s;
}

.slidemenu-box {
    position: fixed !important;
    left: -302px;
    z-index: 9999;
    width: 302px;
    height: 100%;
    background-color: #0da5e0;
    overflow: hidden;
    transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1);
}

.slidemenu-box.slidemenu-box-toggle {
    left: -36px;
    padding-left: 36px;
    transition: left 0.4s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.slidemenu {
    font-family: Raleway, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    padding: 8px 0 30px 12px;
    width: 100%;
    right: -15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
}

.slidemenu li {
    letter-spacing: 1px;
    position: relative;
    margin: 4px 0;
    color: #fff;
}

.slidemenu li .slidemenu--user,
.slidemenu li > a {
    text-decoration: none;
}

.slidemenu li > img {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 8px;
    top: 10px;
}

.slidemenu i {
    text-align: center;
    position: absolute;
    width: 24px;
    height: 44px;
    opacity: 0.6;
}

.slidemenu button {
    background-color: transparent;
    padding: 0;
}

.slidemenu .slidemenu--user,
.slidemenu a {
    color: #fff;
    display: block;
    padding: 13px 12px;
    border-radius: 4px 0 0 4px;
}

.slidemenu .slidemenu--user div,
.slidemenu a div {
    padding-left: 38px;
}

.slidemenu a:hover {
    color: #fff;
    background-color: #0196b0;
}

.slidemenu a:hover i {
    opacity: 1;
}

.slidemenu a:active,
.slidemenu a:focus {
    color: #000;
    background-color: #0b8cbe;
}

.slidemenu a:active i,
.slidemenu a:focus i {
    opacity: 0.6;
}

.slidemenu li.slidemenu-title {
    color: #0d0d0d;
    margin-left: 50px;
    margin-top: 30px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}

.slidemenu li.slidemenu-title-dropdown {
    font-size: 1.6rem;
    margin-left: 12px;
    margin-top: 15px;
}

.slidemenu li.slidemenu-active > a {
    background-color: #0b8cbe;
    border-right: 3px solid #1f1f1f;
}

.slidemenu li.slidemenu-active > a i {
    opacity: 1;
}

.slidemenu img.avatar {
    display: block;
    position: absolute;
    top: 10px;
    left: 11px;
}

.slidemenu-dropdown {
    border-radius: 4px 0 0 4px;
    position: relative;
}

.slidemenu-dropdown:hover {
    background-color: #0196b0;
}

.slidemenu-dropdown ul {
    max-height: 0;
    transition: max-height 0.4s, background-color 1s;
    overflow: hidden;
}

.slidemenu-dropdown li {
    font-size: 1.6rem;
}

.slidemenu-dropdown li > a {
    text-indent: 0;
}

.slidemenu-dropdown li.slidemenu-active > a {
    background-color: #0a7aa6;
}

.slidemenu-dropdown button {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: transparent;
}

.slidemenu-dropdown button:hover {
    background-color: #0a7eab;
    cursor: pointer;
}

.slidemenu-dropdown button:active {
    background-color: #0a85b5;
    opacity: 0.8;
}

.slidemenu-dropdown button i.icon-angle-down-circle {
    color: #fff;
    position: relative;
    font-size: 28px;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    left: auto;
    opacity: 1;
}

.slidemenu-dropdown.slidemenu-toggle {
    background-color: #0b8cbe;
}

.slidemenu-dropdown.slidemenu-toggle ul {
    max-height: 1400px;
    transition: max-height 1s, background-color 1s;
}

.slidemenu-dropdown.slidemenu-toggle a:hover {
    background-color: #0a81b0;
}

.slidemenu-dropdown.slidemenu-toggle a:active {
    color: #0da5e0;
    background-color: #0a85b5;
}

button.slidemenu-close-btn {
    background-color: transparent;
    position: fixed;
    top: 10px;
    left: -44px;
    width: 44px;
    height: 44px;
    z-index: 200;
    padding: 0;
    outline: none;
    border: none;
    transition: left 0.4s cubic-bezier(0.68, 0, 0.265, 1.55);
}

button.slidemenu-close-btn svg {
    font-size: 24px;
    color: #0da5e0;
    width: inherit;
    height: inherit;
}

button.slidemenu-close-btn:hover {
    background-color: transparent;
}

.slidemenu-box.slidemenu-box-toggle ~ button.slidemenu-close-btn {
    left: 274px;
    transition-delay: 0.1s !important;
    transition: left 0.5s cubic-bezier(0.68, 0, 0.265, 1.2);
}

div.mainmenu-links {
    display: none;
}

.mainmenu,
.mainmenu-overflow {
    font-family: Raleway, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1px;
    width: 100%;
    height: 136px;
    position: relative;
    padding: 0;
    z-index: 88;
}

.mainmenu-overflow a,
.mainmenu-overflow a:focus,
.mainmenu-overflow a:hover,
.mainmenu a,
.mainmenu a:focus,
.mainmenu a:hover {
    color: #fff;
}

.mainmenu-overflow button,
.mainmenu button {
    background-color: transparent;
    padding: 0;
}

.mainmenu-slidemenu-btn button {
    height: 136px;
}

.mainmenu-slidemenu-btn button i {
    padding-top: 16px;
}

.mainmenu-brand,
.mainmenu-brand a {
    height: 136px;
}

.mainmenu-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

.mainmenu-search-btn button {
    width: 44px;
    height: 136px;
    margin: 0 4px 0 8px;
}

.mainmenu-search-btn button i {
    font-size: 28px;
    color: #fff;
    width: inherit;
    height: inherit;
}

.mainmenu-search-box {
    position: absolute;
    top: -172px;
    right: 0;
    min-width: 320px;
    width: 100%;
    padding: 0 24px 0 12px;
    height: 172px;
    background-color: #0c9ad2;
    transition: top 0.4s cubic-bezier(0.68, 0, 0.265, 1.55);
    z-index: 998;
}

.mainmenu-search-box .search-close-btn {
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 44px;
    height: 136px;
    z-index: 200;
}

.mainmenu-search-box .search-close-btn i {
    color: #0da5e0;
    font-size: 2rem;
    padding-top: 45%;
    width: inherit;
    height: inherit;
}

.mainmenu-search-box.mainmenu-search-toggle {
    top: -36px;
}

.mainmenu-search {
    position: relative;
    margin: 48px 24px 0 0;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    padding: 0 12px;
}

.mainmenu-search input[type="text"] {
    border: none;
    padding: 0 6px 0 26px;
    height: 38px;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    transition-property: none;
}

.mainmenu-search i {
    color: #000;
    position: absolute;
    top: 8px;
    font-size: 2rem;
    left: 10px;
    width: 24px;
    height: 40px;
    pointer-events: none;
}

.avatar {
    border-radius: 50%;
}

#mainmenu--profile .avatar {
    cursor: default;
}

@media screen and (min-width: 727px) {
    #overlay:after,
    .mainmenu-slidemenu-btn,
    .slidemenu-box,
    .slidemenu-close-btn {
        display: none;
    }

    div.mainmenu-links {
        display: block;
        height: inherit;
    }

    .mainmenu {
        padding: 0 54px 0 280px;
    }

    .mainmenu-colour {
        background-color: #000;
    }

    .mainmenu-brand {
        width: 280px;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mainmenu-brand a:hover {
        background-color: #0da5e0;
    }

    .mainmenu-brand a:active {
        background-color: #0c9ad2;
    }

    .mainmenu-brand div.brand-logo {
        display: block;
        position: absolute;
        pointer-events: none;
    }

    .mainmenu-dropdown-menu,
    .overflow-dropdown-menu {
        display: none;
        position: absolute;
        top: 99%;
        left: 15px;
        z-index: 1000;
        padding: 4px 0;
        margin: 0;
        list-style: none;
        text-align: left;
        background-color: #0da5e0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-clip: padding-box;
        float: left;
    }

    .mainmenu-dropdown-menu ul,
    .overflow-dropdown-menu ul {
        float: left;
        width: 150px;
        padding: 0;
        margin: 0;
    }

    .mainmenu-dropdown-menu li,
    .overflow-dropdown-menu li {
        position: relative;
        float: none;
        background-color: transparent;
        margin: 4px 0 4px 6px;
        height: auto;
        line-height: 1.2;
    }

    .mainmenu-dropdown-menu li a,
    .overflow-dropdown-menu li a {
        display: block;
        float: none;
        height: auto;
        border-radius: 4px 0 0 4px;
        padding: 12px;
        margin: 0;
        font-family: Raleway, sans-serif;
    }

    .mainmenu-dropdown-menu li:hover,
    .overflow-dropdown-menu li:hover {
        background: #0196b0;
    }

    .mainmenu-dropdown-menu li:active,
    .overflow-dropdown-menu li:active {
        color: #000;
        background: #0b8cbe;
    }

    .mainmenu-dropdown-menu li.mainmenu-dropdown-title,
    .overflow-dropdown-menu li.mainmenu-dropdown-title {
        color: #0d0d0d;
        height: 44px;
        background: #0da5e0;
        border-bottom: 1px solid #000;
        border-radius: 0;
        padding: 8px 0 16px 12px;
    }

    .mainmenu-dropdown-menu li.mainmenu-dropdown-title:hover,
    .overflow-dropdown-menu li.mainmenu-dropdown-title:hover {
        background: #0da5e0;
    }

    .mainmenu-dropdown-menu li.mainmenu-dropdown-title a,
    .overflow-dropdown-menu li.mainmenu-dropdown-title a {
        color: #0d0d0d;
        margin: -8px 0 -16px -12px;
        height: 43px;
    }

    .mainmenu-dropdown-menu li.mainmenu-dropdown-title a:hover,
    .overflow-dropdown-menu li.mainmenu-dropdown-title a:hover {
        background-color: inherit;
        color: inherit;
    }

    .mainmenu-dropdown li i.icon-angle-right-circle,
    .overflow-dropdown li i.icon-angle-right-circle {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        padding-top: 7px;
        text-align: center;
        height: 30px;
    }

    li.mainmenu-profile {
        padding-top: 10px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 10px;
    }

    li.mainmenu-profile i.icon-user {
        color: #fff;
        font-size: 2.75rem;
        text-align: center;
        padding-top: 8px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #000;
    }

    li.mainmenu--signin {
        padding-right: 8px;
    }

    .mainmenu-dropdown-menu > ul > li > a,
    .mainmenu-dropdown-menu > ul > li > a:hover,
    .overflow-dropdown-menu > ul > li > a,
    .overflow-dropdown-menu > ul > li > a:hover {
        color: #fff;
    }

    .mainmenu-dropdown-menu > ul > li > a:active,
    .overflow-dropdown-menu > ul > li > a:active {
        color: #000;
    }

    .mainmenu-dropdown-2col {
        width: 315px;
    }

    .mainmenu-dropdown-2col ul:first-child li {
        margin: 4px 6px 4px 0;
    }

    .mainmenu-dropdown-2col ul:first-child a {
        border-radius: 0 4px 4px 0;
    }

    .mainmenu-dropdown-2col ul:first-child li.mainmenu-dropdown-active {
        border-right: none;
        border-left: 3px solid #000;
        border-radius: 0 4px 4px 0;
    }

    .mainmenu-dropdown-2col ul:not(:first-child) {
        margin-left: 15px;
    }

    .overflow-dropdown-menu.mainmenu-dropdown-1col,
    .overflow-dropdown-menu.mainmenu-dropdown-2col {
        left: 30px;
    }

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

    .mainmenu-dropdown > i:hover,
    .mainmenu-dropdown > span:hover,
    .overflow-dropdown > i:hover,
    .overflow-dropdown > span:hover {
        cursor: pointer;
    }

    .mainmenu-dropdown:hover > .mainmenu-dropdown-menu,
    .mainmenu-dropdown:hover > .overflow-dropdown-menu,
    .overflow-dropdown:hover > .mainmenu-dropdown-menu,
    .overflow-dropdown:hover > .overflow-dropdown-menu {
        display: block;
    }

    .mainmenu-list-right {
        float: right;
    }

    .mainmenu-search-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 101;
    }

    .mainmenu-search-btn button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin: 10px 15px 0 8px;
        background-color: #000;
    }

    .mainmenu-search-btn button i {
        color: #fff;
    }

    .mainmenu-search-btn button:hover {
        background-color: #000;
    }

    .mainmenu-search-btn button:active {
        color: #fff;
    }

    .mainmenu-search-btn button:active i {
        opacity: 0.4;
    }
}

@media screen and (min-width: 888px) {
    .mainmenu-search-btn {
        display: none;
    }

    .mainmenu {
        padding-right: 260px;
    }

    .mainmenu-list-right {
        display: block;
    }

    ul.mainmenu-item-profile {
        display: none;
    }

    .mainmenu-search-box {
        top: 0;
        width: 260px;
        min-width: 0;
        height: 136px;
        background-color: transparent;
        transition-property: none;
        padding: 0;
    }

    .mainmenu-search-box .search-close-btn {
        display: none;
    }

    .mainmenu-search-box.mainmenu-search-toggle {
        top: 0;
    }

    .mainmenu-search {
        margin: 12px 24px 0 0;
    }
}

@media screen and (min-width: 1261px) {
    .mainmenu {
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }
}

.menu-open {
    background-color: #0da5e0;
}

.menu-open > div.overflow-dropdown-menu,
.menu-open div.mainmenu-dropdown-menu {
    display: block;
}

#overlay:after {
    display: block;
    position: fixed;
    z-index: 8888;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.affix-brand {
    display: inline-block;
    height: inherit;
    width: 140px !important;
    text-align: center;
    font-size: 1.8rem;
    text-transform: none;
    position: absolute;
    left: -140px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.affix-brand a {
    text-decoration: none;
}

.affix-wrapper {
    height: 30px;
}

.affix-wrapper .affix {
    background-color: #000;
    z-index: 99;
    top: 0;
    width: 100%;
}

.affix-wrapper .affix .affix-brand {
    left: 0;
    opacity: 1;
    z-index: 100;
}

.affix-wrapper .affix .affix-brand .brand-logo {
    background-image: url(../svg/wareable-logo90fa.svg);
}

.affix-wrapper .affix .mainmenu-links {
    display: inline-block;
    height: inherit;
    position: absolute;
    width: 100%;
    padding-left: 140px;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .mainmenu,
    .mainmenu-links {
        display: none !important;
    }

    #overlay:after,
    .mainmenu-slidemenu-btn,
    .slidemenu-box,
    .slidemenu-close-btn {
        display: block !important;
    }

    .navbar__top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 99;

        flex-direction: row-reverse;

        align-items: center;
    }

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

    .navbar__top__left .user-search-container {
        float: right;
        margin: 0;
        margin-left: -5px;
        margin-bottom: 12px;
    }

    .navbar__top__brand {
        float: left;
    }

    .navbar__top__brand .brand-logo {
        background-image: url(../svg/wareable-logo90fa.svg);
        background-position: 0;
        height: 20px;
        width: 143px;
        margin-right: 10px;
        float: left;
    }
}

@media screen and (max-width: 991px) and (max-width: 767.98px) {
    .navbar__top__brand .brand-logo {
        width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .navbar__top__brand #mainmenu-slidemenu-btn {
        display: block !important;
    }

    .navbar__top__right {
        display: none;
    }

    .affix-wrapper {
        height: 0;
    }
}

.sticky-header {
    width: 100%;
    z-index: 1000;
    height: 136px;
}

.brand-logo {
    background-image: url(../svg/wareable-logo90fa.svg);
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.brand-logo--sm {
    height: 30px;
}

.navbar__top {

    display: flex;
    background-color: #000;
}

.navbar__top__left,
.navbar__top__left input,
.navbar__top__left input:focus {
    color: #fff;
}

.navbar__top__left input::-moz-placeholder {
    color: #e8e8e8;
}

.navbar__top__left input:-ms-input-placeholder {
    color: #e8e8e8;
}

.navbar__top__left input::placeholder {
    color: #e8e8e8;
}

.navbar__top__left .user-container {
    padding-left: 10px;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}

@media (min-width: 0px) {
    .navbar__top__left .user-container {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar__top__left .user-container {
        display: inline-block;
    }
}

.navbar__top__left .user-container a {
    color: #fff;
}

.navbar__top__left .user-container {
    margin-left: 10px;
}

@media (min-width: 0px) {
    .navbar__top__left .user-container {
        border-left: none;
    }
}

@media (min-width: 992px) {
    .navbar__top__left .user-container {
        border-left: 2px solid #fff;
    }
}

.navbar__top__brand #mainmenu-slidemenu-btn {
    display: none;
    float: left;
    height: 16px;
    width: 20px;
    margin-top: 3px;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(../svg/white-nav-icon5641.svg);
    background-repeat: no-repeat;
}

.navbar__top__right .social-links {
    margin-bottom: 0.5rem;
    float: right;
}

.navbar__top__right .social-links .social-link-item {
    font-size: 21px;
    padding-left: 5px;
    margin-right: 20px;
}

.navbar__top__right .social-links .social-link-item a {
    text-decoration: none;
    color: #fff;
}

.navbar__top__right .social-links .social-link-item :hover {
    color: #0da5e0;
}

.mainmenu {
    font-family: Raleway, sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    height: 30px;
    position: relative;
    padding: 0;
    z-index: 88;
    text-transform: uppercase;
}

.mainmenu,
.mainmenu a,
.mainmenu a:focus,
.mainmenu a:hover {
    color: #fff;
}

.mainmenu button {
    background-color: transparent;
    padding: 0;
}

.mainmenu .mainmenu-links {
    margin: 0 0 0 2.5%;
    width: 95%;
    transition: all 0.5s ease-in-out;
}

.mainmenu-colour {
    background-color: #000;
}

.mainmenu-slidemenu-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.mainmenu-slidemenu-btn button {
    width: 44px;
    height: 30px;
    margin: 0 8px 0 4px;
}

.mainmenu-slidemenu-btn button i {
    padding-top: 5px;
    font-size: 28px;
    color: #fff;
    width: inherit;
    height: inherit;
}

.mainmenu-brand {
    position: relative;
    height: 30px;
    margin: 0 54px;
}

.mainmenu-brand a {
    display: block;
    height: 30px;
}

.mainmenu-brand .brand-logo {
    display: none;
}

.mainmenu-list {

    justify-content: center;
    height: inherit;
    margin: 0;
    min-width: 500px;
    padding: 0;
}

.mainmenu-list,
.mainmenu-list li {

    display: flex;
}

.mainmenu-list li {
    position: relative;
    transition: all 0.5s ease;
    list-style: none;

    align-items: center;
}

.mainmenu-list li:hover a {
    background: #0da5e0;
}

.mainmenu-list li:hover i {
    color: #0f0f0f;
}

.mainmenu-list li a {
    transition: all 0.5s ease;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    height: 100%;
    white-space: nowrap;
}

.mainmenu-list li svg {
    display: none !important;
}

.mainmenu-list li i {
    color: #fff;
    display: block;
    float: left;
    font-size: 3rem;
}

.mainmenu-list li i.icon-angle-down-circle {
    width: 40px;
    padding-top: 15px;
    text-align: center;
    height: 136px;
}

.mainmenu-list li i.icon-overflow-h {
    width: 48px;
    padding-top: 15px;
    text-align: center;
    height: 136px;
}

.mainmenu-list li.voucher-dropdown a {
    padding-right: 25px !important;
    float: left;
}

.mainmenu-list li.mainmenu-active {
    background: #0c9ad2;
}

.mainmenu-list li.mainmenu-active a {
    border-bottom: 3px solid #1f1f1f;
}

.mainmenu-list > li.submenu-dropdown a {
    float: left;
}

.mainmenu-list .mainmenu-dropdown-menu,
.mainmenu-list .overflow-dropdown-menu {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 400;
    min-width: 100%;
}

.mainmenu-list .mainmenu-dropdown-menu ul,
.mainmenu-list .overflow-dropdown-menu ul {
    width: auto;
    min-width: 100%;
}

.mainmenu-list .mainmenu-dropdown-menu ul li,
.mainmenu-list .overflow-dropdown-menu ul li {
    min-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.mainmenu-list .mainmenu-dropdown-menu ul li a,
.mainmenu-list .overflow-dropdown-menu ul li a {
    padding: 6px 10px !important;
    white-space: nowrap;
    text-transform: none;
    min-width: 100%;
}

.mainmenu-list .mainmenu-dropdown-menu ul li a:hover,
.mainmenu-list .overflow-dropdown-menu ul li a:hover {
    background-color: #000;
}

.mainmenu-dropdown {
    height: 30px;
    padding: 0 15px;
}

.slidemenu-box {
    background-color: #000;
}

.slidemenu-box .slidemenu {
    font-family: Raleway, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.slidemenu-box .slidemenu--user {
    text-transform: none;
    font-size: 2rem;
}

.slidemenu-box .slidemenu--user i,
.slidemenu-box .slidemenu--user img {
    display: none;
}

.slidemenu-box .slidemenu li:hover {
    background-color: #0da5e0;
}

.slidemenu-box .slidemenu li .icon,
.slidemenu-box .slidemenu li svg {
    color: #fff !important;
}

.slidemenu-box .slidemenu li a > .icon,
.slidemenu-box .slidemenu li div > .icon {
    display: none;
}

.slidemenu-box .slidemenu li a > div,
.slidemenu-box .slidemenu li div > div {
    padding-left: 0;
    color: #fff !important;
}

.slidemenu-box .slidemenu li a {
    border-radius: 0;
    color: #fff !important;
}

.slidemenu-box .slidemenu li a:hover {
    background-color: #0da5e0;
}

.slidemenu-box .slidemenu li i.icon-angle-down {
    position: relative;
    font-size: 22px;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    left: auto;
    opacity: 1;
}

.slidemenu-box .slidemenu-active a {
    background-color: #0da5e0 !important;
}

.slidemenu-box .slidemenu .slidemenu-dropdown.slidemenu-toggle {
    background-color: #0da5e0;
}

.slidemenu-box .slidemenu .slidemenu-dropdown li {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.search-box .search-form {
    border: none;
}

.search-box .search-form__input {
    width: 0;
    padding: 0;
    padding-left: 22px;
    transition: all 0.5s ease-in-out;
    border: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}

.search-box .search-form__input :hover {
    cursor: pointer;
}

.search-box .search-form__input:focus {
    border-bottom: 1px solid #0da5e0;
    cursor: text;
    outline: none;
}

@media (min-width: 0px) {
    .search-box .search-form__input:focus {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .search-box .search-form__input:focus {
        width: 110px;
    }
}

@media (min-width: 1280px) {
    .search-box .search-form__input:focus {
        width: 210px;
    }
}

.search-box .search-form__input:focus ~ .search-form__btn {
    color: #0da5e0;
}

.search-box .search-form__btn {
    margin-right: -18px;
    color: #fff;
    padding: 0;
    transition: all 0.5s ease-in-out;
    float: left;
    background-color: transparent;
}

section.trending-bar--block {
    -webkit-font-smoothing: antialiased;
    color: #000;
    background-color: #d3d3d3;
    border-bottom: 0;
    height: 28px;
    line-height: 28px;
    font-size: 1.5rem;
    position: relative;
}

section.trending-bar--block .trending-bar {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

section.trending-bar--block ul {
    height: 28px;
    padding: 0 24px;
    overflow: hidden;
    margin: 0 auto;
    min-width: 60%;
    display: table;
}

section.trending-bar--block ul li:first-child {
    font-family: Raleway, sans-serif;
    padding: 0;
    margin: 0 35px 0 0;
    font-weight: 700;
}

section.trending-bar--block ul li {
    float: left;
    font-family: Raleway, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    list-style: none;
}

section.trending-bar--block ul li a {
    display: inline-block;
    height: 28px;
    color: #000;
    text-decoration: none;
    transition: 0.1s ease;
}

section.trending-bar--block ul li a:hover {
    background-color: #0da5e0;
    color: #fff;
}

section.trending-bar--block ul li a:active {
    color: #000;
}

@media (max-width: 499.98px) {
    .screen-phone-full {
        float: none;
        width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

img {
    width: 100%;
    vertical-align: middle;
    border: 0;
}

li {
    list-style: none;
}

.cb-editable {
    position: relative;
}

.breadcrumbs {
    line-height: 3rem;
}

.breadcrumbs a {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #000 !important;
}

.up-card {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.up-card--fit {
    overflow: hidden;
}

.up-card--fit .up-card__text {
    max-height: 100%;
}

.up-card--fit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}

.up-card--default {
    background-color: transparent;
}

.up-card--primary {
    background-color: #000;
    color: #fff;
    text-align: left;
}

.up-card--primary h3.up-card__title {
    color: #fff;
}

.up-card--primary h3.up-card__title:before {
    height: 2px;
    width: 80px;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #0da5e0;
}

@media (min-width: 500px) and (max-width: 767.98px) {
    .up-card--primary h3.up-card__title:before {
        margin-left: 0;
    }
}

.up-card--primary .up-card__teaser {
    color: #fff;
    width: 100%;
}

.up-card--primary .up-card__text-container {
    border: none;
}

.up-card--blue,
.up-card--pink {
    background-color: #0da5e0;
}

.up-card--blue h3.up-card__title:before,
.up-card--pink h3.up-card__title:before {
    height: 2px;
    background-color: #000;
    width: 80px;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (min-width: 500px) and (max-width: 767.98px) {
    .up-card--blue h3.up-card__title:before,
    .up-card--pink h3.up-card__title:before {
        margin-left: 0;
    }
}

.up-card--blue .up-card__title,
.up-card--pink .up-card__title {
    color: #fff;
}

.up-card--blue .up-card__teaser,
.up-card--pink .up-card__teaser {
    color: #fff;
    width: 100%;
}

.up-card--white,
.up-card--yellow {
    background-color: #fff;
}

.up-card--image-border .up-card__image,
.up-card--white .up-card__text-container,
.up-card--yellow .up-card__text-container {
    border: 1px solid #e8e8e8;
}

.up-card__text-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.up-card__image {
    width: 100%;
}

.up-card__teaser {
    margin-top: 5px;
    color: #000;
    font-family: Raleway, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.6rem !important;
}

.up-card__title {
    color: #000;
    font-family: Abril Fatface, sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: normal !important;
    line-height: 1.275 !important;
}

.up-card__title:hover {
    text-decoration: underline;
}

.up-card--sm-vertical-large {
    padding-bottom: 116%;
    position: relative;
    height: auto;
}

.up-card--sm-vertical-large .up-card__image {
    display: inline-block;
    left: 0;
    height: 48.27586%;
    position: absolute;
    top: 0;
    width: 100%;
}

.up-card--sm-vertical-large .up-card__text-container {
    left: 0;
    height: 51.72414%;
    position: absolute;
    top: 48.27586%;
    width: 100%;
}

.up-card--sm-vertical-large .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-vertical-large .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-vertical-large .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-vertical-large-flipped {
    padding-bottom: 116%;
    position: relative;
    height: auto;
}

.up-card--sm-vertical-large-flipped .up-card__image {
    display: inline-block;
    left: 0;
    height: 48.27586%;
    position: absolute;
    top: 51.72414%;
    width: 100%;
}

.up-card--sm-vertical-large-flipped .up-card__text-container {
    left: 0;
    height: 51.72414%;
    position: absolute;
    top: 0;
    width: 100%;
}

.up-card--sm-vertical-large-flipped .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-vertical-large-flipped .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-vertical-large-flipped .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal-large {
    padding-bottom: 24.64%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal-large .up-card__image {
    display: inline-block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 44.01%;
}

.up-card--sm-horizontal-large .up-card__text-container {
    left: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 56%;
}

.up-card--sm-horizontal-large .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-horizontal-large .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-horizontal-large .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal-large-flipped {
    padding-bottom: 24.64%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal-large-flipped .up-card__image {
    display: inline-block;
    left: 56%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 44.01%;
}

.up-card--sm-horizontal-large-flipped .up-card__text-container {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 56%;
}

.up-card--sm-horizontal-large-flipped .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-horizontal-large-flipped .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-horizontal-large-flipped .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-vertical {
    padding-bottom: 116%;
    position: relative;
    height: auto;
}

.up-card--sm-vertical .up-card__image {
    display: inline-block;
    left: 0;
    height: 48.27586%;
    position: absolute;
    top: 0;
    width: 100%;
}

.up-card--sm-vertical .up-card__text-container {
    left: 0;
    height: 51.72414%;
    position: absolute;
    top: 48.27586%;
    width: 100%;
}

.up-card--sm-vertical .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-vertical .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-vertical .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-vertical-flipped {
    padding-bottom: 116%;
    position: relative;
    height: auto;
}

.up-card--sm-vertical-flipped .up-card__image {
    display: inline-block;
    left: 0;
    height: 48.27586%;
    position: absolute;
    top: 51.72414%;
    width: 100%;
}

.up-card--sm-vertical-flipped .up-card__text-container {
    left: 0;
    height: 51.72414%;
    position: absolute;
    top: 0;
    width: 100%;
}

.up-card--sm-vertical-flipped .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-vertical-flipped .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-vertical-flipped .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal {
    padding-bottom: 24.64%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal .up-card__image {
    display: inline-block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 44.01%;
}

.up-card--sm-horizontal .up-card__text-container {
    left: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 56%;
}

.up-card--sm-horizontal .up-card__title {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
}

.up-card--sm-horizontal .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: none;
}

.up-card--sm-horizontal .up-card__text {
    padding: 5px 10px;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal-flipped {
    padding-bottom: 24.64%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal-flipped .up-card__image {
    display: inline-block;
    left: 56%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 44.01%;
}

.up-card--sm-horizontal-flipped .up-card__text-container {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 56%;
}

.up-card--sm-horizontal-flipped .up-card__title {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
}

.up-card--sm-horizontal-flipped .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: none;
}

.up-card--sm-horizontal-flipped .up-card__text {
    padding: 5px 10px;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal-small {
    padding-bottom: inherit;
    position: inherit;
    height: auto;
}

.up-card--sm-horizontal-small .up-card__image {
    display: none;
}

.up-card--sm-horizontal-small .up-card__image,
.up-card--sm-horizontal-small .up-card__text-container {
    left: inherit;
    height: auto;
    position: inherit;
    top: inherit;
    width: 100%;
}

.up-card--sm-horizontal-small .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-horizontal-small .up-card__teaser {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: inline-block;
}

.up-card--sm-horizontal-small .up-card__text {
    padding: 15px;
    text-align: center;
    position: relative;
}

.up-card--sm-horizontal-small .up-card__teaser {
    margin-top: 0;
}

.up-card--sm-horizontal-compact {
    padding-bottom: 30%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal-compact .up-card__image {
    display: inline-block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30.01%;
}

.up-card--sm-horizontal-compact .up-card__text-container {
    left: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 70%;
}

.up-card--sm-horizontal-compact .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-horizontal-compact .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: none;
}

.up-card--sm-horizontal-compact .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.up-card--sm-horizontal-compact-flipped {
    padding-bottom: 30%;
    position: relative;
    height: auto;
}

.up-card--sm-horizontal-compact-flipped .up-card__image {
    display: inline-block;
    left: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30.01%;
}

.up-card--sm-horizontal-compact-flipped .up-card__text-container {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 70%;
}

.up-card--sm-horizontal-compact-flipped .up-card__title {
    font-family: Abril Fatface, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
}

.up-card--sm-horizontal-compact-flipped .up-card__teaser {
    font-family: Cormorant, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: none;
}

.up-card--sm-horizontal-compact-flipped .up-card__text {
    padding: 5px 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

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

@media (min-width: 500px) {
    .card-container {
        margin-bottom: 20px;
    }

    .up-card--sm-horizontal {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--sm-horizontal .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--sm-horizontal .up-card__text-container {
        left: 44%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--sm-horizontal .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--sm-horizontal .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--sm-horizontal .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--sm-horizontal-flipped {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--sm-horizontal-flipped .up-card__image {
        display: inline-block;
        left: 56%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--sm-horizontal-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--sm-horizontal-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--sm-horizontal-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--sm-horizontal-flipped .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--sm-vertical-large {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--sm-vertical-large .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--sm-vertical-large .up-card__text-container {
        left: 44%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--sm-vertical-large .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--sm-vertical-large .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--sm-vertical-large .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--sm-vertical-large-flipped {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--sm-vertical-large-flipped .up-card__image {
        display: inline-block;
        left: 56%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--sm-vertical-large-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--sm-vertical-large-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--sm-vertical-large-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--sm-vertical-large-flipped .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .up-card--md-horizontal {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--md-horizontal .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--md-horizontal .up-card__text-container {
        left: 44%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--md-horizontal .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-horizontal .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-horizontal .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-horizontal-flipped {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--md-horizontal-flipped .up-card__image {
        display: inline-block;
        left: 56%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--md-horizontal-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--md-horizontal-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-horizontal-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-horizontal-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-horizontal-small-title {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--md-horizontal-small-title .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--md-horizontal-small-title .up-card__text-container {
        left: 44%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--md-horizontal-small-title .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-horizontal-small-title .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--md-horizontal-small-title .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-horizontal-small-title-flipped {
        padding-bottom: 24.64%;
        position: relative;
        height: auto;
    }

    .up-card--md-horizontal-small-title-flipped .up-card__image {
        display: inline-block;
        left: 56%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 44.01%;
    }

    .up-card--md-horizontal-small-title-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56%;
    }

    .up-card--md-horizontal-small-title-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-horizontal-small-title-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--md-horizontal-small-title-flipped .up-card__text {
        padding: 5px 15px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 48.27586%;
        width: 100%;
    }

    .up-card--md-vertical .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-flipped {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 51.72414%;
        width: 100%;
    }

    .up-card--md-vertical-flipped .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 48.27586%;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long-flipped {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 51.72414%;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .up-card--lg-horizontal-large {
        padding-bottom: 36.96%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal-large .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 66.01%;
    }

    .up-card--lg-horizontal-large .up-card__text-container {
        left: 66%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 34%;
    }

    .up-card--lg-horizontal-large .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal-large .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--lg-horizontal-large .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-horizontal-large-flipped {
        padding-bottom: 36.96%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal-large-flipped .up-card__image {
        display: inline-block;
        left: 34%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 66.01%;
    }

    .up-card--lg-horizontal-large-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 34%;
    }

    .up-card--lg-horizontal-large-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal-large-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--lg-horizontal-large-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-vertical {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--lg-vertical .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--lg-vertical .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 48.27586%;
        width: 100%;
    }

    .up-card--lg-vertical .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-vertical .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--lg-vertical .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-vertical-flipped {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--lg-vertical-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 51.72414%;
        width: 100%;
    }

    .up-card--lg-vertical-flipped .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--lg-vertical-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-vertical-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--lg-vertical-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long {
        padding-bottom: 136%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long .up-card__image {
        display: inline-block;
        left: 0;
        height: 41.17647%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__text-container {
        left: 0;
        height: 58.82353%;
        position: absolute;
        top: 41.17647%;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long-flipped {
        padding-bottom: 136%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 41.17647%;
        position: absolute;
        top: 58.82353%;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__text-container {
        left: 0;
        height: 58.82353%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-horizontal {
        padding-bottom: 26.88%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 48.01%;
    }

    .up-card--lg-horizontal .up-card__text-container {
        left: 48%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 52%;
    }

    .up-card--lg-horizontal .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--lg-horizontal .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-horizontal-flipped {
        padding-bottom: 26.88%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal-flipped .up-card__image {
        display: inline-block;
        left: 52%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 48.01%;
    }

    .up-card--lg-horizontal-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 52%;
    }

    .up-card--lg-horizontal-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: none;
    }

    .up-card--lg-horizontal-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-horizontal-teaser {
        padding-bottom: 27.44%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal-teaser .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 49.01%;
    }

    .up-card--lg-horizontal-teaser .up-card__text-container {
        left: 49%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 51%;
    }

    .up-card--lg-horizontal-teaser .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal-teaser .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--lg-horizontal-teaser .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--lg-horizontal-teaser-flipped {
        padding-bottom: 27.44%;
        position: relative;
        height: auto;
    }

    .up-card--lg-horizontal-teaser-flipped .up-card__image {
        display: inline-block;
        left: 51%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 49.01%;
    }

    .up-card--lg-horizontal-teaser-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 51%;
    }

    .up-card--lg-horizontal-teaser-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--lg-horizontal-teaser-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--lg-horizontal-teaser-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1280px) {
    .up-card--xl-horizontal-large {
        padding-bottom: 36.96%;
        position: relative;
        height: auto;
    }

    .up-card--xl-horizontal-large .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 66.01%;
    }

    .up-card--xl-horizontal-large .up-card__text-container {
        left: 66%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 34%;
    }

    .up-card--xl-horizontal-large .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-horizontal-large .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-horizontal-large .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--xl-horizontal-large-flipped {
        padding-bottom: 36.96%;
        position: relative;
        height: auto;
    }

    .up-card--xl-horizontal-large-flipped .up-card__image {
        display: inline-block;
        left: 34%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 66.01%;
    }

    .up-card--xl-horizontal-large-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 34%;
    }

    .up-card--xl-horizontal-large-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-horizontal-large-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-horizontal-large-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--xl-vertical {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--xl-vertical .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--xl-vertical .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 48.27586%;
        width: 100%;
    }

    .up-card--xl-vertical .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-vertical .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-vertical .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--xl-vertical-flipped {
        padding-bottom: 116%;
        position: relative;
        height: auto;
    }

    .up-card--xl-vertical-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 48.27586%;
        position: absolute;
        top: 51.72414%;
        width: 100%;
    }

    .up-card--xl-vertical-flipped .up-card__text-container {
        left: 0;
        height: 51.72414%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--xl-vertical-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-vertical-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-vertical-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long {
        padding-bottom: 196%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long .up-card__image {
        display: inline-block;
        left: 0;
        height: 28.57143%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__text-container {
        left: 0;
        height: 71.42857%;
        position: absolute;
        top: 28.57143%;
        width: 100%;
    }

    .up-card--md-vertical-long .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long-flipped {
        padding-bottom: 196%;
        position: relative;
        height: auto;
    }

    .up-card--md-vertical-long-flipped .up-card__image {
        display: inline-block;
        left: 0;
        height: 28.57143%;
        position: absolute;
        top: 71.42857%;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__text-container {
        left: 0;
        height: 71.42857%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .up-card--md-vertical-long-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--md-vertical-long-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--md-vertical-long-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--md-vertical-long .up-card__title {
        font-size: 2.4rem !important;
    }

    .up-card--xl-horizontal {
        padding-bottom: 26.88%;
        position: relative;
        height: auto;
    }

    .up-card--xl-horizontal .up-card__image {
        display: inline-block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 48.01%;
    }

    .up-card--xl-horizontal .up-card__text-container {
        left: 48%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 52%;
    }

    .up-card--xl-horizontal .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-horizontal .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-horizontal .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .up-card--xl-horizontal-flipped {
        padding-bottom: 26.88%;
        position: relative;
        height: auto;
    }

    .up-card--xl-horizontal-flipped .up-card__image {
        display: inline-block;
        left: 52%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 48.01%;
    }

    .up-card--xl-horizontal-flipped .up-card__text-container {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 52%;
    }

    .up-card--xl-horizontal-flipped .up-card__title {
        font-family: Abril Fatface, sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: -0.1rem;
        font-size: 2.2rem;
    }

    .up-card--xl-horizontal-flipped .up-card__teaser {
        font-family: Cormorant, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 2.5rem;
        display: inline-block;
    }

    .up-card--xl-horizontal-flipped .up-card__text {
        padding: 5px 15px;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

.up-card--no-image .up-card__image {
    display: none;
}

.up-card--no-image .up-card__text-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-ad {
    width: 70%;
}

a.home__section-title:hover {
    background-size: 1px 1em;
    box-shadow: inset 0 -0.02em #fff, inset 0 -0.07em #0da5e0;
    display: inline;
    text-decoration: none;
}

.home__section-title {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4.5rem;
    color: #000;
    text-align: center;
}

.home__section-title a {
    color: #000;
    text-decoration: none;
}

.home__section-title a:hover {
    text-decoration: none;
}

.home__section-title--down {
    margin-top: 20px;
}

.join-blurb,
.or-blurb,
.sign-in-blurb {
    background-color: #ebeced;
    padding: 30px 20px;
}

.join-title {
    margin-bottom: 30px;
}

.ad-header {
    background: white;
}

.ad-sticky {
    position: sticky;
    top: 24px;
    padding-top: 10px;
}

.ad-footer {
    position: sticky;
    background: white;
    z-index: 99999 !important;
    bottom: 0;
}

#article-content .image-attribution {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-bottom: 3px;
    display: block;
    line-height: initial;
}

#article-content .image-attribution a {
    text-decoration: initial;
}

#article-content .image-attribution a:hover {
    color: #0da5e0;
}

#article-content .image-caption {
    font-size: 14px;
    font-family: sans-serif;
    color: #A9A9A9;
    padding-top: 10px;
}




