


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

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

.slick-track:after {
  clear: both
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

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

.slick-slide img {
  display: block
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

.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
}

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr, img {
    page-break-inside: avoid
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td, .table th {
    background-color: #fff !important
  }

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

  .table-dark {
    color: inherit
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

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

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

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

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

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

hr {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

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

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

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

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

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

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

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

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

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

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

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

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

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-reset {
  color: inherit !important
}

@font-face {
  font-family: "Icons";
  src: url("../Fonts/Icons/icons.eot");
  src: url("../Fonts/Icons/icons.eot") format("embedded-opentype"), url("../Fonts/Icons/icons.woff") format("woff"), url("../Fonts/Icons/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'fontello';
  src: url("../Fonts/Icons/fontello.eot?38282482");
  src: url("../Fonts/Icons/fontello.eot?38282482#iefix") format("embedded-opentype"), url("../Fonts/Icons/fontello.woff2?38282482") format("woff2"), url("../Fonts/Icons/fontello.woff?38282482") format("woff"), url("../Fonts/Icons/fontello.ttf?38282482") format("truetype"), url("../Fonts/Icons/fontello.svg?38282482#fontello") format("svg");
  font-weight: normal;
  font-style: normal
}

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

html, body, .text-box {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.6
}

@media (max-width: 1199.98px) {
  html, body, .text-box {
    font-size: 15px
  }
}

@media (max-width: 767.98px) {
  html, body, .text-box {
    font-size: 14px;
    line-height: 20px
  }
}

h1, .like-h1, h2, .like-h2 {
  font-weight: 400;
  color: #5b5041;
  margin: 25px 0 20px
}

h3, .like-h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin: 20px -2px 20px;
  color: #5b5041
}

@media (max-width: 1199.98px) {
  h3, .like-h3 {
    font-size: 24px;
    margin-left: -1px
  }
}

@media (max-width: 991.98px) {
  h3, .like-h3 {
    font-size: 22px
  }
}

@media (max-width: 767.98px) {
  h3, .like-h3 {
    font-size: 20px
  }
}

h4, .like-h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #5b5041;
  margin: 20px 0 15px
}

@media (max-width: 1199.98px) {
  h4, .like-h4 {
    font-size: 18px
  }
}

@media (max-width: 767.98px) {
  h4, .like-h4 {
    font-size: 16px
  }
}

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase {
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 18px 0;
  font-family: eurostile-extended, sans-serif;
  font-weight: 400;
  font-style: normal
}

@media (max-width: 1199.98px) {
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase {
    letter-spacing: 4px;
    font-size: 26px
  }
}

@media (max-width: 767.98px) {
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase {
    letter-spacing: 3px;
    font-size: 18px
  }
}

h1.uppercase b, h1.uppercase strong, h2.uppercase b, h2.uppercase strong, h3.uppercase b, h3.uppercase strong, h4.uppercase b, h4.uppercase strong {
  font-weight: 700
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0
}

h1 a, h2 a, h3 a, h4 a {
  color: #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: black;
  text-decoration: none
}

h1 {
  font-weight: 500
}

h1 span.thin {
  font-weight: 400
}

h1.uppercase, h2.uppercase {
  font-weight: 500
}

h1.uppercase span.thin, h2.uppercase span.thin {
  font-weight: 400
}

body:not(.ready) * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding: 0 20px
  }
}

img {
  width: auto;
  height: auto
}

a:focus {
  outline: 0
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 120px
}

@media (max-width: 1199.98px) {
  .wrapper {
    padding-top: 80px
  }
}

@media (max-width: 767.98px) {
  .wrapper {
    padding-top: 60px
  }
}

.closer {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  color: white;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  -moz-transform: translate3d(0, 0, 0) rotate(0deg);
  -ms-transform: translate3d(0, 0, 0) rotate(0deg);
  -o-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg)
}

.closer:before, .closer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #4c4c4c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.closer:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg)
}

@media (max-width: 767.98px) {
  .closer {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px
  }

  .closer:before, .closer:after {
    width: 20px
  }
}

.closer:hover {
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  -moz-transform: translate3d(0, 0, 0) rotate(180deg);
  -ms-transform: translate3d(0, 0, 0) rotate(180deg);
  -o-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg)
}

@media (max-width: 767.98px) {
  .swiper {
    position: relative;
    display: block;
    background-color: #e5e3df;
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
  }

  .swiper .container {
    padding: 0
  }

  .swiper .items {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 80vh;
    min-height: 500px
  }

  .swiper .item {
    position: relative;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    min-height: 16.5%;
    overflow: hidden;
    box-shadow: 0 1px 0 white;
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
  }

  .swiper .item .closer {
    color: #4c4c4c;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease
  }

  .swiper .image-box {
    position: absolute;
    display: flex;
    width: 60vw;
    padding: 10px;
    margin-left: 45%;
    height: 40vh;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .swiper .image-box img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 100%
  }

  .swiper .text-box {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(229, 227, 223, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    padding: 20px
  }

  .swiper .text-box .btn {
    margin: 0
  }

  .swiper .text-box h3 {
    margin-bottom: 10px
  }

  .swiper .titles {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .swiper .titles .col {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px;
    font-weight: 600
  }

  .swiper.open {
    background-color: #f7f7f6
  }

  .swiper.open .titles {
    left: -50%
  }

  .swiper.open .item {
    min-height: 0
  }

  .swiper.open .item.current {
    min-height: 100%
  }

  .swiper.open .item.current .closer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease
  }

  .swiper.open .item.current .text-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .swiper.open .image-box {
    width: 90vw;
    margin-left: 5vw;
    height: 100vw;
    max-height: 60vh
  }
}

@media (min-width: 768px) {
  .swiper {
    position: relative;
    margin: 0 0 80px;
    background-color: #e5e3df;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper .container {
    max-width: none;
    padding: 0
  }
}

@media (min-width: 768px) {
  .swiper.open {
    background-color: #f7f7f6
  }

  .swiper.open .item {
    min-width: 0
  }

  .swiper.open .item .inner {
    opacity: 0
  }

  .swiper.open .item:before {
    bottom: 350px;
    opacity: 0
  }

  .swiper.open .item.current {
    min-width: 100%
  }

  .swiper.open .item.current .image-box {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 45%
  }

  .swiper.open .item.current .inner {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1
  }

  .swiper.open .item.current .inner img {
    height: 115%;
    max-height: 66vw;
    top: 4%
  }

  .swiper.open .titles {
    pointer-events: auto
  }

  .swiper.open .titles p {
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
  }

  .swiper.open .titles p:not(.current) {
    background-color: #e5e3df
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .swiper.open .titles p:not(.current):hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: white
  }
}

@media (min-width: 768px) {
  .swiper.open .titles p.current {
    background-color: #f7f7f6;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
  }

  .swiper.open .titles p:before {
    opacity: 0;
    -webkit-transform: scale(0.5) translate3d(0, 35px, 0);
    -moz-transform: scale(0.5) translate3d(0, 35px, 0);
    -ms-transform: scale(0.5) translate3d(0, 35px, 0);
    -o-transform: scale(0.5) translate3d(0, 35px, 0);
    transform: scale(0.5) translate3d(0, 35px, 0)
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .swiper:not(.open) .item:hover {
    background-color: #f7f7f6;
    box-shadow: 1px 0 0 white;
    cursor: pointer
  }
}

@media (min-width: 768px) {
  .swiper .items {
    display: flex;
    position: relative
  }

  .swiper .items:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 14px;
    width: 1px;
    height: 100%;
    background-color: white
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper .items:before {
    display: none
  }
}

@media (min-width: 768px) {
  .swiper .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 580px;
    left: 25%;
    -webkit-transform: translate3d(-15%, 0, 0);
    -moz-transform: translate3d(-15%, 0, 0);
    -ms-transform: translate3d(-15%, 0, 0);
    -o-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
  }

  .swiper .image-box img {
    position: relative;
    display: block;
    top: 5%;
    height: 86%;
    max-height: 66vw;
    right: 0;
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
  }

  .swiper .text-box {
    padding-right: 30px;
    flex-grow: 1;
    max-width: 50%
  }

  .swiper .item {
    position: relative;
    display: block;
    flex-grow: 1;
    overflow: hidden;
    min-width: 16.5%;
    padding-bottom: 300px;
    margin-bottom: -300px;
    background-color: transparent;
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    box-shadow: 1px 0 0 white
  }

  .swiper .item .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1110px;
    left: 50%;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    align-items: center;
    opacity: 1
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .swiper .item .inner {
    max-width: 930px
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper .item .inner {
    max-width: 840px
  }
}

@media (min-width: 768px) {
  .swiper .item .closer {
    color: black
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper .item .closer {
    right: 55px
  }
}

@media (min-width: 768px) {
  .swiper .titles {
    position: relative;
    display: flex;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: 0 9994px 0 10000px rgba(215, 212, 206, 0)
  }

  .swiper .titles:before, .swiper .titles:after {
    content: "";
    position: absolute;
    width: 10000px;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #e5e3df;
    margin: 0 -15px
  }

  .swiper .titles:after {
    left: 100%
  }

  .swiper .titles p {
    position: relative;
    margin: 0;
    padding: 17px 15px 18px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    cursor: pointer
  }

  .swiper .titles p:before {
    content: "+";
    font-family: 'Icons', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: -20px;
    margin: -16px;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 2px black;
    color: black;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.6;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
  }

  .swiper .titles p:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 1px
  }

  .swiper .titles p:first-child {
    box-shadow: 1px 0 0 white, -1px 0 0 white
  }

  .swiper .titles p:first-child:after {
    display: none
  }

  .swiper .titles p:last-child {
    box-shadow: 1px 0 0 white
  }

  .swiper .titles p.current {
    z-index: 0
  }

  .ie .swiper .text-box {
    min-width: 50%
  }

  .ie .swiper .image-box {
    min-width: 400px
  }
}

.swiper {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -o-transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  overflow: hidden
}

.swiper.was-in-viewport {
  opacity: 1
}

.was-in-viewport .teasers .teaser {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.was-in-viewport .teasers .teaser:nth-child(1) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s
}

.was-in-viewport .teasers .teaser:nth-child(2) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s
}

.was-in-viewport .teasers .teaser:nth-child(3) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s
}

.was-in-viewport .teasers .teaser:nth-child(4) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s
}

.was-in-viewport .teasers .teaser:nth-child(5) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s
}

.was-in-viewport .teasers .teaser:nth-child(6) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s
}

.was-in-viewport .teasers .teaser:nth-child(7) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s
}

.was-in-viewport .teasers .teaser:nth-child(8) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s
}

.was-in-viewport .teasers .teaser:nth-child(9) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s
}

.was-in-viewport .teasers .teaser:nth-child(10) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s
}

.was-in-viewport .teasers .teaser:nth-child(11) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s
}

.was-in-viewport .teasers .teaser:nth-child(12) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s
}

.was-in-viewport .teasers .teaser:nth-child(13) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s
}

.was-in-viewport .teasers .teaser:nth-child(14) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s
}

.was-in-viewport .teasers .teaser:nth-child(15) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s
}

.was-in-viewport .teasers .teaser:nth-child(16) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s
}

.was-in-viewport .teasers .teaser:nth-child(17) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
}

.was-in-viewport .teasers .teaser:nth-child(18) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s
}

.was-in-viewport .teasers .teaser:nth-child(19) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s
}

.cat-nav-container {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0
}

.cat-nav-container ul.cat-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.cat-nav-container ul.cat-nav li {
  display: inline-block;
  padding: 10px
}

.cat-nav-container ul.cat-nav .btn {
  margin-top: 0
}

.teasers {
  position: relative;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  color: #4c4c4c;
  margin: 0 -15px
}

@media (max-width: 991.98px) {
  .teasers {
    margin: 0 -10px
  }

  .teasers:not(.teasers.teasers-2), .teasers:not(.teasers.teasers-4) {
    display: block
  }
}

@media (min-width: 768px) {
  .teasers.mobile-only {
    display: none !important
  }
}

@media (max-width: 767.98px) {
  .teasers.mobile-only {
    display: block;
    max-width: 340px;
    width: 70vw;
    margin: 0
  }

  .teasers.mobile-only .slick-list {
    overflow: visible
  }

  .teasers.mobile-only .slick-slide {
    height: auto
  }

  .teasers.mobile-only .teaser {
    padding-left: 0;
    padding-right: 20px
  }

  .teasers.mobile-only+.teasers {
    display: none !important
  }

  .teasers.mobile-only .slick-arrow {
    display: none !important
  }

  .teasers.mobile-only .slick-dots {
    display: block;
    position: relative;
    left: 50vw;
    width: auto;
    margin-left: -20px;
    margin-top: -10px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

.teasers .teaser {
  position: relative;
  display: block;
  flex: 1 1 100%;
  max-width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0)
}

.teasers .teaser:nth-child(1) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s
}

.teasers .teaser:nth-child(2) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s
}

.teasers .teaser:nth-child(3) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s
}

.teasers .teaser:nth-child(4) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s
}

.teasers .teaser:nth-child(5) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s
}

.teasers .teaser:nth-child(6) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s
}

.teasers .teaser:nth-child(7) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s
}

.teasers .teaser:nth-child(8) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s
}

.teasers .teaser:nth-child(9) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s
}

.teasers .teaser:nth-child(10) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s
}

.teasers .teaser:nth-child(11) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s
}

.teasers .teaser:nth-child(12) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s
}

.teasers .teaser:nth-child(13) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s
}

.teasers .teaser:nth-child(14) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s
}

.teasers .teaser:nth-child(15) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s
}

.teasers .teaser:nth-child(16) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s
}

.teasers .teaser:nth-child(17) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s
}

.teasers .teaser:nth-child(18) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s
}

.teasers .teaser:nth-child(19) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s
}

@media (max-width: 575.98px) {
  .teasers .teaser {
    padding: 10px 15px
  }
}

@media (min-width: 576px) {
  .teasers .teaser {
    padding: 10px;
    flex: 1 1 50%;
    max-width: 50%
  }
}

@media (min-width: 992px) {
  .teasers .teaser {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px 15px
  }

  .teasers .teaser.sm {
    flex: 1 1 25%;
    max-width: 25%
  }
}

.teasers .teaser .outer {
  position: relative;
  display: block;
  height: 100%;
  background-color: white;
  box-shadow: 0 5px 60px -20px rgba(0, 0, 0, 0.2)
}

.teasers .teaser .text-box {
  padding: 10px 0
}

.teasers .teaser .text-box .btn {
  position: absolute;
  bottom: 22px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (max-width: 1199.98px) {
  .teasers .teaser .text-box .btn {
    font-size: 17px
  }
}

@media (max-width: 991.98px) {
  .teasers .teaser .text-box .btn {
    font-size: 15px;
    padding: 10px 10px
  }
}

.teasers .teaser .btn {
  margin-top: 4px;
  margin-bottom: 4px
}

.teasers .teaser .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px
}

.teasers .teaser .image-box:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 50%
}

.teasers .teaser .image-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.teasers .teaser .image-box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5)
}

.teasers .teaser a.image-box:hover:after {
  opacity: 0.5
}

.teasers .teaser a.image-box:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-filter: saturate(1);
  filter: saturate(1)
}

.teasers .teaser a.image-box:hover+.text-box h4 a {
  color: black
}

.teasers.ctabaseline .teaser .text-box {
  height: 100%
}

.teasers[data-type="no-images"] .teaser {
  max-width: 33.3333%
}

@media (max-width: 991.98px) {
  .teasers[data-type="no-images"] .teaser {
    max-width: 100%;
    display: flex
  }
}

@media (max-width: 575.98px) {
  .teasers[data-type="no-images"] .teaser {
    display: block
  }
}

