@charset "UTF-8";
/* $spacers: map-merge(
  (
    0: 0,
    1: ($spacer * .25),
    2: ($spacer * .5),
    3: $spacer,
    4: ($spacer * 1.5),
    5: ($spacer * 3)
  ),
  $spacers
);*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(38, 38, 38, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1C69D4;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container, .container-max, .container_fdis {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-max, .container_fdis {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container, .container-max, .container_fdis {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container, .container-max, .container_fdis {
    max-width: 980px;
  }
}
@media (min-width: 1400px) {
  .container, .container-max, .container_fdis {
    max-width: 1280px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .container-max, .container_fdis {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .container-max, .container_fdis {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container, .container-max, .container_fdis {
    max-width: 980px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .container-max, .container_fdis {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1C69D4 !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #1C69D4 !important;
}

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

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

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

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

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

.bg-nosuccess {
  background-color: #dc3545 !important;
}

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

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

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

.bg-text-link {
  background-color: #8e8e8e !important;
}

a.bg-text-link:hover, a.bg-text-link:focus,
button.bg-text-link:hover,
button.bg-text-link:focus {
  background-color: #757575 !important;
}

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

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

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

a.bg-black-000:hover, a.bg-black-000:focus,
button.bg-black-000:hover,
button.bg-black-000:focus {
  background-color: black !important;
}

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

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

.bg-blue {
  background-color: #1C69D4 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1653a7 !important;
}

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

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #4d4d4d !important;
}

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #dee2e6;
}

.border-top {
  border-top: 2px solid #dee2e6;
}

.border-right {
  border-right: 2px solid #dee2e6;
}

.border-bottom, .menu_links .link_cnt {
  border-bottom: 2px solid #dee2e6;
}

.border-left {
  border-left: 2px solid #dee2e6;
}

.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: #1C69D4 !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #1C69D4 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-nosuccess {
  border-color: #dc3545 !important;
}

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

.border-text-link {
  border-color: #8e8e8e !important;
}

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

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

.border-black {
  border-color: #262626 !important;
}

.border-blue {
  border-color: #1C69D4 !important;
}

.border-gray {
  border-color: #666666 !important;
}

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex, .swiper-button-next, .swiper-button-prev, .symfoform.form_radio {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-5,
.my-5,
footer#footer .menu-footer li {
  margin-top: 0.5rem !important;
}

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

.mb-5,
.my-5,
footer#footer .menu-footer li {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-25 {
  margin: 2.5rem !important;
}

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

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

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

.ml-25,
.mx-25 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 3.5rem !important;
}

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

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

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

.ml-35,
.mx-35 {
  margin-left: 3.5rem !important;
}

.m-45 {
  margin: 4.5rem !important;
}

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

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

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

.ml-45,
.mx-45 {
  margin-left: 4.5rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

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

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

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

.ml-65,
.mx-65 {
  margin-left: 6.5rem !important;
}

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

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

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

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

.ml-100,
.mx-100 {
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-2 {
  padding: 0.2rem !important;
}

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

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

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

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

.p-5 {
  padding: 0.5rem !important;
}

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

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

.pb-5, h3, h4,
.py-5 {
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-15 {
  padding: 1.5rem !important;
}

.pt-15, h3, h4,
.py-15 {
  padding-top: 1.5rem !important;
}

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

.pb-15, h1, h2,
.py-15 {
  padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 1.5rem !important;
}

.p-20 {
  padding: 2rem !important;
}

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

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

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

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

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

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

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

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

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

.p-25 {
  padding: 2.5rem !important;
}

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

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

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

.pl-25,
.px-25 {
  padding-left: 2.5rem !important;
}

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

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

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

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

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

.p-35 {
  padding: 3.5rem !important;
}

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

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

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

.pl-35,
.px-35 {
  padding-left: 3.5rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

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

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

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

.pl-45,
.px-45 {
  padding-left: 4.5rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

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

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

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

.pl-65,
.px-65 {
  padding-left: 6.5rem !important;
}

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

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

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

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

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

/*    @each $size, $length in $spacers {
      @if $size != 0 {
        .m-n { margin: -$length !important; }
        .mt-n,
        .my-n {
          margin-top: -$length !important;
        }
        .mr-n,
        .mx-n {
          margin-right: -$length !important;
        }
        .mb-n,
        .my-n {
          margin-bottom: -$length !important;
        }
        .ml-n,
        .mx-n {
          margin-left: -$length !important;
        }
      }
    }*/
