@import 'cookieconsent.css'; /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .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: .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;*/
	font-size: 14px;
    vertical-align: 18px;
    line-height: normal;
    text-shadow: none;
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
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
}
[role="button"] {
  cursor: pointer
}
select {
  word-wrap: normal
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
h1, .h1 {
  font-size: 2.5rem
}
h2, .h2 {
  font-size: 2rem
}
h3, .h3 {
  font-size: 1.75rem
}
h4, .h4 {
  font-size: 1.5rem
}
h5, .h5 {
  font-size: 1.25rem
}
h6, .h6 {
  font-size: 1rem
}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small, .small {
  font-size: 80%;
  font-weight: 400
}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer::before {
  content: "\2014\00A0"
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media(min-width:576px) {
  .container, .container-sm {
    max-width: 540px
  }
}
@media(min-width:768px) {
  .container, .container-sm, .container-md {
    max-width: 720px
  }
}
@media(min-width:992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px
  }
}
@media(min-width:1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  order: 13
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.333333%
}
.offset-2 {
  margin-left: 16.666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.333333%
}
.offset-5 {
  margin-left: 41.666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.333333%
}
.offset-8 {
  margin-left: 66.666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.333333%
}
.offset-11 {
  margin-left: 91.666667%
}
@media(min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}
@media(min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}
@media(min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}
@media(min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}
.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table-sm th, .table-sm td {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075)
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7abaff
}
.table-hover .table-primary:hover {
  background-color: #9fcdff
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e
}
.table-hover .table-success:hover {
  background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda
}
.table-hover .table-info:hover {
  background-color: #abdde5
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc
}
.table-hover .table-light:hover {
  background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.table-dark {
  color: #fff;
  background-color: #343a40
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075)
}
@media(max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media(max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media(max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media(max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
  border: 0
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[size], select.form-control[multiple] {
  height: auto
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem
}
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem
}
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media(min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none
}
.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}
@media(prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .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: .125rem
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}
.dropleft .dropdown-toggle::after {
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1
}
.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group-prepend, .input-group-append {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px)
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px)
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-radio .custom-control-label::before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-switch {
  padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem)
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.custom-select::-ms-expand {
  display: none
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse)
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-range:focus {
  outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}
@media(prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}
@media(prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media(prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
  cursor: default
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}
@media(max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media(min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media(max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media(min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media(max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media(min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media(max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media(min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px)
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-top, .card-img-bottom {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px)
}
.card-deck .card {
  margin-bottom: 15px
}
@media(min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    -ms-flex: 1 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}
.card-group > .card {
  margin-bottom: 15px
}
@media(min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .card-group > .card {
    -ms-flex: 1 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .75rem
}
@media(min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion {
  overflow-anchor: none
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px
}
.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .badge {
    -webkit-transition: none;
    transition: none
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}
.badge-primary {
  color: #fff;
  background-color: #007bff
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.badge-success {
  color: #fff;
  background-color: #28a745
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.badge-info {
  color: #fff;
  background-color: #17a2b8
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.badge-warning {
  color: #212529;
  background-color: #ffc107
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.badge-danger {
  color: #fff;
  background-color: #dc3545
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.badge-dark {
  color: #fff;
  background-color: #343a40
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}
@media(min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}
.alert-primary hr {
  border-top-color: #9fcdff
}
.alert-primary .alert-link {
  color: #002752
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}
.alert-secondary hr {
  border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
  color: #202326
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}
.alert-success hr {
  border-top-color: #b1dfbb
}
.alert-success .alert-link {
  color: #0b2e13
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}
.alert-info hr {
  border-top-color: #abdde5
}
.alert-info .alert-link {
  color: #062c33
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}
.alert-warning hr {
  border-top-color: #ffe8a1
}
.alert-warning .alert-link {
  color: #533f03
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}
.alert-danger hr {
  border-top-color: #f1b0b7
}
.alert-danger .alert-link {
  color: #491217
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none
  }
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}
.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125)
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}
.list-group-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}
@media(min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media(min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media(min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media(min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
.list-group-flush {
  border-radius: 0
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}
a.close.disabled {
  pointer-events: none
}
.toast {
  -ms-flex-preferred-size: 350px;
  -webkit-flex-basis: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem
}
.toast:not(:last-child) {
  margin-bottom: .75rem
}
.toast.showing {
  opacity: 1
}
.toast.show {
  display: block;
  opacity: 1
}
.toast.hide {
  display: none
}
.toast-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}
.toast-body {
  padding: .75rem
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px)
}
@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .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: .5
}
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px)
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px)
}
.modal-footer > * {
  margin: .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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }
  .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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px)
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px)
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px)
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s
}
@media(prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease
}
@media(prefers-reduced-motion:reduce) {
  .carousel-control-prev, .carousel-control-next {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease
}
@media(prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}
@media(prefers-reduced-motion:reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}
.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: .2rem !important
}
.rounded {
  border-radius: .25rem !important
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-lg {
  border-radius: .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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important
}
@media(min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
  }
}
@media(min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
  }
}
@media(min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
  }
}
@media(min-width:1200px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%
}
.embed-responsive-16by9::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important
}
@media(min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
  }
}
@media(min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
  }
}
@media(min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
  }
}
@media(min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media(min-width:576px) {
  .float-sm-left {
    float: left !important
  }
  .float-sm-right {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
}
@media(min-width:768px) {
  .float-md-left {
    float: left !important
  }
  .float-md-right {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
}
@media(min-width:992px) {
  .float-lg-left {
    float: left !important
  }
  .float-lg-right {
    float: right !important
  }
  .float-lg-none {
    float: none !important
  }
}
@media(min-width:1200px) {
  .float-xl-left {
    float: left !important
  }
  .float-xl-right {
    float: right !important
  }
  .float-xl-none {
    float: none !important
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@supports((position:-webkit-sticky) or(position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  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
}
.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: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}
.mr-2, .mx-2 {
  margin-right: .5rem !important
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
  margin-left: .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: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2, .py-2 {
  padding-top: .5rem !important
}
.pr-2, .px-2 {
  padding-right: .5rem !important
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important
}
.pl-2, .px-2 {
  padding-left: .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: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .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: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .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: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .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: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .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: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .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: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .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: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .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: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .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
  }
}
.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)
}
.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;
  word-wrap: break-word !important
}
.text-reset {
  color: inherit !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]::after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px !important
  }
  .container {
    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
  }
}
.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%
}
.mapboxgl-canary {
  background-color: salmon
}
.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  -ms-touch-action: none;
  touch-action: none
}
.mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right, .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff
}
.mapboxgl-ctrl-group:not(:empty) {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}
.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer
}
.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd
}
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05)
}
.mapboxgl-ctrl-icon, .mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.mapboxgl-ctrl-icon {
  padding: 5px
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E")
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block
}
a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E")
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E")
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover, .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px
}
.mapboxgl-attrib-empty {
  display: none
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  pointer-events: none
}
.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 0;
  border-bottom-color: #fff
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 0;
  border-left: 0;
  border-bottom-color: #fff
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: 0;
  border-right: 0;
  border-bottom-color: #fff
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 0;
  border-top-color: #fff
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 0;
  border-left: 0;
  border-top-color: #fff
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 0;
  border-right: 0;
  border-top-color: #fff
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-left: 0;
  border-right-color: #fff
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 0;
  border-left-color: #fff
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05)
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform
}
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25)
}
.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite
}
.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa
}
.mapboxgl-user-location-dot-stale::after {
  display: none
}
.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5
}
@media print {
  .mapbox-improve-map {
    display: none
  }
} /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */ @-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}
.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}
@keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}
.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}
.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}
@media(prefers-reduced-motion:reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}
button[data-balloon] {
  overflow: visible
}
[data-balloon] {
  position: relative;
  cursor: pointer
}
[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .18s ease-out .18s;
  transition: all .18s ease-out .18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10
}
[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .18s ease-out .18s;
  transition: all .18s ease-out .18s;
  content: '';
  position: absolute;
  z-index: 10
}
[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto
}
[data-balloon]:not([data-balloon-pos]):after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon]:not([data-balloon-pos]):before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon]:not([data-balloon-pos]):hover:after, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon]:not([data-balloon-pos]):hover:before, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome, sans-serif !important
}
[data-balloon][data-balloon-break]:after {
  white-space: pre
}
[data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  transition: none
}
[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px)
}
[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px)
}
[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%)
}
[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%)
}
[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%)
}
[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%)
}
[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px
}
[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px
}
[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px
}
[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px
}
@media screen and (max-width:768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw
  }
}
[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%
}
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.glide__track {
  overflow: hidden
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide--rtl {
  direction: rtl
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 .25em .5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1
}
.glide__arrow:focus {
  outline: 0
}
.glide__arrow:hover {
  border-color: white
}
.glide__arrow--left {
  left: 2em
}
.glide__arrow--right {
  right: 2em
}
.glide__arrow--disabled {
  opacity: .33
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 .25em
}
.glide__bullet:focus {
  outline: 0
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5)
}
.glide__bullet--active {
  background-color: white
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}
.nice-select:hover {
  border-color: #dbdbdb
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}
.nice-select.disabled:after {
  border-color: #ccc
}
.nice-select.wide {
  width: 100%
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}
.nice-select.right {
  float: right
}
.nice-select.right .list {
  left: auto;
  right: 0
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}
.nice-select.small:after {
  height: 4px;
  width: 4px
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6
}
.nice-select .option.selected {
  font-weight: bold
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}
.no-csspointerevents .nice-select .list {
  display: none
}
.no-csspointerevents .nice-select.open .list {
  display: block
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block
}
b, strong {
  font-weight: 400
}
.w-25-px {
  width: 25px
}
.mw-25-px {
  max-width: 25px
}
.mh-md-100 {
  min-height: 100px
}
.pr-20 {
  padding-right: 20px
}
.mr-20 {
  margin-right: 20px
}
.mt-10 {
  margin-top: 10px
}
.mb-10 {
  margin-bottom: 10px
}
.mb-15 {
  margin-bottom: 15px
}
.mb-18 {
  margin-bottom: 18px
}
.mb-20 {
  margin-bottom: 20px
}
.mb-40 {
  margin-bottom: 40px
}
.color-gray-strong {
  color: #666
}
.color-gray-light {
  color: #8a8a8a
}
.color-black {
  color: #000 !important
}
.background-transparent {
  background-color: transparent !important
}
.text-underline {
  text-decoration: underline
}
.btn {
  font-size: 12px
}
.font-weight-bold {
  font-weight: 400 !important
}
.bt-none {
  border-top: none !important
}
.bg-black {
  background-color: #000
}
.col-15 {
  max-width: 12.5%
}
.col-md-15 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
@media(min-width:768px) {
  .col-md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}