@media (max-width: 991.98px) {
  .teasers[data-type="no-images"] .image-box {
    height: auto;
    flex: 0 1 40%;
    margin-right: 20px
  }

  .teasers[data-type="no-images"] .image-box img {
    height: auto;
    object-fit: unset
  }
}

@media (max-width: 575.98px) {
  .teasers[data-type="no-images"] .image-box {
    display: block
  }

  .teasers[data-type="no-images"] .image-box img {
    height: 100%;
    object-fit: cover
  }
}

.teasers[data-type="no-images"] .text-box {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 15px
}

@media (max-width: 991.98px) {
  .teasers[data-type="no-images"] .text-box {
    padding-bottom: 50px;
    margin-bottom: 0;
    flex: 0 1 60%
  }
}

@media (min-width: 1200px) {
  .teasers[data-type="no-images"] .text-box {
    padding-bottom: 100px
  }

  .teasers[data-type="no-images"].ctabaseline .text-box {
    padding-bottom: 40px
  }
}

@media (max-width: 575.98px) {
  .teasers[data-type="no-images"] .teaser {
    max-width: none;
    min-width: 100%;
    margin: 20px 0 0
  }

  .teasers[data-type="no-images"] .teaser+.teaser {
    margin-top: -10px
  }

  .teasers[data-type="no-images"] .teaser .text-box {
    margin-bottom: 0;
    padding-bottom: 0
  }

  .teasers[data-type="no-images"] .teaser .text-box .btn {
    bottom: 0;
    position: relative
  }
}

.teasers[data-type="square-images"] {
  padding: 15px 0;
  margin-bottom: 40px
}

.teasers[data-type="square-images"] .teaser .image-box:before {
  padding-top: 100%
}

.teasers[data-type="history"] {
  margin: 15px -15px 60px
}

@media (max-width: 767.98px) {
  .teasers[data-type="history"] {
    margin-bottom: 34px
  }
}

.teasers[data-type="history"] .teaser {
  width: auto;
  max-width: none;
  flex: 1 1 100%;
  padding: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: none;
  padding: 15px 0
}

.teasers[data-type="history"] .teaser>* {
  flex-basis: 0;
  flex-grow: 1
}

.teasers[data-type="history"] .teaser .image-box {
  max-width: 33.3333%;
  margin: 0
}

@media (max-width: 991.98px) {
  .teasers[data-type="history"] .teaser .image-box {
    max-width: 40%
  }
}

@media (max-width: 575.98px) {
  .teasers[data-type="history"] .teaser .image-box {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px
  }
}

.teasers[data-type="history"] .teaser .image-box img {
  margin: 0 15px;
  max-width: calc(100% - 30px);
  object-fit: cover
}

.teasers[data-type="history"] .teaser .text-box {
  padding: 0 15px
}

.teasers[data-type="history"] .teaser .text-box h4 {
  margin-bottom: 18px
}

.teasers[data-type="content"] {
  margin: 15px -15px 15px
}

.teasers[data-type="content"] .teaser {
  width: auto;
  max-width: none;
  flex: 1 1 100%;
  padding: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-shadow: none;
  padding: 15px 0
}

.teasers[data-type="content"] .teaser>* {
  flex-basis: 0;
  flex-grow: 1
}

.teasers[data-type="content"] .teaser .image-box {
  max-width: 33.3333%;
  margin: 0
}

@media (max-width: 991.98px) {
  .teasers[data-type="content"] .teaser .image-box {
    max-width: 40%
  }
}

@media (max-width: 575.98px) {
  .teasers[data-type="content"] .teaser .image-box {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px
  }
}

.teasers[data-type="content"] .teaser .image-box img {
  margin: 0 15px;
  max-width: calc(100% - 30px);
  object-fit: cover
}

.teasers[data-type="content"] .teaser .text-box {
  padding: 0 15px
}

.teasers[data-type="content"] .teaser .text-box h4 {
  margin-bottom: 18px
}

.teasers .teaser.teaser-float-left .text-box img {
  width: calc(33.333333% - 20px);
  float: left;
  margin: 6px 20px 20px 0
}

.teasers .teaser.teaser-float-right .text-box img {
  width: calc(33.333333% - 20px);
  float: right;
  margin: 6px 0 20px 20px
}

.teasers .teaser.teaser-full-image {
  display: block
}

.teasers .teaser.teaser-full-image .image-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.teasers .teaser.teaser-full-image .text-box {
  width: 100%
}

.teasers[data-type="products"] {
  margin: -10px -10px 70px
}

.teasers[data-type="products"]:not(.teasers-2), .teasers[data-type="products"]:not(.teasers-4) {
  display: flex !important
}

@media (max-width: 767.98px) {
  .teasers[data-type="products"] {
    margin: 0 -10px 40px
  }

  .teasers[data-type="products"] .slick-dots {
    margin-top: 5px
  }
}

.teasers[data-type="products"] .teaser {
  padding: 10px;
  flex: 1 1 25%;
  max-width: 25%
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .teasers[data-type="products"] .teaser {
    flex: 1 1 33.3333%;
    max-width: 33.3333%
  }
}

@media (max-width: 767.98px) {
  .teasers[data-type="products"] .teaser {
    flex: 1 1 100%;
    max-width: 100%
  }
}

.teasers[data-type="products"] .teaser a {
  font-size: 20px;
  padding: 10px 20px
}

.teasers[data-type="products"] .teaser.large {
  flex: 1 1 50%;
  max-width: 50%
}

.teasers[data-type="products"] .teaser.large .image-box:before {
  padding-top: 65%
}

@media (max-width: 767.98px) {
  .teasers[data-type="products"] .teaser.large {
    max-width: 100%;
    flex: 1 1 100%
  }
}

.teasers[data-type="products"] .image-box {
  position: relative
}

.teasers[data-type="products"] .image-box:before {
  padding-top: 110%
}

.teasers[data-type="products"] .image-box:after {
  display: none
}

.teasers[data-type="products"] .image-box>img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.teasers[data-type="products"] .image-box ul {
  position: absolute;
  top: 10px;
  right: 10px;
  list-style-type: none
}

.teasers[data-type="products"] .image-box ul li {
  background: transparent;
  margin-bottom: 10px;
  padding: 0;
  font-size: 15px;
  color: white;
  display: block
}

.teasers[data-type="products"] .image-box ul li img {
  width: auto;
  height: 50px;
  max-height: 50px;
  top: unset;
  left: unset;
  position: relative;
  max-width: unset;
  right: 0;
  transform: none
}

.teasers[data-type="products"] .outer {
  display: flex;
  flex-direction: column
}

.teasers[data-type="products"] a.outer {
  box-shadow: none;
  background-color: #f3f2f0;
  color: #4c4c4c;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.teasers[data-type="products"] a.outer:hover {
  text-decoration: none;
  background-color: white;
  box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.3);
  color: #feb82b
}

.teasers[data-type="products"] a.outer:hover .image-box img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.06);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.06);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.06);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.06);
  transform: translate3d(-50%, -50%, 0) scale(1.06)
}

.teasers[data-type="products"] div.outer {
  box-shadow: none;
  background-color: #f3f2f0;
  color: #4c4c4c;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  overflow: hidden
}

@media (min-width: 1200px) {
  .teasers[data-type="products"] div.outer:hover {
    background-color: white;
    box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.3)
  }
}

.teasers[data-type="products"] div.outer.open {
  background-color: white;
  box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.3)
}

.teasers[data-type="products"] div.outer .text-box {
  position: relative;
  margin: 0;
  padding: 80px 10% 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  flex-grow: 1
}

@media (max-width: 991.98px) {
  .teasers[data-type="products"] div.outer .text-box {
    margin: 80px 10px 20px
  }
}

.teasers[data-type="products"] div.outer .image-box {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.teasers[data-type="products"] div.outer.open {
  cursor: default
}

.teasers[data-type="products"] div.outer.open .close-btn {
  opacity: 1;
  margin-top: 0
}

.teasers[data-type="products"] div.outer.open .toggling {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  top: 65px
}

.teasers[data-type="products"] div.outer.open .toggling .detailPdfLink {
  text-align: center;
  margin-bottom: 0
}

.teasers[data-type="products"] div.outer.open .image-box, .teasers[data-type="products"] div.outer.open .text-box {
  opacity: 0
}

.teasers[data-type="products"] .toggler {
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 22px;
  margin: 0 -16px;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px black;
  color: black;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.6;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s
}

.teasers[data-type="products"] .toggler:before {
  content: "+"
}

.teasers[data-type="products"] .toggler:focus {
  outline: 0
}

.teasers[data-type="products"] .close-btn {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  top: 25px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  transition: 0.3s ease;
  margin-top: -80px
}

@media (max-width: 991.98px) {
  .teasers[data-type="products"] .close-btn {
    top: 18px
  }
}

.teasers[data-type="products"] .text-box {
  position: relative;
  margin: 0 15px;
  text-align: center;
  font-weight: 500;
  top: 0
}

.teasers[data-type="products"] .toggling {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10% 3%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 100%;
  height: calc(100% - 65px);
  background-color: white;
  z-index: 1;
  overflow: auto
}

.teasers[data-type="products"] .toggling p {
  margin-bottom: 4px
}

.teasers[data-type="products"] .toggling .btn {
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-top: 20px
}

@media (max-width: 991.98px) {
  .teasers[data-type="products"] .toggling {
    border-top: 1px solid #eee;
    padding: 15px 20px 20px
  }
}

.teasers.slick-slider {
  display: block
}

@media (max-width: 767.98px) {
  .teasers.slick-slider .dots {
    display: none !important
  }
}

.teasers.slick-slider[data-type="articles"] .teaser .outer {
  -webkit-transform: translate3d(0, 0, 0) scale(0.75);
  -moz-transform: translate3d(0, 0, 0) scale(0.75);
  -ms-transform: translate3d(0, 0, 0) scale(0.75);
  -o-transform: translate3d(0, 0, 0) scale(0.75);
  transform: translate3d(0, 0, 0) scale(0.75);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.teasers.slick-slider[data-type="articles"] .teaser.notransition .outer, .teasers.slick-slider[data-type="articles"] .teaser.notransition .outer:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.teasers.slick-slider[data-type="articles"] .teaser.my-slick-active .outer {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.teasers.slick-slider[data-type="articles"] .teaser.my-slick-active .outer:after {
  opacity: 0;
  z-index: -1
}

@media (max-width: 767.98px) {
  .teasers.slick-slider[data-type="articles"] .teaser {
    max-width: calc(100vw - 40px)
  }
}

.teasers .dots {
  display: none
}

.teasers .slick-dots {
  display: inline-block;
  vertical-align: middle
}

.teasers .slick-list {
  overflow: visible;
  width: 100%;
  margin-bottom: -5px
}

.teasers .slick-track {
  display: flex;
  min-width: 100%
}

.teasers .slick-track .teaser {
  height: auto;
  float: none
}

.mobile .teasers[data-type="products"] .teaser {
  max-width: 100%
}

.safari [data-type='products'].teasers div.outer.open .text-box {
  top: calc(-100% + 15px)
}

.mobile [data-type='products'].teasers div.outer.open .text-box {
  top: -98%
}

.ie .teasers[data-type='products'] div.outer.open, .ie .teasers[data-type='products'] div.outer:hover {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.2)
}

.ie [data-type='products'].teasers div.outer.open .text-box {
  top: -98%
}

.tx-digenial-kd-familyarticles form {
  display: none
}

.tx-digenial-kd-familyarticles .introtext {
  margin-bottom: 30px
}

.tx-digenial-kd-familyarticles .backlink {
  margin-top: 30px
}

.tx-digenial-kd-familyarticles .backlink .col-backlink a {
  padding-top: 20px;
  display: inline-block
}

@media (max-width: 575.98px) {
  .tx-digenial-kd-familyarticles .backlink .col-backlink a {
    text-decoration: underline;
    border: 0
  }
}

.tx-digenial-kd-familyarticles .accordion .toggling table {
  margin: 0 -20px 12px;
  font-size: 12px;
  width: calc(100% + 40px);
  overflow: auto
}

.tx-digenial-kd-familyarticles .accordion .toggling table td:first-child {
  max-width: 40%
}

.tx-digenial-kd-familyarticles .accordion .toggling table td {
  overflow: auto
}

.tx-digenial-kd-familyarticles .image-gallery div.outer {
  border: 1px solid #939393
}

.tx-digenial-kd-familyarticles .image-gallery a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative
}

.tx-digenial-kd-familyarticles .image-gallery a:before {
  content: "s";
  font-family: "Icons";
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: white;
  position: absolute;
  top: 150%;
  left: 50%;
  margin: -20px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.tx-digenial-kd-familyarticles .image-gallery a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.tx-digenial-kd-familyarticles .image-gallery a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.tx-digenial-kd-familyarticles .image-gallery a:hover:before {
  top: 50%
}

.tx-digenial-kd-familyarticles .image-gallery a:hover:after {
  opacity: 0.5
}

.tx-digenial-kd-familyarticles .image-gallery a:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1)
}

.tx-digenial-kd-familyarticles .image-gallery .text-box {
  height: 30px;
  width: 100%;
  text-align: center;
  font-size: 13px
}

.tx-digenial-kd-familyarticles .image-gallery .text-box span {
  width: 100%;
  padding-top: 5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tx-digenial-kd-familyarticles .image-gallery .image-box .outer {
  height: 100%
}

.tx-digenial-kd-familyarticles .image-gallery .col-image-1 .image-box {
  height: 400px
}

.tx-digenial-kd-familyarticles .image-gallery .col-images>.row {
  margin-bottom: 30px
}

.tx-digenial-kd-familyarticles .image-gallery .col-images .image-box {
  height: 170px
}

.tx-digenial-kd-familyarticles .nav-images ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px
}

.tx-digenial-kd-familyarticles .nav-images ul li {
  display: inline-block;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px
}

.tx-digenial-kd-familyarticles .nav-images ul li a {
  color: #212529;
  font-size: 15px
}

.tx-digenial-kd-familyarticles .nav-images ul li a>div {
  margin-bottom: 7px;
  overflow: hidden;
  display: block;
  position: relative
}

.tx-digenial-kd-familyarticles .nav-images ul li a>div:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 50%
}

.tx-digenial-kd-familyarticles .nav-images ul li a:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1)
}

.tx-digenial-kd-familyarticles .nav-images ul li img {
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 70%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.tx-digenial-kd-familyarticles .nav-images ul li.active, .tx-digenial-kd-familyarticles .nav-images ul li a:hover {
  text-decoration: none;
  color: black
}

.tx-digenial-kd-familyarticles .nav-images ul li.active img, .tx-digenial-kd-familyarticles .nav-images ul li a:hover img {
  opacity: 100%
}

.tx-digenial-kd-familyarticles .nav-images ul li.active {
  font-weight: 600
}

.tx-digenial-kd-familyarticles .nav-images ul li.active:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li {
  flex: 0 0 20%;
  max-width: 20%
}

.tx-digenial-kd-familyarticles table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: block
}

.tx-digenial-kd-familyarticles table tr td, .tx-digenial-kd-familyarticles table tr th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #939393;
  border-right: 1px solid #939393
}

.tx-digenial-kd-familyarticles table tr td:last-child, .tx-digenial-kd-familyarticles table tr th:last-child {
  border-right: none
}

.tx-digenial-kd-familyarticles table tr td p, .tx-digenial-kd-familyarticles table tr th p {
  padding: 0;
  margin: 0
}

.tx-digenial-kd-familyarticles table tr:last-child td {
  border-bottom: none
}

