@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&amp;display=swap);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url(assets/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(assets/fonts/slick.eot);
    src: url(assets/fonts/slickd41d.eot?#iefix) format('embedded-opentype'), url(assets/fonts/slick.woff) format('woff'), url(assets/fonts/slick.ttf) format('truetype'), url(assets/fonts/slick.svg#slick) format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: red;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #5D5D5D;
    --gray-dark: #1D1D1D;
    --primary: red;
    --secondary: #5D5D5D;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: red;
    --light: #f8f8f8;
    --dark: #1D1D1D;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1680px;
    --breakpoint-fullhd: 1920px;
    --font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -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: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .75rem
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: red;
    text-decoration: none;
    background-color: transparent;
    word-break: break-all;
}

a:hover {
    color: red;
    text-decoration: underline
}

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

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

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #5D5D5D;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .75rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

@media (max-width: 1200px) {

    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

h2,
.h2 {
    font-size: 2rem
}

@media (max-width: 1200px) {

    h2,
    .h2 {
        font-size: calc(1.325rem + .9vw)
    }
}

h3,
.h3 {
    font-size: 1.77rem
}

@media (max-width: 1200px) {

    h3,
    .h3 {
        font-size: calc(1.302rem + .624vw)
    }
}

h4,
.h4 {
    font-size: 1.33rem
}

@media (max-width: 1200px) {

    h4,
    .h4 {
        font-size: calc(1.258rem + .096vw)
    }
}

h5,
.h5 {
    font-size: 1.11rem
}

h6,
.h6 {
    font-size: 1rem
}

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

.display-1 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.465rem + 2.58vw)
    }
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.25rem
}

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

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: none;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .75rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #5D5D5D
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: none
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width: 576px) {

    .container,
    .component {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .component {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .component {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .component {
        max-width: 1140px
    }
}

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

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

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

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

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

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

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
    .col-fullhd {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-fullhd-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-fullhd-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-fullhd-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-fullhd-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-fullhd-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-fullhd-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-fullhd-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-fullhd-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-fullhd-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-fullhd-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-fullhd-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-fullhd-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-fullhd-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-fullhd-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-fullhd-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-fullhd-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-fullhd-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529
}

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

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

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

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #ffb8b8
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #ff7a7a
}

.table-hover .table-primary:hover {
    background-color: #ff9f9f
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ff9f9f
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d2d2d2
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #ababab
}

.table-hover .table-secondary:hover {
    background-color: #c5c5c5
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c5c5c5
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ff7a7a
}

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

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

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfd
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfbfb
}

.table-hover .table-light:hover {
    background-color: #f0f0f0
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f0f0f0
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: silver
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #898989
}

.table-hover .table-dark:hover {
    background-color: #b3b3b3
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b3b3b3
}

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #303030
}

.table .thead-light th {
    color: #495057;
    background-color: #ebebeb;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #1D1D1D
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #303030
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1679.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1919.98px) {
    .table-responsive-fullhd {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8080;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #5D5D5D;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #5D5D5D;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #5D5D5D;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #5D5D5D;
    opacity: 1
}

.form-control::placeholder {
    color: #5D5D5D;
    opacity: 1
}

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

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: none
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: none
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

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

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

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

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

.form-check-input:disabled~.form-check-label {
    color: #5D5D5D
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: none
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1D1D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: red
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.9);
    border-radius: none
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: red;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='-2 -2 7 7'%3e%3cpath stroke='red' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: red;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: red;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1D1D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='-2 -2 7 7'%3e%3cpath stroke='red' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: red;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: red
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: red
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: red
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #f33;
    background-color: #f33
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: red
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: red
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: red;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #444
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5)
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #3d3d3d
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #040404;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5)
}

.btn-outline-primary {
    color: red;
    border-color: red
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: red;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

.btn-outline-secondary {
    color: #5D5D5D;
    border-color: #5D5D5D
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5D5D5D;
    border-color: #5D5D5D
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: red;
    border-color: red
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

.btn-outline-light {
    color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-outline-light:hover {
    color: #f8f8f8;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f8f8;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5)
}

.btn-outline-dark {
    color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5);
    box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1D1D1D;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5);
    box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5)
}

.btn-link {
    font-weight: 400;
    color: red;
    text-decoration: none
}

.btn-link:hover {
    color: red;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #5D5D5D;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: none
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: none
}

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

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

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

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

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

.dropdown-toggle:empty::after {
    margin-left: 0
}

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

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1680px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1920px) {
    .dropdown-menu-fullhd-left {
        right: auto;
        left: 0
    }

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

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

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

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .75rem 0;
    overflow: hidden;
    border-top: 1px solid #ebebeb
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f8f8
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #5D5D5D;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

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

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

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

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

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

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ebebeb;
    border: 1px solid #ced4da;
    border-radius: none
}

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

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: none
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: none
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

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

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: red;
    background-color: red
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff8080
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffb3b3;
    border-color: #ffb3b3
}

.custom-control-input:disabled~.custom-control-label {
    color: #5D5D5D
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #ebebeb
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: red;
    background-color: red
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1D1D' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ff8080;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #5D5D5D;
    background-color: #ebebeb
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ff8080;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #ebebeb
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: none
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #ebebeb;
    border-left: inherit;
    border-radius: 0 none none 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffb3b3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffb3b3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffb3b3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

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

.nav-link.disabled {
    color: #5D5D5D;
    pointer-events: none;
    cursor: default
}

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

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

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

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #ebebeb #ebebeb #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #5D5D5D;
    background-color: transparent;
    border-color: transparent
}

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

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

.nav-pills .nav-link {
    border-radius: none
}

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

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 15px
}