@media(max-width:576px) {
  .h-xs-auto {
    height: auto !important
  }
}
.lowercase, .lowercase a, .lowercase span {
  text-transform: lowercase !important
}
.uppercase, .uppercase a, .uppercase span {
  text-transform: uppercase !important
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.71 !important;
  color: #8a8a8a !important
}
.toDownload {
  margin-top: 70px;
  margin-bottom: 89px
}
.toDownload .boxs p {
  margin-bottom: 0
}
.toDownload .boxs .col-md-4 {
  padding-left: 9px;
  padding-right: 9px
}
@media(max-width:767px) {
  .toDownload .boxs .col-md-4 {
    margin-bottom: 25px
  }
}
.toDownload .boxs .col-md-4 .bgBox {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: 20% top;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.toDownload .boxs .col-md-4 .bgBox .text {
  position: absolute;
  top: 115px;
  left: 27%;
  text-align: center;
  z-index: 99
}
@media all and (min-width:767px) and (max-width:991px) {
  .toDownload .boxs .col-md-4 .bgBox .text {
    top: 20%;
    left: 15%
  }
}
.toDownload .boxs .col-md-4 .bgBox .text .title {
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff
}
.toDownload .boxs .col-md-4 .bgBox .text .subtitle {
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff
}
.toDownload .boxs .col-md-4 .bgBox .text button {
  padding: 7px 56px 6px 60px !important
}
.toDownload .boxs .col-md-4 .animationImg {
  width: 100%;
  overflow: hidden
}
.toDownload .boxs .col-md-4 .animationImg img {
  width: 100%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.toDownload .boxs .col-md-4 .animationImg:after {
  display: block;
  opacity: 0;
  position: absolute;
  background: #333;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out
}
.toDownload .boxs .col-md-4 .animationImg:hover:after {
  opacity: .4
}
.toDownload .boxs .col-md-4 .animationImg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
#collection {
  margin-top: 123px
}
#otherProducts, .otherProductsBox {
  padding-bottom: 40px;
  border-bottom: 1px solid #dedcdc
}
#newsProduct, #otherProducts {
  margin-top: 83px
}
#newsProduct .carouselNews, #collection .carouselCollection, #otherProducts .carouselOtherProducts {
  margin-bottom: 50px;
  position: relative
}
#newsProduct h2, #collection h2, #otherProducts h2, .toDownload h2, .otherProductsBox h2 {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: .88;
  color: #000;
  text-transform: uppercase
}
#newsProduct h2 {
  font-size: 14px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71 !important;
  letter-spacing: normal
}
#newsProduct p, #collection p, #otherProducts p, .toDownload p, .otherProductsBox p {
  margin-bottom: 130px;
  line-height: 1.6;
  color: #8a8a8a
}
#newsProduct p, #otherProducts p, .otherProductsBox p {
  margin-bottom: 20px
}
#collection .carouselCollection p, #otherProducts .carouselOtherProducts p, .otherProductsBox .otherProductsFromCollection p, #newsProduct .carouselNews p {
  margin-bottom: 0;
  color: #000
}
#newsProduct .priceNews, #otherProducts .priceNews, .otherProductsBox .priceNews {
  margin-top: 16px;
  line-height: 1.6;
  color: #8a8a8a !important
}
#collection .carouselCollection p {
  margin-top: 112px
}
#collection button:hover {
  background-color: #525252
}
#newsProduct button:hover {
  background-color: #525252
}
#collection .seeAllBox, #newsProduct .seeAllBox {
  margin: 0 90px;
  padding-bottom: 59px;
  border-bottom: 1px solid #dedcdc
}
#otherProducts.f-lang-de .categoryNews, .otherProductsBox.f-lang-de .categoryNews {
  text-transform: initial !important
}
#newsProduct .categoryNews, #otherProducts .categoryNews, .otherProductsBox .categoryNews {
  text-transform: lowercase !important
}
#newsProduct .boxImg, #otherProducts .boxImg, .otherProductsBox .boxImg {
  margin: 0 15px 21px 15px;
  padding: 89px 0 66px;
  position: relative;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#newsProduct .boxImg:hover, #otherProducts .boxImg:hover, .otherProductsBox .boxImg:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer
}
#newsProduct .boxImg .addFavourite, #otherProducts .boxImg .addFavourite, .otherProductsBox .boxImg .addFavourite {
  position: absolute;
  bottom: 21px;
  right: 23px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#newsProduct .boxImg:hover .addFavourite, #otherProducts .boxImg:hover .addFavourite, .otherProductsBox .boxImg:hover .addFavourite {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.newsProductsPro .boxImg .addFavourite {
  right: 60px !important
}
.newsProductsPro .boxImg .addBascet {
  position: absolute;
  bottom: 21px;
  right: 23px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.newsProductsPro .boxImg:hover .addBascet {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.carouselCollection a:hover, #newsProduct a:hover {
  text-decoration: none
}
.arrowGlide {
  position: absolute;
  top: 34%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  opacity: .4
}
.arrowGlide:hover {
  opacity: 1
}
.glide__arrow--left {
  left: -17%
}
.glide__arrow--right {
  right: -17%
}
@media(max-width:425px) {
  #collection, #newsProduct {
    border-bottom: 1px solid #dedcdc
  }
  #collection .seeAllBox, #newsProduct .seeAllBox {
    border-bottom: 0
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.alert {
  position: fixed;
  top: 100px;
  left: 25%;
  width: 50%;
  z-index: 999
}
.alert-shop {
  top: 0;
  left: 50%;
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1.5;
  background: rgba(0, 0, 0, 0.3);
  z-index: 300
}
.alert-shop .alert-shop-window {
  position: fixed;
  min-height: 218px;
  min-width: 429px;
  max-width: 500px;
  padding: 35px 16px;
  background: #fff;
  color: #000;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  text-align: center;
  width: 50vw
}
.alert-shop .alert-shop-window h3 {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase
}
.alert-shop .alert-shop-window .alert-content {
  line-height: 1.5;
  margin: 38px 0
}
.bg-danger {
  background-color: #a80000 !important
}
.color-danger {
  color: #a80000
}
@media(max-width:425px) {
  .alert-shop .alert-shop-window {
    width: 94vw;
    min-width: auto
  }
}
@media(min-width:576px) {
  .modal-dialog {
    width: 50vw
  }
}
.modal-dialog .modal-body {
  padding: 16px
}
.modal-dialog .modal-body p:last-child {
  margin-bottom: 0
}
.modal-dialog .modal-footer {
  padding: 16px 16px 32px 16px
}
.boxLang {
  right: 0;
  margin-top: 1px;
  padding: 25px 2px;
  width: 220px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 121
}
.boxLang p:first-child {
  padding: 25px 0 0 35px;
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 1.85;
  text-align: left;
  color: #000
}
.boxLang .boxCountry {
  margin-bottom: 18px;
  position: relative
}
.boxLang .boxCountry label {
  font-weight: 400;
  color: #000;
  line-height: 1.85;
  text-transform: uppercase;
  display: block
}
.boxLang .nice-select {
  margin: 0 20px;
  padding: 0 13px 0 15px;
  height: 39px;
  float: none;
  border: 0;
  border-radius: unset;
  background: #f0f0f0;
  line-height: 39px
}
.boxLang .nice-select:after {
  right: 13px;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 6px;
  border: 0;
  background: url(../image/ic_select_arrow_down.svg) no-repeat;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.boxLang .nice-select.open .list {
  overflow-y: auto !important
}
.boxLang .nice-select.open .list::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
.boxLang .nice-select.open .list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0
}
.boxLang .nice-select.open .list::-webkit-scrollbar-thumb {
  width: 2px;
  cursor: pointer;
  border-radius: 52px;
  border: 3px solid #f0f0f0;
  background: #000;
  -webkit-box-shadow: white 0 0 0 1px;
  box-shadow: white 0 0 0 1px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}
.boxLang .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 19px;
  top: calc(50% - 6px)
}
.boxLang .nice-select .list {
  margin: 0;
  width: 100%;
  max-height: 150px;
  border-radius: unset;
  background: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  transition: none;
  -webkit-transition: none
}
.boxLang .nice-select .list li {
  padding: 0 13px 0 15px
}
.boxLang .nice-select .list li:hover {
  background: #e6e6e6
}
.boxLang .nice-select .list .disabled {
  display: none
}
.boxLangAfterClick {
  opacity: 1;
  visibility: inherit
}
.boxLang .changeCountryAfterClick {
  opacity: 1;
  visibility: inherit
}
@media(max-width:1200px) {
  .menuItem .langChoose {
    margin-bottom: 1px
  }
  .menuItem .boxLang {
    padding-top: 0;
    width: auto;
    opacity: 1;
    background-color: transparent;
    position: static;
    visibility: visible
  }
  .menuItem .boxLang .boxCountry label {
    color: #fff
  }
  .menuItem .boxLang .switchLanguage {
    border: 1px solid #fff
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.newsletter-sign {
  margin: 20px auto 0;
  max-width: 615px;
  color: #fafafa;
  font-weight: 300
}
.newsletter-sign h3 {
  margin-bottom: 30px
}
.newsletter-sign p {
  line-height: 1.5
}
.newsletter-sign a {
  color: #fafafa;
  text-decoration: underline
}
.newsletter-sign input[type='submit'] {
  padding: 9px 39px;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.newsletter-sign .newsletter-email {
  margin: 5px auto 21px;
  padding: 0;
  width: 99%;
  height: 39px;
  background-color: transparent;
  border: 0;
  line-height: 1.8;
  color: #fafafa;
  outline: 0;
  text-align: center
}
.newsletter-sign .newsletter-groups {
  margin: 0 auto 31px;
  position: relative
}
.newsletter-sign .newsletter-groups label {
  margin: 6px;
  padding: 9px 14px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  cursor: pointer;
  letter-spacing: .14px
}
.newsletter-sign .newsletter-groups label:hover, .newsletter-sign .newsletter-groups label.chosen, .newsletter-sign .newsletter-groups label + input:checked {
  background: #fff;
  color: #000
}
.newsletter-sign .newsletter-groups input {
  left: 49%;
  bottom: 0;
  background: transparent;
  z-index: -1;
  position: absolute
}
.newsletter-sign .newsletter-groups input:checked + label {
  background: #fff;
  color: #000
}
.newsletter-sign .newsletter-terms {
  margin: 0 auto 37px;
  max-width: 382px;
  white-space: nowrap
}
.newsletter-sign .newsletter-terms input {
  margin-top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  cursor: pointer
}
.newsletter-sign .newsletter-terms input:after {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 5px;
  content: '';
  display: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform ease .25s;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transition: transform ease .25s, -webkit-transform ease .25s;
  position: absolute
}
.newsletter-sign .newsletter-terms input:checked:after {
  display: block
}
.newsletter-sign .newsletter-terms label {
  margin-bottom: 0;
  padding-left: 15px;
  vertical-align: top;
  cursor: pointer;
  font-size: 12px;
  white-space: normal
}
@media(max-width:425px) {
  .newsletter-sign .newsletter-groups label {
    padding: 9px 14px
  }
  .newsletter-sign .newsletter-terms label {
    max-width: 90%
  }
}
@media(max-width:375px) {
  .newsletter-sign .newsletter-groups label {
    padding: 9px
  }
  .newsletter-sign .newsletter-terms label {
    max-width: 90%
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
button {
  padding: 1px 6px
}
.button, .button-create, .button-close {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 36px;
  border-radius: 19px;
  height: 38px;
  margin-left: auto;
  border: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2px;
  background-color: #000;
  color: #e9e8e8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: none !important
}
.button:hover, .button-create:hover, .button-close:hover, .button.active, .active.button-create, .active.button-close {
  background-color: #fff;
  color: #000;
  text-decoration: none
}
.button.inverse, .inverse.button-create, .inverse.button-close {
  background-color: #fff;
  color: #000
}
.button.inverse:hover, .inverse.button-create:hover, .inverse.button-close:hover, .button.inverse.active, .inverse.active.button-create, .inverse.active.button-close {
  background-color: #000;
  color: #fff;
  text-decoration: none
}
.registration-buttons .blockBtn .buttonBox {
  padding-right: 15px;
  padding-left: 15px
}
@media(max-width:767.98px) {
  .registration-buttons .blockBtn .buttonBox {
    padding: 0;
    margin-bottom: 15px
  }
}
.registration-buttons .blockBtn .buttonBox:first-child {
  padding-left: 0
}
.registration-buttons .blockBtn .buttonBox:last-child {
  padding-right: 0
}
.registration-buttons .blockBtn .button, .registration-buttons .blockBtn .button-create, .registration-buttons .blockBtn .button-close {
  color: #000;
  background: #fff;
  width: 100%;
  padding: 5px
}
.registration-buttons .blockBtn .button:hover, .registration-buttons .blockBtn .button-create:hover, .registration-buttons .blockBtn .button-close:hover, .registration-buttons .blockBtn .button:focus, .registration-buttons .blockBtn .button-create:focus, .registration-buttons .blockBtn .button-close:focus, .registration-buttons .blockBtn .button.active, .registration-buttons .blockBtn .active.button-create, .registration-buttons .blockBtn .active.button-close {
  color: #fff;
  background: #000
}
.registration-buttons .blockBtn .button.bordered, .registration-buttons .blockBtn .bordered.button-create, .registration-buttons .blockBtn .bordered.button-close {
  border-color: #000
}
.registration-buttons .blockBtn .button.bordered:hover, .registration-buttons .blockBtn .bordered.button-create:hover, .registration-buttons .blockBtn .bordered.button-close:hover, .registration-buttons .blockBtn .button.bordered:focus, .registration-buttons .blockBtn .bordered.button-create:focus, .registration-buttons .blockBtn .bordered.button-close:focus, .registration-buttons .blockBtn .button.bordered.active, .registration-buttons .blockBtn .bordered.active.button-create, .registration-buttons .blockBtn .bordered.active.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button, .registration-buttons-black .blockBtn .button-create, .registration-buttons-black .blockBtn .button-close {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 5px
}
.registration-buttons-black .blockBtn .button:hover, .registration-buttons-black .blockBtn .button-create:hover, .registration-buttons-black .blockBtn .button-close:hover, .registration-buttons-black .blockBtn .button:focus, .registration-buttons-black .blockBtn .button-create:focus, .registration-buttons-black .blockBtn .button-close:focus, .registration-buttons-black .blockBtn .button.active, .registration-buttons-black .blockBtn .active.button-create, .registration-buttons-black .blockBtn .active.button-close {
  color: #000;
  background: #fff
}
.registration-buttons-black .blockBtn .button.bordered, .registration-buttons-black .blockBtn .bordered.button-create, .registration-buttons-black .blockBtn .bordered.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button.bordered:hover, .registration-buttons-black .blockBtn .bordered.button-create:hover, .registration-buttons-black .blockBtn .bordered.button-close:hover, .registration-buttons-black .blockBtn .button.bordered:focus, .registration-buttons-black .blockBtn .bordered.button-create:focus, .registration-buttons-black .blockBtn .bordered.button-close:focus, .registration-buttons-black .blockBtn .button.bordered.active, .registration-buttons-black .blockBtn .bordered.active.button-create, .registration-buttons-black .blockBtn .bordered.active.button-close {
  border-color: #000
}
.btn {
  outline: none !important
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--inverted {
  background-color: #fff;
  color: #000
}
.button--inverted:hover {
  background-color: #000;
  color: #fff
}
.button--circle {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 100%
}
.button--gray {
  background-color: #fafafa;
  color: #666;
  border-color: #666
}
.button--gray:hover {
  background-color: #000;
  color: #fff
}
.button--filter {
  line-height: 30px;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
  margin-left: 3px
}
.button--white-border {
  border-color: #fff
}
.button-create, .button-close {
  margin-left: 0
}
.button-create::before, .button-close::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url(../image/ic_plus_white.svg) no-repeat center left;
  background-size: 15px;
  margin-right: 10px
}
.button-create:hover::before, .button-close:hover::before {
  background-image: url(../image/ic_plus.svg)
}
.button-close::before {
  background: url(../image/ic_close_filter_white.svg) no-repeat center left
}
.button-close:hover::before {
  background-image: url(../image/ic_close_filter.svg)
}
.button-cart {
  background: url(../image/ic-add-to-basket-dark.svg) no-repeat center left
}
.button-search {
  right: 10px;
  background-color: transparent;
  border: 0;
  outline: 0;
  line-height: 32px;
  display: inline-block;
  position: absolute
}
.button-light, .button-light-black {
  border-color: #fff;
  color: #fff;
  background-color: transparent
}
.button-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5)
}
.button-dark {
  border-color: #000;
  color: #000;
  background-color: transparent
}
.button-dark:hover {
  border-color: #000;
  background-color: #000;
  color: #fff
}
.button-light-black {
  background-color: #000
}
.button-banner {
  padding: 39px 63px 40px 42px !important;
  border-radius: 40px;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  background-image: url(../image/ic_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 86% 54%;
  background-size: 13px
}
.button-banner:hover {
  background-image: url(../image/ic_arrow_right.svg)
}
@media(max-width:720px) {
  .button-banner {
    padding: 20px 35px 20px 20px !important;
    font-size: 14px;
    background-size: 6px;
    background-position: 86% 56%
  }
}
.button-download {
  -webkit-transition: ease .3s;
  transition: ease .3s
}
.button-download .icon {
  width: 15px;
  height: 100%;
  margin-right: 15px;
  background-image: url("../image/ic_favourite_download_white.svg");
  background-repeat: no-repeat;
  background-position: center
}
.button-download .icon img {
  display: none
}
.button-download:hover .icon {
  background-image: url(../image/ic_favourite_download.svg)
}
.button-download:hover .icon img {
  display: none
}
.button-add {
  height: 36px;
  background-image: url(../image/ic_plus_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  padding-left: 30px;
  padding-right: 30px
}
.button-add:hover {
  background-image: url(../image/ic_plus.svg)
}
.button-back {
  padding-left: 55px;
  padding-right: 35px;
  background-size: 7px;
  background-image: url("../image/ic-slidery-big-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 35px center
}
.button-back:hover {
  background-image: url("../image/ic_arrow_left_white.svg")
}
.button-next {
  padding-left: 35px;
  padding-right: 55px !important;
  background-size: 8px;
  background-image: url("../image/ic_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 35px center
}
.button-next:hover {
  background-image: url("../image/ic-slidery-big-arrow-right.svg")
}
.button-archive {
  padding-left: 40px;
  padding-right: 30px;
  background-size: 14px;
  background-image: url("../image/ic_lock.svg");
  background-repeat: no-repeat;
  background-position: 20px center
}
.button-archive:hover {
  background-image: url("../image/ic_lock_white.svg")
}
.button-download-file {
  padding-left: 30px;
  padding-right: 40px;
  background: url(../image/ic_download.svg) no-repeat 94% center;
  background-size: 16px
}
.button-download-file.button-disabled:hover {
  background-image: url(../image/ic_download.svg)
}
.button-download-file:hover {
  background-image: url(../image/ic_download_white.svg)
}
.button-disabled {
  color: #666 !important;
  background-color: #fafafa !important;
  border-color: #666 !important
}
.button-transparent {
  border: 0;
  background-color: transparent
}
.btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .button-create:not(:last-child):not(.dropdown-toggle), .btn-group > .button-close:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .button:not(:first-child), .btn-group > .button-create:not(:first-child), .btn-group > .button-close:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0
}
.button-115 {
  padding-left: 0;
  padding-right: 0;
  min-width: 115px
}
.button-125 {
  padding-left: 0;
  padding-right: 0;
  min-width: 125px
}
.button-155 {
  padding-left: 0;
  padding-right: 0;
  min-width: 155px
}
.buttonsBox .button, .buttonsBox .button-create, .buttonsBox .button-close, .buttonsBox .omniresSelectLikeButton {
  margin-right: 10px !important;
  margin-left: 0 !important
}
.offerBoxButtons a, .offerBoxButtons button, .offerBoxButtons .omniresSelectLikeButton {
  margin-top: 10px
}
.button--fa-icon i {
  padding-right: 10px
}
.button--img-icon {
  position: relative;
  padding-left: 35px
}
.button--img-icon img {
  height: 16px;
  position: absolute;
  left: 10px;
  width: auto
}
.button--img-icon .arrow-left {
  padding-left: 5px
}
.button-circle-img {
  width: 35px;
  height: 35px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 6px
}
@media(max-width:720px) {
  .button, .button-create, .button-close, .button-create {
    -webkit-transition: auto;
    transition: auto
  }
  .button-download-group .button, .button-download-group .button-create, .button-download-group .button-close {
    min-height: 38px;
    line-height: normal
  }
}
.create-account-cta {
  margin: 20px auto 0;
  max-width: 925px;
  color: #fafafa !important;
  font-weight: 300
}
.create-account-cta .h3 {
  margin-bottom: 30px
}
.create-account-cta p {
  line-height: 1.5
}
.create-account-cta .registration-buttons {
  margin-top: 40px
}
.create-account-cta .blockBtn .button, .create-account-cta .blockBtn .button-create, .create-account-cta .blockBtn .button-close {
  margin: 6px;
  padding: 9px 14px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  outline: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  cursor: pointer;
  letter-spacing: .14px;
  background: #000;
  color: #fff
}
.create-account-cta .blockBtn .button:hover, .create-account-cta .blockBtn .button-create:hover, .create-account-cta .blockBtn .button-close:hover, .create-account-cta .blockBtn .button.active, .create-account-cta .blockBtn .active.button-create, .create-account-cta .blockBtn .active.button-close {
  background: #fff;
  color: #000
}
.loader-enabled.loading, form.loading, form.success {
  position: relative;
  cursor: default;
  pointer-events: none
}
.loader-enabled.loading:before, form.loading:before, form.success:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 100
}
form .success-message {
  display: none
}
form.success .success-message {
  z-index: 101;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: all
}
.loader-enabled.loading:after, form.loading:after {
  position: absolute;
  content: '';
  top: calc(50% - 30px);
  left: calc(50% - 0px);
  margin: -1.5em 0 0 -1.5em;
  width: 60px;
  height: 60px;
  background: url(../image/spinner.gif) no-repeat center center;
  background-size: contain;
  visibility: visible;
  z-index: 101
}
.newsletter-ajax-form.loading:after, .newsletter-ajax-form.loading:before, .newsletter-ajax-form.success:before {
  display: none
}
@-webkit-keyframes form-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes form-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.menuNav {
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent
}
.menuBoxCollection {
  margin-top: 0 !important
}
header .breadcrumb {
  margin: 19px 0 33px 0;
  padding: 0;
  background-color: transparent
}
header .breadcrumb a, header .breadcrumb div {
  text-decoration: none;
  color: #8a8a8a
}
header .breadcrumb .active {
  color: #202020
}
header .breadcrumb i.divider-char {
  padding: 0 5px;
  width: 28px;
  text-align: center;
  line-height: 34px;
  position: static;
  background-image: none;
  color: #666
}
header h1 {
  margin-bottom: 35px;
  text-transform: uppercase
}
header .subContent {
  margin-bottom: 90px;
  padding: 0 115px
}
.boxPaginator div > .col-md-4 {
  margin-bottom: 51px
}
.boxPaginator .animationImg {
  width: 100%;
  overflow: hidden
}
.boxPaginator .animationImg img:first-child {
  width: 100%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.boxPaginator .animationImg:after {
  display: block;
  opacity: 0;
  position: absolute;
  background: #333;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out
}
.boxPaginator .animationImg:hover:after {
  opacity: .4
}
.boxPaginator .animationImg:hover img:first-child {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.boxPaginator .nameCategory {
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.85;
  text-align: center;
  color: #a3a3a3;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  border-bottom: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  outline: 0
}
.boxPaginator .nameCategory:hover {
  background: transparent
}
.boxPaginator .nameCategory:hover span {
  color: #000
}
.boxPaginator div > .col-12 > .mixitup-control-active {
  background: transparent;
  border-bottom: 1px solid #000;
  line-height: 1.45;
  color: #000
}
.boxPaginator div > .col-12 > .mixitup-control-active:after {
  border-bottom: 1px solid transparent
}
.boxPaginator div > .col-12 span:before {
  background: transparent
}
.boxPaginator div > .col-12 .boxInfo {
  padding: 31px 0 23px 26px;
  width: 100%;
  background-color: #f5f5f5
}
.boxPaginator div > .col-12 .boxInfo a:hover {
  text-decoration: none
}
.boxPaginator div > .col-12 .boxInfo .boxName {
  width: 80%;
  text-transform: uppercase;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.boxPaginator div > .col-12 .boxInfo .boxName:hover {
  opacity: .7
}
.boxPaginator div > .col-12 .boxInfo .boxCategory {
  color: #666;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.boxPaginator div > .col-12 .boxInfo .boxCategory:hover {
  color: #000
}
.boxPaginator .iconPlay {
  position: absolute;
  top: 35%;
  left: 40%
}
.boxPaginator .arrow {
  opacity: .4;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.boxPaginator .arrow:hover {
  opacity: 1
}
.boxPaginator .arrow:hover .numbers {
  padding: 0 55px;
  position: relative;
  top: 2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.boxPaginator .arrow:hover .numbers span {
  margin-right: 7px !important;
  margin-left: 7px;
  padding-right: 17px;
  padding-left: 17px;
  font-size: 15px !important;
  color: #bfbfbf !important;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.boxPaginator .arrow:hover .numbers span:hover {
  color: #000 !important
}
.boxPaginator .arrow:hover .numbers span:after {
  border-bottom: transparent
}
.boxPaginator .arrow:hover .numbers span:last-child {
  padding-right: 0
}
.boxPaginator .arrow:hover .numbers .active, .boxPaginator .arrow:hover .numbers .current {
  color: #000
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
#findShop {
  max-width: 1920px;
  margin: 0 auto;
  padding: 69px 0 72px
}
#findShop .offset-md-2 {
  margin-left: 21.666667%
}
#findShop h3 {
  margin-bottom: 40px;
  text-transform: uppercase
}
#findShop input[type='submit'] {
  padding-left: 35px !important;
  padding-right: 35px !important;
  position: static !important
}
#findShop input[type='text'] {
  margin-right: 14px;
  padding: 9px 0 9px 26px;
  width: 65%;
  background-color: transparent;
  border-bottom: 1px solid #3f3f3f;
  font-family: "Lato", sans-serif;
  color: #fff;
  outline: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  background-image: url("../image/ic_pin.svg");
  background-repeat: no-repeat;
  background-position: 0 12px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#findShop form {
  max-width: 450px !important
}
#authorizedServiceMapLoader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: white;
  z-index: 9;
  text-align: center;
  font-size: 25px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#shopMap, #authorizedServiceMap {
  height: 525px
}
#shopMap .first, #authorizedServiceMap .first {
  background-image: url("../image/pin_white_2.svg")
}
#authorizedServiceMap {
  width: 100%;
  height: 600px;
  margin: auto
}
#authorized-service-search-form input[type='text'] {
  padding-bottom: 10px;
  width: 50%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-color: transparent;
  text-align: center
}
.findShopBg {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000
}
input::-webkit-input-placeholder {
  color: #a3a3a3
}
input::-moz-placeholder {
  color: #a3a3a3
}
input:-ms-input-placeholder {
  color: #a3a3a3
}
input::-ms-input-placeholder {
  color: #a3a3a3
}
input::placeholder {
  color: #a3a3a3
}
.titleBoxInfoCarousel {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  line-height: .88;
  color: #fafafa
}
@media(max-width:768px) {
  .titleBoxInfoCarousel {
    font-size: 22px
  }
  #findShop {
    padding: 73px 15px;
    text-align: center
  }
  #findShop input[type='text'] {
    padding-left: 0;
    text-align: center;
    margin: 0;
    width: 100%
  }
  #findShop button {
    padding: 5px !important;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 15px
  }
}
.mapboxgl-popup-content a:hover {
  text-decoration: none
}
@media(max-width:425px) {
  #shopMap, #authorizedServiceMap {
    height: 400px;
    text-align: left
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.pinMapContact {
  background-image: url(../image/pin_white_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.pinMap {
  background-image: url(../image/pin_black_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat
}
.pinMap:hover {
  background-image: url(../image/pin_white_2.svg)
}
.mapboxgl-popup-tip {
  display: none
}
.mapboxgl-popup-content {
  padding: 50px 40px;
  right: 400px;
  width: 350px;
  bottom: 0;
  left: auto;
  text-align: left;
  background-color: #101010;
  color: #fafafa;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  padding: 0;
  opacity: .6;
  color: transparent;
  font-size: 30px;
  right: 18px;
  top: 18px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-image: url(../image/ic_close.svg);
  width: 14px;
  height: 14px;
  background-size: cover
}
.mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  opacity: 1
}
.mapboxgl-popup-content > p:first-of-type {
  display: none
}
.mapboxgl-popup-content div {
  margin: 31px 0
}
.mapboxgl-popup-content div img:first-child {
  height: 12px;
  width: 12px;
  position: relative;
  top: -2px
}
.mapboxgl-popup-content div span {
  margin-left: 16px
}
.mapboxgl-popup-content > div:last-child {
  margin-bottom: 0
}
.mapboxgl-popup-content h2 {
  margin-bottom: 24px;
  font-size: 27.2px;
  font-style: normal;
  font-stretch: normal;
  line-height: .88
}
.mapboxgl-popup-content .shopName {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400
}
.mapboxgl-popup-content .shopAddress {
  margin-bottom: 10px;
  line-height: 1.82
}
.mapboxgl-popup-content .shopInfo {
  line-height: 1.5;
  color: #fafafa;
  font-weight: 400
}
.mapboxgl-popup-content .hourInfo {
  line-height: 1.82
}
@media(max-width:475px) {
  .mapboxgl-popup-content {
    padding: 30px;
    width: 300px
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
#findShop {
  max-width: 1920px;
  margin: 0 auto;
  padding: 69px 0 72px
}
#findShop .offset-md-2 {
  margin-left: 21.666667%
}
#findShop h3 {
  margin-bottom: 40px;
  text-transform: uppercase
}
#findShop input[type='submit'] {
  padding-left: 35px !important;
  padding-right: 35px !important;
  position: static !important
}
#findShop input[type='text'] {
  margin-right: 14px;
  padding: 9px 0 9px 26px;
  width: 65%;
  background-color: transparent;
  border-bottom: 1px solid #3f3f3f;
  font-family: "Lato", sans-serif;
  color: #fff;
  outline: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  background-image: url("../image/ic_pin.svg");
  background-repeat: no-repeat;
  background-position: 0 12px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#findShop form {
  max-width: 450px !important
}
#authorizedServiceMapLoader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: white;
  z-index: 9;
  text-align: center;
  font-size: 25px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#shopMap, #authorizedServiceMap {
  height: 525px
}
#shopMap .first, #authorizedServiceMap .first {
  background-image: url("../image/pin_white_2.svg")
}
#authorizedServiceMap {
  width: 100%;
  height: 600px;
  margin: auto
}
#authorized-service-search-form input[type='text'] {
  padding-bottom: 10px;
  width: 50%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-color: transparent;
  text-align: center
}
.findShopBg {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000
}
input::-webkit-input-placeholder {
  color: #a3a3a3
}
input::-moz-placeholder {
  color: #a3a3a3
}
input:-ms-input-placeholder {
  color: #a3a3a3
}
input::-ms-input-placeholder {
  color: #a3a3a3
}
input::placeholder {
  color: #a3a3a3
}
.titleBoxInfoCarousel {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  line-height: .88;
  color: #fafafa
}
@media(max-width:768px) {
  .titleBoxInfoCarousel {
    font-size: 22px
  }
  #findShop {
    padding: 73px 15px;
    text-align: center
  }
  #findShop input[type='text'] {
    padding-left: 0;
    text-align: center;
    margin: 0;
    width: 100%
  }
  #findShop button {
    padding: 5px !important;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 15px
  }
}
.mapboxgl-popup-content a:hover {
  text-decoration: none
}
@media(max-width:425px) {
  #shopMap, #authorizedServiceMap {
    height: 400px;
    text-align: left
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.pinMapContact {
  background-image: url(../image/pin_white_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.pinMap {
  background-image: url(../image/pin_black_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat
}
.pinMap:hover {
  background-image: url(../image/pin_white_2.svg)
}
.mapboxgl-popup-tip {
  display: none
}
.mapboxgl-popup-content {
  padding: 50px 40px;
  right: 400px;
  width: 350px;
  bottom: 0;
  left: auto;
  text-align: left;
  background-color: #101010;
  color: #fafafa;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  padding: 0;
  opacity: .6;
  color: transparent;
  font-size: 30px;
  right: 18px;
  top: 18px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-image: url(../image/ic_close.svg);
  width: 14px;
  height: 14px;
  background-size: cover
}
.mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  opacity: 1
}
.mapboxgl-popup-content > p:first-of-type {
  display: none
}
.mapboxgl-popup-content div {
  margin: 31px 0
}
.mapboxgl-popup-content div img:first-child {
  height: 12px;
  width: 12px;
  position: relative;
  top: -2px
}
.mapboxgl-popup-content div span {
  margin-left: 16px
}
.mapboxgl-popup-content > div:last-child {
  margin-bottom: 0
}
.mapboxgl-popup-content h2 {
  margin-bottom: 24px;
  font-size: 27.2px;
  font-style: normal;
  font-stretch: normal;
  line-height: .88
}
.mapboxgl-popup-content .shopName {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400
}
.mapboxgl-popup-content .shopAddress {
  margin-bottom: 10px;
  line-height: 1.82
}
.mapboxgl-popup-content .shopInfo {
  line-height: 1.5;
  color: #fafafa;
  font-weight: 400
}
.mapboxgl-popup-content .hourInfo {
  line-height: 1.82
}
@media(max-width:475px) {
  .mapboxgl-popup-content {
    padding: 30px;
    width: 300px
  }
}
header h1, .settingsBoxs .box p {
  font-size: 18px;
  line-height: 1.17;
  color: #000
}
header a:hover {
  text-decoration: none
}
header h2 {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000;
  text-transform: uppercase
}
header h1 {
  margin-bottom: 0
}
header .numbersOfProducts {
  margin-bottom: 3px;
  line-height: 2.83;
  text-align: left;
  color: black
}
header .exportToPdf {
  margin-right: 9px;
  background-image: url("../image/ic_favourite_download.svg");
  background-position: center
}
header .exportToPdf:hover {
  background-color: #000;
  background-image: url("../image/ic_favourite_download_white.svg")
}
header .sendMail {
  background-image: url("../image/ic_favourite_mail.svg")
}
header .sendMail:hover {
  background-color: #000;
  background-image: url("../image/ic_favourite_mail_white.svg")
}
header .borderTop {
  border-top: 1px solid #e8e6e6
}
header .choose {
  position: relative
}
header .choose p {
  margin-bottom: 3px;
  padding-left: 15px;
  background-color: #f6f6f6;
  width: 80%;
  font-size: 14px;
  line-height: 2.62;
  color: #6e6e6e;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
header .choose p:hover {
  background-color: #efefef
}
header .choose .active {
  color: #000
}
header .boxProducts a {
  color: inherit !important
}
header .boxProducts a:hover {
  color: inherit
}
header .boxProducts [data-balloon]:after {
  font-family: "Lato", sans-serif !important;
  border-radius: 4px
}
header .boxProducts .boxProducts {
  padding-right: 48px;
  overflow: auto;
  overflow-x: hidden
}
header .boxProducts .boxProducts::-webkit-scrollbar {
  width: 7px;
  background-color: #eaeaea
}
header .boxProducts .boxProducts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000
}
header .boxProducts button {
  padding: 7px 37px 6px 42px;
  outline: 0
}
header .boxProducts button:hover {
  background-color: #525252
}
header .boxProducts a:hover {
  text-decoration: none
}
header .boxProducts h5, header .boxProducts .h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 27px;
  padding-right: 25px;
  border-bottom: 1px solid #e8e6e6;
  text-align: left
}
header .boxProducts .col-1 p {
  font-size: 14px
}
header .boxProducts .col-6 .newProduct {
  margin-bottom: 0;
  padding: 4px 7px;
  background-color: #000;
  font-size: 10px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase
}
header .boxProducts .col-6 .productName {
  text-transform: lowercase
}
header .boxProducts .col-6 .productName a {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase
}
header .boxProducts .col-6 .categoryProduct:first-letter {
  text-transform: capitalize
}
header .boxProducts .col-6 .categoryProduct {
  margin-bottom: 0;
  font-size: 14px !important;
  text-transform: lowercase
}
header .boxProducts .col-6 .codeProduct {
  padding-top: 3px;
  font-size: 11px;
  font-weight: normal;
  color: #9f9f9f
}
header .boxProducts .col-3.text-right img {
  cursor: pointer;
  width: 11px;
  opacity: .4;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
header .boxProducts .col-3.text-right img:hover {
  opacity: 1
}
header .boxProducts .col-3.text-right p {
  margin-bottom: 0;
  margin-top: 32px;
  margin-right: 61px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  color: #000
}
header .boxProducts .emptyFavourite .row {
  border-bottom: 0
}
header .boxProducts .emptyFavourite .row p:first-child {
  font-size: 22px;
  line-height: .95;
  text-align: center;
  color: #000
}
header .boxProducts .emptyFavourite .row p:nth-child(2) {
  font-size: 13px;
  line-height: 2.62;
  text-align: center;
  color: #8a8a8a
}
header .boxProducts .emptyFavourite .row img {
  padding: 0 9px;
  height: 13px
}
@media(max-width:991px) {
  header .boxProducts .col-3.text-right p {
    margin-right: 10px
  }
  header .choose p {
    width: 100%
  }
}
@media(max-width:767px) {
  header .exportToPdf, header .sendMail {
    margin-bottom: 17px
  }
  header .col-8.pl0 {
    padding-left: 15px
  }
  header .col-4.pr0 {
    padding-right: 15px
  }
}
@media(max-width:425px) {
  header .borderTop {
    padding: 0 25px
  }
}
form .error {
  font-size: 14px;
  color: #a3a3a3
}
header .choose {
  position: static
}
header .choose a {
  color: #000
}
header input[type='email'], header input[type='password'], header input[type='text'], header input[type='tel'], header input[type='date'], header input[type='time'] {
  padding-bottom: 10px;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-color: transparent
}
header input[type='email'] ::-webkit-input-placeholder, header input[type='password'] ::-webkit-input-placeholder, header input[type='text'] ::-webkit-input-placeholder, header input[type='tel'] ::-webkit-input-placeholder, header input[type='date'] ::-webkit-input-placeholder, header input[type='time'] ::-webkit-input-placeholder {
  color: #8a8a8a
}
header input[type='email'] ::-moz-placeholder, header input[type='password'] ::-moz-placeholder, header input[type='text'] ::-moz-placeholder, header input[type='tel'] ::-moz-placeholder, header input[type='date'] ::-moz-placeholder, header input[type='time'] ::-moz-placeholder {
  color: #8a8a8a
}
header input[type='email'] :-ms-input-placeholder, header input[type='password'] :-ms-input-placeholder, header input[type='text'] :-ms-input-placeholder, header input[type='tel'] :-ms-input-placeholder, header input[type='date'] :-ms-input-placeholder, header input[type='time'] :-ms-input-placeholder {
  color: #8a8a8a
}
header input[type='email'] ::-ms-input-placeholder, header input[type='password'] ::-ms-input-placeholder, header input[type='text'] ::-ms-input-placeholder, header input[type='tel'] ::-ms-input-placeholder, header input[type='date'] ::-ms-input-placeholder, header input[type='time'] ::-ms-input-placeholder {
  color: #8a8a8a
}
header input[type='email'] ::placeholder, header input[type='password'] ::placeholder, header input[type='text'] ::placeholder, header input[type='tel'] ::placeholder, header input[type='date'] ::placeholder, header input[type='time'] ::placeholder {
  color: #8a8a8a
}
header .nice-select {
  width: 100%;
  height: 30px;
  line-height: 29px;
  padding: 0 7px;
  border: 0;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  border-radius: 0;
  padding: 0
}
header input:-webkit-autofill, header input:-webkit-autofill:hover, header input:-webkit-autofill:focus, header input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
  background-color: transparent
}
header form input:hover, header form input:focus {
  border-bottom: solid 1px #000
}
.boxProducts {
  font-size: 14px
}
.supportButtons .button, .supportButtons .button-create, .supportButtons .button-close, .supportButtons .nice-select {
  min-width: 273px;
  margin-right: 12px !important;
  margin-bottom: 12px !important
}
.settingsBoxs {
  margin-left: 0;
  margin-top: 20px;
  max-width: 750px;
  font-size: 14px
}
.settingsBoxs .fake-input {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding: 1px 0;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  overflow-wrap: break-word
}
.settingsBoxs .settingsBox h4 {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important
}
.settingsBoxs .settingsBox p {
  margin-bottom: 25px;
  padding-bottom: 0 !important
}
.settingsBoxs h4 {
  margin-bottom: 17px !important;
  font-size: 14px
}
.settingsBoxs .pr22 {
  padding-right: 22px
}
.settingsBoxs .pl22 {
  padding-left: 22px
}
.settingsBoxs .boxToRight .box {
  margin-left: auto !important;
  margin-right: 0 !important
}
.settingsBoxs .boxToLeft .box {
  margin-right: auto !important;
  margin-left: 0 !important
}
.settingsBoxs .button, .settingsBoxs .button-create, .settingsBoxs .button-close {
  padding-top: 0;
  padding-bottom: 0
}
@media(max-width:768px) {
  .settingsBoxs .boxToRight .box {
    margin: auto !important
  }
  .settingsBoxs .boxToLeft .box {
    margin: auto !important
  }
}
.settingsBoxs .box {
  max-width: 400px
}
.settingsBoxs .box.profile-box {
  max-width: 500px;
  font-size: 14px
}
.settingsBoxs .box p {
  text-transform: uppercase;
  font-size: 14px
}
.settingsBoxs .box label {
  color: #666
}
.settingsBoxs .box address p {
  line-height: 1.3
}
.settingsBoxs .box input[type="text"], .settingsBoxs .box input[type="email"], .settingsBoxs .box input[type="password"], .settingsBoxs .box input[type="tel"] {
  padding: 1px 0;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  line-height: 1.5
}
.settingsBoxs .box input[type="text"]:hover, .settingsBoxs .box input[type="text"]:focus, .settingsBoxs .box input[type="email"]:hover, .settingsBoxs .box input[type="email"]:focus, .settingsBoxs .box input[type="password"]:hover, .settingsBoxs .box input[type="password"]:focus, .settingsBoxs .box input[type="tel"]:hover, .settingsBoxs .box input[type="tel"]:focus {
  border-color: #757575
}
.settingsBoxs .box .inputRow label {
  color: #8a8a8a;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: normal
}
.settingsBoxs .nice-select {
  height: 24px;
  margin: 0
}
.settingsBoxs .nice-select .current {
  display: block;
  margin-right: 30px;
  overflow: hidden;
  height: 24px;
  padding: 1px 0;
  line-height: 1.5
}
.info-box {
  background-size: 16px
}
.info-box a {
  color: #000;
  font-weight: 400
}
.imageBox {
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  color: #cecece;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.imageBox img {
  max-height: 150px;
  border: 1px transparent solid
}
.imageBox label {
  cursor: pointer
}
.drag-over {
  border: 1px dashed #ccc !important
}
@media(min-width:1024px) {
  .imageBox label {
    min-height: 135px
  }
}
@media(min-width:1024px) {
  .md-mh-230 {
    min-height: 230px
  }
  .md-mh-247 {
    min-height: 247px
  }
}
@media(max-width:425px) {
  header .pl0 {
    margin-top: 25px;
    padding-left: 15px
  }
  header .settingsBoxs .pl22 {
    padding-right: 22px;
    padding-left: 0
  }
}
.supportContainer {
  margin-top: 20px
}
@media(min-width:992px) {
  .supportContainer {
    gap: 20px
  }
}
@media(min-width:1040px) {
  .supportContainer {
    gap: 100px
  }
}
@media(min-width:1110px) {
  .supportContainer .settingsCol {
    width: 50%
  }
}
.supportContainer .settingsBox {
  font-size: 14px;
  margin-bottom: 80px
}
.supportContainer .settingsBox .boxTitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px
}
.supportContainer .settingsBox .boxSubtitle {
  margin-bottom: 25px
}
@media(min-width:992px) and (max-width:1710px) {
  .supportContainer .settingsBox .minTwoLines {
    min-height: 42px
  }
}
.supportContainer .settingsBox .button, .supportContainer .settingsBox .button-create, .supportContainer .settingsBox .button-close, .supportContainer .settingsBox .nice-select {
  min-width: 273px;
  margin-right: 12px;
  margin-bottom: 12px
}
.supportContainer .settingsBox .nice-select .list {
  min-width: 273px
}
.accountSettingsForm .generic-nice-select {
  max-width: 100%
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
#findShop {
  max-width: 1920px;
  margin: 0 auto;
  padding: 69px 0 72px
}
#findShop .offset-md-2 {
  margin-left: 21.666667%
}
#findShop h3 {
  margin-bottom: 40px;
  text-transform: uppercase
}
#findShop input[type='submit'] {
  padding-left: 35px !important;
  padding-right: 35px !important;
  position: static !important
}
#findShop input[type='text'] {
  margin-right: 14px;
  padding: 9px 0 9px 26px;
  width: 65%;
  background-color: transparent;
  border-bottom: 1px solid #3f3f3f;
  font-family: "Lato", sans-serif;
  color: #fff;
  outline: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  background-image: url("../image/ic_pin.svg");
  background-repeat: no-repeat;
  background-position: 0 12px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#findShop form {
  max-width: 450px !important
}
#authorizedServiceMapLoader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: white;
  z-index: 9;
  text-align: center;
  font-size: 25px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#shopMap, #authorizedServiceMap {
  height: 525px
}
#shopMap .first, #authorizedServiceMap .first {
  background-image: url("../image/pin_white_2.svg")
}
#authorizedServiceMap {
  width: 100%;
  height: 600px;
  margin: auto
}
#authorized-service-search-form input[type='text'] {
  padding-bottom: 10px;
  width: 50%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-color: transparent;
  text-align: center
}
.findShopBg {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000
}
input::-webkit-input-placeholder {
  color: #a3a3a3
}
input::-moz-placeholder {
  color: #a3a3a3
}
input:-ms-input-placeholder {
  color: #a3a3a3
}
input::-ms-input-placeholder {
  color: #a3a3a3
}
input::placeholder {
  color: #a3a3a3
}
.titleBoxInfoCarousel {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  line-height: .88;
  color: #fafafa
}
@media(max-width:768px) {
  .titleBoxInfoCarousel {
    font-size: 22px
  }
  #findShop {
    padding: 73px 15px;
    text-align: center
  }
  #findShop input[type='text'] {
    padding-left: 0;
    text-align: center;
    margin: 0;
    width: 100%
  }
  #findShop button {
    padding: 5px !important;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 15px
  }
}
.mapboxgl-popup-content a:hover {
  text-decoration: none
}
@media(max-width:425px) {
  #shopMap, #authorizedServiceMap {
    height: 400px;
    text-align: left
  }
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.pinMapContact {
  background-image: url(../image/pin_white_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.pinMap {
  background-image: url(../image/pin_black_2.svg);
  width: 42px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat
}
.pinMap:hover {
  background-image: url(../image/pin_white_2.svg)
}
.mapboxgl-popup-tip {
  display: none
}
.mapboxgl-popup-content {
  padding: 50px 40px;
  right: 400px;
  width: 350px;
  bottom: 0;
  left: auto;
  text-align: left;
  background-color: #101010;
  color: #fafafa;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  padding: 0;
  opacity: .6;
  color: transparent;
  font-size: 30px;
  right: 18px;
  top: 18px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  background-image: url(../image/ic_close.svg);
  width: 14px;
  height: 14px;
  background-size: cover
}
.mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  opacity: 1
}
.mapboxgl-popup-content > p:first-of-type {
  display: none
}
.mapboxgl-popup-content div {
  margin: 31px 0
}
.mapboxgl-popup-content div img:first-child {
  height: 12px;
  width: 12px;
  position: relative;
  top: -2px
}
.mapboxgl-popup-content div span {
  margin-left: 16px
}
.mapboxgl-popup-content > div:last-child {
  margin-bottom: 0
}
.mapboxgl-popup-content h2 {
  margin-bottom: 24px;
  font-size: 27.2px;
  font-style: normal;
  font-stretch: normal;
  line-height: .88
}
.mapboxgl-popup-content .shopName {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400
}
.mapboxgl-popup-content .shopAddress {
  margin-bottom: 10px;
  line-height: 1.82
}
.mapboxgl-popup-content .shopInfo {
  line-height: 1.5;
  color: #fafafa;
  font-weight: 400
}
.mapboxgl-popup-content .hourInfo {
  line-height: 1.82
}
@media(max-width:475px) {
  .mapboxgl-popup-content {
    padding: 30px;
    width: 300px
  }
}
.omniresProMenuContainer a {
  color: #000
}
.omniresProMenuContainer .listItem {
  list-style-type: none;
  color: #a3a3a3
}
.omniresProMenuContainer .listItem a {
  color: #8a8a8a;
  text-transform: uppercase;
  line-height: 1.85;
  border-bottom: 1px solid transparent;
  text-decoration: none
}
.omniresProMenuContainer .listItem .icon span {
  width: 13px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center
}
.omniresProMenuContainer .listItem .icon .offer_creator {
  height: 12px;
  width: 15px;
  background-image: url(../image/ic-create-offer.svg);
  background-size: contain
}
.omniresProMenuContainer .listItem .icon .favourites {
  background-image: url(../image/ic-add-to-favourite.svg)
}
.omniresProMenuContainer .listItem .icon .cart {
  background-image: url(../image/ic-add-to-basket-gray.svg)
}
.omniresProMenuContainer .listItem .icon .history {
  width: 12px;
  background-image: url(../image/ic-clock.svg)
}
.omniresProMenuContainer .listItem .icon .profile {
  background-image: url(../image/ic-profile.svg)
}
.omniresProMenuContainer .listItem .icon .messages {
  width: 12px;
  height: 11px;
  background-image: url(../image/ic-news.svg);
  min-height: unset
}
.omniresProMenuContainer .listItem .icon .dedicated {
  width: 12px;
  background-image: url(../image/ic-dedicated.svg)
}
.omniresProMenuContainer .listItem .icon .logout {
  width: 12px;
  background-image: url(../image/ic-logout.svg)
}
.omniresProMenuContainer .active a, .omniresProMenuContainer .listItem a:hover {
  color: #000 !important
}
.omniresProMenuContainer .active a .offer_creator, .omniresProMenuContainer .listItem a:hover .offer_creator {
  background-image: url(../image/ic-create-offer-dark.svg) !important
}
.omniresProMenuContainer .active a .favourites, .omniresProMenuContainer .listItem a:hover .favourites {
  background-image: url(../image/ic-add-to-favourite-dark.svg) !important
}
.omniresProMenuContainer .active a .cart, .omniresProMenuContainer .listItem a:hover .cart {
  background-image: url(../image/ic-add-to-basket-dark.svg) !important
}
.omniresProMenuContainer .active a .history, .omniresProMenuContainer .listItem a:hover .history {
  background-image: url(../image/ic-clock-dark.svg) !important
}
.omniresProMenuContainer .active a .profile, .omniresProMenuContainer .listItem a:hover .profile {
  background-image: url(../image/ic-profile-dark.svg) !important
}
.omniresProMenuContainer .active a .messages, .omniresProMenuContainer .listItem a:hover .messages {
  background-image: url(../image/ic-news-dark.svg) !important
}
.omniresProMenuContainer .active a .dedicated, .omniresProMenuContainer .listItem a:hover .dedicated {
  background-image: url(../image/ic-dedicated-dark.svg) !important
}
.omniresProMenuContainer .active a .logout, .omniresProMenuContainer .listItem a:hover .logout {
  width: 12px;
  background-image: url(../image/ic-logout-dark.svg)
}
.choose {
  bottom: unset;
  padding-bottom: 17px
}
.choose h2 {
  font-size: 14px
}
.choose p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}
@media(max-width:768px) {
  .choose p {
    color: black
  }
}
.choose .show img {
  display: none
}
.choose .show .arrowImageContainer {
  background-image: url("../image/arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 5px
}
.choose .dropdown-menu {
  border: 0;
  width: 100%;
  padding: 0 0 10px 0;
  position: static !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important
}
.choose .dropdown-menu .dropdown-item {
  padding: 0
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
button {
  padding: 1px 6px
}
.button, .button-create, .button-close {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 36px;
  border-radius: 19px;
  height: 38px;
  margin-left: auto;
  border: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2px;
  background-color: #000;
  color: #e9e8e8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: none !important
}
.button:hover, .button-create:hover, .button-close:hover, .button.active, .active.button-create, .active.button-close {
  background-color: #fff;
  color: #000;
  text-decoration: none
}
.button.inverse, .inverse.button-create, .inverse.button-close {
  background-color: #fff;
  color: #000
}
.button.inverse:hover, .inverse.button-create:hover, .inverse.button-close:hover, .button.inverse.active, .inverse.active.button-create, .inverse.active.button-close {
  background-color: #000;
  color: #fff;
  text-decoration: none
}
.registration-buttons .blockBtn .buttonBox {
  padding-right: 15px;
  padding-left: 15px
}
@media(max-width:767.98px) {
  .registration-buttons .blockBtn .buttonBox {
    padding: 0;
    margin-bottom: 15px
  }
}
.registration-buttons .blockBtn .buttonBox:first-child {
  padding-left: 0
}
.registration-buttons .blockBtn .buttonBox:last-child {
  padding-right: 0
}
.registration-buttons .blockBtn .button, .registration-buttons .blockBtn .button-create, .registration-buttons .blockBtn .button-close {
  color: #000;
  background: #fff;
  width: 100%;
  padding: 5px
}
.registration-buttons .blockBtn .button:hover, .registration-buttons .blockBtn .button-create:hover, .registration-buttons .blockBtn .button-close:hover, .registration-buttons .blockBtn .button:focus, .registration-buttons .blockBtn .button-create:focus, .registration-buttons .blockBtn .button-close:focus, .registration-buttons .blockBtn .button.active, .registration-buttons .blockBtn .active.button-create, .registration-buttons .blockBtn .active.button-close {
  color: #fff;
  background: #000
}
.registration-buttons .blockBtn .button.bordered, .registration-buttons .blockBtn .bordered.button-create, .registration-buttons .blockBtn .bordered.button-close {
  border-color: #000
}
.registration-buttons .blockBtn .button.bordered:hover, .registration-buttons .blockBtn .bordered.button-create:hover, .registration-buttons .blockBtn .bordered.button-close:hover, .registration-buttons .blockBtn .button.bordered:focus, .registration-buttons .blockBtn .bordered.button-create:focus, .registration-buttons .blockBtn .bordered.button-close:focus, .registration-buttons .blockBtn .button.bordered.active, .registration-buttons .blockBtn .bordered.active.button-create, .registration-buttons .blockBtn .bordered.active.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button, .registration-buttons-black .blockBtn .button-create, .registration-buttons-black .blockBtn .button-close {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 5px
}
.registration-buttons-black .blockBtn .button:hover, .registration-buttons-black .blockBtn .button-create:hover, .registration-buttons-black .blockBtn .button-close:hover, .registration-buttons-black .blockBtn .button:focus, .registration-buttons-black .blockBtn .button-create:focus, .registration-buttons-black .blockBtn .button-close:focus, .registration-buttons-black .blockBtn .button.active, .registration-buttons-black .blockBtn .active.button-create, .registration-buttons-black .blockBtn .active.button-close {
  color: #000;
  background: #fff
}
.registration-buttons-black .blockBtn .button.bordered, .registration-buttons-black .blockBtn .bordered.button-create, .registration-buttons-black .blockBtn .bordered.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button.bordered:hover, .registration-buttons-black .blockBtn .bordered.button-create:hover, .registration-buttons-black .blockBtn .bordered.button-close:hover, .registration-buttons-black .blockBtn .button.bordered:focus, .registration-buttons-black .blockBtn .bordered.button-create:focus, .registration-buttons-black .blockBtn .bordered.button-close:focus, .registration-buttons-black .blockBtn .button.bordered.active, .registration-buttons-black .blockBtn .bordered.active.button-create, .registration-buttons-black .blockBtn .bordered.active.button-close {
  border-color: #000
}
.btn {
  outline: none !important
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--inverted {
  background-color: #fff;
  color: #000
}
.button--inverted:hover {
  background-color: #000;
  color: #fff
}
.button--circle {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 100%
}
.button--gray {
  background-color: #fafafa;
  color: #666;
  border-color: #666
}
.button--gray:hover {
  background-color: #000;
  color: #fff
}
.button--filter {
  line-height: 30px;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
  margin-left: 3px
}
.button--white-border {
  border-color: #fff
}
.button-create, .button-close {
  margin-left: 0
}
.button-create::before, .button-close::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url(../image/ic_plus_white.svg) no-repeat center left;
  background-size: 15px;
  margin-right: 10px
}
.button-create:hover::before, .button-close:hover::before {
  background-image: url(../image/ic_plus.svg)
}
.button-close::before {
  background: url(../image/ic_close_filter_white.svg) no-repeat center left
}
.button-close:hover::before {
  background-image: url(../image/ic_close_filter.svg)
}
.button-cart {
  background: url(../image/ic-add-to-basket-dark.svg) no-repeat center left
}
.button-search {
  right: 10px;
  background-color: transparent;
  border: 0;
  outline: 0;
  line-height: 32px;
  display: inline-block;
  position: absolute
}
.button-light, .button-light-black {
  border-color: #fff;
  color: #fff;
  background-color: transparent
}
.button-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5)
}
.button-dark {
  border-color: #000;
  color: #000;
  background-color: transparent
}
.button-dark:hover {
  border-color: #000;
  background-color: #000;
  color: #fff
}
.button-light-black {
  background-color: #000
}
.button-banner {
  padding: 39px 63px 40px 42px !important;
  border-radius: 40px;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  background-image: url(../image/ic_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 86% 54%;
  background-size: 13px
}
.button-banner:hover {
  background-image: url(../image/ic_arrow_right.svg)
}
@media(max-width:720px) {
  .button-banner {
    padding: 20px 35px 20px 20px !important;
    font-size: 14px;
    background-size: 6px;
    background-position: 86% 56%
  }
}
.button-download {
  -webkit-transition: ease .3s;
  transition: ease .3s
}
.button-download .icon {
  width: 15px;
  height: 100%;
  margin-right: 15px;
  background-image: url("../image/ic_favourite_download_white.svg");
  background-repeat: no-repeat;
  background-position: center
}
.button-download .icon img {
  display: none
}
.button-download:hover .icon {
  background-image: url(../image/ic_favourite_download.svg)
}
.button-download:hover .icon img {
  display: none
}
.button-add {
  height: 36px;
  background-image: url(../image/ic_plus_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  padding-left: 30px;
  padding-right: 30px
}
.button-add:hover {
  background-image: url(../image/ic_plus.svg)
}
.button-back {
  padding-left: 55px;
  padding-right: 35px;
  background-size: 7px;
  background-image: url("../image/ic-slidery-big-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 35px center
}
.button-back:hover {
  background-image: url("../image/ic_arrow_left_white.svg")
}
.button-next {
  padding-left: 35px;
  padding-right: 55px !important;
  background-size: 8px;
  background-image: url("../image/ic_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 35px center
}
.button-next:hover {
  background-image: url("../image/ic-slidery-big-arrow-right.svg")
}
.button-archive {
  padding-left: 40px;
  padding-right: 30px;
  background-size: 14px;
  background-image: url("../image/ic_lock.svg");
  background-repeat: no-repeat;
  background-position: 20px center
}
.button-archive:hover {
  background-image: url("../image/ic_lock_white.svg")
}
.button-download-file {
  padding-left: 30px;
  padding-right: 40px;
  background: url(../image/ic_download.svg) no-repeat 94% center;
  background-size: 16px
}
.button-download-file.button-disabled:hover {
  background-image: url(../image/ic_download.svg)
}
.button-download-file:hover {
  background-image: url(../image/ic_download_white.svg)
}
.button-disabled {
  color: #666 !important;
  background-color: #fafafa !important;
  border-color: #666 !important
}
.button-transparent {
  border: 0;
  background-color: transparent
}
.btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .button-create:not(:last-child):not(.dropdown-toggle), .btn-group > .button-close:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .button:not(:first-child), .btn-group > .button-create:not(:first-child), .btn-group > .button-close:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0
}
.button-115 {
  padding-left: 0;
  padding-right: 0;
  min-width: 115px
}
.button-125 {
  padding-left: 0;
  padding-right: 0;
  min-width: 125px
}
.button-155 {
  padding-left: 0;
  padding-right: 0;
  min-width: 155px
}
.buttonsBox .button, .buttonsBox .button-create, .buttonsBox .button-close, .buttonsBox .omniresSelectLikeButton {
  margin-right: 10px !important;
  margin-left: 0 !important
}
.offerBoxButtons a, .offerBoxButtons button, .offerBoxButtons .omniresSelectLikeButton {
  margin-top: 10px
}
.button--fa-icon i {
  padding-right: 10px
}
.button--img-icon {
  position: relative;
  padding-left: 35px
}
.button--img-icon img {
  height: 16px;
  position: absolute;
  left: 10px;
  width: auto
}
.button--img-icon .arrow-left {
  padding-left: 5px
}
.button-circle-img {
  width: 35px;
  height: 35px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 6px
}
@media(max-width:720px) {
  .button, .button-create, .button-close, .button-create {
    -webkit-transition: auto;
    transition: auto
  }
  .button-download-group .button, .button-download-group .button-create, .button-download-group .button-close {
    min-height: 38px;
    line-height: normal
  }
}
.minHeight {
  min-height: 43vh
}
.star, .basket, .delete, a, .favButton, .novelty {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
header .boxProducts .row .row {
  margin: unset;
  padding-bottom: unset;
  border-bottom: unset
}
header .exportToPdf {
  background-image: unset
}
header .exportToPdf:hover {
  background-image: unset
}
header .sendMail {
  background-image: unset;
  color: #fff
}
header .sendMail:hover {
  background-image: unset
}
#boxDownBasketMobile p, #boxDownBasket p {
  font-weight: 400
}
.favourite-list .favourite-product-buttons {
  min-width: initial
}
.favourite-list .favourite-product-buttons a {
  margin: 0 !important
}
.listContainer {
  font-family: "Lato", sans-serif, sans-serif
}
.listContainer a {
  color: #000
}
.listContainer a:hover {
  text-decoration: none
}
.listContainer .productsCount {
  border-bottom: 1px solid #e8e6e6;
  font-size: 13px;
  color: #666
}
.listContainer .product .index {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #000
}
.listContainer .product .collection {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline
}
.listContainer .product .name:first-letter {
  text-transform: uppercase
}
.listContainer .product .name:hover {
  opacity: .6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.listContainer .product .category {
  font-size: 12px
}
.listContainer .product .code, .listContainer .product .count {
  color: #8a8a8a
}
.listContainer .product .price {
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-transform: uppercase
}
.listContainer .product .deleteIcon img {
  width: 11px;
  height: 11px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: .2s;
  transition: .2s
}
.listContainer .product .deleteIcon img:hover {
  opacity: 1
}
.listContainer .product .deleteIcon .price {
  font-weight: 400;
  line-height: 1.71;
  text-align: right;
  color: #000
}
.listContainer .show img {
  display: none
}
.listContainer .show .arrowImageContainer {
  background-image: url("../image/arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 5px
}
.listContainer .dropdown-menu {
  border: 0;
  width: 100%;
  padding: 0 0 10px 0;
  position: static !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important
}
.listContainer .dropdown-menu .dropdown-item {
  padding: 0
}
.listContainer .favourite-product {
  padding: 17px 0 !important;
  border-bottom: 1px solid #e8e6e6
}
.listContainer .favourite-product .indexNumberContainer {
  max-width: 45px
}
.listContainer .favourite-product .indexNumberContainer .indexNumber {
  font-size: 14px
}
.listContainer .favourite-product .novelty {
  width: 61px;
  background-color: #000;
  color: #fff;
  padding: 6px 8px;
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase
}
.listContainer .favourite-product .delete {
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .4
}
.listContainer .favourite-product .delete img {
  width: 11px
}
.listContainer .favourite-product .delete:hover {
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.listContainer .favourite-product .price {
  line-height: 1.71;
  color: #000;
  font-weight: 400
}
.listContainer .favourite-product .basket:hover .image {
  background-image: url("../image/button-add-to-bascet-on.svg")
}
.listContainer .favourite-product .star:hover .image {
  background-image: url("../image/button-create-offer-on.svg")
}
.listContainer .favourite-product .star .image, .listContainer .favourite-product .basket .image {
  width: 43px;
  height: 43px;
  display: block
}
.listContainer .favourite-product .star:hover .image, .listContainer .favourite-product .basket:hover .image {
  background-repeat: no-repeat;
  background-position: center
}
.listContainer .favourite-product .star:hover .image img, .listContainer .favourite-product .basket:hover .image img {
  display: none
}
.sendViaEmailFromFavouritesPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.favButtonsContainer {
  max-width: 450px
}
.favButtonsContainer .button, .favButtonsContainer .button-create, .favButtonsContainer .button-close {
  width: auto !important
}
.favButtonsContainer .favButtonSendMail {
  margin-left: 0
}
.favButtonsContainer .favButtonSendMail::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url(../image/ic_favourite_download_white.svg) no-repeat center left;
  background-size: 15px;
  margin-right: 10px
}
.favButtonsContainer .favButtonSendMail:hover::before {
  background-image: url(../image/ic_plus.svg)
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
.d-full {
  display: none
}
.h-full {
  display: block
}
@media(min-width:1200px) {
  .collectionContainer .collectionBox {
    max-width: 100% !important;
    max-height: 100% !important
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0
  }
  .containerContact .container {
    max-width: 1920px
  }
  .filesToDownloadContainer .container {
    max-width: 1920px
  }
  .gray-bg .row {
    max-width: 1033px
  }
  .d-full {
    display: block
  }
  .h-full {
    display: none
  }
}
@media(min-width:1500px) {
  .menuItem, .menuItemStatic {
    margin-left: 10px
  }
}
#contactModal {
  font-size: 14px
}
#contactModal .close {
  top: 17px;
  right: 17px;
  position: absolute;
  opacity: 1;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
#contactModal .close:hover {
  opacity: .5
}
#contactModal h5, #contactModal .h5 {
  text-transform: uppercase;
  font-weight: normal
}
@media(min-width:576px) {
  #contactModal .modal-dialog {
    max-width: 604px
  }
}
#contactModal .modal-content {
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11)
}
#contactModal .modal-content .error {
  margin-top: 0;
  margin-bottom: 0
}
#contactModal .modal-header, #contactModal .modal-footer {
  display: block;
  border: transparent
}
#contactModal .modal-body, #contactModal .modal-footer {
  padding: 0 40px 36px
}
#contactModal .modal-footer {
  margin-top: 30px;
  margin-bottom: 7px
}
#contactModal .modal-footer p {
  cursor: pointer;
  color: #000;
  line-height: 1.2;
  border-bottom: 1px solid;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal .modal-footer .forgotPasswordText {
  font-size: 13px
}
#contactModal .modal-footer .registerText {
  font-size: 14px;
  font-weight: 400
}
#contactModal .modal-header {
  padding: 48px 0 24px 0;
  position: relative
}
#contactModal .boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo #contactModal .boxName, #contactModal .boxPaginator div > .col-12 .boxInfo .boxCategory, .boxPaginator div > .col-12 .boxInfo #contactModal .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
#contactModal header h1, header #contactModal h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
#contactModal header .subContent, header #contactModal .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
#contactModal .menuBoxCollection .boxColor span, .menuBoxCollection .boxColor #contactModal span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
#contactModal .menuBoxCollection p, .menuBoxCollection #contactModal p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
#contactModal header .exportToPdf, header #contactModal .exportToPdf, #contactModal header .sendMail, header #contactModal .sendMail, #contactModal .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxBasket .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxSideWindow .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxLogin .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxChangeLang .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom #contactModal .exportToPdf, #contactModal .boxFavourite .row.fixed-bottom .sendMail, .boxFavourite .row.fixed-bottom #contactModal .sendMail, #contactModal .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom #contactModal .sendMail, #contactModal .boxBasket .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom #contactModal .sendMail, #contactModal .boxBasketMobile .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom #contactModal .sendMail, #contactModal .boxSideWindow .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom #contactModal .sendMail, #contactModal .boxLogin .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom #contactModal .sendMail, #contactModal .boxForgotPassword .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom #contactModal .sendMail, #contactModal .boxChangeLang .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom #contactModal .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
#contactModal .newsletter-sign input[type='submit'], .newsletter-sign #contactModal input[type='submit'], #contactModal #findShop input[type='submit'], #findShop #contactModal input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
#contactModal .newsletter-sign input[type='submit']:hover, .newsletter-sign #contactModal input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#contactModal #findShop input[type='submit']:hover, #findShop #contactModal input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#contactModal #collection button, #collection #contactModal button, #contactModal #newsProduct button, #newsProduct #contactModal button, #contactModal header .boxProducts button, header .boxProducts #contactModal button, #contactModal .boxFavourite .row.fixed-bottom button, .boxFavourite .row.fixed-bottom #contactModal button, #contactModal .boxFavouriteMobile .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom #contactModal button, #contactModal .boxBasket .row.fixed-bottom button, .boxBasket .row.fixed-bottom #contactModal button, #contactModal .boxBasketMobile .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom #contactModal button, #contactModal .boxSideWindow .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom #contactModal button, #contactModal .boxLogin .row.fixed-bottom button, .boxLogin .row.fixed-bottom #contactModal button, #contactModal .boxForgotPassword .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom #contactModal button, #contactModal .boxChangeLang .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom #contactModal button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
#contactModal .menuBoxCollection button:hover, .menuBoxCollection #contactModal button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
#contactModal header .boxProducts .col-1 p, header .boxProducts .col-1 #contactModal p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
#contactModal header .boxProducts .col-6 .productName, header .boxProducts .col-6 #contactModal .productName, #contactModal header .boxProducts .col-6 .categoryProduct, header .boxProducts .col-6 #contactModal .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
#contactModal h5, #contactModal .h5, #contactModal .menuMobile .subMenu p, .menuMobile .subMenu #contactModal p {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
#contactModal .boxPaginator .arrow:hover .numbers span, .boxPaginator .arrow:hover .numbers #contactModal span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
#contactModal header .breadcrumb a, header .breadcrumb #contactModal a, #contactModal header .breadcrumb div, header .breadcrumb #contactModal div, #contactModal header .breadcrumb .active, header .breadcrumb #contactModal .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
#contactModal input[type='submit'] {
  margin-top: 20px
}
#contactModal input[type='email'], #contactModal input[type='text'], #contactModal input[type='number'], #contactModal input[type='date'], #contactModal input[type='password'], #contactModal select {
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 0;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal input[type='email']::-webkit-inner-spin-button, #contactModal input[type='email']::-webkit-outer-spin-button, #contactModal input[type='text']::-webkit-inner-spin-button, #contactModal input[type='text']::-webkit-outer-spin-button, #contactModal input[type='number']::-webkit-inner-spin-button, #contactModal input[type='number']::-webkit-outer-spin-button, #contactModal input[type='date']::-webkit-inner-spin-button, #contactModal input[type='date']::-webkit-outer-spin-button, #contactModal input[type='password']::-webkit-inner-spin-button, #contactModal input[type='password']::-webkit-outer-spin-button, #contactModal select::-webkit-inner-spin-button, #contactModal select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
#contactModal input:-webkit-autofill, #contactModal input:-webkit-autofill:hover, #contactModal input:-webkit-autofill:focus, #contactModal input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset
}
#contactModal form input:hover, #contactModal form input:focus {
  border-bottom: solid 1px #000
}
#contactModal form .select2-search__field:hover, #contactModal form .select2-search__field:focus {
  border-bottom: 0
}
#contactModal form input[type='file']:hover {
  border-bottom: solid 1px transparent
}
#contactModal .changePlaceholder::-webkit-input-placeholder {
  color: #000
}
#contactModal .changePlaceholder::-moz-placeholder {
  color: #000
}
#contactModal .changePlaceholder:-ms-input-placeholder {
  color: #000
}
#contactModal .changePlaceholder::-ms-input-placeholder {
  color: #000
}
#contactModal .changePlaceholder::placeholder {
  color: #000
}
#contactModal label, #contactModal .description {
  position: relative;
  margin-top: 15px;
  color: #8a8a8a;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal
}
#contactModal label span, #contactModal .description span {
  padding-left: 15px;
  display: blockC
}
#contactModal label.error, #contactModal .description.error {
  color: #a80000
}
#contactModal .nice-select {
  width: 100%;
  height: 30px;
  line-height: 29px;
  border: 0;
  border-bottom: 1px solid;
  border-color: #d9d9d9;
  border-radius: 0;
  padding: 0
}
#contactModal .nice-select .list {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 10
}
#contactModal .nice-select::after {
  border-bottom: 1px solid #0d0e0d;
  border-right: 1px solid #0d0e0d;
  height: 7px;
  width: 7px
}
#contactModal .default-label label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000
}
#contactModal input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  background-color: #e3e3e3;
  outline: 0
}
#contactModal input[type='checkbox']:checked {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center
}
#contactModal input.error, #contactModal textarea.error, #contactModal select.error {
  border-color: #a80000 !important
}
#contactModal input.error::-webkit-input-placeholder, #contactModal textarea.error::-webkit-input-placeholder {
  color: #a80000
}
#contactModal input.error::-moz-placeholder, #contactModal textarea.error::-moz-placeholder {
  color: #a80000
}
#contactModal input.error:-ms-input-placeholder, #contactModal textarea.error:-ms-input-placeholder {
  color: #a80000
}
#contactModal input.error::-ms-input-placeholder, #contactModal textarea.error::-ms-input-placeholder {
  color: #a80000
}
#contactModal label.error, #contactModal input.error::placeholder, #contactModal textarea.error::placeholder {
  color: #a80000
}
#contactModal label input.error[type="checkbox"] {
  border-color: #a80000
}
#contactModal textarea {
  padding: 8px;
  width: 100%;
  outline: 0;
  resize: none;
  border: solid 1px #dadada;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  color: #000;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal textarea:focus, #contactModal textarea:hover {
  border: 1px solid #000
}
#contactModal select {
  padding: 5px
}
#contactModal .form-section + .form-section {
  margin-top: 50px
}
#contactModal input[readonly], #contactModal select[readonly], #contactModal textarea[readonly] {
  background: #f2f2f2 !important;
  cursor: not-allowed
}
#contactModal .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row
}
#contactModal .manual-reload {
  background: #f2f2f2;
  padding: 10px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  cursor: pointer
}
#contactModal .manual-reload.input-group-append {
  border-radius: 0 19px 19px 0
}
#contactModal .manual-reload svg path {
  -webkit-transition: fill 300ms ease-in-out;
  transition: fill 300ms ease-in-out;
  fill: #000
}
#contactModal .manual-reload:hover, #contactModal .manual-reload:focus {
  background: #000
}
#contactModal .manual-reload:hover svg path, #contactModal .manual-reload:focus svg path {
  fill: #fff
}
#contactModal .error .manual-reload {
  background: #a80000
}
#contactModal .error .manual-reload svg path {
  fill: #fff
}
#contactModal h1.form-section-header, #contactModal h2.form-section-header, #contactModal h3.form-section-header {
  font-size: 14px;
  font-family: Lato, sans-serif
}
#contactModal ul.input-error-container {
  padding: 0;
  list-style: none;
  color: #a80000;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px
}
#contactModal .flex-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
#contactModal .flex-checkbox input {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}
#contactModal .flex-checkbox label {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0
}
#contactModal .flex-checkbox .clausuleContainer {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}
#contactModal .flex-checkbox.error label {
  color: #8a8a8a
}
#contactModal .flex-checkbox.error label a {
  color: #8a8a8a
}
#contactModal .flex-checkbox.error input {
  border: 1px solid #a80000 !important
}
#contactModal .flex-checkbox.error-hidden .input-error-container {
  display: none
}
#contactModal .flex-checkbox + .flex-checkbox {
  margin-top: 15px
}
#contactModal .showMoreArrow {
  border-bottom: 1px solid #0d0e0d;
  border-right: 1px solid #0d0e0d;
  padding: 3px;
  display: inline-block;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer
}
#contactModal .showMoreArrow.active {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
#contactModal input[type='radio'] {
  display: none
}
#contactModal input[type='radio'] ~ label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-weight: 300
}
#contactModal input[type='radio'] ~ label:before {
  content: " ";
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 11px;
  border: 1px solid black;
  background-color: transparent
}
#contactModal input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2px;
  content: " ";
  display: block;
  background: black
}
#contactModal .error input[type='radio'] ~ label:before {
  border: 1px solid #a80000 !important
}
#contactModal .select2-container li {
  background-color: #efefef !important;
  font-weight: 300;
  font-size: 14px
}
#contactModal .select2-container li:hover {
  background-color: #e7e7e7 !important
}
#contactModal .mt-30 {
  margin-top: 30px
}
#contactModal p.info {
  padding-left: 37px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.54;
  text-align: left;
  color: #8a8a8a
}
#contactModal p.info a {
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal p.info a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent
}
#contactModal .col-md-6 .nice-select {
  height: 33px
}
#contactModal .nice-select {
  padding-left: 2px;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #e0e0e0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal .nice-select .option {
  font-weight: 300
}
#contactModal .nice-select .current {
  font-weight: 300;
  line-height: 2.17;
  letter-spacing: normal;
  color: #000
}
#contactModal .nice-select .current span {
  position: relative;
  left: 13px;
  color: #000
}
#contactModal .nice-select .selected {
  font-weight: normal
}
#contactModal .nice-select .list {
  border-radius: 0;
  top: 91%;
  width: 100%
}
#contactModal .darkLabel {
  margin-top: 37px;
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 400
}
#contactModal .nice-select:hover {
  border-bottom: solid 1px #000
}
#contactModal .nice-select:after {
  border-bottom: 1px solid #0d0e0d;
  border-right: 1px solid #0d0e0d;
  height: 7px;
  width: 7px
}
#contactModal .typeFileInput {
  margin-bottom: 12px
}
#contactModal .typeFileInput .addedFile {
  position: relative;
  color: #000
}
#contactModal .typeFileInput .addedFile.error {
  color: #a80000
}
#contactModal .typeFileInput .inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}
#contactModal .typeFileInput .inputfile + label {
  padding: 7px;
  margin-left: 10px;
  max-width: 80%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  outline: none !important;
  border: 1px solid #e6e6e6
}
#contactModal .typeFileInput .no-js .inputfile + label {
  display: none
}
#contactModal .typeFileInput .inputfile:focus + label, #contactModal .typeFileInput .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px
}
#contactModal .typeFileInput .inputfile-1 + label {
  border-radius: 25px;
  background-color: #e6e6e6;
  line-height: 1.6;
  text-align: center;
  color: #000
}
#contactModal .typeFileInput .inputfile-1:hover + label {
  background-color: #d7d7d7;
  -webkit-transition: .3s;
  transition: .3s
}
#contactModal .typeFileInput .inputfile + label.error {
  border-color: #a80000
}
#contactModal .typeFileInput .legend {
  margin: auto 0 auto 10px;
  display: inline-block
}
#contactModal .typeFileInput .icon {
  width: 9px;
  height: 9px;
  background-image: url(../image/ic-upload-file.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inherit
}
#contactModal .typeFileInput label span {
  padding-left: 0
}
#contactModal .selectTypeSituationContainer .nice-select {
  margin-top: 29px
}
#contactModal .selectTypeSituationContainer .nice-select .list {
  max-height: 430px;
  overflow-y: auto;
  margin-top: 0;
  border-radius: unset;
  width: 100%;
  background-color: #efefef;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.83;
  letter-spacing: .3px;
  font-family: "Lato", sans-serif, sans-serif
}
#contactModal .selectTypeSituationContainer .nice-select .list .option:hover, #contactModal .selectTypeSituationContainer .nice-select .list .option.focus, #contactModal .selectTypeSituationContainer .nice-select .list .option.selected.focus, #contactModal .selectTypeSituationContainer .nice-select .list .selected.focus:hover {
  background-color: #e7e7e7;
  font-weight: 300
}
#contactModal .addFileContainer-purchaseConfirmation {
  margin-bottom: 14px
}
#contactModal .descriptionContainer {
  overflow: hidden;
  padding-left: 30px
}
#contactModal .description {
  padding: 0 !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left
}
#contactModal .showMoreArrow {
  border-bottom: 1px solid #0d0e0d;
  border-right: 1px solid #0d0e0d;
  padding: 3px;
  display: inline-block;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  cursor: pointer;
  width: 6px;
  height: 6px;
  margin-top: 6px
}
#contactModal .showMoreArrow.active {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
#contactModal input._code {
  height: 30px;
  border: solid 1px #dadada;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 17px;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#contactModal input._code:focus, #contactModal input._code:hover {
  border: 1px solid #000
}
#contactModal .select2-container {
  font-size: 14px
}
#contactModal .select2-container .select2-selection--multiple {
  padding: 5px 0 5px 5px
}
#contactModal .select2-container.error {
  border: 1px solid #a80000
}
@media(max-width:550px) {
  #contactModal .nice-select-long .nice-select {
    float: none;
    white-space: normal
  }
  #contactModal .nice-select-long .nice-select .option {
    line-height: 1.5
  }
  #contactModal .nice-select-long .nice-select .current {
    margin-top: 15px;
    line-height: 1.5;
    white-space: normal;
    display: block
  }
}
.select2-container {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 31px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}
.select2-container .select2-search--inline {
  display: block;
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #efefef
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.select2-container--default .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}
.select2-container--default .select2-dropdown--above {
  border-bottom: 0
}
.select2-container--default .select2-dropdown--below {
  border-top: 0
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: grey
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e7e7e7;
  color: #000
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #d9d9d9
}
.select2-container--default .select2-selection--multiple {
  cursor: text;
  outline: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  line-height: 19px;
  display: block;
  float: left;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}