@media (max-width: 991.98px) {
  .tx-digenial-kd-familyarticles .nav-images ul li, .tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px
  }

  .tx-digenial-kd-familyarticles .nav-images ul li a, .tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li a {
    display: flex
  }

  .tx-digenial-kd-familyarticles .nav-images ul li a div, .tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li a div {
    flex: 0 0 30%;
    max-width: 30%
  }

  .tx-digenial-kd-familyarticles .nav-images ul li a div img, .tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li a div img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0
  }

  .tx-digenial-kd-familyarticles .nav-images ul li a span, .tx-digenial-kd-familyarticles .nav-images ul.item-count-5 li a span {
    flex: 0 0 70%;
    padding-left: 5%;
    max-width: 70%;
    font-size: 13px;
    display: table-cell;
    margin: auto 0
  }
}

.stage .slider {
  background: white
}

.stage .slider .muter-container {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1920px;
  width: 100%
}

.stage .slider .muter-container a.muter {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  display: block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 9px 6px 8px;
  font-size: 18px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  float: right;
  margin-right: 10px
}

.stage .slider .muter-container a.muter:hover {
  text-decoration: none
}

.stage .slider .muter-container a.muter:before {
  content: "\f028";
  position: relative
}

.stage .slider .muter-container a.muter.off {
  padding: 7px 12px;
  font-size: 22px
}

.stage .slider .muter-container a.muter.off:before {
  content: "\f026"
}

.stage .slider .muter-container a.muter.off:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -7px;
  width: 60px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
  z-index: 100
}

.stage .slider:hover .muter-container {
  opacity: 1
}

.stage .slider .slick-track {
  display: flex
}

.stage .slider .slick-slide {
  float: none;
  height: auto
}

.stage .slider:not(.slick-slider) {
  padding-bottom: 1px;
  overflow: hidden
}

.stage .slider:not(.slick-slider) .image-box.fullsize {
  height: calc(260px + 15vw)
}

@media (min-width: 768px) {
  .stage .slider.slick-slider {
    margin-bottom: 40px
  }

  .stage .slider .image-box.fullsize {
    overflow: hidden
  }

  .stage .slider .image-box.fullsize:after, .stage .slider .image-box.fullsize:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1600px;
    height: 700px;
    background: radial-gradient(circle, #92897a 0%, rgba(91, 76, 54, 0) 40%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.8;
    max-width: 130vw;
    max-height: 65vw
  }

  .stage .slider .image-box.fullsize img {
    position: absolute;
    height: 100%;
    max-height: 55vw
  }

  .stage .slider .text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
  }

  .stage .slider .text-container .container {
    position: relative;
    z-index: 1;
    height: 100%
  }

  .stage .slider .text-container .container .text-box {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px)
  }

  .stage .slider .text-container .container .text-box h3 {
    text-shadow: 0 0 10px #7e7261
  }

  .stage .slider .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px
  }
}

@media (max-width: 767.98px) {
  .stage .slider .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
  }

  .stage .slider .image-box {
    overflow: hidden
  }

  .stage .slider .image-box img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 60vw
  }

  .stage .slider .text-box {
    position: relative
  }

  .stage .slider .slick-list {
    box-shadow: 0 0 0 50px #e5e3df
  }

  .stage .slider h3 {
    color: #4c4c4c;
    margin-bottom: 10px
  }

  .stage .slider .container {
    position: relative;
    z-index: 1;
    background-color: #e5e3df;
    box-shadow: 0 980px 0 1000px #e5e3df
  }
}

section.slider {
  margin: 60px 0 90px
}

section.slider .slick-list, section.slider>div.slider {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s
}

section.slider.was-in-viewport .slick-list, section.slider.was-in-viewport>div.slider {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

section.slider img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

section.slider .slick-dots {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0
}

@media (min-width: 992px) {
  section.slider .container {
    position: relative;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
  }

  section.slider .container:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: calc(20vw + 250px)
  }

  section.slider .text-box {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    max-width: 50%;
    margin: 0;
    padding: 35px 40px 40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
    border-bottom-left-radius: 34px
  }

  section.slider .image-box {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }
}

@media (max-width: 991.98px) {
  section.slider {
    background-color: #f3f2f0;
    padding-bottom: 1px
  }

  section.slider .slick-dots {
    background-color: #f3f2f0;
    margin: 0;
    padding: 14px 0 18px
  }

  section.slider .text-box {
    padding-top: 18px
  }

  section.slider .image-box {
    position: relative;
    display: block;
    padding-top: 50%
  }

  section.slider .image-box img {
    position: absolute;
    top: 0;
    left: 0
  }
}

section.item-slider {
  margin-bottom: 60px
}

section.item-slider .container:not(.tabs) {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
  height: 100%
}

@media (max-width: 575.98px) {
  section.item-slider .container:not(.tabs) {
    padding: 10px 14px
  }
}

@media (min-width: 768px) {
  section.item-slider .slick-track {
    display: flex
  }

  section.item-slider .slick-slide {
    float: none;
    height: auto
  }
}

section.item-slider .tabs {
  padding: 0 5px 10px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: auto
}

@media (max-width: 767.98px) {
  section.item-slider .tabs {
    padding: 0 13px 5px
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.item-slider .tabs {
    display: flex;
    justify-content: space-between
  }
}

section.item-slider .tabs li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
  opacity: 0
}

section.item-slider .tabs li:nth-child(1) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .2s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .2s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .2s
}

section.item-slider .tabs li:nth-child(2) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .3s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .3s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .3s
}

section.item-slider .tabs li:nth-child(3) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .4s
}

section.item-slider .tabs li:nth-child(4) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .5s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .5s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .5s
}

section.item-slider .tabs li:nth-child(5) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s
}

section.item-slider .tabs li:nth-child(6) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .7s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .7s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .7s
}

section.item-slider .tabs li:nth-child(7) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .8s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .8s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .8s
}

section.item-slider .tabs li:nth-child(8) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .9s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .9s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .9s
}

section.item-slider .tabs li:nth-child(9) {
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  -o-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s
}

section.item-slider .tabs li:last-child {
  margin-right: 0
}

section.item-slider .tabs li.slick-active button {
  font-weight: 500;
  letter-spacing: 2.8px;
  margin-right: 1.2px
}

section.item-slider .tabs li.slick-active button:after, section.item-slider .tabs li button:hover:after {
  left: 11px;
  right: 14px;
  opacity: 1
}

@media (max-width: 767.98px) {
  section.item-slider .tabs li.slick-active button:after, section.item-slider .tabs li button:hover:after {
    left: 7px;
    right: 9px
  }
}

@media (max-width: 767.98px) {
  section.item-slider .tabs li {
    margin-right: 2px
  }
}

section.item-slider .tabs button {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 5px 11px;
  font-family: eurostile-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  color: #5b5041
}

section.item-slider .tabs button:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0
}

@media (max-width: 991.98px) {
  section.item-slider .tabs button {
    font-size: 23px
  }
}

@media (max-width: 767.98px) {
  section.item-slider .tabs button {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 3px 7px
  }
}

section.item-slider .teaser {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 25%;
  padding: 0 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0)
}

section.item-slider .teaser:nth-child(1) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .4s
}

section.item-slider .teaser:nth-child(2) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .5s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .5s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .5s
}

section.item-slider .teaser:nth-child(3) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .6s
}

section.item-slider .teaser:nth-child(4) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .7s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .7s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .7s
}

section.item-slider .teaser:nth-child(5) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .8s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .8s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .8s
}

section.item-slider .teaser:nth-child(6) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .9s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .9s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) .9s
}

section.item-slider .teaser:nth-child(7) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s
}

section.item-slider .teaser:nth-child(8) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s
}

section.item-slider .teaser:nth-child(9) {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s;
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s
}

section.item-slider .teaser.large {
  flex-grow: 2;
  min-width: 50%
}

@media (max-width: 767.98px) {
  section.item-slider .teaser.large .image-box {
    margin: 20px auto
  }

  section.item-slider .teaser.large .image-box img {
    max-height: 200px
  }
}

@media (max-width: 767.98px) {
  section.item-slider .teaser {
    min-width: 50%;
    padding: 6px
  }

  section.item-slider .teaser.large {
    flex-grow: 2;
    min-width: 100%
  }
}

section.item-slider.was-in-viewport .teaser, section.item-slider.was-in-viewport .tabs li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

section.item-slider .outer {
  position: relative;
  display: block;
  background-color: #f3f2f0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
  padding: 1px 0;
  color: #4c4c4c;
  overflow: hidden
}

@media (min-width: 992px) {
  section.item-slider .outer:hover {
    background-color: white;
    box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.3);
    color: #4c4c4c;
    text-decoration: none
  }

  section.item-slider .outer:hover .image-box {
    -webkit-transform: translate3d(0, 0, 0) scale(1.04);
    -moz-transform: translate3d(0, 0, 0) scale(1.04);
    -ms-transform: translate3d(0, 0, 0) scale(1.04);
    -o-transform: translate3d(0, 0, 0) scale(1.04);
    transform: translate3d(0, 0, 0) scale(1.04)
  }

  section.item-slider .outer:hover .btn {
    opacity: 1
  }

  section.item-slider .outer:hover .text-box {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

section.item-slider .btn {
  font-size: 12px;
  margin: 0 0 10px
}

@media (min-width: 992px) {
  section.item-slider .btn {
    opacity: 0;
    padding: 12px 26px;
    font-size: 16px;
    line-height: 20px
  }
}

section.item-slider .image-box {
  position: relative;
  display: block;
  margin: 30px 30px 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

section.item-slider .image-box:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 300px
}

@media (max-width: 1199.98px) {
  section.item-slider .image-box {
    margin: 30px 15px 10px
  }
}

@media (max-width: 767.98px) {
  section.item-slider .image-box {
    max-width: 200px;
    margin: 10px auto
  }

  section.item-slider .image-box:after {
    height: auto;
    padding-top: 100%
  }

  section.item-slider .image-box img {
    margin: 0 auto;
    max-height: 120px
  }
}

section.item-slider img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-height: 300px;
  max-width: 100%;
  width: auto;
  height: auto
}

@media (min-width: 992px) {
  section.item-slider .text-box {
    padding: 20px 35px 35px;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
}

@media (max-width: 991.98px) {
  section.item-slider .text-box {
    padding: 0 10px 20px;
    text-align: center
  }
}

@media (max-width: 767.98px) {
  section.item-slider p {
    display: none
  }
}

section.item-slider img {
  max-width: 100%
}

.slider a:focus, .slider button:focus, .slider .slide:focus {
  outline: 0
}

.slider .slick-slide {
  position: relative;
  overflow: visible
}

@media (max-width: 991.98px) {
  .slider .slick-arrow {
    display: none !important
  }
}

.slick-dots:not(.tabs), .dots {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 15px 5px;
  text-align: center
}

.slick-dots:not(.tabs) li, .dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

.slick-dots:not(.tabs) button, .slick-dots:not(.tabs) a, .dots button, .dots a {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer
}

.slick-dots:not(.tabs) button:before, .slick-dots:not(.tabs) a:before, .dots button:before, .dots a:before {
  content: "";
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #4c4c4c;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 0 0 0 2px rgba(254, 184, 43, 0);
  margin: 10px
}

@media (max-width: 575.98px) {
  .slick-dots:not(.tabs) button:before, .slick-dots:not(.tabs) a:before, .dots button:before, .dots a:before {
    width: 5px;
    height: 5px;
    margin: 6px
  }
}

.slick-dots:not(.tabs) button:focus, .slick-dots:not(.tabs) a:focus, .dots button:focus, .dots a:focus {
  box-shadow: none;
  outline: 0
}

.slick-dots:not(.tabs) button:hover:before, .slick-dots:not(.tabs) a:hover:before, .dots button:hover:before, .dots a:hover:before {
  opacity: 1
}

.slick-dots:not(.tabs) li.slick-active button:before, .dots li.slick-active button:before {
  background-color: rgba(76, 76, 76, 0);
  box-shadow: 0 0 0 2px #4c4c4c;
  opacity: 1
}

.dots>a {
  display: inline-block
}

.dots>a.active:before {
  background-color: rgba(76, 76, 76, 0);
  box-shadow: 0 0 0 2px #feb82b;
  opacity: 1
}

.slick-slider[data-navigation="counter"] .slick-dots, .slick-slider.many-slides .slick-dots, .gallery-popup .slick-dots {
  display: inline-block;
  vertical-align: middle;
  counter-reset: dot;
  font-weight: 600;
  color: #444;
  min-width: 60px;
  margin: 0 10px
}

.slick-slider[data-navigation="counter"] .slick-dots li button, .slick-slider.many-slides .slick-dots li button, .gallery-popup .slick-dots li button {
  display: none
}

.slick-slider[data-navigation="counter"] .slick-dots li:before, .slick-slider.many-slides .slick-dots li:before, .gallery-popup .slick-dots li:before {
  counter-increment: dot;
  content: counter(dot)
}

.slick-slider[data-navigation="counter"] .slick-dots li.slick-active:before, .slick-slider.many-slides .slick-dots li.slick-active:before, .gallery-popup .slick-dots li.slick-active:before {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px
}

.slick-slider[data-navigation="counter"] .slick-dots:after, .slick-slider.many-slides .slick-dots:after, .gallery-popup .slick-dots:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  content: " / "counter(dot)
}

.slick-arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  margin: -16px 580px;
  box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2
}

.slick-arrow:before {
  content: "P";
  position: relative;
  display: inline-block;
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-arrow:hover {
  background-color: white;
  color: #4c4c4c
}

.slick-arrow.slick-next {
  left: 50%
}

.slick-arrow.slick-next:before {
  content: "N"
}

.slick-arrow:focus {
  outline: 0
}

.gallery .slick-arrow, .teasers .slick-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

.gallery .slick-arrow:before, .teasers .slick-arrow:before {
  color: #333
}

.container-fluid .slider[data-infinity="false"] {
  margin: 0 -15px
}

.container-fluid .slider[data-infinity="false"] .container:after {
  height: calc(25vw + 300px)
}

.slick-slider a:focus {
  outline: 0
}

.gallery-popup a.download {
  margin: 15px
}

.gallery.infinity .my-slick-active:hover a.download, .gallery:not(.infinity) .outer:hover a.download, .gallery-popup .inner:hover a.download {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.gallery-popup, .gallery-popup.slick-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.gallery-popup.open, .gallery-popup.slick-slider.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease
}

.gallery-popup:before, .gallery-popup.slick-slider:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  opacity: 0.95
}

.gallery-popup .closer:before, .gallery-popup .closer:after, .gallery-popup.slick-slider .closer:before, .gallery-popup.slick-slider .closer:after {
  background-color: white
}

.gallery-popup .slick-dots, .gallery-popup.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  text-align: center;
  color: white;
  margin: 0 0 10px;
  padding: 0
}

.gallery-popup .slick-arrow, .gallery-popup.slick-slider .slick-arrow {
  z-index: 1;
  color: white
}

@media (max-width: 999px) {
  .gallery-popup .slick-arrow, .gallery-popup.slick-slider .slick-arrow {
    display: none !important
  }
}

.gallery-popup .slide, .gallery-popup.slick-slider .slide {
  text-align: center;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0
}

.gallery-popup .slide.loaded, .gallery-popup.slick-slider .slide.loaded {
  opacity: 1
}

.gallery-popup .slide .outer, .gallery-popup.slick-slider .slide .outer {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease
}

.gallery-popup .slide .outer .inner, .gallery-popup.slick-slider .slide .outer .inner {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.gallery-popup .slide .outer:after, .gallery-popup.slick-slider .slide .outer:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.gallery-popup .slide .outer .image-outer, .gallery-popup.slick-slider .slide .outer .image-outer {
  display: inline-block;
  margin: 0 auto
}

.gallery-popup .slide .outer .image-outer:after, .gallery-popup.slick-slider .slide .outer .image-outer:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px
}

