@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: Harte
    Theme URI: https://www.harte.it/
    Description: Harte Landing Theme
    Author: Secret Key
    Author URI: https://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: sk_harte

-------------------------------------------------------------------------------------*/
*,
*::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(0, 0, 0, 0);
}

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

body {
  margin: 0;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 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 {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 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%;
    }
    .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%;
    }
    .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: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .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: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .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%;
    }
}
*/
.table {
  width: 100%;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
*/
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483646;
  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-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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
/*
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.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: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !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: #17a2b8 !important;
}

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger: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-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-white {
    background-color: #fff !important;
}

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

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

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

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

.border-info {
    border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
    border-color: #343a40 !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 {
    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: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: 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%;
}

.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: 992px) {
    .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: 1200px) {
    .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: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

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

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

// TEXT UTILS
.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: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.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: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !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: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

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

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}
*/
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* @start: Datepicker 3.3.4 */
.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav"
  "body"
  "timepicker"
  "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px ;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99 ;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* FONTS */
@font-face {
  font-family: "UniversLTPro";
  font-display: swap;
  src: url("_include/fonts/typo/UniversLTPro-45Light.woff2") format("woff2"), url("_include/fonts/typo/UniversLTPro-45Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "UniversLTPro";
  font-display: swap;
  src: url("_include/fonts/typo/UniversLTPro-55Roman.woff2") format("woff2"), url("_include/fonts/typo/UniversLTPro-55Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "UniversLTPro";
  font-display: swap;
  src: url("_include/fonts/typo/UniversLTPro-65Bold.woff2") format("woff2"), url("_include/fonts/typo/UniversLTPro-65Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* ICONS */
/*
@font-face {
    font-family: 'skicon';
    font-display: swap;
    src: url('icons/skicon.eot');
    src: url('icons/skicon.eot#iefix') format('embedded-opentype'),
         url('icons/skicon.ttf') format('truetype'),
         url('icons/skicon.woff') format('woff'),
         url('icons/skicon.svg#skicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sk-icon {
    font-family: 'skicon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.sk-icon-eye:before {
    content: "\e000";
}

.sk-icon-paper-clip:before {
    content: "\e001";
}

.sk-icon-mail:before {
    content: "\e002";
}

.sk-icon-toggle:before {
    content: "\e003";
}

.sk-icon-layout:before {
    content: "\e004";
}

.sk-icon-link:before {
    content: "\e005";
}

.sk-icon-bell:before {
    content: "\e006";
}

.sk-icon-lock:before {
    content: "\e007";
}

.sk-icon-unlock:before {
    content: "\e008";
}

.sk-icon-ribbon:before {
    content: "\e009";
}

.sk-icon-image:before {
    content: "\e010";
}

.sk-icon-signal:before {
    content: "\e011";
}

.sk-icon-target:before {
    content: "\e012";
}

.sk-icon-clipboard:before {
    content: "\e013";
}

.sk-icon-clock:before {
    content: "\e014";
}

.sk-icon-watch:before {
    content: "\e015";
}

.sk-icon-air-play:before {
    content: "\e016";
}

.sk-icon-camera:before {
    content: "\e017";
}

.sk-icon-video:before {
    content: "\e018";
}

.sk-icon-disc:before {
    content: "\e019";
}

.sk-icon-printer:before {
    content: "\e020";
}

.sk-icon-monitor:before {
    content: "\e021";
}

.sk-icon-server:before {
    content: "\e022";
}

.sk-icon-cog:before {
    content: "\e023";
}

.sk-icon-heart:before {
    content: "\e024";
}

.sk-icon-paragraph:before {
    content: "\e025";
}

.sk-icon-align-justify:before {
    content: "\e026";
}

.sk-icon-align-left:before {
    content: "\e027";
}

.sk-icon-align-center:before {
    content: "\e028";
}

.sk-icon-align-right:before {
    content: "\e029";
}

.sk-icon-book:before {
    content: "\e030";
}

.sk-icon-layers:before {
    content: "\e031";
}

.sk-icon-stack:before {
    content: "\e032";
}

.sk-icon-stack-2:before {
    content: "\e033";
}

.sk-icon-paper:before {
    content: "\e034";
}

.sk-icon-paper-stack:before {
    content: "\e035";
}

.sk-icon-search:before {
    content: "\e036";
}

.sk-icon-zoom-in:before {
    content: "\e037";
}

.sk-icon-zoom-out:before {
    content: "\e038";
}

.sk-icon-reply:before {
    content: "\e039";
}

.sk-icon-circle-plus:before {
    content: "\e040";
}

.sk-icon-circle-minus:before {
    content: "\e041";
}

.sk-icon-circle-check:before {
    content: "\e042";
}

.sk-icon-circle-cross:before {
    content: "\e043";
}

.sk-icon-square-plus:before {
    content: "\e044";
}

.sk-icon-square-minus:before {
    content: "\e045";
}

.sk-icon-square-check:before {
    content: "\e046";
}

.sk-icon-square-cross:before {
    content: "\e047";
}

.sk-icon-microphone:before {
    content: "\e048";
}

.sk-icon-record:before {
    content: "\e049";
}

.sk-icon-skip-back:before {
    content: "\e050";
}

.sk-icon-rewind:before {
    content: "\e051";
}

.sk-icon-play:before {
    content: "\e052";
}

.sk-icon-pause:before {
    content: "\e053";
}

.sk-icon-stop:before {
    content: "\e054";
}

.sk-icon-fast-forward:before {
    content: "\e055";
}

.sk-icon-skip-forward:before {
    content: "\e056";
}

.sk-icon-shuffle:before {
    content: "\e057";
}

.sk-icon-repeat:before {
    content: "\e058";
}

.sk-icon-folder:before {
    content: "\e059";
}

.sk-icon-umbrella:before {
    content: "\e060";
}

.sk-icon-moon:before {
    content: "\e061";
}

.sk-icon-thermometer:before {
    content: "\e062";
}

.sk-icon-drop:before {
    content: "\e063";
}

.sk-icon-sun:before {
    content: "\e064";
}

.sk-icon-cloud:before {
    content: "\e065";
}

.sk-icon-cloud-upload:before {
    content: "\e066";
}

.sk-icon-cloud-download:before {
    content: "\e067";
}

.sk-icon-upload:before {
    content: "\e068";
}

.sk-icon-download:before {
    content: "\e069";
}

.sk-icon-location:before {
    content: "\e070";
}

.sk-icon-location-2:before {
    content: "\e071";
}

.sk-icon-map:before {
    content: "\e072";
}

.sk-icon-battery:before {
    content: "\e073";
}

.sk-icon-head:before {
    content: "\e074";
}

.sk-icon-briefcase:before {
    content: "\e075";
}

.sk-icon-speech-bubble:before {
    content: "\e076";
}

.sk-icon-anchor:before {
    content: "\e077";
}

.sk-icon-globe:before {
    content: "\e078";
}

.sk-icon-box:before {
    content: "\e079";
}

.sk-icon-reload:before {
    content: "\e080";
}

.sk-icon-share:before {
    content: "\e081";
}

.sk-icon-marquee:before {
    content: "\e082";
}

.sk-icon-marquee-plus:before {
    content: "\e083";
}

.sk-icon-marquee-minus:before {
    content: "\e084";
}

.sk-icon-tag:before {
    content: "\e085";
}

.sk-icon-power:before {
    content: "\e086";
}

.sk-icon-command:before {
    content: "\e087";
}

.sk-icon-alt:before {
    content: "\e088";
}

.sk-icon-esc:before {
    content: "\e089";
}

.sk-icon-bar-graph:before {
    content: "\e090";
}

.sk-icon-bar-graph-2:before {
    content: "\e091";
}

.sk-icon-pie-graph:before {
    content: "\e092";
}

.sk-icon-star:before {
    content: "\e093";
}

.sk-icon-arrow-left:before {
    content: "\e094";
}

.sk-icon-arrow-right:before {
    content: "\e095";
}

.sk-icon-arrow-up:before {
    content: "\e096";
}

.sk-icon-arrow-down:before {
    content: "\e097";
}

.sk-icon-volume:before {
    content: "\e098";
}

.sk-icon-mute:before {
    content: "\e099";
}

.sk-icon-content-right:before {
    content: "\e100";
}

.sk-icon-content-left:before {
    content: "\e101";
}

.sk-icon-grid:before {
    content: "\e102";
}

.sk-icon-grid-2:before {
    content: "\e103";
}

.sk-icon-columns:before {
    content: "\e104";
}

.sk-icon-loader:before {
    content: "\e105";
}

.sk-icon-bag:before {
    content: "\e106";
}

.sk-icon-ban:before {
    content: "\e107";
}

.sk-icon-flag:before {
    content: "\e108";
}

.sk-icon-trash:before {
    content: "\e109";
}

.sk-icon-expand:before {
    content: "\e110";
}

.sk-icon-contract:before {
    content: "\e111";
}

.sk-icon-maximize:before {
    content: "\e112";
}

.sk-icon-minimize:before {
    content: "\e113";
}

.sk-icon-plus2:before {
    content: "\e114";
}

.sk-icon-minus2:before {
    content: "\e115";
}

.sk-icon-check2:before {
    content: "\e116";
}

.sk-icon-cross:before {
    content: "\e117";
}

.sk-icon-move:before {
    content: "\e118";
}

.sk-icon-delete:before {
    content: "\e119";
}

.sk-icon-menu:before {
    content: "\e120";
}

.sk-icon-archive:before {
    content: "\e121";
}

.sk-icon-inbox:before {
    content: "\e122";
}

.sk-icon-outbox:before {
    content: "\e123";
}

.sk-icon-file:before {
    content: "\e124";
}

.sk-icon-file-add:before {
    content: "\e125";
}

.sk-icon-file-subtract:before {
    content: "\e126";
}

.sk-icon-help:before {
    content: "\e127";
}

.sk-icon-open:before {
    content: "\e128";
}

.sk-icon-ellipsis:before {
    content: "\e129";
}
*/
.container,
.container-fluid {
  position: relative;
  max-width: 1160px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.container.container-fluid--full,
.container-fluid.container-fluid--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-max {
  position: relative;
  margin: 0 auto;
}
.container-max:before, .container-max:after {
  content: "";
  display: table;
}
.container-max:after {
  clear: both;
}

.container-fluid--max {
  width: 100%;
  max-width: none;
}

.container-max--1920 {
  max-width: 1980px;
}

.container-max--1600 {
  max-width: 1660px;
}

.container-max--1400 {
  max-width: 1460px;
}

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

.container-max--1024 {
  max-width: 1084px;
}

.container-max--900 {
  max-width: 960px;
}

.container-max--800 {
  max-width: 860px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.sk-col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.mobile-full .container-fluid {
  max-width: 100%;
  padding: 0;
}
.mobile-full .row {
  margin-left: 0;
  margin-right: 0;
}
.mobile-full .sk-col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .container,
  .container-fluid {
    max-width: none;
    padding: 0 15px;
  }
  .sk-col {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  [class*=offset-] {
    margin-left: 0;
  }
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

html {
  position: relative;
  width: 100%;
  font-size: 10px;
  background: #FFFFFF;
}

body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  font-kerning: none;
  background: #FFFFFF;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

a:not(menu-item-link), a:not(sk-btn) {
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  outline: none !important;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a img {
  border: none;
}

b,
strong {
  font-weight: 600;
}

p {
  padding: 0.6em 0;
  margin: 0;
}

mark,
.mark {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px;
  background: #000000;
  text-transform: uppercase;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.svg-data {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: baseline;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

blockquote cite {
  font-size: 1.3rem;
  display: block;
  margin-top: 20px;
}
blockquote cite:before {
  content: "-";
  margin: 0 9px;
}

address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

.through {
  text-decoration: line-through;
}

pre,
code {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #232527;
  font-size: 1.2rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 4px;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 50px 50px;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 2.5rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

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

table {
  width: 100%;
  border: 1px solid #EFEFEF;
  text-align: left;
}
table tr {
  border-top: 1px solid #EFEFEF;
}
table th,
table td {
  min-height: 41px;
  padding: 10px 14px 8px;
  border-right: 1px solid #EFEFEF;
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body,
input,
button,
select,
textarea {
  color: #1A1A1A;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.fonts-loaded body,
.fonts-loaded input,
.fonts-loaded button,
.fonts-loaded select,
.fonts-loaded textarea {
  font-family: "UniversLTPro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #B71234;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5,
.fonts-loaded h6 {
  font-family: "UniversLTPro", sans-serif;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

form,
.sk-form,
.sk-form__wrap {
  position: relative;
  float: left;
  width: 100%;
}

.sk-form__inputs-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.sk-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}

.sk-form__input--content {
  position: relative;
  width: 100%;
  display: block;
}
.sk-form__input--content + .sk-form__input--content {
  margin-top: 5px;
}

.sk-form__inputs-fields {
  opacity: 1;
  transition: opacity 0.215s ease;
}
.sk-form__inputs-fields.is--loaded {
  opacity: 0.2;
  pointer-events: none;
}

.sk-form__input {
  position: relative;
  float: left;
}
.sk-form__input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form__input.is--first {
  padding-right: 7.5px;
}
.sk-form__input.is--middle {
  padding-left: 3.75px;
  padding-right: 3.75px;
}
.sk-form__input.is--last {
  padding-left: 7.5px;
}
.sk-form__input abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}
.sk-form__input abbr[title].required {
  color: #FF0000;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .sk-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sk-form__input.is--middle, .sk-form__input.is--last {
    margin-top: 15px;
  }
  .sk-form__input .sk-btn {
    width: 100%;
    margin-top: 15px;
  }
  .sk-form__input .sk-btn br {
    display: none;
  }
}

.sk-form__input--field-25 {
  width: 25%;
}

.sk-form__input--field-30 {
  width: 30%;
}

.sk-form__input--field-33 {
  width: 33.333%;
}

.sk-form__input--field-40 {
  width: 40%;
}

.sk-form__input--field-50 {
  width: 50%;
}

.sk-form__input--field-60 {
  width: 60%;
}

.sk-form__input--field-70 {
  width: 70%;
}

.sk-form__input--field-100 {
  width: 100%;
}

.sk-form__response {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-form__response.is--loaded {
  opacity: 1;
  visibility: visible;
}
.sk-form__response p {
  color: #FF0000;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 0;
}

.sk-form__response--white p {
  color: #FFFFFF;
}

.sk-form__alert {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.4rem;
  padding: 15px 15px 12px;
  border: 1px solid;
  display: none;
}
.sk-form__alert.is--success {
  color: #155724;
  background: #D4EDDA;
  border-color: #C3E6CB;
}
.sk-form__alert.is--error {
  color: #721C24;
  background: #f8D7DA;
  border-color: #F5C6CB;
}
.sk-form__alert.is--showed {
  display: block;
}

.sk-form__alert {
  display: none;
}
.sk-form__alert.is--showed {
  display: block;
}

.sk-form__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.sk-form__loader.is--loaded {
  opacity: 1;
  visibility: visible;
  display: block;
}

.sk-form__loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23B71234' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23B71234' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center/38px 38px;
}

.sk-form__loader-spinner--white {
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center/38px 38px;
}

input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.sk-form__input--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 1.6rem;
  line-height: normal;
  padding: 16px 15px 14px;
  margin: 0;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 2px solid #DADADA;
  border-radius: 0;
  display: block;
  resize: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.4s cubic-bezier(0.45, 0, 0.14, 1.03), color 0.4s cubic-bezier(0.45, 0, 0.14, 1.03), border 0.4s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-form__input--default::-moz-placeholder {
  color: rgba(26, 26, 26, 0.8);
  opacity: 1;
}
.sk-form__input--default::placeholder {
  color: rgba(26, 26, 26, 0.8);
  opacity: 1;
}
.sk-form__input--default:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.8);
  opacity: 1;
}
.sk-form__input--default::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.8);
  opacity: 1;
}
.sk-form__input--default:focus {
  border-color: #1A1A1A;
}
.sk-form__input--default:focus::-moz-placeholder {
  opacity: 0;
}
.sk-form__input--default:focus::placeholder {
  opacity: 0;
}
.sk-form__input--default:focus:-ms-input-placeholder {
  opacity: 0;
}
.sk-form__input--default:focus::-ms-input-placeholder {
  opacity: 0;
}
.sk-form__input--default.f--required {
  border-color: #FF0000 !important;
}

textarea.sk-form__input--default {
  border-radius: 0;
}

input[type=number].sk-form__input--default {
  -moz-appearance: textfield;
}
input[type=number].sk-form__input--default::-webkit-inner-spin-button, input[type=number].sk-form__input--default::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.sk-form__input--default {
  padding-right: 35px;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2321333A' d='M14.83 16.42L24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3Cpath d='M0-.75h48v48H0z' fill='none'/%3E%3C/svg%3E") right 10px top 13px no-repeat;
  background-size: 22px 20px;
  cursor: pointer;
}
select.sk-form__input--default option[disabled] {
  display: none;
}

input[type=checkbox].sk-form__input--checkbox:not(:checked), input[type=checkbox].sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].sk-form__input--checkbox:not(:checked) + label, input[type=checkbox].sk-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 25px;
  color: #1A1A1A;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input[type=checkbox].sk-form__input--checkbox:not(:checked) + label:before, input[type=checkbox].sk-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #DADADA;
  border-radius: 0;
  background: #FFFFFF;
  transition: background 0.4s cubic-bezier(0.45, 0, 0.14, 1.03), border 0.4s cubic-bezier(0.45, 0, 0.14, 1.03);
}
input[type=checkbox].sk-form__input--checkbox:not(:checked) + label a, input[type=checkbox].sk-form__input--checkbox:checked + label a {
  text-decoration: underline;
}
input[type=checkbox].sk-form__input--checkbox:not(:checked) + label:after, input[type=checkbox].sk-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%2321333A' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center/10px 9px;
  transition: opacity 0.4s cubic-bezier(0.45, 0, 0.14, 1.03);
}
input[type=checkbox].sk-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
input[type=checkbox].sk-form__input--checkbox:checked + label:after {
  opacity: 1;
}
input[type=checkbox].sk-form__input--checkbox:disabled:not(:checked) + label:before, input[type=checkbox].sk-form__input--checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=checkbox].sk-form__input--checkbox:disabled:checked + label:after {
  color: #999999;
}
input[type=checkbox].sk-form__input--checkbox:disabled + label {
  color: #AAAAAA;
}
input[type=checkbox].sk-form__input--checkbox.f--required:not(:checked) + label:before {
  background-color: #FFE6E6 !important;
  border-color: #FF0000 !important;
}

input[type=radio].sk-form__input--radio {
  position: absolute;
  left: -9999px;
}
input[type=radio].sk-form__input--radio:not(:checked), input[type=radio].sk-form__input--radio:checked {
  position: absolute;
  visibility: hidden;
}
input[type=radio].sk-form__input--radio:not(:checked) + label, input[type=radio].sk-form__input--radio:checked + label {
  position: relative;
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
}
input[type=radio].sk-form__input--radio:not(:checked) + label:before, input[type=radio].sk-form__input--radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #EBEBED;
  border-radius: 100%;
  background: #FFFFFF;
  transition: background 0.2s ease, border 0.2s ease;
}
input[type=radio].sk-form__input--radio:not(:checked) + label:after, input[type=radio].sk-form__input--radio:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
  transition: opacity 0.2s ease;
}
input[type=radio].sk-form__input--radio:not(:checked) + label a, input[type=radio].sk-form__input--radio:checked + label a {
  text-decoration: underline;
}
input[type=radio].sk-form__input--radio:not(:checked) + label:after {
  opacity: 0;
}
input[type=radio].sk-form__input--radio:checked + label:after {
  opacity: 1;
}
input[type=radio].sk-form__input--radio:disabled:not(:checked) + label:before, input[type=radio].sk-form__input--radio:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=radio].sk-form__input--radio:disabled:checked + label:after {
  background-color: #999999;
}
input[type=radio].sk-form__input--radio:disabled + label {
  color: #AAAAAA;
}

.sk-form__select--picker .bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -9px 0 0 0;
  width: 18px;
  height: 18px;
  border: 0 none;
  background: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2321333A' d='M14.83 16.42L24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3Cpath d='M0-.75h48v48H0z' fill='none'/%3E%3C/svg%3E") 0px 1px no-repeat;
  background-size: 18px;
}
.sk-form__select--picker .bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important;
}
.sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder, .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgba(26, 26, 26, 0.8);
  font-size: 1.6rem;
  padding: 13px 15px 11px;
}
.sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:after {
  background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D0D0D0' d='M14.83 16.42L24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3Cpath d='M0-.75h48v48H0z' fill='none'/%3E%3C/svg%3E") 0px 1px no-repeat;
}
.sk-form__select--picker .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  padding-right: 12px;
}
.sk-form__select--picker .bootstrap-select .btn {
  color: #1A1A1A;
  font-size: 1.6rem;
  padding: 13px 15px 11px;
  background: #FFFFFF;
  border: 2px solid #DADADA;
  border-radius: 0;
  transition: border 0.2s cubic-bezier(0.45, 0, 0.14, 1.03);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sk-form__select--picker .bootstrap-select .btn:focus {
  outline: 0 !important;
}
.sk-form__select--picker .bootstrap-select .dropdown-menu {
  width: 100% !important;
  margin: -2px 0 0 0;
  padding: 0;
  border-width: 2px;
  border-color: #DADADA;
  border-radius: 0;
  z-index: 90;
}
.sk-form__select--picker .bootstrap-select.dropup .dropdown-menu {
  margin: 0 0 -2px 0;
}
.sk-form__select--picker .bootstrap-select.show .btn {
  border-radius: 0;
  border-color: #1A1A1A;
}
.sk-form__select--picker .bootstrap-select.show .btn.bs-placeholder .filter-option {
  opacity: 0;
}
.sk-form__select--picker .bootstrap-select .dropdown-item {
  color: #1A1A1A;
  font-size: 1.4rem;
  padding: 13px 15px 11px;
  transition: background 0.45s cubic-bezier(0.45, 0, 0.14, 1.03) 0s, color 0.45s cubic-bezier(0.45, 0, 0.14, 1.03) 0s;
}
.sk-form__select--picker .bootstrap-select .dropdown-item.active, .sk-form__select--picker .bootstrap-select .dropdown-item:active {
  background: #EBEBED;
}
.no-touchevents .sk-form__select--picker .bootstrap-select .dropdown-item:hover, .no-touchevents .sk-form__select--picker .bootstrap-select .dropdown-item:focus, .touchevents .sk-form__select--picker .bootstrap-select .dropdown-item:active {
  color: #FFFFFF;
  background: #B71234;
}
.sk-form__select--picker .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}
.sk-form__select--picker.f--required .btn {
  border-color: #FF0000 !important;
}