.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #d9d9d9;
  overflow: hidden
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.omniresTheme {
  font-size: 14px
}
.omniresSelectLikeButton {
  border-radius: 23px !important;
  font-size: 14px;
  height: 39px !important;
  display: inline-block;
  background: white;
  border: 1px solid black !important;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 36px !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  float: none;
  z-index: 10
}
.omniresSelectLikeButton .current {
  padding-right: 20px
}
.omniresSelectLikeButton.button--black:not(.open) {
  color: white;
  background: black
}
.omniresSelectLikeButton.button--black:not(.open):after {
  background: url(../image/ic_menu_arrow_down.svg) no-repeat;
  background-size: contain;
  background-position: center
}
.omniresSelectLikeButton:focus, .omniresSelectLikeButton:active {
  border: 1px solid black
}
.omniresSelectLikeButton .list {
  background: white;
  border: 1px solid black;
  border-top: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 0 0 23px 23px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.omniresSelectLikeButton .list li {
  background: white;
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.omniresSelectLikeButton .list li a {
  color: black
}
.omniresSelectLikeButton .list li:focus {
  background: white
}
.omniresSelectLikeButton .list li:last-child {
  margin-bottom: 1px
}
.omniresSelectLikeButton.open {
  border-radius: 23px 23px 0 0 !important;
  border-color: black !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}
.omniresSelectLikeButton:after {
  background: url(../image/ic_select_arrow_down.svg) no-repeat;
  border: 0;
  width: 12px;
  height: 14px;
  margin: 0;
  background-size: contain;
  background-position: center;
  padding: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}
.omniresSelectLikeButton.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: calc(50% - 12px);
  right: 19px
}
.complaintsButton {
  width: 273px !important;
  text-align: center !important
}
.complaintsButton li {
  text-align: left !important;
  padding-right: 18px !important
}
.omniresSwitchMenuBox {
  display: inline-block;
  position: relative;
  width: 100px
}
@media(min-width:1200px) {
  .omniresSwitchMenuBox {
    width: 145px
  }
}
.omniresSwitchMenuBoxMobile {
  top: 3px
}
@media(max-width:640px) {
  .omniresSwitchMenuBoxMobile {
    width: 62px
  }
  .omniresSwitchMenuBoxMobile .omniresSwitch {
    width: 50px;
    height: 24px;
    top: -18px
  }
  .omniresSwitchMenuBoxMobile .omniresSwitch .slider:before {
    content: attr(data-content-mobile) !important;
    width: 40px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    padding-left: 2px;
    margin-left: 0
  }
  .omniresSwitchMenuBoxMobile input:checked + .slider:before {
    -webkit-transform: translateX(9px) !important;
    -ms-transform: translateX(9px) !important;
    transform: translateX(9px) !important
  }
}
.omniresSwitch {
  position: absolute;
  display: inline-block;
  height: 38px;
  margin: 0;
  margin-right: 25px;
  top: -25px;
  left: 0;
  width: 85px
}
@media(min-width:1200px) {
  .omniresSwitch {
    width: 130px
  }
}
.omniresSwitch input {
  opacity: 0;
  width: 0;
  height: 0
}
.omniresSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid white;
  background: black
}
.omniresSwitch .slider:before {
  width: 90%;
  position: absolute;
  content: attr(data-content);
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 19px;
  margin-left: auto;
  font-weight: normal;
  letter-spacing: .2px;
  color: white;
  border: 1px solid white;
  left: 0;
  top: 0;
  height: 36px;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  padding: 1px 0
}
.omniresSwitch input:checked + .slider {
  background: white
}
.omniresSwitch input:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -webkit-transform--ms-transform: translateX(9px);
  -webkit-transform-transform: translateX(9px)
}
@media(min-width:1200px) {
  .omniresSwitch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px)
  }
}
.omniresSwitch .slider.round {
  border-radius: 34px
}
.omniresSwitch .slider.round:before {
  border-radius: 34px
}
.omniresSwitch2 {
  margin-bottom: 0;
  margin-right: 16px
}
.omniresSwitch2 .switchTitle {
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .3px
}
.omniresSwitch2 .switchTitleMobile {
  position: absolute;
  right: 3px;
  top: 1px;
  font-size: 13px;
  margin-right: 0
}
.omniresSwitch2 .switchSlider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-bottom: 0
}
.omniresSwitch2 .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
.omniresSwitch2 .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 1px;
  border: 1px solid #fff;
  background-color: #000;
  border-radius: inherit;
  -webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all .4s cubic-bezier(0.23, 1, 0.32, 1)
}
.omniresSwitch2 input {
  opacity: 0;
  width: 0;
  height: 0
}
.omniresSwitch2 input:checked + .slider {
  background-color: #fff
}
.omniresSwitch2 input:checked + .slider .switchTitleMobile {
  right: initial;
  left: 3px;
  color: #000
}
.omniresSwitch2 input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
  border: 1px solid #000
}
.boxPaginator div > .col-12 .boxInfo .boxName, .boxPaginator div > .col-12 .boxInfo .boxCategory {
  font-size: 14px;
  line-height: 1.5;
  color: #202020
}
header h1 {
  font-size: 26px;
  line-height: .91;
  text-align: center;
  color: #000
}
header .subContent {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #8a8a8a
}
.menuBoxCollection .boxColor span {
  margin-right: 7px;
  width: 13px;
  height: 12px;
  display: inline-block;
  border-radius: 50%
}
.menuBoxCollection p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5
}
header .exportToPdf, header .sendMail, .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf, .boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: solid 1px #484848;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.newsletter-sign input[type='submit'], #findShop input[type='submit'] {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff
}
.newsletter-sign input[type='submit']:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000
}
#findShop input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000
}
#collection button, #newsProduct button, header .boxProducts button, .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  border-radius: 19.5px;
  background-color: #202020;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