.gallery-popup .slide .outer .image-outer img, .gallery-popup.slick-slider .slide .outer .image-outer img {
  position: relative;
  max-height: 88vh;
  max-width: 92vw
}

@media (min-width: 768px) {
  .gallery-popup .slide .outer .image-outer img, .gallery-popup.slick-slider .slide .outer .image-outer img {
    max-width: calc(92vw - 140px)
  }
}

.gallery-popup .slide .outer .has-text, .gallery-popup.slick-slider .slide .outer .has-text {
  position: relative
}

@media (min-width: 768px) {
  .gallery-popup .slide .outer .has-text, .gallery-popup.slick-slider .slide .outer .has-text {
    margin-right: 380px
  }
}

.gallery-popup .slide .outer .has-text .image-outer img, .gallery-popup.slick-slider .slide .outer .has-text .image-outer img {
  position: relative
}

@media (min-width: 768px) {
  .gallery-popup .slide .outer .has-text .image-outer img, .gallery-popup.slick-slider .slide .outer .has-text .image-outer img {
    max-width: calc(92vw - 520px)
  }
}

.gallery-popup .slide .outer .has-text .text-wrapper, .gallery-popup.slick-slider .slide .outer .has-text .text-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 360px;
  background-color: white;
  text-align: left;
  padding: 25px
}

@media (max-width: 767.98px) {
  .gallery-popup .slide .outer .has-text .text-wrapper, .gallery-popup.slick-slider .slide .outer .has-text .text-wrapper {
    position: relative;
    display: inline-block;
    left: auto;
    padding: 15px 20px;
    max-width: 92vw
  }
}

.gallery-popup .slide .outer .has-text .text-wrapper:before, .gallery-popup.slick-slider .slide .outer .has-text .text-wrapper:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.gallery-popup .slide .outer .has-text .text-box, .gallery-popup.slick-slider .slide .outer .has-text .text-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .gallery-popup .slide .outer .has-text .text-box, .gallery-popup.slick-slider .slide .outer .has-text .text-box {
    font-size: 15px;
    line-height: 21px
  }
}

@media (max-width: 991.98px) {
  .tx-digenial-kd-familyarticles .image-gallery .col-image-1 .image-box {
    height: 220px
  }

  .tx-digenial-kd-familyarticles .image-gallery .col-images .image-box {
    height: 88px
  }

  .tx-digenial-kd-familyarticles .image-gallery .col-images>.row {
    margin-bottom: 13px
  }

  .tx-digenial-kd-familyarticles .image-gallery .text-box {
    font-size: 12px
  }
}

@media (max-width: 767.98px) {
  .tx-digenial-kd-familyarticles .image-gallery .col-image-1 .image-box {
    height: 160px
  }

  .tx-digenial-kd-familyarticles .image-gallery .col-images .image-box {
    height: 63px
  }

  .tx-digenial-kd-familyarticles .image-gallery .col-images>.row {
    margin-bottom: 5px
  }
}

@media (max-width: 575.98px) {
  .tx-digenial-kd-familyarticles .image-gallery .text-box {
    height: auto
  }

  .tx-digenial-kd-familyarticles .image-gallery .text-box span {
    padding: 0;
    display: block
  }

  .tx-digenial-kd-familyarticles .image-gallery .col-image-1 {
    flex: 1 1 100%;
    max-width: 100%
  }

  .tx-digenial-kd-familyarticles .col-images {
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 7px
  }

  .tx-digenial-kd-familyarticles .col-images .row {
    margin: 0 -7px !important
  }

  .tx-digenial-kd-familyarticles .col-images .row>* {
    padding: 7px
  }

  .tx-digenial-kd-familyarticles .col-image-1 {
    display: block
  }

  .tx-digenial-kd-familyarticles .image-box {
    position: relative;
    height: auto !important
  }

  .tx-digenial-kd-familyarticles .image-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 60%
  }

  .tx-digenial-kd-familyarticles .image-box .outer {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .tx-digenial-kd-familyarticles .image-box .outer a:after {
    display: none
  }

  .tx-digenial-kd-familyarticles .image-box .outer a:before {
    left: auto;
    top: auto;
    background-color: #5b5041;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    transform: none;
    margin: 0
  }
}

.was-in-viewport .accordion .item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.was-in-viewport .accordion .item:nth-child(1) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s
}

.was-in-viewport .accordion .item:nth-child(2) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s
}

.was-in-viewport .accordion .item:nth-child(3) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s
}

.was-in-viewport .accordion .item:nth-child(4) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s
}

.was-in-viewport .accordion .item:nth-child(5) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s
}

.was-in-viewport .accordion .item:nth-child(6) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s
}

.was-in-viewport .accordion .item:nth-child(7) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s
}

.was-in-viewport .accordion .item:nth-child(8) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s
}

.was-in-viewport .accordion .item:nth-child(9) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s
}

.was-in-viewport .accordion .item:nth-child(10) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s
}

.was-in-viewport .accordion .item:nth-child(11) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s
}

.was-in-viewport .accordion .item:nth-child(12) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s
}

.was-in-viewport .accordion .item:nth-child(13) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s
}

.was-in-viewport .accordion .item:nth-child(14) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s
}

.was-in-viewport .accordion .item:nth-child(15) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s
}

.was-in-viewport .accordion .item:nth-child(16) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s
}

.was-in-viewport .accordion .item:nth-child(17) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s
}

.was-in-viewport .accordion .item:nth-child(18) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s
}

.was-in-viewport .accordion .item:nth-child(19) {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
}

.accordion {
  margin: 60px 0 70px
}

.accordion.d-block.d-md-none{
  display: none;
}

.row.d-none.d-md-block{
  display: flex;
}

@media (max-width: 767.98px) {
  .row.d-none.d-md-block{
    display: none;
  }
  .accordion.d-block.d-md-none{
    display: block;
  }
  .accordion {
    margin: 40px 0
  }
}

@media (max-width: 575.98px) {
  .accordion {
    margin: 40px -20px
  }
}

.accordion .toggler {
  position: relative;
  background-color: #5b5041;
  color: white;
  padding: 12px 50px 12px 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  cursor: pointer
}

@media (max-width: 767.98px) {
  .accordion .toggler {
    line-height: 1.2;
    padding: 10px 50px 10px 20px
  }
}

.accordion .toggler:before {
  content: "+";
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -16px 0;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px white;
  color: white;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

@media (max-width: 767.98px) {
  .accordion .toggler:before {
    width: 22px;
    height: 22px;
    margin: -11px 5px;
    line-height: 22px;
    font-size: 18px
  }
}

.accordion .toggling {
  background-color: #f3f2f0;
  margin: 0;
  padding: 20px 24px 10px;
  display: none
}

@media (max-width: 767.98px) {
  .accordion .toggling {
    padding: 16px 20px 10px
  }
}

.accordion .item {
  margin: 15px 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s, transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  -o-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s, transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s, transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s
}

@media (max-width: 767.98px) {
  .accordion .item {
    margin: 1px 0
  }
}

.accordion .item.open .toggler:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.map {
  position: relative;
  display: block;
  margin: 60px 0
}

@media (max-width: 767.98px) {
  .map {
    margin: 35px 0
  }
}

.map:before {
  content: "";
  position: relative;
  display: block;
  padding: 40% 0 120px
}

@media (max-width: 991.98px) {
  .map:before {
    min-height: 460px
  }
}

#googlemap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
  opacity: 0;
  -webkit-transition: 0.5s linear 0.5s;
  -o-transition: 0.5s linear 0.5s;
  transition: 0.5s linear 0.5s
}

.ready #googlemap {
  opacity: 1
}

.gm-style .gm-style-iw {
  overflow: visible;
  max-height: none !important;
  min-width: 260px
}

.gm-style .gm-style-iw-c {
  padding: 0;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  background-color: transparent
}

.gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  min-width: 260px
}

.gm-style-iw-t::before {
  border-top: 0;
  display: none
}

.gm-style .gm-style-iw-t::after {
  display: none
}

.gm-style-iw {
  background-color: transparent
}

.gm-style-iw>div {
  position: relative;
  width: 330px;
  max-width: 94vw;
  background-color: white;
  box-shadow: 0 3px 20px -8px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1.5;
  padding: 20px 22px 8px;
  font-family: 'Montserrat', sans-serif;
  top: 5px
}

.gm-style-iw>div .underline {
  margin-top: 0;
  margin-bottom: 5px
}

.gm-style-iw>div p {
  margin: 0 0 10px
}

.gm-style-iw>div p:last-child strong {
  display: inline-block;
  min-width: 58px
}

.gm-style-iw>div strong {
  font-weight: 600
}

.gm-style-iw>div h6 {
  font-size: 16px;
  margin: 0 0 10px
}

.gm-style-iw>div .btn {
  margin: 3px 0
}

.gm-style-iw>div:before, .gm-style-iw>div:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: white transparent transparent transparent;
  box-shadow: 0 2px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: -1
}

.gm-style-iw>div:after {
  box-shadow: none;
  z-index: 1;
  border-width: 20px 20px 0 20px;
  margin: -8px -20px
}

.gm-style-iw>div+button {
  margin: 10px 12px !important
}

.gm-style-iw>div+button img {
  width: 24px !important;
  height: 24px !important
}

.poi-single {
  margin-bottom: 30px
}

.tt_address_list {
  margin-top: -30px
}

.tt_address_list h2 {
  font-size: 1.25rem;
  font-weight: bold
}

.tt_address_list h3 {
  font-size: 1em;
  font-weight: bolder;
  margin: 0;
  line-height: 1.6
}

.tt_address_list h3 span {
  font-weight: normal
}

.tt_address_list p.gender {
  margin: 0;
  display: none;
}

.tt_address_list .vcard {
  margin-bottom: 40px
}

section.form h4 {
  margin-top: 30px;
  margin-bottom: 20px
}

section.form form {
  max-width: 800px;
  width: 90%
}

@media (max-width: 767.98px) {
  section.form form {
    width: 100%
  }
}

.form-group input[type="text"], .form-group textarea, .form-group select, .form-group .form-check input[type="checkbox"]~span:before, .form-group .radio input[type="checkbox"]~span:before {
  border: 1px solid #4c4c4c;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none
}

.form-group {
  position: relative;
  margin-bottom: 20px
}

.form-group .form-group {
  margin-bottom: 0
}

.form-group .row>div:first-child {
  margin-bottom: 20px
}

.form-group input[type="text"], .form-group textarea {
  width: 100%;
  font-size: 1em;
  padding: 0.5em 1em;
  font-family: roboto-regular, Arial, Verdana, sans-serif
}

.form-group textarea {
  height: 120px;
  resize: none;
  padding: 1em;
  font-family: roboto-regular, Arial, Verdana, sans-serif
}

.form-group select {
  background: white;
  padding: 1em;
  font-size: 1em;
  overflow: hidden;
  width: 100%;
  font-family: roboto-regular, Arial, Verdana, sans-serif
}

.form-group label {
  display: block
}

.form-group label[for="kontakt-E-Mail-2866-datenschutz"] {
  display: none
}

.form-group label[for="oekoInvestment-datenschutz"], .form-group label[for="informationsmaterialzurFinanzvorsorge-datenschutz"], .form-group label[for="informationsmaterialzurPrivatenVollversicherung-datenschutz"] {
  display: inline-block;
  margin-top: 20px
}

.form-group label[for="oekoInvestment-datenschutz"] span, .form-group label[for="informationsmaterialzurFinanzvorsorge-datenschutz"] span, .form-group label[for="informationsmaterialzurPrivatenVollversicherung-datenschutz"] span {
  display: none
}

.form-group .help-block {
  display: block;
  clear: both;
  margin-top: 5px
}

.form-group .field-wrap {
  position: relative
}

.form-group .form-check, .form-group .radio {
  position: relative
}

.form-group .form-check input[type="checkbox"], .form-group .radio input[type="checkbox"] {
  display: none
}

.form-group .form-check input[type="checkbox"]~span, .form-group .radio input[type="checkbox"]~span {
  line-height: 1.2em;
  margin-left: 3.5em;
  padding-top: 0.3em;
  display: block
}

.form-group .form-check input[type="checkbox"]~span:before, .form-group .radio input[type="checkbox"]~span:before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.8em;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '-';
  border: 1px solid #4c4c4c;
  width: 3em;
  height: 2em;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  color: white;
  background: white
}

.form-group .form-check input[type="checkbox"]:checked~span:before, .form-group .radio input[type="checkbox"]:checked~span:before {
  content: "x";
  font-family: eurostile, sans-serif !important;
  padding: 0;
  line-height: 27px;
  font-size: 28px;
  width: 51px;
  height: 34px;
  color: #5b5041
}

.form-group .form-check input[type="radio"], .form-group .radio input[type="radio"] {
  display: none
}

.form-group .form-check input[type="radio"]~span, .form-group .radio input[type="radio"]~span {
  line-height: 1.5em;
  margin-left: 2em;
  display: block
}

.form-group .form-check input[type="radio"]~span:before, .form-group .radio input[type="radio"]~span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '-';
  border: 1px solid #4c4c4c;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  color: white;
  background: white
}

.form-group .form-check input[type="radio"]:checked~span:after, .form-group .radio input[type="radio"]:checked~span:after {
  content: '';
  background: #4c4c4c;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  border-radius: 50%
}

.form-group .input.checkbox {
  min-height: 2em
}

.form-group .input.radio {
  margin-top: 0.5em
}

.form-group .input.radio label {
  display: block
}

.form-group .input.radio .form-group {
  margin-bottom: -0.5em
}

.form-group .input.radio .form-group:after {
  content: '';
  display: block;
  clear: both
}

.form-group .input.select:before {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 800;
  speak: none;
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4c4c4c;
  color: white;
  pointer-events: none;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center
}

.form-group.floating label {
  -moz-transition: .3s ease all;
  -webkit-transition: .3s ease all;
  background: white;
  color: #898989;
  left: 1em;
  top: 25px;
  line-height: 1;
  margin-top: -.5em;
  padding: 0 3px;
  pointer-events: none;
  position: absolute;
  transition: .3s ease all
}

.form-group.floating input[type="text"] {
  line-height: 2em
}

.form-group.floating textarea~label {
  top: 1.4em
}

.form-group.floating input[type="text"].focus~label, .form-group.floating input[type="text"].has-value~label, .form-group.floating textarea.focus~label, .form-group.floating textarea.has-value~label, .form-group.floating select.focus~label, .form-group.floating select.has-value~label {
  top: 0
}

.form-group.floating input[type="text"]:focus~label, .form-group.floating input[type="text"]:not(:placeholder-shown)~label, .form-group.floating textarea:focus~label, .form-group.floating textarea:not(:placeholder-shown)~label, .form-group.floating select:focus~label, .form-group.floating select:not(:placeholder-shown)~label {
  top: 0
}

.form-group.position_side .input.radio .form-check, .form-group.position_side .input.radio .radio {
  float: left;
  margin-right: 1em
}

.form-group.position_side .input.radio .form-check:last-child, .form-group.position_side .input.radio .radio:last-child {
  margin-right: 0
}

.form-group.position_side .input.radio:after {
  content: '';
  display: block;
  clear: both
}

.form-group.has-error .control-label {
  color: red
}

.form-group.has-error input[type="text"] {
  border: 1px solid red
}

.form-group.has-error .form-check-label {
  color: red
}

.form-group.has-error .form-check-label input[type=checkbox]~span:before {
  border: 1px solid red
}

section.search #form_kesearch_pi1 .actions {
  margin: 20px 0;
  display: inline-block
}

