:root {
    --main-color: #ec0000;
    --main-color-dark: #cc0000;
    --dark-grey: #404445;
    --medium-strong-grey: #515657;
    --medium-grey: #797979;
    --bg-color-gray: #fafafa;
    --bg-color-sky: #deedf2;

    --font-family-headline: 'SantanderHeadline';
    --font-family-regular: 'SantanderText';
}

@font-face {
    font-family: 'SantanderText';
    font-style: normal;
    font-weight: 300;
    src: url('https://www.santander.pl/_fileserver/item/1508765') format("woff");
}

@font-face {
    font-family: 'SantanderText';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.santander.pl/_fileserver/item/1508765') format("woff");
}

@font-face {
    font-family: 'SantanderText';
    font-weight: 700;
    src: url('https://www.santander.pl/_fileserver/item/1508763') format("woff");
}

@font-face {
    font-family: 'SantanderText';
    font-style: italic;
    src: url('https://www.santander.pl/_fileserver/item/1508764') format("woff");
}

@font-face {
    font-family: 'SantanderHeadline';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.santander.pl/_fileserver/item/1508762') format("woff");
}

@font-face {
    font-family: 'SantanderHeadline';
    font-weight: 700;
    src: url('https://www.santander.pl/_fileserver/item/1508761') format("woff");
}

@font-face {
    font-family: 'SantanderText';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/SantanderTextW05-Regular.woff);
}

@font-face {
    font-family: 'SantanderText';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/SantanderTextW05-Regular.woff);
}

@font-face {
    font-family: 'SantanderText';
    font-weight: 700;
    src: url(./fonts/SantanderTextW05-Bold.woff);
}

@font-face {
    font-family: 'SantanderText';
    font-style: italic;
    src: url(./fonts/SantanderTextW05-Italic.woff);
}

@font-face {
    font-family: 'SantanderHeadline';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/SantanderHeadlineW05-Regular.woff);
}

@font-face {
    font-family: 'SantanderHeadline';
    font-weight: 700;
    src: url(./fonts/SantanderHeadlineW05-Bold.woff);
}

html {
    font-family: 'SantanderText', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'SantanderText', sans-serif;
    color: #000;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'SantanderText', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

/* p {
    margin-top: 0;
    margin-bottom: 1rem;
} */

b,
strong,
.b {
    font-weight: bolder;
}

.i,
i {
    font-style: italic;
}

span,
b,
.b,
.i,
i {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}


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: #ec0000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #cc0000;
    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;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

[hidden] {
    display: none !important;
}

@media (min-width: 550px) {

    [hidden-sm] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    [hidden-md] {
        display: none !important;
    }
}

@media (min-width: 1170px) {
    [hidden-xl] {
        display: none !important;
    }
}

ul.list {
    margin-left: 9px;
    list-style: none;
}

li.list-item {
    font-size: inherit;
    margin-bottom: inherit;
    color: inherit;
    position: relative;
}

li.list-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #ec0000;
    border-radius: 50%;
    left: -10px;
    top: 9px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-style: solid;
}

.sep-light {
    border-width: 1px;
}

.sep-bold {
    border-width: 2px;
}

.sep-blue {
    border-color: #c3dee7;
}

.sep-gray {
    border-color: #ccc;
}

.sep-red {
    border-color: #ec0000;
}

h1,
h2,
h3,
h4 {
    font-family: 'SantanderHeadline';
    line-height: 1.2;
    color: inherit;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

/* @media (min-width: 1170px) {
    h2 {
        margin-bottom: 30px;
    }
} */

.subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    color: #404445;
}