.menuBoxCollection button:hover {
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
  border-radius: 19.5px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0
}
header .boxProducts .col-1 p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #000
}
header .boxProducts .col-6 .productName, header .boxProducts .col-6 .categoryProduct {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  color: #000 !important
}
header .boxProducts h5, header .boxProducts .h5, #contactModal h5, #contactModal .h5, .menuMobile .subMenu p, .menuBoxCollection h5, .menuBoxCollection .h5, #resetPassword h5, #resetPassword .h5 {
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
  color: #000
}
.boxPaginator .arrow:hover .numbers span {
  font-size: 15px;
  line-height: 1.6;
  text-align: left
}
header .breadcrumb a, header .breadcrumb div, header .breadcrumb .active {
  font-size: 14px;
  line-height: 34px;
  text-align: left
}
button {
  padding: 1px 6px
}
.button, .button-create, .button-close {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 36px;
  border-radius: 19px;
  height: 38px;
  margin-left: auto;
  border: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2px;
  background-color: #000;
  color: #e9e8e8;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: none !important
}
.button:hover, .button-create:hover, .button-close:hover, .button.active, .active.button-create, .active.button-close {
  background-color: #fff;
  color: #000;
  text-decoration: none
}
.button.inverse, .inverse.button-create, .inverse.button-close {
  background-color: #fff;
  color: #000
}
.button.inverse:hover, .inverse.button-create:hover, .inverse.button-close:hover, .button.inverse.active, .inverse.active.button-create, .inverse.active.button-close {
  background-color: #000;
  color: #fff;
  text-decoration: none
}
.registration-buttons .blockBtn .buttonBox {
  padding-right: 15px;
  padding-left: 15px
}
@media(max-width:767.98px) {
  .registration-buttons .blockBtn .buttonBox {
    padding: 0;
    margin-bottom: 15px
  }
}
.registration-buttons .blockBtn .buttonBox:first-child {
  padding-left: 0
}
.registration-buttons .blockBtn .buttonBox:last-child {
  padding-right: 0
}
.registration-buttons .blockBtn .button, .registration-buttons .blockBtn .button-create, .registration-buttons .blockBtn .button-close {
  color: #000;
  background: #fff;
  width: 100%;
  padding: 5px
}
.registration-buttons .blockBtn .button:hover, .registration-buttons .blockBtn .button-create:hover, .registration-buttons .blockBtn .button-close:hover, .registration-buttons .blockBtn .button:focus, .registration-buttons .blockBtn .button-create:focus, .registration-buttons .blockBtn .button-close:focus, .registration-buttons .blockBtn .button.active, .registration-buttons .blockBtn .active.button-create, .registration-buttons .blockBtn .active.button-close {
  color: #fff;
  background: #000
}
.registration-buttons .blockBtn .button.bordered, .registration-buttons .blockBtn .bordered.button-create, .registration-buttons .blockBtn .bordered.button-close {
  border-color: #000
}
.registration-buttons .blockBtn .button.bordered:hover, .registration-buttons .blockBtn .bordered.button-create:hover, .registration-buttons .blockBtn .bordered.button-close:hover, .registration-buttons .blockBtn .button.bordered:focus, .registration-buttons .blockBtn .bordered.button-create:focus, .registration-buttons .blockBtn .bordered.button-close:focus, .registration-buttons .blockBtn .button.bordered.active, .registration-buttons .blockBtn .bordered.active.button-create, .registration-buttons .blockBtn .bordered.active.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button, .registration-buttons-black .blockBtn .button-create, .registration-buttons-black .blockBtn .button-close {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 5px
}
.registration-buttons-black .blockBtn .button:hover, .registration-buttons-black .blockBtn .button-create:hover, .registration-buttons-black .blockBtn .button-close:hover, .registration-buttons-black .blockBtn .button:focus, .registration-buttons-black .blockBtn .button-create:focus, .registration-buttons-black .blockBtn .button-close:focus, .registration-buttons-black .blockBtn .button.active, .registration-buttons-black .blockBtn .active.button-create, .registration-buttons-black .blockBtn .active.button-close {
  color: #000;
  background: #fff
}
.registration-buttons-black .blockBtn .button.bordered, .registration-buttons-black .blockBtn .bordered.button-create, .registration-buttons-black .blockBtn .bordered.button-close {
  border-color: #fff
}
.registration-buttons-black .blockBtn .button.bordered:hover, .registration-buttons-black .blockBtn .bordered.button-create:hover, .registration-buttons-black .blockBtn .bordered.button-close:hover, .registration-buttons-black .blockBtn .button.bordered:focus, .registration-buttons-black .blockBtn .bordered.button-create:focus, .registration-buttons-black .blockBtn .bordered.button-close:focus, .registration-buttons-black .blockBtn .button.bordered.active, .registration-buttons-black .blockBtn .bordered.active.button-create, .registration-buttons-black .blockBtn .bordered.active.button-close {
  border-color: #000
}
.btn {
  outline: none !important
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--inverted {
  background-color: #fff;
  color: #000
}
.button--inverted:hover {
  background-color: #000;
  color: #fff
}
.button--circle {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 100%
}
.button--gray {
  background-color: #fafafa;
  color: #666;
  border-color: #666
}
.button--gray:hover {
  background-color: #000;
  color: #fff
}
.button--filter {
  line-height: 30px;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
  margin-left: 3px
}
.button--white-border {
  border-color: #fff
}
.button-create, .button-close {
  margin-left: 0
}
.button-create::before, .button-close::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url(../image/ic_plus_white.svg) no-repeat center left;
  background-size: 15px;
  margin-right: 10px
}
.button-create:hover::before, .button-close:hover::before {
  background-image: url(../image/ic_plus.svg)
}
.button-close::before {
  background: url(../image/ic_close_filter_white.svg) no-repeat center left
}
.button-close:hover::before {
  background-image: url(../image/ic_close_filter.svg)
}
.button-cart {
  background: url(../image/ic-add-to-basket-dark.svg) no-repeat center left
}
.button-search {
  right: 10px;
  background-color: transparent;
  border: 0;
  outline: 0;
  line-height: 32px;
  display: inline-block;
  position: absolute
}
.button-light, .button-light-black {
  border-color: #fff;
  color: #fff;
  background-color: transparent
}
.button-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5)
}
.button-dark {
  border-color: #000;
  color: #000;
  background-color: transparent
}
.button-dark:hover {
  border-color: #000;
  background-color: #000;
  color: #fff
}
.button-light-black {
  background-color: #000
}
.button-banner {
  padding: 39px 63px 40px 42px !important;
  border-radius: 40px;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  background-image: url(../image/ic_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 86% 54%;
  background-size: 13px
}
.button-banner:hover {
  background-image: url(../image/ic_arrow_right.svg)
}
@media(max-width:720px) {
  .button-banner {
    padding: 20px 35px 20px 20px !important;
    font-size: 14px;
    background-size: 6px;
    background-position: 86% 56%
  }
}
.button-download {
  -webkit-transition: ease .3s;
  transition: ease .3s
}
.button-download .icon {
  width: 15px;
  height: 100%;
  margin-right: 15px;
  background-image: url("../image/ic_favourite_download_white.svg");
  background-repeat: no-repeat;
  background-position: center
}
.button-download .icon img {
  display: none
}
.button-download:hover .icon {
  background-image: url(../image/ic_favourite_download.svg)
}
.button-download:hover .icon img {
  display: none
}
.button-add {
  height: 36px;
  background-image: url(../image/ic_plus_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  padding-left: 30px;
  padding-right: 30px
}
.button-add:hover {
  background-image: url(../image/ic_plus.svg)
}
.button-back {
  padding-left: 55px;
  padding-right: 35px;
  background-size: 7px;
  background-image: url("../image/ic-slidery-big-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 35px center
}
.button-back:hover {
  background-image: url("../image/ic_arrow_left_white.svg")
}
.button-next {
  padding-left: 35px;
  padding-right: 55px !important;
  background-size: 8px;
  background-image: url("../image/ic_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 35px center
}
.button-next:hover {
  background-image: url("../image/ic-slidery-big-arrow-right.svg")
}
.button-archive {
  padding-left: 40px;
  padding-right: 30px;
  background-size: 14px;
  background-image: url("../image/ic_lock.svg");
  background-repeat: no-repeat;
  background-position: 20px center
}
.button-archive:hover {
  background-image: url("../image/ic_lock_white.svg")
}
.button-download-file {
  padding-left: 30px;
  padding-right: 40px;
  background: url(../image/ic_download.svg) no-repeat 94% center;
  background-size: 16px
}
.button-download-file.button-disabled:hover {
  background-image: url(../image/ic_download.svg)
}
.button-download-file:hover {
  background-image: url(../image/ic_download_white.svg)
}
.button-disabled {
  color: #666 !important;
  background-color: #fafafa !important;
  border-color: #666 !important
}
.button-transparent {
  border: 0;
  background-color: transparent
}
.btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .button-create:not(:last-child):not(.dropdown-toggle), .btn-group > .button-close:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .button:not(:first-child), .btn-group > .button-create:not(:first-child), .btn-group > .button-close:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0
}
.button-115 {
  padding-left: 0;
  padding-right: 0;
  min-width: 115px
}
.button-125 {
  padding-left: 0;
  padding-right: 0;
  min-width: 125px
}
.button-155 {
  padding-left: 0;
  padding-right: 0;
  min-width: 155px
}
.buttonsBox .button, .buttonsBox .button-create, .buttonsBox .button-close, .buttonsBox .omniresSelectLikeButton {
  margin-right: 10px !important;
  margin-left: 0 !important
}
.offerBoxButtons a, .offerBoxButtons button, .offerBoxButtons .omniresSelectLikeButton {
  margin-top: 10px
}
.button--fa-icon i {
  padding-right: 10px
}
.button--img-icon {
  position: relative;
  padding-left: 35px
}
.button--img-icon img {
  height: 16px;
  position: absolute;
  left: 10px;
  width: auto
}
.button--img-icon .arrow-left {
  padding-left: 5px
}
.button-circle-img {
  width: 35px;
  height: 35px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 6px
}
@media(max-width:720px) {
  .button, .button-create, .button-close, .button-create {
    -webkit-transition: auto;
    transition: auto
  }
  .button-download-group .button, .button-download-group .button-create, .button-download-group .button-close {
    min-height: 38px;
    line-height: normal
  }
}
#cc-main {
  font-family: "Lato", sans-serif;
  font-weight: 300
}
#cc-main .cm.cm--bar.cm--inline {
  background-color: #000;
  color: #fff
}
#cc-main .cm.cm--bar.cm--inline .cm__body {
  max-width: 1700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:1200px) {
  #cc-main .cm.cm--bar.cm--inline .cm__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
#cc-main .cm.cm--bar.cm--inline .cm__body .cm__desc {
  color: #a3a3a3
}
#cc-main .cm.cm--bar.cm--inline .cm__body .cm__desc .cc__link, #cc-main .cm.cm--bar.cm--inline .cm__body .cm__desc a {
  font-weight: 300
}
#cc-main .cm.cm--bar.cm--inline .cm__body .cm__desc .cc__link:hover, #cc-main .cm.cm--bar.cm--inline .cm__body .cm__desc a:hover {
  color: #fff
}
#cc-main .cm.cm--bar.cm--inline .cm__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}
@media screen and (min-width:360px) {
  #cc-main .cm.cm--bar.cm--inline .cm__btn-group {
    gap: 15px
  }
}
#cc-main .cm.cm--bar.cm--inline .cm__btn-group:first-child {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
#cc-main .cm.cm--bar.cm--inline .cm__btn-group + .cm__btn-group {
  margin: 0 !important
}
#cc-main .cm.cm--bar.cm--inline .cm__btn + .cm__btn {
  margin: 0 !important
}
#cc-main .cm.cm--bar.cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin: 0 !important
}
#cc-main .cm.cm--bar.cm--inline .cm__btns {
  min-width: auto;
  max-width: none;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  gap: 5px;
  border: none !important;
  padding: 1rem 2.3rem 1rem 1.3rem
}
@media screen and (min-width:1200px) {
  #cc-main .cm.cm--bar.cm--inline .cm__btns {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
}
@media screen and (min-width:360px) {
  #cc-main .cm.cm--bar.cm--inline .cm__btns {
    gap: 15px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
}
#cc-main .cm.cm--bar.cm--inline .cm__btn {
  min-width: 90px;
  min-height: initial;
  padding: 9px 5px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  outline: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  cursor: pointer;
  letter-spacing: .14px;
  background: #000;
  color: #fff;
  margin: 0;
  width: 100%;
  font-size: 10px
}
@media screen and (min-width:400px) {
  #cc-main .cm.cm--bar.cm--inline .cm__btn {
    padding: 9px 15px;
    min-width: 120px;
    font-size: 12px
  }
}
@media screen and (min-width:1200px) {
  #cc-main .cm.cm--bar.cm--inline .cm__btn {
    padding: 9px 5px;
    min-width: 180px
  }
}
#cc-main .cm.cm--bar.cm--inline .cm__btn:hover {
  background: #fff;
  color: #000
}
#cc-main .pm__header {
  border: 0
}
#cc-main .pm__title {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  color: #000
}
#cc-main .pm__close-btn {
  display: none
}
#cc-main .pm__section:first-child {
  text-align: center;
  padding: 0 20px
}
#cc-main .pm__section:first-child .pm__section-desc-wrapper {
  color: #000
}
#cc-main .pm__section-desc {
  padding: 0
}
#cc-main .pm__section-title {
  font-weight: 300
}
#cc-main .pm__section-table {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1em
}
#cc-main .pm__section-table td, #cc-main .pm__section-table th {
  padding: 10px
}
#cc-main .pm__section-table .pm__table-head {
  background-color: #000
}
#cc-main .pm__section-table .pm__table-head > tr {
  border-bottom: 0
}
#cc-main .pm__section-table .pm__table-th {
  text-transform: uppercase;
  color: #fff
}
#cc-main .pm__section-table .pm__table-tr {
  background-color: #fff
}
#cc-main .pm__section-table .pm__table-tr td:first-child {
  font-weight: 500;
  min-width: 70px
}
#cc-main .pm__section-table .pm__table-tr td:last-child {
  min-width: 70px
}
#cc-main svg {
  width: auto
}
#cc-main .section__toggle-wrapper {
  margin-bottom: 0
}
#cc-main .pm__section--toggle {
  background: #f8f8f8
}
#cc-main .pm__section--toggle .pm__section-title {
  background: #f8f8f8;
  border: 0;
  border-radius: 0;
  padding: 10px 10px 10px 45px;
  font-weight: 500
}
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: #f8f8f8
}
#cc-main .pm__section--toggle .pm__section-desc {
  padding: 0
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 0;
  color: #000;
  padding: 15px
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper > * {
  border-bottom: 0
}
#cc-main .pm__section--expandable .pm__section-arrow {
  background: 0
}
#cc-main .toggle__icon {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000
}
#cc-main .toggle__icon-circle {
  background: #000
}
#cc-main .toggle__icon-circle svg {
  display: none
}
#cc-main .section__toggle-wrapper:has(>.section__toggle[disabled]) {
  display: none
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  -webkit-box-shadow: none;
  box-shadow: none
}
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: #000
}
#cc-main .pm__badge {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 4px 12px;
  height: 26px
}
@media screen and (max-width:640px) {
  #cc-main .pm__badge {
    display: block
  }
}
#cc-main .pm__btn {
  width: auto;
  min-width: 90px;
  min-height: initial;
  padding: 9px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  outline: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  cursor: pointer;
  letter-spacing: .14px;
  background: #000;
  color: #fff;
  margin: 0 !important;
  border: 0;
  font-size: 10px
}
@media screen and (min-width:400px) {
  #cc-main .pm__btn {
    padding: 9px 15px;
    font-size: 12px
  }
}
@media screen and (min-width:460px) {
  #cc-main .pm__btn {
    min-width: 120px
  }
}
#cc-main .pm__btn:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}
#cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  gap: 5px
}
@media screen and (max-width:640px) {
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
}
html {
  overflow: auto;
  height: 100%
}
html, body {
  position: relative;
  overflow-x: hidden
}
header {
  margin-top: 76px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto
}
a {
  outline: 0
}
a:hover {
  text-decoration: none
}
input:required {
  -webkit-box-shadow: none;
  box-shadow: none
}
body {
  padding-right: 0 !important;
  max-width: 1920px;
  margin: 0 auto !important;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .3px;
  color: #000
}
.lh-14, .menuMobile .subMenu a.lh-14 {
  line-height: 1.4 !important
}
.half-margin-top {
  margin-top: 18px
}
.half-margin-bottom {
  margin-bottom: 18px
}
.menuMobile {
  padding: 0;
  height: 61px;
  background-color: #000;
  z-index: 1033
}
.menuMobile .subMenu p {
  margin-bottom: 25px;
  font-size: 11px;
  color: #fff;
  text-align: left;
  text-transform: uppercase
}
@media(max-width:768px) {
  .menuMobile .subMenu .pb33 {
    padding-bottom: 0
  }
}
.menuMobile #slide-navbar-collapse {
  position: fixed;
  top: 61px;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  max-width: 443px;
  background-color: #000;
  overflow: auto
}
.menuMobile .menuItem, .menuMobile .itemMenu, .menuMobile .menuItemStatic {
  display: block
}
.menuMobile .menuItem, .menuMobile .menuItemStatic {
  border-top: 1px solid #424242;
  line-height: 22px;
  font-weight: 400
}
.menuMobile .menuItem .row, .menuMobile .menuItemStatic .row {
  margin-left: 0;
  margin-right: 0
}
.menuMobile .menuItem:hover:after, .menuMobile .menuItemStatic:hover:after {
  display: none
}
.menuMobile .menuItem .itemMenu, .menuMobile .menuItemStatic .itemMenu {
  padding: 12px 20px 12px 18px
}
.menuMobile .activeMenuItem:after {
  display: none
}
.menuMobile .boxSettings .userAccountImg {
  margin-right: 14px;
  height: 17px
}
.menuMobile .boxSettings .userAccountImg:last-child {
  margin-right: 0
}
.menuMobile .icMenuMobileNav {
  width: 18px;
  height: 15px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer
}
.menuMobile .icMenuMobileNav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  pointer-events: none
}
.menuMobile .icMenuMobileNav span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.menuMobile .icMenuMobileNav span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.menuMobile .icMenuMobileNav span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.menuMobile .icMenuMobileNav.open {
  width: 16px;
  height: 15px
}
.menuMobile .icMenuMobileNav.open span {
  width: 20px
}
.menuMobile .icMenuMobileNav.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.menuMobile .icMenuMobileNav.open span:nth-child(2) {
  width: 0;
  opacity: 0
}
.menuMobile .icMenuMobileNav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px
}
.menuMobile .logoMobile {
  height: 17px
}
@media(max-width:420px) {
  .menuMobile .logoMobile {
    height: 18px
  }
}
body {
  padding-right: 0 !important;
  font-family: "Lato", sans-serif
}
body .plugBg {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1.5;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000
}
.menuNav {
  margin: 0 auto;
  padding: 26px;
  padding-right: 26px !important;
  max-width: 1920px;
  font-weight: 400;
  font-size: 14px
}
@media(min-width:1200px) {
  .menuNav {
    font-size: 12px
  }
}
@media(min-width:1300px) {
  .menuNav {
    font-size: 14px
  }
}
@media(min-width:1500px) {
  .menuNav {
    font-size: 14px
  }
}
.menuNav.menuTransparent {
  /*background-color: transparent*/
}
.menuNav.menuTransparent.menuChangeStyle {
  background-color: #000
}
.menuNav .menuImageBg {
  margin-left: auto;
  width: 900px;
  height: 455px;
  background-size: contain;
  background-repeat: no-repeat
}
.menuNav .menuLogo {
  margin-left: 50px;
  margin-right: 50px
}
@media screen and (min-width:1600px) {
  .menuNav .menuLogo {
    margin-right: 55px
  }
}
.menuNav .menuLogo a {
  display: inline-block;
  height: 24px
}
@media screen and (min-width:1200px) {
  .menuNav .menuLogo a img {
    max-width: 150px
  }
}
@media screen and (min-width:1300px) {
  .menuNav .menuLogo a img {
    max-width: 200px
  }
}
.menuNav .menuLinks {
  margin-right: auto
}
.menuNav .boxSubMenu {
  top: 76px;
  left: 0;
  padding: 0;
  min-height: 515px;
  background: #000000e0;
  /*position: absolute;*/
  display: none
}
.menuNav .boxSubMenu .collectionInfo {
  margin-bottom: 40px
}
.menuNav .boxSubMenu .collectionMenu {
  min-height: 515px;
  background: url("../image/collection.jpg") no-repeat bottom center;
  background-size: 1250px 515px
}
@media(max-width:1400px) {
  .menuNav .boxSubMenu .collectionMenu {
    background-position: bottom right
  }
}
.menuNav .boxSubMenu .collectionMenu .collectionInfo {
  max-width: 500px
}
.menuNav .boxSubMenu .collectionMenu .collectionInfo.collectionInfo-pl {
  max-width: 420px
}
.menuNav .boxSubMenu .collectionMenuBg2 {
  background-image: url("../image/collection_mplus.jpg")
}
@media(max-width:1400px) {
  .menuNav .boxSubMenu .collectionMenuBg2 {
    background-position: bottom right
  }
}
.menuNav .boxSubMenu .row {
  max-width: 1250px;
  margin: auto;
  padding: 50px 0 0;
  color: #a3a3a3
}
.menuNav .boxSubMenu .row a {
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
  color: #a3a3a3;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none
}
.menuNav .boxSubMenu .row a.bold {
  color: #e9e8e8
}
.menuNav .boxSubMenu .row a.lowercase {
  text-transform: lowercase
}
.menuNav .boxSubMenu .row a.lowercase:first-letter {
  text-transform: uppercase
}
.menuNav .boxSubMenu .row a.normalcase {
  text-transform: none
}
.menuNav .boxSubMenu .row a:hover {
  color: #fafafa
}
.menuNav .boxSubMenu .row .productsCategories {
  padding: 0;
  margin-left: 15px;
  width: 260px
}
.menuNav .boxSubMenu .row .productsCategories a.activeCategory:before, .menuNav .boxSubMenu .row .productsCategories a.activeCategory:after {
  display: block
}
.menuNav .boxSubMenu .row .productSubcategories {
  max-width: 260px;
  height: 100%;
  margin-left: 50px;
  opacity: 0
}
.menuNav .boxSubMenu .row .menuCategoryImage .menuImageBg {
  width: 600px
}
.menuNav .boxSubMenu .row .menuCategoryImage img {
  opacity: 0
}
.menuNav .boxSubMenu .row .menuCategoryImage .productCategoryButtonOnBannerContainer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0
}
.menuNav .boxSubMenu .row .menuCategoryImage .productCategoryButtonOnBannerContainer .productCategoryButtonOnBanner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.menuNav .boxSubMenu .row .menuCategoryImage .productCategoryButtonOnBannerContainer .productCategoryButtonOnBanner:hover {
  color: #000
}
.menuNav .boxSubMenu .row .planningLinksBox, .menuNav .boxSubMenu .row > a:first-child {
  text-transform: uppercase
}
.menuNav .boxSubMenu .row .contactLinksBox div {
  margin-top: 18px
}
.menuItem, .menuItemStatic {
  display: inline-block;
  position: relative
}
.menuItem:hover::after, .activeMenuItem::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.menuStyle {
  font-size: 14px;
  border-color: transparent;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none
}
.menuStyle.menuTransparent {
/*background-color: transparent*/
}
.menuStyle.menuTransparent.menuChangeStyle {
  background-color: #000
}
.menuChangeStyle {
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent
}
.menuChangeStyle a.itemMenu, .menuStyle a.itemMenu {
  position: relative;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none
}
.menuChangeStyle a.itemMenu > span, .menuStyle a.itemMenu > span {
  color: #fff;
  display: inline-block;
  font-weight: 300;
}
@media(min-width:1200px) {
  .menuChangeStyle a.itemMenu > span, .menuStyle a.itemMenu > span {
    margin-right: 10px
  }
}
@media(min-width:1350px) {
  .menuChangeStyle a.itemMenu > span, .menuStyle a.itemMenu > span {
    margin-right: 15px
  }
}
@media(min-width:1500px) {
  .menuChangeStyle a.itemMenu > span, .menuStyle a.itemMenu > span {
    margin-right: 35px
  }
}
a.itemMenu:hover > span, .activeMenuItem a.itemMenu > span {
  color: #fafafa
}
.menuChangeStyle a.professionalMenuLink span, .menuStyle a.professionalMenuLink span {
  margin-right: 26px
}
.userAccountImg {
  position: relative;
  margin-right: 16px;
  height: 16px
}
.userAccountImg.openBasket {
  height: 16px
}
.addToOfferMenoIcon {
  width: 17px;
  height: 16px
}
.langChooseMenuIcon {
  width: 16px;
  height: 16px
}
.pMenu {
  padding: 28px 0 23px 0
}
.textLang {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  position: relative;
  cursor: pointer
}
.menuBoxCollection {
  margin-top: 78px;
  padding-top: 20px;
  padding-bottom: 60px;
  position: fixed;
  background-color: #000;
  width: 100%;
  z-index: 120;
  display: none
}
.menuBoxCollection a:hover {
  text-decoration: none
}
.menuBoxCollection .glide__bullet {
  border: 0 solid transparent
}
.menuBoxCollection .glide__bullets {
  bottom: 168px
}
.menuBoxCollection .glide__bullets .slider__bullet {
  padding: 0;
  width: 49px;
  height: 2px;
  opacity: .55;
  border-radius: 0
}
.menuBoxCollection .glide__bullets .slider__bullet:hover {
  background-color: #fff;
  opacity: 1
}
.menuBoxCollection .menuNav {
  padding: 20px 0
}
.menuBoxCollection h5, .menuBoxCollection .h5 {
  font-size: 26px;
  margin-bottom: 22px;
  color: #fff;
  text-transform: uppercase
}
.menuBoxCollection p {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #d6d5d5
}
.menuBoxCollection button {
  margin-top: 138px;
  padding: 7px 29px 6px 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #fff;
  border-radius: 19.5px;
  cursor: pointer;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  border: 1px solid #fff;
  background-color: #000
}
.menuBoxCollection button:hover {
  font-size: 16px
}
.menuBoxCollection p:hover {
  text-decoration: none;
  color: #fff
}
.menuBoxCollection .carouselMenuCollection {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.menuBoxCollection .arrowGlide {
  top: 75%
}
.menuBoxCollection .glide__arrow--left {
  bottom: 17px;
  left: auto;
  right: 124px
}
.menuBoxCollection .glide__arrow--right {
  bottom: 17px;
  right: 70px
}
.menuBoxCollection .boxColor .gray {
  background-color: #ccc
}
.menuBoxCollection .boxColor .grayBorder {
  border: solid 1px #c1c1c1
}
.menuBoxCollection .boxColor .white {
  background-color: #fff
}
.menuBoxCollection .boxColor .yellow {
  background-color: #f5c33a
}
.menuBoxCollection .boxColor .gold {
  background-color: #cdab68
}
.menuBoxCollection .boxColor .orange {
  background-color: #e38e60
}
.messageAfterEmailSend {
  position: fixed;
  min-height: 218px;
  min-width: 429px;
  background: #fff;
  z-index: 9999999;
  top: calc(50% - 76px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px
}
.messageAfterEmailSend .h3 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 34px
}
.messageAfterEmailSend p {
  font-size: 12px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 0
}
.messageAfterEmailSend button {
  margin-top: 32px
}
.codeProduct {
  color: #8a8a8a;
  margin: 0;
  padding-top: 4px;
  font-size: 12px
}
.noteInfo {
  color: #8a8a8a;
  margin: 0;
  padding-top: 4px;
  font-size: 12px;
  padding-bottom: 5px
}
.boxFavourite, .boxFavouriteMobile, .boxBasket, .boxBasketMobile, .boxSideWindow, .boxLogin, .boxForgotPassword, .boxChangeLang {
  padding: 28px 36px 0 36px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1034;
  height: 100%;
  width: 537px;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden
}
.boxFavourite .nice-select, .boxFavouriteMobile .nice-select, .boxBasket .nice-select, .boxBasketMobile .nice-select, .boxSideWindow .nice-select, .boxLogin .nice-select, .boxForgotPassword .nice-select, .boxChangeLang .nice-select {
  border-radius: 0
}
.boxFavourite .nice-select .list, .boxFavouriteMobile .nice-select .list, .boxBasket .nice-select .list, .boxBasketMobile .nice-select .list, .boxSideWindow .nice-select .list, .boxLogin .nice-select .list, .boxForgotPassword .nice-select .list, .boxChangeLang .nice-select .list {
  border-radius: 0;
  margin-top: 1px
}
.boxFavourite [data-balloon]:after, .boxFavouriteMobile [data-balloon]:after, .boxBasket [data-balloon]:after, .boxBasketMobile [data-balloon]:after, .boxSideWindow [data-balloon]:after, .boxLogin [data-balloon]:after, .boxForgotPassword [data-balloon]:after, .boxChangeLang [data-balloon]:after {
  font-family: "Lato", sans-serif !important;
  border-radius: 4px
}
.boxFavourite .boxProducts, .boxFavouriteMobile .boxProducts, .boxBasket .boxProducts, .boxBasketMobile .boxProducts, .boxSideWindow .boxProducts, .boxLogin .boxProducts, .boxForgotPassword .boxProducts, .boxChangeLang .boxProducts {
  overflow: auto;
  overflow-x: hidden
}
.boxFavourite .boxProducts::-webkit-scrollbar, .boxFavouriteMobile .boxProducts::-webkit-scrollbar, .boxBasket .boxProducts::-webkit-scrollbar, .boxBasketMobile .boxProducts::-webkit-scrollbar, .boxSideWindow .boxProducts::-webkit-scrollbar, .boxLogin .boxProducts::-webkit-scrollbar, .boxForgotPassword .boxProducts::-webkit-scrollbar, .boxChangeLang .boxProducts::-webkit-scrollbar {
  width: 7px;
  background-color: #eaeaea
}
.boxFavourite .boxProducts::-webkit-scrollbar-thumb, .boxFavouriteMobile .boxProducts::-webkit-scrollbar-thumb, .boxBasket .boxProducts::-webkit-scrollbar-thumb, .boxBasketMobile .boxProducts::-webkit-scrollbar-thumb, .boxSideWindow .boxProducts::-webkit-scrollbar-thumb, .boxLogin .boxProducts::-webkit-scrollbar-thumb, .boxForgotPassword .boxProducts::-webkit-scrollbar-thumb, .boxChangeLang .boxProducts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000
}
.boxFavourite .row, .boxFavouriteMobile .row, .boxBasket .row, .boxBasketMobile .row, .boxSideWindow .row, .boxLogin .row, .boxForgotPassword .row, .boxChangeLang .row {
  margin-top: 0;
  padding-bottom: 15px
}
.boxFavourite .row.fixed-bottom, .boxFavouriteMobile .row.fixed-bottom, .boxBasket .row.fixed-bottom, .boxBasketMobile .row.fixed-bottom, .boxSideWindow .row.fixed-bottom, .boxLogin .row.fixed-bottom, .boxForgotPassword .row.fixed-bottom, .boxChangeLang .row.fixed-bottom {
  margin: 0 !important;
  padding: 0 36px 15px 36px;
  background: #fff;
  position: absolute
}
.boxFavourite .row.fixed-bottom .button-box, .boxFavouriteMobile .row.fixed-bottom .button-box, .boxBasket .row.fixed-bottom .button-box, .boxBasketMobile .row.fixed-bottom .button-box, .boxSideWindow .row.fixed-bottom .button-box, .boxLogin .row.fixed-bottom .button-box, .boxForgotPassword .row.fixed-bottom .button-box, .boxChangeLang .row.fixed-bottom .button-box {
  padding: 0
}
.boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
  height: 39px;
  padding: 0 35px 0 34px;
  outline: 0;
  border-radius: 22px;
  font-size: 12px;
  white-space: nowrap;
  background: #000
}
.boxFavourite .row.fixed-bottom button:hover, .boxFavouriteMobile .row.fixed-bottom button:hover, .boxBasket .row.fixed-bottom button:hover, .boxBasketMobile .row.fixed-bottom button:hover, .boxSideWindow .row.fixed-bottom button:hover, .boxLogin .row.fixed-bottom button:hover, .boxForgotPassword .row.fixed-bottom button:hover, .boxChangeLang .row.fixed-bottom button:hover {
  background-color: #525252
}
.boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf {
  margin-right: 9px;
  background-image: url("../image/ic_favourite_download.svg");
  background-position: center
}
.boxFavourite .row.fixed-bottom .exportToPdf:hover, .boxFavouriteMobile .row.fixed-bottom .exportToPdf:hover, .boxBasket .row.fixed-bottom .exportToPdf:hover, .boxBasketMobile .row.fixed-bottom .exportToPdf:hover, .boxSideWindow .row.fixed-bottom .exportToPdf:hover, .boxLogin .row.fixed-bottom .exportToPdf:hover, .boxForgotPassword .row.fixed-bottom .exportToPdf:hover, .boxChangeLang .row.fixed-bottom .exportToPdf:hover {
  background-color: #000;
  background-image: url("../image/ic_favourite_download_white.svg")
}
.boxFavourite .row.fixed-bottom .exportToPdf:hover:after, .boxFavouriteMobile .row.fixed-bottom .exportToPdf:hover:after, .boxBasket .row.fixed-bottom .exportToPdf:hover:after, .boxBasketMobile .row.fixed-bottom .exportToPdf:hover:after, .boxSideWindow .row.fixed-bottom .exportToPdf:hover:after, .boxLogin .row.fixed-bottom .exportToPdf:hover:after, .boxForgotPassword .row.fixed-bottom .exportToPdf:hover:after, .boxChangeLang .row.fixed-bottom .exportToPdf:hover:after {
  background: #000
}
.boxFavourite .row.fixed-bottom .sendMail, .boxFavouriteMobile .row.fixed-bottom .sendMail, .boxBasket .row.fixed-bottom .sendMail, .boxBasketMobile .row.fixed-bottom .sendMail, .boxSideWindow .row.fixed-bottom .sendMail, .boxLogin .row.fixed-bottom .sendMail, .boxForgotPassword .row.fixed-bottom .sendMail, .boxChangeLang .row.fixed-bottom .sendMail {
  background-image: url("../image/ic_favourite_mail.svg")
}
.boxFavourite .row.fixed-bottom .sendMail:hover, .boxFavouriteMobile .row.fixed-bottom .sendMail:hover, .boxBasket .row.fixed-bottom .sendMail:hover, .boxBasketMobile .row.fixed-bottom .sendMail:hover, .boxSideWindow .row.fixed-bottom .sendMail:hover, .boxLogin .row.fixed-bottom .sendMail:hover, .boxForgotPassword .row.fixed-bottom .sendMail:hover, .boxChangeLang .row.fixed-bottom .sendMail:hover {
  background-color: #000;
  background-image: url("../image/ic_favourite_mail_white.svg")
}
.boxFavourite .row.fixed-bottom .sendMail:hover:after, .boxFavouriteMobile .row.fixed-bottom .sendMail:hover:after, .boxBasket .row.fixed-bottom .sendMail:hover:after, .boxBasketMobile .row.fixed-bottom .sendMail:hover:after, .boxSideWindow .row.fixed-bottom .sendMail:hover:after, .boxLogin .row.fixed-bottom .sendMail:hover:after, .boxForgotPassword .row.fixed-bottom .sendMail:hover:after, .boxChangeLang .row.fixed-bottom .sendMail:hover:after {
  background: #000
}
.boxFavourite a:hover, .boxFavouriteMobile a:hover, .boxBasket a:hover, .boxBasketMobile a:hover, .boxSideWindow a:hover, .boxLogin a:hover, .boxForgotPassword a:hover, .boxChangeLang a:hover {
  text-decoration: none
}
.boxFavourite h5, .boxFavourite .h5, .boxFavouriteMobile h5, .boxFavouriteMobile .h5, .boxBasket h5, .boxBasket .h5, .boxBasketMobile h5, .boxBasketMobile .h5, .boxSideWindow h5, .boxSideWindow .h5, .boxLogin h5, .boxLogin .h5, .boxForgotPassword h5, .boxForgotPassword .h5, .boxChangeLang h5, .boxChangeLang .h5 {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin: 0;
  text-align: left
}
.boxFavourite h5 img, .boxFavourite .h5 img, .boxFavouriteMobile h5 img, .boxFavouriteMobile .h5 img, .boxBasket h5 img, .boxBasket .h5 img, .boxBasketMobile h5 img, .boxBasketMobile .h5 img, .boxSideWindow h5 img, .boxSideWindow .h5 img, .boxLogin h5 img, .boxLogin .h5 img, .boxForgotPassword h5 img, .boxForgotPassword .h5 img, .boxChangeLang h5 img, .boxChangeLang .h5 img {
  position: absolute;
  bottom: 28px;
  right: 13px;
  cursor: pointer
}
.boxFavourite .singleFavourite, .boxFavouriteMobile .singleFavourite, .boxBasket .singleFavourite, .boxBasketMobile .singleFavourite, .boxSideWindow .singleFavourite, .boxLogin .singleFavourite, .boxForgotPassword .singleFavourite, .boxChangeLang .singleFavourite {
  padding: 17px 0;
  border-bottom: 1px solid #e8e6e6;
  overflow: hidden
}
.boxFavourite .singleFavourite > div, .boxFavouriteMobile .singleFavourite > div, .boxBasket .singleFavourite > div, .boxBasketMobile .singleFavourite > div, .boxSideWindow .singleFavourite > div, .boxLogin .singleFavourite > div, .boxForgotPassword .singleFavourite > div, .boxChangeLang .singleFavourite > div {
  float: left
}
.boxFavourite .singleFavourite .indexProduct, .boxFavouriteMobile .singleFavourite .indexProduct, .boxBasket .singleFavourite .indexProduct, .boxBasketMobile .singleFavourite .indexProduct, .boxSideWindow .singleFavourite .indexProduct, .boxLogin .singleFavourite .indexProduct, .boxForgotPassword .singleFavourite .indexProduct, .boxChangeLang .singleFavourite .indexProduct {
  font-size: 14px;
  margin: 0
}
.boxFavourite .singleFavourite .imgProduct, .boxFavouriteMobile .singleFavourite .imgProduct, .boxBasket .singleFavourite .imgProduct, .boxBasketMobile .singleFavourite .imgProduct, .boxSideWindow .singleFavourite .imgProduct, .boxLogin .singleFavourite .imgProduct, .boxForgotPassword .singleFavourite .imgProduct, .boxChangeLang .singleFavourite .imgProduct {
  margin-right: 17px
}
.boxFavourite .singleFavourite .productDetails, .boxFavouriteMobile .singleFavourite .productDetails, .boxBasket .singleFavourite .productDetails, .boxBasketMobile .singleFavourite .productDetails, .boxSideWindow .singleFavourite .productDetails, .boxLogin .singleFavourite .productDetails, .boxForgotPassword .singleFavourite .productDetails, .boxChangeLang .singleFavourite .productDetails {
  max-width: calc(100% - 150px)
}
.boxFavourite .singleFavourite .nameProduct span, .boxFavouriteMobile .singleFavourite .nameProduct span, .boxBasket .singleFavourite .nameProduct span, .boxBasketMobile .singleFavourite .nameProduct span, .boxSideWindow .singleFavourite .nameProduct span, .boxLogin .singleFavourite .nameProduct span, .boxForgotPassword .singleFavourite .nameProduct span, .boxChangeLang .singleFavourite .nameProduct span {
  color: #000;
  text-decoration: none;
  padding-right: 30px
}
.boxFavourite .singleFavourite .nameProduct span:first-letter, .boxFavouriteMobile .singleFavourite .nameProduct span:first-letter, .boxBasket .singleFavourite .nameProduct span:first-letter, .boxBasketMobile .singleFavourite .nameProduct span:first-letter, .boxSideWindow .singleFavourite .nameProduct span:first-letter, .boxLogin .singleFavourite .nameProduct span:first-letter, .boxForgotPassword .singleFavourite .nameProduct span:first-letter, .boxChangeLang .singleFavourite .nameProduct span:first-letter {
  text-transform: uppercase
}
.boxFavourite .singleFavourite .nameProduct span:first-of-type, .boxFavouriteMobile .singleFavourite .nameProduct span:first-of-type, .boxBasket .singleFavourite .nameProduct span:first-of-type, .boxBasketMobile .singleFavourite .nameProduct span:first-of-type, .boxSideWindow .singleFavourite .nameProduct span:first-of-type, .boxLogin .singleFavourite .nameProduct span:first-of-type, .boxForgotPassword .singleFavourite .nameProduct span:first-of-type, .boxChangeLang .singleFavourite .nameProduct span:first-of-type {
  font-weight: 400;
  text-transform: uppercase
}
.boxFavourite .singleFavourite .priceProduct, .boxFavouriteMobile .singleFavourite .priceProduct, .boxBasket .singleFavourite .priceProduct, .boxBasketMobile .singleFavourite .priceProduct, .boxSideWindow .singleFavourite .priceProduct, .boxLogin .singleFavourite .priceProduct, .boxForgotPassword .singleFavourite .priceProduct, .boxChangeLang .singleFavourite .priceProduct {
  margin: 0;
  padding-top: 7px;
  font-weight: 400
}
.boxFavourite .singleFavourite .removeFavourite, .boxFavouriteMobile .singleFavourite .removeFavourite, .boxBasket .singleFavourite .removeFavourite, .boxBasketMobile .singleFavourite .removeFavourite, .boxSideWindow .singleFavourite .removeFavourite, .boxLogin .singleFavourite .removeFavourite, .boxForgotPassword .singleFavourite .removeFavourite, .boxChangeLang .singleFavourite .removeFavourite {
  right: 15px;
  top: 15px;
  opacity: .3;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.boxFavourite .singleFavourite .removeFavourite:hover, .boxFavouriteMobile .singleFavourite .removeFavourite:hover, .boxBasket .singleFavourite .removeFavourite:hover, .boxBasketMobile .singleFavourite .removeFavourite:hover, .boxSideWindow .singleFavourite .removeFavourite:hover, .boxLogin .singleFavourite .removeFavourite:hover, .boxForgotPassword .singleFavourite .removeFavourite:hover, .boxChangeLang .singleFavourite .removeFavourite:hover {
  opacity: 1
}
.boxFavourite .emptyFavourite .emptyFavouriteInfo, .boxFavouriteMobile .emptyFavourite .emptyFavouriteInfo, .boxBasket .emptyFavourite .emptyFavouriteInfo, .boxBasketMobile .emptyFavourite .emptyFavouriteInfo, .boxSideWindow .emptyFavourite .emptyFavouriteInfo, .boxLogin .emptyFavourite .emptyFavouriteInfo, .boxForgotPassword .emptyFavourite .emptyFavouriteInfo, .boxChangeLang .emptyFavourite .emptyFavouriteInfo {
  position: relative;
  border-bottom: 0;
  margin: 0
}
.boxFavourite .emptyFavourite .emptyFavouriteInfo p:first-child, .boxFavouriteMobile .emptyFavourite .emptyFavouriteInfo p:first-child, .boxBasket .emptyFavourite .emptyFavouriteInfo p:first-child, .boxBasketMobile .emptyFavourite .emptyFavouriteInfo p:first-child, .boxSideWindow .emptyFavourite .emptyFavouriteInfo p:first-child, .boxLogin .emptyFavourite .emptyFavouriteInfo p:first-child, .boxForgotPassword .emptyFavourite .emptyFavouriteInfo p:first-child, .boxChangeLang .emptyFavourite .emptyFavouriteInfo p:first-child {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  margin-top: 52px;
  margin-bottom: 3px;
  text-align: center;
  color: #000
}
.boxFavourite .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxFavouriteMobile .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxBasket .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxBasketMobile .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxSideWindow .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxLogin .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxForgotPassword .emptyFavourite .emptyFavouriteInfo p:nth-child(2), .boxChangeLang .emptyFavourite .emptyFavouriteInfo p:nth-child(2) {
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  color: #8a8a8a
}
.boxFavourite .emptyFavourite .emptyFavouriteInfo img, .boxFavouriteMobile .emptyFavourite .emptyFavouriteInfo img, .boxBasket .emptyFavourite .emptyFavouriteInfo img, .boxBasketMobile .emptyFavourite .emptyFavouriteInfo img, .boxSideWindow .emptyFavourite .emptyFavouriteInfo img, .boxLogin .emptyFavourite .emptyFavouriteInfo img, .boxForgotPassword .emptyFavourite .emptyFavouriteInfo img, .boxChangeLang .emptyFavourite .emptyFavouriteInfo img {
  padding: 0 9px;
  height: 13px
}
.returnToBoxLogin {
  text-decoration: underline;
  margin-bottom: 50px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 14px
}
.boxForgotPassword {
  -webkit-transition: all 0s ease;
  transition: all 0s ease
}
.sideBox .container {
  display: block
}
.buttonRegistration {
  height: 37px !important
}
.boxChangeLang .chooseCountries .current {
  text-transform: capitalize;
  display: block
}
.boxChangeLang .chooseCountries ul {
  max-height: 50vh
}
.boxChangeLang .chooseCountries ul li {
  text-transform: capitalize
}
.boxChangeLang .chooseCountries, .boxChangeLang .chooseLanguages {
  width: 100%
}
.boxChangeLang .nice-select ul {
  width: 100%
}
.boxChangeLang .nice-select:after {
  right: 13px;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 6px;
  border: 0;
  background: url(../image/ic_select_arrow_down.svg) no-repeat;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.boxChangeLang .nice-select.open .list {
  overflow-y: auto !important
}
.boxChangeLang .nice-select.open .list::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
.boxChangeLang .nice-select.open .list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0
}
.boxChangeLang .nice-select.open .list::-webkit-scrollbar-thumb {
  width: 2px;
  cursor: pointer;
  border-radius: 52px;
  border: 3px solid #f0f0f0;
  background: #000;
  -webkit-box-shadow: white 0 0 0 1px;
  box-shadow: white 0 0 0 1px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}
.boxChangeLang .nice-select.open li.disabled {
  display: none !important
}
.boxChangeLang .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 19px;
  top: calc(50% - 6px)
}
.boxChangeLang .languages-title {
  margin-top: 25px
}
.boxChangeLang button {
  width: 100%;
  margin-top: 30px !important
}
.boxChangeLang .row {
  border-bottom: 0
}
.boxForgotPassword input[type='email'], .boxForgotPassword input[type='password'], .boxForgotPassword input[type='text'], .boxForgotPassword input[type='nunber'] {
  padding-bottom: 0;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  border-radius: 0
}
.boxForgotPassword input[type='password'] {
  margin-bottom: 43px;
  margin-top: 28px
}
.boxForgotPassword input[type='submit'] {
  border-bottom: solid 1px #000;
  margin-bottom: 32px;
  margin-left: 0;
  width: 100% !important;
  margin-top: 40px
}
.boxForgotPassword p.error {
  margin-bottom: 10px !important;
  color: #a80000 !important;
  font-size: 14px !important;
  text-align: left !important
}
.boxForgotPassword .text-center {
  clear: both
}
.boxForgotPassword .h3 {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  margin-top: 20px
}
.boxForgotPassword .row {
  display: block;
  text-align: left;
  border-bottom: 0
}
.boxLogin input[type='email'], .boxLogin input[type='password'], .boxLogin input[type='text'], .boxLogin input[type='nunber'] {
  padding-bottom: 0;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  border-radius: 0
}
.boxLogin input[type='password'] {
  margin-bottom: 32px;
  margin-top: 28px
}
.boxLogin input[type='submit'] {
  border-bottom: solid 1px #000;
  margin-bottom: 32px;
  width: 66% !important;
  margin-left: 0
}
.boxLogin .forgotPasswordText {
  text-decoration: underline;
  margin-bottom: 50px;
  cursor: pointer;
  font-size: 14px
}
.boxLogin p.error {
  margin-bottom: 10px !important;
  color: #a80000 !important;
  font-size: 14px !important;
  text-align: left !important
}
.boxLogin .text-center {
  clear: both
}
.boxLogin .row {
  border-bottom: 0
}
.boxLogin .h3 {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  margin-top: 20px;
  clear: both
}
.boxLogin .buttonLoginGoogle {
  margin-right: 0;
  width: 15%;
  text-align: center;
  margin-left: 1%;
  padding-left: 0;
  padding-right: 0
}
.boxLogin .buttonLoginGoogle .btnLoginGoogle {
  width: 12px;
  height: 12px;
  background-image: url(../image/ic_google.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0
}
.boxLogin .buttonLoginFb {
  margin-right: 0;
  width: 15%;
  text-align: center;
  margin-left: 1%;
  padding-left: 0;
  padding-right: 0
}
.boxLogin .buttonLoginFb .btnLoginFb {
  width: 12px;
  height: 12px;
  background-image: url(../image/ic_fb_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0
}
.boxLogin .button:hover .btnLoginFb, .boxLogin .button-create:hover .btnLoginFb, .boxLogin .button-close:hover .btnLoginFb {
  background-image: url(../image/ic_fb_white_2.svg)
}
.boxLogin .button:hover .btnLoginGoogle, .boxLogin .button-create:hover .btnLoginGoogle, .boxLogin .button-close:hover .btnLoginGoogle {
  background-image: url(../image/ic_google_white.svg)
}
.simplifiedStockBox label {
  margin-left: 5px
}
.simplifiedStockBox input:first-child {
  margin-top: 8px
}
.simplifiedStockBox .simplifiedStockBoxInput:last-of-type {
  margin-left: 20px
}
.mw-140 {
  min-width: 140px
}
@media(max-width:600px) {
  .boxLogin input[type='submit'] {
    width: 100% !important
  }
  .boxLogin .buttonLoginGoogle {
    margin-right: 0;
    width: 46%;
    float: right
  }
  .boxLogin .buttonLoginFb {
    width: 46%;
    margin-left: 0;
    float: left
  }
}
.boxFavouriteMobile h5 img, .boxFavouriteMobile .h5 img, .boxBasketMobile h5 img, .boxBasketMobile .h5 img {
  right: 0
}
.boxFavouriteMobile .singleFavourite .productDetails, .boxBasketMobile .singleFavourite .productDetails {
  max-width: calc(100% - 150px)
}
.boxFavouriteMobile .singleFavourite .nameProduct span:first-of-type, .boxBasketMobile .singleFavourite .nameProduct span:first-of-type {
  padding-top: 10px !important;
  margin-top: 0
}
.boxFavouriteMobile .singleFavourite .removeFavourite, .boxBasketMobile .singleFavourite .removeFavourite {
  right: 2px;
  top: 17px
}
.boxFavouriteAfterClick, .boxBasketAfterClick, .boxLoginAfterClick, .boxChangeLangAfterClick {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.boxForgotPasswordAfterClick {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out
}
.boxBasket .borderBot {
  padding-bottom: 22px;
  border-bottom: 2px solid #202020
}
.boxSideWindow {
  max-width: 100%
}
.boxSideWindow h5, .boxSideWindow .h5 {
  max-width: 90%
}
.boxSideWindow .closeSideWindow {
  top: 23px;
  right: 13px;
  position: absolute;
  cursor: pointer
}
#sendFavouritesViaEmail, #sendFavouritesViaEmailMobile {
  top: 0;
  right: 48px;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  margin-top: 0
}
#sendFavouritesViaEmail input, #sendFavouritesViaEmailMobile input {
  font-family: "Lato", sans-serif;
  outline: 0;
  border: 0;
  border-radius: 18.5px
}
#sendFavouritesViaEmail input::-webkit-input-placeholder, #sendFavouritesViaEmailMobile input::-webkit-input-placeholder {
  color: #000
}
#sendFavouritesViaEmail input::-moz-placeholder, #sendFavouritesViaEmailMobile input::-moz-placeholder {
  color: #000
}
#sendFavouritesViaEmail input:-ms-input-placeholder, #sendFavouritesViaEmailMobile input:-ms-input-placeholder {
  color: #000
}
#sendFavouritesViaEmail input::-ms-input-placeholder, #sendFavouritesViaEmailMobile input::-ms-input-placeholder {
  color: #000
}
#sendFavouritesViaEmail input::placeholder, #sendFavouritesViaEmailMobile input::placeholder {
  color: #000
}
#sendFavouritesViaEmail input[type="text"], #sendFavouritesViaEmailMobile input[type="text"] {
  width: 245px;
  height: 37px;
  padding-left: 20px;
  padding-right: 44px;
  border: solid 1px #454545
}
#sendFavouritesViaEmail input.emailNoValid, #sendFavouritesViaEmailMobile input.emailNoValid {
  border-color: #c6c6c6
}
#sendFavouritesViaEmail input.emailNoValid::-webkit-input-placeholder, #sendFavouritesViaEmailMobile input.emailNoValid::-webkit-input-placeholder {
  color: #8a8a8a
}
#sendFavouritesViaEmail input.emailNoValid::-moz-placeholder, #sendFavouritesViaEmailMobile input.emailNoValid::-moz-placeholder {
  color: #8a8a8a
}
#sendFavouritesViaEmail input.emailNoValid:-ms-input-placeholder, #sendFavouritesViaEmailMobile input.emailNoValid:-ms-input-placeholder {
  color: #8a8a8a
}
#sendFavouritesViaEmail input.emailNoValid::-ms-input-placeholder, #sendFavouritesViaEmailMobile input.emailNoValid::-ms-input-placeholder {
  color: #8a8a8a
}
#sendFavouritesViaEmail input.emailNoValid::placeholder, #sendFavouritesViaEmailMobile input.emailNoValid::placeholder {
  color: #8a8a8a
}
#sendFavouritesViaEmail button.submitEmail, #sendFavouritesViaEmailMobile button.submitEmail {
  top: 0;
  right: 0;
  padding: 0;
  width: 37px;
  height: 100%;
  background: transparent;
  border-radius: 18.5px;
  outline: 0;
  border: 0;
  background: url(../image/ic_form_submit_arrow_black.svg) no-repeat;
  background-position: 2px 13px
}
#sendFavouritesViaEmail button.submitEmail.emailNoValid, #sendFavouritesViaEmailMobile button.submitEmail.emailNoValid {
  background: url(../image/ic_form_submit_arrow_grey.svg) no-repeat;
  background-position: 2px 13px
}
#sendFavouritesViaEmail.show, #sendFavouritesViaEmailMobile.show {
  visibility: visible;
  opacity: 1
}
#sendFavouritesViaEmailMobile {
  right: 16px
}
.sendViaEmailFromFavouritesPage {
  padding-top: 5px
}
.sendViaEmailFromFavouritesPage #sendFavouritesViaEmail {
  position: relative !important;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 5px;
  display: none
}
.sendViaEmailFromFavouritesPage #sendFavouritesViaEmail.show {
  display: block
}
.sendViaEmailFromFavouritesPage #sendFavouritesViaEmail.show input[type='text'] {
  height: 38px;
  padding-top: 6px
}
.boxH {
  max-height: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  opacity: 0;
  visibility: hidden
}
.boxChangeH {
  max-height: 1000px;
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0)
}
.boxCountry .choseCountryT {
  padding: 0 0 0 35px !important
}
.checkLang {
  position: absolute;
  top: 8px;
  right: 35px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.changeLang {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px
}
.countryUp {
  width: 9px
}
.cookie-popup {
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 400px;
  font-size: 14px;
  color: #fff;
  background: #000;
  position: fixed;
  z-index: 99
}
.cookie-popup a {
  color: #fff;
  text-decoration: underline
}
.cookie-popup a:hover {
  color: #a3a3a3
}
.cookie-popup .cookie-content {
  margin-bottom: 20px
}
.cookie-popup .cookie-btn {
  padding-left: 35px;
  padding-right: 35px;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: normal;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  outline: 0
}
.cookie-popup .cookie-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff
}
@media(max-width:465px) {
  .cookie-popup {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px
  }
}
.productCategoryHeader {
  margin-top: 76px
}
.productCategoryHeader > div:first-of-type {
  overflow: hidden;
  background-size: 1920px 480px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #000
}
.productCategoryHeader h1 {
  font-size: 22px;
  line-height: 1.2;
  color: #fff
}
.productCategoryHeader .container-fluid {
  bottom: 0
}
@media(min-width:768px) {
  .productCategoryHeader .container-fluid {
    left: 15%
  }
}
.productCategoryHeader .content {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 375px
}
.productCategoryHeader .content a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.productCategoryHeader .content a .iconContainer {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 15px;
  position: relative
}
.productCategoryHeader .content a .iconContainer::after {
  right: calc(50% + 10px);
  top: calc(50% - 2px);
  width: 8px;
  height: 5px;
  content: url(../image/ic_menu_arrow_down.svg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: auto;
  display: block;
  position: absolute
}
.productCategoryHeader .descriptionText {
  margin-top: 18px;
  line-height: 1.5;
  font-size: 14px;
  color: #fafafa
}
.productCategoryHeader .bannerButton {
  margin-top: 18px
}
.productCategoryHeader .bannerButton .button, .productCategoryHeader .bannerButton .button-create, .productCategoryHeader .bannerButton .button-close {
  border: 1px solid #fff
}
.productCategoryHeader .bannerButton .button:hover, .productCategoryHeader .bannerButton .button-create:hover, .productCategoryHeader .bannerButton .button-close:hover {
  color: #000
}
.addToCartIcon {
  background-image: url(../image/ic_bag_black.svg);
  width: 23px;
  height: 17px
}
.addToCartIcon:hover {
  background-image: url(../image/ic_bag_white.svg)
}
.button:hover .addToCartIcon, .button-create:hover .addToCartIcon, .button-close:hover .addToCartIcon {
  background-image: url(../image/ic_bag_white.svg)
}
.openIcon {
  background-image: url(../image/ikony_open.svg);
  width: 23px;
  height: 23px
}
.openIcon:hover {
  background-image: url(../image/ikony_open_wht.svg)
}
.button:hover .openIcon, .button-create:hover .openIcon, .button-close:hover .openIcon {
  background-image: url(../image/ikony_open_wht.svg)
}
.duplicateIcon {
  background-image: url(../image/ikony_duplicate.svg);
  width: 18px;
  height: 18px
}
.duplicateIcon:hover {
  background-image: url(../image/ikony_duplicate_wht.svg)
}
.button:hover .duplicateIcon, .button-create:hover .duplicateIcon, .button-close:hover .duplicateIcon {
  background-image: url(../image/ikony_duplicate_wht.svg)
}
.archiveIcon {
  background-image: url(../image/ikony_archive.svg);
  width: 18px;
  height: 18px
}
.archiveIcon:hover {
  background-image: url(../image/ikony_archive_wht.svg)
}
.button:hover .archiveIcon, .button-create:hover .archiveIcon, .button-close:hover .archiveIcon {
  background-image: url(../image/ikony_archive_wht.svg)
}
.circleButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right
}
.circleButtons .button, .circleButtons .button-create, .circleButtons .button-close {
  margin-right: 10px;
  border: 1px solid #a3a3a3
}
.exportToPdfButton {
  background-position: left;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 35px;
  padding-left: 58px !important;
  background-image: url(../image/ic_favourite_download_white.svg)
}
.exportToPdfButton:hover {
  background-image: url(../image/ic_favourite_download.svg)
}
.sendMailButton {
  background-position: left;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 35px;
  padding-left: 58px !important;
  background-image: url(../image/ic_favourite_mail_white.svg)
}
.sendMailButton:hover {
  background-image: url(../image/ic_favourite_mail.svg)
}
.subDescription {
  background-color: #000;
  color: #fafafa;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 18px 15px 18px
}
.subDescription p {
  margin: 0;
  padding-bottom: 18px;
  padding-left: 0;
  color: #fafafa
}
.subDescription p:last-child {
  padding-bottom: 0
}
.technologyHeader .block-bg-white {
  background-color: #fff
}
.technologyHeader .block-bg-white.subDescription {
  color: #000
}
.technologyHeader .block-bg-white.subDescription p {
  color: #000 !important
}
#searchModal {
  background-color: #000
}
#searchModal .modal-header {
  border-bottom: 0
}
#searchModal .modal-footer {
  border-top: 0
}
#searchModal .modal-content {
  background-color: transparent;
  border-color: transparent
}
#searchModal img.close {
  position: absolute;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  top: 31px;
  right: 45px;
  opacity: 1
}
#searchModal div.header {
  padding-bottom: 40px
}
#searchModal div.content {
  padding-top: 0
}
#searchModal form {
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid white
}
#searchModal p {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: .88;
  color: #f5f5f5;
  text-align: center
}
#searchModal input[type="text"]::-webkit-input-placeholder {
  color: #fff
}
#searchModal input[type="text"]::-moz-placeholder {
  color: #fff
}
#searchModal input[type="text"]:-ms-input-placeholder {
  color: #fff
}
#searchModal input[type="text"]::-ms-input-placeholder {
  color: #fff
}
#searchModal input[type="text"]::placeholder {
  color: #fff
}
#searchModal input[type='text'] {
  width: 100%;
  background-color: transparent;
  border: transparent;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#searchModal input[type='image'] {
  position: absolute;
  width: 20px;
  right: 8px;
  bottom: 12px;
  outline: 0
}
#searchModal .search-submit {
  right: 0;
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute
}
#searchModal label {
  margin-bottom: 0
}
.dimmer {
  background-color: #131313;
  opacity: .88
}
input[type='email'], input[type='password'], input[type='text'], input[type='nunber'] {
  border-radius: 0;
  font-size: 14px
}
.close {
  font-size: 1rem
}
#resetPassword {
  padding-right: 0;
  font-size: 12px
}
@media(max-width:768px) {
  #resetPassword {
    overflow: scroll
  }
}
#resetPassword .close {
  top: 17px;
  right: 17px;
  position: absolute;
  opacity: 1;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