section.search #form_kesearch_pi1 .actions button:not(:disabled), section.search #form_kesearch_pi1 .actions [type="button"]:not(:disabled), section.search #form_kesearch_pi1 .actions [type="reset"]:not(:disabled), section.search #form_kesearch_pi1 .actions [type="submit"]:not(:disabled) {
  padding: 6px 10px;
  font-size: 1em
}

#kesearch_results a, .kesearch_pagebrowser a {
  font-weight: 500;
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

#kesearch_results a:hover, .kesearch_pagebrowser a:hover {
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  text-decoration: none
}

.kesearch_pagebrowser a {
  border-bottom: none
}

.kesearch_pagebrowser a:hover {
  border-bottom: none
}

#kesearch_results .hit {
  font-weight: bolder
}

section.newsdetail .news-related {
  width: 100%;
  border: none
}

section.newsdetail .news-related a:not(.btn) {
  font-weight: 500;
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

section.newsdetail .news-related a:not(.btn):hover {
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  text-decoration: none
}

section.newsdetail section.textarea {
  margin: 0
}

section.newsdetail section.textarea .container {
  opacity: 1;
  padding: 0
}

section.newsdetail section.textarea .container .row {
  max-width: 100%;
  width: 100%
}

.news-img-wrap {
  display: flex
}

@media (max-width: 767.98px) {
  .news-img-wrap {
    display: block
  }
}

.news-img-wrap .outer {
  margin: 0 20px 20px
}

@media (max-width: 767.98px) {
  .news-img-wrap .outer {
    margin: 0 0 20px
  }
}

.news-img-wrap .outer:first-child {
  margin-left: 0
}

.news-img-wrap .outer:last-child {
  margin-right: 0
}

.news-img-wrap .outer .mediaelement.mediaelement-image img, .news-img-wrap .outer .mediaelement.mediaelement-image video, .news-img-wrap .outer .mediaelement .mediaelement-video img, .news-img-wrap .outer .mediaelement .mediaelement-video video {
  max-width: 100%;
  height: auto
}

.news-img-wrap .outer .mediaelement .mediaelement-video .video {
  height: auto
}

.page-navigation .f3-widget-paginator li.current {
  padding: 0 8px;
  font-weight: bold
}

.page-navigation .f3-widget-paginator li a {
  padding: 0 3px;
  color: #212529
}

.page-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  max-height: 100vh
}

.page-header .container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.page-header .logo {
  position: absolute;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 22px -2px;
  z-index: 1
}

@media (max-width: 1199.98px) {
  .page-header .logo {
    position: relative;
    margin: 15px 5px
  }
}

@media (max-width: 767.98px) {
  .page-header .logo {
    margin: 10px -1px
  }
}

.page-header .logo img {
  height: 75px;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

@media (max-width: 1199.98px) {
  .page-header .logo img {
    height: 60px;
    width: auto
  }
}

@media (max-width: 991.98px) {
  .page-header .logo img {
    height: 50px
  }
}

@media (max-width: 767.98px) {
  .page-header .logo img {
    height: 40px
  }
}

.page-header form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px
}

.page-header form input {
  position: relative;
  display: block;
  height: 36px;
  background-color: white;
  color: #4c4c4c;
  border-radius: 0;
  width: 260px;
  font-size: 18px;
  line-height: 28px;
  padding: 4px 14px;
  box-shadow: 0 0 0 6px rgba(126, 114, 97, 0);
  border: 1px solid #7e7261;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.page-header form input:focus {
  outline: 0;
  box-shadow: none;
  box-shadow: 0 0 0 6px rgba(126, 114, 97, 0.1)
}

.page-header form input:focus::placeholder {
  opacity: 0.4
}

.page-header form input:focus:-ms-input-placeholder {
  opacity: 0.4
}

.page-header form input:focus::-ms-input-placeholder {
  opacity: 0.4
}

.page-header form input::placeholder {
  color: #4c4c4c;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.page-header form input:-ms-input-placeholder {
  color: #4c4c4c;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.page-header form input::-ms-input-placeholder {
  color: #4c4c4c;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.page-header form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  height: 36px;
  width: 40px;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #4c4c4c
}

.page-header form button:before {
  content: "s";
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal
}

.page-header form button:focus {
  outline: 0;
  box-shadow: none
}

.page-header .sidebar {
  position: fixed;
  display: block;
  right: 0;
  top: 50%;
  list-style: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
  pointer-events: none
}

@media (max-width: 991.98px) {
  .page-header .sidebar {
    display: none
  }
}

.page-header .sidebar li {
  position: relative;
  display: block;
  margin: 6px 0
}

.page-header .sidebar a {
  position: relative;
  display: inline-block;
  background-color: white;
  color: #5b5041;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 24px 10px 60px;
  margin-right: 60px;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: all;
  font-weight: 600;
  border: 1px solid #5b5041
}

.page-header .sidebar a:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: 0;
  text-decoration: none;
  color: #5b5041
}

.page-header .sidebar a:before {
  content: "M";
  position: absolute;
  display: block;
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  top: 0;
  left: 0;
  width: 58px;
  text-align: center;
  line-height: 43px;
  font-size: 26px
}

.page-header .sidebar a.call:before {
  content: "v";
  font-size: 30px;
  line-height: 44px
}

.page-header .sidebar a.chat:before {
  content: "b";
  font-size: 28px;
  line-height: 44px
}

.page-header .sidebar a.shop {
  padding: 10px 14px 10px 70px
}

.page-header .sidebar a.shop:before {
  background-image: url("../Images/icon-dose.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  content: "";
  height: 100%;
  width: 59px
}

@media (max-width: 1199.98px) {
  .page-header {
    box-shadow: 0 -10px 40px 5px rgba(0, 0, 0, 0.1)
  }

  .page-header .container {
    position: relative;
    max-width: none
  }

  .page-header .toggle-nav {
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: -20px 0
  }

  .page-header .toggle-nav:before, .page-header .toggle-nav:after, .page-header .toggle-nav span {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px -14px;
    background-color: #7e7261;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header .toggle-nav:before {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0);
    -moz-transform: translate3d(0, -8px, 0) rotate(0);
    -ms-transform: translate3d(0, -8px, 0) rotate(0);
    -o-transform: translate3d(0, -8px, 0) rotate(0);
    transform: translate3d(0, -8px, 0) rotate(0)
  }

  .page-header .toggle-nav:after {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0);
    -moz-transform: translate3d(0, 8px, 0) rotate(0);
    -ms-transform: translate3d(0, 8px, 0) rotate(0);
    -o-transform: translate3d(0, 8px, 0) rotate(0);
    transform: translate3d(0, 8px, 0) rotate(0)
  }

  .page-header .toggle-nav:focus {
    box-shadow: none;
    outline: 0
  }

  .page-header.nav-open .toggle-nav:before {
    -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
    -moz-transform: translate3d(0, 0, 0) rotate(135deg);
    -ms-transform: translate3d(0, 0, 0) rotate(135deg);
    -o-transform: translate3d(0, 0, 0) rotate(135deg);
    transform: translate3d(0, 0, 0) rotate(135deg)
  }

  .page-header.nav-open .toggle-nav:after {
    -webkit-transform: translate3d(0, 0, 0) rotate(225deg);
    -moz-transform: translate3d(0, 0, 0) rotate(225deg);
    -ms-transform: translate3d(0, 0, 0) rotate(225deg);
    -o-transform: translate3d(0, 0, 0) rotate(225deg);
    transform: translate3d(0, 0, 0) rotate(225deg)
  }

  .page-header.nav-open .toggle-nav span {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    -moz-transform: translate3d(0, 0, 0) rotate(180deg);
    -ms-transform: translate3d(0, 0, 0) rotate(180deg);
    -o-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
    opacity: 0
  }

  .page-header.nav-open nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 10
  }

  .page-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #7e7261;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
    transform-origin: 20% 0;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    padding-bottom: 50px
  }

  .page-header nav ul {
    padding: 0;
    list-style: none
  }

  .page-header nav .primary>ul .image-box {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .page-header nav .primary>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
  }

  .page-header nav .primary>ul>li:first-child>a {
    padding-top: 24px
  }

  .page-header nav .primary>ul>li>a {
    position: relative;
    display: block;
    color: white;
    font-family: eurostile-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 22px 15px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>a:hover {
    text-decoration: none
  }
}

@media (max-width: 1199.98px) and (min-width: 576px) and (max-width: 1199.98px) {
  .page-header nav .primary>ul>li ul {
    display: block;
    font-size: 0;
    line-height: 0
  }

  .page-header nav .primary>ul>li ul li {
    display: inline-block;
    width: 50%;
    max-width: 50%
  }

  .page-header nav .primary>ul>li ul li a {
    height: 100%;
    line-height: 1.3;
    border: 0;
    font-size: 18px
  }

  .page-header nav .primary>ul>li ul li a .image-box {
    min-width: 25%;
    max-width: 25%;
    flex: 1 1 25%
  }

  .page-header nav .primary>ul>li ul li.back {
    min-width: 100%;
    max-width: 100%
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .page-header nav .primary>ul>li ul li {
    display: inline-block;
    width: 33.3333%;
    max-width: 33.3333%
  }
}

@media (max-width: 1199.98px) {
  .page-header nav .primary>ul>li>ul>li>a .image-box {
    object-fit: cover;
    min-width: 22%;
    max-width: 22%;
    margin: 0 10px 0 3px
  }

  .page-header nav .primary>ul>li>ul>li>a .image-box:before {
    padding-top: 60%
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .page-header nav .primary>ul>li>ul {
    padding: 0 10px
  }

  .page-header nav .primary>ul>li>ul>li.back {
    margin: 0 -10px;
    min-width: calc(100% + 20px)
  }

  .page-header nav .primary>ul>li>ul>li:not(.back) {
    min-width: 0;
    flex: 1 1 33.333%;
    width: 33.333%
  }

  .page-header nav .primary>ul>li>ul>li:not(.back)>a {
    padding: 10px 5px;
    flex-direction: column
  }

  .page-header nav .primary>ul>li>ul>li:not(.back)>a .image-box {
    min-width: 100%;
    max-width: 100%;
    margin: 0 5px
  }

  .page-header nav .primary>ul>li>ul>li:not(.back)>a .image-box+span {
    margin: 10px 35px 15px;
    display: block;
    text-align: center
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) and (min-width: 992px) {
  .page-header nav .primary>ul>li>ul>li:not(.back)>a .image-box+span {
    margin: 10px 5px 15px
  }
}

@media (max-width: 1199.98px) {
  .page-header nav .primary>ul li.open>ul {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: calc(100vh - 60px);
    width: 100%;
    overflow: auto;
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0s, width 0s linear 0s;
    -o-transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0s, width 0s linear 0s;
    transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0s, width 0s linear 0s
  }

  .page-header nav .primary>ul li.open>ul.sub-open {
    overflow: hidden
  }

  .page-header nav .primary>ul li.open>ul>li>a.loaded {
    opacity: 1;
    height: 100%
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(1) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .06s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .06s;
    transition: background-color 0.3s ease, opacity 0.5s ease .06s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(2) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .12s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .12s;
    transition: background-color 0.3s ease, opacity 0.5s ease .12s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(3) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .18s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .18s;
    transition: background-color 0.3s ease, opacity 0.5s ease .18s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(4) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .24s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .24s;
    transition: background-color 0.3s ease, opacity 0.5s ease .24s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(5) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .3s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .3s;
    transition: background-color 0.3s ease, opacity 0.5s ease .3s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(6) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .36s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .36s;
    transition: background-color 0.3s ease, opacity 0.5s ease .36s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(7) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .42s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .42s;
    transition: background-color 0.3s ease, opacity 0.5s ease .42s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(8) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .48s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .48s;
    transition: background-color 0.3s ease, opacity 0.5s ease .48s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(9) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .54s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .54s;
    transition: background-color 0.3s ease, opacity 0.5s ease .54s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(10) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .6s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .6s;
    transition: background-color 0.3s ease, opacity 0.5s ease .6s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(11) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .66s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .66s;
    transition: background-color 0.3s ease, opacity 0.5s ease .66s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(12) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .72s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .72s;
    transition: background-color 0.3s ease, opacity 0.5s ease .72s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(13) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .78s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .78s;
    transition: background-color 0.3s ease, opacity 0.5s ease .78s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(14) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .84s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .84s;
    transition: background-color 0.3s ease, opacity 0.5s ease .84s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(15) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .9s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .9s;
    transition: background-color 0.3s ease, opacity 0.5s ease .9s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(16) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease .96s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease .96s;
    transition: background-color 0.3s ease, opacity 0.5s ease .96s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(17) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.02s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.02s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.02s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(18) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.08s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.08s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.08s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(19) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.14s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.14s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.14s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(20) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.2s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.2s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.2s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(21) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.26s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.26s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.26s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(22) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.32s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.32s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.32s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(23) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.38s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.38s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.38s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(24) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.44s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.44s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.44s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(25) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.5s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.5s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.5s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(26) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.56s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.56s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.56s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(27) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.62s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.62s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.62s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(28) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.68s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.68s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.68s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(29) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.74s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.74s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.74s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(30) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.8s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.8s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.8s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(31) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.86s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.86s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.86s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(32) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.92s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.92s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.92s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(33) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 1.98s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 1.98s;
    transition: background-color 0.3s ease, opacity 0.5s ease 1.98s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(34) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.04s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.04s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.04s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(35) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.1s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.1s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.1s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(36) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.16s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.16s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.16s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(37) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.22s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.22s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.22s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(38) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.28s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.28s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.28s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(39) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.34s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.34s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.34s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(40) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.4s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.4s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.4s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(41) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.46s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.46s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.46s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(42) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.52s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.52s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.52s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(43) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.58s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.58s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.58s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(44) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.64s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.64s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.64s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(45) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.7s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.7s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.7s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(46) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.76s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.76s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.76s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(47) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.82s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.82s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.82s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(48) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.88s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.88s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.88s
  }

  .page-header nav .primary>ul li.open>ul>li:nth-child(49) a.loaded {
    -webkit-transition: background-color 0.3s ease, opacity 0.5s ease 2.94s;
    -o-transition: background-color 0.3s ease, opacity 0.5s ease 2.94s;
    transition: background-color 0.3s ease, opacity 0.5s ease 2.94s
  }

  .page-header nav .primary>ul li:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    background-color: black;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear
  }

  .page-header nav .primary>ul ul {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    background-color: #eeedea;
    top: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0.3s, width 0s linear 0.3s;
    -o-transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0.3s, width 0s linear 0.3s;
    transition: transform 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94), height 0s linear 0.3s, width 0s linear 0.3s;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 70px;
    box-shadow: 100vh 100vh 0 100vh #eeedea;
    -webkit-transform: translate3d(100vw, 0, 0);
    -moz-transform: translate3d(100vw, 0, 0);
    -ms-transform: translate3d(100vw, 0, 0);
    -o-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
  }

  .page-header nav .primary>ul ul li.open:before {
    opacity: 0.4
  }

  .page-header nav .primary>ul ul li.back {
    position: sticky;
    top: 0;
    z-index: 1
  }

  .page-header nav .primary>ul ul li.back a {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #4c4c4c;
    color: #fff;
    padding: 15px 18px 14px;
    font-size: 14px;
    border-bottom: 0;
    opacity: 1
  }

  .page-header nav .primary>ul ul li.back a:before {
    content: "P";
    font-family: 'Icons', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    font-size: 20px;
    width: 12%;
    position: relative;
    top: -1px;
    max-width: 50px
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .page-header nav .primary>ul ul li.back a {
    margin-bottom: 15px
  }

  .page-header nav .primary>ul ul li.back a:before {
    padding-left: 10px
  }
}

@media (max-width: 1199.98px) {
  .page-header nav .primary>ul ul li.back a .image-box {
    display: none
  }

  .page-header nav .primary>ul ul a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px 10px 10px;
    opacity: 0;
    border-bottom: 1px solid rgba(76, 76, 76, 0.2);
    -webkit-transition: background-color 0.3s ease, opacity 0s linear 0.3s;
    -o-transition: background-color 0.3s ease, opacity 0s linear 0.3s;
    transition: background-color 0.3s ease, opacity 0s linear 0.3s
  }

  .page-header nav .primary>ul ul a:hover {
    text-decoration: none;
    background-color: white
  }

  .page-header nav .primary>ul ul a .image-box {
    position: relative;
    max-width: 14%;
    min-width: 14%;
    display: block;
    margin: 0 7px 0 0
  }

  .page-header nav .primary>ul ul a .image-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 100%
  }

  .page-header nav .primary>ul ul a .image-box img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
  }

  .page-header nav .secondary {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #5b5041;
    background-color: rgba(91, 80, 65, 0.3);
    box-shadow: 0 1000px 0 1000px rgba(91, 80, 65, 0.3)
  }

  .page-header nav .secondary form {
    display: block;
    margin: 20px 23px;
    order: -1
  }

  .page-header nav .secondary form input {
    display: block;
    width: 100%
  }

  .page-header nav .secondary ul {
    text-align: center;
    border-top: 1px solid #5b5041;
    padding: 12px
  }

  .page-header nav .secondary ul li {
    position: relative;
    display: inline-block
  }

  .page-header nav .secondary ul li+li:before {
    content: "";
    position: absolute;
    display: block;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background-color: white;
    left: -2px
  }

  .page-header nav .secondary ul a {
    color: white;
    display: block;
    padding: 5px 10px;
    margin: 0 5px
  }
}