.sk-form__input--radio-groups {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-form__input--radio-groups .radio-group {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  text-transform: uppercase;
}

.sk-datepicker {
  cursor: pointer;
}

.datepicker-sk .datepicker--cell.-selected- {
  background: #B71234;
}
.datepicker-sk .datepicker--cell.-selected-.-current- {
  background: #B71234;
}
.datepicker-sk .datepicker--cell.-selected-.-focus- {
  background: rgb(206.2164179104, 20.2835820896, 58.5970149254);
}

.sk-form__input--floated label {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  z-index: 1;
  transform-origin: top left;
  transform: translateY(16px);
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.14, 1.03), transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sk-form__input--floated.is--activated label {
  opacity: 1;
  visibility: visible;
  transform: translateY(6px);
}
.sk-form__input--floated.is--activated .sk-form__input--default {
  padding-top: 22px;
  padding-bottom: 8px;
}
.sk-form__input--floated.is--activated .sk-form__select--picker .bootstrap-select .btn {
  padding-top: 20px;
  padding-bottom: 4px;
}

.sk-form__inputs-wrapper--group-newsletter .sk-form__input {
  width: calc(100% - 150px);
}
.sk-form__inputs-wrapper--group-newsletter .sk-form__input.is--last {
  width: 150px;
}

.sk-form__step .sk-form__step--block {
  display: none;
}
.sk-form__step .sk-form__step--block.is--selected {
  display: block;
}
.sk-form__step .sk-form__step--back {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-form__step .sk-form__step--back span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='M7 11L2 6.0296 7 1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}
.no-touchevents .sk-form__step .sk-form__step--back:hover, .no-touchevents .sk-form__step .sk-form__step--back:focus, .touchevents .sk-form__step .sk-form__step--back:active {
  background: #FFFFFF;
}
.no-touchevents .sk-form__step .sk-form__step--back:hover span, .no-touchevents .sk-form__step .sk-form__step--back:focus span, .touchevents .sk-form__step .sk-form__step--back:active span {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23B71234' stroke-width='2' d='M7 11L2 6.0296 7 1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.sk-form__step .sk-form__step--back + .sk-btn {
  width: calc(100% - 63px);
  margin: 0 0 0 15px;
}

.sk-form--white .sk-form__input--floated label {
  color: #FFFFFF;
  font-weight: bold;
}
.sk-form--white .sk-form__input--floated label abbr[title].required {
  color: #FFFFFF;
}
.sk-form--white .sk-form__input--default {
  color: #FFFFFF;
  font-weight: bold;
  border-color: #FFFFFF;
  background: transparent;
}
.sk-form--white .sk-form__input--default::-moz-placeholder {
  color: #FFFFFF;
}
.sk-form--white .sk-form__input--default::placeholder {
  color: #FFFFFF;
}
.sk-form--white .sk-form__input--default:-ms-input-placeholder {
  color: #FFFFFF;
}
.sk-form--white .sk-form__input--default::-ms-input-placeholder {
  color: #FFFFFF;
}
.sk-form--white .sk-form__input--default:focus {
  color: #FFFFFF;
  border-color: #1A1A1A;
}
.sk-form--white .sk-form__input--default option {
  color: #000;
}
.sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle:after {
  background: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M14.83 16.42L24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3Cpath d='M0-.75h48v48H0z' fill='none'/%3E%3C/svg%3E") 0px 1px no-repeat;
  background-size: 18px;
}
.sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important;
}
.sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder, .sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .sk-form--white .sk-form__select--picker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #FFFFFF;
  font-weight: bold;
}
.sk-form--white .sk-form__select--picker .bootstrap-select .btn {
  color: #FFFFFF;
  font-weight: bold;
  background: transparent;
  border-color: #FFFFFF;
}
.sk-form--white input[type=checkbox].sk-form__input--checkbox:not(:checked), .sk-form--white input[type=checkbox].sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
.sk-form--white input[type=checkbox].sk-form__input--checkbox:not(:checked) + label, .sk-form--white input[type=checkbox].sk-form__input--checkbox:checked + label {
  color: #FFFFFF;
  font-weight: bold;
}
.sk-form--white input[type=checkbox].sk-form__input--checkbox:not(:checked) + label:before, .sk-form--white input[type=checkbox].sk-form__input--checkbox:checked + label:before {
  border-color: #FFFFFF;
  background: transparent;
}
.sk-form--white input[type=checkbox].sk-form__input--checkbox:not(:checked) + label span, .sk-form--white input[type=checkbox].sk-form__input--checkbox:checked + label span {
  color: #FFFFFF;
}
.sk-form--white input[type=checkbox].sk-form__input--checkbox:not(:checked) + label:after, .sk-form--white input[type=checkbox].sk-form__input--checkbox:checked + label:after {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%23FFFFFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center/10px 9px;
}

.sk-btn {
  position: relative;
  width: auto;
  min-width: 270px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  padding: 14px 20px 10px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  border: 0 none;
  border-radius: 0;
  outline: 0 !important;
  text-decoration: none !important;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.45s cubic-bezier(0.45, 0, 0.14, 1.03);
}
@media (max-width: 374px) {
  .sk-btn {
    min-width: auto;
  }
}

.sk-btn__label {
  position: relative;
  font-weight: bold;
  z-index: 5;
  text-transform: uppercase;
}

.sk-btn--full {
  width: 100%;
  min-width: auto;
}

.sk-btn-ico--svg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

.sk-btn__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 6;
}
.sk-btn__ripple.is--active .sk-btn__ripple--circle {
  animation: a-ripple 0.4s ease-in;
}
@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