.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-sm-65,
.mx-sm-65 {
    margin-left: 6.5rem !important;
  }

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

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

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

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

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 10rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-15,
.px-sm-15 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-25,
.px-sm-25 {
    padding-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-sm-35,
.px-sm-35 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

  .pl-sm-45,
.px-sm-45 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-sm-65,
.px-sm-65 {
    padding-left: 6.5rem !important;
  }

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

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

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

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

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

  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-sm-n { margin: -$length !important; }
          .mt-sm-n,
          .my-sm-n {
            margin-top: -$length !important;
          }
          .mr-sm-n,
          .mx-sm-n {
            margin-right: -$length !important;
          }
          .mb-sm-n,
          .my-sm-n {
            margin-bottom: -$length !important;
          }
          .ml-sm-n,
          .mx-sm-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-10,
.mx-md-10 {
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-md-15,
.mx-md-15 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-25,
.mx-md-25 {
    margin-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-md-35,
.mx-md-35 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

  .ml-md-45,
.mx-md-45 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-md-65,
.mx-md-65 {
    margin-left: 6.5rem !important;
  }

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

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

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

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

  .ml-md-100,
.mx-md-100 {
    margin-left: 10rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-15,
.px-md-15 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-25,
.px-md-25 {
    padding-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-md-35,
.px-md-35 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

  .pl-md-45,
.px-md-45 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-md-65,
.px-md-65 {
    padding-left: 6.5rem !important;
  }

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

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

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

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

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

  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-md-n { margin: -$length !important; }
          .mt-md-n,
          .my-md-n {
            margin-top: -$length !important;
          }
          .mr-md-n,
          .mx-md-n {
            margin-right: -$length !important;
          }
          .mb-md-n,
          .my-md-n {
            margin-bottom: -$length !important;
          }
          .ml-md-n,
          .mx-md-n {
            margin-left: -$length !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: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-lg-65,
.mx-lg-65 {
    margin-left: 6.5rem !important;
  }

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

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

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

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

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 10rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-lg-n { margin: -$length !important; }
          .mt-lg-n,
          .my-lg-n {
            margin-top: -$length !important;
          }
          .mr-lg-n,
          .mx-lg-n {
            margin-right: -$length !important;
          }
          .mb-lg-n,
          .my-lg-n {
            margin-bottom: -$length !important;
          }
          .ml-lg-n,
          .mx-lg-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-xl-35,
.mx-xl-35 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

  .ml-xl-45,
.mx-xl-45 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-xl-65,
.mx-xl-65 {
    margin-left: 6.5rem !important;
  }

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

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

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

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

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 10rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-15,
.px-xl-15 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-25,
.px-xl-25 {
    padding-left: 2.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-xl-35,
.px-xl-35 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

  .pl-xl-45,
.px-xl-45 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-xl-65,
.px-xl-65 {
    padding-left: 6.5rem !important;
  }

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

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

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

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

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

  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-xl-n { margin: -$length !important; }
          .mt-xl-n,
          .my-xl-n {
            margin-top: -$length !important;
          }
          .mr-xl-n,
          .mx-xl-n {
            margin-right: -$length !important;
          }
          .mb-xl-n,
          .my-xl-n {
            margin-bottom: -$length !important;
          }
          .ml-xl-n,
          .mx-xl-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #1C69D4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #134890 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #1C69D4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #134890 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-nosuccess {
  color: #dc3545 !important;
}

a.text-nosuccess:hover, a.text-nosuccess:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-text-link {
  color: #8e8e8e !important;
}

a.text-text-link:hover, a.text-text-link:focus {
  color: #686868 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

a.text-black-000:hover, a.text-black-000:focus {
  color: black !important;
}

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

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-blue {
  color: #1C69D4 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #134890 !important;
}

.text-gray {
  color: #666666 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #404040 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(38, 38, 38, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #214980;
  background-color: #d2e1f6;
  border-color: #bfd5f3;
}
.alert-primary hr {
  border-top-color: #aac7ef;
}
.alert-primary .alert-link {
  color: #173257;
}

.alert-secondary {
  color: #4a4f53;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #323538;
}

.alert-success {
  color: #276936;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #194423;
}

.alert-info {
  color: #214980;
  background-color: #d2e1f6;
  border-color: #bfd5f3;
}
.alert-info hr {
  border-top-color: #aac7ef;
}
.alert-info .alert-link {
  color: #173257;
}

.alert-warning {
  color: #977716;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #6a5410;
}

.alert-danger {
  color: #852e36;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #5f2127;
}

.alert-nosuccess {
  color: #852e36;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-nosuccess hr {
  border-top-color: #f1b0b7;
}
.alert-nosuccess .alert-link {
  color: #5f2127;
}

.alert-light {
  color: #939494;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #797b7b;
}

.alert-text-link {
  color: #5c5c5c;
  background-color: #e8e8e8;
  border-color: #dfdfdf;
}
.alert-text-link hr {
  border-top-color: #d2d2d2;
}
.alert-text-link .alert-link {
  color: #434343;
}

.alert-dark {
  color: #2d3034;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #151719;
}

.alert-black-000 {
  color: #121212;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black-000 hr {
  border-top-color: #ababab;
}
.alert-black-000 .alert-link {
  color: black;
}

.alert-black {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #c2c2c2;
}
.alert-black hr {
  border-top-color: #b5b5b5;
}
.alert-black .alert-link {
  color: #0d0d0d;
}

.alert-blue {
  color: #214980;
  background-color: #d2e1f6;
  border-color: #bfd5f3;
}
.alert-blue hr {
  border-top-color: #aac7ef;
}
.alert-blue .alert-link {
  color: #173257;
}

.alert-gray {
  color: #474747;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-gray hr {
  border-top-color: #c7c7c7;
}
.alert-gray .alert-link {
  color: #2e2e2e;
}

.alert-white {
  color: #979797;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #7e7e7e;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 4px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 2px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfd5f3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #89b1e9;
}

.table-hover .table-primary:hover {
  background-color: #aac7ef;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aac7ef;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bfd5f3;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #89b1e9;
}

.table-hover .table-info:hover {
  background-color: #aac7ef;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #aac7ef;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-nosuccess,
.table-nosuccess > th,
.table-nosuccess > td {
  background-color: #f5c6cb;
}
.table-nosuccess th,
.table-nosuccess td,
.table-nosuccess thead th,
.table-nosuccess tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-nosuccess:hover {
  background-color: #f1b0b7;
}
.table-hover .table-nosuccess:hover > td,
.table-hover .table-nosuccess:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-text-link,
.table-text-link > th,
.table-text-link > td {
  background-color: #dfdfdf;
}
.table-text-link th,
.table-text-link td,
.table-text-link thead th,
.table-text-link tbody + tbody {
  border-color: #c4c4c4;
}

.table-hover .table-text-link:hover {
  background-color: #d2d2d2;
}
.table-hover .table-text-link:hover > td,
.table-hover .table-text-link:hover > th {
  background-color: #d2d2d2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-black-000,
.table-black-000 > th,
.table-black-000 > td {
  background-color: #b8b8b8;
}
.table-black-000 th,
.table-black-000 td,
.table-black-000 thead th,
.table-black-000 tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black-000:hover {
  background-color: #ababab;
}
.table-hover .table-black-000:hover > td,
.table-hover .table-black-000:hover > th {
  background-color: #ababab;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c2c2c2;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #8e8e8e;
}

.table-hover .table-black:hover {
  background-color: #b5b5b5;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #b5b5b5;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bfd5f3;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #89b1e9;
}

.table-hover .table-blue:hover {
  background-color: #aac7ef;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #aac7ef;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d4d4d4;
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #afafaf;
}

.table-hover .table-gray:hover {
  background-color: #c7c7c7;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c7c7c7;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 2px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1025px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #214980;
  background-color: #bfd5f3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #214980;
  background-color: #aac7ef;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #214980;
  border-color: #214980;
}

.list-group-item-secondary {
  color: #4a4f53;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #4a4f53;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #4a4f53;
  border-color: #4a4f53;
}

.list-group-item-success {
  color: #276936;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #276936;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #276936;
  border-color: #276936;
}

.list-group-item-info {
  color: #214980;
  background-color: #bfd5f3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #214980;
  background-color: #aac7ef;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #214980;
  border-color: #214980;
}

.list-group-item-warning {
  color: #977716;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #977716;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #977716;
  border-color: #977716;
}

.list-group-item-danger {
  color: #852e36;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852e36;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852e36;
  border-color: #852e36;
}

.list-group-item-nosuccess {
  color: #852e36;
  background-color: #f5c6cb;
}
.list-group-item-nosuccess.list-group-item-action:hover, .list-group-item-nosuccess.list-group-item-action:focus {
  color: #852e36;
  background-color: #f1b0b7;
}
.list-group-item-nosuccess.list-group-item-action.active {
  color: #fff;
  background-color: #852e36;
  border-color: #852e36;
}

.list-group-item-light {
  color: #939494;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #939494;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #939494;
  border-color: #939494;
}

.list-group-item-text-link {
  color: #5c5c5c;
  background-color: #dfdfdf;
}
.list-group-item-text-link.list-group-item-action:hover, .list-group-item-text-link.list-group-item-action:focus {
  color: #5c5c5c;
  background-color: #d2d2d2;
}
.list-group-item-text-link.list-group-item-action.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.list-group-item-dark {
  color: #2d3034;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2d3034;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2d3034;
  border-color: #2d3034;
}

.list-group-item-black-000 {
  color: #121212;
  background-color: #b8b8b8;
}
.list-group-item-black-000.list-group-item-action:hover, .list-group-item-black-000.list-group-item-action:focus {
  color: #121212;
  background-color: #ababab;
}
.list-group-item-black-000.list-group-item-action.active {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

.list-group-item-black {
  color: #262626;
  background-color: #c2c2c2;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #262626;
  background-color: #b5b5b5;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.list-group-item-blue {
  color: #214980;
  background-color: #bfd5f3;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #214980;
  background-color: #aac7ef;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #214980;
  border-color: #214980;
}

.list-group-item-gray {
  color: #474747;
  background-color: #d4d4d4;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #474747;
  background-color: #c7c7c7;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
}

.list-group-item-white {
  color: #979797;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #979797;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1em + 2.125rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.0625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 660px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1C69D4;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -2px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1653a7;
  border-color: #154d9c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-info:hover {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1653a7;
  border-color: #154d9c;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

.btn-nosuccess {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-nosuccess:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-nosuccess:focus, .btn-nosuccess.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}
.btn-nosuccess.disabled, .btn-nosuccess:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-nosuccess:not(:disabled):not(.disabled):active, .btn-nosuccess:not(:disabled):not(.disabled).active, .show > .btn-nosuccess.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-nosuccess:not(:disabled):not(.disabled):active:focus, .btn-nosuccess:not(:disabled):not(.disabled).active:focus, .show > .btn-nosuccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
}

.btn-text-link {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-text-link:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #757575;
}
.btn-text-link:focus, .btn-text-link.focus {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #757575;
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}
.btn-text-link.disabled, .btn-text-link:disabled {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-text-link:not(:disabled):not(.disabled):active, .btn-text-link:not(:disabled):not(.disabled).active, .show > .btn-text-link.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #6e6e6e;
}
.btn-text-link:not(:disabled):not(.disabled):active:focus, .btn-text-link:not(:disabled):not(.disabled).active:focus, .show > .btn-text-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(82, 88, 93, 0.5);
}

.btn-black-000 {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-000:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-000:focus, .btn-black-000.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}
.btn-black-000.disabled, .btn-black-000:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-000:not(:disabled):not(.disabled):active, .btn-black-000:not(:disabled):not(.disabled).active, .show > .btn-black-000.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-000:not(:disabled):not(.disabled):active:focus, .btn-black-000:not(:disabled):not(.disabled).active:focus, .show > .btn-black-000.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-black:hover {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 0rem rgba(71, 71, 71, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #060606;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(71, 71, 71, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #1858b2;
  border-color: #1653a7;
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #1653a7;
  border-color: #154d9c;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(62, 128, 218, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-gray:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0rem rgba(125, 125, 125, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(125, 125, 125, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-nosuccess {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:focus, .btn-outline-nosuccess.focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-nosuccess.disabled, .btn-outline-nosuccess:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-nosuccess:not(:disabled):not(.disabled):active, .btn-outline-nosuccess:not(:disabled):not(.disabled).active, .show > .btn-outline-nosuccess.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-nosuccess:not(:disabled):not(.disabled):active:focus, .btn-outline-nosuccess:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-nosuccess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-text-link {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-outline-text-link:hover {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-outline-text-link:focus, .btn-outline-text-link.focus {
  box-shadow: 0 0 0 0rem rgba(142, 142, 142, 0.5);
}
.btn-outline-text-link.disabled, .btn-outline-text-link:disabled {
  color: #8e8e8e;
  background-color: transparent;
}
.btn-outline-text-link:not(:disabled):not(.disabled):active, .btn-outline-text-link:not(:disabled):not(.disabled).active, .show > .btn-outline-text-link.dropdown-toggle {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-outline-text-link:not(:disabled):not(.disabled):active:focus, .btn-outline-text-link:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(142, 142, 142, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

.btn-outline-black-000 {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black-000:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black-000:focus, .btn-outline-black-000.focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-000.disabled, .btn-outline-black-000:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-black-000:not(:disabled):not(.disabled):active, .btn-outline-black-000:not(:disabled):not(.disabled).active, .show > .btn-outline-black-000.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black-000:not(:disabled):not(.disabled):active:focus, .btn-outline-black-000:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-000.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black {
  color: #262626;
  border-color: #262626;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #262626;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}

.btn-outline-blue {
  color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #1C69D4;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #1C69D4;
  border-color: #1C69D4;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.5);
}

.btn-outline-gray {
  color: #666666;
  border-color: #666666;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0rem rgba(102, 102, 102, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #666666;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(102, 102, 102, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1C69D4;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.0625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1C69D4;
  background-color: #1C69D4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #81afee;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aeccf4;
  border-color: #aeccf4;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1C69D4;
  background-color: #1C69D4;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}

.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0rem + 4px);
  left: calc(-3.125rem + 4px);
  width: calc(1.5rem - 8px);
  height: calc(1.5rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.75rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 105, 212, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #81afee;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1em + 2.125rem + 4px);
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #81afee;
  box-shadow: 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 4px);
  padding: 0.75rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(28, 105, 212, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1C69D4;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #aeccf4;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1C69D4;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #aeccf4;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: #1C69D4;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #aeccf4;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/*@mixin transition($time: 0.5s, $item: All, $effect: ease) {

    -webkit-transition: $item $time $effect;
    -moz-transition: $item $time $effect;
    -o-transition: $item $time $effect;
    transition: $item $time $effect;
}*/
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl/BMWTypeNext-Light.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Light.20220131075315.woff) format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl/BMWTypeNext-Light.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Light.20220131075315.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff) format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Light";
  src: url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*@font-face {
	font-family: "BMW Type Next";
	src:    url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff2) format("woff2"),
	url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff) format("woff");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "BMW Type Next";
	src:    url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff2) format("woff2"),
	url(../fonts/nextl/BMWTypeNext-Regular.20220131075315.woff) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}*/
@font-face {
  font-family: "BMW Type Web Bold";
  src: url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "BMW Type Web Bold";
  src: url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff2) format("woff2"), url(../fonts/nextl/BMWTypeNext-Bold.20220131075315.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, [class^=typo-headlines-] {
  font-family: "BMW Type Web Light", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2em;
}

.text-smaller {
  font-size: 85%;
}

.subhead {
  font-size: 0.5em;
  display: block;
  padding-top: 0.2em;
  line-height: 1.3em;
}

h1, .h1 .typo-headlines-xxl {
  font-size: 35px;
}
p a {
  font-weight: bold;
  color: #262626;
}
p a:hover {
  color: #1C69D4;
}

.bold {
  font-weight: bold;
}

h2, .h2, .typo-headlines-xl {
  font-size: 25px;
}
h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
  font-size: 15px;
  padding-top: 8px;
}

h3, .h3, .typo-headlines-l-mixed {
  font-size: 25px;
}

h4, .h4, .typo-headlines-m {
  font-size: 20px;
}

h5, h6, .h5, .h6, .typo-headlines-s {
  font-size: 18px;
}

@media (min-width: 1025px) {
  h1, .typo-headlines-xxl, .title-header {
    font-size: 50px;
  }
  h2, .h2, .typo-headlines-xl {
    font-size: 35px;
  }
  h2 .subhead, .h2 .subhead, .typo-headlines-xl .subhead {
    font-size: 0.5em;
    padding-top: 8px;
  }

  h3, .h3, .typo-headlines-l {
    font-size: 25px;
  }
}
.btn, .joined-link, .menu_links, article .btn, .bold-bmw, .ico-download {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.joined-link {
  font-size: 15px;
}

footer a {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

nav a, .nav-level-1 a, .menu_level_1 a, .accordion-title.typo-headlines-s-mixed, #teams span.typo-headlines-s-mixed {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif !important;
}

.typo-body-xs, .typo-body-xxs, a.a-light {
  font-family: "BMW Type Web Light", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.typo-headlines-s-mixed {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: "BMW Type Web Light";
}

.menu-footer, .text-small {
  font-size: 14px;
}

.text-micro {
  font-size: 12px;
}

.text-999 {
  color: #999;
}

.display-1, .display-4 {
  padding-bottom: 0.2em;
  line-height: 1;
  display: inline-block;
}

.display-1 {
  font-size: clamp(3.5rem, 20px + 0.113 * (100vw - 580px), 5.875rem);
}

.display-4 {
  font-size: clamp(1.8rem, 40px + 0.113 * (100vw - 580px), 3rem);
}

.font_2 {
  font-size: 2em;
}

.header_copy .h6 {
  font-size: 0.86rem;
}
@media (min-width: 768px) {
  .header_copy .h6 {
    font-size: 1rem;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-group {
  margin-bottom: 1rem;
}

.ico-input {
  position: relative;
  line-height: 1;
  margin: 0;
}
.ico-input input[type=radio] + label:before {
  border-radius: 100%;
}
.ico-input input[type=checkbox], .ico-input input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  height: 100%;
  z-index: 2;
  opacity: 0;
  /* opacity: 0; */
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  float: none;
  height: auto !important;
  margin-left: 0.5em;
}
.ico-input input[type=checkbox] + label, .ico-input input[type=radio] + label {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: bold;
  float: none;
  position: initial;
  display: inline-block;
  color: #262626;
  /* font-weight: 400; */
  margin: 0;
  padding: 1.2em 2em 1.2em 4em;
  /* padding-left: 4.3em; */
  font-size: 12px;
  min-width: calc(1.8em + 2px);
}
.ico-input input[type=checkbox] + label:before, .ico-input input[type=radio] + label:before {
  content: "";
  width: calc(3.167em + 2px);
  height: calc(3.167em + 2px);
  display: block;
  box-sizing: border-box;
  border: 2px solid #262626;
  z-index: 0;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 0.1em;
  text-indent: 0em;
  transition: all 0.15s ease-in;
}
.ico-input input[type=checkbox] + label:after, .ico-input input[type=radio] + label:after {
  font-family: bmw-fonticons;
  content: "\e909";
  width: calc(1.2em + 2px);
  height: calc(1.2em + 2px);
  display: block;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  left: -0.04em;
  background-color: transparent;
  top: 0.2em;
  text-indent: 0em;
  font-size: 2.5em;
  font-weight: normal;
  transform: scale(0);
  transition: all 0.15s ease-in;
  /* font-family: bmw-fonticons;
   content: '\e909';
   width: calc(1.2em + 2px);
   height: calc(1.2em + 2px);
   display: block;
   box-sizing: border-box;
   border-radius: 0;
   border: 0px solid #333;
   z-index: 0;
   position: absolute;
   left: -0.15em;
   background-color: transparent;
   bottom: -0.5em;
   text-indent: 0em;
   font-size: 2.5em;
   font-weight: normal;
   transform: scale(0);
   transition: all 0.2s ease-in-out;*/
}
.ico-input input[type=checkbox]:checked + label:before, .ico-input input[type=radio]:checked + label:before {
  border: 1px solid #1C69D4;
  background-color: #1C69D4;
}
.ico-input input[type=checkbox]:checked + label:after, .ico-input input[type=radio]:checked + label:after {
  color: #fff;
  bottom: -0.5em;
  left: 0.14em;
  transform: scale(1);
}

@media (max-width: 1024.98px) {
  #newcar_filter_form .ico-input {
    /* input[type="checkbox"], input[type="radio"] {
       & + label {
         width: 100%;
         border: 2px solid #333;
         padding: 1em 1em;
         text-align: center;
         padding-left: unset !important;
         &:before {
           border-radius: 50%;
           display: none;
         }
         &:after {
           border-radius: 50%;
           transform: scale(1);
         }
       }
     }*/
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label, #newcar_filter_form .ico-input input[type=radio] + label {
    width: 100%;
    border: 2px solid #333;
    padding: 1.25em 1em;
    text-align: center;
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label:before, #newcar_filter_form .ico-input input[type=radio] + label:before {
    border-radius: 50%;
    display: none;
    border: 0px solid transparent;
  }
  #newcar_filter_form .ico-input input[type=checkbox] + label:after, #newcar_filter_form .ico-input input[type=radio] + label:after {
    transform: scale(0);
    opacity: 0;
  }
  #newcar_filter_form .ico-input input[type=checkbox]:checked + label:before, #newcar_filter_form .ico-input input[type=radio]:checked + label:before {
    border-radius: 50%;
    border: 0px solid transparent;
    display: none;
  }
  #newcar_filter_form .ico-input input[type=checkbox]:checked + label:after, #newcar_filter_form .ico-input input[type=radio]:checked + label:after {
    border-radius: 50%;
    transform: scale(1);
    opacity: 1;
    color: #1C69D4 !important;
    left: 0em;
  }
}

.btn:not(.w-auto):not(.w-100):not([data-slide=prev]) {
  min-width: 210px;
}

.typo-bmwi-body-xxs {
  font-size: 14px;
}

.form-control {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none;
  padding: 9px;
}
.form-control.error, .form-control.is-invalid {
  border-color: red;
}

label {
  width: 100%;
}
label.error, label.is-invalid {
  color: red;
  font-size: 0.9em;
}

.form-control {
  border: 1px solid #bbb;
  box-shadow: none;
  font-weight: bold;
}
.form-control::placeholder {
  color: #8e8e8e;
}
.form-control:focus, .form-control:focus-visible {
  border-color: #262626;
  box-shadow: none;
  border-radius: 0;
  outline-offset: -2px;
  outline-style: solid;
  outline-width: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control.valid {
  background: white url(../img/input_valid.png) no-repeat right center;
  background-size: auto;
  padding-right: 40px;
}
.form-control.error, .form-control.is-invalid {
  background: white url(../img/input_invalid.png) no-repeat right center;
  background-size: auto;
  padding-right: 40px;
}

select.form-control {
  transition: all 0.3s ease-in-out;
}
select.form-control:focus, select.form-control:focus-visible {
  outline-width: 0px;
  outline-color: transparent;
  outline-style: none;
  border-color: #8e8e8e;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.form-control.input-to-text {
  border: 0;
  background-image: none;
  background: none;
  padding: 0 0;
}
.form-control.input-to-text:focus {
  outline: none;
}
.form-control.input-to-text.invalid, .form-control.input-to-text.error, .form-control.input-to-text.is-invalid {
  color: #dc3545;
}

select::-ms-expand {
  display: none;
}

.form-approval {
  padding: 8px 0;
}

select, .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url(../img/icon-select-white.png) no-repeat right center;
  left: -5px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
select.form-control {
  padding-right: 50px;
}

.info-icon::before {
  content: "";
  background: url(../img/info-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  padding: 7px 7px 7px 7px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  display: inline-block;
}

select::-ms-value {
  background: none !important;
  /* THIS LINE REMOVES THE BLUE BACKGROUND */
  color: black;
  /* the -ms-value element defaults to white text, so a different font colour is needed for text to be visible */
}

.del-child, .add-child, .add-free-child, .count-btn {
  cursor: pointer;
}
.del-child.disabled, .add-child.disabled, .add-free-child.disabled, .count-btn.disabled {
  cursor: default;
  opacity: 0.3;
}

@media (max-width: 767.98px) {
  .bigger-custom-block > label {
    margin-top: 0.45em;
  }
}
.bigger-custom-block .custom-control {
  width: 3.2rem;
}
.bigger-custom-block .custom-control-label::before {
  top: 0;
  left: -2rem;
  width: 2.65rem;
  height: 2.65rem;
  pointer-events: all;
}
.bigger-custom-block .custom-control-label::after {
  top: 0rem;
  left: -1.9rem;
  width: 2.5rem;
  height: 2.5rem;
}

div#inputed_pic img {
  max-width: 100%;
  width: 100%;
}

.dimm {
  display: none;
}

.items-center, .t_item_cnt {
  align-items: center;
}

.t_item_cnt {
  height: 99px;
  font-size: 15px;
}

.in-page-menu .t_item_cnt {
  height: 80px;
  font-size: 15px;
}
.in-page-menu a {
  color: #8e8e8e;
}
.in-page-menu a:hover {
  color: #262626;
}

.page_scroll_menu .bmw_menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_scroll_menu .bmw_menu a {
  color: #fff;
}
.page_scroll_menu .bmw_menu a:hover {
  color: #262626;
}
.page_scroll_menu .bmw_menu a.btn {
  color: #fff;
}

.topmenu_cnt {
  max-height: 100vh;
  z-index: 1035;
}
.topmenu_cnt a {
  color: #fff;
}
.topmenu_cnt a:hover {
  color: #262626;
}
.topmenu_cnt a.btn {
  color: #fff;
}
.topmenu_cnt.bg-black .lvl_1 a:hover {
  color: #e6e6e6;
}
.topmenu_cnt a {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
}
.topmenu_cnt.open {
  height: 100vh;
}

#logo img {
  height: 99px;
  width: auto;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  top: 10px;
  position: relative;
  z-index: 100;
}

.top-nav-icons {
  margin-right: 30px;
}
.top-nav-icons [class^=icon-]:before, .top-nav-icons [class*=" icon-"]:before {
  margin: 0;
  padding: 0;
}

.menu_bg_img {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
}

.menu_links .link_cnt {
  height: 80px;
  padding: 0 20px;
  color: #262626;
}
.menu_links .link_cnt:hover {
  color: #1C69D4;
}
.menu_links .link_icon {
  color: #1C69D4;
  font-size: 48px;
}

.menu_overflow {
  position: relative;
  overflow: hidden;
  height: 80px;
  padding-left: 2px;
}
.menu_overflow .m-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  font-family: "bmw-fonticons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 5rem;
}
.menu_overflow .m-arrow.m-left {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  width: 25px;
}
.menu_overflow .m-arrow.m-left:before {
  font-size: 40px;
  content: "\e90d";
  margin-left: -15px;
  display: inline-block;
  color: #bbbbbb;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}
.menu_overflow .m-arrow.m-right {
  right: 0;
  width: 25px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
}
.menu_overflow .m-arrow.m-right:before {
  font-size: 40px;
  content: "\e92c";
  display: inline-block;
  color: #bbbbbb;
  position: absolute;
  top: 50%;
  margin-top: -29px;
}

.menu_row {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.bmw_menu .t_item_cnt > span {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  white-space: nowrap;
}

.lvl_2 .bmw_menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: right;
}

.lvl_2 .t_item_cnt {
  height: 80px;
}

#main .page_scroll_menu .t_item_cnt {
  font-size: 18px;
}
#main .lvl_2.level-two .menu_overflow {
  height: 99px;
  overflow: hidden;
}
#main .lvl_2.level-two .menu_overflow .t_item_cnt {
  height: 99px;
}
#main .lvl_2.level-two .menu_overflow a {
  transition: 0.1s;
}
#main .lvl_2.level-two .menu_overflow a.active {
  font-size: 1.8em;
  color: #262626 !important;
}

.border_m_4 {
  border-bottom: 4px solid transparent;
}
.border_m_4.active {
  border-bottom: 4px solid #1C69D4;
}
.border_m_4:hover {
  border-bottom: 4px solid #1C69D4;
}

.lvl_1 .sub_icon, .lvl_2 .sub_icon {
  display: none;
}

/*@include media-breakpoint-up(md) {


  body {
    &:not(.index-page):not(.menu-open) {
      .sps {

        &.sps--blw {

        }

        &:not(.sps--blw) {
          &.topmenu_cnt a {
            color: white;
            &:hover {
              color:white;
            }
            &:active {
              color:white;
            }
            &:focus {
              color:white;
            }
          }
        }
      }
    }
  }



}*/
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:hover {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:active {
  color: white;
}
body:not(.index-page):not(.menu-open) .sps:not(.sps--blw).topmenu_cnt a:focus {
  color: white;
}
@media (min-width: 1025px) {
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:hover {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:active {
    color: white;
  }
  body.menu-open:not(.index-page) .sps:not(.sps--blw).topmenu_cnt a:focus {
    color: white;
  }
}
body.index-page .sps:after {
  display: none;
}

.sps {
  border-bottom: 1px solid transparent;
  /*&:not(.sps--blw) {
    &.topmenu_cnt a {
      color: white;
    }
  }*/
}
.sps.sps--blw:after {
  opacity: 0;
  height: 52px;
}
.sps:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 80px;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  opacity: 1;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.0298320012) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.28) 75%, rgba(0, 0, 0, 0) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .sps:after {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .sps.sps:after {
    opacity: 0;
    height: 140px;
  }
  .sps.sps .menu-border {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .sps.sps .menu-border {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .sps.sps--abv:after {
    opacity: 1;
  }
  .sps.sps--abv .menu-border {
    position: relative;
  }
  .sps.sps--abv .menu-border:after {
    content: "";
    width: 105px;
    height: 22px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85px' height='13px' viewBox='0 0 85 13' style='enable-background:new 0 0 85 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0.5,0.8h4c1.1,0,1.8,0.1,2.5,0.7c0.5,0.5,0.8,1.2,0.8,2S7.5,4.9,7,5.5c-0.3,0.3-0.7,0.7-0.9,1l2.1,3.4h-2 L4.3,6.7h-2v3.1H0.5V0.8z M2.3,2.5V5h2.9c0.1-0.1,0.3-0.3,0.4-0.5C5.9,4.2,6,3.9,6,3.5c0-0.3-0.1-0.6-0.3-0.8 C5.5,2.5,5.1,2.5,4.3,2.5H2.3z'/%3E%3Cpath class='st0' d='M9.2,4.4c0.4-0.7,1.1-1.1,2.4-1.1c1,0,2,0.3,3.1,0.7v5.8H13V9c-0.1,0.1-0.4,0.3-0.6,0.5 c-0.5,0.3-0.9,0.6-1.5,0.6C10,10,9.5,9.7,9.2,9.1C8.8,8.5,8.7,7.8,8.7,6.8C8.7,5.9,8.8,5,9.2,4.4z M10.6,8c0.1,0.3,0.3,0.4,0.6,0.4 s0.8-0.3,1.1-0.6c0.2-0.2,0.4-0.3,0.6-0.5V5.1c-0.3-0.1-0.7-0.3-1.2-0.3s-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.8-0.2,1.4 C10.5,7.2,10.5,7.7,10.6,8z'/%3E%3Cpath class='st0' d='M16.5,4.4c0.4-0.7,1-1.1,2-1.1c0.6,0,1.3,0.2,1.8,0.3V0.8H22v9h-1.7V9.1c-0.1,0.1-0.3,0.2-0.6,0.4 c-0.5,0.3-0.9,0.5-1.6,0.5s-1.3-0.4-1.6-1C16.2,8.5,16,7.9,16,6.7C16,5.6,16.1,4.9,16.5,4.4z M17.8,6.7c0,0.6,0,1,0.2,1.3 c0.1,0.3,0.3,0.4,0.7,0.4c0.3,0,0.7-0.3,1.1-0.5c0.2-0.2,0.4-0.3,0.5-0.4V5.2C20,5.1,19.4,4.9,19,4.9c-0.5,0-0.8,0.1-0.9,0.5 C17.8,5.7,17.8,6.1,17.8,6.7z'/%3E%3Cpath class='st0' d='M23.3,6.7c0-0.9,0.2-1.7,0.5-2.2c0.5-0.7,1.3-1.2,2.6-1.2c1.2,0,2.1,0.4,2.5,1.1c0.4,0.6,0.6,1.4,0.6,2.3 s-0.2,1.7-0.6,2.2c-0.5,0.7-1.2,1.2-2.6,1.2S24.2,9.7,23.7,9C23.5,8.5,23.3,7.6,23.3,6.7z M25.1,6.7c0,0.5,0.1,0.9,0.2,1.2 c0.2,0.4,0.6,0.5,1.1,0.5s0.8-0.1,1.1-0.5c0.2-0.3,0.3-0.7,0.3-1.3c0-0.5-0.1-1-0.3-1.3c-0.2-0.3-0.5-0.4-1-0.4S25.6,5,25.4,5.4 C25.2,5.7,25.1,6.1,25.1,6.7z'/%3E%3Cpath class='st0' d='M31.2,3.8c0.4-0.4,1-0.5,2-0.5c0.8,0,2,0.3,2.5,0.4v1.6c-0.5-0.1-1.7-0.4-2.4-0.4c-0.4,0-0.6,0-0.7,0.1 c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.2,0.1,0.3,0.2,0.3c0.2,0.1,0.3,0.1,0.6,0.2l1.1,0.3c0.6,0.2,1,0.4,1.3,0.6C35.8,7,35.9,7.5,35.9,8 c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-1.2,0.6-2.2,0.6c-0.8,0-2.1-0.2-2.5-0.3V8.2c0.5,0.1,1.6,0.3,2.7,0.3c0.3,0,0.5,0,0.7-0.1 c0.1-0.1,0.2-0.2,0.2-0.3c0-0.2-0.1-0.3-0.2-0.3s-0.4-0.1-0.7-0.2l-1.1-0.3C31.6,7,31.3,6.9,31,6.6c-0.2-0.3-0.4-0.7-0.4-1.3 S30.8,4.2,31.2,3.8z M33.5,0.8h1.9l-1.8,1.8h-1.9L33.5,0.8z'/%3E%3Cpath class='st0' d='M37,6.7c0-1,0.2-1.7,0.5-2.3c0.4-0.7,1.1-1.1,2.4-1.1c0.7,0,1.6,0.2,2.2,0.4v1.7c-0.6-0.2-1.4-0.4-2-0.4 c-0.5,0-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.7-0.2,1.2s0,0.8,0.2,1.2s0.6,0.5,1.2,0.5c0.7,0,1.4-0.2,1.9-0.3v1.7 c-0.5,0.1-1.5,0.3-2.1,0.3C38.6,10,38,9.6,37.5,9C37.2,8.5,37,7.7,37,6.7z M40,0.8h1.9l-1.8,1.8h-1.9L40,0.8z'/%3E%3Cpath class='st0' d='M45.8,9.8v-1l3.7-4.3H46v-1h5v1l-3.7,4.3h3.8v1.1h-5.3V9.8z'/%3E%3Cpath class='st0' d='M55.1,10.7c0.2-0.2,0.3-0.3,0.4-0.6c0.1-0.3,0.1-0.7,0.1-1.1V3.5h1.1v5.7c0,0.4,0,1-0.1,1.4s-0.4,0.7-0.8,1 c-0.5,0.3-1.3,0.7-1.8,0.8v-1.1C54.3,11.1,54.9,10.9,55.1,10.7z M56.8,0.8v1.7h-1.2V0.8H56.8z'/%3E%3Cpath class='st0' d='M58.8,4.3c0.5-0.8,1.2-1,2.3-1c0.9,0,1.7,0.3,2.7,0.7v5.9h-1.1v-1C62.5,9,62.3,9.2,62,9.4 c-0.5,0.4-0.9,0.6-1.5,0.6c-0.9,0-1.4-0.4-1.7-1c-0.3-0.5-0.4-1.4-0.4-2.4C58.3,5.8,58.5,4.9,58.8,4.3z M59.7,8.4 C59.9,8.8,60.1,9,60.6,9c0.4,0,0.8-0.3,1.2-0.6c0.3-0.2,0.6-0.5,0.9-0.7v-3c-0.5-0.2-1-0.4-1.5-0.4c-0.7,0-1.1,0.2-1.4,0.7 c-0.2,0.4-0.3,1-0.3,1.7C59.5,7.3,59.5,8,59.7,8.4z'/%3E%3Cpath class='st0' d='M65.2,9.8v-1l3.7-4.3h-3.5v-1h5.1v1l-3.7,4.3h3.8v1.1h-5.4V9.8z'/%3E%3Cpath class='st0' d='M72.1,4.3c0.4-0.7,1.1-1,2-1c0.7,0,1.5,0.2,2,0.4V0.8h1.1v9H76V9c-0.2,0.1-0.4,0.3-0.7,0.5 c-0.5,0.3-0.9,0.5-1.5,0.5c-0.9,0-1.4-0.4-1.7-1c-0.3-0.6-0.4-1.3-0.4-2.4C71.6,5.7,71.7,4.9,72.1,4.3z M73,8.3 c0.2,0.4,0.4,0.6,1,0.6c0.4,0,0.8-0.2,1.2-0.4c0.4-0.2,0.7-0.4,0.9-0.6V4.8c-0.6-0.2-1.2-0.4-1.8-0.4c-0.6,0-1,0.2-1.2,0.6 s-0.3,1-0.3,1.7C72.7,7.4,72.8,7.9,73,8.3z'/%3E%3Cpath class='st0' d='M79.3,3.5l1.9,4.8l1.9-4.8h1.2l-3.5,8.6h-1.2l0.9-2.3L78,3.5H79.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
  }
}
@media (min-width: 1025px) {
  .sps.sps--blw {
    border-bottom: 1px solid #e6e6e6;
  }
  .sps.sps--blw:after {
    opacity: 0;
    height: 100px;
  }
  .sps.sps--blw .menu-border {
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    position: relative;
  }
  .sps.sps--blw .menu-border:after {
    content: "";
    width: 105px;
    height: 22px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85px' height='13px' viewBox='0 0 85 13' style='enable-background:new 0 0 85 13;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0.5,0.8h4c1.1,0,1.8,0.1,2.5,0.7c0.5,0.5,0.8,1.2,0.8,2S7.5,4.9,7,5.5c-0.3,0.3-0.7,0.7-0.9,1l2.1,3.4h-2 L4.3,6.7h-2v3.1H0.5V0.8z M2.3,2.5V5h2.9c0.1-0.1,0.3-0.3,0.4-0.5C5.9,4.2,6,3.9,6,3.5c0-0.3-0.1-0.6-0.3-0.8 C5.5,2.5,5.1,2.5,4.3,2.5H2.3z'/%3E%3Cpath class='st0' d='M9.2,4.4c0.4-0.7,1.1-1.1,2.4-1.1c1,0,2,0.3,3.1,0.7v5.8H13V9c-0.1,0.1-0.4,0.3-0.6,0.5 c-0.5,0.3-0.9,0.6-1.5,0.6C10,10,9.5,9.7,9.2,9.1C8.8,8.5,8.7,7.8,8.7,6.8C8.7,5.9,8.8,5,9.2,4.4z M10.6,8c0.1,0.3,0.3,0.4,0.6,0.4 s0.8-0.3,1.1-0.6c0.2-0.2,0.4-0.3,0.6-0.5V5.1c-0.3-0.1-0.7-0.3-1.2-0.3s-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.8-0.2,1.4 C10.5,7.2,10.5,7.7,10.6,8z'/%3E%3Cpath class='st0' d='M16.5,4.4c0.4-0.7,1-1.1,2-1.1c0.6,0,1.3,0.2,1.8,0.3V0.8H22v9h-1.7V9.1c-0.1,0.1-0.3,0.2-0.6,0.4 c-0.5,0.3-0.9,0.5-1.6,0.5s-1.3-0.4-1.6-1C16.2,8.5,16,7.9,16,6.7C16,5.6,16.1,4.9,16.5,4.4z M17.8,6.7c0,0.6,0,1,0.2,1.3 c0.1,0.3,0.3,0.4,0.7,0.4c0.3,0,0.7-0.3,1.1-0.5c0.2-0.2,0.4-0.3,0.5-0.4V5.2C20,5.1,19.4,4.9,19,4.9c-0.5,0-0.8,0.1-0.9,0.5 C17.8,5.7,17.8,6.1,17.8,6.7z'/%3E%3Cpath class='st0' d='M23.3,6.7c0-0.9,0.2-1.7,0.5-2.2c0.5-0.7,1.3-1.2,2.6-1.2c1.2,0,2.1,0.4,2.5,1.1c0.4,0.6,0.6,1.4,0.6,2.3 s-0.2,1.7-0.6,2.2c-0.5,0.7-1.2,1.2-2.6,1.2S24.2,9.7,23.7,9C23.5,8.5,23.3,7.6,23.3,6.7z M25.1,6.7c0,0.5,0.1,0.9,0.2,1.2 c0.2,0.4,0.6,0.5,1.1,0.5s0.8-0.1,1.1-0.5c0.2-0.3,0.3-0.7,0.3-1.3c0-0.5-0.1-1-0.3-1.3c-0.2-0.3-0.5-0.4-1-0.4S25.6,5,25.4,5.4 C25.2,5.7,25.1,6.1,25.1,6.7z'/%3E%3Cpath class='st0' d='M31.2,3.8c0.4-0.4,1-0.5,2-0.5c0.8,0,2,0.3,2.5,0.4v1.6c-0.5-0.1-1.7-0.4-2.4-0.4c-0.4,0-0.6,0-0.7,0.1 c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.2,0.1,0.3,0.2,0.3c0.2,0.1,0.3,0.1,0.6,0.2l1.1,0.3c0.6,0.2,1,0.4,1.3,0.6C35.8,7,35.9,7.5,35.9,8 c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-1.2,0.6-2.2,0.6c-0.8,0-2.1-0.2-2.5-0.3V8.2c0.5,0.1,1.6,0.3,2.7,0.3c0.3,0,0.5,0,0.7-0.1 c0.1-0.1,0.2-0.2,0.2-0.3c0-0.2-0.1-0.3-0.2-0.3s-0.4-0.1-0.7-0.2l-1.1-0.3C31.6,7,31.3,6.9,31,6.6c-0.2-0.3-0.4-0.7-0.4-1.3 S30.8,4.2,31.2,3.8z M33.5,0.8h1.9l-1.8,1.8h-1.9L33.5,0.8z'/%3E%3Cpath class='st0' d='M37,6.7c0-1,0.2-1.7,0.5-2.3c0.4-0.7,1.1-1.1,2.4-1.1c0.7,0,1.6,0.2,2.2,0.4v1.7c-0.6-0.2-1.4-0.4-2-0.4 c-0.5,0-0.9,0.1-1.1,0.5c-0.2,0.4-0.2,0.7-0.2,1.2s0,0.8,0.2,1.2s0.6,0.5,1.2,0.5c0.7,0,1.4-0.2,1.9-0.3v1.7 c-0.5,0.1-1.5,0.3-2.1,0.3C38.6,10,38,9.6,37.5,9C37.2,8.5,37,7.7,37,6.7z M40,0.8h1.9l-1.8,1.8h-1.9L40,0.8z'/%3E%3Cpath class='st0' d='M45.8,9.8v-1l3.7-4.3H46v-1h5v1l-3.7,4.3h3.8v1.1h-5.3V9.8z'/%3E%3Cpath class='st0' d='M55.1,10.7c0.2-0.2,0.3-0.3,0.4-0.6c0.1-0.3,0.1-0.7,0.1-1.1V3.5h1.1v5.7c0,0.4,0,1-0.1,1.4s-0.4,0.7-0.8,1 c-0.5,0.3-1.3,0.7-1.8,0.8v-1.1C54.3,11.1,54.9,10.9,55.1,10.7z M56.8,0.8v1.7h-1.2V0.8H56.8z'/%3E%3Cpath class='st0' d='M58.8,4.3c0.5-0.8,1.2-1,2.3-1c0.9,0,1.7,0.3,2.7,0.7v5.9h-1.1v-1C62.5,9,62.3,9.2,62,9.4 c-0.5,0.4-0.9,0.6-1.5,0.6c-0.9,0-1.4-0.4-1.7-1c-0.3-0.5-0.4-1.4-0.4-2.4C58.3,5.8,58.5,4.9,58.8,4.3z M59.7,8.4 C59.9,8.8,60.1,9,60.6,9c0.4,0,0.8-0.3,1.2-0.6c0.3-0.2,0.6-0.5,0.9-0.7v-3c-0.5-0.2-1-0.4-1.5-0.4c-0.7,0-1.1,0.2-1.4,0.7 c-0.2,0.4-0.3,1-0.3,1.7C59.5,7.3,59.5,8,59.7,8.4z'/%3E%3Cpath class='st0' d='M65.2,9.8v-1l3.7-4.3h-3.5v-1h5.1v1l-3.7,4.3h3.8v1.1h-5.4V9.8z'/%3E%3Cpath class='st0' d='M72.1,4.3c0.4-0.7,1.1-1,2-1c0.7,0,1.5,0.2,2,0.4V0.8h1.1v9H76V9c-0.2,0.1-0.4,0.3-0.7,0.5 c-0.5,0.3-0.9,0.5-1.5,0.5c-0.9,0-1.4-0.4-1.7-1c-0.3-0.6-0.4-1.3-0.4-2.4C71.6,5.7,71.7,4.9,72.1,4.3z M73,8.3 c0.2,0.4,0.4,0.6,1,0.6c0.4,0,0.8-0.2,1.2-0.4c0.4-0.2,0.7-0.4,0.9-0.6V4.8c-0.6-0.2-1.2-0.4-1.8-0.4c-0.6,0-1,0.2-1.2,0.6 s-0.3,1-0.3,1.7C72.7,7.4,72.8,7.9,73,8.3z'/%3E%3Cpath class='st0' d='M79.3,3.5l1.9,4.8l1.9-4.8h1.2l-3.5,8.6h-1.2l0.9-2.3L78,3.5H79.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    animation-name: claimout;
    animation-duration: 1s;
    opacity: 0;
    display: none;
  }
}

@keyframes claimin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes claimout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lvl_2 > div, .lvl_1 > div, .in-page-menu {
  position: relative;
}

.lvl_1 > div:after {
  bottom: 0;
}

.topmenu_cnt {
  /*  max-width: 1680px;
    margin: auto;
    width: 100%;*/
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.topmenu_cnt #menu_switch .m_burg {
  display: block;
}
.topmenu_cnt #menu_switch .m_close {
  display: none;
}
.topmenu_cnt .right_m_close {
  display: none;
}
.topmenu_cnt .right_m_close .top-nav-icons {
  margin-right: 0;
  width: 88px;
  text-align: right;
}
.topmenu_cnt .menu_up_down {
  display: none;
}
.topmenu_cnt.active_lvl1 .lvl_1 .menu_up_down {
  display: block;
}
.topmenu_cnt.active_lvl2 .lvl_2 .menu_up_down {
  display: block;
}
.topmenu_cnt div.current_permanent_solo {
  border: 0 solid transparent;
}
@media (max-width: 767.98px) {
  .topmenu_cnt .d-mob-none {
    display: none;
  }
  .topmenu_cnt .in-page-menu.active .act_hide .icon-arrow-down:before {
    content: "\e92d";
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow {
    overflow: visible !important;
    height: unset !important;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row {
    flex-direction: column;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .bmw_menu:not(.current_permanent_solo) {
    display: block !important;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .t_item_cnt span {
    flex-grow: 1;
    text-align: left;
  }
  .topmenu_cnt .in-page-menu.active .menu_overflow .menu_row .t_item_cnt:after {
    content: "\e92c";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt .lvl_2 .t_item_cnt, .topmenu_cnt .lvl_1 .t_item_cnt {
    height: 58px;
  }
  .topmenu_cnt #logo img {
    height: 58px;
  }
}
@media (max-width: 1024.98px) {
  .topmenu_cnt .lvl_1 .bmw_menu .t_item {
    display: none;
  }
}
.topmenu_cnt #lvl_1_below {
  display: none;
}
.topmenu_cnt.open {
  overflow-y: scroll;
}
.topmenu_cnt.open .menu_logo {
  width: 88.66px;
}
.topmenu_cnt.open .menu_logo a {
  display: none;
}
.topmenu_cnt.open #menu_switch {
  display: block;
  width: 0;
}
.topmenu_cnt.open #menu_switch .m_close {
  display: block;
  position: absolute;
  right: 0;
}
.topmenu_cnt.open #menu_switch .m_burg {
  display: none;
}
.topmenu_cnt.open .lvl1_mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .topmenu_cnt.open.active_lvl2 .lvl_1 {
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl1_mobile {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl1_mobile {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .cnt_lvl_1 {
    display: block;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_row {
    flex-direction: column;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .last .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .last .t_item_cnt:after {
    content: "\e92c";
    /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt {
    height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px 0 5px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .current_tmp .t_item_cnt {
    transition: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 #menu_switch {
    display: none;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_overflow {
    overflow: visible;
    height: auto;
    padding-left: 0;
  }
  .topmenu_cnt.open.active_lvl1 .lvl_2 .menu_overflow .m-arrow {
    display: none !important;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .t_item_cnt {
    height: 58px;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu {
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu:after {
    content: ">";
    display: none;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .bmw_menu.current_tmp {
    display: flex;
    justify-content: center;
    flex-grow: 1;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 #menu_switch {
    display: block;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .menu_overflow {
    overflow: visible;
    height: auto;
    padding-left: 0;
  }
  .topmenu_cnt.open.active_lvl2 .lvl_2 .menu_overflow .m-arrow {
    display: none !important;
  }
  .topmenu_cnt.open #lvl_1_below {
    height: calc(100% - 58px);
  }
  .topmenu_cnt.open .lvl_2.cars-select-block {
    height: 80px;
    overflow-y: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .lvl_2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px 0 5px;*/
    padding: 0 0;
  }
  .topmenu_cnt.open .lvl_2.cars-select-block .t_item_cnt:after {
    background-color: #444;
    display: none !important;
  }
  .topmenu_cnt.open .lvl1_mobile {
    display: block;
    height: 60vh;
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 3em 0;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) {
    width: 100%;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    color: #8e8e8e;
    font-size: 1.3em;
    color: #262626;
    height: 75px;
    border-bottom: 1px solid #e6e6e6;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item.last .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item.last .t_item_cnt:after {
    content: "\e92c";
    /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt[data-direct-link="1"] {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt[data-direct-link="1"]:after {
    content: "\e92c";
    /* nietastrzalka*/
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt {
    /*height: 80px;
    display: flex !important;
    width: 100%;
    border-bottom:1px solid $light;
    padding: 0 20px 0 5px;*/
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt span:first-child {
    justify-content: flex-start !important;
    flex-grow: 1 !important;
    text-align: left;
  }
  .topmenu_cnt.open .lvl1_mobile .bmw_menu:not(.cars-select-block) .t_item .t_item_cnt:after {
    content: "\e92a";
    font-family: "bmw-fonticons";
    font-size: 48px;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item {
    display: none;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item.current_tmp {
    display: block;
  }
}
@media (max-width: 1024.98px) {
  .topmenu_cnt.open #lvl_1_below {
    display: block;
  }
  .topmenu_cnt.open .current_permanent_solo, .topmenu_cnt.open .current_permanent {
    color: #262626 !important;
  }
  .topmenu_cnt.open .link_cnt.current {
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .topmenu_cnt.open .lvl_1 .bmw_menu .t_item {
    display: block;
  }
  .topmenu_cnt.open #menu_switch {
    display: block;
    width: auto;
  }
  .topmenu_cnt.open #menu_switch .m_close {
    display: block;
    position: relative;
    right: 0;
  }
  .topmenu_cnt.open #menu_switch .m_burg {
    display: none;
  }
  .topmenu_cnt.open .menu_icons {
    display: none !important;
  }
  .topmenu_cnt.open .menu_logo {
    display: none;
  }
}

.modal-open .topmenu_cnt {
  padding-right: 17px;
}

@media (min-width: 768px) {
  #menu_switch_mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  #menu_switch {
    display: none;
  }
}
/*! nouislider - 14.1.1 - 12/15/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
  margin-top: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 34px;
  right: -17px;
  top: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 0 solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #1C69D4;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 0px solid #fff;
  border-radius: 0;
  cursor: default;
  border-radius: 100%;
  border: 1px solid #212529;
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .noUi-handle {
    transition: none;
  }
}

.noUi-active {
  border: 3px solid #fff;
}
.noUi-active.noUi-handle:before {
  height: 18px;
  width: 18px;
}

/* Handle stripes;
 */
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  /*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12.5px' height='7.5px' viewBox='0 0 12.5 7.5' style='enable-background:new 0 0 12.5 7.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cline class='st0' x1='1.2' y1='3.7' x2='11.2' y2='3.7'/%3E%3Cpolyline class='st0' points='8.3,6.6 11.2,3.7 8.3,0.9 '/%3E%3Cpolyline class='st0' points='4.1,0.9 1.2,3.7 4.1,6.6 '/%3E%3C/g%3E%3C/svg%3E%0A");*/
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .noUi-handle:before {
    transition: none;
  }
}

.noUi-handle:focus {
  outline: none;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.nopips .noUi-pips-horizontal {
  display: none;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.anim, .mobileswich .offername, .cards-m .card.bg-white, .color-arrow, .color-circle .circle:after, .color-circle .circle:before, .arrow-close .arrowLeft, .arrow-close .arrowRight, .arrow-close, .css-icon .arrow-updown:after, .css-icon .arrow-updown, a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .anim, .mobileswich .offername, .cards-m .card.bg-white, .color-arrow, .color-circle .circle:after, .color-circle .circle:before, .arrow-close .arrowLeft, .arrow-close .arrowRight, .arrow-close, .css-icon .arrow-updown:after, .css-icon .arrow-updown, a {
    transition: none;
  }
}

.parallaxParent {
  max-height: calc(100vh - 180px);
  overflow: hidden;
  text-align: center;
  line-height: 0;
}

.parallaxParent .mediabox {
  position: relative;
  width: 100%;
  max-width: initial;
}

.header-abs .content {
  width: 100%;
}
@media (min-width: 768px) {
  .header-abs {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-abs .content {
    text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.2);
    width: 50%;
  }
}

.css-icon-right {
  position: absolute;
  top: 50%;
  right: 0;
}
.css-icon-left {
  position: relative;
  /* top: 50%; */
  /* left: 0; */
  /* transform: translateY(-50%); */
  margin-right: 15px;
  vertical-align: middle;
  line-height: 1;
}
.css-icon .arrow-updown {
  transform: translateY(-10px);
}
.css-icon .arrow-updown:after {
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 2px solid #262626;
  content: "";
  border-width: 5px 5px 0 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotate(135deg);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotate(135deg);
}
.css-icon .arrow-sm-up:after {
  height: 12px;
  width: 12px;
  display: inline-block;
  border: 2px solid #8e8e8e;
  content: "";
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}
.css-icon.active .arrow-updown, .css-icon:hover .arrow-updown {
  transform: translateY(-5px);
}
.css-icon.active .arrow-updown:after, .css-icon:hover .arrow-updown:after {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) rotate(135deg);
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) rotate(135deg);
}

.arrow-close {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateY(0%);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateY(0%);
  width: 22px;
  height: 18px;
  z-index: 1;
  overflow: hidden;
}
.arrow-close .arrowLeft {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  background-color: #16171a;
  top: 8px;
  transform: rotate(45deg);
  z-index: 1;
  width: 15px;
  left: 0;
}
.arrow-close .arrowRight {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  background-color: #16171a;
  left: 8px;
  top: 8px;
  transform: rotate(-45deg);
  z-index: 1;
  width: 15px;
}

.lvl2_open .arrow-close {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) translateY(0%);
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1) translateY(0%);
}
.lvl2_open .arrow-close .arrowLeft {
  width: 18px;
  left: 0px;
  transform: rotate(45deg);
}
.lvl2_open .arrow-close .arrowRight {
  width: 18px;
  left: 0;
  transform: rotate(-45deg);
}

[class^=st-arrow-], [class*=st-arrow-] {
  border: solid #262626;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.reveal_1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reveal_1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.reveal_2 {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.reveal_2.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.slideright_1 {
  opacity: 1;
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}
@media (max-width: 767.98px) {
  .slideright_1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideright_1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.animate4 {
  width: 0;
}

.animate5 {
  width: 0;
}

.fadein {
  opacity: 0;
}

.fadein.visible {
  opacity: 1;
}

.color {
  position: relative;
}
.color .kolor-desc {
  width: 55%;
  top: 0;
  left: 0;
  display: none;
}

.link-black, #nav a:not(.btn) {
  color: #262626;
}
.link-black:hover, #nav a:hover:not(.btn) {
  color: #1C69D4;
}

#nav .umenu-cnt a:hover {
  color: #262626;
}

@keyframes checkbox {
  0% {
    background-image: none;
  }
  99% {
    background-image: none;
  }
  100% {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd' %5B %3C!ENTITY st0 'fill:%23FFFFFF;'%3E%0A%5D%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='841.89px' height='841.89px' viewBox='0 0 841.89 841.89' style='enable-background:new 0 0 841.89 841.89;' xml:space='preserve'%3E%3Cpolygon style='&st0;' points='720.362,111.359 328.615,505.872 113.568,316.466 5.42,439.256 336.125,730.53 836.47,226.652 '/%3E%3C/svg%3E%0A");
  }
}
.color-circle {
  width: 15%;
  height: 100%;
  margin-right: 1.6%;
  position: relative;
}
.color-circle .circle {
  position: relative;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.color-circle .circle:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  /* background-color: #fff; */
  border: 3px solid white;
  opacity: 0;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.color-circle .circle:after {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  border: 0 solid #262626;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.9;
}
.color-circle.active .circle:before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd' %5B %3C!ENTITY st0 'fill:%23FFFFFF;'%3E%0A%5D%3E%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='841.89px' height='841.89px' viewBox='0 0 841.89 841.89' style='enable-background:new 0 0 841.89 841.89;' xml:space='preserve'%3E%3Cpolygon style='&st0;' points='720.362,111.359 328.615,505.872 113.568,316.466 5.42,439.256 336.125,730.53 836.47,226.652 '/%3E%3C/svg%3E%0A");
}
.color-circle.active .circle:after {
  border: 15px solid #262626;
  background-color: #262626;
}
.color-circle:hover:not(.active) .circle:after {
  border: 9px solid #262626;
}

.color-desc {
  transform: translateX(0);
  margin-top: 20px;
  width: 50%;
  margin-right: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .color-desc {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .color-desc {
    transform: translateX(0) !important;
    width: 100%;
    margin-right: 0%;
  }
}

.color-anim {
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  padding: 15px 0;
  display: none;
}

.color-arrow:before {
  content: "";
  border: solid #dee2e6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  top: 16px;
  position: relative;
  background-color: white;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.symfoform.form_radio {
  align-items: start;
}
@media (max-width: 767.98px) {
  .symfoform.form_radio {
    flex-direction: column;
  }
  .symfoform.form_radio .form-check {
    margin-bottom: 8px;
  }
}
.symfoform.form_radio .form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1em;
}
.symfoform.form_radio .form-check input {
  opacity: 0;
  width: 0;
}
.symfoform.form_radio .form-check label {
  margin-bottom: 0;
  font-weight: bold;
  border: 0px solid transparent;
  display: flex;
  align-items: start;
  padding-top: 0.1em;
}
.symfoform.form_radio .form-check label:before {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 25px;
  height: 25px;
  padding: 11px;
  background-color: white;
  transform: translateX(-0.5em) translateY(-0.1em);
  border: 2px solid #adb5bd;
  border-radius: 15px;
  transition: border 0.15s ease-in-out;
}
.symfoform.form_radio .form-check input:checked + label:before {
  outline: 11px solid #1C69D4;
  outline-offset: -11px;
}

.marketing .custom-control.custom-checkbox {
  padding-bottom: 0.9375rem;
}

.svg_icon:before {
  background: no-repeat center center/100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: " ";
  vertical-align: middle;
  margin: 0 5px;
}

.svg_icon_lg:before {
  width: 30px;
  height: 30px;
}

.share:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.1 15.6' style='enable-background:new 0 0 17.1 15.6;' xml:space='preserve'%3E%3Cpath d='M14,9.5c-0.8,0-1.6,0.4-2.2,0.9l-5.7-2l6-3.1C12.7,5.8,13.3,6,14,6c1.7,0,3-1.3,3-3s-1.3-3-3-3s-3,1.3-3,3v0.1L4.8,6.3 C4.3,5.9,3.7,5.7,3,5.7c-1.7,0-3,1.3-3,3s1.3,3,3,3c0.8,0,1.6-0.4,2.2-0.9l5.9,2.1c0.1,1.5,1.4,2.7,3,2.7c1.7,0,3-1.3,3-3 S15.6,9.5,14,9.5z'/%3E%3C/svg%3E");
}

.sps.bg-white, .sps.bg-black {
  background-color: transparent !important;
}
.sps.sps--blw.bg-white {
  background-color: white !important;
}
.sps.sps--blw.bg-black {
  background-color: #000000 !important;
}

body:not(.m_activ) .bg-white.topmenu_cnt {
  transition: background 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.m_activ) .bg-white.topmenu_cnt {
    transition: none;
  }
}
body:not(.m_activ) .bg-white.topmenu_cnt.menu_slide {
  transform: translateY(-100px);
}

@media (min-width: 1025px) {
  .menu-border {
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 1024.98px) {
  .topmenu_cnt #lvl_1_below {
    transform: translateX(-100%);
    display: block;
    border-top: 1px solid #e6e6e6;
    background-color: white;
    position: fixed;
    top: 99px;
    width: 100%;
    height: calc(100vh - 109px);
    transition: transform 0.4s ease-in-out;
  }
  .topmenu_cnt #lvl_1_below .lvl1_mobile {
    overflow: auto;
    height: 100%;
    padding-bottom: 90px;
  }
  .topmenu_cnt #lvl_1_below .lvl1_mobile .only_mobile {
    display: block;
  }

  body:before {
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: transparent;
    transition: background-color 0.5s ease-out;
    transition-delay: 0.3s;
    opacity: 0.5;
    z-index: 2;
  }
  body.menu-open:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #262626;
  }

  .lvl1_mobile .t_item a {
    height: 65px;
    padding-right: 5px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    color: #262626;
  }
  .lvl1_mobile .t_item a:hover {
    border-bottom: 1px solid #e6e6e6;
  }
  .lvl1_mobile .t_item a:after {
    content: "\e92c";
    font-family: "bmw-fonticons";
    font-size: 30px;
    margin-left: auto;
  }

  .menu-open {
    overflow: hidden;
  }
  .menu-open .m_close {
    height: auto;
  }
  .menu-open .m_close a.t_item_cnt {
    color: #262626;
    justify-content: right;
    display: block !important;
    float: right;
    height: auto;
  }
  .menu-open .m_close a.t_item_cnt.border_m_4:hover {
    border-bottom-color: transparent;
  }
  .menu-open .topmenu_cnt #menu_switch .m_burg .icon-burger_menu:before {
    content: "\e90a" !important;
  }
  .menu-open .sps.bg-white {
    background-color: #fff !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu-open .sps.bg-black {
    background-color: #000000 !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu-open .sps:after {
    opacity: 0;
  }
  .menu-open #lvl_1_below {
    display: block;
    border-top: 1px solid #e6e6e6;
    background-color: white;
    position: fixed;
    top: 99px;
    width: 100%;
    height: calc(100vh - 109px);
    transform: translateX(-10px);
  }
}
@media (max-width: 767.98px) {
  .topmenu_cnt #lvl_1_below {
    top: 58px;
    height: calc(100vh - 68px) !important;
  }

  .menu-open #lvl_1_below {
    top: 58px;
    height: calc(100vh - 68px) !important;
  }
}
body:not(.menu-open) .topmenu .topmenu_cnt {
  transition: all 0.35s ease-in-out !important;
  transform: translateY(0%);
}
body:not(.menu-open) .topmenu.hidemenu.scrolled .topmenu_cnt {
  transform: translateY(-100%);
}

body:not(.nofixed) .stripe-menu {
  transition: all 0.35s ease-in-out;
  transform: translateY(57px);
}
@media (min-width: 768px) {
  body:not(.nofixed) .stripe-menu {
    transform: translateY(99px);
  }
}
body:not(.nofixed) .stripe-menu.hidemenu_margin {
  transform: translateY(0px);
}

.close.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  left: auto;
  opacity: 0.8;
  color: #fff;
  background-color: #000;
  padding: 0.3em;
}

.modal-backdrop.show {
  background-color: rgba(38, 38, 38, 0.831372549);
  opacity: 0.85;
}

.multi-swiper-cnt {
  max-width: 1680px;
  margin: auto;
}

.swiper-slide.bg-white.swiper-slide-active {
  z-index: 1;
  /*opacity:1;*/
}

.swiper-slide.bg-white {
  z-index: -1;
  /*opacity: 0;*/
}

/* .swiper-w-auto .swiper-wrapper {
	  transition: all 3s ease-in-out;

 }*/
/* .tab__link.swiper-pagination-bullet:after {
	  content: '';
	  display: block;
	  height: 4px;
	  width: 0%;
	  background-color: blue;
	  transition: all .3s ease-in-out;
	  position: absolute;
	  bottom: 0;
	  left: 0;

 }

 .tab__link.swiper-pagination-bullet.swiper-pagination-bullet-active:after, .tab__link.swiper-pagination-bullet:hover:after {
	  content: '';
	  display: block;
	  height: 4px;
	  width: 100%;
	  background-color: #1c69d4;

 }*/
/* .pagination-text.multi-swipe .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  border-bottom: 0px solid transparent;
 }
 .pagination-text.multi-swipe .swiper-pagination-bullet {
		 border-bottom: 0px solid transparent;
	  margin-bottom: 1px;
		 padding:1.9rem 1.6em 1.95rem 1.6em;

 }

 .pagination-text.multi-swipe .swiper-pagination-bullet:hover {
	  border-bottom: 0px solid transparent;
 }*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(235, 235, 235, 0.9411764706);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
}
.swiper-button-next:before, .swiper-button-prev:before {
  content: "";
  display: inline-block;
  font-size: 35px;
  font-family: "bmw-fonticons";
  background-image: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
  opacity: 0;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:before {
  content: "\e92c";
}

.swiper-button-prev:before {
  content: "\e92b";
}

.overh-pic {
  max-width: 1680px;
  margin: auto;
  text-align: center;
}

.overh-title.overh-middle .overh-title-cnt {
  max-width: calc(1200px + 50% - 650px);
  /* margin-right: 0; */
  /* margin-left: auto; */
  margin-left: auto;
  margin-right: auto;
}
.overh-title .overh-title-cnt {
  max-width: calc(1200px + 50% - 560px);
  margin-right: 0;
  margin-left: auto;
  margin-top: -70px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.overh-swipe .swiper-wrapper {
  max-width: 1200px;
  margin: auto;
}

.pagination-text {
  padding: 0;
  overflow: auto;
}
.pagination-text .swiper-pagination-bullet {
  width: auto !important;
  cursor: pointer;
  position: relative;
  height: auto;
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  color: #262626;
  padding: 1.45rem 1.6em;
  margin: 0;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4px;
}
.pagination-text .swiper-pagination-bullet {
  width: auto !important;
  height: auto;
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  color: #262626;
  color: #666666;
  margin: 0;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4px;
}
.pagination-text .swiper-pagination-bullet:before {
  display: none;
}
@media (max-width: 767.98px) {
  .pagination-text .swiper-pagination-bullet {
    font-size: 1em;
  }
}
.pagination-text .swiper-pagination-bullet:focus {
  outline: none;
}
.pagination-text .swiper-pagination-bullet:hover {
  outline: none;
  color: #262626;
  border-bottom: 3px solid #262626;
}
.pagination-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 3px solid #1C69D4;
  opacity: 1;
  color: #262626;
}
.pagination-text .tab__link.swiper-pagination-bullet:after {
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  background-color: blue;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pagination-text .tab__link.swiper-pagination-bullet.swiper-pagination-bullet-active:after, .pagination-text .tab__link.swiper-pagination-bullet:hover:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #1c69d4;
}
.pagination-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 0px solid transparent;
}
.pagination-text .swiper-pagination-bullet {
  border-bottom: 0px solid transparent;
  margin-bottom: 1px;
}
.pagination-text .swiper-pagination-bullet:hover {
  border-bottom: 0px solid transparent;
}