@media (min-width: 1200px) {
  .page-header nav {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1
  }

  .page-header nav .clone {
    display: none
  }

  .page-header nav .secondary {
    margin: 20px 0 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .page-header nav .secondary ul {
    pointer-events: none
  }

  .page-header nav .secondary a {
    opacity: 0.6;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: auto;
    margin: 0 3px
  }

  .page-header nav .secondary a:hover {
    opacity: 1
  }

  .page-header nav .secondary li+li {
    position: relative
  }

  .page-header nav .secondary li+li:before {
    content: "";
    position: absolute;
    display: block;
    right: 100%;
    width: 2px;
    height: 20px;
    top: 50%;
    margin: -10px 1px;
    background-color: #7e7261;
    opacity: 0.6
  }

  .page-header nav .secondary li.active a {
    opacity: 1
  }

  .page-header nav .primary {
    order: 1;
    padding: 8px 0 12px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .page-header nav .primary ul ul li.open>a, .page-header nav .primary ul ul a:hover {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: black !important
  }

  .page-header nav .primary>ul>li>a:before {
    content: "";
    position: absolute;
    display: none;
    left: 40%;
    right: 40%;
    height: 2px;
    bottom: 5px;
    background-color: #4c4c4c;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li.active>a {
    color: black;
    font-weight: 600
  }

  .page-header nav .primary>ul>li.active>a:before, .page-header nav .primary>ul>li.open>a:before, .page-header nav .primary>ul>li:hover>a:before {
    left: 8px;
    right: 8px;
    opacity: 1
  }

  .page-header nav .primary>ul.sub-open>li:not(.open)>a:before {
    left: 40%;
    right: 40%;
    opacity: 0
  }

  .page-header nav .primary>ul>li:after {
    content: "";
    position: absolute;
    display: block;
    top: -10000px;
    left: -10000px;
    right: -10000px;
    bottom: 0;
    pointer-events: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease
  }

  .page-header nav .primary>ul>li>ul {
    font-size: 18px;
    margin: 0 -10px;
    padding: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul:before {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul.sub-open:before {
    box-shadow: 0 10000px 0 10000px rgba(91, 80, 65, 0.7)
  }

  .page-header nav .primary>ul>li>ul ul a .image-box {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul ul a:hover .image-box, .page-header nav .primary>ul>li>ul ul li.open>a .image-box {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    -moz-transform: translate3d(0, 0, 0) scale(1.2);
    -ms-transform: translate3d(0, 0, 0) scale(1.2);
    -o-transform: translate3d(0, 0, 0) scale(1.2);
    transform: translate3d(0, 0, 0) scale(1.2)
  }

  .page-header nav .primary>ul>li>ul>li {
    margin: 0;
    max-width: none
  }

  .page-header nav .primary>ul>li>ul>li.open>a {
    background-color: #f3f2f0;
    box-shadow: 10px 0 0 #f3f2f0, -10px 0 0 #f3f2f0
  }

  .page-header nav .primary>ul>li>ul>li>a {
    text-align: center;
    padding: 25px 5px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul>li>a .image-box {
    position: relative;
    display: block;
    margin: 0 -5px 8px;
    overflow: hidden;
    background-color: #5b5041;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul>li>a .image-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 60%
  }

  .page-header nav .primary>ul>li>ul>li>a .image-box img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: saturate(20%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
  }

  .page-header nav .primary>ul>li>ul>li>a:hover .image-box img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.06);
    -moz-transform: translate3d(0, 0, 0) scale(1.06);
    -ms-transform: translate3d(0, 0, 0) scale(1.06);
    -o-transform: translate3d(0, 0, 0) scale(1.06);
    transform: translate3d(0, 0, 0) scale(1.06);
    opacity: 1;
    filter: saturate(100%)
  }

  .page-header nav .primary>ul>li>ul>li>ul>li {
    max-width: 25%;
    flex: 1 1 25%
  }

  .page-header nav .primary ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s, z-index 0.4s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    margin-top: 50px;
    text-align: left;
    padding: 22px 0;
    margin: 0;
    line-height: 1.3;
    font-size: 16px
  }

  .page-header nav .primary ul ul li {
    flex-basis: 0;
    flex: 1 1 20%;
    max-width: 20%;
    padding: 0 10px
  }

  .page-header nav .primary ul ul li:nth-child(1) a {
    -webkit-transition: opacity 0.5s ease .16s;
    -o-transition: opacity 0.5s ease .16s;
    transition: opacity 0.5s ease .16s
  }

  .page-header nav .primary ul ul li:nth-child(2) a {
    -webkit-transition: opacity 0.5s ease .22s;
    -o-transition: opacity 0.5s ease .22s;
    transition: opacity 0.5s ease .22s
  }

  .page-header nav .primary ul ul li:nth-child(3) a {
    -webkit-transition: opacity 0.5s ease .28s;
    -o-transition: opacity 0.5s ease .28s;
    transition: opacity 0.5s ease .28s
  }

  .page-header nav .primary ul ul li:nth-child(4) a {
    -webkit-transition: opacity 0.5s ease .34s;
    -o-transition: opacity 0.5s ease .34s;
    transition: opacity 0.5s ease .34s
  }

  .page-header nav .primary ul ul li:nth-child(5) a {
    -webkit-transition: opacity 0.5s ease .4s;
    -o-transition: opacity 0.5s ease .4s;
    transition: opacity 0.5s ease .4s
  }

  .page-header nav .primary ul ul li:nth-child(6) a {
    -webkit-transition: opacity 0.5s ease .46s;
    -o-transition: opacity 0.5s ease .46s;
    transition: opacity 0.5s ease .46s
  }

  .page-header nav .primary ul ul li:nth-child(7) a {
    -webkit-transition: opacity 0.5s ease .52s;
    -o-transition: opacity 0.5s ease .52s;
    transition: opacity 0.5s ease .52s
  }

  .page-header nav .primary ul ul li:nth-child(8) a {
    -webkit-transition: opacity 0.5s ease .58s;
    -o-transition: opacity 0.5s ease .58s;
    transition: opacity 0.5s ease .58s
  }

  .page-header nav .primary ul ul li:nth-child(9) a {
    -webkit-transition: opacity 0.5s ease .64s;
    -o-transition: opacity 0.5s ease .64s;
    transition: opacity 0.5s ease .64s
  }

  .page-header nav .primary ul ul li:nth-child(10) a {
    -webkit-transition: opacity 0.5s ease .7s;
    -o-transition: opacity 0.5s ease .7s;
    transition: opacity 0.5s ease .7s
  }

  .page-header nav .primary ul ul li:nth-child(11) a {
    -webkit-transition: opacity 0.5s ease .76s;
    -o-transition: opacity 0.5s ease .76s;
    transition: opacity 0.5s ease .76s
  }

  .page-header nav .primary ul ul li:nth-child(12) a {
    -webkit-transition: opacity 0.5s ease .82s;
    -o-transition: opacity 0.5s ease .82s;
    transition: opacity 0.5s ease .82s
  }

  .page-header nav .primary ul ul li:nth-child(13) a {
    -webkit-transition: opacity 0.5s ease .88s;
    -o-transition: opacity 0.5s ease .88s;
    transition: opacity 0.5s ease .88s
  }

  .page-header nav .primary ul ul li:nth-child(14) a {
    -webkit-transition: opacity 0.5s ease .94s;
    -o-transition: opacity 0.5s ease .94s;
    transition: opacity 0.5s ease .94s
  }

  .page-header nav .primary ul ul li:nth-child(15) a {
    -webkit-transition: opacity 0.5s ease 1s;
    -o-transition: opacity 0.5s ease 1s;
    transition: opacity 0.5s ease 1s
  }

  .page-header nav .primary ul ul li:nth-child(16) a {
    -webkit-transition: opacity 0.5s ease 1.06s;
    -o-transition: opacity 0.5s ease 1.06s;
    transition: opacity 0.5s ease 1.06s
  }

  .page-header nav .primary ul ul li:nth-child(17) a {
    -webkit-transition: opacity 0.5s ease 1.12s;
    -o-transition: opacity 0.5s ease 1.12s;
    transition: opacity 0.5s ease 1.12s
  }

  .page-header nav .primary ul ul li:nth-child(18) a {
    -webkit-transition: opacity 0.5s ease 1.18s;
    -o-transition: opacity 0.5s ease 1.18s;
    transition: opacity 0.5s ease 1.18s
  }

  .page-header nav .primary ul ul li:nth-child(19) a {
    -webkit-transition: opacity 0.5s ease 1.24s;
    -o-transition: opacity 0.5s ease 1.24s;
    transition: opacity 0.5s ease 1.24s
  }

  .page-header nav .primary ul ul li:nth-child(20) a {
    -webkit-transition: opacity 0.5s ease 1.3s;
    -o-transition: opacity 0.5s ease 1.3s;
    transition: opacity 0.5s ease 1.3s
  }

  .page-header nav .primary ul ul li:nth-child(21) a {
    -webkit-transition: opacity 0.5s ease 1.36s;
    -o-transition: opacity 0.5s ease 1.36s;
    transition: opacity 0.5s ease 1.36s
  }

  .page-header nav .primary ul ul li:nth-child(22) a {
    -webkit-transition: opacity 0.5s ease 1.42s;
    -o-transition: opacity 0.5s ease 1.42s;
    transition: opacity 0.5s ease 1.42s
  }

  .page-header nav .primary ul ul li:nth-child(23) a {
    -webkit-transition: opacity 0.5s ease 1.48s;
    -o-transition: opacity 0.5s ease 1.48s;
    transition: opacity 0.5s ease 1.48s
  }

  .page-header nav .primary ul ul li:nth-child(24) a {
    -webkit-transition: opacity 0.5s ease 1.54s;
    -o-transition: opacity 0.5s ease 1.54s;
    transition: opacity 0.5s ease 1.54s
  }

  .page-header nav .primary ul ul li:nth-child(25) a {
    -webkit-transition: opacity 0.5s ease 1.6s;
    -o-transition: opacity 0.5s ease 1.6s;
    transition: opacity 0.5s ease 1.6s
  }

  .page-header nav .primary ul ul li:nth-child(26) a {
    -webkit-transition: opacity 0.5s ease 1.66s;
    -o-transition: opacity 0.5s ease 1.66s;
    transition: opacity 0.5s ease 1.66s
  }

  .page-header nav .primary ul ul li:nth-child(27) a {
    -webkit-transition: opacity 0.5s ease 1.72s;
    -o-transition: opacity 0.5s ease 1.72s;
    transition: opacity 0.5s ease 1.72s
  }

  .page-header nav .primary ul ul li:nth-child(28) a {
    -webkit-transition: opacity 0.5s ease 1.78s;
    -o-transition: opacity 0.5s ease 1.78s;
    transition: opacity 0.5s ease 1.78s
  }

  .page-header nav .primary ul ul li:nth-child(29) a {
    -webkit-transition: opacity 0.5s ease 1.84s;
    -o-transition: opacity 0.5s ease 1.84s;
    transition: opacity 0.5s ease 1.84s
  }

  .page-header nav .primary ul ul li:nth-child(30) a {
    -webkit-transition: opacity 0.5s ease 1.9s;
    -o-transition: opacity 0.5s ease 1.9s;
    transition: opacity 0.5s ease 1.9s
  }

  .page-header nav .primary ul ul li:nth-child(31) a {
    -webkit-transition: opacity 0.5s ease 1.96s;
    -o-transition: opacity 0.5s ease 1.96s;
    transition: opacity 0.5s ease 1.96s
  }

  .page-header nav .primary ul ul li:nth-child(32) a {
    -webkit-transition: opacity 0.5s ease 2.02s;
    -o-transition: opacity 0.5s ease 2.02s;
    transition: opacity 0.5s ease 2.02s
  }

  .page-header nav .primary ul ul li:nth-child(33) a {
    -webkit-transition: opacity 0.5s ease 2.08s;
    -o-transition: opacity 0.5s ease 2.08s;
    transition: opacity 0.5s ease 2.08s
  }

  .page-header nav .primary ul ul li:nth-child(34) a {
    -webkit-transition: opacity 0.5s ease 2.14s;
    -o-transition: opacity 0.5s ease 2.14s;
    transition: opacity 0.5s ease 2.14s
  }

  .page-header nav .primary ul ul li:nth-child(35) a {
    -webkit-transition: opacity 0.5s ease 2.2s;
    -o-transition: opacity 0.5s ease 2.2s;
    transition: opacity 0.5s ease 2.2s
  }

  .page-header nav .primary ul ul li:nth-child(36) a {
    -webkit-transition: opacity 0.5s ease 2.26s;
    -o-transition: opacity 0.5s ease 2.26s;
    transition: opacity 0.5s ease 2.26s
  }

  .page-header nav .primary ul ul li:nth-child(37) a {
    -webkit-transition: opacity 0.5s ease 2.32s;
    -o-transition: opacity 0.5s ease 2.32s;
    transition: opacity 0.5s ease 2.32s
  }

  .page-header nav .primary ul ul li:nth-child(38) a {
    -webkit-transition: opacity 0.5s ease 2.38s;
    -o-transition: opacity 0.5s ease 2.38s;
    transition: opacity 0.5s ease 2.38s
  }

  .page-header nav .primary ul ul li:nth-child(39) a {
    -webkit-transition: opacity 0.5s ease 2.44s;
    -o-transition: opacity 0.5s ease 2.44s;
    transition: opacity 0.5s ease 2.44s
  }

  .page-header nav .primary ul ul li:nth-child(40) a {
    -webkit-transition: opacity 0.5s ease 2.5s;
    -o-transition: opacity 0.5s ease 2.5s;
    transition: opacity 0.5s ease 2.5s
  }

  .page-header nav .primary ul ul li:nth-child(41) a {
    -webkit-transition: opacity 0.5s ease 2.56s;
    -o-transition: opacity 0.5s ease 2.56s;
    transition: opacity 0.5s ease 2.56s
  }

  .page-header nav .primary ul ul li:nth-child(42) a {
    -webkit-transition: opacity 0.5s ease 2.62s;
    -o-transition: opacity 0.5s ease 2.62s;
    transition: opacity 0.5s ease 2.62s
  }

  .page-header nav .primary ul ul li:nth-child(43) a {
    -webkit-transition: opacity 0.5s ease 2.68s;
    -o-transition: opacity 0.5s ease 2.68s;
    transition: opacity 0.5s ease 2.68s
  }

  .page-header nav .primary ul ul li:nth-child(44) a {
    -webkit-transition: opacity 0.5s ease 2.74s;
    -o-transition: opacity 0.5s ease 2.74s;
    transition: opacity 0.5s ease 2.74s
  }

  .page-header nav .primary ul ul li:nth-child(45) a {
    -webkit-transition: opacity 0.5s ease 2.8s;
    -o-transition: opacity 0.5s ease 2.8s;
    transition: opacity 0.5s ease 2.8s
  }

  .page-header nav .primary ul ul li:nth-child(46) a {
    -webkit-transition: opacity 0.5s ease 2.86s;
    -o-transition: opacity 0.5s ease 2.86s;
    transition: opacity 0.5s ease 2.86s
  }

  .page-header nav .primary ul ul li:nth-child(47) a {
    -webkit-transition: opacity 0.5s ease 2.92s;
    -o-transition: opacity 0.5s ease 2.92s;
    transition: opacity 0.5s ease 2.92s
  }

  .page-header nav .primary ul ul li:nth-child(48) a {
    -webkit-transition: opacity 0.5s ease 2.98s;
    -o-transition: opacity 0.5s ease 2.98s;
    transition: opacity 0.5s ease 2.98s
  }

  .page-header nav .primary ul ul li:nth-child(49) a {
    -webkit-transition: opacity 0.5s ease 3.04s;
    -o-transition: opacity 0.5s ease 3.04s;
    transition: opacity 0.5s ease 3.04s
  }

  .page-header nav .primary ul ul li.back {
    display: none !important
  }

  .page-header nav .primary ul ul ul {
    flex-wrap: wrap;
    padding-bottom: 10px
  }

  .page-header nav .primary ul ul ul:before {
    background-color: rgba(243, 242, 240, 0.8)
  }

  .page-header nav .primary ul ul ul ul {
    font-size: 14px
  }

  .page-header nav .primary ul ul ul ul:before {
    background-color: rgba(255, 255, 255, 0.8)
  }

  .page-header nav .primary ul ul ul a {
    padding: 0 0 14px;
    display: flex;
    align-items: center;
    padding-right: 5px
  }
}

@media (min-width: 1200px) and (min-height: 800px) {
  .page-header nav .primary ul ul ul a {
    padding: 2px 0 16px
  }
}

@media (min-width: 1200px) {
  .page-header nav .primary ul ul ul .image-box {
    position: relative;
    display: block;
    min-width: 25%;
    max-width: 25%;
    margin-left: -6%;
    margin-right: 5px
  }

  .page-header nav .primary ul ul ul .image-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 100%
  }

  .page-header nav .primary ul ul ul .image-box img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1)
  }

  .page-header nav .primary ul ul a {
    opacity: 0;
    color: #4c4c4c
  }

  .page-header nav .primary ul ul a span:not(.image-box) {
    position: relative;
    display: block
  }

  .page-header nav .primary ul ul a span:not(.image-box):after {
    content: "";
    position: absolute;
    display: none;
    left: 40%;
    right: 40%;
    top: 100%;
    height: 1px;
    background-color: #4c4c4c;
    box-shadow: 0 1px 0 0 rgba(76, 76, 76, 0.3);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 2px
  }

  .page-header nav .primary ul ul a:hover span:not(.image-box):after {
    opacity: 1;
    left: 0;
    right: 0
  }

  .page-header nav .primary ul ul:before, .page-header nav .primary ul ul:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8)
  }

  .page-header nav .primary ul ul:after {
    display: none;
    z-index: -1;
    top: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
  }

  .page-header nav .primary li.open {
    margin-top: 0
  }

  .page-header nav .primary li.open:after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    pointer-events: none
  }

  .page-header nav .primary li.open>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s, z-index 0.5s linear, margin 0.3s ease, border-width 0.3s ease, top 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease
  }

  .page-header nav .primary li.open>ul>li>a.loaded {
    opacity: 1;
    height: 100%
  }

  .page-header nav ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 -9px;
    padding: 0
  }

  .page-header nav>div>ul>li {
    display: inline-block
  }

  .page-header nav a {
    position: relative;
    display: block;
    color: #7e7261;
    padding: 10px;
    font-weight: 500
  }

  .page-header nav a:hover {
    text-decoration: none;
    color: black
  }

  .page-header nav .primary>ul>li>a {
    padding: 10px 15px
  }

  .page-header nav .primary>ul>li:last-child>a {
    padding: 10px 10px 10px 15px
  }

  .page-header.scrolled {
    box-shadow: 0 -10px 40px 5px rgba(0, 0, 0, 0.1)
  }

  .page-header.scrolled nav .secondary {
    margin: -58px 0 22px
  }

  .page-header.scrolled .logo {
    margin: 11px -2px
  }

  .page-header.scrolled .logo img {
    height: 42px
  }

  .page-header .toggle-nav {
    display: none
  }
}