@media(min-width:768px) {
    .subtitle {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

/* @media(min-width:1170px) {
    .subtitle {
        margin-bottom: 25px;
    }
} */

.red {
    color: #ec0000;
}

.white {
    color: #fff !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-initial {
    overflow: initial;
}


@media (min-width: 550px) {
    .overflow-initial-sm {
        overflow: visible;
    }

    .overflow-hidden-sm {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .overflow-initial-md {
        overflow: visible;
    }

    .overflow-hidden-md {
        overflow: hidden;
    }
}

@media (min-width: 1170px) {
    .overflow-initial-xl {
        overflow: visible;
    }

    .overflow-hidden-xl {
        overflow: hidden;
    }
}

.rotate-0 {
    transform: rotate(0deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.rotate-360 {
    transform: rotate(360deg);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 350px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (min-width: 550px) {
    .container {
        max-width: 550px;
    }

} */

.banner .container {
    padding: 0;
}

@media(max-width:767px) {
    .banner .container {
        max-width: 350px;
    }

}

@media(max-width:359px) {
    .banner .container {
        padding: 0 10px;
    }

}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1170px) {
    .container {
        max-width: 1200px;
    }
}

.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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    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: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.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.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 550px) {
    .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: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .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.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@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: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .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.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@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: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .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.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1170px) {
    .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: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .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.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .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.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .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.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.btn,
input[type="submit"] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(118, 118, 118, 0.6);
    transition: 0.3s ease;
    cursor: pointer;
    border: none !important;
}

.submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[type="submit"] {
    border: none;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary,
input[type="submit"] {
    color: #fff !important;
    background-color: #ec0000 !important;
}

.btn-primary:hover,
input[type="submit"]:hover {
    color: #fff !important;
    background-color: #cc0000 !important;
}

.btn-primary:focus,
.btn-primary.focus,
input[type="submit"]:focus {
    /* box-shadow: 0 0 0 0.2rem #cc0000; */
    background-color: #cc0000 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #cc0000;
}

.btn:not([href]) {
    color: #ec0000;
}

.btn:not([href]):hover {
    color: #cc0000;
    text-decoration: underline;
}

.btn-secondary {
    color: #ec0000;
    background-color: #fff;
}

.btn-secondary:hover {
    color: #cc0000;
    background-color: #f7f7f7;
}

.btn-secondary:focus,
.btn-secondary.focus {
    /* box-shadow: 0 0 0 0.2rem #f7f7f7; */
    color: #cc0000;
    background-color: #f7f7f7;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #cc0000;
}

.btn-link {
    color: #ec0000;
    background-color: transparent;
    transition: 0.3s ease;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
}

.btn-link:hover {
    color: #cc0000;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    color: #cc0000;
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-link.enabled {
    text-decoration: underline !important;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 24px 48px;
}

.btn-md,
.btn-group-md>.btn {
    padding: 19px 38px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 17px 34px;
}

.btn-xsm,
.btn-group-xsm>.btn {
    padding: 15px 40px;
    font-size: 19px;
}

@media (min-width: 550px) {

    .btn-lg-sm,
    .btn-group-lg-sm>.btn {
        padding: 24px 48px;
    }

    .btn-md-sm,
    .btn-group-md-sm>.btn {
        padding: 19px 38px;
    }

    .btn-sm-sm,
    .btn-group-sm-sm>.btn {
        padding: 17px 34px;
    }

    .btn-xsm-sm,
    .btn-group-xsm-sm>.btn {
        padding: 15px 30px;
    }
}

@media (min-width: 768px) {

    .btn-lg-md,
    .btn-group-lg-md>.btn {
        padding: 24px 48px;
    }

    .btn-md-md,
    .btn-group-md-md>.btn {
        padding: 19px 38px;
    }

    .btn-sm-md,
    .btn-group-sm-md>.btn {
        padding: 17px 34px;
    }

    .btn-xsm-md,
    .btn-group-xsm-md>.btn {
        padding: 15px 30px;
    }
}

@media (min-width: 1170px) {

    .btn-lg-lg,
    .btn-group-lg-lg>.btn {
        padding: 24px 48px;
    }

    .btn-md-lg,
    .btn-group-md-lg>.btn {
        padding: 19px 38px;
    }

    .btn-sm-lg,
    .btn-group-sm-lg>.btn {
        padding: 17px 34px;
    }

    .btn-xsm-lg,
    .btn-group-xsm-lg>.btn {
        padding: 15px 30px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.btn-box {
    display: flex;
    justify-content: center;
}

.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: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.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% - (0.5rem * 2));
}

.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: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -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;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 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 #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 550px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.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-transparent {
    background-color: transparent !important;
}

.bg-lgray {
    background-color: #fafafa !important;
}

.bg-gray {
    background-color: #f1f7fa !important;
}

.bg-lblue {
    background-color: #deedf2 !important;
}

.bg-red {
    background-color: #ec0000 !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: #007bff !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-top-left {
    border-top-left-radius: 6px !important;
}

.rounded-top-right {
    border-top-right-radius: 6px !important;
}

.rounded-bottom-left {
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom-right {
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-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: 550px) {
    .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-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-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-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: 1170px) {
    .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-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;
    }
}

.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;
}

.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: 550px) {
    .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;
    }

    .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;
    }

    .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;
    }

    .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: 1170px) {
    .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;
    }

    .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;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 550px) {
    .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: 1170px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

@media (min-width: 550px) {
    .position-absolute-sm {
        position: absolute !important;
    }
}

@media (min-width: 768px) {
    .position-absolute-md {
        position: absolute !important;
    }

    .position-relative-md {
        position: relative !important;
    }

    .position-static-md {
        position: static !important;
    }

}

@media (min-width: 1170px) {
    .position-absolute-xl {
        position: absolute !important;
    }

    .position-relative-xl {
        position: relative !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;
}

@media(min-width:550px) {
    .fixed-bottom-sm {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media(min-width:768px) {
    .fixed-bottom-md {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media(min-width:1170px) {
    .fixed-bottom-xl {
        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;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

@media(min-width:550px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media(min-width:768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media(min-width:1170px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.p-space-t {
    padding-top: 15px !important;
}

.m-space-t {
    margin-top: 15px !important;
}

@media(min-width:550px) {
    .p-space-b {
        padding-bottom: 25px !important;
    }

}

@media(min-width:1170px) {
    .m-space-t {
        margin-top: 35px !important;
    }


}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.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: 550px) {
    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .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: 1170px) {
    .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;
    }

    .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;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 550px) {
    .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: 1170px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

section {
    padding: 35px 0 60px;
}

@media (min-width: 768px) {
    section {
        padding: 60px 0;
    }
}

@media (min-width: 1170px) {
    section {
        padding: 75px 0 60px;
    }
}

.box-lvl1 {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 0 #eeeeee;
}

.box-lvl2 {
    background-color: #fff;
    border: none;
    box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-gray-lvl1 {
    background-color: #fafafa;
    border: 1px solid #eee;
    box-shadow: 0 2px 0 #eeeeee;
}

.box-gray-lvl2 {
    background-color: #fafafa;
    border: none;
    box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-sky-lvl1 {
    background-color: #deedf2;
    border: 1px solid #d3e5eb;
    box-shadow: 0 2px 0 #eeeeee;
}

.box-sky-lvl2 {
    background-color: #deedf2;
    border: none;
    box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.box-red-lvl1 {
    background-color: #ec0000;
    border: 1px solid #cc0000;
    box-shadow: 0 2px 0 #eeeeee;
}

.box-red-lvl2 {
    background-color: #ec0000;
    border: none;
    box-shadow: 1px 2px 15px rgba(68, 68, 68, 0.3);
}

.slider-controls {
    position: relative;
    margin: 27px 0 50px;
}

.slider-arrows {
    /* width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1; */
}

.slider-arrows__arrow {
    width: 10px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: -1px;
    z-index: 2;
}

.arrow--prev {
    background-image: url('https://www.santander.pl/_fileserver/item/1504744');
    left: 0;
}

.arrow--next {
    background-image: url('https://www.santander.pl/_fileserver/item/1504743');
    right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
}

.slider-dots__dot {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    font-size: 0;
    cursor: pointer;
    transition: 0.3s ease;
    display: block;
}

/* .slider-dots__dot:hover {
    background-color: #a9a9a9;
} */

.slider-dots__dot:focus {
    outline: none;
}

.slider-dots__dot--active {
    background-color: #ec0000;
    position: relative;
}

.slider-dots__dot--active::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #fff;
    z-index: -1;
    box-shadow: 0 0 0 1px #cccccc;
}

.slider-container {
    min-width: 400%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* pointer-events: none; */
}

.slider-container.in-transit {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slider-container[data-index="0"] {
    left: 0;
}

.slider-container[data-index="1"] {
    left: -100%;
}

.slider-container[data-index="2"] {
    left: -200%;
}

.slider-container[data-index="3"] {
    left: -300%;
}

.slider-container[data-index="4"] {
    left: -400%;
}

.slider-container[data-index="5"] {
    left: -500%;
}

.slider-container[data-index="6"] {
    left: -600%;
}

.slider-container[data-index="7"] {
    left: -700%;
}

.slider-container[data-index="8"] {
    left: -800%;
}

.slider-container>div {
    max-width: 25%;
}

/* @media (min-width: 550px) {

    .slider-container {
        min-width: 200%;
    }
} */

@media (min-width: 768px) {
    .slider-controls {
        margin: 25px 0 30px;
    }

    .slider-container {
        min-width: 100%;
    }

    .slider-container>div {
        max-width: 50%;
    }

    .slider-container[data-index="1"] {
        left: -50%;
    }
}

@media (min-width: 1170px) {

    .slider-container {
        min-width: 100%;
        margin-bottom: 60px;
    }

    .slider-container>div {
        max-width: 33.333%;
    }
}

.icon-box {
    padding: 10px;
    /* margin-bottom: 25px; */
}

.icon-box__image {
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 51px;
    pointer-events: none;
    text-align: center;
    color: #ec0000;
    font-family: 'SantanderHeadline';
}

.icon-box__primary-text {
    margin-bottom: 16px;
    line-height: 24px;
    color: #404445;
    font-size: 20px;
    line-height: 1.3;
    /* display: inline; */
}

.icon-box__secondary-text {
    color: #404445;
    margin-bottom: 14px;
    line-height: 19px;
    font-size: 14px;
    line-height: 1.3;
    /* display: inline; */
}

.icon-box__link {
    color: #ec0000 !important;
    font-size: 15px;
    display: inline-block;
}

.icon-box__link:hover {
    color: #cc0000 !important;
    text-decoration: underline !important;
}

.icon-box-vertical__image {
    margin-bottom: 24px !important;
}

.icon-box-vertical__text {
    text-align: center;
    margin-bottom: 16px;
}

.icon-box-horizontal {
    padding: 10px;
    /* margin-bottom: 25px; */
    display: flex;
}

.icon-box-horizontal__text {
    text-align: left;
    margin: 16px 0 16px 16px;
}


@media (min-width: 768px) {

    .icon-box__image {
        height: 55px;
        min-height: 55px;
        width: 55px;
        min-width: 55px;
        margin-top: 0 !important;
    }

    .icon-box__text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 180px;
    }

    .icon-box__primary-text {
        margin-bottom: 10px;
        line-height: 26px;
        flex-basis: 100%;
    }

    .icon-box__secondary-text {
        margin-bottom: 20px;
        flex-basis: 100%;
    }

    .icon-box-vertical__image {
        margin-bottom: 10px !important;
    }

    .icon-box-vertical__text {
        margin-bottom: 20px;
    }

    .icon-box-horizontal__text {
        margin: 20px 0 20px 20px;
    }

    .icon-box__link {
        align-self: flex-end;
    }
}

@media (min-width: 1170px) {
    .icon-box {
        padding: 10px 20px 20px;
    }

    .icon-box__image {
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        font-size: 74px !important;
    }

    .icon-box__primary-text {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .icon-box__secondary-text {
        font-size: 16px;
        line-height: 22px;
    }

    .icon-box-horizontal {
        padding: 20px;
    }

    .icon-box__link {
        font-size: 17px !important;
    }

    .icon-box__text {
        min-height: auto;
    }

}

.steps__item {
    position: relative;
    padding: 10px;
    /* background-color: #fff; */
}

.steps__number {
    border-radius: 50%;
    border: 2px solid #ec0000;
    text-align: center;
    color: #ec0000;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
}

.steps__text {
    flex-grow: 1;
}

.steps__text-primary {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.steps__text-secondary {
    color: var(--dark-grey);
    font-size: 14px;
    line-height: 20px;
}

.steps-horizontal-col__item {
    display: flex;
}

.steps-horizontal-col__number {
    min-height: 55px;
    height: 55px;
    min-width: 55px;
    width: 55px;
    line-height: 50px;
}

.steps-horizontal-col__text {
    margin: 20px 0 0 40px;
}

.steps-horizontal-col__text-primary {
    line-height: 20px;
    margin-bottom: 10px;
}

.steps-horizontal-col__text-secondary {
    margin-bottom: 25px;
}

.steps-horizontal__item {
    display: flex;
}

.steps-horizontal__item--arrow::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 9px;
    background-image: url('./img/ico-darrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 28px;
    bottom: 27px;
}

.steps-horizontal__item--line::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #c6c6c6;
    left: 33px;
    bottom: 12px;
}

.steps-horizontal__number {
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    line-height: 45px;
}

.steps-horizontal__text {
    margin: 20px 0 0 20px;
}

.steps-horizontal__text-primary {
    line-height: 22px;
}

.steps-horizontal__text-secondary {
    margin-bottom: 20px;
}

.steps-vertical__item {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 2px 0 rgba(118, 118, 118, 0);
    margin-bottom: 25px;
}

.steps-vertical__arrow {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 3;
    border: 1px solid #eee;
}

.steps-vertical__arrow:after {
    content: '';
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('./img/ico-darrow.svg');
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.steps-vertical__number {
    min-width: 55px;
    width: 55px;
    height: 55px;
    min-height: 55px;
    line-height: 50px;
    margin: 15px auto 0;
}

.steps-vertical__text {
    margin: 15px 0 0 0;
}

.steps-vertical__text-primary {
    line-height: 25px;
}

.steps-vertical__text-secondary {
    margin-bottom: 10px;
}

@media(min-width:768px) {

    .steps__text-primary {
        font-size: 18px;
    }

    .steps__text-secondary {
        font-size: 16px;
        line-height: 22px;
    }

    .steps-horizontal__item {
        display: block;
    }

    .steps-horizontal__item--arrow::after {
        left: 100%;
        bottom: unset;
        top: 38%;
        transform: rotate(-90deg);
    }

    .steps-horizontal__number {
        min-width: 55px;
        height: 55px;
        min-height: 55px;
        line-height: 50px;
        max-width: 55px;
        margin: 0 auto;
    }

    .steps-horizontal__text {
        text-align: center;
        margin-left: 0;
    }

    .steps-horizontal__text-primary {
        line-height: 24px;
        font-size: 20px;
    }

    .steps-vertical__item {
        padding: 10px;
    }

    .steps-vertical__arrow {
        left: 100%;
        bottom: 50%;
        transform: translate(-20%, 50%) rotate(-90deg);
    }
}

@media(min-width:1170px) {
    .steps__item {
        padding: 15px 17px 25px;
        margin-bottom: 0;
    }

    .steps__text-primary {
        line-height: 26px;
        font-size: 22px;
    }

    .steps__number {
        min-width: 60px;
        height: 60px;
        min-height: 60px;
        line-height: 55px;
    }

    .steps-vertical__text-primary {
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .steps-vertical__text-secondary {
        margin-bottom: 0;
        font-size: 15px;
    }
}

@media(max-width:1169px) {
    .steps-vertical .row .col-12 {
        margin-bottom: 30px;
    }
}

.badge {
    display: inline-block;
    background-color: #ab0065;
    color: #fff;
    border-radius: 4px;
    height: 30px;
    width: 130px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    /* left: szer padding left; */
    right: -10px;
    /* left: auto; */
    font-size: 12px;
}

@media (min-width: 768px) {

    .badge-md {
        height: 33px;
        width: 145px;
        line-height: 33px;
        right: -15px;
        font-size: 13px;
    }
}

@media (min-width: 1170px) {

    .badge-xl {
        border-radius: 6px;
        height: 42px;
        width: 190px;
        line-height: 42px;
        font-size: 18px;
        top: 15px;
    }
}


.banner {
    background-image: url('./img/kv-telefon.jpg');
    padding-top: calc(15px - (15px / 3));
    max-height: 550px;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 0;
    z-index: 99;
    position: relative;
    background-color: #deedf2;
}

@media(min-width:768px) {
    .banner {
        background-image: url('./img/kv-tablet.jpg');
        height: 437px;
        max-height: 437px;
        background-color: #fff;
    }
}

@media(min-width:1170px) {
    .banner {
        background-image: url('./img/kv-desktop.jpg');
        height: 620px;
        min-height: 520px;
        max-height: 680px;
    }
}

.banner__header {
    height: 100px;
    /* background-color: #fff; */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 50px;
    min-height: 50px;
}

.logo img {
    max-width: 70%;
    height: 100%;
}



@media(min-width:768px) {

    .banner__header {
        height: 70px;
        flex-wrap: nowrap;
        max-width: 738px;
    }

    .logo {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        /* width: 55%; */
        justify-content: flex-start;
    }

    .logo img {
        max-width: 100%;
    }

    .logo img:nth-child(2) {
        margin-left: 20px;
    }
}

@media(min-width:1170px) {
    .banner__header {
        max-width: 1170px;
    }
}



.menu-box {
    /* margin: 0 10px; */
    display: flex;
    min-height: 50px;
    max-height: 50px;
    width: 48%;
}

.menu-box__btn {
    align-self: center;
    margin: 0 5px;
    padding: 7px 5px;
    color: #ec0000 !important;
    font-size: 14px;
}

.menu-box__btn:focus {
    background-color: #cc0000 !important;
}

.menu {
    padding: 25px 10px 0 10px;
    height: 100%;
}

.menu__item-link {
    margin: 0 15px;
    display: block;
    color: #000;
    transition: color 0.3s ease;
    font-size: 16px;
    cursor: pointer;
}

.menu__item-link:hover,
.menu__item-link.active {
    color: #ec0000 !important;
    border-bottom: 3px solid #ec0000;
    text-decoration: none;
}


.mobile-menu {
    align-self: center;
    margin-left: auto;
    height: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #eee;
}

.mobile-menu__burger {
    margin-right: 0px;
    cursor: pointer;
    align-items: center;
}

.mobile-menu__burger-text {
    margin-right: 10px;
    font-size: 16px;
}

.mobile-menu__burger-image {
    width: 20px;
    cursor: pointer;
    align-items: center;
}

.mobile-menu__burger-image-line {
    background-color: #ec0000;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    display: block;
    transition: 0.3s ease;
    position: relative;
    margin-top: 2px;
}

.mobile-menu__burger-image-line:before,
.mobile-menu__burger-image-line:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ec0000;
    border-radius: inherit;
    transition: inherit;
    position: absolute;
}

.mobile-menu__burger-image-line:before {
    transform: translateY(-6px);
}

.mobile-menu__burger-image-line:after {
    transform: translateY(6px);
}

.mobile-menu--active .mobile-menu__burger-image-line {
    background-color: transparent;
}

.mobile-menu--active .mobile-menu__burger-image-line:before {
    transform: rotate(45deg);
}

.mobile-menu--active .mobile-menu__burger-image-line:after {
    transform: rotate(-45deg);
}

.mobile-menu__burger-image-line:last-child {
    margin-bottom: 0;
}

.mobile-menu__nav {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: -350px;
    opacity: 0;
    left: 0;
    padding: 10px 0;
    z-index: 3;
    animation: mobileNavAnimationClose 0.3s reverse;
    box-shadow: 0 2px 2px rgba(118, 118, 118, 0.2);
}

.mobile-menu__nav--active {
    animation: mobileNavAnimationOpen 0.3s forwards;
}

@media (min-width: 768px) {

    .mobile-menu {
        height: 100%;
        border-top: none;
        width: auto;
    }

    .mobile-menu__nav {
        width: 50%;
        left: auto;
        right: 0;
    }

    .mobile-menu__burger {
        background-color: #ec0000;
        min-height: 70px;
        width: 70px;
        flex-wrap: wrap;
        margin-right: 0;
        padding-top: 15px;
    }

    .mobile-menu__burger-text {
        flex-basis: 100%;
        margin-right: 0;
        text-align: center;
        color: #fff;
        order: 2;
        font-size: 13px;
        margin-top: 10px;
        height: auto;
    }

    .mobile-menu__burger-image {
        flex-basis: 100%;
        order: 1;
        max-width: 30px;
        margin: 0 auto;
    }

    .mobile-menu__burger-image-line {
        background-color: #fff;
        border-radius: 3px;
        height: 3px;
    }

    .mobile-menu__burger-image-line:before {
        transform: translateY(-9px);
    }

    .mobile-menu__burger-image-line:after {
        transform: translateY(9px);
    }

    .mobile-menu__burger-image-line:before,
    .mobile-menu__burger-image-line:after {
        background-color: #fff;
    }

    .menu-box {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        width: auto;
    }

    .menu-box__btn {
        background-color: #ec0000;
        color: #fff !important;
        margin: 0;
        padding: 13px 35px;
        font-size: 17px;
    }

    .menu-box__btn:hover {
        background-color: #cc0000;
        color: #fff !important;
    }
}

@media(min-width:1170px) {
    .logo {
        width: auto;
    }

    .menu-box__btn {
        font-size: 16px;
        margin: 0 10px;
    }

    .menu-box {
        margin: 0 10px;
    }
}

@keyframes mobileNavAnimationClose {
    0% {
        top: -350px;
        opacity: 0;
    }

    1% {
        top: 86px;
        opacity: 0;
    }

    100% {
        top: 86px;
        transform: translateY(10px);
        opacity: 1;
    }
}

@keyframes mobileNavAnimationOpen {
    0% {
        top: -350px;
        opacity: 0;
    }

    1% {
        top: 86px;
        opacity: 0;
    }

    100% {
        top: 86px;
        transform: translateY(10px);
        opacity: 1;
    }
}

@keyframes IEmobileNavAnimationClose {
    0% {
        top: -350px;
        opacity: 0;
    }

    1% {
        top: 60px;
        opacity: 0;
    }

    100% {
        top: 60px;
        transform: translateY(10px);
        opacity: 1;
    }
}

@keyframes IEmobileNavAnimationOpen {
    0% {
        top: -350px;
        opacity: 0;
    }

    1% {
        top: 60px;
        opacity: 0;
    }

    100% {
        top: 60px;
        transform: translateY(10px);
        opacity: 1;
    }
}

@media(min-width:768px) {
    @keyframes mobileNavAnimationClose {
        0% {
            top: -350px;
            opacity: 0;
        }

        1% {
            top: 60px;
            opacity: 0;
        }

        100% {
            top: 60px;
            transform: translateY(10px);
            opacity: 1;
        }
    }

    @keyframes mobileNavAnimationOpen {
        0% {
            top: -350px;
            opacity: 0;
        }

        1% {
            top: 60px;
            opacity: 0;
        }

        100% {
            top: 60px;
            transform: translateY(10px);
            opacity: 1;
        }
    }

    _:-ms-fullscreen,
    :root .mobile-menu__nav {
        animation: IEmobileNavAnimationClose 0.3s reverse;
    }

    _:-ms-fullscreen,
    :root .mobile-menu__nav--active {
        animation: IEmobileNavAnimationOpen 0.3s forwards;
    }

}

.mobile-menu__nav-link {
    font-size: inherit;
    color: #000;
    height: 50px;
    font-size: 17px;
    display: block;
    text-align: center;
    transition: 0.3s ease;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
}

.mobile-menu__nav-link:hover,
.mobile-menu__nav-link.active {
    color: initial;
    background-color: #deedf2;
    text-decoration: none;
}

.whitebox {
    /* margin-top: 110px; */
    /* min 150px (1 belka) / min 115px (2 belki)*/
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    /* margin-bottom: 60px; */
    /* margin-bottom: 45px; */
    /* padding: 2/3*HL; */
    padding: 20px 15px 23px 15px;
    height: 100%;
}

.whitebox--container {
    margin-top: 110px;
}

.whitebox__headline-area {
    /* margin-bottom:  0.4-0.8*HL; */
    margin-bottom: 15px;
}

.whitebox__product-name {
    color: #ec0000;
    font-family: 'SantanderText';
    font-size: 14px;
    /* margin-bottom: 0.8*FS; */
    margin-bottom: 5.2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.whitebox__hl {
    font-family: 'SantanderHeadline';
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 10px;
    text-align: left;
    /* margin-bottom:0.4-0.6*FS; */
}

.whitebox__shl {
    font-family: 'SantanderHeadline';
    line-height: 1.2;
    text-align: left;
    font-size: 16px;
    /* min-width: 315px; */
    margin-bottom: 0;
}

.whitebox__basic-area {
    /* margin-bottom:  0.4-0.8*HL; */
    margin-bottom: 15px;
}

.whitebox__list {
    /* margin-left: 0.75*rozmiar czcionki; */
    /* margin-left: 23.5px; */
    list-style: none;
    display: flex;
    align-items: center;
}

.whitebox__list-item {
    /* margin-bottom: 0.4*rozmiar czcionki; */
    /* margin-bottom: 7.2px; */
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    max-width: 140px;
}

.whitebox__list-item::before {
    /* content: ''; */
    display: block;
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    /* width: 1/4*FS; */
    /* height: 1/4*FS; */
    width: 4.5px;
    height: 4.5px;
    background-color: #ec0000;
    /* border: 1/2*FS solid #fff; */
    border: 4.5px solid #fff;
    box-shadow: 0 0 0 1px #9bc3d3;
    border-radius: 50%;
}

.whitebox__btn {
    /* margin-bottom:  0.4-0.8*HL; */
    font-size: 14px;
    padding: 13px 25px;
}

@media(min-width:768px) {
    .whitebox {
        /* margin-top: 40px; */
        /* padding: 2/3*HL; */
        padding: 20px 20px 30px 35px;
        min-width: 370px;
    }

    .whitebox--container {
        margin-top: 40px;
    }

    .whitebox__hl {
        font-size: 32px;
    }

    .whitebox__shl {
        font-size: 24px;
    }

    .whitebox__headline-area {
        /* margin-bottom:  0.4-0.8*HL; */
        margin-bottom: 20px;
    }

    .whitebox__btn {
        font-size: 17px;
        padding: 14px 40px;
    }


    .whitebox__product-name {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media(min-width:1170px) {
    .whitebox {
        /* padding: 2/3*HL; */
        padding: 40px 30px 40px 35px;
        /* margin-top: 50px; */
    }

    .whitebox--container {
        margin-top: 50px;
    }


    .whitebox__headline-area {
        /* margin-bottom:  0.4-0.8*HL; */
        margin-bottom: 25px;
    }

    .whitebox__product-name {
        font-size: 21px;
        /* margin-bottom: 0.8*FS; */
        margin-bottom: 13px;
    }

    .whitebox__hl {
        font-size: 40px;
        margin-bottom: 18px;
        /* margin-bottom:0.4-0.6*FS; */
    }

    .whitebox__shl {
        font-size: 32px;
    }

    .whitebox__btn {
        font-size: 19px;
        padding: 14px 40px;
    }
}


.red-bar {
    height: 16px;
    background-color: #ec0000;
    /* margin-right: -15px; */
    margin-left: -15px;
    position: relative;
    top: -16px;
}

.red-bar__stair {
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.red-bar__stair::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-color: #ec0000;
    z-index: 1;
}

.red-bar__stair-body {
    background-color: #ec0000;
    cursor: pointer;
    padding-left: 16px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.red-bar__image {
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('./img/ico-up-down.svg');
    background-position: center center;
    background-size: 200%;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.red-bar__text {
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
}

@media(min-width:768px) {
    .red-bar {
        height: 20px;
        top: -20px;
    }

    .red-bar__stair {
        height: 60px;
    }

    .red-bar__stair-body {
        padding-left: 20px;
    }

    .red-bar__image {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .red-bar__text {
        font-size: 18px;
        line-height: 23px;
    }
}

@media(min-width:1170px) {
    .red-bar {
        height: 25px;
        top: -25px;
    }

    .red-bar__stair {
        height: 75px;
    }

    .red-bar__stair-body {
        padding-left: 25px;
    }

    .red-bar__image {
        width: 22px;
        height: 22px;
        margin-right: 12.5px;
    }

    .red-bar__text {
        font-size: 20px;
        line-height: 25px;
    }
}

.tabs-steps__titles-box {
    display: flex;
    justify-content: center;
}

.tabs-steps__tab-title-box {
    padding: 16px 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #eee;
}

.tabs-steps__tab-title-box--active {
    background-color: #fff;
    position: relative;
}

.tabs-steps__tab-title-box--active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
}

.tabs-steps__tab-title-box:first-child {
    border-top-left-radius: 6px;
}

.tabs-steps__tab-title-box:last-child {
    border-top-right-radius: 6px;
}

.tabs-steps__tab-icon {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 8px;
}

.tabs-steps__tab-title-text {
    color: #000;
    transition: 0.3s ease;
    font-size: 14px;
    line-height: 18px;
}

.tabs-steps__tab-title-box--active>.tabs-steps__tab-title-text {
    color: #ec0000;
}

.tabs-steps__tab-title-box:hover>.tabs-steps__tab-title-text {
    color: #ec0000;
}

.tabs-steps__item-box {
    border: 1px solid #eee;
    box-shadow: 0 2px 0 rgba(118, 118, 118, 0);
    border-radius: 6px;
    padding: 20px;
}

@media(min-width:768px) {
    .tabs-steps__titles-box--md {
        margin: 0 14.4px;
    }

    .tabs-steps__titles-box--lg {
        margin: 0 8px;
    }

    .tabs-steps__tab-title-box {
        width: auto;
        max-width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tabs-steps__tab-title-box--md {
        padding: 21px 72px;
    }

    .tabs-steps__tab-title-box--lg {
        padding: 30px 40px;
    }

    .tabs-steps__tab-title-box--md-wide {
        width: 100%;
        padding: 21px 0;
    }

    .tabs-steps__tab-title-box--lg-wide {
        width: 100%;
        padding: 30px 0;
    }

    .tabs-steps__tab-icon--md {
        margin: 0 18px 0 0;
        min-width: 28px;
        min-height: 28px;
        max-width: 28px;
        max-height: 28px;
        background-position: center center;
    }

    .tabs-steps__tab-icon--lg {
        margin: 0 20px 0 0;
        min-width: 33px;
        min-height: 33px;
        max-width: 33px;
        max-height: 33px;
        background-position: center center;
    }

    .tabs-steps__tab-title-text {
        font-size: 16px;
        line-height: 20px;
    }

    .tabs-steps__item-box {
        padding: 25px;
    }
}

@media(min-width:1070px) {
    .tabs-steps__titles-box--lg {
        margin: 0 8.8px;
    }

    .tabs-steps__tab-title-box--lg {
        padding: 33px 44px;
    }

    .tabs-steps__tab-title-box--lg-wide {
        padding: 33px 0;
    }

    .tabs-steps__tab-icon--md {
        min-width: 30px;
        min-height: 30px;
        max-width: 30px;
        max-height: 30px;
    }

    .tabs-steps__tab-icon--lg {
        margin: 0 22px 0 0;
        min-width: 36px;
        min-height: 36px;
        max-width: 36px;
        max-height: 36px;
    }

    .tabs-steps__tab-title-text {
        font-size: 20px;
        line-height: 26px;
    }

    .tabs-steps__item-box--md[data-col="6"],
    .tabs-steps__item-box--md[data-col="7"],
    .tabs-steps__item-box--md[data-col="8"] {
        padding: 25px;
    }

    .tabs-steps__item-box--md[data-col="9"],
    .tabs-steps__item-box--md[data-col="10"],
    .tabs-steps__item-box--md[data-col="11"],
    .tabs-steps__item-box--md[data-col="12"] {
        padding: 30px;
    }

    .tabs-steps__item-box--lg[data-col="6"],
    .tabs-steps__item-box--lg[data-col="7"],
    .tabs-steps__item-box--lg[data-col="8"] {
        padding: 35px;
    }

    .tabs-steps__item-box--lg[data-col="9"],
    .tabs-steps__item-box--lg[data-col="10"],
    .tabs-steps__item-box--lg[data-col="11"],
    .tabs-steps__item-box--lg[data-col="12"] {
        padding: 40px;
    }
}

footer {
    background-color: #313237;
}

/* @media(max-width:767px) {

    .footer__red-bar .container {
        max-width: 100%;
    }
} */

.footer__header {
    height: 43px;
    border-bottom: 1px solid #44454d;
}

.footer__title {
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin: initial;
}

.footer__body {
    padding: 8px 0;
    margin-bottom: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-image: url('./img/logo-santander-footer.svg');
}

.footer__item {
    color: #fff;
    font-size: 13px;
    padding: 16px 0;
    border-bottom: 1px solid #44454d;
}

.footer__item br {
    margin-bottom: 15px;
    display: block;
}

.footer__item a {
    color: #fff !important;
    text-decoration: underline;
}

.footer__item a:hover {
    color: #f7f7f7 !important;
}

.footer__red-bar-text {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
}

.footer__red-bar {
    height: 16px;
    background-color: #ec0000;
    position: relative;
}

.footer__red-bar-stair {
    padding-left: 0;
    padding-right: 0;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    position: absolute;
    right: 0;
    bottom: -3px;
    background-color: #ec0000;
    display: flex;
    z-index: 3;
    cursor: pointer;
}

.footer__red-bar-logo {
    height: 100%;
    position: relative;
    z-index: 3;
}

@media(max-width:350px) {
    .footer__red-bar-stair {
        min-width: 100%;
        left: 0;
        justify-content: space-between;
        bottom: 12px;
    }

}

/* .footer__red-bar-stair {
    height: 48px;
    background-color: #ec0000;
    top: -48px;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    justify-content: space-between;
    min-width: 100%;
} */

.footer__red-bar-arrow {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('./img/ico-up-down.svg');
    background-position: center center;
    background-size: 200%;
    background-repeat: no-repeat;
    align-self: center;
    margin-right: 15px;
    background-size: contain;
    position: relative;
    z-index: 3;
}

_:-ms-fullscreen,
:root .footer__red-bar-logo {
    height: 100%;
}

.footer__red-bar-stair::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-color: #ec0000;
    z-index: 1;
}

@media(min-width: 550px) {

    _:-ms-fullscreen,
    :root .footer__body {
        margin-bottom: 40px;
    }


    .footer__red-bar {
        position: relative;
    }

    .footer__red-bar-text {
        line-height: 14px;
        position: relative;
        z-index: 4;
    }

    /* .footer__red-bar-stair {
        left: auto;
        top: -32px;
        justify-content: flex-start;
        min-width: auto;
    } */
}

@media(min-width: 768px) {

    .footer__body {
        padding: 10px 0;
    }

    .footer__item {
        padding: 20px 0;
    }

    .footer__red-bar {
        height: 20px;
    }

    .footer__red-bar-text {
        line-height: 20px;
        font-size: 13px;
    }

    .footer__red-bar-stair {
        z-index: 2;
        justify-content: space-between;
        height: 60px;
        top: -28px;
    }

    .footer__red-bar-arrow {
        width: 20px;
        height: 20px;
    }
}

@media(min-width:1170px) {
    .footer__title {
        font-size: 16px;
    }

    .footer__body {
        padding: 12.5px 0;
        background-size: 50%;
    }

    .footer__item {
        padding: 25px 0;
    }

    .footer__red-bar {
        height: 25px;
    }

    .footer__red-bar-text {
        line-height: 25px;
    }

    .footer__red-bar-stair {
        height: 75px;
        /* top: -50px; */
    }

    /* .footer__red-bar-arrow {
        width: 25px;
        height: 25px;
    } */
}

.market__text {
    font-size: 18px;
    color: #404445;
    text-align: center;
    margin-bottom: 20px;
}

.market__image {
    margin-bottom: 30px;
    height: 200px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.market__image>img {
    width: 100%;
    height: 100%;
}

@media(min-width:768px) {
    .market__text {
        margin-bottom: 35px;
    }

    .market__image {
        margin-bottom: 35px;
        height: 325px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        text-align: center;
    }

    .market__image>img {
        width: auto;
    }
}

@media(min-width:1170px) {
    .market h2 {
        text-align: left;
    }

    .market__text {
        text-align: left;
        margin-bottom: 45px;
    }

    .market__image {
        margin-bottom: 0px;
        height: 355px;
    }
}

.trends {
    padding: 40px 0 50px;
}

.trends h2 {
    margin-bottom: 10px;
}

.trends__item {
    text-align: center;
    padding: 15px 10px;
    height: 190px;
}

.trends__item-text {
    font-size: 18px;
    color: #404445;
}

.trends__item-image {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.trends__item-image>img {
    width: 70px;
}

.trends__info {
    font-size: 18px;
    color: #404445;
    text-align: center;
    margin-bottom: 25px;
}


@media(min-width:768px) {
    .trends {
        padding: 70px 0 65px;
    }


    .trends h2 {
        margin-bottom: 30px;
    }

    .trends__item {
        padding: 15px;
    }

    .trends__item-image {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .trends__info {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

@media(min-width:1170px) {
    .trends {
        padding: 60px 0;
    }

    .trends h2 {
        margin-bottom: 25px;
    }

    .trends__item {
        height: 200px;
    }

    .trends__item-image {
        margin-top: 20px;
    }
}

.popup,
.popup-eng {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 237, 242, 0.588);
    z-index: 100;
}

.popup__box {
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    max-width: 90%;
    max-height: 95%;
    overflow-Y: auto;
    padding: 65px 0px 20px;
}

.popup__box-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #ec0000;
    color: #fff;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.popup__box-content>div {
  margin: 0 15px;
}

/* 
@media(min-width:768px) {
    .popup__box {
        width: 768px;
        padding: 30px 20px 40px;
    }
}

@media(min-width:1170px) {
    .popup__box {
        width: 1170px;
        padding: 40px 40px 50px;
    }
} */