#resetPassword .close:hover {
  opacity: .5
}
#resetPassword h5, #resetPassword .h5 {
  text-transform: uppercase
}
#resetPassword .modal-header, #resetPassword .modal-footer {
  display: block;
  border: transparent
}
#resetPassword .modal-body, #resetPassword .modal-footer {
  padding-left: 45px;
  padding-right: 45px
}
#resetPassword .modal-footer {
  margin-top: 30px;
  margin-bottom: 7px
}
#resetPassword .modal-footer p {
  cursor: pointer;
  color: #000;
  line-height: 1.2;
  border-bottom: 1px solid;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#resetPassword .modal-header {
  padding: 40px 0 38px 0;
  position: relative
}
#resetPassword .msg-add-to-favorite {
  margin-top: -20px;
  margin-bottom: 28px;
  display: none;
  text-align: center
}
#resetPassword input[type='password'] {
  margin-bottom: 43px;
  margin-top: 28px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#resetPassword input[type='email'], #resetPassword input[type='password'], #resetPassword input[type='text'] {
  padding-bottom: 0;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #000;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  border-radius: 0
}
#resetPassword input[type='email'] ::-webkit-input-placeholder, #resetPassword input[type='password'] ::-webkit-input-placeholder, #resetPassword input[type='text'] ::-webkit-input-placeholder {
  color: #8a8a8a
}
#resetPassword input[type='email'] ::-moz-placeholder, #resetPassword input[type='password'] ::-moz-placeholder, #resetPassword input[type='text'] ::-moz-placeholder {
  color: #8a8a8a
}
#resetPassword input[type='email'] :-ms-input-placeholder, #resetPassword input[type='password'] :-ms-input-placeholder, #resetPassword input[type='text'] :-ms-input-placeholder {
  color: #8a8a8a
}
#resetPassword input[type='email'] ::-ms-input-placeholder, #resetPassword input[type='password'] ::-ms-input-placeholder, #resetPassword input[type='text'] ::-ms-input-placeholder {
  color: #8a8a8a
}
#resetPassword input[type='email'] ::placeholder, #resetPassword input[type='password'] ::placeholder, #resetPassword input[type='text'] ::placeholder {
  color: #8a8a8a
}
#resetPassword input[name='user[plainPassword][first]'] {
  margin-bottom: 0
}
#resetPassword input:-webkit-autofill, #resetPassword input:-webkit-autofill:hover, #resetPassword input:-webkit-autofill:focus, #resetPassword input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset
}
#resetPassword form button {
  padding: 8px 0;
  border-radius: 19.5px;
  border: solid 1px #9fa0a1;
  background-color: #fff;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position-x: 70px;
  background-position-y: 12px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#resetPassword form input:hover {
  border-bottom: solid 1px #000
}
#resetPassword .changePlaceholder::-webkit-input-placeholder {
  color: #000
}
#resetPassword .changePlaceholder::-moz-placeholder {
  color: #000
}
#resetPassword .changePlaceholder:-ms-input-placeholder {
  color: #000
}
#resetPassword .changePlaceholder::-ms-input-placeholder {
  color: #000
}
#resetPassword .changePlaceholder::placeholder {
  color: #000
}
#resetPassword .btnLoginFb {
  width: 14px;
  height: 14px;
  background-image: url(../image/ic_fb_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px
}
#resetPassword .btnLoginGoogle {
  width: 12px;
  height: 12px;
  background-image: url(../image/ic_google.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px
}
#resetPassword .button:hover .btnLoginFb, #resetPassword .button-create:hover .btnLoginFb, #resetPassword .button-close:hover .btnLoginFb {
  background-image: url(../image/ic_fb_white_2.svg)
}
#resetPassword .button:hover .btnLoginGoogle, #resetPassword .button-create:hover .btnLoginGoogle, #resetPassword .button-close:hover .btnLoginGoogle {
  background-image: url(../image/ic_google_white.svg)
}
#resetPassword form button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff
}
#resetPassword label {
  position: relative;
  margin-top: 28px;
  line-height: normal;
  text-align: left;
  color: #8a8a8a
}
#resetPassword label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-color: #e3e3e3;
  outline: 0
}
#resetPassword label input[type='checkbox']:checked {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center
}
#resetPassword label input {
  position: absolute;
  top: 1px
}
#resetPassword label span {
  padding-left: 30px;
  display: block
}
#resetPassword label .newsletter {
  margin-top: 2px
}
#resetPassword p.info {
  padding-left: 37px;
  margin-top: 5px;
  line-height: 1.5;
  text-align: left;
  color: #8a8a8a
}
#resetPassword p.info a {
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
#resetPassword p.info a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent
}
.regulations {
  max-width: 1033px;
  margin: 73px auto 0;
  padding-bottom: 41px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify
}
@media(max-width:1024px) {
  .regulations {
    padding: 0 20px
  }
}
.regulations a {
  color: #000;
  font-weight: 400
}
.regulations a:hover {
  color: #a3a3a3
}
.regulations a.button, .regulations a.button-create, .regulations a.button-close {
  color: #fff
}
.regulations a.button:hover, .regulations a.button-create:hover, .regulations a.button-close:hover {
  color: #000
}
.regulations a.button--inverted {
  color: #000
}
.regulations a.button--inverted:hover {
  color: #fff
}
.regulations ol.header {
  padding-left: 0;
  list-style: none
}
.regulations .title {
  margin-bottom: 64px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #000
}
.regulations .nestedOl {
  list-style: decimal;
  padding-left: 15px;
  margin: 0
}
.regulations .mt-13 {
  margin-top: 13px !important
}
.regulations .mb-13 {
  margin-bottom: 13px !important
}
.regulations .textToCenter {
  text-align: center
}
.regulations .toRight {
  padding-left: 20px;
  max-width: 350px
}
.regulations .header {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 26px
}
.regulations .Table {
  font-size: 14px;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.regulations .Table tbody {
  margin: auto
}
.regulations .Table p, .regulations .Table td {
  font-size: 14px
}
@media(max-width:769px) {
  .regulations ol, .regulations ul {
    padding-left: 10px
  }
  .regulations li {
    margin-left: 8px
  }
}
.proOn {
  display: none
}
.isPro .proOff {
  display: none
}
.isPro .proOn {
  display: block
}
#footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 36px 0;
  background-color: #000;
  z-index: 9;
  position: relative
}
#footer .row {
  padding-left: 48px;
  padding-right: 48px
}
footer .col-md-3, footer .col-md-6, footer .col-12 {
  padding: 0
}
#findShop input[type='submit'] {
  position: absolute;
  right: 0;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