.ie .page-header {
  height: 120px
}

.ie .page-header.scrolled {
  height: 64px
}

.ie .page-header nav>.primary>ul>li>a {
  max-height: 40px;
  margin-bottom: -4px;
  overflow: hidden
}

.ie .page-header .sub-toggler {
  display: none !important
}

.page-footer {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin: 40px 0
}

@media (min-width: 992px) {
  .page-footer {
    margin-top: 80px
  }
}

@media (max-width: 767.98px) {
  .page-footer {
    margin: 20px 0
  }
}

.page-footer .sitemap {
  position: relative;
  padding: 50px 0 45px;
  margin-bottom: 35px;
  line-height: 20px;
  background-color: #e5e3df
}

.page-footer .sitemap>.container>.row>.col>section {
  margin: 0 0 20px 0
}

.page-footer .sitemap>.container>.row>.col>section>.container {
  margin: 0;
  padding: 0
}

.page-footer .sitemap>.container>.row>.col>section>.container p {
  font-size: 14px;
  font-weight: 500
}

.page-footer .sitemap li {
  margin-bottom: 6px
}

.page-footer .sitemap a {
  border-bottom: 1px solid transparent
}

.page-footer .sitemap a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  color: #4c4c4c
}

.page-footer .sitemap .social a:hover, .page-footer .sitemap .social a {
  border: 0
}

@media (min-width: 1360px) {
  .page-footer .sitemap:after {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 555px);
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    pointer-events: none
  }

  .page-footer .sitemap:before {
    content: "";
    position: absolute;
    width: calc(50% - 555px);
    height: 120px;
    left: 0;
    box-shadow: -107px 107px 0 60px white;
    border-bottom-left-radius: 60px;
    bottom: 0;
    right: 55%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    pointer-events: none
  }
}

@media (max-width: 991.98px) {
  .page-footer .sitemap .col:first-child {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0
  }

  .page-footer .sitemap .col:first-child>div {
    width: 50%
  }

  .page-footer .sitemap .col:first-child:after {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    background-color: #4c4c4c;
    opacity: 0.2;
    min-width: calc(100% - 30px);
    margin: 20px 15px 25px
  }

  .page-footer .sitemap .col:first-child p, .page-footer .sitemap .col:first-child ul {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin: 0
  }

  .page-footer .sitemap .col:first-child h5 {
    min-width: 100%;
    padding: 0 15px;
    margin: 0 0 8px
  }

  .page-footer .sitemap .col:first-child li {
    line-height: 24px;
    margin: 0
  }
}

@media (max-width: 767.98px) {
  .page-footer .sitemap {
    margin: 0 0 19px;
    background-color: #e5e3df;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0
  }

  .page-footer .sitemap .col:first-child {
    display: none
  }

  .page-footer .sitemap .col {
    min-width: 100%;
    padding: 0
  }

  .page-footer .sitemap h5, .page-footer .sitemap h5:first-child {
    position: relative;
    margin: 0 -5px;
    padding: 11px 20px 10px 20px;
    clear: both
  }

  .page-footer .sitemap h5:before, .page-footer .sitemap h5:first-child:before {
    content: "+";
    font-family: 'Icons', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    right: 8px;
    width: 45px;
    display: block;
    position: absolute;
    display: block;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    top: 0
  }

  .page-footer .sitemap h5:after, .page-footer .sitemap h5:first-child:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }

  .page-footer .sitemap h5 a, .page-footer .sitemap h5:first-child a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px
  }

  .page-footer .sitemap ul:not(.social) {
    display: none;
    padding: 0 12px 2px
  }

  .page-footer .sitemap ul:not(.social) a {
    display: block;
    padding: 3px
  }

  .page-footer .sitemap ul:not(.social) li {
    margin: 0
  }

  .page-footer .sitemap ul:not(.social) li:first-child {
    margin-top: -2px;
    display: block
  }

  .page-footer .sitemap .social {
    float: right;
    margin: -37px 10px -5px;
    z-index: 1;
    position: relative;
    z-index: 2
  }
}

.page-footer h5 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .page-footer h5:not(:first-child) {
    margin-top: 24px
  }
}

.page-footer a {
  color: #4c4c4c
}

.page-footer p {
  margin: 0 0 12px;
  line-height: 24px
}

.page-footer p+ul {
  margin-top: 24px
}

.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px
}

.page-footer ul.social {
  margin: -6px -2px
}

.page-footer .label {
  min-width: 60px;
  display: inline-block
}

.page-footer .legal {
  position: relative;
  padding: 0
}

.page-footer .legal ul {
  margin-top: -5px
}

.page-footer .legal ul li {
  display: inline-block
}

.page-footer .legal ul li:first-child {
  margin-left: -10px
}

.page-footer .legal ul li:last-child {
  margin-right: -10px
}

.page-footer .legal ul a {
  position: relative;
  display: block;
  padding: 5px;
  margin: 0 5px
}

.page-footer .legal ul a:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  bottom: 5px;
  height: 1px;
  background-color: #feb82b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0
}

.page-footer .legal ul a:hover {
  text-decoration: none;
  color: #4c4c4c;
  font-weight: 600;
  border-bottom: 0
}

.page-footer .legal ul a:hover:after {
  left: 4px;
  right: 4px;
  opacity: 0
}