.navbar>.container,
.navbar>.component,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

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

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: none
}

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

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

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.component,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.component,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.component,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.component,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.component,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.component,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.component,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.component,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@media (max-width: 1679.98px) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.component,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1680px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.component,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {

    .navbar-expand-fullhd>.container,
    .navbar-expand-fullhd>.component,
    .navbar-expand-fullhd>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-fullhd {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-fullhd .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-fullhd .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-fullhd .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-fullhd>.container,
    .navbar-expand-fullhd>.component,
    .navbar-expand-fullhd>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-fullhd .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-fullhd .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.component,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar-expand>.container,
.navbar-expand>.component,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

.navbar-dark .navbar-text a {
    color: #fff
}

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

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: none
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

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

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

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

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

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

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

.card-header:first-child {
    border-radius: calc(none - 1px) calc(none - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

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

.card-footer:last-child {
    border-radius: 0 0 calc(none - 1px) calc(none - 1px)
}

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

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

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

.card-img {
    width: 100%;
    border-radius: calc(none - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(none - 1px);
    border-top-right-radius: calc(none - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(none - 1px);
    border-bottom-left-radius: calc(none - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ebebeb;
    border-radius: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

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

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

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

.breadcrumb-item.active {
    color: #5D5D5D
}

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

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

.page-link:hover {
    z-index: 2;
    color: red;
    text-decoration: none;
    background-color: #ebebeb;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: none;
    border-bottom-left-radius: none
}

.page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: red;
    border-color: red
}

.page-item.disabled .page-link {
    color: #5D5D5D;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: none;
    border-bottom-left-radius: none
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none
}

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

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: none;
    border-bottom-left-radius: none
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: red
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #c00
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #5D5D5D
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #444
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(93, 93, 93, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: red
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #c00
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f8f8
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dfdfdf
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 248, 248, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #1D1D1D
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #040404
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5);
    box-shadow: 0 0 0 .2rem rgba(29, 29, 29, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ebebeb;
    border-radius: none
}

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 4rem
}

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

.alert-primary {
    color: #850000;
    background-color: #fcc;
    border-color: #ffb8b8
}

.alert-primary hr {
    border-top-color: #ff9f9f
}

.alert-primary .alert-link {
    color: #520000
}

.alert-secondary {
    color: #303030;
    background-color: #dfdfdf;
    border-color: #d2d2d2
}

.alert-secondary hr {
    border-top-color: #c5c5c5
}

.alert-secondary .alert-link {
    color: #171717
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #850000;
    background-color: #fcc;
    border-color: #ffb8b8
}

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

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

.alert-light {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd
}

.alert-light hr {
    border-top-color: #f0f0f0
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #0f0f0f;
    background-color: #d2d2d2;
    border-color: silver
}

.alert-dark hr {
    border-top-color: #b3b3b3
}

.alert-dark .alert-link {
    color: #000
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: none
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: red;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

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

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f8f8
}

.list-group-item-action:active {
    color: #212529;
    background-color: #ebebeb
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #5D5D5D;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1680px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1920px) {
    .list-group-horizontal-fullhd {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-fullhd .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-fullhd .list-group-item:first-child {
        border-top-left-radius: none;
        border-bottom-left-radius: none;
        border-top-right-radius: 0
    }

    .list-group-horizontal-fullhd .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: none;
        border-bottom-right-radius: none;
        border-bottom-left-radius: 0
    }
}

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

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

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

.list-group-item-primary {
    color: #850000;
    background-color: #ffb8b8
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000
}

.list-group-item-secondary {
    color: #303030;
    background-color: #d2d2d2
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #303030;
    background-color: #c5c5c5
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #303030;
    border-color: #303030
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #850000;
    background-color: #ffb8b8
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000
}

.list-group-item-light {
    color: #818181;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181
}

.list-group-item-dark {
    color: #0f0f0f;
    background-color: silver
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #b3b3b3
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f
}

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

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + .3vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #5D5D5D;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    border-radius: none;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    /*border-bottom: 1px solid #dee2e6;
    border-top-left-radius: none;
    border-top-right-radius: none;*/
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    /*border-top: 1px solid #dee2e6;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;*/
}

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

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

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

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

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

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

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: none
}

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

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 none
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: none 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: none 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(none - 1px);
    border-top-right-radius: calc(none - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

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

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

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

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

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

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

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

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

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

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

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

.bg-primary {
    background-color: red !important
}

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

.bg-secondary {
    background-color: #5D5D5D !important
}

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

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

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

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

.bg-danger {
    background-color: red !important
}

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

.bg-light,
.bg-white .component--teaser--textblock .component--teaser__item,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock .component--teaser__item {
    background-color: #f8f8f8 !important
}

/*a.bg-light:hover,*/
.bg-white .component--teaser--textblock a.component--teaser__item:hover,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock a.component--teaser__item:hover,
/*a.bg-light:focus,*/
.bg-white .component--teaser--textblock a.component--teaser__item:focus,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock a.component--teaser__item:focus,
button.bg-light:hover,
.bg-white .component--teaser--textblock button.component--teaser__item:hover,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock button.component--teaser__item:hover,
button.bg-light:focus,
.bg-white .component--teaser--textblock button.component--teaser__item:focus,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock button.component--teaser__item:focus {
    background-color: #dfdfdf !important
}

.bg-dark {
    background-color: #1D1D1D !important
}

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

.bg-white,
.component--teaser--textblock .component--teaser__item {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: red !important
}

.border-secondary {
    border-color: #5D5D5D !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: red !important
}

.border-light {
    border-color: #f8f8f8 !important
}

.border-dark {
    border-color: #1D1D1D !important
}

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

.rounded-sm {
    border-radius: none !important
}

.rounded {
    border-radius: 5px !important
}

.rounded-top {
    border-top-left-radius: none !important;
    border-top-right-radius: none !important
}

.rounded-right {
    border-top-right-radius: none !important;
    border-bottom-right-radius: none !important
}

.rounded-bottom {
    border-bottom-right-radius: none !important;
    border-bottom-left-radius: none !important
}

.rounded-left {
    border-top-left-radius: none !important;
    border-bottom-left-radius: none !important
}

.rounded-lg {
    border-radius: none !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

    .d-sm-table-row {
        display: table-row !important
    }

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

    .d-md-table-row {
        display: table-row !important
    }

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

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

    .d-xxl-table-row {
        display: table-row !important
    }

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

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

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

@media (min-width: 1920px) {
    .d-fullhd-none {
        display: none !important
    }

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

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

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

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

    .d-fullhd-table-row {
        display: table-row !important
    }

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

    .d-print-table-row {
        display: table-row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
    .flex-fullhd-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-fullhd-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-fullhd-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-fullhd-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-fullhd-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-fullhd-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-fullhd-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-fullhd-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-fullhd-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1680px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width: 1920px) {
    .float-fullhd-left {
        float: left !important
    }

    .float-fullhd-right {
        float: right !important
    }

    .float-fullhd-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0.125rem 00.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0.125rem 0 0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

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

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

.w-100,
.component--teaser__item {
    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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

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

.mt-1,
.my-1 {
    margin-top: .375rem !important
}

.mr-1,
.mx-1 {
    margin-right: .375rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .375rem !important
}

.ml-1,
.mx-1 {
    margin-left: .375rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

.pb-0,
.component--carousel .slick-slide>div .component--teaser--image__vertical,
.component--carousel .slick-slide>div .component--accordion,
.component--carousel .slick-slide>div .component--app,
.component--carousel .slick-slide>div .component--teaser--textblock,
.component--carousel .slick-slide>div .component--teaser--image,
.py-0 {
    padding-bottom: 0 !important
}

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

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

.pt-1,
.py-1 {
    padding-top: .375rem !important
}

.pr-1,
.px-1 {
    padding-right: .375rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .375rem !important
}

.pl-1,
.px-1 {
    padding-left: .375rem !important
}

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

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

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

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

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

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

.pt-3,
.component--carousel .slick-slide>div .component--teaser--image__vertical,
.component--carousel .slick-slide>div .component--accordion,
.component--carousel .slick-slide>div .component--app,
.component--carousel .slick-slide>div .component--teaser--textblock,
.component--carousel .slick-slide>div .component--teaser--image,
.py-3 {
    padding-top: 1.5rem !important
}

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

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

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

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

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

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

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

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

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

.pt-5,
.py-5,
.component:first-child {
    padding-top: 4.995rem !important
}

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

.pb-5,
.component,
.py-5,
.component:first-child {
    padding-bottom: 4.995rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.375rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.375rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.375rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.375rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.375rem !important
}

.m-n2 {
    margin: -.75rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.75rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.75rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.75rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.75rem !important
}

.m-n3 {
    margin: -1.5rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1.5rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1.5rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1.5rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1.5rem !important
}

.m-n4 {
    margin: -2.25rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -2.25rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -2.25rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -2.25rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -2.25rem !important
}

.m-n5 {
    margin: -4.995rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -4.995rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -4.995rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -4.995rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -4.995rem !important
}

.m-n6 {
    margin: -6.75rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -6.75rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -6.75rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -6.75rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -6.75rem !important
}

.m-n7 {
    margin: -8.25rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -8.25rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -8.25rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -8.25rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -8.25rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
        margin: .375rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .375rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .375rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .375rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .375rem !important
    }

    .m-sm-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-5 {
        margin: 4.995rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .375rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .375rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .375rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .375rem !important
    }

    .p-sm-2 {
        padding: .75rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-5 {
        padding: 4.995rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n1 {
        margin: -.375rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.375rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.375rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.375rem !important
    }

    .m-sm-n2 {
        margin: -.75rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.75rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.75rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.75rem !important
    }

    .m-sm-n3 {
        margin: -1.5rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1.5rem !important
    }

    .m-sm-n4 {
        margin: -2.25rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -2.25rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -2.25rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -2.25rem !important
    }

    .m-sm-n5 {
        margin: -4.995rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -4.995rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -4.995rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -4.995rem !important
    }

    .m-sm-n6 {
        margin: -6.75rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -6.75rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -6.75rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -6.75rem !important
    }

    .m-sm-n7 {
        margin: -8.25rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -8.25rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -8.25rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -8.25rem !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: .375rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .375rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .375rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .375rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .375rem !important
    }

    .m-md-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-5 {
        margin: 4.995rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-1,
    .py-md-1 {
        padding-top: .375rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .375rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .375rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .375rem !important
    }

    .p-md-2 {
        padding: .75rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .75rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .75rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .75rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .75rem !important
    }

    .p-md-3 {
        padding: 1.5rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5rem !important
    }

    .p-md-4 {
        padding: 2.25rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 2.25rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 2.25rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 2.25rem !important
    }

    .p-md-5 {
        padding: 4.995rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 4.995rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 4.995rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.995rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 4.995rem !important
    }

    .p-md-6 {
        padding: 6.75rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 6.75rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 6.75rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 6.75rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 6.75rem !important
    }

    .p-md-7 {
        padding: 8.25rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 8.25rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 8.25rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 8.25rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 8.25rem !important
    }

    .m-md-n1 {
        margin: -.375rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.375rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.375rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.375rem !important
    }

    .m-md-n2 {
        margin: -.75rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.75rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.75rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.75rem !important
    }

    .m-md-n3 {
        margin: -1.5rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1.5rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1.5rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1.5rem !important
    }

    .m-md-n4 {
        margin: -2.25rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -2.25rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -2.25rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -2.25rem !important
    }

    .m-md-n5 {
        margin: -4.995rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -4.995rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -4.995rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -4.995rem !important
    }

    .m-md-n6 {
        margin: -6.75rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -6.75rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -6.75rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -6.75rem !important
    }

    .m-md-n7 {
        margin: -8.25rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -8.25rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -8.25rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -8.25rem !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: .375rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .375rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .375rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .375rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .375rem !important
    }

    .m-lg-2 {
        margin: .75rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .75rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .75rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .75rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .75rem !important
    }

    .m-lg-3 {
        margin: 1.5rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5rem !important
    }

    .m-lg-4 {
        margin: 2.25rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2.25rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2.25rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2.25rem !important
    }

    .m-lg-5 {
        margin: 4.995rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.995rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4.995rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.995rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.995rem !important
    }

    .m-lg-6 {
        margin: 6.75rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 6.75rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 6.75rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 6.75rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 6.75rem !important
    }

    .m-lg-7 {
        margin: 8.25rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 8.25rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 8.25rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 8.25rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 8.25rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .component--carousel .slick-slide>div .component--teaser--image__vertical,
    .component--carousel .slick-slide>div .component--accordion,
    .component--carousel .slick-slide>div .component--app,
    .component--carousel .slick-slide>div .component--teaser--textblock,
    .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: .375rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .375rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .375rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .375rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .375rem !important
    }

    .p-lg-2 {
        padding: .75rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .75rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .75rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .75rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .75rem !important
    }

    .p-lg-3 {
        padding: 1.5rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1.5rem !important
    }

    .p-lg-4 {
        padding: 2.25rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2.25rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2.25rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2.25rem !important
    }

    .p-lg-5 {
        padding: 4.995rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.995rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4.995rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.995rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4.995rem !important
    }

    .p-lg-6 {
        padding: 6.75rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 6.75rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 6.75rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 6.75rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 6.75rem !important
    }

    .p-lg-7 {
        padding: 8.25rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 8.25rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 8.25rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 8.25rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 8.25rem !important
    }

    .m-lg-n1 {
        margin: -.375rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.375rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.375rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.375rem !important
    }

    .m-lg-n2 {
        margin: -.75rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.75rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.75rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.75rem !important
    }

    .m-lg-n3 {
        margin: -1.5rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1.5rem !important
    }

    .m-lg-n4 {
        margin: -2.25rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -2.25rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -2.25rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -2.25rem !important
    }

    .m-lg-n5 {
        margin: -4.995rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -4.995rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -4.995rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -4.995rem !important
    }

    .m-lg-n6 {
        margin: -6.75rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -6.75rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -6.75rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -6.75rem !important
    }

    .m-lg-n7 {
        margin: -8.25rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -8.25rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -8.25rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -8.25rem !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: 1200px) {
    .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: .375rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .375rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .375rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .375rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .375rem !important
    }

    .m-xl-2 {
        margin: .75rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .75rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .75rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .75rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .75rem !important
    }

    .m-xl-3 {
        margin: 1.5rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1.5rem !important
    }

    .m-xl-4 {
        margin: 2.25rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 2.25rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 2.25rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 2.25rem !important
    }

    .m-xl-5 {
        margin: 4.995rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 4.995rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 4.995rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 4.995rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 4.995rem !important
    }

    .m-xl-6 {
        margin: 6.75rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 6.75rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 6.75rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 6.75rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 6.75rem !important
    }

    .m-xl-7 {
        margin: 8.25rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 8.25rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 8.25rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 8.25rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 8.25rem !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: .375rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .375rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .375rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .375rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .375rem !important
    }

    .p-xl-2 {
        padding: .75rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .75rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .75rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .75rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .75rem !important
    }

    .p-xl-3 {
        padding: 1.5rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1.5rem !important
    }

    .p-xl-4 {
        padding: 2.25rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 2.25rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 2.25rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 2.25rem !important
    }

    .p-xl-5 {
        padding: 4.995rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 4.995rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 4.995rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 4.995rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 4.995rem !important
    }

    .p-xl-6 {
        padding: 6.75rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 6.75rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 6.75rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 6.75rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 6.75rem !important
    }

    .p-xl-7 {
        padding: 8.25rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 8.25rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 8.25rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 8.25rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 8.25rem !important
    }

    .m-xl-n1 {
        margin: -.375rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.375rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.375rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.375rem !important
    }

    .m-xl-n2 {
        margin: -.75rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.75rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.75rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.75rem !important
    }

    .m-xl-n3 {
        margin: -1.5rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1.5rem !important
    }

    .m-xl-n4 {
        margin: -2.25rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -2.25rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -2.25rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -2.25rem !important
    }

    .m-xl-n5 {
        margin: -4.995rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -4.995rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -4.995rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -4.995rem !important
    }

    .m-xl-n6 {
        margin: -6.75rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -6.75rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -6.75rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -6.75rem !important
    }

    .m-xl-n7 {
        margin: -8.25rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -8.25rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -8.25rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -8.25rem !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
    }
}

@media (min-width: 1680px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .375rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .375rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .375rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .375rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .375rem !important
    }

    .m-xxl-2 {
        margin: .75rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .75rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .75rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .75rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .75rem !important
    }

    .m-xxl-3 {
        margin: 1.5rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1.5rem !important
    }

    .m-xxl-4 {
        margin: 2.25rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 2.25rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 2.25rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 2.25rem !important
    }

    .m-xxl-5 {
        margin: 4.995rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 4.995rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 4.995rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 4.995rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 4.995rem !important
    }

    .m-xxl-6 {
        margin: 6.75rem !important
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 6.75rem !important
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 6.75rem !important
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 6.75rem !important
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 6.75rem !important
    }

    .m-xxl-7 {
        margin: 8.25rem !important
    }

    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 8.25rem !important
    }

    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 8.25rem !important
    }

    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 8.25rem !important
    }

    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 8.25rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .375rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .375rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .375rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .375rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .375rem !important
    }

    .p-xxl-2 {
        padding: .75rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .75rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .75rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .75rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .75rem !important
    }

    .p-xxl-3 {
        padding: 1.5rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1.5rem !important
    }

    .p-xxl-4 {
        padding: 2.25rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 2.25rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 2.25rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 2.25rem !important
    }

    .p-xxl-5 {
        padding: 4.995rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 4.995rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 4.995rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 4.995rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 4.995rem !important
    }

    .p-xxl-6 {
        padding: 6.75rem !important
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 6.75rem !important
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 6.75rem !important
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 6.75rem !important
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 6.75rem !important
    }

    .p-xxl-7 {
        padding: 8.25rem !important
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 8.25rem !important
    }

    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 8.25rem !important
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 8.25rem !important
    }

    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 8.25rem !important
    }

    .m-xxl-n1 {
        margin: -.375rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.375rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.375rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.375rem !important
    }

    .m-xxl-n2 {
        margin: -.75rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.75rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.75rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.75rem !important
    }

    .m-xxl-n3 {
        margin: -1.5rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n4 {
        margin: -2.25rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -2.25rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -2.25rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -2.25rem !important
    }

    .m-xxl-n5 {
        margin: -4.995rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -4.995rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -4.995rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -4.995rem !important
    }

    .m-xxl-n6 {
        margin: -6.75rem !important
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -6.75rem !important
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -6.75rem !important
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -6.75rem !important
    }

    .m-xxl-n7 {
        margin: -8.25rem !important
    }

    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -8.25rem !important
    }

    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -8.25rem !important
    }

    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -8.25rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-fullhd-0 {
        margin: 0 !important
    }

    .mt-fullhd-0,
    .my-fullhd-0 {
        margin-top: 0 !important
    }

    .mr-fullhd-0,
    .mx-fullhd-0 {
        margin-right: 0 !important
    }

    .mb-fullhd-0,
    .my-fullhd-0 {
        margin-bottom: 0 !important
    }

    .ml-fullhd-0,
    .mx-fullhd-0 {
        margin-left: 0 !important
    }

    .m-fullhd-1 {
        margin: .375rem !important
    }

    .mt-fullhd-1,
    .my-fullhd-1 {
        margin-top: .375rem !important
    }

    .mr-fullhd-1,
    .mx-fullhd-1 {
        margin-right: .375rem !important
    }

    .mb-fullhd-1,
    .my-fullhd-1 {
        margin-bottom: .375rem !important
    }

    .ml-fullhd-1,
    .mx-fullhd-1 {
        margin-left: .375rem !important
    }

    .m-fullhd-2 {
        margin: .75rem !important
    }

    .mt-fullhd-2,
    .my-fullhd-2 {
        margin-top: .75rem !important
    }

    .mr-fullhd-2,
    .mx-fullhd-2 {
        margin-right: .75rem !important
    }

    .mb-fullhd-2,
    .my-fullhd-2 {
        margin-bottom: .75rem !important
    }

    .ml-fullhd-2,
    .mx-fullhd-2 {
        margin-left: .75rem !important
    }

    .m-fullhd-3 {
        margin: 1.5rem !important
    }

    .mt-fullhd-3,
    .my-fullhd-3 {
        margin-top: 1.5rem !important
    }

    .mr-fullhd-3,
    .mx-fullhd-3 {
        margin-right: 1.5rem !important
    }

    .mb-fullhd-3,
    .my-fullhd-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-fullhd-3,
    .mx-fullhd-3 {
        margin-left: 1.5rem !important
    }

    .m-fullhd-4 {
        margin: 2.25rem !important
    }

    .mt-fullhd-4,
    .my-fullhd-4 {
        margin-top: 2.25rem !important
    }

    .mr-fullhd-4,
    .mx-fullhd-4 {
        margin-right: 2.25rem !important
    }

    .mb-fullhd-4,
    .my-fullhd-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-fullhd-4,
    .mx-fullhd-4 {
        margin-left: 2.25rem !important
    }

    .m-fullhd-5 {
        margin: 4.995rem !important
    }

    .mt-fullhd-5,
    .my-fullhd-5 {
        margin-top: 4.995rem !important
    }

    .mr-fullhd-5,
    .mx-fullhd-5 {
        margin-right: 4.995rem !important
    }

    .mb-fullhd-5,
    .my-fullhd-5 {
        margin-bottom: 4.995rem !important
    }

    .ml-fullhd-5,
    .mx-fullhd-5 {
        margin-left: 4.995rem !important
    }

    .m-fullhd-6 {
        margin: 6.75rem !important
    }

    .mt-fullhd-6,
    .my-fullhd-6 {
        margin-top: 6.75rem !important
    }

    .mr-fullhd-6,
    .mx-fullhd-6 {
        margin-right: 6.75rem !important
    }

    .mb-fullhd-6,
    .my-fullhd-6 {
        margin-bottom: 6.75rem !important
    }

    .ml-fullhd-6,
    .mx-fullhd-6 {
        margin-left: 6.75rem !important
    }

    .m-fullhd-7 {
        margin: 8.25rem !important
    }

    .mt-fullhd-7,
    .my-fullhd-7 {
        margin-top: 8.25rem !important
    }

    .mr-fullhd-7,
    .mx-fullhd-7 {
        margin-right: 8.25rem !important
    }

    .mb-fullhd-7,
    .my-fullhd-7 {
        margin-bottom: 8.25rem !important
    }

    .ml-fullhd-7,
    .mx-fullhd-7 {
        margin-left: 8.25rem !important
    }

    .p-fullhd-0 {
        padding: 0 !important
    }

    .pt-fullhd-0,
    .py-fullhd-0 {
        padding-top: 0 !important
    }

    .pr-fullhd-0,
    .px-fullhd-0 {
        padding-right: 0 !important
    }

    .pb-fullhd-0,
    .py-fullhd-0 {
        padding-bottom: 0 !important
    }

    .pl-fullhd-0,
    .px-fullhd-0 {
        padding-left: 0 !important
    }

    .p-fullhd-1 {
        padding: .375rem !important
    }

    .pt-fullhd-1,
    .py-fullhd-1 {
        padding-top: .375rem !important
    }

    .pr-fullhd-1,
    .px-fullhd-1 {
        padding-right: .375rem !important
    }

    .pb-fullhd-1,
    .py-fullhd-1 {
        padding-bottom: .375rem !important
    }

    .pl-fullhd-1,
    .px-fullhd-1 {
        padding-left: .375rem !important
    }

    .p-fullhd-2 {
        padding: .75rem !important
    }

    .pt-fullhd-2,
    .py-fullhd-2 {
        padding-top: .75rem !important
    }

    .pr-fullhd-2,
    .px-fullhd-2 {
        padding-right: .75rem !important
    }

    .pb-fullhd-2,
    .py-fullhd-2 {
        padding-bottom: .75rem !important
    }

    .pl-fullhd-2,
    .px-fullhd-2 {
        padding-left: .75rem !important
    }

    .p-fullhd-3 {
        padding: 1.5rem !important
    }

    .pt-fullhd-3,
    .py-fullhd-3 {
        padding-top: 1.5rem !important
    }

    .pr-fullhd-3,
    .px-fullhd-3 {
        padding-right: 1.5rem !important
    }

    .pb-fullhd-3,
    .py-fullhd-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-fullhd-3,
    .px-fullhd-3 {
        padding-left: 1.5rem !important
    }

    .p-fullhd-4 {
        padding: 2.25rem !important
    }

    .pt-fullhd-4,
    .py-fullhd-4 {
        padding-top: 2.25rem !important
    }

    .pr-fullhd-4,
    .px-fullhd-4 {
        padding-right: 2.25rem !important
    }

    .pb-fullhd-4,
    .py-fullhd-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-fullhd-4,
    .px-fullhd-4 {
        padding-left: 2.25rem !important
    }

    .p-fullhd-5 {
        padding: 4.995rem !important
    }

    .pt-fullhd-5,
    .py-fullhd-5 {
        padding-top: 4.995rem !important
    }

    .pr-fullhd-5,
    .px-fullhd-5 {
        padding-right: 4.995rem !important
    }

    .pb-fullhd-5,
    .py-fullhd-5 {
        padding-bottom: 4.995rem !important
    }

    .pl-fullhd-5,
    .px-fullhd-5 {
        padding-left: 4.995rem !important
    }

    .p-fullhd-6 {
        padding: 6.75rem !important
    }

    .pt-fullhd-6,
    .py-fullhd-6 {
        padding-top: 6.75rem !important
    }

    .pr-fullhd-6,
    .px-fullhd-6 {
        padding-right: 6.75rem !important
    }

    .pb-fullhd-6,
    .py-fullhd-6 {
        padding-bottom: 6.75rem !important
    }

    .pl-fullhd-6,
    .px-fullhd-6 {
        padding-left: 6.75rem !important
    }

    .p-fullhd-7 {
        padding: 8.25rem !important
    }

    .pt-fullhd-7,
    .py-fullhd-7 {
        padding-top: 8.25rem !important
    }

    .pr-fullhd-7,
    .px-fullhd-7 {
        padding-right: 8.25rem !important
    }

    .pb-fullhd-7,
    .py-fullhd-7 {
        padding-bottom: 8.25rem !important
    }

    .pl-fullhd-7,
    .px-fullhd-7 {
        padding-left: 8.25rem !important
    }

    .m-fullhd-n1 {
        margin: -.375rem !important
    }

    .mt-fullhd-n1,
    .my-fullhd-n1 {
        margin-top: -.375rem !important
    }

    .mr-fullhd-n1,
    .mx-fullhd-n1 {
        margin-right: -.375rem !important
    }

    .mb-fullhd-n1,
    .my-fullhd-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-fullhd-n1,
    .mx-fullhd-n1 {
        margin-left: -.375rem !important
    }

    .m-fullhd-n2 {
        margin: -.75rem !important
    }

    .mt-fullhd-n2,
    .my-fullhd-n2 {
        margin-top: -.75rem !important
    }

    .mr-fullhd-n2,
    .mx-fullhd-n2 {
        margin-right: -.75rem !important
    }

    .mb-fullhd-n2,
    .my-fullhd-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-fullhd-n2,
    .mx-fullhd-n2 {
        margin-left: -.75rem !important
    }

    .m-fullhd-n3 {
        margin: -1.5rem !important
    }

    .mt-fullhd-n3,
    .my-fullhd-n3 {
        margin-top: -1.5rem !important
    }

    .mr-fullhd-n3,
    .mx-fullhd-n3 {
        margin-right: -1.5rem !important
    }

    .mb-fullhd-n3,
    .my-fullhd-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-fullhd-n3,
    .mx-fullhd-n3 {
        margin-left: -1.5rem !important
    }

    .m-fullhd-n4 {
        margin: -2.25rem !important
    }

    .mt-fullhd-n4,
    .my-fullhd-n4 {
        margin-top: -2.25rem !important
    }

    .mr-fullhd-n4,
    .mx-fullhd-n4 {
        margin-right: -2.25rem !important
    }

    .mb-fullhd-n4,
    .my-fullhd-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-fullhd-n4,
    .mx-fullhd-n4 {
        margin-left: -2.25rem !important
    }

    .m-fullhd-n5 {
        margin: -4.995rem !important
    }

    .mt-fullhd-n5,
    .my-fullhd-n5 {
        margin-top: -4.995rem !important
    }

    .mr-fullhd-n5,
    .mx-fullhd-n5 {
        margin-right: -4.995rem !important
    }

    .mb-fullhd-n5,
    .my-fullhd-n5 {
        margin-bottom: -4.995rem !important
    }

    .ml-fullhd-n5,
    .mx-fullhd-n5 {
        margin-left: -4.995rem !important
    }

    .m-fullhd-n6 {
        margin: -6.75rem !important
    }

    .mt-fullhd-n6,
    .my-fullhd-n6 {
        margin-top: -6.75rem !important
    }

    .mr-fullhd-n6,
    .mx-fullhd-n6 {
        margin-right: -6.75rem !important
    }

    .mb-fullhd-n6,
    .my-fullhd-n6 {
        margin-bottom: -6.75rem !important
    }

    .ml-fullhd-n6,
    .mx-fullhd-n6 {
        margin-left: -6.75rem !important
    }

    .m-fullhd-n7 {
        margin: -8.25rem !important
    }

    .mt-fullhd-n7,
    .my-fullhd-n7 {
        margin-top: -8.25rem !important
    }

    .mr-fullhd-n7,
    .mx-fullhd-n7 {
        margin-right: -8.25rem !important
    }

    .mb-fullhd-n7,
    .my-fullhd-n7 {
        margin-bottom: -8.25rem !important
    }

    .ml-fullhd-n7,
    .mx-fullhd-n7 {
        margin-left: -8.25rem !important
    }

    .m-fullhd-auto {
        margin: auto !important
    }

    .mt-fullhd-auto,
    .my-fullhd-auto {
        margin-top: auto !important
    }

    .mr-fullhd-auto,
    .mx-fullhd-auto {
        margin-right: auto !important
    }

    .mb-fullhd-auto,
    .my-fullhd-auto {
        margin-bottom: auto !important
    }

    .ml-fullhd-auto,
    .mx-fullhd-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left,
.component--teaser--media,
.component--teaser--image {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center,
.component--app,
.component--teaser {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1680px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-fullhd-left {
        text-align: left !important
    }

    .text-fullhd-right {
        text-align: right !important
    }

    .text-fullhd-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: red !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b30000 !important
}

.text-secondary {
    color: #5D5D5D !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #373737 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: red !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b30000 !important
}

.text-light {
    color: #f8f8f8 !important
}

a.text-light:hover,
a.text-light:focus {
    color: #d2d2d2 !important
}

.text-dark {
    color: #1D1D1D !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #5D5D5D !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container,
    .component {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.btn-primary {
    color: #fff;
    background-color: red;
    border-color: red;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-primary:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary {
        -webkit-transition: none;
        transition: none
    }
}

.bg-primary .btn-primary {
    background: #fff;
    border-color: #fff;
    color: red
}

.bg-primary .btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: red
}

.bg-primary .btn-primary:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E")
}

.btn-primary>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:hover {
    background: red;
    border-color: red
}

.btn-primary:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-primary:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-secondary {
    color: #fff;
    background-color: #5D5D5D;
    border-color: #5D5D5D;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-secondary:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #444
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #5D5D5D;
    border-color: #5D5D5D
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #3d3d3d
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5);
    box-shadow: 0 0 0 .2rem rgba(117, 117, 117, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-secondary {
        -webkit-transition: none;
        transition: none
    }
}

.btn-secondary>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-secondary>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-secondary:hover {
    background: #5D5D5D;
    border-color: #5D5D5D
}

.btn-secondary:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-secondary:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-secondary:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-secondary:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-secondary:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-success {
        -webkit-transition: none;
        transition: none
    }
}

.btn-success>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-success>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-success:hover {
    background: #28a745;
    border-color: #28a745
}

.btn-success:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-success:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-success:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-success:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-success:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-info {
        -webkit-transition: none;
        transition: none
    }
}

.btn-info>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-info>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-info:hover {
    background: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-info:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-info:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-info:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-info:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-warning {
        -webkit-transition: none;
        transition: none
    }
}

.btn-warning>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-warning>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-warning:hover {
    background: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-warning:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-warning:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-warning:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-warning:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-danger {
    color: #fff;
    background-color: red;
    border-color: red;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 38, 38, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-danger {
        -webkit-transition: none;
        transition: none
    }
}

.btn-danger>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-danger>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-danger:hover {
    background: red;
    border-color: red
}

.btn-danger:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-danger:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-danger:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-danger:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-danger:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-light {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 216, 217, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-light {
        -webkit-transition: none;
        transition: none
    }
}

.btn-light>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-light>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-light:hover {
    background: #f8f8f8;
    border-color: #f8f8f8
}

.btn-light:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-light:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-light:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-light:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-light:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-dark {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D;
    -webkit-transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    position: relative;
    padding: .375rem 1.13889rem
}

.btn-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #040404;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5);
    box-shadow: 0 0 0 .2rem rgba(63, 63, 63, 0.5)
}

@media (prefers-reduced-motion: reduce) {
    .btn-dark {
        -webkit-transition: none;
        transition: none
    }
}

.btn-dark>span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0;
    padding-right: 0;
    -webkit-transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out;
    transition: margin-left .2s ease-in-out, padding-right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-dark>span {
        -webkit-transition: none;
        transition: none
    }
}

.btn-dark:hover {
    background: #1D1D1D;
    border-color: #1D1D1D
}

.btn-dark:hover>span {
    margin-left: -7px;
    padding-right: 7px
}

.btn-dark:hover:after {
    opacity: 1;
    right: .75rem;
    -webkit-transition: opacity .2s ease-in-out, right .2s ease-in-out;
    transition: opacity .2s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-dark:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-dark:after {
    position: absolute;
    display: inline-block;
    line-height: 1;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.408' height='14.813' viewBox='0 0 7.408 14.813'%3E %3Cpath id='Pfad_400' data-name='Pfad 400' d='M0,5c1.214-.956,6-5,6-5l6,5' transform='translate(6.408 1.404) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 15px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.13889rem;
    -webkit-transition: opacity .15s ease-in-out, right .2s ease-in-out;
    transition: opacity .15s ease-in-out, right .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-dark:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-round {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 0
}

.btn-right,
.btn-left {
    cursor: pointer
}

.btn-right:after,
.btn-left:after {
    opacity: 1;
    left: 50%;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .btn-right:after,
    .btn-left:after {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 992px) {
    .btn-right:hover:after {
        left: calc(50% + (7px / 1.5));
        -webkit-transition: left .2s ease-in-out;
        transition: left .2s ease-in-out
    }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .btn-right:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width: 992px) {
    .btn-left:hover:after {
        left: calc(50% - (7px / 1.5));
        -webkit-transition: left .2s ease-in-out;
        transition: left .2s ease-in-out
    }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .btn-left:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-left:after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    transform: translateY(-50%) translateX(-50%) rotate(180deg)
}

.btn-down:hover:after {
    top: calc(50% + (7px / 1.5));
    right: auto;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-down:hover:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-down:after {
    left: 50%;
    top: 50%;
    right: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn-down:after {
        -webkit-transition: none;
        transition: none
    }
}

.btn-close:after {
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='11.314' viewBox='0 0 11.314 11.314'%3E %3Cg id='Interface-Essential_Remove_Add_add-circle' data-name='Interface-Essential / Remove/Add / add-circle' transform='translate(5.657 -2.828) rotate(45)'%3E %3Cg id='Group_580' data-name='Group 580' transform='translate(0 0)'%3E %3Cg id='add-circle'%3E %3Cpath id='Shape_2526' data-name='Shape 2526' d='M0,0V12' transform='translate(6)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Shape_2527' data-name='Shape 2527' d='M0,0H12' transform='translate(0 6)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 11px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    right: auto;
    left: 50%;
    background-position: center center
}

.icon {
    display: inline-block
}

.icon-not-round {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 0;
    position: relative
}

.icon-round {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 0;
    position: relative
}

.icon-round:after,
.icon-not-round:after{
    display: block;
    position: absolute;
    content: ''
}

.icon-round-primary {
    color: #fff;
    background-color: red
}

.icon-round-secondary {
    color: #fff;
    background-color: #5D5D5D
}

.icon-round-success {
    color: #fff;
    background-color: #28a745
}

.icon-round-info {
    color: #fff;
    background-color: #17a2b8
}

.icon-round-warning {
    color: #212529;
    background-color: #ffc107
}

.icon-round-danger {
    color: #fff;
    background-color: red
}

.icon-round-light {
    color: #212529;
    background-color: #f8f8f8
}

.icon-round-dark {
    color: #fff;
    background-color: #1D1D1D
}

.icon-new-yt:after {
    width: 30px;
    height: 31px;
    background-image:  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5VjQ3Ljc3NWw2MS4zMzQgMzQuODkzem0xMzYuNDMtOTEuNzQyYy0yLjY5OS0xMC4xNjItMTAuNjUxLTE4LjE2NS0yMC43NDctMjAuODgxQzE5MC43MTYgMCAxMTcuMzMzIDAgMTE3LjMzMyAwUzQzLjk1MSAwIDI1LjY1MSA0LjkzNkMxNS41NTUgNy42NTIgNy42MDMgMTUuNjU1IDQuOTA0IDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwNCA1Ni44NDljMi42OTkgMTAuMTYzIDEwLjY1IDE4LjE2NSAyMC43NDcgMjAuODgzIDE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODMtNC45MzRjMTAuMDk2LTIuNzE4IDE4LjA0OC0xMC43MiAyMC43NDctMjAuODgzIDQuOTA0LTE4LjQyIDQuOTA0LTU2Ljg1IDQuOTA0LTU2Ljg1czAtMzguNDMtNC45MDQtNTYuODQ5IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-size: 30px 31px;
    margin-left: -11.5px;
    margin-top: -12px
}

.icon-new-fb:after {
    width: 20px;
    height: 31px;
    background-image:  url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzMTAgMzEwIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHJva2U9IiNmZmZmZmYiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8ZyBpZD0iWE1MSURfODM0XyI+IDxwYXRoIGlkPSJYTUxJRF84MzVfIiBkPSJNODEuNzAzLDE2NS4xMDZoMzMuOTgxVjMwNWMwLDIuNzYyLDIuMjM4LDUsNSw1aDU3LjYxNmMyLjc2MiwwLDUtMi4yMzgsNS01VjE2NS43NjVoMzkuMDY0IGMyLjU0LDAsNC42NzctMS45MDYsNC45NjctNC40MjlsNS45MzMtNTEuNTAyYzAuMTYzLTEuNDE3LTAuMjg2LTIuODM2LTEuMjM0LTMuODk5Yy0wLjk0OS0xLjA2NC0yLjMwNy0xLjY3My0zLjczMi0xLjY3M2gtNDQuOTk2IFY3MS45NzhjMC05LjczMiw1LjI0LTE0LjY2NywxNS41NzYtMTQuNjY3YzEuNDczLDAsMjkuNDIsMCwyOS40MiwwYzIuNzYyLDAsNS0yLjIzOSw1LTVWNS4wMzdjMC0yLjc2Mi0yLjIzOC01LTUtNWgtNDAuNTQ1IEMxODcuNDY3LDAuMDIzLDE4Ni44MzIsMCwxODUuODk2LDBjLTcuMDM1LDAtMzEuNDg4LDEuMzgxLTUwLjgwNCwxOS4xNTFjLTIxLjQwMiwxOS42OTItMTguNDI3LDQzLjI3LTE3LjcxNiw0Ny4zNTh2MzcuNzUySDgxLjcwMyBjLTIuNzYyLDAtNSwyLjIzOC01LDV2NTAuODQ0Qzc2LjcwMywxNjIuODY3LDc4Ljk0MSwxNjUuMTA2LDgxLjcwMywxNjUuMTA2eiIvPiA8L2c+IDwvZz4KDTwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 20px 31px;
    margin-left: -6.5px;
    margin-top: -12px
}

.icon-new-in:after {
    width: 23px;
    height: 23px;
    background-image:  url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMzAgMzAiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiPiAgICA8cGF0aCBkPSJNOSwyNUg0VjEwaDVWMjV6IE02LjUwMSw4QzUuMTE4LDgsNCw2Ljg3OSw0LDUuNDk5UzUuMTIsMyw2LjUwMSwzQzcuODc5LDMsOSw0LjEyMSw5LDUuNDk5QzksNi44NzksNy44NzksOCw2LjUwMSw4eiBNMjcsMjVoLTQuODA3di03LjNjMC0xLjc0MS0wLjAzMy0zLjk4LTIuNDk5LTMuOThjLTIuNTAzLDAtMi44ODgsMS44OTYtMi44ODgsMy44NTRWMjVIMTJWOS45ODloNC42MTR2Mi4wNTFoMC4wNjUgYzAuNjQyLTEuMTgsMi4yMTEtMi40MjQsNC41NTEtMi40MjRjNC44NywwLDUuNzcsMy4xMDksNS43Nyw3LjE1MUMyNywxNi43NjcsMjcsMjUsMjcsMjV6Ii8+PC9zdmc+');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    margin-left: -11.5px;
    margin-top: -9.5px
}


.icon-new-ig:after {
    width: 22px;
    height: 22px;
    background-image:  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNzAuNjYzIDI1Ni4xNTdjLS4wODMtNDcuMTIxIDM4LjA1NS04NS40IDg1LjE2Ny04NS40ODMgNDcuMTIxLS4wOTIgODUuNDA3IDM4LjAzIDg1LjQ5OSA4NS4xNi4wOTEgNDcuMTI5LTM4LjA0NyA4NS40LTg1LjE3NiA4NS40OTItNDcuMTEyLjA5LTg1LjM5OS0zOC4wMzktODUuNDktODUuMTY5em0tNDYuMTA4LjA5MWMuMTQxIDcyLjYwMiA1OS4xMDYgMTMxLjMyNyAxMzEuNjkgMTMxLjE4NiA3Mi41OTItLjE0MSAxMzEuMzUtNTkuMDkgMTMxLjIwOS0xMzEuNjkyLS4xNDEtNzIuNTc3LTU5LjExNC0xMzEuMzM1LTEzMS43MTUtMTMxLjE5NC03Mi41ODUuMTQxLTEzMS4zMjUgNTkuMTE1LTEzMS4xODQgMTMxLjd6bTIzNy4xMDQtMTM3LjA5MWMuMDMzIDE2Ljk1MyAxMy44MTcgMzAuNjgxIDMwLjc3MiAzMC42NDggMTYuOTYxLS4wMzMgMzAuNjg5LTEzLjgxMSAzMC42NjQtMzAuNzY0LS4wMzMtMTYuOTU0LTEzLjgxOC0zMC42OS0zMC43OC0zMC42NTctMTYuOTYyLjAzMy0zMC42ODkgMTMuODE4LTMwLjY1NiAzMC43NzN6bS0yMDguNjk2IDM0NS40Yy0yNC45NTgtMS4wODctMzguNTExLTUuMjM0LTQ3LjU0My04LjcwOS0xMS45NjEtNC42MjktMjAuNDk2LTEwLjE3OC0yOS40NzktMTkuMDk0LTguOTY2LTguOTUtMTQuNTMyLTE3LjQ2LTE5LjIwMi0yOS4zOTctMy41MDgtOS4wMzItNy43My0yMi41NjktOC45LTQ3LjUyNy0xLjI2OS0yNi45ODItMS41NTktMzUuMDc3LTEuNjgzLTEwMy40MzItLjEzMy02OC4zMzkuMTE2LTc2LjQzNCAxLjI5NC0xMDMuNDQxIDEuMDY5LTI0Ljk0MiA1LjI0Mi0zOC41MTIgOC43MDktNDcuNTM2IDQuNjI4LTExLjk3NyAxMC4xNjEtMjAuNDk2IDE5LjA5NC0yOS40NzkgOC45NDktOC45ODIgMTcuNDU5LTE0LjUzMiAyOS40MDMtMTkuMjAyIDkuMDI1LTMuNTI1IDIyLjU2MS03LjcxNCA0Ny41MTEtOC45IDI2Ljk5OC0xLjI3NyAzNS4wODUtMS41NTEgMTAzLjQyMy0xLjY4NCA2OC4zNTMtLjEzMiA3Ni40NDguMTA4IDEwMy40NTYgMS4yOTUgMjQuOTQgMS4wODYgMzguNTEgNS4yMTcgNDcuNTI3IDguNzA5IDExLjk2OCA0LjYyOCAyMC41MDMgMTAuMTQ0IDI5LjQ3OCAxOS4wOTQgOC45NzQgOC45NSAxNC41NCAxNy40NDMgMTkuMjEgMjkuNDEyIDMuNTI0IDkgNy43MTQgMjIuNTUzIDguODkyIDQ3LjQ5NCAxLjI4NSAyNi45OTkgMS41NzYgMzUuMDk1IDEuNyAxMDMuNDMzLjEzMiA2OC4zNTUtLjExNyA3Ni40NTEtMS4zMDIgMTAzLjQ0MS0xLjA4NyAyNC45NTgtNS4yMjYgMzguNTItOC43MDkgNDcuNTYxLTQuNjI5IDExLjk1Mi0xMC4xNjEgMjAuNDg3LTE5LjEwMyAyOS40NzEtOC45NDEgOC45NDktMTcuNDUxIDE0LjUzMS0yOS40MDMgMTkuMjAxLTkuMDA5IDMuNTE3LTIyLjU2MSA3LjcxNC00Ny40OTQgOC45LTI2Ljk5OCAxLjI2OS0zNS4wODYgMS41NTktMTAzLjQ0OCAxLjY4NC02OC4zMzguMTMyLTc2LjQyNC0uMTI1LTEwMy40MzEtMS4yOTR6TTE0OS45NzcgMS43NzNjLTI3LjIzOSAxLjI4NS00NS44NDMgNS42NDgtNjIuMTAxIDEyLjAxOC0xNi44MjkgNi41NjEtMzEuMDk1IDE1LjM1NC00NS4yODYgMjkuNjA0QzI4LjM4MSA1Ny42NTMgMTkuNjU1IDcxLjk0NCAxMy4xNDQgODguNzljLTYuMzAzIDE2LjI5OS0xMC41NzUgMzQuOTEyLTExLjc3OCA2Mi4xNjhDLjE3MiAxNzguMjY0LS4xMDIgMTg2Ljk3My4wMzEgMjU2LjQ4OWMuMTMzIDY5LjUwOC40MzkgNzguMjM0IDEuNzQxIDEwNS41NDcgMS4zMDIgMjcuMjMxIDUuNjQ5IDQ1LjgyOCAxMi4wMTkgNjIuMDkzIDYuNTY5IDE2LjgzIDE1LjM1MyAzMS4wODggMjkuNjExIDQ1LjI4OCAxNC4yNSAxNC4yMDEgMjguNTUgMjIuOTE4IDQ1LjQwNCAyOS40MzggMTYuMjgyIDYuMjk1IDM0LjkwMiAxMC41ODMgNjIuMTUgMTEuNzc4IDI3LjMwNSAxLjIwMyAzNi4wMjIgMS40NjggMTA1LjUyMSAxLjMzNSA2OS41MzItLjEzMiA3OC4yNS0uNDM5IDEwNS41NTUtMS43MzMgMjcuMjM5LTEuMzAzIDQ1LjgyNi01LjY2NSA2Mi4xLTEyLjAxOSAxNi44MjktNi41ODYgMzEuMDk1LTE1LjM1MyA0NS4yODgtMjkuNjExIDE0LjE5MS0xNC4yNTEgMjIuOTE3LTI4LjU1IDI5LjQyOC00NS40MDUgNi4zMDQtMTYuMjgyIDEwLjU5Mi0zNC45MDMgMTEuNzc3LTYyLjEzNCAxLjE5NS0yNy4zMjIgMS40NzgtMzYuMDQ4IDEuMzQ0LTEwNS41NTYtLjEzMy02OS41MTYtLjQ0Ny03OC4yMjUtMS43NDEtMTA1LjUyMy0xLjI5NC0yNy4yNTUtNS42NTctNDUuODQ0LTEyLjAxOS02Mi4xMTgtNi41NzctMTYuODI5LTE1LjM1Mi0zMS4wNzktMjkuNjAyLTQ1LjI4Ny0xNC4yNS0xNC4xOTItMjguNTUtMjIuOTM1LTQ1LjQwNC0yOS40MjktMTYuMjktNi4zMDUtMzQuOTAzLTEwLjYwMS02Mi4xNS0xMS43NzlDMzMzLjc0Ny4xNjQgMzI1LjAzLS4xMDIgMjU1LjUwNi4wMzFjLTY5LjUwNy4xMzMtNzguMjI0LjQzMS0xMDUuNTI5IDEuNzQyeiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    margin-left: -9.5px;
    margin-top: -9.5px
}

.icon-round-yt:after {
    width: 23px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Group_86' xmlns='http://www.w3.org/2000/svg' width='23' height='23.77' viewBox='0 0 23 23.77'%3E %3Cg id='Bold_86'%3E %3Cpath id='Shape_165' d='M341.9,693.12v4.26a.75.75,0,0,0,1.5,0v-4.26l2.85-3.8a.77.77,0,0,0-1.25-.9l-2.4,3.2-2.35-3.2a.75.75,0,1,0-1.2.9Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_166' d='M345.45,695.88v-3a2.25,2.25,0,0,1,4.5,0v3a2.25,2.25,0,0,1-4.5,0Zm2.25-3.75a.75.75,0,0,0-.75.75v3a.75.75,0,0,0,1.5,0v-3A.75.75,0,0,0,347.7,692.13Z' transform='translate(-336.5 -688.1)' fill='%23fff' fill-rule='evenodd'/%3E %3Cpath id='Shape_167' d='M351.81,697.32a2.7,2.7,0,0,0,3.3.42.738.738,0,0,0,.64.38.75.75,0,0,0,.75-.75v-6a.75.75,0,0,0-1.5,0v4a1.25,1.25,0,0,1-2.5,0v-4a.75.75,0,0,0-1.5,0v4A2.731,2.731,0,0,0,351.81,697.32Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_168' d='M354.5,705.37a.5.5,0,0,0-1,0v.5h1Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_169' d='M350,704.87a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,1,0v-2A.5.5,0,0,0,350,704.87Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_170' d='M355,699.87H341a4.5,4.5,0,0,0-4.5,4.5v3a4.5,4.5,0,0,0,4.5,4.5h14a4.5,4.5,0,0,0,4.5-4.5v-3A4.5,4.5,0,0,0,355,699.87Zm-11,4h-1.5v4.48a.5.5,0,0,1-1,0v-4.48H340a.5.5,0,0,1,0-1h4a.5.5,0,0,1,0,1Zm3.168,4.966a.5.5,0,0,0,.312-.466v-4a.5.5,0,0,0-1,0v3a.5.5,0,0,1-1,0v-3a.5.5,0,0,0-1,0v3a1.5,1.5,0,0,0,1.5,1.5,1.477,1.477,0,0,0,.64-.15A.5.5,0,0,0,347.168,708.836Zm4.312-1.466a1.5,1.5,0,0,1-1.5,1.5,1.473,1.473,0,0,1-.66-.16.5.5,0,0,1-.84-.36v-6a.5.5,0,0,1,1,0V704a1.469,1.469,0,0,1,.5-.09,1.5,1.5,0,0,1,1.5,1.5Zm1-.12a1.69,1.69,0,0,0,1.59,1.62h.02a1.461,1.461,0,0,0,1.59-1.37.5.5,0,0,0-1,0c0,.27-.36.37-.59.37a.7.7,0,0,1-.59-.62v-.38h1.48a.5.5,0,0,0,.5-.5v-1a1.5,1.5,0,0,0-3,0Z' transform='translate(-336.5 -688.1)' fill='%23fff' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 23px 24px;
    left: 50%;
    top: 50%;
    margin-left: -11.5px;
    margin-top: -12px
}

.icon-round-fb:after {
    width: 13px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Logos_Social-Medias_social-media-facebook' data-name='Logos / Social-Medias / social-media-facebook' xmlns='http://www.w3.org/2000/svg' width='13.272' height='24' viewBox='0 0 13.272 24'%3E %3Cg id='Group_6'%3E %3Cg id='Bold_6'%3E %3Cpath id='Shape_8' d='M306.14,7.17a.5.5,0,0,0-.37-.17H302V5.59c0-.28.06-.6.51-.6h3a.441.441,0,0,0,.35-.15A.5.5,0,0,0,306,4.5V.5a.5.5,0,0,0-.5-.5h-4.33C296.37,0,296,4.1,296,5.35V7h-2.5a.5.5,0,0,0-.5.5v4a.5.5,0,0,0,.5.5H296V23.5a.5.5,0,0,0,.5.5h5a.5.5,0,0,0,.5-.5V12h3.35a.5.5,0,0,0,.5-.45l.42-4A.5.5,0,0,0,306.14,7.17Z' transform='translate(-293)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 24px;
    left: 50%;
    top: 50%;
    margin-left: -6.5px;
    margin-top: -12px
}

.icon-round-tw:after {
    width: 23px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='18.931' viewBox='0 0 23.11 18.931' width='23.11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m311.32 198.44a.5.5 0 0 0 -.2-.87l-.79-.2a.5.5 0 0 1 -.33-.7l.44-.89a.5.5 0 0 0 -.58-.7l-2 .56a.5.5 0 0 1 -.44-.08 5 5 0 0 0 -8 4v.36a.25.25 0 0 1 -.22.25c-2.81.33-5.5-1.1-8.4-4.44a.508.508 0 0 0 -.51-.15.5.5 0 0 0 -.29.42 7.575 7.575 0 0 0 .46 4.92.25.25 0 0 1 -.26.36l-1.12-.22a.5.5 0 0 0 -.57.59 5.15 5.15 0 0 0 2.37 3.78.25.25 0 0 1 0 .45l-.53.21a.5.5 0 0 0 -.26.69 4.359 4.359 0 0 0 3.2 2.48.25.25 0 0 1 0 .47 10.941 10.941 0 0 1 -4.29.83.51.51 0 0 0 -.2 1 20.063 20.063 0 0 0 8.14 1.93 12.284 12.284 0 0 0 12.56-12.43v-.87a.5.5 0 0 1 .18-.38z' fill='%23fff' transform='translate(-288.39 -194.56)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    left: 50%;
    top: 50%;
    margin-left: -11.5px;
    margin-top: -9.5px
}

.icon-round-ig:after {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='e11f725e-056a-4bd4-bb28-5dab89d6464d' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.93 18.93'%3E%3Cdefs%3E%3Cstyle%3E.e712baaa-59d2-4224-b13f-4c71f3a92cc8%7Bfill:%23414042;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' d='M16.49,18.93H6.62a4.43,4.43,0,0,1-1.76-.36,4.26,4.26,0,0,1-1.44-1,4.26,4.26,0,0,1-1-1.44,4.43,4.43,0,0,1-.36-1.76V4.53a4.43,4.43,0,0,1,.36-1.76,4.26,4.26,0,0,1,1-1.44,4.26,4.26,0,0,1,1.44-1A4.43,4.43,0,0,1,6.62,0h9.87a4.43,4.43,0,0,1,1.76.36,4.26,4.26,0,0,1,1.44,1,4.26,4.26,0,0,1,1,1.44A4.43,4.43,0,0,1,21,4.53V14.4a4.43,4.43,0,0,1-.36,1.76,4.54,4.54,0,0,1-2.41,2.41A4.43,4.43,0,0,1,16.49,18.93ZM6.62,1A3.55,3.55,0,0,0,3.07,4.53V14.4A3.55,3.55,0,0,0,6.62,18h9.87A3.55,3.55,0,0,0,20,14.4V4.53A3.55,3.55,0,0,0,16.49,1Z' transform='translate(-2.09 0)'/%3E%3Cpath class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' d='M11.56,14.17a4.62,4.62,0,0,1-1.84-.37,4.77,4.77,0,0,1-2.5-2.5,4.74,4.74,0,0,1,0-3.67,4.77,4.77,0,0,1,2.5-2.5,4.74,4.74,0,0,1,3.67,0,4.77,4.77,0,0,1,2.5,2.5,4.74,4.74,0,0,1,0,3.67,4.77,4.77,0,0,1-2.5,2.5A4.61,4.61,0,0,1,11.56,14.17Zm0-8.43a3.73,3.73,0,1,0,3.72,3.73A3.73,3.73,0,0,0,11.56,5.74Z' transform='translate(-2.09 0)'/%3E%3Ccircle class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' cx='14.8' cy='4.05' r='1.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    left: 50%;
    top: 50%;
    margin-left: -9.5px;
    margin-top: -9.5px
}

.icon--user-single {
    width: 39px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.5' height='47.5' shape-rendering='geometricPrecision' viewBox='0 0 38.5 47.5'%3E %3Cg id='Users_Geomertric-Close-Up-Multiple-Users_multiple-neutral-2' data-name='Users / Geomertric-Close-Up-Multiple-Users / multiple-neutral-2' transform='translate(-609.5 -3444.5)'%3E %3Cg id='Group_495' data-name='Group 495' transform='translate(610.75 3445.75)'%3E %3Cg id='Regular_495' data-name='Regular 495'%3E %3Cpath id='Oval_716' data-name='Oval 716' d='M624.375,3467.75a11,11,0,1,0-11-11A11,11,0,0,0,624.375,3467.75Z' transform='translate(-606.375 -3445.75)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3Cpath id='Shape_2036' data-name='Shape 2036' d='M610.75,3473.5a18,18,0,0,1,36,0' transform='translate(-610.75 -3428.5)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 39px 48px
}

.icon--user-single-cfd {
    width: 76px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.25' height='47.5' shape-rendering='geometricPrecision' viewBox='0 0 76.25 47.5'%3E %3Cg id='Gruppe_1184' data-name='Gruppe 1184' transform='translate(-820.75 -2354.5)'%3E %3Cg id='Users_Geomertric-Close-Up-Multiple-Users_multiple-neutral-2' data-name='Users / Geomertric-Close-Up-Multiple-Users / multiple-neutral-2' transform='translate(211.25 -1090)'%3E %3Cg id='Group_495' data-name='Group 495' transform='translate(610.75 3445.75)'%3E %3Cg id='Regular_495' data-name='Regular 495'%3E %3Cpath id='Oval_716' data-name='Oval 716' d='M624.375,3467.75a11,11,0,1,0-11-11A11,11,0,0,0,624.375,3467.75Z' transform='translate(-606.375 -3445.75)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3Cpath id='Shape_2036' data-name='Shape 2036' d='M610.75,3473.5a18,18,0,0,1,36,0' transform='translate(-610.75 -3428.5)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Gruppe_1183' data-name='Gruppe 1183' transform='translate(0 -1)'%3E %3Cg id='Rechteck_404' data-name='Rechteck 404' transform='translate(861 2368)' fill='none' stroke='%231d1d1d' stroke-width='2'%3E %3Crect width='36' height='23' rx='5' stroke='none'/%3E %3Crect x='1' y='1' width='34' height='21' rx='4' fill='none'/%3E %3C/g%3E %3Cpath id='Pfad_2927' data-name='Pfad 2927' d='M-4.122-3.315A3.522,3.522,0,0,1-5.308-.786a4.165,4.165,0,0,1-2.82.923,3.745,3.745,0,0,1-3.011-1.289,5.284,5.284,0,0,1-1.1-3.538V-5.3a5.966,5.966,0,0,1,.506-2.529,3.791,3.791,0,0,1,1.446-1.678A4.05,4.05,0,0,1-8.1-10.09a4.058,4.058,0,0,1,2.775.923A3.785,3.785,0,0,1-4.109-6.576H-6.159a2.079,2.079,0,0,0-.537-1.4,1.987,1.987,0,0,0-1.4-.434,1.742,1.742,0,0,0-1.535.735,4.118,4.118,0,0,0-.523,2.28v.752A4.408,4.408,0,0,0-9.67-2.283a1.71,1.71,0,0,0,1.542.745A2.025,2.025,0,0,0-6.71-1.972a1.961,1.961,0,0,0,.537-1.343Zm7.195-.752H-.865V0H-2.916V-9.953h6.48v1.661H-.865v2.57H3.073ZM4.614,0V-9.953H7.677a4.651,4.651,0,0,1,2.348.591A4.123,4.123,0,0,1,11.642-7.68,5.187,5.187,0,0,1,12.223-5.2v.458a5.2,5.2,0,0,1-.571,2.468A4.088,4.088,0,0,1,10.042-.6,4.686,4.686,0,0,1,7.7,0ZM6.665-8.292v6.645h.991A2.227,2.227,0,0,0,9.5-2.434a3.552,3.552,0,0,0,.649-2.249v-.526a3.609,3.609,0,0,0-.629-2.3,2.219,2.219,0,0,0-1.839-.783Z' transform='translate(879 2385)' fill='%231d1d1d'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 76px 48px
}

.icon--user-multiple {
    width: 63px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62.501' height='47.509' shape-rendering='geometricPrecision' viewBox='0 0 62.501 47.509'%3E %3Cg id='Users_Geomertric-Close-Up-Multiple-Users_multiple-neutral-2' data-name='Users / Geomertric-Close-Up-Multiple-Users / multiple-neutral-2' transform='translate(-609.5 -3444.5)'%3E %3Cg id='Group_495' data-name='Group 495' transform='translate(610.75 3445.75)'%3E %3Cg id='Regular_495' data-name='Regular 495'%3E %3Cpath id='Oval_716' data-name='Oval 716' d='M624.375,3467.75a11,11,0,1,0-11-11A11,11,0,0,0,624.375,3467.75Z' transform='translate(-606.375 -3445.75)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3Cpath id='Shape_2036' data-name='Shape 2036' d='M610.75,3473.5a18,18,0,0,1,36,0' transform='translate(-610.75 -3428.5)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3Cpath id='Oval_717' data-name='Oval 717' d='M633.352,3466.75a9,9,0,1,0-9-9A9,9,0,0,0,633.352,3466.75Z' transform='translate(-588.08 -3440.75)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3Cpath id='Shape_2037' data-name='Shape 2037' d='M625.813,3457.64a14.735,14.735,0,0,1,19.832,13.818' transform='translate(-585.645 -3426.451)' fill='none' stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 63px 48px
}

.icon-yt {
    width: 23px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Group_86' xmlns='http://www.w3.org/2000/svg' width='23' height='23.77' viewBox='0 0 23 23.77'%3E %3Cg id='Bold_86'%3E %3Cpath id='Shape_165' d='M341.9,693.12v4.26a.75.75,0,0,0,1.5,0v-4.26l2.85-3.8a.77.77,0,0,0-1.25-.9l-2.4,3.2-2.35-3.2a.75.75,0,1,0-1.2.9Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_166' d='M345.45,695.88v-3a2.25,2.25,0,0,1,4.5,0v3a2.25,2.25,0,0,1-4.5,0Zm2.25-3.75a.75.75,0,0,0-.75.75v3a.75.75,0,0,0,1.5,0v-3A.75.75,0,0,0,347.7,692.13Z' transform='translate(-336.5 -688.1)' fill='%23fff' fill-rule='evenodd'/%3E %3Cpath id='Shape_167' d='M351.81,697.32a2.7,2.7,0,0,0,3.3.42.738.738,0,0,0,.64.38.75.75,0,0,0,.75-.75v-6a.75.75,0,0,0-1.5,0v4a1.25,1.25,0,0,1-2.5,0v-4a.75.75,0,0,0-1.5,0v4A2.731,2.731,0,0,0,351.81,697.32Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_168' d='M354.5,705.37a.5.5,0,0,0-1,0v.5h1Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_169' d='M350,704.87a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,1,0v-2A.5.5,0,0,0,350,704.87Z' transform='translate(-336.5 -688.1)' fill='%23fff'/%3E %3Cpath id='Shape_170' d='M355,699.87H341a4.5,4.5,0,0,0-4.5,4.5v3a4.5,4.5,0,0,0,4.5,4.5h14a4.5,4.5,0,0,0,4.5-4.5v-3A4.5,4.5,0,0,0,355,699.87Zm-11,4h-1.5v4.48a.5.5,0,0,1-1,0v-4.48H340a.5.5,0,0,1,0-1h4a.5.5,0,0,1,0,1Zm3.168,4.966a.5.5,0,0,0,.312-.466v-4a.5.5,0,0,0-1,0v3a.5.5,0,0,1-1,0v-3a.5.5,0,0,0-1,0v3a1.5,1.5,0,0,0,1.5,1.5,1.477,1.477,0,0,0,.64-.15A.5.5,0,0,0,347.168,708.836Zm4.312-1.466a1.5,1.5,0,0,1-1.5,1.5,1.473,1.473,0,0,1-.66-.16.5.5,0,0,1-.84-.36v-6a.5.5,0,0,1,1,0V704a1.469,1.469,0,0,1,.5-.09,1.5,1.5,0,0,1,1.5,1.5Zm1-.12a1.69,1.69,0,0,0,1.59,1.62h.02a1.461,1.461,0,0,0,1.59-1.37.5.5,0,0,0-1,0c0,.27-.36.37-.59.37a.7.7,0,0,1-.59-.62v-.38h1.48a.5.5,0,0,0,.5-.5v-1a1.5,1.5,0,0,0-3,0Z' transform='translate(-336.5 -688.1)' fill='%23fff' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 23px 24px
}

.icon-fb {
    width: 13px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Logos_Social-Medias_social-media-facebook' data-name='Logos / Social-Medias / social-media-facebook' xmlns='http://www.w3.org/2000/svg' width='13.272' height='24' viewBox='0 0 13.272 24'%3E %3Cg id='Group_6'%3E %3Cg id='Bold_6'%3E %3Cpath id='Shape_8' d='M306.14,7.17a.5.5,0,0,0-.37-.17H302V5.59c0-.28.06-.6.51-.6h3a.441.441,0,0,0,.35-.15A.5.5,0,0,0,306,4.5V.5a.5.5,0,0,0-.5-.5h-4.33C296.37,0,296,4.1,296,5.35V7h-2.5a.5.5,0,0,0-.5.5v4a.5.5,0,0,0,.5.5H296V23.5a.5.5,0,0,0,.5.5h5a.5.5,0,0,0,.5-.5V12h3.35a.5.5,0,0,0,.5-.45l.42-4A.5.5,0,0,0,306.14,7.17Z' transform='translate(-293)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 24px
}

.icon-tw {
    width: 23px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='18.931' viewBox='0 0 23.11 18.931' width='23.11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m311.32 198.44a.5.5 0 0 0 -.2-.87l-.79-.2a.5.5 0 0 1 -.33-.7l.44-.89a.5.5 0 0 0 -.58-.7l-2 .56a.5.5 0 0 1 -.44-.08 5 5 0 0 0 -8 4v.36a.25.25 0 0 1 -.22.25c-2.81.33-5.5-1.1-8.4-4.44a.508.508 0 0 0 -.51-.15.5.5 0 0 0 -.29.42 7.575 7.575 0 0 0 .46 4.92.25.25 0 0 1 -.26.36l-1.12-.22a.5.5 0 0 0 -.57.59 5.15 5.15 0 0 0 2.37 3.78.25.25 0 0 1 0 .45l-.53.21a.5.5 0 0 0 -.26.69 4.359 4.359 0 0 0 3.2 2.48.25.25 0 0 1 0 .47 10.941 10.941 0 0 1 -4.29.83.51.51 0 0 0 -.2 1 20.063 20.063 0 0 0 8.14 1.93 12.284 12.284 0 0 0 12.56-12.43v-.87a.5.5 0 0 1 .18-.38z' fill='%23fff' transform='translate(-288.39 -194.56)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 23px 19px
}

.icon-ig {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='e11f725e-056a-4bd4-bb28-5dab89d6464d' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.93 18.93'%3E%3Cdefs%3E%3Cstyle%3E.e712baaa-59d2-4224-b13f-4c71f3a92cc8%7Bfill:%23414042;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' d='M16.49,18.93H6.62a4.43,4.43,0,0,1-1.76-.36,4.26,4.26,0,0,1-1.44-1,4.26,4.26,0,0,1-1-1.44,4.43,4.43,0,0,1-.36-1.76V4.53a4.43,4.43,0,0,1,.36-1.76,4.26,4.26,0,0,1,1-1.44,4.26,4.26,0,0,1,1.44-1A4.43,4.43,0,0,1,6.62,0h9.87a4.43,4.43,0,0,1,1.76.36,4.26,4.26,0,0,1,1.44,1,4.26,4.26,0,0,1,1,1.44A4.43,4.43,0,0,1,21,4.53V14.4a4.43,4.43,0,0,1-.36,1.76,4.54,4.54,0,0,1-2.41,2.41A4.43,4.43,0,0,1,16.49,18.93ZM6.62,1A3.55,3.55,0,0,0,3.07,4.53V14.4A3.55,3.55,0,0,0,6.62,18h9.87A3.55,3.55,0,0,0,20,14.4V4.53A3.55,3.55,0,0,0,16.49,1Z' transform='translate(-2.09 0)'/%3E%3Cpath class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' d='M11.56,14.17a4.62,4.62,0,0,1-1.84-.37,4.77,4.77,0,0,1-2.5-2.5,4.74,4.74,0,0,1,0-3.67,4.77,4.77,0,0,1,2.5-2.5,4.74,4.74,0,0,1,3.67,0,4.77,4.77,0,0,1,2.5,2.5,4.74,4.74,0,0,1,0,3.67,4.77,4.77,0,0,1-2.5,2.5A4.61,4.61,0,0,1,11.56,14.17Zm0-8.43a3.73,3.73,0,1,0,3.72,3.73A3.73,3.73,0,0,0,11.56,5.74Z' transform='translate(-2.09 0)'/%3E%3Ccircle class='e712baaa-59d2-4224-b13f-4c71f3a92cc8' cx='14.8' cy='4.05' r='1.1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 19px 19px
}

.icon-ios {
    width: 135px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='ios.13b88d1c' xmlns='http://www.w3.org/2000/svg' width='135' height='40' viewBox='0 0 135 40'%3E %3Cpath id='Pfad_514' data-name='Pfad 514' d='M130.2,40H4.73A4.739,4.739,0,0,1,0,35.267V4.727A4.734,4.734,0,0,1,4.73,0H130.2A4.8,4.8,0,0,1,135,4.726v30.54A4.8,4.8,0,0,1,130.2,40Z' fill='%23a6a6a6'/%3E %3Cpath id='Pfad_515' data-name='Pfad 515' d='M134.032,35.268A3.83,3.83,0,0,1,130.2,39.1H4.728A3.835,3.835,0,0,1,.89,35.268V4.725A3.84,3.84,0,0,1,4.73.89H130.2a3.835,3.835,0,0,1,3.834,3.835l0,30.543Z'/%3E %3Cg id='Gruppe_1623' data-name='Gruppe 1623'%3E %3Cpath id='Pfad_516' data-name='Pfad 516' d='M30.128,19.784a5.8,5.8,0,0,1,2.76-4.864,5.935,5.935,0,0,0-4.675-2.528c-1.967-.207-3.875,1.177-4.877,1.177-1.022,0-2.565-1.158-4.228-1.124a6.225,6.225,0,0,0-5.24,3.2c-2.266,3.923-.576,9.688,1.6,12.86,1.086,1.552,2.355,3.286,4.016,3.225,1.624-.067,2.23-1.036,4.192-1.036,1.943,0,2.513,1.037,4.207,1,1.743-.028,2.84-1.56,3.89-3.127a12.847,12.847,0,0,0,1.778-3.622,5.6,5.6,0,0,1-3.42-5.154Zm-3.2-9.478a5.707,5.707,0,0,0,1.306-4.09,5.818,5.818,0,0,0-3.758,1.945,5.435,5.435,0,0,0-1.34,3.94,4.806,4.806,0,0,0,3.792-1.794Z' fill='%23fff'/%3E %3C/g%3E %3Cg id='Gruppe_1624' data-name='Gruppe 1624'%3E %3Cpath id='Pfad_517' data-name='Pfad 517' d='M53.645,31.5h-2.27l-1.245-3.91H45.806L44.621,31.5h-2.21L46.695,18.2h2.646L53.646,31.5Zm-3.89-5.55L48.63,22.48q-.18-.532-.67-2.507h-.04q-.2.849-.633,2.507l-1.1,3.475h3.573Zm14.907.634a5.453,5.453,0,0,1-1.323,3.87A3.873,3.873,0,0,1,60.4,31.721a2.942,2.942,0,0,1-2.725-1.36h-.04v5.054H55.5V25.067q0-1.539-.08-3.16H57.3l.12,1.522h.04a3.79,3.79,0,0,1,6.07-.377,5.287,5.287,0,0,1,1.136,3.535Zm-2.172.078a3.951,3.951,0,0,0-.632-2.31A2.182,2.182,0,0,0,60,23.408a2.213,2.213,0,0,0-1.43.523,2.414,2.414,0,0,0-.84,1.374,2.8,2.8,0,0,0-.1.65v1.6a2.565,2.565,0,0,0,.643,1.768,2.127,2.127,0,0,0,1.668.72,2.184,2.184,0,0,0,1.875-.927,4.087,4.087,0,0,0,.672-2.45Zm13.21-.078a5.454,5.454,0,0,1-1.325,3.87,3.868,3.868,0,0,1-2.94,1.263,2.94,2.94,0,0,1-2.725-1.36h-.04v5.054H66.538V25.067q0-1.539-.08-3.16h1.876l.12,1.522h.04a3.792,3.792,0,0,1,6.072-.377A5.3,5.3,0,0,1,75.7,26.587Zm-2.173.078a3.944,3.944,0,0,0-.633-2.31,2.179,2.179,0,0,0-1.855-.948,2.22,2.22,0,0,0-1.433.523,2.427,2.427,0,0,0-.838,1.374,2.8,2.8,0,0,0-.1.65v1.6a2.572,2.572,0,0,0,.64,1.768,2.132,2.132,0,0,0,1.67.72,2.184,2.184,0,0,0,1.875-.927,4.088,4.088,0,0,0,.672-2.45ZM88.04,27.772a3.548,3.548,0,0,1-1.183,2.764A5.239,5.239,0,0,1,83.232,31.7a6.352,6.352,0,0,1-3.45-.828l.5-1.777a5.844,5.844,0,0,0,3.082.85,2.913,2.913,0,0,0,1.876-.544,1.772,1.772,0,0,0,.67-1.453,1.854,1.854,0,0,0-.553-1.364,5.14,5.14,0,0,0-1.836-1.03q-3.5-1.3-3.494-3.815a3.381,3.381,0,0,1,1.225-2.69A4.834,4.834,0,0,1,84.505,18a6.462,6.462,0,0,1,3.02.633l-.533,1.738a5.25,5.25,0,0,0-2.547-.61,2.578,2.578,0,0,0-1.756.552,1.582,1.582,0,0,0-.533,1.2,1.63,1.63,0,0,0,.61,1.3A6.915,6.915,0,0,0,84.7,23.851a6.557,6.557,0,0,1,2.527,1.618,3.377,3.377,0,0,1,.81,2.307Zm7.048-4.264h-2.35v4.66q0,1.776,1.244,1.776a3.746,3.746,0,0,0,.947-.1l.058,1.62a4.83,4.83,0,0,1-1.658.236,2.558,2.558,0,0,1-1.975-.77,3.783,3.783,0,0,1-.71-2.587V23.506h-1.4v-1.6h1.4V20.15l2.093-.633v2.39h2.35v1.6Zm10.6,3.119a5.259,5.259,0,0,1-1.263,3.633,4.512,4.512,0,0,1-3.516,1.46,4.29,4.29,0,0,1-3.364-1.4,5.1,5.1,0,0,1-1.254-3.534,5.212,5.212,0,0,1,1.293-3.652,4.473,4.473,0,0,1,3.484-1.422,4.382,4.382,0,0,1,3.395,1.4,5.044,5.044,0,0,1,1.226,3.513Zm-2.21.07a4.318,4.318,0,0,0-.573-2.278,2.106,2.106,0,0,0-1.914-1.15,2.138,2.138,0,0,0-1.955,1.15,4.393,4.393,0,0,0-.572,2.316,4.319,4.319,0,0,0,.572,2.276,2.179,2.179,0,0,0,3.85-.02,4.331,4.331,0,0,0,.59-2.3Zm9.14-2.914a3.591,3.591,0,0,0-.67-.06,2.023,2.023,0,0,0-1.74.85,3.2,3.2,0,0,0-.532,1.9V31.5h-2.13l.02-6.574q0-1.659-.08-3.02h1.856l.078,1.835h.06a3.28,3.28,0,0,1,1.065-1.52,2.577,2.577,0,0,1,1.54-.514,3.419,3.419,0,0,1,.534.04v2.033Zm9.536,2.469a5,5,0,0,1-.078.967h-6.4a2.783,2.783,0,0,0,.928,2.172,3.17,3.17,0,0,0,2.092.67,7.078,7.078,0,0,0,2.588-.453l.334,1.48a8.019,8.019,0,0,1-3.217.592,4.66,4.66,0,0,1-3.506-1.313,4.855,4.855,0,0,1-1.272-3.525,5.5,5.5,0,0,1,1.186-3.613,4.087,4.087,0,0,1,3.355-1.54,3.575,3.575,0,0,1,3.14,1.54,5.19,5.19,0,0,1,.846,3.02Zm-2.033-.553a2.9,2.9,0,0,0-.414-1.64,1.866,1.866,0,0,0-1.7-.89,2.023,2.023,0,0,0-1.7.87,3.169,3.169,0,0,0-.63,1.658h4.44Z' fill='%23fff'/%3E %3C/g%3E %3Cg id='Gruppe_1625' data-name='Gruppe 1625'%3E %3Cpath id='Pfad_518' data-name='Pfad 518' d='M49.05,10.01a3.282,3.282,0,0,1-1.058,2.657,4.2,4.2,0,0,1-2.783.824,12.932,12.932,0,0,1-1.534-.077V6.984a11.308,11.308,0,0,1,1.805-.137,3.891,3.891,0,0,1,2.59.747A3.016,3.016,0,0,1,49.05,10.01Zm-1.1.028a2.39,2.39,0,0,0-.606-1.756,2.392,2.392,0,0,0-1.772-.61,4.37,4.37,0,0,0-.844.067v4.888a5.488,5.488,0,0,0,.708.03,2.481,2.481,0,0,0,1.857-.67,2.675,2.675,0,0,0,.655-1.95Zm6.965,1a2.585,2.585,0,0,1-.622,1.785,2.215,2.215,0,0,1-1.727.718,2.108,2.108,0,0,1-1.653-.69,2.505,2.505,0,0,1-.615-1.735,2.554,2.554,0,0,1,.635-1.794,2.207,2.207,0,0,1,1.712-.7,2.16,2.16,0,0,1,1.668.688,2.493,2.493,0,0,1,.6,1.727Zm-1.088.034a2.14,2.14,0,0,0-.28-1.118,1.036,1.036,0,0,0-.94-.564,1.052,1.052,0,0,0-.962.564,2.158,2.158,0,0,0-.28,1.138,2.138,2.138,0,0,0,.28,1.12,1.058,1.058,0,0,0,.95.563,1.043,1.043,0,0,0,.94-.574,2.117,2.117,0,0,0,.292-1.13ZM62.765,8.72,61.29,13.433h-.96l-.61-2.047a15.057,15.057,0,0,1-.38-1.523h-.02a11,11,0,0,1-.378,1.523l-.65,2.047h-.97L55.935,8.72h1.077l.533,2.24c.13.53.235,1.035.32,1.513h.02q.115-.591.388-1.5l.67-2.25H59.8l.64,2.2q.234.805.38,1.552h.028a14.576,14.576,0,0,1,.32-1.552l.572-2.2h1.03ZM68.2,13.433H67.15v-2.7q0-1.248-.95-1.248a.947.947,0,0,0-.757.343,1.22,1.22,0,0,0-.29.808v2.8H64.1V10.066c0-.414-.012-.863-.037-1.35h.92l.05.738h.03a1.5,1.5,0,0,1,.542-.57,1.779,1.779,0,0,1,.95-.264,1.5,1.5,0,0,1,1.1.427,2.076,2.076,0,0,1,.543,1.562v2.823Zm2.89,0H70.04V6.556h1.048v6.877Zm6.17-2.4a2.588,2.588,0,0,1-.62,1.785,2.217,2.217,0,0,1-1.728.718,2.1,2.1,0,0,1-1.654-.69,2.505,2.505,0,0,1-.615-1.735,2.559,2.559,0,0,1,.636-1.794,2.2,2.2,0,0,1,1.71-.7,2.157,2.157,0,0,1,1.67.688,2.494,2.494,0,0,1,.6,1.727Zm-1.088.034a2.14,2.14,0,0,0-.28-1.118,1.036,1.036,0,0,0-.94-.564,1.047,1.047,0,0,0-.96.564,2.14,2.14,0,0,0-.282,1.138,2.147,2.147,0,0,0,.28,1.12,1.061,1.061,0,0,0,.952.563,1.045,1.045,0,0,0,.94-.574,2.125,2.125,0,0,0,.29-1.13Zm6.16,2.362h-.94l-.08-.543h-.028a1.613,1.613,0,0,1-1.377.65,1.421,1.421,0,0,1-1.076-.427,1.337,1.337,0,0,1-.37-.96,1.467,1.467,0,0,1,.723-1.32,3.762,3.762,0,0,1,2.033-.445V10.3q0-.93-.98-.93a2.191,2.191,0,0,0-1.228.348l-.213-.688a3.035,3.035,0,0,1,1.617-.407q1.848,0,1.85,1.95v1.736a7.357,7.357,0,0,0,.068,1.123Zm-1.088-1.62v-.727q-1.734-.03-1.734.95a.713.713,0,0,0,.2.553.741.741,0,0,0,.513.183,1.061,1.061,0,0,0,.642-.218A.89.89,0,0,0,81.226,12a.953.953,0,0,0,.017-.184Zm7.043,1.62h-.93l-.05-.757h-.028a1.567,1.567,0,0,1-1.514.864,1.774,1.774,0,0,1-1.416-.67,2.6,2.6,0,0,1-.562-1.735,2.739,2.739,0,0,1,.61-1.853,1.882,1.882,0,0,1,1.456-.66,1.416,1.416,0,0,1,1.33.64h.02V6.556h1.048v5.607c0,.46.012.882.037,1.27ZM87.2,11.445v-.786a1.46,1.46,0,0,0-.03-.33,1.194,1.194,0,0,0-.38-.636,1.032,1.032,0,0,0-.7-.257,1.077,1.077,0,0,0-.922.466,2,2,0,0,0-.336,1.193,1.862,1.862,0,0,0,.322,1.135,1.08,1.08,0,0,0,.916.466,1.011,1.011,0,0,0,.828-.388,1.293,1.293,0,0,0,.3-.863Zm10.048-.408a2.588,2.588,0,0,1-.62,1.785,2.217,2.217,0,0,1-1.728.718,2.112,2.112,0,0,1-1.654-.69,2.505,2.505,0,0,1-.615-1.735,2.559,2.559,0,0,1,.636-1.794,2.206,2.206,0,0,1,1.713-.7,2.156,2.156,0,0,1,1.667.688,2.493,2.493,0,0,1,.6,1.727Zm-1.086.034a2.14,2.14,0,0,0-.28-1.118,1.039,1.039,0,0,0-.942-.564,1.051,1.051,0,0,0-.96.564,2.14,2.14,0,0,0-.282,1.138,2.147,2.147,0,0,0,.28,1.12,1.061,1.061,0,0,0,.952.563,1.043,1.043,0,0,0,.94-.574,2.126,2.126,0,0,0,.292-1.13Zm6.721,2.362h-1.047v-2.7q0-1.248-.95-1.248a.943.943,0,0,0-.757.343,1.215,1.215,0,0,0-.292.808v2.8h-1.05V10.066c0-.414-.01-.863-.036-1.35h.92l.05.738h.028a1.532,1.532,0,0,1,.543-.57,1.782,1.782,0,0,1,.95-.264,1.5,1.5,0,0,1,1.1.427,2.072,2.072,0,0,1,.543,1.562v2.823ZM109.936,9.5h-1.154v2.29c0,.582.205.873.61.873a1.794,1.794,0,0,0,.468-.05l.027.8a2.359,2.359,0,0,1-.814.117,1.257,1.257,0,0,1-.97-.378,1.853,1.853,0,0,1-.35-1.27V9.5h-.688V8.72h.69V7.855l1.026-.31V8.718h1.155V9.5Zm5.548,3.929h-1.05v-2.68q0-1.268-.948-1.268a1,1,0,0,0-1,.735,1.356,1.356,0,0,0-.05.377v2.835H111.39V6.556h1.047V9.4h.02a1.585,1.585,0,0,1,1.416-.774,1.461,1.461,0,0,1,1.078.427,2.139,2.139,0,0,1,.534,1.58v2.8Zm5.723-2.58a2.441,2.441,0,0,1-.04.475h-3.142a1.376,1.376,0,0,0,.455,1.067,1.564,1.564,0,0,0,1.03.33,3.47,3.47,0,0,0,1.27-.223l.164.728a3.947,3.947,0,0,1-1.582.29,2.28,2.28,0,0,1-1.72-.644,2.368,2.368,0,0,1-.626-1.73A2.7,2.7,0,0,1,117.6,9.37a2,2,0,0,1,1.648-.756,1.75,1.75,0,0,1,1.54.756,2.51,2.51,0,0,1,.42,1.483Zm-1-.27a1.4,1.4,0,0,0-.2-.806.918.918,0,0,0-.834-.437,1,1,0,0,0-.834.427,1.577,1.577,0,0,0-.31.815h2.18Z' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 135px 40px
}

.icon-android {
    width: 135px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='135' height='40' viewBox='0 0 135 40'%3E %3Cdefs%3E %3ClinearGradient id='linear-gradient' x1='1.512' y1='-14.657' x2='0.217' y2='-13.981' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2300a0ff'/%3E %3Cstop offset='0.007' stop-color='%2300a1ff'/%3E %3Cstop offset='0.26' stop-color='%2300beff'/%3E %3Cstop offset='0.512' stop-color='%2300d2ff'/%3E %3Cstop offset='0.76' stop-color='%2300dfff'/%3E %3Cstop offset='1' stop-color='%2300e3ff'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='1.833' y1='-42.584' x2='-0.542' y2='-42.584' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ffe000'/%3E %3Cstop offset='0.409' stop-color='%23ffbd00'/%3E %3Cstop offset='0.775' stop-color='orange'/%3E %3Cstop offset='1' stop-color='%23ff9c00'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='0.826' y1='-29.127' x2='-0.534' y2='-27.342' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ff3a44'/%3E %3Cstop offset='1' stop-color='%23c31162'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='-0.222' y1='-28.563' x2='0.386' y2='-27.765' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2332a071'/%3E %3Cstop offset='0.069' stop-color='%232da771'/%3E %3Cstop offset='0.476' stop-color='%2315cf74'/%3E %3Cstop offset='0.801' stop-color='%2306e775'/%3E %3Cstop offset='1' stop-color='%2300f076'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='android-g10' transform='translate(236.756 -102.849)'%3E %3Cg id='android-g12' transform='translate(-236.756 102.849)'%3E %3Cpath id='android-path14' d='M-106.754,142.849h-125a5.016,5.016,0,0,1-5-5v-30a5.016,5.016,0,0,1,5-5h125a5.014,5.014,0,0,1,5,5v30a5.014,5.014,0,0,1-5,5Z' transform='translate(236.756 -102.849)'/%3E %3Cpath id='android-path16' d='M-106.754,103.651a4.2,4.2,0,0,1,4.2,4.2v30a4.2,4.2,0,0,1-4.2,4.2h-125a4.2,4.2,0,0,1-4.2-4.2v-30a4.2,4.2,0,0,1,4.2-4.2h125m0-.8h-125a5.013,5.013,0,0,0-5,5v30a5.016,5.016,0,0,0,5,5h125a5.015,5.015,0,0,0,5-5v-30a5.014,5.014,0,0,0-5-5Z' transform='translate(236.756 -102.849)' fill='%23a6a6a6'/%3E %3Cg id='android-g18' transform='translate(41.347 6.876)'%3E %3Cpath id='android-path20' d='M-189.225,113a2.687,2.687,0,0,1-.744,1.984,2.95,2.95,0,0,1-2.213.879,3.055,3.055,0,0,1-2.211-.889,2.99,2.99,0,0,1-.913-2.217,2.973,2.973,0,0,1,.911-2.211,3.046,3.046,0,0,1,2.211-.895,3.169,3.169,0,0,1,1.234.251,2.483,2.483,0,0,1,.94.663l-.527.522a2.046,2.046,0,0,0-1.649-.7,2.321,2.321,0,0,0-1.644.656,2.274,2.274,0,0,0-.689,1.714,2.284,2.284,0,0,0,.689,1.718,2.338,2.338,0,0,0,1.644.656,2.3,2.3,0,0,0,1.679-.661,1.855,1.855,0,0,0,.5-1.205h-2.183v-.716h2.912a2.012,2.012,0,0,1,.045.449Z' transform='translate(195.306 -109.65)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g22' transform='translate(48.526 7.014)'%3E %3Cpath id='android-path24' d='M-184.606,110.516h-2.732V112.4h2.466v.718h-2.466V115h2.735v.728h-3.508v-5.94h3.508v.731Z' transform='translate(188.111 -109.787)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g26' transform='translate(52.828 7.014)'%3E %3Cpath id='android-path28' d='M-181.345,115.727h-.774v-5.211H-183.8v-.729h4.132v.731h-1.679Z' transform='translate(183.798 -109.787)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g30' transform='translate(59.936 7.014)'%3E %3Cpath id='android-path32' d='M-176.675,115.727v-5.94h.772v5.94h-.772Z' transform='translate(176.676 -109.787)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g34' transform='translate(61.676 7.014)'%3E %3Cpath id='android-path36' d='M-172.477,115.727h-.767v-5.211h-1.684v-.729h4.135v.731h-1.683v5.209Z' transform='translate(174.928 -109.787)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g38' transform='translate(68.316 6.878)'%3E %3Cpath id='android-path40' d='M-162.971,114.961a2.969,2.969,0,0,1-2.2.9,2.977,2.977,0,0,1-2.209-.9,3.017,3.017,0,0,1-.886-2.2,3.016,3.016,0,0,1,.886-2.2,2.972,2.972,0,0,1,2.208-.9,2.958,2.958,0,0,1,2.2.9,3.019,3.019,0,0,1,.889,2.2,3.015,3.015,0,0,1-.884,2.2Zm-3.838-.495a2.232,2.232,0,0,0,1.635.666,2.214,2.214,0,0,0,1.629-.668,2.316,2.316,0,0,0,.671-1.707,2.32,2.32,0,0,0-.671-1.709,2.22,2.22,0,0,0-1.629-.666,2.22,2.22,0,0,0-1.636.669,2.311,2.311,0,0,0-.67,1.706,2.321,2.321,0,0,0,.669,1.709Z' transform='translate(168.269 -109.652)' fill='%23fff'/%3E %3C/g%3E %3Cg id='android-g42' transform='translate(75.569 7.014)'%3E %3Cpath id='android-path44' d='M-161,115.727v-5.94h.94l2.923,4.62h.034l-.034-1.142v-3.478h.773v5.94h-.807l-3.06-4.847h-.033l.033,1.146v3.7H-161Z' transform='translate(161 -109.787)' fill='%23fff'/%3E %3C/g%3E %3Cpath id='android-path46' d='M-168.458,124.4a4.178,4.178,0,0,0-4.277,4.214,4.188,4.188,0,0,0,4.276,4.212,4.191,4.191,0,0,0,4.283-4.213,4.181,4.181,0,0,0-4.284-4.215Zm0,6.768a2.45,2.45,0,0,1-2.4-2.554,2.438,2.438,0,0,1,2.4-2.556,2.442,2.442,0,0,1,2.41,2.555,2.453,2.453,0,0,1-2.41,2.553Zm-9.333-6.768a4.175,4.175,0,0,0-4.278,4.214,4.186,4.186,0,0,0,4.278,4.212,4.188,4.188,0,0,0,4.278-4.213,4.177,4.177,0,0,0-4.277-4.215Zm0,6.768a2.452,2.452,0,0,1-2.408-2.554,2.441,2.441,0,0,1,2.408-2.556,2.437,2.437,0,0,1,2.4,2.555,2.447,2.447,0,0,1-2.4,2.553Zm-11.107-5.477v1.79h4.327a3.7,3.7,0,0,1-.984,2.25,4.472,4.472,0,0,1-3.344,1.307,4.723,4.723,0,0,1-4.747-4.756,4.722,4.722,0,0,1,4.746-4.756,4.618,4.618,0,0,1,3.26,1.278l1.277-1.262a6.351,6.351,0,0,0-4.537-1.8,6.677,6.677,0,0,0-6.72,6.545,6.677,6.677,0,0,0,6.72,6.545,6.087,6.087,0,0,0,4.62-1.838,5.863,5.863,0,0,0,1.568-4.18,5.893,5.893,0,0,0-.1-1.118H-188.9Zm45.416,1.39a3.947,3.947,0,0,0-3.65-2.68,4.025,4.025,0,0,0-4.02,4.213,4.146,4.146,0,0,0,4.23,4.212,4.237,4.237,0,0,0,3.553-1.868l-1.453-.957a2.447,2.447,0,0,1-2.1,1.166,2.168,2.168,0,0,1-2.065-1.277l5.7-2.332-.2-.48Zm-5.814,1.4a2.324,2.324,0,0,1,2.227-2.457,1.658,1.658,0,0,1,1.586.895l-3.812,1.563Zm-4.634,4.088h1.874V120.188h-1.874Zm-3.07-7.233h-.063a2.964,2.964,0,0,0-2.24-.938,4.213,4.213,0,0,0-4.088,4.228,4.2,4.2,0,0,0,4.087,4.2,2.921,2.921,0,0,0,2.24-.958H-157v.6a2.17,2.17,0,0,1-2.276,2.476,2.368,2.368,0,0,1-2.15-1.505l-1.63.674a4.068,4.068,0,0,0,3.78,2.49c2.2,0,4.052-1.277,4.052-4.386v-7.568H-157Zm-2.144,5.83a2.431,2.431,0,0,1-2.373-2.54,2.448,2.448,0,0,1,2.373-2.57,2.387,2.387,0,0,1,2.277,2.57A2.368,2.368,0,0,1-159.144,131.169Zm24.438-10.98h-4.483v12.383h1.87v-4.693h2.613a3.951,3.951,0,0,0,4.112-3.846,3.954,3.954,0,0,0-4.112-3.845Zm.05,5.968h-2.664v-4.246h2.663a2.162,2.162,0,0,1,2.193,2.123,2.174,2.174,0,0,1-2.193,2.124Zm11.555-1.78a3.515,3.515,0,0,0-3.333,1.9l1.66.687a1.773,1.773,0,0,1,1.707-.91,1.8,1.8,0,0,1,1.97,1.593v.13a4.16,4.16,0,0,0-1.955-.48c-1.787,0-3.607.973-3.607,2.787a2.881,2.881,0,0,0,3.11,2.728,2.653,2.653,0,0,0,2.387-1.213h.064v.956h1.805V127.8c0-2.2-1.658-3.425-3.807-3.425Zm-.225,6.788c-.612,0-1.464-.3-1.464-1.05,0-.958,1.063-1.326,1.983-1.326a3.4,3.4,0,0,1,1.71.416,2.264,2.264,0,0,1-2.23,1.96Zm10.61-6.516-2.147,5.37h-.063l-2.222-5.37h-2.016l3.337,7.5-1.9,4.174h1.954l5.143-11.678h-2.081Zm-16.85,7.924h1.874V120.188h-1.874v12.384Z' transform='translate(236.434 -102.479)' fill='%23fff'/%3E %3Cg id='android-g48' transform='translate(9.997 7.583)'%3E %3Cpath id='android-path64' d='M-226.3,110.317a1.967,1.967,0,0,0-.463,1.395v21.91a1.957,1.957,0,0,0,.463,1.393l.073.067,12.422-12.273v-.289l-12.422-12.273-.073.072Z' transform='translate(226.759 -110.247)' fill='url(%23linear-gradient)'/%3E %3C/g%3E %3Cg id='android-g66' transform='translate(22.896 15.763)'%3E %3Cpath id='android-path78' d='M-209.666,126.9l-4.135-4.093v-.289l4.141-4.093.093.053,4.9,2.759c1.4.783,1.4,2.071,0,2.858l-4.9,2.753Z' transform='translate(213.801 -118.427)' fill='url(%23linear-gradient-2)'/%3E %3C/g%3E %3Cg id='android-g80' transform='translate(10.46 20.088)'%3E %3Cpath id='android-path88' d='M-209.566,126.85l-4.235-4.186-12.5,12.351a1.647,1.647,0,0,0,2.085.058l14.645-8.223' transform='translate(226.296 -122.664)' fill='url(%23linear-gradient-3)'/%3E %3C/g%3E %3Cg id='android-g90' transform='translate(10.458 7.173)'%3E %3Cpath id='android-path104' d='M-209.566,118.479l-14.647-8.223a1.652,1.652,0,0,0-2.085.061l12.5,12.347Z' transform='translate(226.298 -109.924)' fill='url(%23linear-gradient-4)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 135px 40px
}

.img-fit {
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    max-height: 100%
}

@media (max-width: 1199.98px) {
    .img-fit {
        -o-object-fit: cover;
        font-family: "object-fit:cover;object-position:bottom right";
        object-fit: cover;
        -o-object-position: bottom right;
        object-position: bottom right
    }
}

.link {
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

@media (prefers-reduced-motion: reduce) {
    .link {
        -webkit-transition: none;
        transition: none
    }
}

.link:hover {
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border-bottom-color: currentColor
}

@media (prefers-reduced-motion: reduce) {
    .link:hover {
        -webkit-transition: none;
        transition: none
    }
}

.bg-primary .link {
    color: #fff
}

.bg-primary .link:hover {
    border-color: #fff
}

ul.list,
ol.list {
    padding-left: 1rem;
    list-style: none
}

ul.list li,
ol.list li {
    position: relative
}

ul.list li:not(:last-child),
ol.list li:not(:last-child) {
    margin-bottom: .375rem
}

ul.list li:before,
ol.list li:before {
    content: "";
    position: absolute;
    display: inline-block;
    margin-left: -1rem
}

ul.list--checkmark,
ol.list--checkmark {
    padding-left: 1.5rem
}

ul.list--checkmark li:before,
ol.list--checkmark li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.656' height='19.867' viewBox='0 0 25.656 19.867'%3E %3Cg id='check' transform='translate(-293.75 -729.672)'%3E %3Cpath id='Pfad_405' data-name='Pfad 405' d='M196.883,3402.082h0l5.93,6.178,14.07-14.176' transform='translate(99.695 -2661.584)' fill='none' stroke='red' stroke-linecap='round' stroke-width='4'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13.00052002px 9.88039522px;
    width: 13.00052002px;
    height: 9.88039522px;
    top: 8px;
    margin-left: -1.5rem
}

ul.list--default li,
ol.list--default li {
    position: relative
}

ul.list--default li:before,
ol.list--default li:before {
    background-color: red;
    border-radius: 50%;
    border: none;
    width: 6px;
    height: 6px;
    top: 10px
}

.bg-primary ul.list--default li:before,
.bg-primary ol.list--default li:before {
    background-color: #fff
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.sticky:before,
.sticky:after {
    content: '';
    display: table
}

.hide-text {
    font-size: 0
}

.font-extra-small {
    font-size: .666rem !important
}

.highlight {
    color: red
}

ol,
ul,
dl {
    margin-bottom: 1.555rem
}

.list--item {
    margin-bottom: 1.77rem;
    padding-left: 2.33rem;
    position: relative
}

.list--item:before {
    position: absolute;
    display: inline-block;
    left: 0;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.656' height='19.867' viewBox='0 0 25.656 19.867'%3E %3Cg id='check' transform='translate(-293.75 -729.672)'%3E %3Cpath id='Pfad_405' data-name='Pfad 405' d='M196.883,3402.082h0l5.93,6.178,14.07-14.176' transform='translate(99.695 -2661.584)' fill='none' stroke='red' stroke-linecap='round' stroke-width='4'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px 19px;
    width: 25px;
    height: 19px
}

header.sticky {
    z-index: 100
}

.navbar {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-promo {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 auto;
    white-space: pre-line;
    text-align: center
}

.navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-nav .nav-item .nav-link {
    font-size: .875rem;
    color: #5D5D5D
}

.navbar-nav .nav-item .nav-link.btn-primary {
    color: #fff !important;
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

.navbar-nav .nav-item .nav-link:not(.btn) {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.navbar-nav .nav-item:last-child .nav-link:not(.btn) {
    padding-right: 0
}

.navbar-nav .nav-item:last-child .nav-link.btn {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 1.5rem;
        padding-bottom: .75rem
    }

    .navbar-nav .nav-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .navbar-nav .nav-item .nav-link.btn-primary {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-nav .nav-item .nav-link:not(.btn) {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-mainnavigation .dropdown-menu {
    margin: 0
}

.navbar-mainnavigation .dropdown-toggle:after {
    display: none;
    margin-left: auto;
    vertical-align: middle
}

.navbar-mainnavigation .dropdown-menu {
    position: absolute
}

.navbar-mainnavigation .dropdown-item {
    padding-left: .5rem;
    padding-right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-mainnavigation .dropdown-icon svg,
.navbar-mainnavigation .dropdown-icon img {
    display: block;
    margin: 0
}

.navbar-mainnavigation .dropdown-icon+.dropdown-text {
    margin-left: .5em
}

.navbar-toggler {
    padding: 0;
    height: 34px;
    width: 34px;
    position: relative;
    border: 0
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler-icon:after,
.navbar-toggler-icon,
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: none !important;
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.navbar-toggler-icon {
    top: 50%;
    left: 50%;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navbar-toggler-icon:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.navbar-toggler-icon:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    height: 2px
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: -6px
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 6px
}

.navbar-toggler {
    width: 34px
}

.navbar-toggler-icon {
    height: 2px;
    width: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    width: 15px;
    margin-right: 7px;
    opacity: 1
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20px
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 18px
}

@media (max-width: 575.98px) {
    .navbar {
        padding: .75rem 15px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .navbar {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 575.98px) {
    .navbar-brand>img {
        max-width: 70%
    }

    .img-fluid.right {
        display: none
    }
}

.component--accordion .collapsed .icon:after {
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E %3Cg id='Interface-Essential_Remove_Add_add-circle' data-name='Interface-Essential / Remove/Add / add-circle' transform='translate(-357.505 -5965.5)'%3E %3Cpath id='Shape_2526' data-name='Shape 2526' d='M363.005,5966.5v9' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Shape_2527' data-name='Shape 2527' d='M358.505,5971h9' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 11px;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
    margin-top: -5.5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.component--accordion .icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.component--accordion .icon:after {
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E %3Cg id='Interface-Essential_Remove_Add_add-circle' data-name='Interface-Essential / Remove/Add / add-circle' transform='translate(-357.505 -5965.5)'%3E %3Cpath id='Shape_2527' data-name='Shape 2527' d='M358.505,5971h9' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 11px;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
    margin-top: -5.5px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .component--accordion .icon:after {
        -webkit-transition: none;
        transition: none
    }
}

.component--accordion__item {
    border-bottom: 1px solid #ebebeb;
    padding: 0
}

.component--accordion__toggler {
    cursor: pointer;
    padding: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component--accordion__content {
    padding: 0 .75rem 1.5rem
}

.container-fluid .component--app>.row {
    margin-right: 0;
    margin-left: 0
}

.component--app .bg-white,
.component--app .component--teaser--textblock .component--teaser__item,
.component--teaser--textblock .component--app .component--teaser__item {
    border: 1px solid #ebebeb
}

.component--carousel__fullSize {
    max-width: none !important
}

.component--carousel__fullSize,
.component--carousel__fullSize:first-child {
    padding: 0 !important
}

.component--carousel__fullSize .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.component--carousel__fullSize .component--carousel--navigation {
    -webkit-transform: none;
    transform: none
}

@media (max-width: 991.98px) {
    .component--carousel__fullSize .component--carousel--dots {
        margin: 30px 0
    }
}

.component--carousel__inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.component--carousel--navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 46px;
    margin-right: 55px;
    height: 46px
}

@media (max-width: 991.98px) {
    .component--carousel--navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.component--carousel--dots,
.component--carousel--arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .component--carousel--dots {
        margin: 15px 0
    }
}

@media (max-width: 991.98px) {
    .component--carousel--arrows {
        display: none
    }
}

.component--carousel .slick-slide>div .component--hero {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .component--carousel .slick-slide>div .component--teaser--image__vertical {
        padding-bottom: 72px !important
    }
}

@media (min-width: 992px) {

    .component--carousel .slick-slide>div .component--accordion,
    .component--carousel .slick-slide>div .component--app,
    .component--carousel .slick-slide>div .component--teaser--textblock {
        padding-bottom: 102px !important
    }
}

@media (min-width: 992px) {
    .component--carousel .slick-slide>div .component--teaser--image>.row:only-child {
        padding-bottom: 102px !important
    }
}

.component--carousel .slick-slider {
    margin-bottom: 0 !important
}

.component--carousel .slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.component--carousel .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 9px
}

.component--carousel .slick-dots li button {
    padding: 0;
    width: 9px;
    height: 9px
}

.component--carousel .slick-dots li button:before {
    content: '';
    background-color: #ebebeb;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #fff;
    width: 9px;
    height: 9px;
    opacity: 1
}

.component--carousel .slick-dots li.slick-active button:before {
    background-color: red
}

.component--carousel .carousel--prev {
    margin: 0 18px
}

@media (max-width: 991.98px) {
    .component--carousel .carousel--prev {
        margin-left: 0
    }
}

.component--carousel .carousel--prev,
.component--carousel .carousel--next {
    width: 36px;
    height: 36px
}

@media (min-width: 992px) {

    .component--carousel .carousel--prev,
    .component--carousel .carousel--next {
        width: 46px;
        height: 46px
    }
}

.component--hero p {
    margin-bottom: 2.44rem
}

.component--hero h1,
.component--hero h2,
.component--hero h3,
.component--hero h4,
.component--hero h5,
.component--hero h6,
.component--hero .h1,
.component--hero .h2,
.component--hero .h3,
.component--hero .h4,
.component--hero .h5,
.component--hero .h6 {
    margin-bottom: 1rem
}

.component--hero .component--hero__image {
    padding: 0
}

.component--hero.component--hero__fullSize {
    position: relative
}

.component--hero.component--hero__fullSize .component--hero__text {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 59px)
}

@media (min-width: 768px) {
    .component--hero.component--hero__fullSize .component--hero__text {
        min-height: calc(100vh - 87px)
    }
}

@media (min-width: 1200px) {
    .component--hero.component--hero__fullSize .component--hero__text {
        min-height: 800px
    }
}

.component--hero.component--hero__fullSize .component--hero__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.component--hero.component--hero__fullSize .component--hero__image img {
    width: 100%;
    height: 100%
}

.component--hero.component--hero__textonly {
    text-align: center
}

.component--table__comparable table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0
}

.component--table__comparable table.dataTable td,
.component--table__comparable table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.component--table__comparable table.dataTable td.dataTables_empty,
.component--table__comparable table.dataTable th.dataTables_empty {
    text-align: center
}

.component--table__comparable table.dataTable.nowrap th,
.component--table__comparable table.dataTable.nowrap td {
    white-space: nowrap
}

.component--table__comparable div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

.component--table__comparable div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

.component--table__comparable div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

.component--table__comparable div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

.component--table__comparable div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto
}

.component--table__comparable div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap
}

.component--table__comparable div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

.component--table__comparable div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.component--table__comparable div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

.component--table__comparable table.dataTable thead>tr>th.sorting_asc,
.component--table__comparable table.dataTable thead>tr>th.sorting_desc,
.component--table__comparable table.dataTable thead>tr>th.sorting,
.component--table__comparable table.dataTable thead>tr>td.sorting_asc,
.component--table__comparable table.dataTable thead>tr>td.sorting_desc,
.component--table__comparable table.dataTable thead>tr>td.sorting {
    padding-right: 30px
}

.component--table__comparable table.dataTable thead>tr>th:active,
.component--table__comparable table.dataTable thead>tr>td:active {
    outline: none
}

.component--table__comparable table.dataTable thead .sorting,
.component--table__comparable table.dataTable thead .sorting_asc,
.component--table__comparable table.dataTable thead .sorting_desc,
.component--table__comparable table.dataTable thead .sorting_asc_disabled,
.component--table__comparable table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

.component--table__comparable table.dataTable thead .sorting:before,
.component--table__comparable table.dataTable thead .sorting:after,
.component--table__comparable table.dataTable thead .sorting_asc:before,
.component--table__comparable table.dataTable thead .sorting_asc:after,
.component--table__comparable table.dataTable thead .sorting_desc:before,
.component--table__comparable table.dataTable thead .sorting_desc:after,
.component--table__comparable table.dataTable thead .sorting_asc_disabled:before,
.component--table__comparable table.dataTable thead .sorting_asc_disabled:after,
.component--table__comparable table.dataTable thead .sorting_desc_disabled:before,
.component--table__comparable table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

.component--table__comparable table.dataTable thead .sorting:before,
.component--table__comparable table.dataTable thead .sorting_asc:before,
.component--table__comparable table.dataTable thead .sorting_desc:before,
.component--table__comparable table.dataTable thead .sorting_asc_disabled:before,
.component--table__comparable table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

.component--table__comparable table.dataTable thead .sorting:after,
.component--table__comparable table.dataTable thead .sorting_asc:after,
.component--table__comparable table.dataTable thead .sorting_desc:after,
.component--table__comparable table.dataTable thead .sorting_asc_disabled:after,
.component--table__comparable table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

.component--table__comparable table.dataTable thead .sorting_asc:before,
.component--table__comparable table.dataTable thead .sorting_desc:after {
    opacity: 1
}

.component--table__comparable table.dataTable thead .sorting_asc_disabled:before,
.component--table__comparable table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

.component--table__comparable div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

.component--table__comparable div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.component--table__comparable div.dataTables_scrollBody table thead .sorting:before,
.component--table__comparable div.dataTables_scrollBody table thead .sorting_asc:before,
.component--table__comparable div.dataTables_scrollBody table thead .sorting_desc:before,
.component--table__comparable div.dataTables_scrollBody table thead .sorting:after,
.component--table__comparable div.dataTables_scrollBody table thead .sorting_asc:after,
.component--table__comparable div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

.component--table__comparable div.dataTables_scrollBody table tbody tr:first-child th,
.component--table__comparable div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

.component--table__comparable div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.component--table__comparable div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {

    .component--table__comparable div.dataTables_wrapper div.dataTables_length,
    .component--table__comparable div.dataTables_wrapper div.dataTables_filter,
    .component--table__comparable div.dataTables_wrapper div.dataTables_info,
    .component--table__comparable div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

.component--table__comparable table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px
}

.component--table__comparable table.dataTable.table-sm .sorting:before,
.component--table__comparable table.dataTable.table-sm .sorting_asc:before,
.component--table__comparable table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em
}

.component--table__comparable table.dataTable.table-sm .sorting:after,
.component--table__comparable table.dataTable.table-sm .sorting_asc:after,
.component--table__comparable table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

.component--table__comparable table.table-bordered.dataTable th,
.component--table__comparable table.table-bordered.dataTable td {
    border-left-width: 0
}

.component--table__comparable table.table-bordered.dataTable th:last-child,
.component--table__comparable table.table-bordered.dataTable th:last-child,
.component--table__comparable table.table-bordered.dataTable td:last-child,
.component--table__comparable table.table-bordered.dataTable td:last-child {
    border-right-width: 0
}

.component--table__comparable table.table-bordered.dataTable tbody th,
.component--table__comparable table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

.component--table__comparable div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

.component--table__comparable div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

.component--table__comparable div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0
}

.component--table__comparable div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0
}

.component--table__comparable table.DTFC_Cloned tr {
    background-color: white;
    margin-bottom: 0
}

.component--table__comparable div.DTFC_LeftHeadWrapper table,
.component--table__comparable div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color: white
}

.component--table__comparable div.DTFC_LeftBodyWrapper table,
.component--table__comparable div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
    z-index: 2
}

.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting:after,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting:after,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
.component--table__comparable div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
.component--table__comparable div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
    display: none
}

.component--table__comparable div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
.component--table__comparable div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
.component--table__comparable div.DTFC_RightBodyWrapper table tbody tr:first-child th,
.component--table__comparable div.DTFC_RightBodyWrapper table tbody tr:first-child td {
    border-top: none
}

.component--table__comparable div.DTFC_LeftFootWrapper table,
.component--table__comparable div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
    background-color: white
}

.component--table__comparable div.DTFC_Blocker {
    background-color: white
}

.component--table__comparable table.dataTable.table-striped.DTFC_Cloned tbody {
    background-color: white
}

.component--table__comparable table.dataTable {
    margin-top: 0 !important
}

.component--table__comparable .table th {
    border-top: none;
    color: #5D5D5D;
    font-weight: 500
}

.component--table__comparable .table thead th {
    border-bottom: none;
    padding-top: 0;
    font-size: 14px
}

.component--table__comparable .table th,
.component--table__comparable .table td {
    white-space: nowrap
}

.component--table__comparable .table td {
    padding-top: 25px;
    padding-bottom: 25px
}

.component--table__comparable .table img {
    max-width: 120px !important
}

.dataTables_wrapper {
    padding: .75rem 0
}

.DTFC_ScrollWrapper .DTFC_LeftWrapper:after {
    content: '';
    right: -25px;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .DTFC_ScrollWrapper .DTFC_LeftWrapper:after {
        -webkit-transition: none;
        transition: none
    }
}

.DTFC_ScrollWrapper.scrollStart .DTFC_LeftWrapper {
    height: calc(100% - 17px) !important
}

.DTFC_ScrollWrapper.scrollStart .DTFC_LeftWrapper:after {
    opacity: 1;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), to(rgba(128, 128, 128, 0.1)));
    background-image: linear-gradient(to left, transparent 50%, rgba(128, 128, 128, 0.1) 100%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .DTFC_ScrollWrapper.scrollStart .DTFC_LeftWrapper:after {
        -webkit-transition: none;
        transition: none
    }
}

.DTFC_ScrollWrapper.isScrollable .dataTables_scrollBody td:first-child>* {
    opacity: 0 !important
}

.DTFC_ScrollWrapper.isScrollable::after {
    content: '';
    width: 60px;
    height: calc(100% - 17px);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(43%, rgba(255, 255, 255, 0.43)), to(#fff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.43) 43%, #fff 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .DTFC_ScrollWrapper.isScrollable::after {
        -webkit-transition: none;
        transition: none
    }
}

.DTFC_ScrollWrapper.isScrollable.scrollEnd::after {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .DTFC_ScrollWrapper.isScrollable.scrollEnd::after {
        -webkit-transition: none;
        transition: none
    }
}

.component--teaser__item {
    padding: 2.25rem 1.5rem
}

.component--teaser__collapsible {
    font-size: .666rem;
    text-align: left
}

.component--teaser__collapsible--button {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .component--teaser__collapsible--button {
        -webkit-transition: none;
        transition: none
    }
}

.component--teaser__collapsible--button[aria-expanded="false"] {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .component--teaser__collapsible--button[aria-expanded="false"] {
        -webkit-transition: none;
        transition: none
    }
}

.component--teaser--textblock .component--teaser__text {
    text-align: center;
    padding: 2.25rem !important
}

@media (max-width: 991.98px) {
    .component--teaser--textblock .component--teaser__text {
        padding: 2.25rem 1.5rem !important
    }
}

@media (max-width: 767.98px) {
    .component--teaser--textblock .component--teaser__text {
        padding: 2.25rem 1.5rem !important
    }
}

.component--teaser--textblock .component--teaser__text.bg-primary {
    color: #fff
}

.component--teaser--textblock .component--teaser__text.bg-secondary {
    color: #fff
}

.component--teaser--textblock .component--teaser__text.bg-success {
    color: #fff
}

.component--teaser--textblock .component--teaser__text.bg-info {
    color: #fff
}

.component--teaser--textblock .component--teaser__text.bg-warning {
    color: #212529
}

.component--teaser--textblock .component--teaser__text.bg-danger {
    color: #fff
}

.component--teaser--textblock .component--teaser__text.bg-light,
.bg-white .component--teaser--textblock .component--teaser__text.component--teaser__item,
.component--teaser--textblock .component--teaser__item .component--teaser--textblock .component--teaser__text.component--teaser__item {
    color: #212529
}

.component--teaser--textblock .component--teaser__text.bg-dark {
    color: #fff
}

@media (max-width: 991.98px) {
    .component--teaser--textblock .component--teaser__text {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {

    .component--teaser--media .component--teaser__media,
    .component--teaser--media .component--teaser__image,
    .component--teaser--media__vertical .component--teaser__media,
    .component--teaser--media__vertical .component--teaser__image,
    .component--teaser--image .component--teaser__media,
    .component--teaser--image .component--teaser__image,
    .component--teaser--image__vertical .component--teaser__media,
    .component--teaser--image__vertical .component--teaser__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.component--teaser--media .component--teaser__media>a,
.component--teaser--media .component--teaser__image>a,
.component--teaser--media__vertical .component--teaser__media>a,
.component--teaser--media__vertical .component--teaser__image>a,
.component--teaser--image .component--teaser__media>a,
.component--teaser--image .component--teaser__image>a,
.component--teaser--image__vertical .component--teaser__media>a,
.component--teaser--image__vertical .component--teaser__image>a {
    overflow: hidden;
    display: block
}

@media (min-width: 992px) {

    .component--teaser--media .component--teaser__media>a,
    .component--teaser--media .component--teaser__image>a,
    .component--teaser--media__vertical .component--teaser__media>a,
    .component--teaser--media__vertical .component--teaser__image>a,
    .component--teaser--image .component--teaser__media>a,
    .component--teaser--image .component--teaser__image>a,
    .component--teaser--image__vertical .component--teaser__media>a,
    .component--teaser--image__vertical .component--teaser__image>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.component--teaser--media .component--teaser__media>a>img,
.component--teaser--media .component--teaser__image>a>img,
.component--teaser--media__vertical .component--teaser__media>a>img,
.component--teaser--media__vertical .component--teaser__image>a>img,
.component--teaser--image .component--teaser__media>a>img,
.component--teaser--image .component--teaser__image>a>img,
.component--teaser--image__vertical .component--teaser__media>a>img,
.component--teaser--image__vertical .component--teaser__image>a>img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (prefers-reduced-motion: reduce) {

    .component--teaser--media .component--teaser__media>a>img,
    .component--teaser--media .component--teaser__image>a>img,
    .component--teaser--media__vertical .component--teaser__media>a>img,
    .component--teaser--media__vertical .component--teaser__image>a>img,
    .component--teaser--image .component--teaser__media>a>img,
    .component--teaser--image .component--teaser__image>a>img,
    .component--teaser--image__vertical .component--teaser__media>a>img,
    .component--teaser--image__vertical .component--teaser__image>a>img {
        -webkit-transition: none;
        transition: none
    }
}

.component--teaser--media .component--teaser__media>a>img:hover,
.component--teaser--media .component--teaser__image>a>img:hover,
.component--teaser--media__vertical .component--teaser__media>a>img:hover,
.component--teaser--media__vertical .component--teaser__image>a>img:hover,
.component--teaser--image .component--teaser__media>a>img:hover,
.component--teaser--image .component--teaser__image>a>img:hover,
.component--teaser--image__vertical .component--teaser__media>a>img:hover,
.component--teaser--image__vertical .component--teaser__image>a>img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.component--teaser--media .component--teaser__image.bg-primary,
.component--teaser--media .component--teaser__media.bg-primary,
.component--teaser--media .component--teaser__text.bg-primary,
.component--teaser--media__vertical .component--teaser__image.bg-primary,
.component--teaser--media__vertical .component--teaser__media.bg-primary,
.component--teaser--media__vertical .component--teaser__text.bg-primary,
.component--teaser--image .component--teaser__image.bg-primary,
.component--teaser--image .component--teaser__media.bg-primary,
.component--teaser--image .component--teaser__text.bg-primary,
.component--teaser--image__vertical .component--teaser__image.bg-primary,
.component--teaser--image__vertical .component--teaser__media.bg-primary,
.component--teaser--image__vertical .component--teaser__text.bg-primary {
    color: #fff
}

.component--teaser--media .component--teaser__media-wrapper,
.component--teaser--media__vertical .component--teaser__media-wrapper,
.component--teaser--image .component--teaser__media-wrapper,
.component--teaser--image__vertical .component--teaser__media-wrapper {
    display: block;
    width: 100%
}

.component--teaser--media .component--teaser__media-container,
.component--teaser--media__vertical .component--teaser__media-container,
.component--teaser--image .component--teaser__media-container,
.component--teaser--image__vertical .component--teaser__media-container {
    position: relative
}

.component--teaser--media .component--teaser__media-container:before,
.component--teaser--media__vertical .component--teaser__media-container:before,
.component--teaser--image .component--teaser__media-container:before,
.component--teaser--image__vertical .component--teaser__media-container:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.component--teaser--media .component--teaser__media-container iframe,
.component--teaser--media .component--teaser__media-container object,
.component--teaser--media .component--teaser__media-container embed,
.component--teaser--media__vertical .component--teaser__media-container iframe,
.component--teaser--media__vertical .component--teaser__media-container object,
.component--teaser--media__vertical .component--teaser__media-container embed,
.component--teaser--image .component--teaser__media-container iframe,
.component--teaser--image .component--teaser__media-container object,
.component--teaser--image .component--teaser__media-container embed,
.component--teaser--image__vertical .component--teaser__media-container iframe,
.component--teaser--image__vertical .component--teaser__media-container object,
.component--teaser--image__vertical .component--teaser__media-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.container-fluid .component--teaser--image>.row {
    margin-right: 0;
    margin-left: 0
}

.component--teaser--media .component--teaser__item,
.component--teaser--image .component--teaser__item {
    padding: 2.25rem !important
}

@media (max-width: 991.98px) {

    .component--teaser--media .component--teaser__item,
    .component--teaser--image .component--teaser__item {
        padding: 2.25rem 1.5rem !important
    }
}

@media (max-width: 767.98px) {

    .component--teaser--media .component--teaser__item,
    .component--teaser--image .component--teaser__item {
        padding: 2.25rem .75rem !important
    }
}

.component--teaser--media .component--teaser__media>a,
.component--teaser--media .component--teaser__image>a,
.component--teaser--image .component--teaser__media>a,
.component--teaser--image .component--teaser__image>a {
    margin: 0 -15px
}

@media (max-width: 767.98px) {

    .component--teaser--media .component--teaser__media,
    .component--teaser--media .component--teaser__image,
    .component--teaser--image .component--teaser__media,
    .component--teaser--image .component--teaser__image {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.component--teaser--media .component--teaser__text .btn,
.component--teaser--media .component--teaser__text .link,
.component--teaser--image .component--teaser__text .btn,
.component--teaser--image .component--teaser__text .link {
    margin-bottom: .75rem;
    margin-right: .75rem
}

@media (max-width: 991.98px) {

    .component--teaser--media .component--teaser__text,
    .component--teaser--image .component--teaser__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 992px) {

    .component--teaser--media__left .component--teaser__media>a,
    .component--teaser--media__left .component--teaser__image>a,
    .component--teaser--image__left .component--teaser__media>a,
    .component--teaser--image__left .component--teaser__image>a {
        margin-right: 0
    }
}

@media (min-width: 992px) {

    .component--teaser--media__right .component--teaser__media>a,
    .component--teaser--media__right .component--teaser__image>a,
    .component--teaser--image__right .component--teaser__media>a,
    .component--teaser--image__right .component--teaser__image>a {
        margin-left: 0
    }
}

.component--teaser--media .component--teaser__media,
.component--teaser--media .component--teaser__text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {

    .component--teaser--media .component--teaser__media,
    .component--teaser--media .component--teaser__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.component--teaser--media .component--teaser__media--size-full,
.component--teaser--media .component--teaser__text--size-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .component--teaser--media .component--teaser__text--size-big {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.component--teaser--media .component--teaser__text--size-full {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .component--teaser--media .component--teaser__media--size-big {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

.component--teaser--media .component--teaser__media--size-full {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.component--teaser--media .component--teaser__media--size-full .component--teaser__media-wrapper {
    padding-top: 0 !important
}

.component--teaser--media .component--teaser__item {
    padding: 2.25rem 0 0 !important
}

.component--teaser--media .component--teaser__media-wrapper {
    padding: 2.25rem 0 0 !important
}

@media (max-width: 991.98px) {
    .component--teaser--media .component--teaser__media-wrapper {
        padding: 0 !important
    }
}

.component--teaser--media:only-child .component--teaser__media {
    padding: 0 !important
}

.component--teaser--media__vertical .component--teaser__item,
.component--teaser--image__vertical .component--teaser__item {
    padding: 2.25rem 2.25rem !important
}

.component--carousel .component--teaser--media__vertical .component--teaser__item,
.component--carousel .component--teaser--image__vertical .component--teaser__item {
    padding: 2.25rem 1.5rem !important
}

@media (max-width: 767.98px) {

    .component--teaser--media__vertical .component--teaser__item,
    .component--teaser--image__vertical .component--teaser__item {
        padding: 2.25rem 1.5rem !important
    }
}

.component--teaser--media__vertical .component--teaser__media>a,
.component--teaser--media__vertical .component--teaser__image>a,
.component--teaser--image__vertical .component--teaser__media>a,
.component--teaser--image__vertical .component--teaser__image>a {
    width: 100%
}

.component--teaser--media__vertical--slot,
.component--teaser--image__vertical--slot {
    margin-bottom: 30px
}

.component--testimonial {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    min-height: 350px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .component--carousel .component--testimonial {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.component--textonly .btn,
.component--textonly .link {
    margin-bottom: 1rem;
    margin-right: .75rem
}

#header {
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 575.98px) {
    #header {
        padding-left: 0;
        padding-right: 0
    }
}

#main {
    max-width: 1920px;
    margin: 0 auto
}

#footer {
    border-top: 1px solid #ebebeb;
    padding-top: 4.995rem;
    padding-bottom: 1.5rem
}

#footer>div {
    padding: 0 30px
}

@media (max-width: 575.98px) {
    #footer>div {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 991.98px) {
    #footer {
        padding-bottom: 4.995rem
    }
}

#footer .social-icons {
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    #footer .social-icons {
        margin-bottom: 1.5rem
    }
}

html {
    font-size: 18px
}

.stoerer_provision {
    width: 20vw;
    position: absolute;
    top: 5vw;
    right: 4vw;
    cursor: pointer;
    clip-path: circle(50%)
}