footer {
  font-size: 14px
}
footer img {
  margin-right: 8px;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
footer img:hover {
  opacity: .6
}
footer .sub.footerHeader {
  margin-bottom: 19px
}
footer .footerRowInfo hr {
  width: 100%;
  margin: 0;
  border-top: 2px solid #171717
}
footer .footerRowInfo .h5 {
  margin-top: 30px;
  margin-bottom: 22px
}
footer .footerRowInfo h6 {
  margin-top: 26px
}
footer .row:first-child {
  padding-bottom: 26px
}
footer .h4 {
  margin-top: 23px;
  margin-bottom: 16px
}
.openSearch, .openLogin, .openBoxLogin, .openFavourite, .closeFavourite, .showCarouselCollection, .openBasket, .closeBasket, .openRegister {
  cursor: pointer
}
.lineFooter {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #fff
}
.footerAddress {
  font-size: 12px;
  line-height: 1.42;
  color: #636363;
  margin-top: 50px;
  margin-bottom: 0
}
.footerHeader {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #e6e6e6;
  text-transform: uppercase
}
.footerHeader img {
  top: 23px;
  right: 0;
  pointer-events: none
}
.footerHeader img.footerLinksOpen {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.list a {
  text-decoration: none
}
.list .item {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1.71;
  color: #a3a3a3;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s
}
.list .item:hover {
  text-decoration: none;
  color: #f4f4f4
}
.d-none-navMobile, .hidden {
  display: none
}
.opacity-1 {
  opacity: 1
}
.mt10 {
  margin-top: 10px
}
.mt15 {
  margin-top: 15px !important
}
.mt40 {
  margin-top: 40px
}
.mt50 {
  margin-top: 50px
}
.mb0 {
  margin-bottom: 0
}
.mb12 {
  margin-bottom: 12px
}
.mb21 {
  margin-bottom: 21px
}
.mb19 {
  margin-bottom: 19px
}
.mb24 {
  margin-bottom: 24px
}
.mb38 {
  margin-bottom: 38px !important
}
.pr50 {
  padding-right: 50px
}
.pr55 {
  padding-right: 55px
}
.pl14 {
  padding-left: 14px
}
.pl55 {
  padding-left: 55px
}
.pt4 {
  padding-top: 4px
}
.pt0 {
  padding-top: 0
}
.pl0 {
  padding-left: 0
}
.pl11-p {
  padding-left: 11%
}
.pr0 {
  padding-right: 0
}
.pb33 {
  padding-bottom: 33px
}
.font-size-12 {
  font-size: 12px !important
}
.border-t {
  border: transparent
}
.dsn {
  display: none
}
.opacity-0 {
  opacity: 0
}
.uc-first::first-letter {
  text-transform: uppercase
}
.normalPageTitle {
  margin-top: 71px !important;
  margin-bottom: 37px !important;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #000
}
.productNew {
  padding: 6px 14px;
  background-color: #000;
  line-height: 1 !important;
  color: #fff;
  border-radius: 15px;
  text-transform: uppercase;
  display: inline-block
}
.countContainer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 105px;
  min-width: 80px;
  border: 1px solid #000;
  border-radius: 18px
}
.countContainer .counter {
  min-width: 40px;
  max-width: 40px;
  width: 100%;
  height: 36px;
  border: none !important;
  outline: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.83;
  letter-spacing: .3px
}
@media(max-width:340px) {
  .countContainer .counter {
    min-width: 30px
  }
}
.countContainer .counter::-webkit-inner-spin-button, .countContainer .counter::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.countContainer .indicator {
  margin: auto;
  height: 13px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 20px;
  text-indent: -9999px;
  white-space: nowrap
}
.countContainer .indicator:hover {
  color: #000
}
.countContainer .indicator-minus {
  margin-left: 8px;
  background: url("../image/ic_minus.svg") no-repeat center center
}
.countContainer .indicator-plus {
  margin-right: 8px;
  background: url("../image/ic_plus.svg") no-repeat center center
}
.reservation {
  line-height: 1.2
}
.tooltip {
  font-size: 12px;
  font-family: "Lato", sans-serif
}
.tooltip .arrow {
  display: none
}
.tooltip .tooltip-inner {
  padding-bottom: 0;
  background-color: transparent;
  color: #000
}
.tt-info-text {
  top: -15px;
  left: 22px;
  text-transform: none;
  background: #000;
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal
}
.tt-info-text.tt-left {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%)
}
.tt-info-text.tt-info-text-side {
  left: auto
}
@media(max-width:1024px) {
  .tt-info-text.tt-info-text-side {
    top: 24px;
    margin-left: 0
  }
}
.tt-info {
  top: -18px;
  margin-left: 10px;
  width: 18px;
  height: 24px;
  background: url("../image/ic_info_2.svg") no-repeat center center;
  display: inline-block;
  cursor: pointer;
  position: absolute
}
.tt-info-side {
  top: -4px
}
.cartTable .name {
  text-align: left;
  padding-left: 148px
}
.nice-select.grey-style {
  font-weight: 300
}
.nice-select.grey-style ul {
  background-color: #efefef !important;
  width: 100%
}
.nice-select.grey-style ul .option {
  background-color: #efefef !important;
  font-weight: 300;
  font-size: 14px
}
.nice-select.grey-style ul .option:hover {
  background-color: #e7e7e7 !important
}
.nice-select.grey-style ul .option.selected {
  font-weight: 300
}
.nice-select.rounded-0 ul {
  border-radius: 0
}
@media(max-width:768px) {
  .cartTable .name {
    padding-left: 113px !important
  }
}
@media(min-width:1900px) {
  .scrollDown {
    left: 46%
  }
}
@media(min-width:2450px) {
  .scrollDown {
    left: 47%
  }
}
@media(max-width:1440px) {
  .boxFavourite, .boxBasket, .boxLogin, .boxForgotPassword, .boxChangeLang {
    width: 41%
  }
}
@media(max-width:1290px) {
  .boxFavourite, .boxBasket, .boxLogin, .boxForgotPassword, .boxChangeLang {
    width: 47%
  }
}
@media(max-width:767.98px) {
  .boxFavourite, .boxBasket, .boxLogin, .boxForgotPassword, .boxChangeLang {
    width: 100%
  }
}
@media(max-width:1182px) {
  .mapboxgl-popup-content {
    right: 250px
  }
}
@media(max-width:1200px) {
  header, .productCategoryHeader {
    margin-top: 61px
  }
  .d-none-navMobile {
    display: block
  }
  .d-none-nav {
    display: none
  }
  .d-none-mobileMenuSection {
    display: none !important
  }
  .mobile-menu-opened .menuMobile.menuTransparent {
    background-color: #000;
    -webkit-transition: .1s;
    transition: .1s
  }
  .menuMobile .boxSettings {
    line-height: 61px
  }
  .menuMobile .boxSettings .userAccountImg {
    bottom: 0;
    height: 16px
  }
  .menuMobile .bold {
    font-weight: 600
  }
  .menuMobile .subMenu {
    display: none
  }
  .menuMobile .subMenu a {
    line-height: 38px;
    text-transform: uppercase !important
  }
  .menuMobile .subMenu a.otherBrandOffer {
    background: #383839;
    font-weight: normal !important
  }
  .menuMobile .subMenu .half-margin-top, .menuMobile .subMenu .half-margin-bottom {
    margin: 0
  }
  .menuMobile .subMenu .row .allProductCategories {
    margin-top: 0
  }
  .menuMobile .subMenu .row .allProductCategories > div {
    width: 100%
  }
  .menuMobile .subMenu .row .allProductCategories > div a {
    padding-left: 18px;
    border-bottom: 1px solid #424242;
    line-height: 45px !important
  }
  .menuMobile .subMenu .row .allProductCategories .productCategories a {
    position: relative
  }
  .menuMobile .subMenu .row .allProductCategories .productCategories a:after {
    position: absolute;
    content: url(../picture/ic_arrow_down_white.svg);
    right: 20px;
    pointer-events: none
  }
  .menuMobile .subMenu .row .allProductCategories .mobileMenuSubcategories {
    border-bottom: 1px solid #424242;
    padding: 9px 0
  }
  .menuMobile .subMenu .row .allProductCategories .mobileMenuSubcategories a {
    line-height: 38px !important;
    border: 0;
    padding-left: 40px
  }
  .menuMobile .subMenu .row .allProductCategories .mobileMenuSubcategories a:after {
    display: none
  }
  .menuMobile .subMenu .row .allProductCategories .mobileMenuSubcategories a.omniresSeries {
    font-weight: normal !important;
    color: #c69214
  }
  .menuMobile .subMenu .row > div.recommendationsLinksBox a {
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .menuMobile .subMenu .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -8px;
    margin-bottom: 8px
  }
  .menuMobile .subMenu .row > div a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 24px;
    cursor: pointer
  }
  .menuMobile .subMenu .row .planningLinksBox a, .menuMobile .subMenu .row .contactLinksBox a {
    text-transform: none
  }
  .menuMobile .menuItem a.itemMenu, .menuMobile .menuItem .productsCategories > a {
    position: relative
  }
  .menuMobile .menuItem a.itemMenu span, .menuMobile .menuItem .productsCategories > a span {
    font-weight: normal;
    pointer-events: none
  }
  .menuMobile .menuItem a.itemMenu:after, .menuMobile .menuItem .productsCategories > a:after {
    position: absolute;
    content: url(../picture/ic_arrow_down_white.svg);
    right: 20px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
  }
  .menuMobile .menuItem a.products:after, .menuMobile .menuItem a.noIcon:after {
    display: none
  }
  .menuMobile .menuItem a.productsOpen {
    background: #939495
  }
  .menuMobile .menuItem a.productsOpen span {
    color: #fff
  }
  .menuMobile .menuItem a.productsOpen:before {
    display: inline-block;
    line-height: 11px;
    content: url(../picture/banner-arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 14px
  }
  .menuMobile .menuItem a.professionalMenuLink:after {
    content: url(../image/banner-arrow.svg);
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
  }
  .menuMobile .menuItem a.itemMenuOpen:after, .menuMobile .menuItem a.mainCategoryOpen:after, .menuMobile .menuItem .icon.mainCategoryOpen:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 10px
  }
  .menuMobile .menuItem .icon {
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    max-height: 46px
  }
  .menuMobile .menuItem .icon::after {
    position: absolute;
    content: url(../image/ic_arrow_down_white.svg);
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    right: 20px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
  }
}
.mt-7 {
  margin-top: 5rem !important
}
.mb-7 {
  margin-bottom: 5rem !important
}
.pb-0 {
  padding-bottom: 0 !important
}
@media(max-width:1024px) {
  .boxInfoCarousel {
    padding: 30px 0 0 30px
  }
  .boxInfoCarousel2 {
    padding: 30px 0 30px 30px;
    height: 32%
  }
  .boxInfoCarousel2 a {
    display: none
  }
}
@media(max-width:888px) {
  .mapboxgl-popup-content {
    right: auto
  }
  .boxInfoCarousel, .boxInfoCarousel2 {
    display: none
  }
}
@media(max-width:767.98px) {
  .productCategoryHeader {
    margin-top: 61px
  }
  .productCategoryHeader > div:first-of-type {
    height: 360px
  }
  .productCategoryHeader .content {
    margin-bottom: 20px;
    max-width: 100%
  }
  .boxBasket {
    width: 100%
  }
  .boxBasket .borderBot {
    padding-bottom: 22px;
    border-bottom: 2px solid transparent
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49
  }
  #footer {
    padding: 20px 15px;
    padding-bottom: 16px;
    padding-top: 0
  }
  #footer .h4 {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 16px;
    cursor: pointer
  }
  #footer .row {
    padding-left: 0;
    padding-right: 0
  }
  #footer .row form {
    padding-left: 0;
    margin-right: auto
  }
  #footer .list {
    margin-bottom: 20px
  }
  #footer .list a, #footer .list .item {
    padding-bottom: 5px !important
  }
  #footer .footerRowInfo {
    text-align: center;
    margin-top: 17px
  }
  #footer .footerRowInfo a img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-right: 4px
  }
  #footer a.backToTop {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -18px
  }
  #footer a.backToTop img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 18px
  }
  .boxInfoCarousel {
    width: 40%;
    height: 46%
  }
  .boxInfoCarousel2 {
    width: 40%;
    height: 61%
  }
  .glide__arrow--left {
    left: 0 !important
  }
  .glide__arrow--right {
    right: 0 !important
  }
  .newsletterMobile {
    padding-top: 20px !important
  }
  .newsletterMobile form {
    padding-bottom: 41px !important
  }
  .newsletterMobile form input[type='submit'] {
    color: transparent;
    width: 50px;
    padding: 7px 0;
    border: 0;
    background: transparent;
    background-image: url(../image/ic_newsletter_form_submit_mobile.svg);
    background-repeat: no-repeat;
    background-position: 7px 13px
  }
  .lineFooter {
    width: 100%;
    background: #424242
  }
  .lineFooter:before, .lineFooter:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 15px;
    background: #424242;
    left: -15px
  }
  .lineFooter:after {
    left: auto;
    right: -15px
  }
}
@media(min-width:576px) {
  #searchModal .modal-dialog {
    max-width: 696px
  }
}
@media(max-width:425px) {
  footer .footerRowInfo h6 {
    text-align: center !important
  }
  footer form {
    padding-left: 0
  }
  .boxFavourite, .boxFavouriteMobile, .boxBasket, .boxBasketMobile, .boxSideWindow, .boxLogin, .boxForgotPassword, .boxChangeLang {
    width: 100% !important;
    padding: 15px 15px 0 15px
  }
  .boxFavourite .singleFavourite .nameProduct span, .boxFavouriteMobile .singleFavourite .nameProduct span, .boxBasket .singleFavourite .nameProduct span, .boxBasketMobile .singleFavourite .nameProduct span, .boxSideWindow .singleFavourite .nameProduct span, .boxLogin .singleFavourite .nameProduct span, .boxForgotPassword .singleFavourite .nameProduct span, .boxChangeLang .singleFavourite .nameProduct span {
    padding-right: 10px
  }
  .boxFavourite .boxBollon, .boxFavouriteMobile .boxBollon, .boxBasket .boxBollon, .boxBasketMobile .boxBollon, .boxSideWindow .boxBollon, .boxLogin .boxBollon, .boxForgotPassword .boxBollon, .boxChangeLang .boxBollon {
    padding: 50px 0 20px 0
  }
  .boxFavourite .row.fixed-bottom, .boxFavouriteMobile .row.fixed-bottom, .boxBasket .row.fixed-bottom, .boxBasketMobile .row.fixed-bottom, .boxSideWindow .row.fixed-bottom, .boxLogin .row.fixed-bottom, .boxForgotPassword .row.fixed-bottom, .boxChangeLang .row.fixed-bottom {
    padding: 0 55px 23px 17px
  }
  .boxFavourite .row.fixed-bottom button, .boxFavouriteMobile .row.fixed-bottom button, .boxBasket .row.fixed-bottom button, .boxBasketMobile .row.fixed-bottom button, .boxSideWindow .row.fixed-bottom button, .boxLogin .row.fixed-bottom button, .boxForgotPassword .row.fixed-bottom button, .boxChangeLang .row.fixed-bottom button {
    padding: 0 34px 0 41px
  }
  .boxFavourite .row.fixed-bottom .exportToPdf, .boxFavouriteMobile .row.fixed-bottom .exportToPdf, .boxBasket .row.fixed-bottom .exportToPdf, .boxBasketMobile .row.fixed-bottom .exportToPdf, .boxSideWindow .row.fixed-bottom .exportToPdf, .boxLogin .row.fixed-bottom .exportToPdf, .boxForgotPassword .row.fixed-bottom .exportToPdf, .boxChangeLang .row.fixed-bottom .exportToPdf {
    margin-right: 4px
  }
  header .subContent {
    padding: 0 15px !important
  }
}
@media(max-width:383px) {
  #collection .seeAllBox {
    margin: 0
  }
}
@media(max-width:360px) {
  .technologyHeader > div.block-bg-white:first-of-type {
    height: 300px
  }
}
.modal form .error {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #a80000
}
.newsletter-ajax-form p.error {
  display: none
}
.newsletter-ajax-form .error {
  color: #a80000;
  font-size: 12px
}
.display-none {
  display: none
}
@media(max-width:845px) {
  footer form {
    padding-left: 0
  }
}
.slider-range {
  width: 80%;
  height: 4px;
  background-color: #e3e3e3;
  border-radius: 2px 0 0 2px;
  border: 0;
  position: relative
}
.slider-range::after {
  content: '';
  height: 4px;
  background-color: #e3e3e3;
  border-radius: 0 2px 2px 0;
  width: 9px;
  position: absolute;
  right: -9px;
  top: 0;
  display: inline
}
.slider-range .ui-widget-header {
  margin-left: 3px;
  background-color: #000;
  border-radius: 0
}
.slider-range .ui-state-default, .slider-range .ui-widget-content .ui-state-default {
  top: -3.5px;
  width: 12px;
  height: 12px;
  border: 0;
  background-color: #000;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  margin-left: 0
}
.amounts {
  width: calc(80% + 15px)
}
.amounts input[type="text"] {
  background-color: transparent;
  border: 0;
  display: inline;
  width: 50%;
  outline: 0;
  font-size: 13px;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: .52px;
  text-align: left;
  color: #000 !important;
  cursor: default
}
.amounts input[type="text"]:last-of-type {
  text-align: right
}
.custom-col {
  width: 200px
}
.pt-44 {
  padding-top: 44px !important
}
.pb-44 {
  padding-bottom: 44px !important
}
@media(max-width:767.98px) {
  .custom-col {
    width: 100% !important
  }
  .pt-44 {
    padding-top: 0 !important
  }
  .pb-44 {
    padding-bottom: 0 !important
  }
}
.archispaceLogo {
  max-height: 13px
}
.text-black {
  color: #000
}
.text-gray {
  color: #8a8a8a
}
.first-letter-up:first-letter {
  text-transform: uppercase
}
.product-image {
  max-width: 100px
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type="number"] {
  -moz-appearance: textfield
}
input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input
}
.ui-datepicker {
  display: none;
  margin-top: 15px;
  padding: 20px;
  min-width: 269px;
  min-height: 244px;
  width: unset;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff
}
.ui-datepicker .ui-widget-header {
  border: 0;
  background: transparent
}
.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.ui-datepicker-header .ui-datepicker-next, .ui-datepicker-header .ui-datepicker-prev {
  color: transparent !important;
  cursor: pointer
}
.ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  right: 0 !important;
  top: 0 !important
}
.ui-datepicker-header .ui-datepicker-prev {
  margin-right: auto;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  left: 0 !important;
  top: 0 !important
}
.ui-datepicker-header .ui-datepicker-next span, .ui-datepicker-header .ui-datepicker-prev span {
  display: none
}
.ui-datepicker-header .ui-datepicker-next::after, .ui-datepicker-header .ui-datepicker-prev::before {
  display: inline-block;
  content: url(../image/ic_arrow_down.svg);
  color: black !important
}
.ui-datepicker-header .ui-datepicker-next::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0
}
.ui-datepicker-header .ui-datepicker-prev::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.ui-datepicker-header .ui-datepicker-title {
  margin: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}