@media (min-width: 768px) {
  .page-footer .legal {
    display: flex
  }

  .page-footer .legal>* {
    flex-basis: 0;
    flex-grow: 1;
    flex: 1 1 25%;
    max-width: 25%;
    padding: 0 15px
  }

  .page-footer .legal ul {
    margin-top: -5px;
    max-width: 50%;
    margin-bottom: 0
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-footer .legal {
    flex-wrap: wrap
  }

  .page-footer .legal p:first-child {
    max-width: 66.6666%;
    min-width: 66.6666%
  }

  .page-footer .legal ul {
    order: 1;
    max-width: 100%
  }

  .page-footer .legal .strong {
    max-width: 33.3333%
  }
}

@media (max-width: 767.98px) {
  .page-footer .legal {
    text-align: center;
    font-size: 13px
  }

  .page-footer .legal ul a {
    padding: 5px;
    margin: 0
  }

  .page-footer .legal p, .page-footer .legal ul {
    margin: 0 15px 5px
  }

  .page-footer .legal .strong {
    border-top: 1px solid #feb82b;
    margin: 16px -200px 0;
    padding: 17px 200px 0
  }
}

.page-footer .strong {
  font-weight: 700;
  font-size: 14px
}

.sectionhead {
  font-size: 24px;
  font-weight: 500;
  background: white;
  color: #5d5548;
  border-color: #5d5548;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  padding: 16px 36px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s
}

.sectionhead.was-in-viewport {
  opacity: 1
}

@media (max-width: 1199.98px) {
  .sectionhead {
    font-size: 20px;
    padding: 14px 24px
  }
}

@media (max-width: 767.98px) {
  .sectionhead {
    position: relative;
    font-size: 16px;
    padding: 12px 18px;
    margin-left: -500px;
    padding-left: 500px
  }
}

.btn {
  background-color: transparent;
  color: #5b5041;
  font-size: 20px;
  line-height: 1.3;
  padding: 12px 20px;
  border-radius: 0;
  margin: 10px 0 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

@media (max-width: 1199.98px) {
  .btn {
    font-size: 20px;
    padding: 10px 22px;
    border-radius: 8px;
    margin: 8px 0
  }
}

@media (max-width: 767.98px) {
  .btn {
    font-size: 16px;
    padding: 9px 18px;
    border-radius: 6px
  }
}

.btn:hover, .btn.active {
  color: white;
  text-decoration: none;
  background-color: #5b5041
}

.btn.primary, .stage .btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
  border-radius: 0
}

@media (min-width: 992px) {
  .btn.primary, .stage .btn {
    font-size: 26px;
    padding: 16px 30px;
    border-radius: 0
  }
}

.btn.primary:hover, .stage .btn:hover {
  background-color: white;
  color: #5b5041
}

.stage {
  position: relative;
  color: white;
  background: #92897a;
  background: radial-gradient(circle, #92897a 0%, #5b4c36 100%);
  opacity: 0;
  -webkit-transition: 0.7s linear 0.3s;
  -o-transition: 0.7s linear 0.3s;
  transition: 0.7s linear 0.3s
}

.stage.fullwidth:before, .stage.fullwidth:after {
  display: none
}

.stage.was-in-viewport {
  opacity: 1
}

.stage h1, .stage .like-h1, .stage h3, .stage .like-h3 {
  color: white
}

@media (min-width: 1360px) {
  .stage:after {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 555px);
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    pointer-events: none
  }

  .stage:before {
    content: "";
    position: absolute;
    width: calc(50% - 555px);
    min-width: 120px;
    height: 120px;
    left: 0;
    box-shadow: -50px 7px 0 0 white;
    border-bottom-left-radius: 60px;
    bottom: 0;
    right: 55%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    pointer-events: none;
    border-color: white;
    z-index: 1
  }
}

.stage.stage-small:before {
  display: none
}

.stage .slider {
  position: relative
}

.stage .image-box {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  line-height: 0
}

.stage .image-box img {
  position: relative;
  display: block;
  max-width: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.stage .image-box video {
  max-width: 100%;
  height: auto;
  background: white;
  margin-bottom: -2px
}

@media (min-width: 768px) {
  .stage .text-box {
    display: flex;
    align-items: center;
    margin: 20px 0 50px
  }

  .stage .text-box h3 {
    margin: 0
  }

  .stage .text-box h1 a, .stage .text-box h2 a, .stage .text-box h3 a h1, .stage .text-box h2, .stage .text-box h3 {
    color: white
  }

  .stage .text-box .btn {
    order: -1;
    white-space: nowrap;
    margin: 0 30px 0 0
  }

  .stage .text-box .btn2 {
    background-image: url("/Public/Images/dose-icon.png");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 30px calc(50%);
    padding: 16px 30px 16px 84px
  }
}

@media (max-width: 575.98px) {
  .stage {
    background: #f3f2f0
  }

  .stage h3 {
    color: #5b5041
  }

  .stage .cover .image-box:after {
    display: none
  }
}

@media (max-width: 767.98px) {
  .stage .slick-dots {
    margin-bottom: 55px
  }
}

.textarea {
  position: relative;
  display: block;
  margin: 60px 0
}

.textarea .container {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s
}

.textarea.was-in-viewport .container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (max-width: 767.98px) {
  .textarea {
    margin: 36px 0
  }
}

@media (min-width: 768px) {
  .textarea .text-box {
    max-width: 800px;
    width: 90%
  }
}

@media (max-width: 575.98px) {
  .textarea .col {
    min-width: 100%
  }
}

p a:not(.btn) {
  font-weight: 500;
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

p a:not(.btn):hover {
  color: #5b5041;
  border-bottom: 2px solid #5b5041;
  text-decoration: none
}

.social, .shariff>ul {
  position: relative;
  display: block
}

.social li, .shariff>ul li {
  display: inline-block;
  margin-right: 7px
}

@media (max-width: 1199.98px) {
  .social li, .shariff>ul li {
    margin-right: 4px
  }
}

.social a, .shariff>ul a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  color: #5b5041;
  background-color: white;
  border: 1px solid #5b5041 !important;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(91, 80, 65, 0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

@media (max-width: 1199.98px) {
  .social a, .shariff>ul a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
  }
}

.social a:before, .shariff>ul a:before {
  content: "F";
  position: relative;
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal
}

.social a.mail:before, .shariff>ul a.mail:before {
  content: "M";
  top: -1px
}

.social a.twitter:before, .shariff>ul a.twitter:before {
  content: "T"
}

.social a.linkedin:before, .shariff>ul a.linkedin:before {
  content: "L"
}

.social a.xing:before, .shariff>ul a.xing:before {
  content: "X";
  top: 1px
}

.social a:hover, .shariff>ul a:hover {
  background-color: #5b5041;
  color: white !important
}

.shariff>ul li a span {
  display: none
}

a .shariff>ul li:before {
  content: "F";
  position: relative;
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal
}

.shariff>ul li.mail a:before {
  content: "M";
  top: -1px
}

.shariff>ul li.twitter a:before {
  content: "T"
}

.shariff>ul li.linkedin a:before {
  content: "L"
}

.shariff>ul li.xing a:before {
  content: "X";
  top: 1px
}

.breadcrumb {
  position: relative;
  display: block;
  list-style: none;
  padding: 10px 0;
  color: #4c4c4c;
  font-size: 16px;
  margin: 0
}

.breadcrumb:last-child {
  z-index: 2
}

.breadcrumb:before {
  content: "";
  position: absolute;
  left: -10000px;
  right: -10000px;
  top: 0;
  bottom: 0;
  background-color: #f3f2f0
}

@media (max-width: 767.98px) {
  .breadcrumb {
    white-space: nowrap;
    overflow: auto;
    margin: 0 -20px;
    padding: 10px 20px;
    background-color: #f3f2f0;
    box-shadow: -200px 0 0 #f3f2f0, 200px 0 0 #f3f2f0;
    font-size: 14px
  }

  .breadcrumb:before {
    display: none
  }
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.breadcrumb li:nth-child(2)~li {
  padding-left: 16px
}

.breadcrumb li:nth-child(2)~li:before {
  content: ">";
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1;
  top: 50%;
  margin-top: -8px
}

@media (max-width: 767.98px) {
  .breadcrumb li:nth-child(2)~li:before {
    font-size: 12px;
    margin-top: -6px
  }
}

.breadcrumb li:last-child a {
  font-weight: 700;
  color: #5b5041;
  cursor: default
}

.breadcrumb li:last-child a:after {
  display: none
}

.breadcrumb a {
  position: relative;
  display: block;
  color: #7e7261;
  padding: 5px;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 3px;
  right: 3px;
  height: 1px;
  background-color: #7e7261;
  box-shadow: 0 1px 0 rgba(126, 114, 97, 0.3);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #5b5041
}

.breadcrumb a:hover:after {
  background-color: #5b5041;
  box-shadow: 0 1px 0 rgba(91, 80, 65, 0.3)
}

.breadcrumb b {
  padding-right: 5px
}

.breadcrumb b:after {
  content: ":";
  margin-left: 2px
}

.cover {
  position: relative;
  padding: 20px 0 0 1px
}

.cover:after {
  content: "";
  position: relative;
  display: inline-block;
  padding: 150px 0 10vw;
  vertical-align: middle
}

.cover .text-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  padding-right: 20px
}

@media (max-width: 575.98px) {
  .cover .text-box {
    max-width: none;
    z-index: 1
  }
}

@media (min-width: 1200px) {
  .cover .text-box .btn {
    margin-top: 24px
  }
}

@media (max-width: 575.98px) {
  .cover {
    margin: -20px -20px 0;
    position: relative;
    overflow: hidden;
    height: auto
  }

  .cover:after {
    display: none
  }

  .cover .image-box {
    position: relative
  }

  .cover .image-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    bottom: -50%;
    background: linear-gradient(rgba(146, 137, 122, 0) 0%, #92897a 50%, rgba(146, 137, 122, 0.9) 65%, rgba(146, 137, 122, 0) 100%)
  }

  .cover .text-box {
    padding: 15px 20px 5px;
    overflow: hidden
  }

  .cover .text-box .btn {
    margin-top: 14px
  }
}

@media (min-width: 576px) {
  .cover .image-box {
    position: absolute;
    left: 50%;
    width: 50vw;
    top: 0;
    bottom: 0
  }

  .cover .image-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    top: 0;
    bottom: 0;
    margin-left: -25%;
    background: linear-gradient(90deg, rgba(146, 137, 122, 0) 0%, #92897a 50%, rgba(146, 137, 122, 0.9) 65%, rgba(146, 137, 122, 0) 100%)
  }

  .cover .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .cover.no-cover img {
    object-fit: contain
  }

  .cover.no-gradient .image-box {
    width: 100vw;
    left: 50%;
    margin-left: -50vw
  }

  .cover.no-gradient .image-box:after {
    display: none
  }
}

@media (min-width: 1360px) {
  .cover.no-gradient .image-box {
    width: calc(75vw + 277px);
    left: calc(277px - 25vw);
    margin-left: 0
  }
}

.ie .cover .image-box img {
  width: auto
}

.ie .categories .image-box img {
  width: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0)
}

.ie .categories .item:hover .image-box img, .ie .categories .item.open .image-box img {
  opacity: 1;
  filter: saturate(100%);
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.06);
  -moz-transform: translate3d(-50%, 0, 0) scale(1.06);
  -ms-transform: translate3d(-50%, 0, 0) scale(1.06);
  -o-transform: translate3d(-50%, 0, 0) scale(1.06);
  transform: translate3d(-50%, 0, 0) scale(1.06)
}

.categories {
  position: relative;
  display: block;
  background-color: #e5e3df;
  margin: 0 0 70px;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  overflow: hidden
}

@media (max-width: 767.98px) {
  .categories {
    margin: 0 0 40px
  }
}

.categories .items {
  display: flex;
  border-left: 1px solid white;
  flex-wrap: wrap;
  margin: 0 -1px
}

@media (max-width: 575.98px) {
  .categories .items {
    margin: 0 -21px
  }
}

.categories.was-in-viewport {
  opacity: 1
}

.categories.was-in-viewport .item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.categories.was-in-viewport .item:nth-child(1) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s
}

.categories.was-in-viewport .item:nth-child(2) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s
}

.categories.was-in-viewport .item:nth-child(3) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .6s
}

.categories.was-in-viewport .item:nth-child(4) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s
}

.categories.was-in-viewport .item:nth-child(5) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .8s
}

.categories.was-in-viewport .item:nth-child(6) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .9s
}

.categories.was-in-viewport .item:nth-child(7) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s
}

.categories.was-in-viewport .item:nth-child(8) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s
}

.categories.was-in-viewport .item:nth-child(9) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s
}

.categories.was-in-viewport .item:nth-child(10) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s
}

.categories.was-in-viewport .item:nth-child(11) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s
}

.categories.was-in-viewport .item:nth-child(12) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s
}

.categories.was-in-viewport .item:nth-child(13) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s
}

.categories.was-in-viewport .item:nth-child(14) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s
}

.categories.was-in-viewport .item:nth-child(15) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s
}

.categories.was-in-viewport .item:nth-child(16) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s
}

.categories.was-in-viewport .item:nth-child(17) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
}

.categories.was-in-viewport .item:nth-child(18) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s
}

.categories.was-in-viewport .item:nth-child(19) {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s
}

.categories .item {
  position: relative;
  display: block;
  flex: 1 1 25%;
  max-width: 25%;
  border-right: 1px solid white;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1px;
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0)
}

.categories .item:nth-child(1) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .4s
}

.categories .item:nth-child(2) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .5s
}

.categories .item:nth-child(3) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .6s
}

.categories .item:nth-child(4) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .7s
}

.categories .item:nth-child(5) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .8s
}

.categories .item:nth-child(6) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) .9s
}

.categories .item:nth-child(7) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s
}

.categories .item:nth-child(8) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s
}

.categories .item:nth-child(9) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s
}

.categories .item:nth-child(10) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s
}

.categories .item:nth-child(11) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s
}

.categories .item:nth-child(12) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s
}

.categories .item:nth-child(13) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.6s
}

.categories .item:nth-child(14) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.7s
}

.categories .item:nth-child(15) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s
}

.categories .item:nth-child(16) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.9s
}

.categories .item:nth-child(17) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s
}

.categories .item:nth-child(18) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.1s
}

.categories .item:nth-child(19) {
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s;
  -o-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2.2s
}

@media (max-width: 991.98px) {
  .categories .item {
    flex: 1 1 50%;
    max-width: 50%
  }
}

@media (max-width: 575.98px) {
  .categories .item {
    flex: 1 1 100%;
    max-width: 100%;
    border-top: 1px solid white
  }
}

@media (min-width: 576px) {
  .categories .item.large {
    max-width: 100%
  }

  .categories .item.large .toggling ul {
    column-count: 2;
    column-gap: 20px
  }
}

@media (min-width: 992px) {
  .categories .item.large {
    max-width: 50%
  }

  .categories .item.large .toggling:before {
    padding-top: 100%
  }
}

.categories .item:hover .image-box img, .categories .item.open .image-box img {
  opacity: 1;
  filter: saturate(100%);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -ms-transform: translate3d(0, 0, 0) scale(1.06);
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06)
}

.categories .item.open {
  cursor: default
}

.categories .item.open .text-box {
  min-height: 100%
}

.categories .item.open .text-box>*:not(.toggler) {
  opacity: 0;
  pointer-events: none
}

.categories .item.open .text-box>.toggler {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.categories .item.open .text-box:before {
  top: 0;
  opacity: 1;
  background-color: #f7f7f6;
  box-shadow: 0 0 100px 100px #f7f7f6
}

.categories .item.open .toggling {
  top: 0;
  opacity: 1;
  pointer-events: all
}

.categories .items-count-2 .item {
  flex: 1 1 50%;
  max-width: 50%
}

@media (max-width: 991.98px) {
  .categories .items-count-2 .item {
    flex: 1 1 50%;
    max-width: 50%
  }
}

.categories .items-count-3 .item {
  flex: 1 1 33%;
  max-width: 33%
}

@media (max-width: 991.98px) {
  .categories .items-count-3 .item {
    flex: 1 1 33%;
    max-width: 33%
  }
}

@media (max-width: 575.98px) {
  .categories .items-count-2, .categories .items-count-3 {
    flex: 1 1 100%;
    max-width: 100%
  }
}

.categories .image-box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.categories .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  filter: saturate(50%);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.categories .image-box.small {
  height: 55%;
  top: 4%
}

.categories .image-box.small img {
  object-fit: scale-down;
  opacity: 1;
  filter: saturate(100%)
}

.categories .toggling {
  position: relative;
  display: block;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  opacity: 0;
  top: 100%
}

.categories .toggling:before {
  content: "";
  position: relative;
  padding-top: 200%;
  float: left
}

@media (max-width: 991.98px) {
  .categories .toggling:before {
    padding-top: 0
  }
}

@media (max-width: 575.98px) {
  .categories .toggling:before {
    padding-top: 0
  }
}

.categories .toggling:after {
  content: "";
  position: relative;
  display: block;
  clear: both
}

@media (max-width: 575.98px) {
  .categories .toggling {
    height: 100vw
  }
}

@media (max-width: 991.98px) {
  .categories .toggling {
    height: 420px
  }

  .categories .toggling:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -100px;
    right: 20px;
    height: 40px;
    background-color: #f7f7f6;
    box-shadow: -30px 0 25px 25px #f7f7f6
  }
}

.categories .toggling ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 75px 25px 20px
}

@media (max-width: 991.98px) {
  .categories .toggling ul {
    padding: 70px 20px 20px;
    height: 100%;
    overflow: auto
  }
}

.categories .toggling ul li {
  font-size: 14px;
  line-height: 20px
}

.categories .toggling ul li:before {
  display: none;
  padding: 0
}

.categories .toggling ul li.title {
  margin: 0 0 10px;
  font-weight: 700
}

.categories .toggling ul a {
  position: relative;
  display: block;
  padding: 3px 0 3px 18px;
  color: #4c4c4c;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .categories .toggling ul a {
    padding-left: 0;
    margin: 0 -6px;
    font-size: 14px
  }
}

.categories .toggling ul a:before {
  content: "N";
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  font-size: 11px;
  position: absolute;
  left: 1px;
  top: 2px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .categories .toggling ul a:before {
    display: none
  }
}

.categories .toggling ul a:hover {
  text-decoration: none;
  font-weight: 600;
  margin-right: -5px
}

@media (min-width: 768px) {
  .categories .items-count-2 .toggling ul li a:before {
    top: 4px
  }
}

@media (min-width: 768px) {
  .categories .items-count-2 .toggling ul li a {
    font-size: 18px;
    line-height: 26px
  }
}

.categories .items-count-2 .toggling:before, .categories .items-count-3 .toggling:before {
  padding-top: 100%
}

@media (max-width: 991.98px) {
  .categories .items-count-2 .toggling:before, .categories .items-count-3 .toggling:before {
    padding-top: 0
  }
}

@media (max-width: 575.98px) {
  .categories .items-count-2 .toggling:before, .categories .items-count-3 .toggling:before {
    padding-top: 0
  }
}

.categories .text-box {
  position: absolute;
  bottom: 0;
  padding: 60px 20px 10px;
  text-align: center;
  min-height: 47%;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%
}

@media (max-width: 1199.98px) {
  .categories .text-box {
    padding-left: 15px;
    padding-right: 15px
  }
}

.categories .text-box:before {
  content: "";
  position: absolute;
  top: 40%;
  bottom: 0;
  left: -100%;
  right: -100%;
  box-shadow: 0 0 100px 100px #e5e3df;
  background-color: #e5e3df;
  opacity: 0.9;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.categories .text-box .toggler {
  font-family: 'Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 22px;
  margin: 0 -16px;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px black;
  color: black;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.6;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 2;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s
}

.categories .text-box .toggler:before {
  content: "+"
}

.categories .text-box .toggler:focus {
  outline: 0
}

.categories .text-box>*:not(.toggler) {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1
}

.categories h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 8px;
  line-height: 130%
}

@media (max-width: 1199.98px) {
  .categories h3 {
    font-size: 18px
  }
}

.history .uppercase {
  opacity: 0;
  -webkit-transition: 0.6s linear 0.2s;
  -o-transition: 0.6s linear 0.2s;
  transition: 0.6s linear 0.2s
}

.history.was-in-viewport .uppercase {
  opacity: 1
}

.ie-fallback img {
  display: none !important
}

.ie-fallback .img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center
}

section.map {
  position: relative;
  padding: 50px 0 45px;
  margin-bottom: 35px;
  line-height: 20px;
  background-color: #e5e3df
}

@media (min-width: 1360px) {
  section.map:after {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 555px);
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    pointer-events: none
  }

  section.map:before {
    content: "";
    position: absolute;
    width: calc(50% - 555px);
    height: 120px;
    left: 0;
    box-shadow: -107px 7px 0 0 white;
    border-bottom-left-radius: 60px;
    bottom: 0;
    right: 55%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    pointer-events: none
  }
}