.sk-btn__ripple--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
}

.sk-btn--red {
  background: #B71234;
}
.sk-btn--red .sk-btn__label {
  color: #FFFFFF;
}
.sk-btn--red .sk-btn__ripple--circle {
  background-color: rgba(255, 255, 255, 0.25);
}
.no-touchevents .sk-btn--red:hover, .no-touchevents .sk-btn--red:focus, .touchevents .sk-btn--red:active {
  background: rgb(206.2164179104, 20.2835820896, 58.5970149254);
}

.sk-btn--white {
  background: #FFFFFF;
}
.sk-btn--white .sk-btn__label {
  color: #B71234;
}
.sk-btn--white .sk-btn__ripple--circle {
  background-color: rgba(183, 18, 52, 0.15);
}
.no-touchevents .sk-btn--white:hover, .no-touchevents .sk-btn--white:focus, .touchevents .sk-btn--white:active {
  background: rgb(242.25, 242.25, 242.25);
}

.sk-btn--disabled {
  color: #68656E;
  background: #EBEBED;
  pointer-events: none;
}

.modal-backdrop {
  background: #000000;
}
.modal-backdrop.show {
  opacity: 0.7;
}

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

.modal-dialog {
  max-width: none;
}
.modal-dialog .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0 none;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.228 23.986L47.092 5.122c1.172-1.171 1.172-3.071 0-4.242-1.172-1.172-3.07-1.172-4.242 0L23.986 19.744 5.121.88C3.949-.292 2.051-.292.879.88c-1.172 1.171-1.172 3.071 0 4.242l18.865 18.864L.879 42.85c-1.172 1.171-1.172 3.071 0 4.242.586.585 1.354.878 2.121.878.767 0 1.535-.293 2.121-.879l18.865-18.864L42.85 47.091a2.991 2.991 0 002.121.879c.767 0 1.535-.293 2.121-.879 1.172-1.171 1.172-3.071 0-4.242L28.228 23.986z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 15px 15px;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
}