.ui-datepicker-header .ui-datepicker-title select {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  outline: 0
}
.ui-datepicker-header .ui-datepicker-year {
  width: unset !important
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center
}
.ui-datepicker-calendar thead tr th {
  padding: 8px 0
}
.ui-datepicker-calendar tbody td a {
  color: #000;
  text-decoration: none;
  display: block
}
.ui-datepicker-calendar tbody td {
  width: 34px;
  height: 34px;
  border-radius: 50%
}
.ui-datepicker-calendar tbody td:hover, .ui-datepicker-calendar .ui-datepicker-current-day {
  color: #fff !important;
  border-radius: 50% !important;
  background-color: #000 !important;
  width: 34px;
  height: 34px
}
.ui-datepicker-calendar tbody td:hover a, .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff !important
}
.ui-datepicker-calendar .ui-state-default {
  border: 0;
  background-color: transparent;
  color: #000;
  text-align: center
}
.color-white {
  color: #fafafa !important
}
.sectionContainer-pt-30px .sectionContainer {
  padding-top: 30px !important
}
.registration-success a.button, .registration-success a.button-create, .registration-success a.button-close {
  color: #fff !important
}
.registration-success a.button:hover, .registration-success a.button-create:hover, .registration-success a.button-close:hover {
  color: #000 !important
}
@media(min-width:1200px) {
  .myAccountMobileNavigation {
    display: none !important
  }
}
.myAccountMobileNavigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: none
}
.myAccountMobileNavigation div {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 17px;
  padding: 9px;
  text-transform: uppercase
}
.myAccountMobileNavigation div a {
  width: 100%;
  color: #a3a3a3;
  font-weight: normal;
  font-size: 14px
}
.myAccountMobileNavigation .first {
  margin-top: 85px
}
.myAccountMobileNavigation div:hover, .myAccountMobileNavigation .current {
  color: white
}
.myAccountMobileNavigation .mobileNavClose {
  width: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px
}
.myAccountMobileNavigation .mobileNavClose img {
  width: 20px
}
.w-max-500px {
  max-width: 500px !important
}
.hoverAdditionalImage {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%
}
.generic-nice-select {
  width: 100%;
  max-width: 345px;
  background-color: #f8f8f8;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  padding-left: 0;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif, sans-serif;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  float: none
}
.generic-nice-select.transparent {
  background-color: #fff
}
.generic-nice-select.no-limit {
  width: 100%
}
.generic-nice-select::after {
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
.generic-nice-select .list {
  max-height: 430px;
  overflow-y: auto;
  margin-top: 0;
  border-radius: unset;
  width: 100%;
  background-color: #efefef;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset
}
.generic-nice-select .list .option:hover, .generic-nice-select .list .option.focus, .generic-nice-select .list .option.selected.focus, .generic-nice-select .list .selected.focus:hover {
  background-color: #e7e7e7;
  font-weight: 300
}
.offer-create-container .omniresSelectLikeButton {
  width: 333px;
  text-align: center !important
}
.cart-total-box {
  padding-right: 77px
}
.cart-total-box .sylius-total {
  width: 100px;
  display: inline-block
}
.cartTable {
  font-size: 14px
}
.offer-search-box .simple-round-input {
  padding: 10px 20px
}
.customer-service-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100vh
}
.customer-service-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.favourite-product-buttons {
  min-width: 140px
}
.favourite-product-buttons a {
  padding-left: 0;
  margin: 35px 5px 35px 0 !important
}
.favourite-product-buttons .delete {
  width: 11px;
  height: 11px;
  opacity: .4;
  margin: 16px 0 16px 0
}
.favourite-product-buttons .product-add-to-cart img {
  margin: 4px
}
.favourite-product-buttons-delete .delete {
  width: 11px;
  height: 11px;
  opacity: .4;
  margin: 16px 0 16px 0
}
.productsTableContainer {
  font-size: 14px
}
@media(min-width:768px) {
  .h-100 .container-fluid {
    padding: 0 !important
  }
}
@media(max-width:768px) {
  .favourite-list {
    overflow: auto
  }
  .productsTableContainer {
    overflow: auto
  }
  .productsTableContainerOrder {
    overflow: inherit
  }
  .cart-total-box .sylius-total {
    width: auto
  }
  #sylius-billing-address strong {
    text-transform: uppercase
  }
  #sylius-shipping-address strong {
    text-transform: uppercase
  }
}
.gap-xs {
  gap: .5rem
}
.gap-100 {
  gap: 100px
}
.gap-10 {
  gap: 10%
}
.gap-large {
  gap: 50px
}
@media(min-width:992px) {
  .gap-large {
    gap: 100px
  }
}
@media(min-width:1300px) {
  .gap-large {
    gap: 150px
  }
}
@media(min-width:768px) {
  .w-md-50 {
    width: 50%
  }
}
@media(min-width:992px) {
  .w-lg-50 {
    width: 50%
  }
}
@media(min-width:992px) {
  .w-lg-45 {
    width: 45%
  }
}