.lazy-anim, .slide-img-cnt .lazy-select, .overh-pic .lazy-select {
  transition: all 0.7s cubic-bezier(0.3, 0, 0.13, 1);
  transform: translate(-110%, -50%) scale(1.3);
  opacity: 0;
}
.lazy-anim.lazy-loaded.lazy-viewed, .slide-img-cnt .lazy-loaded.lazy-viewed.lazy-select, .overh-pic .lazy-loaded.lazy-viewed.lazy-select {
  transform: translate(0%, 0%) scale(1);
  opacity: 1;
}

.overh-pic {
  overflow: hidden;
}
.slide-img-cnt {
  position: relative;
  overflow: hidden;
  /*	&:after {
  		display: block;
  		content: '';
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		background-color: pink;
  		top: 0;
  		right: 0;
  		transition: all .65s cubic-bezier(0.3, 0, 0.13, 1);
  		transition-delay: 450ms;
  	}
  	&.lazy-cnt-viewed {
  		&:after {
  			width: 0%;
  		}
  	}*/
}
.slide-img-cnt .lazy-select {
  transform: translate(0%, 0%) scale(1.7);
  opacity: 1;
}

.lazy-wrapper .swiper-slide {
  position: relative;
}
.lazy-wrapper .swiper-slide:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  width: 148%;
  height: 100%;
  background-color: white;
  top: 0;
  right: 0;
  transition: all 0.2s linear;
  transition-delay: 1000ms;
  transform: skew(-30deg, 0deg) translateX(8%);
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:after {
  width: 0%;
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:nth-child(1):after {
  transition-delay: 450ms;
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:nth-child(2):after {
  transition-delay: 650ms;
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:nth-child(3):after {
  transition-delay: 850ms;
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:nth-child(4):after {
  transition-delay: 1050ms;
}
.lazy-wrapper.lazy-wrapper-viewed .swiper-slide:nth-child(5):after {
  transition-delay: 1250ms;
}

.fancybox-container .fancybox-toolbar .fancybox-button--play {
  display: none;
}
.fancybox-container .fancybox-toolbar .fancybox-button--thumbs {
  display: none;
}

.fancy-zoom {
  overflow: hidden;
  display: block;
}
.fancy-zoom img {
  transform: scale(1);
  transition: all 1.6s ease-in-out;
  filter: brightness(1);
}
@media (hover: none) {
  .fancy-zoom:after {
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    display: block;
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 74%);
  }
}
.fancy-zoom:hover img {
  transform: scale(1.2) !important;
  filter: brightness(0.4);
}

.fancybox-show-caption .fancybox-caption {
  font-size: 1.2em;
  padding-bottom: 2em;
}
.fancybox-show-caption .fancybox-caption h2 {
  padding-bottom: 0.3em !important;
}

.no-events {
  pointer-events: none;
}

.fancybox-content {
  transform: none !important;
  height: 100vh !important;
  width: 100% !important;
}
.fancybox-content img {
  object-fit: cover;
}

.fancybox-caption__body {
  max-height: 30vh !important;
}

.gallery_cnt {
  display: flex;
  flex-wrap: wrap;
  /*@include media-breakpoint-down(sm) {
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	.gal_item {
  		width: 50%;
  	}
  }*/
}
@media (min-width: 768px) {
  .gallery_cnt {
    display: grid;
    gap: 0px 0px;
    grid-auto-flow: row dense;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 0.6fr 0.6fr 0.6fr;
    grid-template-areas: "first first second " "third forth fifth";
  }
}
@media (min-width: 1025px) {
  .gallery_cnt {
    grid-template-columns: 0.6fr 0.6fr 0.8fr 1fr;
    grid-template-areas: " second second third forth" " fifth first first forth";
  }
}

.gal_item {
  position: relative;
}
.gal_item a {
  display: block;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.gal_item img {
  height: 100%;
  object-fit: cover;
}

.gallery-border .slide-img-cnt_off {
  height: 100%;
}
.gallery-border .slide-img-cnt_off a {
  height: 100%;
}
.gallery-border .slide-img-cnt_off a img {
  height: 100%;
  object-fit: cover;
}
.gallery-border a {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 1400px) {
  .gallery-border .lazy-wrapper > .rel:nth-child(5n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(5n+0) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(7n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(7n+0) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(9), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(9) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(n+10), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(n+10) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1025px) and (max-width: 1399.98px) {
  .gallery-border .lazy-wrapper > .rel:nth-child(3n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(3n+0) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(4n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(4n+0) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(5n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(5n+0) {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(6n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(6n+0) {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(7n+0), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(7n+0) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(n+10), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(n+10) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .gallery-border .lazy-wrapper > .rel:nth-child(4n+1), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(4n+1) {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(4n+2), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(4n+2) {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(4n+3), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(4n+3) {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(4n+4), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(4n+4) {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .gallery-border .lazy-wrapper > .rel:nth-child(n+11), .gallery-border .lazy-wrapper > .section-top-photo:nth-child(n+11) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gal_1 {
  grid-area: first;
}

.gal_2 {
  grid-area: second;
}

.gal_3 {
  grid-area: third;
}

.gal_4 {
  grid-area: forth;
}

.gal_5 {
  grid-area: fifth;
}

.bg-m-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  background-image: url(/img/mfestival22/slide/slide_over_m_mob.png);
  background-attachment: fixed;
  background-position: center;
  mix-blend-mode: lighten;
  background-size: cover;
}
@media (min-width: 768px) {
  .bg-m-over {
    background-image: url(/img/mfestival22/slide/slide_over_m_desk.png);
  }
}

.blur-bg {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@supports (backdrop-filter: blur(15px)) or (-webkit-backdrop-filter: blur(15px)) {
  .blur-bg {
    background: rgba(255, 255, 255, 0.82);
  }
}

.blur-black-bg {
  background: rgba(0, 0, 0, 0.86);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@supports (backdrop-filter: blur(15px)) or (-webkit-backdrop-filter: blur(15px)) {
  .blur-black-bg {
    background: rgba(0, 0, 0, 0.62);
  }
}

/**
 * Smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*@else if $fallback-border-radius != false {
	border-radius: $fallback-border-radius;
}*/
/* Dla całej strony */
html, body {
  scrollbar-width: thin;
  /* Firefox – wąski */
  scrollbar-color: #444 #222;
  /* Firefox – kolory: thumb, track */
}

/* Dla WebKit: */
::-webkit-scrollbar {
  width: 8px;
  /* szerokość pionowego */
  height: 8px;
  /* szerokość poziomego */
}

::-webkit-scrollbar-thumb {
  background: #444;
  /* ciemny "kciuk" */
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background: #222;
  /* ciemne tło */
}

.accordion-expanded span, .accordion-collapsed span {
  display: inline-block;
  color: #262626;
}

.accordion-collapsed:after, .accordion-expanded:after {
  cursor: pointer;
  float: left;
  font-size: 40px;
  transform: scale(1.4);
  font-family: bmw-fonticons;
  background-image: none;
  color: #8e8e8e;
}

.accordion-collapsed:after {
  transition: all 0.2s ease-in-out;
  content: "\e92d";
}

.accordion-expanded:after {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
  content: "\e92d";
}

.acc .acc-link {
  padding-bottom: 15px;
}
.acc .acc-link > .btn, .acc .acc-link .link-btn {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: inherit;
  max-width: initial;
  width: 100%;
  padding-left: 30px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 0;
}
.acc .acc-link > .btn.noicon, .acc .acc-link .link-btn.noicon {
  cursor: default;
}
.acc .acc-link > .btn.noicon:before, .acc .acc-link .link-btn.noicon:before {
  content: none;
  display: none !important;
}
.acc .acc-link > .btn.noicon:after, .acc .acc-link .link-btn.noicon:after {
  content: none;
  display: none !important;
}
.acc .acc-link > .btn:before, .acc .acc-link .link-btn:before {
  transition: all 0.2s ease-in-out;
  content: "\e92d";
  display: inline-block;
  font-size: 35px;
  font-family: "bmw-fonticons";
  background-image: none;
  color: #8e8e8e;
  top: -10px;
  width: 35px;
  margin-left: 0;
  position: absolute;
  left: -10px;
}
.cards-m .acc .acc-link > .btn:before, .cards-m .acc .acc-link .link-btn:before {
  color: #fff;
}
.acc .acc-link > .btn[aria-expanded=true]:before, .acc .acc-link .link-btn[aria-expanded=true]:before {
  transform: rotate(180deg);
  top: -12px;
}
.acc .acc-cnt {
  padding-left: 30px;
}
.m-logo:before, .m-logo:after {
  height: 30px;
  width: 87px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/m.png");
}
.m-logo.m-before:before {
  content: "";
  background-position: left center;
  margin-right: 10px;
}
.m-logo.m-after:after {
  content: "";
  background-position: right center;
  margin-left: 10px;
}

h2.m-logo:before, h2.m-logo:after {
  height: 28px;
}

.m-bg-cnt {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -50;
}
.m-bg-cnt .m-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(130%, 0);
}
@media (min-width: 768px) {
  .m-bg-cnt .m-bg {
    transform: translate(90%, 0);
  }
}
.m-bg-cnt .m-bg:after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(-30deg);
  transform-origin: top;
  background: 0;
  background: linear-gradient(to right, #f9f9f9 33.3333%, #ebebeb 33.3334%, #ebebeb 66.666%, #f3f3f3 66.667%, #f3f3f3 100%);
}

.cards-m .card.bg-white {
  color: #262626;
  /*	background: linear-gradient(120deg, rgba(0,0,0,1) 30%, rgba(0,86,184,1) 30%, rgba(0,86,184,1) 45%, rgba(6,47,110,1) 45%, rgba(6,47,110,1) 60%, rgba(203,53,37,1) 60%, rgba(203,53,37,1) 75%, rgba(0,0,0,1) 75%);

   background-size: 200%;
   background-size: cover;*/
  /*@include media-breakpoint-up(md) {
  	//background-size: 830%;

  }*/
  /*@include media-breakpoint-up(lg) {
  	//background-size: 680%;

  }*/
  background-position: 100%;
  background-repeat: no-repeat;
}
.cards-m .card.bg-white .acc .acc-link .link-btn:before {
  color: #8e8e8e;
}
.cards-m .card.bg-white .card-title:after {
  margin-top: 10px;
  content: attr(data-data);
  font-size: 0.75em;
  padding: 0.3em;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  background: linear-gradient(120deg, rgb(0, 0, 0) 30%, rgb(0, 86, 184) 30%, rgb(0, 86, 184) 45%, rgb(6, 47, 110) 45%, rgb(6, 47, 110) 60%, rgb(203, 53, 37) 60%, rgb(203, 53, 37) 75%, rgb(0, 0, 0) 75%);
  background-attachment: fixed;
  background-size: 200%;
  background-position: center;
}
.cards-m .col:nth-child(1) .bg-white {
  background-position: 15%;
}
.cards-m .col:nth-child(2) .bg-white {
  background-position: 53%;
}
.prod-main .prod-title {
  position: relative;
}
.prod-main .prod-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-size: 100%;
  bottom: 0;
  left: 0;
}

.prod-1 .prod-title:after {
  background-color: #0056b8;
}

.prod-2 .prod-title:after {
  background-color: #062f6e;
}

.prod-3 .prod-title:after, .prod-4 .prod-title:after {
  background-color: #cb3525;
}

.bg-black-000 {
  background-color: #000000;
}

.bg-mblack {
  background-color: #262626;
  background-image: url("../img/2025/bg_m_1300x869_blur.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg-mblack .af-formswitcher .form_title {
  color: #fff;
}

.bg-mblack-bw {
  background-color: #262626;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.youtube-vid {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.check-list {
  padding-left: 30px;
  margin-left: -10px;
}
ul.check-list li {
  padding-left: 10px;
  padding-bottom: 5px;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.2px' height='14.2px' viewBox='0 0 14.2 14.2' style='enable-background:new 0 0 14.2 14.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%233465AF;stroke-width:1.5;stroke-miterlimit:10;%7d %3c/style%3e%3cpolyline class='st0' points='1,7.6 4.8,11.4 13.2,2.9 '/%3e%3c/svg%3e");
}

.section-top-photo {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-top-photo:not(.home) .madia_block img {
    mask-image: linear-gradient(to bottom, black 75%, transparent);
  }
}
.section-top-photo.home {
  padding-bottom: 0;
}
.section-top-photo.home .madia_block {
  height: 100vh;
  min-height: 600px;
  height: 100lvh;
  background-color: #000000;
}
.section-top-photo.home .madia_block video, .section-top-photo.home .madia_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-top-photo.home .item .block-in {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.section-top-photo.home .item .block-in .title-header {
  color: #fff;
}
.section-top-photo.home .item .block-in .title-header.black {
  color: #262626;
}
@media (max-width: 767.98px) {
  .section-top-photo.home .item .block-in {
    top: auto !important;
  }
}
.section-top-photo .item .block-in {
  position: relative;
  bottom: 0;
}
@media (min-width: 1025px) {
  .section-top-photo .item .block-in {
    position: absolute;
    bottom: 5%;
    width: 100%;
    /* right: 5%; */
  }
  .section-top-photo .item .block-in .title-header {
    color: #fff;
  }
  .section-top-photo .item .block-in .title-header.black {
    color: #262626;
  }
}
.section-top-photo .item .block-in .title-header .subheadmiddle {
  line-height: 1.1em;
}
.section-top-photo.home.title_abs {
  position: relative;
}
.section-top-photo.home.title_abs .madia_block {
  height: 118%;
  min-height: auto;
  max-height: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-photo.home.title_abs .block-in {
  padding-top: 20%;
  padding-bottom: 30px;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 768px) {
  .section-top-photo.home.title_abs .block-in {
    padding-top: 8%;
    padding-bottom: 40px;
  }
}
.section-top-photo.home.title_abs_md .madia_block {
  position: relative;
}
@media (min-width: 768px) {
  .section-top-photo.home.title_abs_md {
    position: relative;
  }
  .section-top-photo.home.title_abs_md .madia_block {
    height: 118%;
    min-height: auto;
    max-height: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-top-photo.home.title_abs_md .block-in {
    padding-top: 20%;
    padding-bottom: 30px;
    margin: 0 !important;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-top-photo.home.title_abs_md .block-in {
    padding-top: 8%;
    padding-bottom: 40px;
  }
}

.ico-download {
  color: #262626;
  background-size: 28px auto !important;
  display: inline-block;
  height: 24px;
  padding-left: 2rem;
  margin-bottom: 3px;
  margin-top: 4px;
  background-position: 0 -3px !important;
}
.ico-download.pdf {
  background: transparent url(../img/ikony/document_pdf_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.odt {
  background: transparent url(../img/ikony/document_odt_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.docx {
  background: transparent url(../img/ikony/document_doc_49_media_default.svg) no-repeat scroll 0 0;
}
.ico-download.doc {
  background: transparent url(../img/ikony/document_doc_49_media_default.svg) no-repeat scroll 0 0;
}

.ico-link-left {
  font-weight: bold;
  text-decoration: none;
}
.ico-link-left:hover:before {
  transform: translateX(4px);
}
.ico-link-left:before {
  opacity: 1;
  transition: all 0.3s ease;
  content: "\e857";
  display: inline-block;
  font-family: "bmw-fonticons";
  padding-right: 0.5em;
}

.timetable .acc .acc-link .link-btn {
  flex-wrap: wrap;
}
.timetable > div.pb-md-30 {
  padding-bottom: 10px !important;
}
.timetable .data {
  margin-right: 10px;
  font-weight: bold;
  min-width: 127px;
}
@media (max-width: 767.98px) {
  .timetable .data {
    min-width: 77px;
  }
}
.timetable .acc-title {
  font-weight: normal;
  width: 100%;
}
.timetable .acc-cnt {
  font-size: 0.85em;
  padding-left: 31px;
}
.ticket-features ul, .ticket-options ul {
  list-style: none;
  padding: 0 30px;
}

.ticket-features ul {
  padding-top: 15px;
}
.ticket-features ul li:not(:first-child) {
  border-top: 1px solid #fff;
}
.ticket-features ul li {
  padding: 12px 0;
  font-size: 0.9em;
}

.ticket-options {
  text-align: left;
}
.ticket-options ul {
  padding: 0;
  font-size: 0.9em;
}
.ticket-options ul li:not(:first-child) {
  border-top: 1px solid #fff;
}
.ticket-options ul li {
  padding: 6px 0;
}

.forminner .ticket-options li:not(:first-child) {
  border-top: 1px solid #ced4da;
}

@media (min-width: 1025px) {
  .cards-m > .col > .card {
    min-height: 500px;
  }
}

.toggle-text {
  cursor: pointer;
}

.ticket-body {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ticket-body {
    height: 100%;
    overflow: visible;
  }
}
.ticket-body .ticekt-sticky {
  position: sticky;
  padding-bottom: 0;
  padding-top: 0.5em;
  background-color: #fff;
  bottom: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
}
.card-body .zwin {
  display: none;
}
.card-body.active {
  /*.rozwin {
  	display: none;
  }
  .zwin {
  	display: none;

  }*/
}
.card-body.active .ticket-body {
  height: 100%;
  overflow: visible;
}

.ticket-options {
  flex-grow: 1;
}

div.jvm-zoom-btn {
  padding: 1em;
  background-color: #fff;
  color: #262626;
  vertical-align: middle;
  text-align: center;
  height: auto;
  width: auto;
  border-radius: 0.8em;
}
div.jvm-zoom-btn.jvm-zoomout {
  top: 4em;
}

#jvm-regions-group path {
  fill: rgba(255, 255, 255, 0);
  position: relative;
  filter: blur(0px);
  transition: all 0.3s ease;
}
#jvm-regions-group path:hover {
  filter: blur(6px);
  fill: white;
}

div.jvm-tooltip {
  padding: 0.5em;
  white-space: normal;
  background-color: #930b5d;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  div.jvm-tooltip {
    font-size: 0.7em;
  }
}
div.jvm-tooltip h3 {
  font-size: 1.3em;
  padding-top: 0 !important;
  margin: 0;
}
div.jvm-tooltip ul {
  padding-left: 2em;
}

.mask_left_md {
  margin-left: -3em;
  max-width: calc(100% + 3em);
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img-fit img {
  height: 100%;
  object-fit: cover;
}

.menu_strefa_basic .nav-link {
  padding: 0;
}

.m_bullets {
  margin-bottom: 2em;
}
.m_bullets .nav-link .tab__link, .m_bullets .btn-link .tab__link {
  font-weight: bold;
  color: #e6e6e6;
  display: block;
  position: relative;
  height: 100%;
  padding: 0.8em 2em 1em;
  white-space: nowrap;
  /*	&:after {
  		content: '';
  		position: absolute;
  		bottom: 10%;
  		right: -18px;
  		width: 0;
  		height: 0;
  		padding: .3em;
  		border: 1px solid rgba($white, .5);
  		transform: rotate(45deg);
  	}*/
}
.m_bullets .nav-link .tab__link:before, .m_bullets .btn-link .tab__link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: height 0.2s ease, background-color 0.2s ease;
}
.m_bullets .nav-link .tab__link:hover, .m_bullets .btn-link .tab__link:hover {
  background-color: rgba(163, 163, 163, 0.19);
}
.m_bullets .nav-link .tab__link:hover:before, .m_bullets .btn-link .tab__link:hover:before {
  height: 2px;
}
.m_bullets .nav-link:not(:last-child) .tab__link, .m_bullets .btn-link:not(:last-child) .tab__link {
  margin-right: 1em;
}
.m_bullets .nav-link:last-child .tab__link:after, .m_bullets .btn-link:last-child .tab__link:after {
  display: none;
}
.m_bullets .nav-link.active .tab__link, .m_bullets .btn-link.active .tab__link {
  color: #fff;
}
.m_bullets .nav-link.active .tab__link:before, .m_bullets .btn-link.active .tab__link:before {
  height: 2px;
  background-color: #fff;
}
.m_bullets .btn-link {
  outline: 1px solid #fff;
  outline-offset: -1px;
  margin: 2px 0 0 2px;
}
.m_bullets .btn-link .tab__link:before {
  display: none;
}

.blur-black-bg {
  transition: all 0.3s ease;
}

.topmenu:not(.scrolled) + .fcn .m_bullets .blur-black-bg {
  backdrop-filter: blur(0);
  background-color: transparent;
}

.program-block {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 420px;
  height: 50vh;
  transition: all 0.3s ease;
  padding: 1rem;
  overflow: hidden;
}
.program-block .program-copy {
  transition: all 0.3s ease;
  height: 0;
  opacity: 0;
  transform: translateY(100%) scale(1);
}

.program-card img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.program-card:hover img {
  transform: scale(0.8);
}
.program-card:hover .program-block {
  background-color: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(7px);
}
.program-card:hover .program-copy {
  height: 100%;
  overflow: auto;
  opacity: 1;
  transform: translateY(0%) scale(1);
}

.program-card .abs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.program-card .abs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.filters label {
  width: auto;
  margin-bottom: 0;
  margin-right: 0.6em;
}
.filters select {
  padding: 0.3rem;
  font-size: 0.9rem;
  padding-right: 3em;
}
.filters button {
  appearance: none;
  background: none;
  border: 1px solid #fff;
  margin: 0 4px 0 0;
  padding: 7px 20px;
  font: inherit;
  color: inherit;
  cursor: pointer;
  margin-bottom: 0.6em;
  outline: none;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
  font-weight: bold;
}
.filters button.active {
  background-color: #1C69D4;
  border: 1px solid #1C69D4;
  color: #fff;
}
@media (max-width: 767.98px) {
  .filters button {
    width: 100%;
  }
}

.filters label {
  font-weight: bold;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.program-card {
  border: 1px solid #212529;
  border-radius: 2px;
  padding: 0rem;
  background: #fff;
  transition: box-shadow 0.2s;
}

.program-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.program-card h3 {
  margin-top: 0;
}

.program-card .meta {
  font-size: 0.9rem;
  color: #555;
}

.program-card {
  transition: all 0.3s ease;
  transform-origin: top;
  display: flex;
  background-color: #000000;
}

.program-card.show {
  display: flex;
  opacity: 1;
  transform: scale(1) translateY(0%);
}

/* Finalne ukrycie */
.program-card.hide {
  display: none !important;
  transform: scale(0.78) translateY(0%);
}

/* FADE-IN */
.program-card.showing {
  opacity: 0;
  transform: scale(0.78) translateY(0%);
  display: flex;
}

/* FADE-OUT */
.program-card.hiding {
  opacity: 0;
  transform: scale(0.78) translateY(0%);
}

.bglblue {
  background-color: #DDE8F9;
}

.form-models > .row {
  /*padding-top: .5em;
  padding-bottom: .5em;*/
}
.form-models > .row:nth-child(even) {
  /*	background-color: #fcfcfc;
  	border-top: 1px solid $gray-300;
  	border-bottom: 1px solid $gray-300;*/
}

.bg-danger, .bg-success, .bg-warning svg {
  color: #fff;
}

.bg-lighter-gradient {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 10%);
}

#footer.m-footer > div:not(.bg_white) {
  background-color: #262626;
  color: #fff;
}
#footer.m-footer > div:not(.bg_white) a {
  color: #fff;
}
#footer.m-footer > div:not(.bg_white) a:hover {
  color: #bbbbbb;
}

.logo {
  right: 0px !important;
  top: 0px;
  width: auto !important;
}

.logo svg {
  transition: all 0.3s ease-out;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  margin-right: 4px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.logo svg.logo-m {
  width: 65px;
}

.st0 {
  fill: #FFFFFF;
  transition: all 0.3s ease-out;
}

.st0 {
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease-out;
}

.st1 {
  fill: #fff;
  transition: all 0.3s ease-out;
}

.stm {
  fill: #fff;
  transition: all 0.3s ease-out;
}

.st2 {
  fill: #0066B1;
}

.index-page .st1 {
  fill: #6F6F6F;
}

.index-page .st0 {
  fill: rgb(255, 255, 255);
}

/*.sps--blw {
	.st1{fill:#6F6F6F;}
	.stm{fill:#d7d7d7;}
}
.sps--blw {
	.st0{fill:rgba(255,255,255,1);}
}
*/
/*@include media-breakpoint-down(md){
	.sps--blw, .menu-open {
		.st1{fill:#6F6F6F;}
		.stm{fill:#d7d7d7;}
	}
	.sps--blw, .menu-open {
		.st0{fill:rgba(255,255,255,1);}
	}
}*/
@media (min-width: 768px) {
  .logo svg {
    width: 53px;
    height: 53px;
    margin-top: 22px;
    margin-right: 12px;
    margin-left: 22px;
  }
}
.rel, .section-top-photo {
  position: relative;
}

.white {
  color: white;
}

.par-m-0 p {
  margin-bottom: 0;
}

.cnt-marg {
  margin-bottom: 5rem;
}

.numb-sign {
  font-size: 11em;
  opacity: 0.28;
  line-height: 1;
  right: 1.5%;
  left: auto;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .numb-sign {
    opacity: 0.15;
  }

  .embed-xs-noresponsive:before {
    padding-top: 0% !important;
  }
  .embed-xs-noresponsive .embed-responsive-item {
    position: relative;
  }
}
@media (max-width: 1399.98px) {
  .cnt-marg {
    margin-bottom: 3rem;
  }
}
.static {
  position: static !important;
}

.w100-limit {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.abs-top {
  position: absolute;
  top: 0;
}

.abs-mid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.abs-bottom {
  position: absolute;
  bottom: 0;
}

.abs-md {
  position: static;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.white-md {
  color: initial;
}

@media (min-width: 768px) {
  .white-md {
    color: #fff !important;
  }

  .abs-md {
    position: absolute;
  }
}
.nooverflow_y {
  overflow-y: visible !important;
}
.nooverflow_y.swiper-container {
  overflow: visible;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .w-lg-50 {
    width: 50%;
  }
}
.animated {
  animation-duration: 0.4s;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nosafaribtn, .acc-link > a {
  -webkit-appearance: none;
  border-radius: 0;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  top: auto;
}

.link-white a:not(.btn) {
  color: white;
}

.floting-block {
  transform: translateX(20%) translateY(-35%);
  width: 60%;
}
.floting-block.floating-right {
  margin-right: 0;
  margin-left: auto;
  transform: translateX(-10%) translateY(-25%);
  width: 80%;
}
@media (min-width: 1025px) {
  .floting-block {
    transform: translateX(-20%) translateY(-15%);
    width: 70%;
  }
  .floting-block.floating-right {
    transform: translateX(20%) translateY(-15%);
  }
}

@media (max-width: 767.98px) {
  .bg-md-fixed {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bg-md-fixed {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bg-md-fixed img {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .abs-md {
    position: absolute;
  }
  .abs-md.abs_t {
    top: 0px;
  }
  .abs-md.abs_l {
    left: 0px;
  }
  .abs-md.abs_m {
    top: 50%;
    transform: translateY(-50%);
  }
  .abs-md.abs_r {
    right: 0px;
  }
  .abs-md.abs_b {
    bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .abs-lg {
    position: absolute;
  }
  .abs-lg.abs_t {
    top: 0px;
  }
  .abs-lg.abs_l {
    left: 0px;
  }
  .abs-lg.abs_m {
    top: 50%;
    transform: translateY(-50%);
  }
  .abs-lg.abs_r {
    right: 0px;
  }
  .abs-lg.abs_b {
    bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .abs-xl {
    position: absolute;
  }
  .abs-xl.abs_t {
    top: 0px;
  }
  .abs-xl.abs_l {
    left: 0px;
  }
  .abs-xl.abs_m {
    top: 50%;
    transform: translateY(-50%);
  }
  .abs-xl.abs_r {
    right: 0px;
  }
  .abs-xl.abs_b {
    bottom: 0px;
  }
}
.btn {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 2px;
}
.btn i.icon-right-open-1 {
  display: none;
  width: 0;
  height: 0;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem transparent;
}

@media (min-width: 576px) {
  .btn {
    max-width: calc(50vw - ( 30px ));
  }
}
@media (min-width: 768px) {
  .btn {
    max-width: 33.3333333333vw;
  }
}
@media (min-width: 1025px) {
  .btn {
    max-width: 25vw;
  }
}
.btn-transaprent-white {
  background-color: transparent;
  color: #8e8e8e;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-transaprent-white {
    transition: none;
  }
}
.btn-transaprent-white:hover {
  color: #262626;
}
.btn-transaprent-white:focus {
  color: #262626;
}

.bg-darker {
  background-color: #dee2e6;
}

.bg-black {
  background-color: #262626;
}

@media (min-width: 768px) {
  .bg-md-black {
    background-color: #262626;
  }
  .bg-md-black a {
    color: #fff;
  }
  .bg-md-black a:hover {
    color: #1C69D4;
  }
  .bg-md-black a:active {
    color: #1C69D4;
  }
}
.bg-light {
  background: #e6e6e6;
}

.bg-lighter, .bg-lighter-gradient {
  background: #e6e6e6;
}

.text-light {
  color: #ced4da;
}

.flex, .d-flex, .symfoform.form_radio, .swiper-button-next, .swiper-button-prev, .row, .acc .acc-link > .btn, .acc .acc-link .link-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer#footer a {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  color: #8e8e8e;
}
footer#footer a:hover, footer#footer a:active {
  color: #262626;
}
footer#footer .menu-top {
  margin: 30px 0px 15px 0px;
}
footer#footer .menu-middle {
  margin: 15px 0px 15px 0px;
}
footer#footer .menu-bottom {
  margin: 15px 0px 30px 0px;
}
footer#footer .menu-footer {
  padding: 0;
}
footer#footer .menu-footer li {
  margin-right: 15px;
  list-style: none;
}
footer#footer .copyright {
  padding-top: 15px;
  clear: both;
}

.event-after {
  transition: all 0.3s ease;
  filter: saturate(0);
}
.event-after .img-fit {
  transition: all 0.7s ease 0s;
  opacity: 0.45;
}
.event-after:hover {
  filter: saturate(1);
}
.event-after:hover .img-fit {
  opacity: 1;
}

.partners-logo .partner-img {
  max-width: 270px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .partners-logo .partner-img {
    max-width: 170px;
    margin: auto;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

#cookie_notification {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
}

#cookie_notification {
  overflow: hidden;
}

.cookie-page h1, .cookie-page h2, .cookie-page h3, .cookie-page h4, .cookie-page h5, .cookie-page h6 {
  text-transform: inherit !important;
  letter-spacing: 0px;
}
.cookie-page .joined-link {
  font-family: "BMW Type Web", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.cookie-page .joined-link:hover {
  color: #1c69d4;
}
.cookie-page .joined-link.link-block {
  padding-left: 2em;
  display: inline-block;
}
.cookie-page .joined-link[class*=link-] [class^=icon-]:before, .cookie-page .joined-link[class*=link-] [class*=" icon-"]:before {
  /* padding: 0.5em; */
  /* background-color: red; */
}
.cookie-page .pull-left {
  float: left !important;
}
.cookie-page .ul-no-padding {
  padding: 0;
}
.cookie-page .li-style-none {
  list-style-type: none;
}
.cookie-page .fill-vert {
  height: 100%;
}
.cookie-page .check-list {
  margin: 0.5em 0;
  padding-left: 30px;
}
.cookie-page .check-list svg {
  margin-left: -30px !important;
}
.cookie-page ul.check-list {
  padding-left: 30px;
  margin-left: -10px;
}
.cookie-page ul.check-list li {
  padding-left: 10px;
  padding-bottom: 5px;
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.2px' height='14.2px' viewBox='0 0 14.2 14.2' style='enable-background:new 0 0 14.2 14.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%233465AF;stroke-width:1.5;stroke-miterlimit:10;%7d %3c/style%3e%3cpolyline class='st0' points='1,7.6 4.8,11.4 13.2,2.9 '/%3e%3c/svg%3e");
}
.cookie-page .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 520px) and (max-width: 767px) {
  .cookie-page .row-eq-height .col-xs-12 {
    width: 50%;
  }
}
.cookie-page .transform-midddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-page div[data-csstip] {
  position: relative;
  background-color: blue;
}
.cookie-page div[data-csstip]:before {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  content: attr(data-csstip-content);
  background-color: #fff;
  transform: translateY(-115%) translateX(-50%);
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em;
  left: auto;
  right: 0;
  transform: translateY(-115%) translateX(0);
}
.cookie-page div[data-csstip]:hover::before {
  opacity: 1;
  pointer-events: all;
}
.cookie-page .d-table-cell {
  display: table-cell !important;
}
.cookie-page .bg-grey-1 {
  background-color: #e6e6e6;
}
.cookie-page .border-grey-1 {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.cookie-page .btn {
  /*&.padding-10 {
  	padding: 14px ;
  }*/
}
.cookie-page .border-bottom-grey-1 {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cookie-page .p-5 {
  padding: 3rem !important;
}
.cookie-page .toggler-horizontal {
  -webkit-transition: background-position 0s;
  -moz-transition: background-position 0s;
  -ms-transition: background-position 0s;
  -o-transition: background-position 0s;
  transition: background-position 0s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  width: 34px;
  height: 34px;
  right: 0;
  text-align: left;
  z-index: 2005;
  position: absolute !important;
  opacity: 0.5;
}
.cookie-page .toggler-horizontal a {
  display: block;
}
.cookie-page .toggler-arrows {
  top: 0;
  width: 34px;
  height: 34px;
  background-image: url(../img/icons.gif);
  background-position: -492px -3px;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.cookie-page .toggler-arrows.arrow_active {
  background-image: url(../img/icons.gif);
  background-position: -460px -3px;
  left: 0;
}

.cookie-page {
  background-color: #fff !important;
}

.onoffswitch {
  width: 60px;
  /*	input:disabled:not([checked]) + label {

  		.path {

  			stroke: $gray-600 !important;

  		}

  	}*/
}
.onoffswitch input {
  display: none;
}
.onoffswitch label {
  display: block;
  position: relative;
  cursor: pointer;
}
.onoffswitch label .path {
  fill: none;
  stroke: #fff;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.onoffswitch label > span {
  border: 1px solid #d6d6d6;
  display: block;
  background-color: #8e8e8e;
  width: 60px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.onoffswitch label::after {
  display: block;
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  background-color: #4d4d4d;
  content: "";
  animation-name: toggler-size;
  animation-duration: 0.15s;
  animation-timing-function: ease-out;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.onoffswitch label::after,
.onoffswitch label .toggler-on,
.onoffswitch label .toggler-off {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: left 0.15s ease-in-out, background-color 0.2s ease-out, width 0.15s ease-in-out, height 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.onoffswitch input:disabled + label .path {
  stroke: #8e8e8e !important;
}
.onoffswitch input:disabled + label::after {
  background-color: #e6e6e6 !important;
}
.onoffswitch input:checked + label .path {
  stroke: #1c69d4;
}
.onoffswitch input:checked + label > span {
  background-color: #1c69d4;
}
.onoffswitch input:checked + label::after,
.onoffswitch input:checked + label .toggler-on,
.onoffswitch input:checked + label .toggler-off {
  left: 75%;
}
.onoffswitch input:checked + label::after {
  background-color: #fff;
  animation-name: toggler-size2;
}
.onoffswitch .toggler-on,
.onoffswitch .toggler-off {
  opacity: 1;
  z-index: 2;
}
.onoffswitch input:checked + label .toggler-off,
.onoffswitch input:not(:checked) + label .toggler-on {
  width: 0;
  height: 0;
  opacity: 0;
}

@keyframes toggler-size {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes toggler-size2 {
  0%, 100% {
    width: 20px;
    height: 20px;
  }
}
.overlay .d-table {
  height: 100%;
  width: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* opacity: 0; */
  transition: all 0.5s;
  pointer-events: none;
  z-index: 1490;
}

.full-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  pointer-events: none;
  z-index: 1500;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.full-overlay.full-overlay {
  position: fixed;
}
.full-overlay.full-overlay .overlay {
  background-color: transparent;
}
.full-overlay.full-overlay .overlay.processing {
  background-color: rgba(0, 0, 0, 0.5);
}
.full-overlay.over_active {
  display: table;
  opacity: 1;
  pointer-events: bounding-box;
}

.overlay_inside {
  position: relative;
}
.overlay_inside .input_paceholder {
  border: 1px dashed #e6e6e6;
}

.col-span-2 {
  grid-column: span 2;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  /* IE11 */
}
html {
  height: 100%;
}

html {
  font-size: 16px;
}

.main .sticky-top {
  z-index: 1;
}
.main .sticky-top.stripe-menu {
  z-index: 2;
  padding-bottom: 0;
}

body.lvl2_open {
  overflow: hidden;
}
body > section {
  padding-bottom: 120px;
  padding-bottom: 60px;
}

section {
  padding-bottom: 100px;
  max-width: 2520px;
  margin: auto;
  padding-bottom: 60px;
}
section#vehiclelist {
  margin-bottom: 0;
}

.menu_lvl2_cnt {
  height: calc(100vh - 44px);
  overflow: auto;
}

.mobileswich .offername {
  opacity: 1;
}

.lvl2_open .mobileswich .offername {
  opacity: 0;
}
.lvl2_open .nav_lvl2 {
  background-color: #e6e6e6;
}

ol, ul, dl {
  margin: 0;
}

/*p {
    margin:0;
}*/
/*img {
    width:auto;
    height: auto;
}*/
.overfl-x {
  overflow-x: hidden;
}

.container-fluid.p0, .p0.container-sm, .p0.container-md, .p0.container-lg, .p0.container-xl {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.p0 > .row, .p0.container-sm > .row, .p0.container-md > .row, .p0.container-lg > .row, .p0.container-xl > .row {
  margin-right: 0;
  margin-left: 0;
}

.container-100 {
  max-width: 1680px;
  overflow-x: hidden;
  margin: auto;
  padding: 0;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2679ff;
}

::selection {
  color: #fff;
  background: #2679ff;
}

.header-img, .header-simple-img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 1600px;
}

.header {
  background-position: center;
  background-size: cover;
}
.header body {
  padding-top: 99px;
}

.swiper-pagination {
  position: relative;
  z-index: 1;
  width: 100%;
  align-items: center;
}

.clear:before {
  content: "";
  clear: both;
  display: block;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}

.icon-40 {
  font-size: 40px;
}

body {
  font-family: "BMW Type Web Light", "Arial", "Helvetica", "Noto Sans", sans-serif;
  letter-spacing: 0;
}

.joined-link, .btn, .menu_links, .btn.typo-headlines-s-mixed, article .btn.typo-headlines-s-mixed {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif !important;
}

.joined-link:hover {
  color: #262626;
}

.text-white a {
  color: #fff;
}
.text-white .joined-link {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

footer .item {
  margin-bottom: 23px;
}
footer .s_icons .item {
  margin-right: 3em;
  width: 100%;
}
footer .s_icons .item .icon {
  margin-right: 0.8em;
}
footer .actions_offset {
  padding-bottom: 15px;
}
footer .actions_offset.active {
  padding-bottom: 66px;
}
footer.bg-grey-6 {
  background-color: #e6e6e6;
}
footer a:not(.btn) {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
  color: #8e8e8e;
  text-decoration: none;
  transition: 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  footer a:not(.btn) {
    transition: none;
  }
}
footer a:not(.btn).icon-footer svg path {
  fill: #8e8e8e;
}
footer a:not(.btn):visited {
  color: #8e8e8e;
}
footer a:not(.btn):hover, footer a:not(.btn):active {
  color: #262626;
}
footer a:not(.btn):hover.icon-footer svg path, footer a:not(.btn):active.icon-footer svg path {
  fill: #262626;
}

.current_tmp .t_item_cnt, .current_permanent_solo, .current_permanent, .current_permanent_solo > .t_item_cnt, .current_permanent > .t_item_cnt {
  border-bottom: 4px solid #1c69d4;
}

.bg-grey-gradient:not(.bg-white) {
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
  background-size: cover;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.row.bot_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.fill-vert {
  height: 100%;
}

/*.margin-top-2, mt-2 {
  margin-top: 5px;
  //background-color: #111;
  @include media-breakpoint-up(sm) {
    margin-top: 5px;
    //background-color: #red;
  }
  @include media-breakpoint-up(md) {
    margin-top: 20px;
    //background-color: #666;
  }
  @include media-breakpoint-up(lg) {
    margin-top: 20px;
    //background-color: #eee;
  }
}*/
/*.margin-top-4, mt-4 {
  margin-top: 20px;
  //background-color: #111;
  @include media-breakpoint-up(sm) {
    margin-top: 20px;
    //background-color: #red;
  }
  @include media-breakpoint-up(md) {
    margin-top: 40px;
    //background-color: #666;
  }
  @include media-breakpoint-up(lg) {
    margin-top: 60px;
    //background-color: #eee;
  }
}*/
body.m_activ {
  position: fixed;
  width: 100%;
  top: 0;
}

.pading-0-05 {
  padding: 0 5px;
}

.font-15 {
  font-size: 15px;
}

.font-48 {
  font-size: 48px;
}

.font-96 {
  font-size: 96px;
}

.font_bmw, .dealer_service_box a:not(.btn), .head_b, .bmw_menu {
  font-family: "BMW Type Web Bold", "Arial", "Helvetica", "Noto Sans", sans-serif;
}

.f_valign_cnt, .menu_links .link_cnt {
  align-items: center;
}

.head_b {
  font-size: 15px;
}

.w-640 {
  max-width: 640px;
  margin: auto;
}

.dealer_service_box .service_link {
  font-size: 0.9em;
}
.dealer_service_box .col-12-6-3-3 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.dealer_service_box a:not(.btn) {
  margin-bottom: 15px;
  padding: 20px;
  color: #262626;
  display: block;
  background-color: #f2f2f2;
  height: 100%;
}
.dealer_service_box a:not(.btn) .text {
  color: #8e8e8e;
}
.dealer_service_box a:not(.btn):visited, .dealer_service_box a:not(.btn):active, .dealer_service_box a:not(.btn):focus {
  color: #262626 !important;
}
.dealer_service_box a:not(.btn):hover {
  background-color: #e6e6e6;
}
.dealer_service_box a:not(.btn):hover .text {
  color: #8e8e8e;
}
.dealer_service_box a:not(.btn):focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.dealer_service_box a:not(.btn) span {
  display: block;
}
.dealer_service_box a:not(.btn) [class^=icon-]:before, .dealer_service_box a:not(.btn) [class*=" icon-"]:before {
  font-size: 3.6rem;
}

.horizontal > div {
  display: inline-block;
}
.horizontal > div.only_mobile {
  display: none;
}

/*.test {
  background-color: #555;
  @include make-container();
  @include make-container-max-widths;

}*/
/*.open:not(.active_lvl1) .lvl_2 > div, .open:not(.active_lvl1) .lvl_1 > div {

  &:after {
    display: none;
  }
}*/
.m_row, .car_cnt {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.car_cnt {
  padding: 40px 20px;
}

.car_p-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.car-card .car_overflow {
  position: absolute;
  width: 100%;
  display: block;
  opacity: 0;
}
.car-card .car_overflow .card-img {
  opacity: 0;
}
.car-card .car_overflow .typo-headlines-l-mixed {
  opacity: 0;
}
.car-card .card-img {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.car-card .card-img img {
  transform: scale(1) translateX(10px);
  transition: all 0.2s ease-in-out;
}
.car-card:hover .card-img img {
  transform: scale(1.08) translateX(10px);
}
.car-card:hover .car_overflow {
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 1;
  top: 5px;
  left: -3px;
  padding: 0;
  border: 0 solid #888;
  /* text-align: center; */
}

.car-card.all {
  max-width: 100%;
  /* margin: auto; */
  flex: none;
}

#main {
  padding: 0 !important;
}

.container_fdis {
  margin: auto;
  clear: both;
}

.video-container > iframe {
  width: 100%;
}

.no-gap.container-fluid, .no-gap.container-sm, .no-gap.container-md, .no-gap.container-lg, .no-gap.container-xl {
  padding-left: 0;
  padding-right: 0;
}

.container-pad-1800 {
  max-width: 1800px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}
.container-pad-1800.marg-const {
  padding-left: 8%;
  padding-right: 8%;
}

.container-header {
  max-width: 1800px;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  margin: auto;
}

.container, .container-max, .container_fdis {
  max-width: calc(12.3% + 1280px);
  padding-left: 12.3%;
  padding-right: 12.3%;
}

.container-max {
  padding-right: 15px;
  padding-left: 15px;
}

.container-100 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.offer-border-left {
  padding-left: 15px !important;
}

.container, .container_fdis, .container-max, .container-pad-1800 {
  padding-left: 8.3%;
  padding-right: 8.3%;
}

/*# sourceMappingURL=main-bmw.css.map */