.modal-content {
  padding: 50px;
  border: 0 none;
  border-radius: 0;
}
@media (max-width: 576px) {
  .modal-content {
    padding: 50px 15px;
  }
}

.modal-header {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  display: block;
}

.modal-title {
  font-size: 3.2rem;
}
@media (max-width: 576px) {
  .modal-title {
    font-size: 2.4rem;
  }
}

.modal-subtitle {
  padding: 0;
}
@media (max-width: 576px) {
  .modal-subtitle {
    font-size: 1.4rem;
  }
}

.modal-body {
  padding: 0;
}
.modal-body p:first-of-type {
  padding-top: 0;
}
.modal-body p:last-of-type {
  padding-bottom: 0;
}

.modal-footer {
  display: none;
}

.modal-form--loader-init {
  display: block;
}
.modal-form--loader-init.is--done {
  opacity: 0;
  visibility: hidden;
}

.modal-form--loader-last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
.modal-form--loader-last.is--done {
  display: block;
}
.modal-form--loader-last .modal-header {
  display: block;
}
.modal-form--loader-last .modal-body {
  flex: 0;
  display: block;
}

.modal-form--loader-last--inner {
  position: relative;
  padding: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.modal--product .modal-dialog {
  max-width: 1600px;
}
.modal--product .modal-dialog .close {
  top: -15px;
  right: -15px;
  background-color: #FFFFFF;
}
@media (max-width: 1635px) {
  .modal--product .modal-dialog {
    margin: 1.75rem;
  }
}
@media (max-width: 1280px) {
  .modal--product .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 835px) {
  .modal--product .modal-dialog {
    margin: 1.75rem;
  }
}
.modal--product .modal-content {
  padding: 0;
}
.modal--product .modal-prd__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: 1;
}
@media (max-width: 1280px) {
  .modal--product .modal-prd__image {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.modal--product .modal-prd__image--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  z-index: 2;
}
.modal--product .modal-prd__content {
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  padding: 50px 30px;
  background: #FFFFFF;
  z-index: 1;
}
@media (max-width: 1280px) {
  .modal--product .modal-prd__content {
    position: relative;
    left: auto;
    width: 100%;
    padding: 30px;
  }
}
.modal--product .modal-prd__form {
  position: absolute;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  padding: 50px 30px;
  border-left: 1px solid #DADADA;
  background: #F5F5F5;
  z-index: 1;
}
@media (min-width: 1281px) {
  .modal--product .modal-prd__form {
    display: block !important;
  }
}
@media (max-width: 1280px) {
  .modal--product .modal-prd__form {
    position: relative;
    float: left;
    right: auto;
    width: 100%;
    height: auto;
    padding: 30px;
    border-left: 0 none;
    border-top: 1px solid #DADADA;
    display: none;
  }
  .modal--product .modal-prd__form .sk-btn {
    width: 100%;
  }
}
.modal--product .modal-prd__content--title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.modal--product .modal-prd__content--description p:first-of-type {
  padding-top: 0;
}
.modal--product .modal-prd__content--description p:last-of-type {
  padding-bottom: 0;
}
.modal--product .modal-prd__content--button {
  margin-top: 35px;
}
.modal--product .modal-prd__content--button .sk-btn__label.is--close {
  display: none;
}
.modal--product .modal-prd__content--button.is--opened {
  background: #EBEBED;
}
.modal--product .modal-prd__content--button.is--opened .sk-btn__label {
  color: #68656E;
}
.modal--product .modal-prd__container {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 700px;
  display: block;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  .modal--product .modal-prd__container {
    overflow-x: inherit;
  }
}
.modal--product .modal-prd__container .modal-prd__container--wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal--product .modal-prd__container.is--translate .modal-prd__content--button .sk-btn__label.is--open {
  display: none;
}
.modal--product .modal-prd__container.is--translate .modal-prd__content--button .sk-btn__label.is--close {
  display: block;
}
@media (min-width: 1281px) {
  .modal--product .modal-prd__container .modal-prd__container--wrapper {
    transition: left 0.45s cubic-bezier(0.45, 0, 0.14, 1.03);
  }
  .modal--product .modal-prd__container.is--translate .modal-prd__container--wrapper {
    left: -70%;
  }
}
@media (max-width: 1280px) {
  .modal--product .modal-prd__container {
    height: auto;
    min-height: auto;
  }
  .modal--product .modal-prd__container .modal-prd__container--wrapper {
    float: left;
  }
}

.modal--generic .modal-dialog {
  max-width: none;
  margin: 1.75rem auto;
}
@media (min-width: 320px) {
  .modal--generic .modal-dialog {
    max-width: 650px;
  }
}
@media (max-width: 535px) {
  .modal--generic .modal-dialog {
    margin: 1.75rem;
  }
}
.modal--generic .modal-content {
  padding: 50px 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .modal--generic .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal--generic .em-prom {
  margin-top: 20px;
}

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

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.fw--regular {
  font-weight: 400;
}

.fw--bold {
  font-weight: bold;
}

.tw--uppercase {
  text-transform: uppercase;
}

.fa--left {
  text-align: left;
}

.fa--center {
  text-align: center;
}

.fa--right {
  text-align: right;
}

.fc--white {
  color: #FFFFFF;
}

.pdg-t-0 {
  padding-top: 0 !important;
}

.pdg-b-0 {
  padding-bottom: 0 !important;
}

.mrg-t-0 {
  margin-top: 0 !important;
}

.mrg-b-0 {
  margin-bottom: 0 !important;
}

.pdg--remove {
  padding: 0 !important;
}

.mrg-remove {
  margin: 0 !important;
}

.fancybox-bg {
  background: #000000;
}

.fancybox-button {
  background: transparent;
}

.info-window-content {
  font-family: "UniversLTPro", sans-serif;
  padding: 12px 4px 12px 10px;
}
.info-window-content .m-title {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.info-window-content p {
  color: #1A1A1A;
  padding: 0;
}
.info-window-content .sk-btn {
  font-size: 1.4rem;
  min-width: auto;
  margin-top: 20px;
}

.sk-mobile-device .info-window-content {
  padding: 12px 12px 12px 0px;
}

.gm-style .gm-style-iw-c {
  padding-top: 16px !important;
  border-radius: 2px;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
}
.gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
}

.crop--img {
  position: relative;
  overflow: hidden;
}
.crop--img.crop--img-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.crop--img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}
.crop--img img.fill-width {
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.crop--img img.fill-height {
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.crop--img img.fill-auto {
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.lazyload--img,
.swiper-lazy--img {
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--img[data-src], .lazyload--img[data-srcset],
.swiper-lazy--img[data-src],
.swiper-lazy--img[data-srcset] {
  min-height: 1px;
  display: block;
}
.lazyload--img:not([src]),
.swiper-lazy--img:not([src]) {
  visibility: hidden;
}
.lazyload--img:not(.initial),
.swiper-lazy--img:not(.initial) {
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--img.initial, .lazyload--img.is--loaded,
.swiper-lazy--img.initial,
.swiper-lazy--img.is--loaded {
  opacity: 1;
  visibility: visible;
}

.lazyload--prx-img {
  opacity: 0;
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--prx-img[data-src], .lazyload--prx-img[data-srcset] {
  min-height: 1px;
  display: block;
}
.lazyload--prx-img:not([src]) {
  visibility: hidden;
}
.lazyload--prx-img:not(.initial) {
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--prx-img.initial, .lazyload--prx-img.is--loaded {
  opacity: 1;
  visibility: visible;
}

.lazyload--bg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0.1s;
}
.lazyload--bg.initial, .lazyload--bg.is--loaded {
  opacity: 1;
  visibility: visible;
}

.sk-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 100;
}

.sk-header-landing {
  position: fixed;
}
.sk-header-landing.is--sticky .sk-header__wrapper {
  background: #B71234;
}
@media (max-width: 1024px) {
  .sk-header-landing {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sk-header-landing .sk-header__wrapper {
    background: transparent !important;
  }
}

.sk-header-squeeze {
  background: transparent;
}

.sk-header__wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  background: transparent;
  transition: background 0.45s cubic-bezier(0.45, 0, 0.14, 1.03);
}

.sk-header__logo {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 117px;
  height: 45px;
  display: block;
  z-index: 10;
}
.sk-header__logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 117 45' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M89.5687 12.4148h15.3979v4.0273H93.6303v4.0272h11.3363v4.0273H93.6303v4.0878h11.3363v3.9667h-15.398z'/%3E%3Cpath d='M98.8742.3028c0 1.514.5756 2.9674 1.5155 4.0272h12.579v36.2453H4.0314V4.3603h91.6601c-.5153-1.302-.8184-2.6344-.8184-4.0575H.0001V44.542h117V.3028H98.874z'/%3E%3Cpath d='M104.8756 10.3558V6.3286c-1.6974 0-3.3341-.6965-4.5163-1.9985h-4.7285c1.6065 3.573 5.1529 6.0257 9.2448 6.0257zm-28.5831 6.0258H70.2v-4.0273h16.095v4.0273h-6.0318v16.0787H76.232V16.3816h.0606zm-34.221 6.0863l-2.0005-4.6632-2.0005 4.6632h4.001zm-3.5767-10.053h3.2736l8.5477 20.106h-3.9708L43.769 26.495h-7.4262l-2.5764 6.0258h-3.8495l8.578-20.106zm-26.3704 0h4.0313v10.053h8.0627v-10.053h4.0313v20.106h-4.0313v-6.0863H16.095v6.0257h-4.0314V12.415h.0607zm57.0753 20.106H64.532l-4.0314-6.0258h-3.8192v6.0258H52.65v-20.106h8.3658c2.334 0 4.1526.6359 5.3347 1.8773 1.0003.9993 1.5762 2.4527 1.5762 4.209v.4239c0 2.9674-1.0003 5.3899-3.3342 6.268l-.2425.1211 4.8497 7.2067zm-8.487-10.053c2.0005 0 3.0917-1.0598 3.0917-2.5738v-.8782c0-1.7562-1.2427-2.6343-3.1523-2.6343h-3.9708v6.0257h4.0314v.0606z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}
@media (max-width: 1024px) {
  .sk-header__logo {
    left: 50%;
    margin-left: -58px;
  }
}

.sk-header__opts {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 1024px) {
  .sk-header__opts {
    display: none;
  }
}

.sk-header__opts--mobile {
  position: fixed;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 70px;
  display: none;
  z-index: 999;
}
@media (max-width: 1024px) {
  .sk-header__opts--mobile {
    display: -moz-flex;
    display: flex;
  }
}

.sk-header__opts--col {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-header__opts--col a {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 480px) {
  .sk-header__opts--col a {
    font-size: 1.4rem;
  }
}

.sk-header__opts--col-tel {
  background: #1A1A1A;
}

.sk-header__opts--col-act {
  background: #B71234;
}

.sk-header-anagrafica {
  position: relative;
  background: #B71234;
}
.sk-header-anagrafica .sk-header__logo {
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.sk-header-anagrafica .sk-header__wrapper {
  height: 100px;
}

body {
  overflow-x: hidden;
}

.sk-mb {
  position: relative;
  float: left;
  width: 100%;
}

.sk-entry {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}

.sk-entry__section {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .sk-entry__section {
    padding: 25px 0;
  }
}
.sk-entry__section.is--large {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .sk-entry__section.is--large {
    padding: 50px 0;
  }
}

.sk-entry__section--white {
  background-color: #FFFFFF;
}

.sk-entry__section--gray {
  background-color: #F5F5F5;
}

.sk-entry__section--decorate:before, .sk-entry__section--decorate:after {
  content: "";
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 189 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B71234' fill-rule='evenodd'%3E%3Cpath d='M40 0L0 40h49.65l40-40zM139.3105 0l-40.001 40h49.661l39.999-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 189px 40px;
  display: block;
}

.sk-entry__section--decorate-wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #B71234;
  display: block;
}
@media (max-width: 1024px) {
  .sk-entry__section--decorate-wrapper {
    padding: 50px 0;
  }
}

.sk-head-hero {
  padding: 0 0 50px;
}

.sk-head-hero__container {
  position: relative;
  float: left;
  width: 100%;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1024px) {
  .sk-head-hero__container {
    display: block;
  }
}

.sk-head-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  height: 100%;
  background: #F5F5F5;
  overflow: hidden;
  z-index: 1;
}
.sk-head-hero__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 189 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B71234' fill-rule='evenodd'%3E%3Cpath d='M40 0L0 40h49.65l40-40zM139.3105 0l-40.001 40h49.661l39.999-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 189px 40px;
  display: block;
  z-index: 3;
}
@media (max-width: 1024px) {
  .sk-head-hero__image {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
  }
}

.sk-head-hero__image--man {
  position: absolute;
  right: -70px;
  bottom: -130px;
  width: 466px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  z-index: 4;
}
@media (max-width: 1299px) {
  .sk-head-hero__image--man {
    display: none;
  }
}

.sk-head-hero__image--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.55);
  display: block;
  z-index: 2;
}

.sk-head-hero__data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 360px 110px 5%;
  z-index: 5;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1299px) {
  .sk-head-hero__data {
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .sk-head-hero__data {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.sk-head-hero__data-title {
  color: #FFFFFF;
  font-size: 5rem;
}
@media (max-width: 1299px) {
  .sk-head-hero__data-title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .sk-head-hero__data-title {
    font-size: 3.2rem;
    text-align: center;
  }
}

.sk-head-hero__data-content {
  margin-top: 20px;
}
.sk-head-hero__data-content > * {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
@media (max-width: 1299px) {
  .sk-head-hero__data-content > * {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .sk-head-hero__data-content > * {
    font-size: 2rem;
    text-align: center;
  }
}
.sk-head-hero__data-content ul {
  margin-top: 10px;
  list-style: none;
}
.sk-head-hero__data-content ul li {
  position: relative;
  line-height: 1.2;
  margin-bottom: 15px;
}
.sk-head-hero__data-content ul li strong {
  padding: 8px 12px 4px;
  background: #1A1A1A;
  display: inline-block;
}
.sk-head-hero__data-content ul li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1299px) {
  .sk-head-hero__data-content ul li:before {
    top: 13px;
  }
}
@media (max-width: 1024px) {
  .sk-head-hero__data-content ul li:before {
    display: none;
  }
}
.sk-head-hero__data-content ul li:first-child, .sk-head-hero__data-content ul li.big {
  font-size: 4rem;
}
.sk-head-hero__data-content ul li:first-child strong, .sk-head-hero__data-content ul li.big strong {
  background: #B71234;
}
.sk-head-hero__data-content ul li:first-child:before, .sk-head-hero__data-content ul li.big:before {
  top: 22px;
}
@media (max-width: 1299px) {
  .sk-head-hero__data-content ul li:first-child, .sk-head-hero__data-content ul li.big {
    font-size: 3rem;
  }
  .sk-head-hero__data-content ul li:first-child:before, .sk-head-hero__data-content ul li.big:before {
    top: 18px;
  }
}
.sk-head-hero__data-content ul li:last-child {
  margin-bottom: 0;
}

.sk-head-hero__form {
  position: relative;
  left: calc(100% - 500px);
  width: 500px;
  min-height: 800px;
  padding: 70px 35px 35px;
  background: #B71234;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sk-head-hero__form .sk-btn {
  font-size: 2rem;
  padding: 15px 16px 9px;
  margin-top: 20px;
}
.sk-head-hero__form .sk-btn .sk-btn__label {
  color: #1A1A1A;
}
@media (max-width: 1024px) {
  .sk-head-hero__form {
    left: 0;
    float: left;
    width: 100%;
    min-height: auto;
    padding-top: 35px;
    display: block;
  }
  .sk-head-hero__form .sk-btn br {
    display: block;
  }
}
@media (max-width: 480px) {
  .sk-head-hero__form {
    padding: 10px 20px 30px;
  }
  .sk-head-hero__form .sk-btn {
    margin-top: 0;
  }
}

.sk-head-hero__form-slogan {
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .sk-head-hero__form-slogan {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

.sk-head-hero__opts {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.sk-head-hero__opts:after {
  content: "";
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 189 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B71234' fill-rule='evenodd'%3E%3Cpath d='M40 0L0 40h49.65l40-40zM139.3105 0l-40.001 40h49.661l39.999-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 189px 40px;
  display: block;
  z-index: 3;
}
@media (min-width: 1024px) {
  .sk-head-hero__opts {
    display: none;
  }
}

.sk-head-hero__opts--col {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-head-hero__opts--col a {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 480px) {
  .sk-head-hero__opts--col a {
    font-size: 1.4rem;
  }
}

.sk-head-hero__opts--col-tel {
  background: #1A1A1A;
}

.sk-head-hero__opts--col-act {
  background: #B71234;
}

.sk-entry__headings {
  margin-bottom: 70px;
}
.sk-entry__headings.is--small {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sk-entry__headings {
    margin-bottom: 30px;
  }
}

.sk-entry__headings-title {
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  .sk-entry__headings-title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .sk-entry__headings-title {
    font-size: 3.2rem;
  }
}

.sk-entry__headings-subtitle {
  font-size: 2.4rem;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .sk-entry__headings-subtitle {
    font-size: 2rem;
  }
}

.sk-entry__content p:first-of-type {
  padding-top: 0;
}
.sk-entry__content p:last-of-type {
  padding-bottom: 0;
}
.sk-entry__content a:not(.sk-btn) {
  font-weight: bold;
  text-decoration: underline;
}

.sk-entry__content--split {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.sk-entry__content--split p {
  padding: 0;
}
@media (max-width: 1024px) {
  .sk-entry__content--split {
    text-align: center;
    -moz-column-count: auto;
    column-count: auto;
  }
}

.pdf-box {
  position: relative;
  width: 100%;
  border: 1px solid #DADADA;
}
.pdf-box__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #DADADA;
}
.pdf-box__data {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.pdf-box__title {
  color: #1A1A1A;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.sk-reviews__swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.swiper-button-prev {
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -32px;
  margin-left: -63px;
  outline: 0 !important;
  z-index: 20;
}
.swiper-button-prev:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23B71234' stroke-width='2' d='M7 11L2 6.0296 7 1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}

.swiper-button-next {
  left: 50%;
  right: auto;
  width: 42px;
  height: 42px;
  margin-top: -32px;
  margin-left: 21px;
  outline: 0 !important;
  z-index: 20;
}
.swiper-button-next:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23B71234' stroke-width='2' d='M7 11L2 6.0296 7 1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  transform: rotate(180deg);
}

.swiper-pagination {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.swiper-pagination .swiper-pagination-current {
  color: #B71234;
}
.swiper-pagination .sep {
  margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

@media (max-width: 1199px) {
  .sk-timage .sk-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .sk-timage .order-last {
    order: 1;
  }
}

.sk-timage__disclaimer p {
  font-size: 1.4rem;
  padding: 0;
}

.sk-timage__icons {
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .sk-timage__icons {
    margin: 30px 0;
  }
}

.sk-timage__icons--list {
  list-style: none;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.sk-timage__icons--list li {
  position: relative;
  width: auto;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .sk-timage__icons--list li {
    width: 50%;
    padding: 10px;
  }
}

.sk-timage__icons-image {
  width: 100%;
  text-align: center;
  display: block;
}
.sk-timage__icons-image img {
  width: 100px;
  height: 100px;
}
.sk-timage__icons-image img.is--loaded {
  display: inline-block;
}

.sk-timage__icons-data {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  display: block;
}

.sk-timage__icons-title {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .sk-timage__icons-title {
    font-size: 1.2rem;
  }
  .sk-timage__icons-title br {
    display: none;
  }
}

.sk-timage--text {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .sk-timage--text {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .sk-timage--media {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .sk-timage--media {
    height: 400px;
  }
}

.sk-timage__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sk-timage__image .crop--img {
    width: calc(100% + 30px);
    left: -15px;
  }
}

.sk-dots__wrapper {
  position: relative;
  width: 100%;
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Cpath fill='%23ededed' d='M3.1 0c0 1.7-1.4 3.1-3.1 3.1v6.2c5.2 0 9.4-4.2 9.4-9.4H3.1zM28.1 0c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1h-6.2c0 5.2 4.2 9.4 9.4 9.4s9.4-4.2 9.4-9.4h-6.4zM53.1 0c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1h-6.2c0 5.2 4.2 9.4 9.4 9.4s9.4-4.2 9.4-9.4h-6.4zM78.1 0c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1h-6.2c0 5.2 4.2 9.4 9.4 9.4s9.4-4.2 9.4-9.4h-6.4zM103.1 0c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1h-6.2c0 5.2 4.2 9.4 9.4 9.4s9.4-4.2 9.4-9.4h-6.4zM128.1 0c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1h-6.2c0 5.2 4.2 9.4 9.4 9.4s9.4-4.2 9.4-9.4h-6.4zM146.9 0h-6.2c0 5.2 4.2 9.4 9.4 9.4V3.1c-1.8 0-3.2-1.4-3.2-3.1zM0 15.6v6.2c1.7 0 3.1 1.4 3.1 3.1C3.1 26.6 1.7 28 0 28v6.2c5.2 0 9.4-4.2 9.4-9.4S5.2 15.6 0 15.6zM25 15.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM50 15.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM75 15.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM100 15.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM125 15.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM150 21.9v-6.2c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4v-6.2c-1.7 0-3.1-1.4-3.1-3.1 0-1.9 1.4-3.3 3.1-3.3zM0 40.6v6.3c1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1v6.2c5.2 0 9.4-4.2 9.4-9.4S5.2 40.6 0 40.6zM25 40.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM50 40.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM75 40.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM100 40.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM125 40.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM150 46.9v-6.3c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4v-6.2c-1.7 0-3.1-1.4-3.1-3.1 0-1.8 1.4-3.2 3.1-3.2zM0 65.6v6.2c1.7 0 3.1 1.4 3.1 3.1C3.1 76.6 1.7 78 0 78v6.2c5.2 0 9.4-4.2 9.4-9.4S5.2 65.6 0 65.6zM25 65.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM50 65.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM75 65.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM100 65.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM125 65.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM150 71.9v-6.2c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4v-6.2c-1.7 0-3.1-1.4-3.1-3.1 0-1.9 1.4-3.3 3.1-3.3zM0 90.6v6.2c1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1v6.2c5.2 0 9.4-4.2 9.4-9.4S5.2 90.6 0 90.6zM25 90.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM50 90.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM75 90.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM100 90.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM125 90.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM150 96.9v-6.2c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4v-6.2c-1.7 0-3.1-1.4-3.1-3.1 0-1.9 1.4-3.3 3.1-3.3zM0 115.6v6.2c1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1v6.2c5.2 0 9.4-4.2 9.4-9.4s-4.2-9.2-9.4-9.2zM25 115.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM50 115.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM75 115.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM100 115.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM125 115.6c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4 9.4-4.2 9.4-9.4-4.2-9.4-9.4-9.4zm0 12.5c-1.7 0-3.1-1.4-3.1-3.1 0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1 0 1.7-1.4 3.1-3.1 3.1zM150 121.9v-6.2c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4v-6.2c-1.7 0-3.1-1.4-3.1-3.1 0-1.9 1.4-3.3 3.1-3.3zM0 140.6v6.2c1.7 0 3.1 1.4 3.1 3.1h6.2c.1-5.1-4.1-9.3-9.3-9.3zM25 140.6c-5.2 0-9.4 4.2-9.4 9.4h6.2c0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1h6.2c.2-5.2-4-9.4-9.2-9.4zM50 140.6c-5.2 0-9.4 4.2-9.4 9.4h6.2c0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1h6.2c.2-5.2-4-9.4-9.2-9.4zM75 140.6c-5.2 0-9.4 4.2-9.4 9.4h6.2c0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1h6.2c.2-5.2-4-9.4-9.2-9.4zM100 140.6c-5.2 0-9.4 4.2-9.4 9.4h6.2c0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1h6.2c.2-5.2-4-9.4-9.2-9.4zM125 140.6c-5.2 0-9.4 4.2-9.4 9.4h6.2c0-1.7 1.4-3.1 3.1-3.1 1.7 0 3.1 1.4 3.1 3.1h6.2c.2-5.2-4-9.4-9.2-9.4zM140.6 150h6.2c0-1.7 1.4-3.1 3.1-3.1v-6.2c-5.1-.1-9.3 4.1-9.3 9.3z'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 150px;
  display: block;
}
@media (max-width: 1199px) {
  .sk-dots__wrapper .sk-col {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .sk-dots__wrapper .order-last {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .sk-dots__wrapper {
    padding: 50px 0 0;
  }
}

.sk-dots--text .sk-btn {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .sk-dots--text {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .sk-dots--text {
    padding-top: 0;
  }
}

.sk-dots--media {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .sk-dots--media {
    padding-top: 50px;
  }
}

.sk-dots__image {
  position: relative;
  width: 100%;
  min-height: 498px;
  overflow: hidden;
  display: block;
}
.sk-dots__image img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .sk-dots__image {
    min-height: auto;
  }
  .sk-dots__image img {
    position: relative;
    margin: 0 auto;
  }
}

.sk-grid--button {
  margin-top: 50px;
}

.sk-reviews .swiper-slide {
  height: auto;
}

.sk-reviews__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background: #F5F5F5;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.sk-reviews__item-wrapper {
  position: relative;
  width: 100%;
}

.sk-reviews__item-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #DADADA;
  overflow: hidden;
}
.sk-reviews__item-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 480px) {
  .sk-reviews__item-avatar {
    position: relative;
    top: 0;
    left: 0;
  }
}

.sk-reviews__item-data {
  position: relative;
  padding-left: 25px;
  margin-left: 60px;
}
@media (max-width: 480px) {
  .sk-reviews__item-data {
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}

.sk-reviews__item-name {
  color: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
}

.sk-reviews__item-rating {
  position: relative;
  width: 100%;
  height: 16px;
  margin-top: 6px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sk-reviews__item-rating > div {
  display: none;
}
.sk-reviews__item-rating > div.is--checked {
  display: inline-block;
}
.sk-reviews__item-rating span {
  position: relative;
  width: 17px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5106 15.6091l-5.5923 3.8915c-.3891.2708-.9014-.1015-.7642-.5552l1.973-6.5211-5.4292-4.116c-.3777-.2864-.182-.8887.292-.8984l6.8115-.1388L10.0383.8358c.1556-.4477.7889-.4477.9445 0l2.237 6.4353 6.8115.1388c.474.0097.6697.612.2919.8984l-5.429 4.116 1.9728 6.521c.1373.4538-.375.826-.7642.5553l-5.5922-3.8915z' fill='%23F5AD00' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}

.sk-reviews__item-content {
  margin-top: 15px;
}
.sk-reviews__item-content p {
  padding: 0;
}

@media (max-width: 1300px) {
  .sk-logos .container-max--1600 {
    max-width: 860px;
  }
  .sk-logos .sk-logos__item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .sk-logos .sk-logos__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sk-logos .sk-logos__image img {
    width: 75%;
  }
}

.sk-logos-grid__wrapper {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.sk-logos__item {
  position: relative;
  width: 20%;
  padding: 15px;
}

.sk-logos__image {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-logos__image img {
  width: 50%;
  max-width: none;
}

.sk-boxicons .sk-entry__section--decorate-wrapper {
  padding-bottom: 0;
}

.sk-boxicons-grid__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1024px) {
  .sk-boxicons-grid__wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .sk-boxicons-grid__wrapper {
    padding-bottom: 20px;
  }
}

.sk-boxicons__item {
  position: relative;
  width: 33.333%;
  padding: 15px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sk-boxicons__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sk-boxicons__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sk-boxicons__item {
    padding: 7.5px;
    margin-bottom: 30px;
  }
}

.sk-boxicons__image {
  width: 100%;
  text-align: center;
  display: block;
}
.sk-boxicons__image img {
  width: 121px;
  height: 121px;
}
.sk-boxicons__image img.is--loaded {
  display: inline-block;
}
@media (max-width: 480px) {
  .sk-boxicons__image img {
    width: 90px;
    height: 90px;
  }
}

.sk-boxicons__data {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  .sk-boxicons__data {
    margin-top: 20px;
  }
}

.sk-boxicons__data-title {
  color: #FFFFFF;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .sk-boxicons__data-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .sk-boxicons__data-title {
    font-size: 1.6rem;
  }
  .sk-boxicons__data-title br {
    display: none;
  }
}

.sk-catalogo .col-5 {
  min-height: 450px;
}
.sk-catalogo .sk-btn {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .sk-catalogo .col-5 {
    min-height: auto;
  }
  .sk-catalogo .sk-entry__headings {
    text-align: center;
  }
}

.sk-catalogo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  margin: 0 auto;
  /*
  @include mq( $until: 1024px ) {
  	position: relative;
  	width: 100%;
  	max-width: 500px;
  	margin: 0 auto 30px;

  	img {
  		@include prefix( ( transform: translateX(15%) ), webkit );
  	}

  }
  */
}

@media (max-width: 1024px) {
  .sk-contact-foo .sk-col.is--first {
    margin-bottom: 15px;
  }
}

.sk-contact-foo__block {
  width: 100%;
  height: 100%;
}
.sk-contact-foo__block > a {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: block;
}

.sk-contact-foo__block--green {
  background: #1A1A1A;
}

.sk-contact-foo__block--red {
  background: #B71234;
}

.sk-contact-foo__icon {
  margin-bottom: 20px;
  text-align: center;
}
.sk-contact-foo__icon .svg-data {
  width: 80px;
  height: 80px;
}

.sk-contact-foo__data-title {
  color: #FFFFFF;
  font-size: 2.4rem;
}
.sk-contact-foo__data-title span {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
@media (max-width: 480px) {
  .sk-contact-foo__data-title {
    font-size: 1.8rem;
  }
  .sk-contact-foo__data-title span {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .sk-store .col-4 {
    order: 12;
  }
  .sk-store .col-8 {
    order: 0;
  }
}

.sk-store__data {
  width: 100%;
  height: 100%;
  padding: 15% 10%;
  background: #B71234;
}
@media (max-width: 1024px) {
  .sk-store__data {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .sk-store__data {
    padding: 30px 15px;
  }
}

.sk-store__data-title {
  color: #FFFFFF;
  font-size: 5rem;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .sk-store__data-title {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .sk-store__data-title {
    font-size: 3.2rem;
  }
}

.sk-store__item {
  margin-bottom: 30px;
}
.sk-store__item:last-child {
  margin-bottom: 0;
}

.sk-store__item-title {
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-bottom: 10px;
  cursor: pointer;
}

.sk-store__item-data {
  list-style: none;
}
.sk-store__item-data li {
  color: #FFFFFF;
}
.sk-store__item-data li a > span {
  position: relative;
}
.sk-store__item-data li a > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFFFFF;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.no-touchevents .sk-store__item-data li a:hover > span:before, .no-touchevents .sk-store__item-data li a:focus > span:before, .touchevents .sk-store__item-data li a:active > span:before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
@media (max-width: 480px) {
  .sk-store__item-data li {
    font-size: 1.4rem;
  }
}

.sk-store__map {
  position: relative;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 767px) {
  .sk-store__map {
    min-height: 400px;
  }
}

.sk-store__map-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #DADADA;
  z-index: 2;
}

.sk-map {
  width: 100%;
  height: 100%;
}

.sk-grid[data-cols="1"] .sk-grid__item,
.sk-grid[data-cols="1"] .grid-sizer {
  width: 100%;
}
.sk-grid[data-cols="2"] .sk-grid__item,
.sk-grid[data-cols="2"] .grid-sizer {
  width: 50%;
}
.sk-grid[data-cols="3"] .sk-grid__item,
.sk-grid[data-cols="3"] .grid-sizer {
  width: 33.33%;
}
.sk-grid[data-cols="4"] .sk-grid__item,
.sk-grid[data-cols="4"] .grid-sizer {
  width: 25%;
}
.sk-grid[data-cols="5"] .sk-grid__item,
.sk-grid[data-cols="5"] .grid-sizer {
  width: 20%;
}

.sk-grid__wrapper {
  position: relative;
  margin-top: -30px;
  margin-left: -30px;
}
@media (max-width: 1024px) {
  .sk-grid__wrapper {
    margin-left: -15px;
  }
}

.sk-grid__content {
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .sk-grid__content {
    margin-left: 15px;
  }
}

.sk-grid__item {
  position: relative;
  float: left;
  margin-top: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .sk-grid__item {
    padding-right: 15px;
  }
}

.sk-grid__item--inner {
  position: relative;
}

.sk-grid__item--link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.sk-grid__item--image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

[data-loop=products] {
  margin-top: 60px;
}
[data-loop=products] .sk-grid__item--description {
  display: none;
}
[data-loop=products] .sk-grid__item--image {
  padding-bottom: 58.17%;
  background: #F5F5F5;
}
[data-loop=products] .sk-grid__item--image .crop--img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.no-touchevents [data-loop=products] .sk-grid__item--link:hover .crop--img, .no-touchevents [data-loop=products] .sk-grid__item--link:focus .crop--img, .touchevents [data-loop=products] .sk-grid__item--link:active .crop--img {
  transform: scale(1.1);
}
[data-loop=products] .sk-grid__item--data {
  position: relative;
  width: 90%;
  padding: 20px;
  background: #F5F5F5;
}
[data-loop=products] .sk-grid__item--title {
  color: #1A1A1A;
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  [data-loop=products] .sk-grid__item--title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  [data-loop=products][data-cols="3"] .sk-grid__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  [data-loop=products][data-cols="3"] .sk-grid__item {
    width: 100%;
  }
}

.sk-footer {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 50px;
  display: block;
}
@media (max-width: 1024px) {
  .sk-footer {
    padding-top: 25px;
    padding-bottom: 70px;
  }
}
.sk-footer:before {
  content: "";
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 189 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23B71234' fill-rule='evenodd'%3E%3Cpath d='M40 0L0 40h49.65l40-40zM139.3105 0l-40.001 40h49.661l39.999-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 189px 40px;
  display: block;
}

.sk-footer__wrapper {
  position: relative;
  width: 100%;
  padding: 40px 30px;
  background: #B71234;
  display: block;
}

.sk-footer__logo {
  position: relative;
  width: 117px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.sk-footer__logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 117 45' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M89.5687 12.4148h15.3979v4.0273H93.6303v4.0272h11.3363v4.0273H93.6303v4.0878h11.3363v3.9667h-15.398z'/%3E%3Cpath d='M98.8742.3028c0 1.514.5756 2.9674 1.5155 4.0272h12.579v36.2453H4.0314V4.3603h91.6601c-.5153-1.302-.8184-2.6344-.8184-4.0575H.0001V44.542h117V.3028H98.874z'/%3E%3Cpath d='M104.8756 10.3558V6.3286c-1.6974 0-3.3341-.6965-4.5163-1.9985h-4.7285c1.6065 3.573 5.1529 6.0257 9.2448 6.0257zm-28.5831 6.0258H70.2v-4.0273h16.095v4.0273h-6.0318v16.0787H76.232V16.3816h.0606zm-34.221 6.0863l-2.0005-4.6632-2.0005 4.6632h4.001zm-3.5767-10.053h3.2736l8.5477 20.106h-3.9708L43.769 26.495h-7.4262l-2.5764 6.0258h-3.8495l8.578-20.106zm-26.3704 0h4.0313v10.053h8.0627v-10.053h4.0313v20.106h-4.0313v-6.0863H16.095v6.0257h-4.0314V12.415h.0607zm57.0753 20.106H64.532l-4.0314-6.0258h-3.8192v6.0258H52.65v-20.106h8.3658c2.334 0 4.1526.6359 5.3347 1.8773 1.0003.9993 1.5762 2.4527 1.5762 4.209v.4239c0 2.9674-1.0003 5.3899-3.3342 6.268l-.2425.1211 4.8497 7.2067zm-8.487-10.053c2.0005 0 3.0917-1.0598 3.0917-2.5738v-.8782c0-1.7562-1.2427-2.6343-3.1523-2.6343h-3.9708v6.0257h4.0314v.0606z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
}

.sk-footer__copyrights {
  position: relative;
  width: 100%;
  padding: 35px 0 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
}
.sk-footer__copyrights a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: underline;
}

.sk-tpl-anagrafica #anagrafica-submit {
  margin-top: 20px;
}

.page-template-template-anagrafica .sk-footer,
.page-template-template-sconto-web .sk-footer {
  padding-top: 0;
}

.sk-tpl-squeeze .sk-head-hero,
.sk-tpl-squeeze-landing .sk-head-hero {
  height: 100vh;
  min-height: 1000px;
  padding: 0;
}
@media (max-width: 1024px) {
  .sk-tpl-squeeze .sk-head-hero,
  .sk-tpl-squeeze-landing .sk-head-hero {
    height: auto;
    min-height: auto;
  }
}
.sk-tpl-squeeze .sk-head-hero__image:after,
.sk-tpl-squeeze-landing .sk-head-hero__image:after {
  display: none;
}
.sk-tpl-squeeze .sk-head-hero__container,
.sk-tpl-squeeze-landing .sk-head-hero__container {
  height: 100%;
}
.sk-tpl-squeeze .sk-head-hero__image--man,
.sk-tpl-squeeze-landing .sk-head-hero__image--man {
  bottom: -30px;
  height: 700px;
}
@media (max-width: 1024px) {
  .sk-tpl-squeeze .sk-head-hero__form,
  .sk-tpl-squeeze-landing .sk-head-hero__form {
    padding-top: 55px;
  }
}

.page-template-template-squeeze .sk-footer,
.page-template-template-squeeze-landing .sk-footer {
  padding-top: 0;
}

.sk-form__survey {
  float: left;
  width: 100%;
}
.sk-form__survey .tally-iframe {
  background-color: #FFF;
}

.sk-tpl-pdf .sk-head-hero {
  height: 100vh;
  min-height: 1000px;
  padding: 0;
}
@media (max-width: 1024px) {
  .sk-tpl-pdf .sk-head-hero {
    height: auto;
    min-height: auto;
  }
}
.sk-tpl-pdf .sk-head-hero__image:after {
  display: none;
}
.sk-tpl-pdf .sk-head-hero__opts {
  height: 40px;
}
.sk-tpl-pdf .sk-head-hero__container {
  height: 100%;
}
@media (max-width: 1024px) {
  .sk-tpl-pdf .sk-head-hero__form {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.sk-tpl-pdf .sk-head-hero__form .sk-catalogo__image {
  position: relative;
  width: 250px;
}
@media (max-width: 1024px) {
  .sk-tpl-pdf .sk-head-hero__form .sk-catalogo__image {
    left: 0;
  }
}

.page-template-template-pdf .sk-footer {
  padding: 0;
}

.page-id-1363 .sk-head-hero__form .sk-catalogo__image {
  width: auto;
  max-width: 430px;
}

.sk-tpl-saldi .sk-store,
.sk-tpl-saldi + .sk-footer {
  padding: 0;
}
.sk-tpl-saldi .sk-head-hero {
  height: 100vh;
  min-height: 1000px;
  padding: 0;
}
@media (max-width: 1024px) {
  .sk-tpl-saldi .sk-head-hero {
    height: auto;
    min-height: auto;
  }
}
.sk-tpl-saldi .sk-head-hero__image:after {
  display: none;
}
.sk-tpl-saldi .sk-head-hero__opts {
  height: 40px;
}
.sk-tpl-saldi .sk-head-hero__data {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.sk-tpl-saldi .sk-head-hero__container {
  height: 100%;
}
.sk-tpl-saldi .sk-head-hero__data-title {
  font-size: 7rem;
}
@media (max-width: 1500px) {
  .sk-tpl-saldi .sk-head-hero__data-title {
    font-size: 5rem;
  }
}
@media (max-width: 1299px) {
  .sk-tpl-saldi .sk-head-hero__data-title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .sk-tpl-saldi .sk-head-hero__data-title {
    font-size: 3.2rem;
  }
}
.sk-tpl-saldi .sk-head-hero__data-content ul li {
  font-size: 6rem;
}
@media (max-width: 1500px) {
  .sk-tpl-saldi .sk-head-hero__data-content ul li {
    font-size: 3rem;
  }
}
@media (max-width: 1299px) {
  .sk-tpl-saldi .sk-head-hero__data-content ul li {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .sk-tpl-saldi .sk-head-hero__data-content ul li {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .sk-tpl-saldi .sk-head-hero__form {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.sk-tpl-saldi .sk-head-hero__form .sk-catalogo__image {
  position: relative;
  width: 100%;
  max-width: 430px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .sk-tpl-saldi .sk-head-hero__form .sk-catalogo__image {
    left: 0;
  }
}

.sk-hero-thumb__image {
  width: auto;
  max-width: 250px;
  margin: 0 auto;
}

#iubenda-pp {
  z-index: 1000000000 !important;
}

#iubenda-pp-overlay {
  z-index: 100000000 !important;
}

#iubenda-cs-banner {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.iubenda-cs-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1A1A1A;
}

.iubenda-banner-content {
  outline: 0 !important;
}

.iubenda-cs-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .iubenda-cs-content {
    font-size: 1.1rem;
    padding: 20px 15px;
  }
}

.iubenda-cs-opt-group {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.iubenda-cs-opt-group > div {
  display: inline-block;
}
@media (max-width: 480px) {
  .iubenda-cs-opt-group > div {
    display: block;
  }
}
.iubenda-cs-opt-group button {
  min-width: 150px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px 20px 14px;
  margin: 0 10px;
  outline: 0 !important;
  border: 0 none;
  border-radius: 4px;
  background-color: #333333;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.iubenda-cs-opt-group button.iubenda-cs-accept-btn {
  background-color: #B71234;
}
@media (max-width: 480px) {
  .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
    width: 100%;
    margin: 0;
  }
}

.iubenda-cs-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  outline: 0 !important;
  border: 0 none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0c1.1458 0 2.099.3802 2.8594 1.1406C63.6198 1.901 64 2.8542 64 4c0 1.125-.3854 2.073-1.1563 2.8438L37.6564 32l25.1874 25.1563C63.6146 57.927 64 58.875 64 60c0 1.1458-.3802 2.099-1.1406 2.8594C62.099 63.6198 61.1458 64 60 64c-1.125 0-2.073-.3854-2.8438-1.1563L32 37.6564 6.8437 62.8436C6.073 63.6146 5.125 64 4 64c-1.1458 0-2.099-.3802-2.8594-1.1406C.3802 62.099 0 61.1458 0 60c0-1.125.3854-2.073 1.1563-2.8438L26.3437 32 1.1563 6.8437C.3853 6.073 0 5.125 0 4c0-1.1458.3802-2.099 1.1406-2.8594C1.901.3802 2.8542 0 4 0c1.125 0 2.073.3854 2.8438 1.1563L32 26.3437 57.1563 1.1563C57.927.3853 58.875 0 60 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.iubenda-cs-cookie-policy-lnk {
  color: inherit;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */