@charset "UTF-8";
/**
 * Theme Name:  Webit Starterkit
 * Theme URI:   https://bitbucket.org/webit_interactive/webit-starterkit
 * Description: A starter theme for wordpress
 * Author:      Webit Interactive
 * Author URI:  http://webitinteractive.ca
 * Version:     1.0.0
 * License:     GPLv2+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*
 * Convert a pixel value into a 'rem' value
 *
 * $px: (int) pixel value without 'px'
 *
 * returns: rem value
 */
@font-face {
  font-family: "Inconsolata";
  src: url("../fonts/inconsolata-regular/inconsolata-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inconsolata-regular/inconsolata-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inconsolata-regular/inconsolata-regular.woff2") format("woff2"), url("../fonts/inconsolata-regular/inconsolata-regular.woff") format("woff"), url("../fonts/inconsolata-regular/inconsolata-regular.ttf") format("truetype"), url("../fonts/inconsolata-regular/inconsolata-regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inconsolata";
  src: url("../fonts/inconsolata-bold/inconsolata-bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inconsolata-bold/inconsolata-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inconsolata-bold/inconsolata-bold.woff2") format("woff2"), url("../fonts/inconsolata-bold/inconsolata-bold.woff") format("woff"), url("../fonts/inconsolata-bold/inconsolata-bold.ttf") format("truetype"), url("../fonts/inconsolata-bold/inconsolata-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Courier New";
  src: url("../fonts/courier-new-bold/courier-new.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/courier-new-bold/courier-new.eot?#iefix") format("embedded-opentype"), url("../fonts/courier-new-bold/courier-new.woff2") format("woff2"), url("../fonts/courier-new-bold/courier-new.woff") format("woff"), url("../fonts/courier-new-bold/courier-new.ttf") format("truetype"), url("../fonts/courier-new-bold/courier-new.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Changa";
  src: url("../fonts/changa-extrabold/changa-extrabold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/changa-extrabold/changa-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/changa-extrabold/changa-extrabold.woff2") format("woff2"), url("../fonts/changa-extrabold/changa-extrabold.woff") format("woff"), url("../fonts/changa-extrabold/changa-extrabold.ttf") format("truetype"), url("../fonts/changa-extrabold/changa-extrabold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 800;
  font-style: normal;
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 7.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 7.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 7.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 7.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 7.5px !important;
}

.m-2 {
  margin: 15px !important;
}

.mt-2,
.my-2 {
  margin-top: 15px !important;
}

.mr-2,
.mx-2 {
  margin-right: 15px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 15px !important;
}

.ml-2,
.mx-2 {
  margin-left: 15px !important;
}

.m-3 {
  margin: 22.5px !important;
}

.mt-3,
.my-3 {
  margin-top: 22.5px !important;
}

.mr-3,
.mx-3 {
  margin-right: 22.5px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 22.5px !important;
}

.ml-3,
.mx-3 {
  margin-left: 22.5px !important;
}

.m-4 {
  margin: 30px !important;
}

.mt-4,
.my-4 {
  margin-top: 30px !important;
}

.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

.m-5 {
  margin: 37.5px !important;
}

.mt-5,
.my-5 {
  margin-top: 37.5px !important;
}

.mr-5,
.mx-5 {
  margin-right: 37.5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 37.5px !important;
}

.ml-5,
.mx-5 {
  margin-left: 37.5px !important;
}

.m-6 {
  margin: 45px !important;
}

.mt-6,
.my-6 {
  margin-top: 45px !important;
}

.mr-6,
.mx-6 {
  margin-right: 45px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 45px !important;
}

.ml-6,
.mx-6 {
  margin-left: 45px !important;
}

.m-7 {
  margin: 52.5px !important;
}

.mt-7,
.my-7 {
  margin-top: 52.5px !important;
}

.mr-7,
.mx-7 {
  margin-right: 52.5px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 52.5px !important;
}

.ml-7,
.mx-7 {
  margin-left: 52.5px !important;
}

.m-8 {
  margin: 60px !important;
}

.mt-8,
.my-8 {
  margin-top: 60px !important;
}

.mr-8,
.mx-8 {
  margin-right: 60px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 60px !important;
}

.ml-8,
.mx-8 {
  margin-left: 60px !important;
}

.m-9 {
  margin: 75px !important;
}

.mt-9,
.my-9 {
  margin-top: 75px !important;
}

.mr-9,
.mx-9 {
  margin-right: 75px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 75px !important;
}

.ml-9,
.mx-9 {
  margin-left: 75px !important;
}

.m-10 {
  margin: 90px !important;
}

.mt-10,
.my-10 {
  margin-top: 90px !important;
}

.mr-10,
.mx-10 {
  margin-right: 90px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 90px !important;
}

.ml-10,
.mx-10 {
  margin-left: 90px !important;
}

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

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

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

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

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

.p-1 {
  padding: 7.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 7.5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 7.5px !important;
}

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

.p-2 {
  padding: 15px !important;
}

.pt-2,
.py-2 {
  padding-top: 15px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 15px !important;
}

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

.p-3 {
  padding: 22.5px !important;
}

.pt-3,
.py-3 {
  padding-top: 22.5px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 22.5px !important;
}

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

.p-4 {
  padding: 30px !important;
}

.pt-4,
.py-4 {
  padding-top: 30px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

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

.p-5 {
  padding: 37.5px !important;
}

.pt-5,
.py-5 {
  padding-top: 37.5px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 37.5px !important;
}

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

.p-6 {
  padding: 45px !important;
}

.pt-6,
.py-6 {
  padding-top: 45px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 45px !important;
}

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

.p-7 {
  padding: 52.5px !important;
}

.pt-7,
.py-7 {
  padding-top: 52.5px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 52.5px !important;
}

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

.p-8 {
  padding: 60px !important;
}

.pt-8,
.py-8 {
  padding-top: 60px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 60px !important;
}

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

.p-9 {
  padding: 75px !important;
}

.pt-9,
.py-9 {
  padding-top: 75px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 75px !important;
}

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

.p-10 {
  padding: 90px !important;
}

.pt-10,
.py-10 {
  padding-top: 90px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 90px !important;
}

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-1 {
    margin: 7.5px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 7.5px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 7.5px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 7.5px !important;
  }

  .m-sm-2 {
    margin: 15px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 15px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 15px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 15px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 15px !important;
  }

  .m-sm-3 {
    margin: 22.5px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 22.5px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 22.5px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 22.5px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 22.5px !important;
  }

  .m-sm-4 {
    margin: 30px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 30px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 30px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 30px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 30px !important;
  }

  .m-sm-5 {
    margin: 37.5px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 37.5px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 37.5px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 37.5px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 37.5px !important;
  }

  .m-sm-6 {
    margin: 45px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 45px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 45px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 45px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 45px !important;
  }

  .m-sm-7 {
    margin: 52.5px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 52.5px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 52.5px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 52.5px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 52.5px !important;
  }

  .m-sm-8 {
    margin: 60px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 60px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 60px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 60px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 60px !important;
  }

  .m-sm-9 {
    margin: 75px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 75px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 75px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 75px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 75px !important;
  }

  .m-sm-10 {
    margin: 90px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 90px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 90px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 90px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 90px !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: 7.5px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 7.5px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 7.5px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 7.5px !important;
  }

  .p-sm-2 {
    padding: 15px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 15px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 15px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 15px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 15px !important;
  }

  .p-sm-3 {
    padding: 22.5px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 22.5px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 22.5px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 22.5px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 22.5px !important;
  }

  .p-sm-4 {
    padding: 30px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 30px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 30px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 30px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 30px !important;
  }

  .p-sm-5 {
    padding: 37.5px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 37.5px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 37.5px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 37.5px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 37.5px !important;
  }

  .p-sm-6 {
    padding: 45px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 45px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 45px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 45px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 45px !important;
  }

  .p-sm-7 {
    padding: 52.5px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 52.5px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 52.5px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 52.5px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 52.5px !important;
  }

  .p-sm-8 {
    padding: 60px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 60px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 60px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 60px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 60px !important;
  }

  .p-sm-9 {
    padding: 75px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 75px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 75px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 75px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 75px !important;
  }

  .p-sm-10 {
    padding: 90px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 90px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 90px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 90px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 90px !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 7.5px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 7.5px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 7.5px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 7.5px !important;
  }

  .m-md-2 {
    margin: 15px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 15px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 15px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 15px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 15px !important;
  }

  .m-md-3 {
    margin: 22.5px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 22.5px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 22.5px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 22.5px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 22.5px !important;
  }

  .m-md-4 {
    margin: 30px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 30px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 30px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 30px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 30px !important;
  }

  .m-md-5 {
    margin: 37.5px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 37.5px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 37.5px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 37.5px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 37.5px !important;
  }

  .m-md-6 {
    margin: 45px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 45px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 45px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 45px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 45px !important;
  }

  .m-md-7 {
    margin: 52.5px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 52.5px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 52.5px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 52.5px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 52.5px !important;
  }

  .m-md-8 {
    margin: 60px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 60px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 60px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 60px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 60px !important;
  }

  .m-md-9 {
    margin: 75px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 75px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 75px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 75px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 75px !important;
  }

  .m-md-10 {
    margin: 90px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 90px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 90px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 90px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 90px !important;
  }

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

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

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

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

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

  .p-md-1 {
    padding: 7.5px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 7.5px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 7.5px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 7.5px !important;
  }

  .p-md-2 {
    padding: 15px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 15px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 15px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 15px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 15px !important;
  }

  .p-md-3 {
    padding: 22.5px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 22.5px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 22.5px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 22.5px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 22.5px !important;
  }

  .p-md-4 {
    padding: 30px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 30px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 30px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 30px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 30px !important;
  }

  .p-md-5 {
    padding: 37.5px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 37.5px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 37.5px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 37.5px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 37.5px !important;
  }

  .p-md-6 {
    padding: 45px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 45px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 45px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 45px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 45px !important;
  }

  .p-md-7 {
    padding: 52.5px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 52.5px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 52.5px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 52.5px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 52.5px !important;
  }

  .p-md-8 {
    padding: 60px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 60px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 60px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 60px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 60px !important;
  }

  .p-md-9 {
    padding: 75px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 75px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 75px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 75px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 75px !important;
  }

  .p-md-10 {
    padding: 90px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 90px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 90px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 90px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 90px !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 7.5px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 7.5px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 7.5px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 7.5px !important;
  }

  .m-lg-2 {
    margin: 15px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 15px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 15px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 15px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 15px !important;
  }

  .m-lg-3 {
    margin: 22.5px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 22.5px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 22.5px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 22.5px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 22.5px !important;
  }

  .m-lg-4 {
    margin: 30px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 30px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 30px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 30px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 30px !important;
  }

  .m-lg-5 {
    margin: 37.5px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 37.5px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 37.5px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 37.5px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 37.5px !important;
  }

  .m-lg-6 {
    margin: 45px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 45px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 45px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 45px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 45px !important;
  }

  .m-lg-7 {
    margin: 52.5px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 52.5px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 52.5px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 52.5px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 52.5px !important;
  }

  .m-lg-8 {
    margin: 60px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 60px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 60px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 60px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 60px !important;
  }

  .m-lg-9 {
    margin: 75px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 75px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 75px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 75px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 75px !important;
  }

  .m-lg-10 {
    margin: 90px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 90px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 90px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 90px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 90px !important;
  }

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

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

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

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

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

  .p-lg-1 {
    padding: 7.5px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 7.5px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 7.5px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 7.5px !important;
  }

  .p-lg-2 {
    padding: 15px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 15px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 15px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 15px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 15px !important;
  }

  .p-lg-3 {
    padding: 22.5px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 22.5px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 22.5px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 22.5px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 22.5px !important;
  }

  .p-lg-4 {
    padding: 30px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 30px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 30px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 30px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 30px !important;
  }

  .p-lg-5 {
    padding: 37.5px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 37.5px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 37.5px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 37.5px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 37.5px !important;
  }

  .p-lg-6 {
    padding: 45px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 45px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 45px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 45px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 45px !important;
  }

  .p-lg-7 {
    padding: 52.5px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 52.5px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 52.5px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 52.5px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 52.5px !important;
  }

  .p-lg-8 {
    padding: 60px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 60px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 60px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 60px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 60px !important;
  }

  .p-lg-9 {
    padding: 75px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 75px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 75px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 75px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 75px !important;
  }

  .p-lg-10 {
    padding: 90px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 90px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 90px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 90px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 90px !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 7.5px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 7.5px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 7.5px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 7.5px !important;
  }

  .m-xl-2 {
    margin: 15px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 15px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 15px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 15px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 15px !important;
  }

  .m-xl-3 {
    margin: 22.5px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 22.5px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 22.5px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 22.5px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 22.5px !important;
  }

  .m-xl-4 {
    margin: 30px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 30px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 30px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 30px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 30px !important;
  }

  .m-xl-5 {
    margin: 37.5px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 37.5px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 37.5px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 37.5px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 37.5px !important;
  }

  .m-xl-6 {
    margin: 45px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 45px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 45px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 45px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 45px !important;
  }

  .m-xl-7 {
    margin: 52.5px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 52.5px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 52.5px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 52.5px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 52.5px !important;
  }

  .m-xl-8 {
    margin: 60px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 60px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 60px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 60px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 60px !important;
  }

  .m-xl-9 {
    margin: 75px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 75px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 75px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 75px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 75px !important;
  }

  .m-xl-10 {
    margin: 90px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 90px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 90px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 90px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 90px !important;
  }

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

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

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

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

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

  .p-xl-1 {
    padding: 7.5px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 7.5px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 7.5px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 7.5px !important;
  }

  .p-xl-2 {
    padding: 15px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 15px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 15px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 15px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 15px !important;
  }

  .p-xl-3 {
    padding: 22.5px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 22.5px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 22.5px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 22.5px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 22.5px !important;
  }

  .p-xl-4 {
    padding: 30px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 30px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 30px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 30px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 30px !important;
  }

  .p-xl-5 {
    padding: 37.5px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 37.5px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 37.5px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 37.5px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 37.5px !important;
  }

  .p-xl-6 {
    padding: 45px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 45px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 45px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 45px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 45px !important;
  }

  .p-xl-7 {
    padding: 52.5px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 52.5px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 52.5px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 52.5px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 52.5px !important;
  }

  .p-xl-8 {
    padding: 60px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 60px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 60px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 60px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 60px !important;
  }

  .p-xl-9 {
    padding: 75px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 75px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 75px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 75px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 75px !important;
  }

  .p-xl-10 {
    padding: 90px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 90px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 90px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 90px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 90px !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 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: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
h1, h2, h3, .wm011__item__title, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .wm011__item__title, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead, .wm002__content--intro {
  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: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small,
.wm002__content--source {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

/*
 * Convert a pixel value into a 'rem' value
 *
 * $px: (int) pixel value without 'px'
 *
 * returns: rem value
 */
.bg-cover {
  background-size: cover;
  background-position: center center;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

.alpha-100 {
  opacity: 1;
}

.alpha-60 {
  opacity: 0.6;
}

.alpha-30 {
  opacity: 0.3;
}

.cover-image {
  width: 100%;
  height: 100%;
  padding-bottom: calc((9 / 16) * 100%);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.cover-image img {
  position: absolute;
  z-index: -99;
  width: 0;
  height: 0;
}

.wrapper {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.wrapper:after {
  display: block;
  content: "";
}
.wrapper.wrapper-1-1:after {
  padding-top: 100%;
}
.wrapper.wrapper-3-1:after {
  padding-top: 33.33%;
}
.wrapper.wrapper-5-3:after {
  padding-top: 45%;
}
.wrapper.wrapper-4-3:after {
  padding-top: 75%;
}
.wrapper.wrapper-2-1:after {
  padding-top: 50%;
}
.wrapper.wrapper-16-9:after {
  padding-top: 56.25%;
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-1-1:after {
    padding-top: 100%;
  }
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-3-1:after {
    padding-top: 33.33%;
  }
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-5-3:after {
    padding-top: 45%;
  }
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-4-3:after {
    padding-top: 75%;
  }
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-2-1:after {
    padding-top: 50%;
  }
}
@media (min-width: 576px) {
  .wrapper.wrapper-sm-16-9:after {
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-1-1:after {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-3-1:after {
    padding-top: 33.33%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-5-3:after {
    padding-top: 45%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-4-3:after {
    padding-top: 75%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-2-1:after {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .wrapper.wrapper-md-16-9:after {
    padding-top: 56.25%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-1-1:after {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-3-1:after {
    padding-top: 33.33%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-5-3:after {
    padding-top: 45%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-4-3:after {
    padding-top: 75%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-2-1:after {
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  .wrapper.wrapper-lg-16-9:after {
    padding-top: 56.25%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-1-1:after {
    padding-top: 100%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-3-1:after {
    padding-top: 33.33%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-5-3:after {
    padding-top: 45%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-4-3:after {
    padding-top: 75%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-2-1:after {
    padding-top: 50%;
  }
}
@media (min-width: 1400px) {
  .wrapper.wrapper-xl-16-9:after {
    padding-top: 56.25%;
  }
}

.wrapper-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
}

.bg-yellow {
  background-color: #f5e800;
}

.bg-grey {
  background-color: #D8D8D8;
}

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

.bg-c_indigo {
  background-color: #10113e;
}

.bg-module.bg-drink {
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: left;
  padding-top: 50px;
}
@media (max-width: 1399.98px) {
  .bg-module.bg-drink {
    background-size: 50%, cover;
    background-position: 15% 50%;
  }
}
@media (max-width: 991.98px) {
  .bg-module.bg-drink {
    background-size: 50%, cover;
    background-position: 20% 50%;
  }
}
@media (max-width: 767.98px) {
  .bg-module.bg-drink {
    background-position: 50% 20%;
    background-size: 55%, cover;
  }
}

.text-yellow {
  color: #f5e800;
}

.text-grey {
  color: #D8D8D8;
}

.text-black {
  color: #000000;
}

.text-c_indigo {
  color: #10113e;
}

.button {
  display: inline-block;
  font-family: "Changa", sans-serif;
  font-size: 20px;
  line-height: 37px;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 500px;
}
.button[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button[target=_blank]:after {
  content: "";
  background: url("../img/fa-sign-out.svg") no-repeat center center transparent;
  width: 32px;
  height: 20px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .button {
    font-size: 16px;
    line-height: 33px;
  }
}
.button.gform_button, .button.btn-primary {
  border: 0;
  color: #000000;
  background: #f5e800;
  min-width: 215px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 22px 1px #f5e800;
  box-shadow: 0px 0px 22px 1px #f5e800;
}
.button.gform_button:hover, .button.btn-primary:hover {
  cursor: pointer;
}
.button.gform_button--small, .button.btn-primary--small {
  min-width: 34px;
  padding: 6px 1px;
  line-height: 1;
  margin: 0 6px;
}
.button.gform_button--small i, .button.btn-primary--small i {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.button.btn-secondary {
  color: #f9f4f2;
  background: #000000;
  min-width: 215px;
  text-align: center;
}
.button.btn-secondary span {
  position: relative;
  top: 7px;
}
.button.btn-secondary:hover {
  background: #f5e800;
  text-decoration: none;
}
.button.btn-yellow {
  color: #000000;
  background: #f5e800;
}

.button.btn-orange.btn-contest {
  color: #000000;
  background: #f5e800;
  color: #f9f4f2;
  background: #f5e800;
}

.home .button.btn-orange.btn-contest {
  color: #f9f4f2;
  background: #f5e800;
}

.anchorLink span {
  font-family: "Changa", sans-serif;
  margin-right: 15px;
}

.bubble {
  position: absolute;
  width: auto !important;
  z-index: 1;
  /*@include media-breakpoint-down(lg){
      max-width: 150px !important;
  }*/
  /*@include media-breakpoint-down(sm){
      max-width: 100px !important;
  }*/
}
.bubble.behind {
  z-index: 0;
}
.bubble.noisebg {
  mix-blend-mode: multiply;
}
.bubble.left-img-top {
  top: 40px;
  left: -80px;
}
@media (max-width: 767.98px) {
  .bubble.left-img-top {
    left: -40px;
  }
}
.bubble.left-img-middle {
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .bubble.left-img-middle {
    display: none;
  }
}
.bubble.left-img-bottom {
  left: -80px;
  bottom: 40px;
}
@media (max-width: 767.98px) {
  .bubble.left-img-bottom {
    left: -40px;
  }
}
.bubble.right-img-top {
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .bubble.right-img-top {
    left: inherit;
    right: -40px;
    -webkit-transform: inherit;
    transform: inherit;
  }
}
.bubble.right-img-middle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bubble.right-img-bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}
.bubble.right-content-bottom {
  right: -80px;
  bottom: 40px;
}
@media (max-width: 767.98px) {
  .bubble.right-content-bottom {
    right: -40px;
  }
}

.navbar-uikit .uikit-bottom-spacer {
  min-height: 64px;
  -webkit-transition: min-height 0.15s ease-out;
  transition: min-height 0.15s ease-out;
}
.navbar-uikit .fixed-top {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  top: 27px !important;
}
.navbar-uikit.uikit-hidden .fixed-top {
  top: -50px !important;
}
.navbar-uikit.uikit-hidden .uikit-bottom-spacer {
  min-height: 0;
}

/**
 * ---------------------------------------------
 * Module Name: Title
 * Module ID :  wm001-title
 * ---------------------------------------------
 */
/**
 * ---------------------------------------------
 * Module Name: Description
 * Module ID :  wm002-description
 * ---------------------------------------------
 */
.wm002__image {
  max-width: 100%;
  height: auto;
}
.wm002__content--intro {
  line-height: 1.75;
}
.wm002__content--source {
  line-height: 1.75;
}

/**
 * ---------------------------------------------
 * Module Name: Blockquote
 * Module ID :  wm003-blockquote
 * ---------------------------------------------
 */
.wm003__image {
  max-width: 100%;
  height: auto;
}
.wm003__content {
  position: relative;
  border-top: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
}
.wm003__quote {
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
}
.wm003__quote p {
  color: #343a40;
  padding-bottom: 0;
  font-size: 1.25rem;
}
.wm003__footer {
  margin-top: 30px;
  color: #6c757d;
  font-size: 0.875rem;
}
.wm003__icon:before, .wm003__icon:after {
  font-size: 2.5rem;
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 575.98px) {
  .wm003__icon:before, .wm003__icon:after {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
  }
}
.wm003__icon--open:before {
  content: "“";
  top: 15px;
  left: 0;
}
.wm003__icon--close:after {
  content: "”";
  bottom: 60px;
  right: 0;
}

/**
 * ---------------------------------------------
 * Module Name: Documents
 * Module ID :  wm004-documents
 * ---------------------------------------------
 */
.wm004__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wm004__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #ced4da;
}
.wm004__link {
  font-size: 1rem;
  font-weight: bold;
  color: #007bff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wm004__link:hover {
  color: #0056b3;
}
.wm004__icon-file {
  margin-right: 30px;
}
/**
 * ---------------------------------------------
 * Module Name: Accordion
 * Module ID :  wm005-accordion
 * ---------------------------------------------
 */
.wm005 .wm005-accordion .item .item-toggle {
  border: 1px solid transparent;
  border-top: 1px solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .wm005 .wm005-accordion .item .item-toggle {
    padding: 22.5px 15px;
  }
}
@media (min-width: 768px) {
  .wm005 .wm005-accordion .item .item-toggle {
    padding: 30px 37.5px;
  }
}
.wm005 .wm005-accordion .item .item-toggle:last-child {
  border-bottom: 1px solid #ced4da;
}
.wm005 .wm005-accordion .item .item-toggle h3, .wm005 .wm005-accordion .item .item-toggle .wm011__item__title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 400 !important;
  /*ios*/
}
.wm005 .wm005-accordion .item .item-toggle h3 a, .wm005 .wm005-accordion .item .item-toggle .wm011__item__title a {
  color: #495057;
}
.wm005 .wm005-accordion .item .item-toggle i.icon-arrow-bottom {
  font-size: 1.25pxrem;
  color: #495057;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.wm005 .wm005-accordion .item .item-toggle[aria-expanded=true] {
  border-left-color: #ced4da;
  border-right-color: #ced4da;
  background-color: white;
}
.wm005 .wm005-accordion .item .item-toggle[aria-expanded=true] h3, .wm005 .wm005-accordion .item .item-toggle[aria-expanded=true] .wm011__item__title {
  color: #28a745 !important;
}
.wm005 .wm005-accordion .item .item-toggle[aria-expanded=true] i.icon-arrow-bottom {
  color: #28a745;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wm005 .wm005-accordion .item .item-content {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .wm005 .wm005-accordion .item .item-content .item-content-container {
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .wm005 .wm005-accordion .item .item-content .item-content-container {
    padding: 0 37.5px 37.5px 37.5px;
  }
}
.wm005 .wm005-accordion .item .item-content.collapsing, .wm005 .wm005-accordion .item .item-content.show {
  background-color: white;
}
.wm005 .wm005-accordion .item:last-child .item-toggle[aria-expanded=false] {
  border-bottom: 1px solid #ced4da;
}
.wm005 .wm005-accordion .item:last-child .item-content {
  border-bottom: 1px solid #ced4da;
}

/**
 * ---------------------------------------------
 * Module Name: Bullets
 * Module ID :  wm006-bullets
 * ---------------------------------------------
 */
.wm006__list {
  margin: 0;
  padding: 0;
  position: relative;
}
.wm006__list:after {
  width: 0.375rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.wm006__list--ul {
  list-style-type: none;
}
.wm006__list--ol {
  counter-reset: item;
}
@media (max-width: 767.98px) {
  .wm006__list {
    padding: 0 0 0 22.5px;
  }
}
@media (min-width: 768px) {
  .wm006__list {
    padding: 0 0 0 37.5px;
  }
}
.wm006__item {
  font-weight: 400;
  margin: 7.5px 0;
  position: relative;
}
.wm006__item:before {
  font-weight: 700;
  position: absolute;
  color: #343a40;
  left: 0;
}
.wm006__item p {
  margin-bottom: 0;
}
.wm006__item--ul {
  position: relative;
}
.wm006__item--ul:before {
  content: "•";
  top: 7.5px;
}
@media (max-width: 767.98px) {
  .wm006__item--ul:before {
    left: -7.5px;
  }
}
@media (min-width: 768px) {
  .wm006__item--ul:before {
    left: 0;
  }
}
.wm006__item--ol {
  display: block;
}
.wm006__item--ol:before {
  content: counter(item) ". ";
  counter-increment: item;
  left: -7.5px;
}
@media (max-width: 767.98px) {
  .wm006__item {
    padding: 7.5px 0 7.5px 15px;
  }
}
@media (min-width: 768px) {
  .wm006__item {
    padding: 7.5px 0 7.5px 30px;
  }
}

.content-2-col {
  margin: 30px auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1399.98px) {
  .content-2-col .col-md-6:first-child {
    margin-bottom: 30px;
  }
}
.content-2-col .card {
  border-radius: 8px;
  border: 0;
  padding: 42px 54px;
  background: #12132e;
  background: -webkit-gradient(linear, left top, left bottom, from(#12132e), to(#23255f));
  background: linear-gradient(180deg, #12132e 0%, #23255f 100%);
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-2-col .card__image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-2-col .card__title, .content-2-col .card__desc {
  color: white;
}
.content-2-col .card__desc {
  font-family: "Inconsolata", sans-serif;
}
.content-2-col .card__title {
  font-family: "Changa", sans-serif;
}
.content-2-col .card__button {
  margin-top: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/**
 * ---------------------------------------------
 * Module Name: Bullets
 * Module ID :  wm006-bullets
 * ---------------------------------------------
 */
.wm007 .figure-caption {
  font-style: italic;
}
.wm007 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wm007 ul li {
  padding: 15px 0;
  border-top: 1px solid #ced4da;
  font-weight: 600;
}
.wm007 ul li:last-child {
  border-bottom: 1px solid #ced4da;
}
.wm007 ul li .svg-inline--fa {
  width: 30px;
  margin-right: 15px;
}

/**
 * ---------------------------------------------
 * Module Name: Description
 * Module ID :  wm002-description
 * ---------------------------------------------
 */
.wm008__image {
  max-width: 100%;
  height: auto;
}
.wm008__figure-caption {
  font-size: 90%;
  margin-top: 15px;
}

/**
 * ---------------------------------------------
 * Module Name: Image Lead
 * Module ID :  wm009-image-lead
 * ---------------------------------------------
 */
.wm009__image {
  max-width: 100%;
  height: auto;
}
.wm009__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  .wm009__content {
    padding-left: 45px;
  }
}
/**
 * ---------------------------------------------
 * Module Name: warning
 * Module ID :  wm012-warning
 * ---------------------------------------------
 */
.wm010__title {
  font-weight: 700;
}
/**
 * ---------------------------------------------
 * Module Name: Blocks
 * Module ID :  wm011-blocks
 * ---------------------------------------------
 */
.wm011__item {
  text-align: center;
  border: 1px solid #ced4da;
  padding: 30px;
}
.wm011__item__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wm011__item {
    height: 100%;
  }
}

.wm013__header {
  font-weight: 700;
  padding: 7.5px 0;
}
.wm013__content {
  padding: 7.5px 0;
}
.wm015__header {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: none;
}
.wm015 .row {
  border-top: 2px solid #dee2e6;
}
.wm015 .row.header {
  border-top: none;
}
.wm015 .row:first-child {
  border-top: none;
}
@media (max-width: 575.98px) {
  .wm015 .row.header.d-sm-flex + .row {
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .wm015 .row.header.d-md-flex + .row {
    border-top: none;
  }
}
@media (max-width: 991.98px) {
  .wm015 .row.header.d-lg-flex + .row {
    border-top: none;
  }
}

/**
 * ---------------------------------------------
 * Module Name: Gallery Slider
 * Module ID :  wm018-video-slider
 * ---------------------------------------------
 */
.wm018 {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0;
  margin-bottom: 60px !important;
}
.wm018__slick-slide {
  position: relative;
  margin: 0 15px;
}
.wm018__cover-bg {
  width: 100%;
  height: 100%;
  padding-bottom: calc((3/4) * 100%);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.wm018__cover-bg img {
  position: absolute;
  z-index: -99;
  width: 0;
  height: 0;
}
.wm018__cover-bg svg {
  font-size: 3.75rem;
  color: #adb5bd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wm018__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.wm018__caption:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.wm018__caption__text {
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  text-align: center;
}
.wm018__caption:hover .wm018__caption__text {
  color: white;
  opacity: 1;
}
.wm018__paging {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
  padding: 15px;
}
.wm018__paging__nav {
  cursor: pointer;
}
.wm018__paging__nav--prev {
  margin-right: 7.5px;
}
.wm018__paging__nav--next {
  margin-left: 7.5px;
}

body.mobile .wm018__caption__text {
  display: none;
}

/**
 * ---------------------------------------------
 * Module Name: Gallery Slider
 * Module ID :  wm020-gallery-slider
 * ---------------------------------------------
 */
.wm020 {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0;
  margin-bottom: 60px !important;
}
.wm020__slick-slide {
  position: relative;
  margin: 0 15px;
}
.wm020__cover-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding-bottom: calc((3/4) * 100%);
}
.wm020__cover-image {
  position: absolute;
  z-index: -99;
  width: 0;
  height: 0;
}
.wm020__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.wm020__caption:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.wm020__caption__text {
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  text-align: center;
}
.wm020__caption:hover .wm020__caption__text {
  color: white;
  opacity: 1;
}
.wm020__paging {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
  padding: 15px;
}
.wm020__paging__nav {
  cursor: pointer;
}
.wm020__paging__nav--prev {
  margin-right: 7.5px;
}
.wm020__paging__nav--next {
  margin-left: 7.5px;
}

body.mobile .wm020__caption__text {
  display: none;
}

/**
 * ---------------------------------------------
 * Module Name: Gallery Slider
 * Module ID :  m001-gallery-slider
 * ---------------------------------------------
 */
.wm021__cover-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding-bottom: calc((3/4) * 100%);
}
.wm021__cover-image {
  position: absolute;
  z-index: -99;
  width: 0;
  height: 0;
}

/**
 * ---------------------------------------------
 * Module Name: Team
 * Module ID :  m003-team
 * ---------------------------------------------
 */
.m003-team-member {
  border: 1px solid black;
}
/**
 * ---------------------------------------------
 * Module Name: Markers
 * Module ID :  m004-markers
 * ---------------------------------------------
 */
@media (max-width: 991.98px) {
  #m004-markers-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .sidebar {
    height: auto;
  }
}
#m004-markers-wrapper .js-m004-markers-fullscreen {
  display: none;
}
#m004-markers-wrapper.m004-markers-wrapper-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#m004-markers-wrapper.m004-markers-wrapper-fullscreen #m004-markers-map {
  height: 100%;
  left: 0;
}
#m004-markers-wrapper .js-m004-markers-fullscreen-close {
  top: 1%;
  left: 97%;
  z-index: 19;
  cursor: pointer;
  background-color: #dee2e6;
}
#m004-markers-wrapper .m004-markers-wrapper-container {
  position: absolute;
  width: 100%;
  top: 250px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-wrapper-container {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 0;
  }
}
#m004-markers-wrapper #m004-markers-map {
  position: relative;
  min-height: 110vh;
  z-index: 1;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper {
  z-index: 3;
  width: 100%;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper {
    background-image: none;
    padding-right: 0 !important;
    padding-top: 0 !important;
    position: absolute;
    margin-top: 62px;
    background-color: #dee2e6 !important;
    height: 100vh;
    z-index: 2;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper {
    margin-top: -2px;
    height: auto;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper aside {
  height: calc(100% - 300px);
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter {
    background-color: #fff;
    height: 100%;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container {
  padding: 37.5px 20px 37.5px 5.5vw;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container {
    padding: 7.5px;
    padding-left: 5.5vw;
    text-align: left;
    max-height: 50vh;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container h4 {
  margin-bottom: 0;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container p {
  margin-bottom: 0;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container::-webkit-scrollbar {
  width: 6px;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container::-webkit-scrollbar-button {
  display: none;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container::-webkit-scrollbar-track {
  background: #28a745;
  border-radius: 10px;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: #ced4da;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #28a745;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.46px;
  color: #007bff;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 30px 8px 0;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter .tax-svg-ico {
  width: 24px;
  max-height: 24px;
  margin-right: 20px;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter.child-category {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  padding: 12px 24px 12px 0;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter.child-category .tax-svg-ico {
  width: 20px;
  max-height: 20px;
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter {
    padding-right: 10px;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter span.icon-arrow-bottom {
  font-size: 1.25rem !important;
  margin-top: 2px;
  right: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter span.icon-arrow-bottom {
    right: 0;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter span:not(.icon-arrow-bottom) {
  margin-right: 22.5px;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter:hover {
  color: #28a745;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter[aria-expanded=true] {
  color: #28a745;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-categoryfilter[aria-expanded=true] span.icon-arrow-bottom {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list {
  padding: 0;
  margin-top: 7.5px;
  list-style: none;
  font-size: 0.9375rem;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list.show {
  color: #28a745;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list.child-child-collapse {
  padding-left: 48px;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector {
  padding: 7.5px 15px;
  width: 100%;
  border-radius: 0;
  color: #007bff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid #ced4da;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector {
    text-align: left;
  }
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector:not(.active) {
  border-color: #d9d9d9;
  color: #adb5bd;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector.active, #m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector:hover {
  color: #28a745;
  border-color: #28a745;
}
#m004-markers-wrapper .m004-markers-filtering-wrapper .m004-markers-category-filter .m004-markers-categories-container .m004-markers-marker-list .m004-markers-marker-selector.active {
  border-color: rgba(49, 178, 112, 0);
}
#m004-markers-wrapper .m004-markers-markercontent {
  position: absolute;
  top: 0;
  left: calc(100% - 32px);
  width: 100%;
  background-color: #dee2e6;
  z-index: 99;
  display: none;
}
@media (max-width: 767.98px) {
  #m004-markers-wrapper .m004-markers-markercontent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-image {
  width: 100%;
}
@media (max-width: 991.98px) {
  #m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-image {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-image img {
  width: 100%;
  height: auto;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-image .js-m004-markers-close {
  right: 0;
  top: 0;
  color: #495057;
  background-color: #dee2e6;
  padding: 1rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-image .js-m004-markers-close:hover {
  color: #28a745;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content {
  color: #007bff !important;
  border-left: 1px solid #ced4da;
}
@media (max-width: 767.98px) {
  #m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content {
    background-color: #fff;
  }
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .m004-markers-content-title {
  font-weight: 600 !important;
  font-size: 1.5rem;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .js-m004-markers-adress {
  font-weight: 600 !important;
  font-size: 1.125rem;
  color: #007bff !important;
  font-family: "Source Sans Pro", sans-serif;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .js-m004-markers-caption {
  font-style: normal;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .js-m004-markers-features {
  padding: 0;
  margin-top: 7.5px;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .js-m004-markers-features li img {
  margin-right: 7.5px;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .btn-marker {
  border-bottom: none !important;
}
#m004-markers-wrapper .m004-markers-markercontent .m004-markers-content-section .m004-markers-content-wrapper .m004-markers-content-content .btn-marker svg {
  color: #28a745;
}

.mobile-calendar {
  display: none;
  margin: 15px 0 30px;
}
@media (max-width: 767.98px) {
  .mobile-calendar {
    display: block;
  }
  .mobile-calendar .dropdown {
    background-color: #ced4da;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .mobile-calendar .dropdown .dropdown-toggle {
    text-align: left;
    padding-left: 30px;
  }
  .mobile-calendar .dropdown .dropdown-toggle span {
    foat: none;
  }
  .mobile-calendar .dropdown li {
    padding: 7.5px 0;
  }
}

.desktop-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .desktop-calendar {
    display: block;
    margin-bottom: 30px;
  }
  .desktop-calendar.vw-spacer-pr {
    padding-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .desktop-calendar {
    display: none;
  }
}

#m006-events-calendar .dropdown .dropdown-toggle {
  border: 0;
  background-color: transparent;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  width: 100%;
}
#m006-events-calendar .dropdown .dropdown-toggle::after {
  display: none;
}
#m006-events-calendar .dropdown .dropdown-toggle span {
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  #m006-events-calendar .dropdown .dropdown-toggle span {
    float: none !important;
  }
}
#m006-events-calendar .dropdown.show span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#m006-events-calendar .dropdown .js-m006-events-calendar-view-month {
  text-transform: lowercase;
}
#m006-events-calendar .dropdown .dropdown-menu {
  -webkit-transform: translate3d(0, 45px, 0px) !important;
  transform: translate3d(0, 45px, 0px) !important;
  width: 100%;
  padding-left: 30px;
  border: 0;
  font-size: 1rem;
}
#m006-events-calendar .dropdown .dropdown-menu li {
  text-transform: lowercase;
}
#m006-events-calendar .dropdown .dropdown-menu li span {
  cursor: pointer;
}
@media (min-width: 768px) {
  #m006-events-calendar .m006-events-calendar-selector-container {
    position: absolute;
    right: 0;
    top: -351px;
    z-index: 10;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container {
    top: -270px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container {
    position: relative;
    top: 0;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume {
  min-width: 268px;
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume {
    min-width: 238px;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day {
  color: #fff;
  background-color: #495057;
  text-align: center;
  padding: 30px;
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day {
    padding: 15px 30px;
  }
}
@media (max-width: 991.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day {
    display: none;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day-month {
  color: #495057;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day-month .font-size-92 {
  font-size: 5.75rem;
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day-month {
    padding: 0 30px 15px 30px;
  }
}
@media (max-width: 991.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-day-month {
    display: none;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-resume .resume-view {
  margin-top: auto;
  background-color: #ced4da;
  padding: 15px 30px;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget.ui-widget-content {
  border: none !important;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget.ui-widget-content {
    width: auto;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-inline {
  height: 100%;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker td {
  padding: 0.5rem 1rem;
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker td {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker .ui-datepicker-header {
    padding: 19px 0;
  }
}
@media (max-width: 1399.98px) {
  #m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker .ui-datepicker-prev,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker .ui-datepicker-next {
    top: 15px;
  }
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-next,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-prev {
  cursor: pointer;
  content: "";
  visibility: hidden;
  font-family: "vlp";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-next:hover,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-prev:hover {
  color: #28a745;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-prev:before {
  content: "";
  visibility: visible;
  margin-left: 15px;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-datepicker-next:before {
  content: "";
  visibility: visible;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-active,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-active,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-active,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker a.ui-button:active,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-button:active,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-button.ui-state-active:hover {
  background-color: transparent;
  border: none;
  color: #28a745;
  position: relative;
  font-weight: 600;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-default {
  position: relative;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-default::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-default::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-default::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-highlight::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-highlight::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-highlight::after {
  content: "";
  font-family: "vlp";
  position: absolute;
  margin-top: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: transparent;
}
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-active::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-state-highlight::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-content .ui-state-highlight::after,
#m006-events-calendar .m006-events-calendar-selector-container .m006-events-calendar-datepicker .ui-widget-header .ui-state-highlight::after {
  color: #28a745;
}

#m006-events-calendar-single p {
  font-size: 1.125rem;
}
#m006-events-calendar-single a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#m006-events-calendar-single a:hover {
  color: #007bff;
}
#m006-events-calendar-single .left-0 {
  left: 0;
}
#m006-events-calendar-single .left-sep {
  border-left: 1px solid #dee2e6;
}
#m006-events-calendar-single .event-schedule-details strong, #m006-events-calendar-single .event-details strong {
  font-size: 1.25rem;
  font-weight: 300;
}
#m006-events-calendar-single .event-schedule-details img, #m006-events-calendar-single .event-details img {
  max-width: 100%;
  height: auto;
}
#m006-events-calendar-single .event-date {
  padding: 30px 30px 0 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-165%);
  transform: translateY(-165%);
}
#m006-events-calendar-single .event-date p {
  font-size: 1.625rem;
}
#m006-events-calendar-single .event-date .font-size-92 {
  font-size: 5.75rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  #m006-events-calendar-single .event-date {
    position: relative;
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }
  #m006-events-calendar-single .event-date p {
    font-size: 1.25rem;
  }
}

#main-banner h1 span,
.banner h1 span {
  background-image: linear-gradient(0deg, transparent 12%, black 0px, black 89%, transparent 0px, transparent 100%);
}
#main-banner span.subtitle,
.banner span.subtitle {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 22px;
  background-image: linear-gradient(0deg, transparent 0%, black 0px, black 100%, transparent 0px, transparent 100%);
}

#main-banner {
  position: relative;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#main-banner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#main-banner .content {
  color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#main-banner .content h1 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  font-size: 56px;
  margin-bottom: 30px;
}
#main-banner .content span.subtitle {
  color: white;
  background-image: linear-gradient(0deg, transparent 0%, black 0px, black 100%, transparent 0px, transparent 100%);
}
#main-banner .content a {
  margin-top: 30px;
}

.banner {
  color: #fff;
  min-height: 810px;
  height: 100vh;
  position: relative;
}
.banner .banner_content .btn-primary {
  margin-top: 30px;
}
.banner .container-back {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  left: 0;
  right: 0;
  padding: 20px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.banner.empty {
  min-height: 250px;
  height: auto;
}
.short-header .banner--single.banner {
  height: initial;
}
.banner--single {
  position: relative;
  z-index: 2;
  padding: 100px 0 20px;
}
.banner--single .container-image {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  margin: 90px 0 20px;
  overflow: hidden;
}
.banner--single .container-image img {
  height: initial;
}
@media (max-width: 991.98px) {
  .banner--single .container-image {
    margin: 20px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .banner {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .banner {
    height: auto;
  }
  .home .banner {
    padding-bottom: 100px;
  }
}
.banner.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  background-color: #010101;
}
.banner .inner-content {
  max-width: calc(100% - 64px);
  margin: 0 auto;
  width: 100%;
}
.banner_content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 200px;
}
@media (max-width: 767.98px) {
  .banner_content {
    padding-bottom: 30px;
    position: relative;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
}
.banner_content h1 {
  font-family: "Changa", sans-serif;
  font-size: 50px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .banner_content h1 {
    font-size: 35px;
  }
}
.home .banner_content h1 {
  color: #000000;
}
.banner_content h2 {
  font-family: "Changa", sans-serif;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .banner_content h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
.home .banner_content h2 {
  color: #000000;
}
.banner_content h2 span {
  color: #f5e800;
}
.banner_content h3, .banner_content .wm011__item__title {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home .banner_content h3, .home .banner_content .wm011__item__title {
  color: #000000;
}
.banner_content h4 {
  font-family: "Inconsolata", sans-serif;
  font-size: 30px;
  line-height: 45px;
}
.home .banner_content h4 {
  color: #000000;
}
.banner_content p {
  font-family: "Inconsolata", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #f0f8f2;
}
.home .banner_content p {
  color: #000000;
}
@media (max-width: 767.98px) {
  .banner_content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.banner_content_text {
  margin-bottom: 30px;
  margin-top: 30px;
}
.banner_content_link {
  margin-bottom: 30px;
}
.banner_content_anchor a {
  font-family: "Inconsolata", sans-serif;
  color: #f5e800;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
@media (max-width: 767.98px) {
  .banner_content_anchor a {
    font-size: 18px;
  }
}
.banner_content_anchor a img {
  display: inline-block;
}
.banner_content_anchor-contest {
  display: inline-block;
  margin-left: -50px;
  margin-top: -15px;
}
@media (max-width: 1399.98px) {
  .banner_content_anchor-contest {
    margin-left: -25px;
  }
}
@media (max-width: 767.98px) {
  .banner_content_anchor-contest {
    margin-left: -15px;
  }
}
.banner_content_anchor-contest .anchorLink {
  display: block;
  position: relative;
}
.banner_content_anchor-contest .anchorLink > * {
  display: block;
}
.banner_content_anchor-contest .anchorLink .middleicon {
  display: block;
  position: absolute;
  background: url("../img/Nico-Bar_icone_Fleche.svg") no-repeat scroll 50% #000;
  height: 60px;
  width: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 1;
}
.banner_content_anchor-contest .anchorLink .ring {
  animation: spin 20s linear infinite reverse;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .page-template-nicole .banner_content_text, .page-template-nicole .banner_content_link, .page-template-nicole .banner_content_anchor {
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}
/* homepage banner animated background */
.banner.bg-homepage {
  position: relative;
}
.banner.bg-homepage .bgicon {
  display: block;
  position: absolute;
  height: 250px;
  width: 250px;
  background: none no-repeat scroll 50%/101% transparent;
}
.banner.bg-homepage .bgicon.hand {
  background-image: url("../img/SCC_NICO-BAR_ANI_MAIN.gif");
  bottom: 0;
  left: 0;
}
.banner.bg-homepage .bgicon.poison {
  background-image: url("../img/SCC_NICO-BAR_POISON.gif");
  top: 20%;
  left: -1.5%;
}
.banner.bg-homepage .bgicon.spray {
  background-image: url("../img/SCC_NICO-BAR_ANI_SPRAY.gif");
  top: calc(50% - 125px);
  right: 0;
}

@media (max-width: 999px) {
  .banner.bg-homepage .bgicon {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .banner.bg-homepage .bgicon {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .banner.bg-homepage .bgicon {
    opacity: 0.7;
  }
}
.blog__post {
  border: 1px solid #e9ecef;
  margin: 1em 0;
}
.blog__post__header {
  background-color: #e9ecef;
}
.blog__post__content-wrapper {
  padding: 1em;
}
.blog__post__thumbnail img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.blog__post.style1 .blog__post__title {
  text-indent: 0.5em;
}

.archive .site-content {
  margin: 140px 0 40px 0;
}

.blog h1,
.archive h1 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 50px;
  line-height: 65px;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .blog h1,
.archive h1 {
    font-size: 38px;
    line-height: 43px;
  }
}
.blog_content,
.archive_content {
  padding-top: 60px;
  padding-bottom: 30px;
}
.blog .single-article,
.archive .single-article {
  margin-bottom: 30px;
}
.blog .single-article_link,
.archive .single-article_link {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
  border-radius: 15px;
}
.blog .single-article h3, .blog .single-article .wm011__item__title,
.archive .single-article h3,
.archive .single-article .wm011__item__title {
  position: absolute;
  left: 8px;
  right: 0;
  bottom: 15px;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  font-family: "Inconsolata", serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  line-height: 1.6;
}
.blog .single-article h3 mark, .blog .single-article .wm011__item__title mark,
.blog .single-article h3 .mark,
.blog .single-article .wm011__item__title .mark,
.archive .single-article h3 mark,
.archive .single-article .wm011__item__title mark,
.archive .single-article h3 .mark,
.archive .single-article .wm011__item__title .mark {
  line-height: 26px;
  background-color: #f5e800;
  padding: 10px;
  line-height: 1.3;
}
.blog .single-article:hover h3 mark, .blog .single-article:hover .wm011__item__title mark,
.blog .single-article:hover h3 .mark,
.blog .single-article:hover .wm011__item__title .mark,
.archive .single-article:hover h3 mark,
.archive .single-article:hover .wm011__item__title mark,
.archive .single-article:hover h3 .mark,
.archive .single-article:hover .wm011__item__title .mark {
  background: #000000;
  color: #f5e800;
}
.blog_single-article,
.archive_single-article {
  padding-bottom: 60px;
}
.blog_single-article img,
.archive_single-article img {
  max-width: 100%;
}
.blog_single-article img.content_img,
.archive_single-article img.content_img {
  margin-bottom: 30px;
}
.blog_single-article article,
.archive_single-article article {
  margin-top: 150px;
}
.blog_single-article article .category,
.archive_single-article article .category {
  background-color: #11123b;
  padding: 2px 8px;
  color: white;
  font-family: "Inconsolata", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}
.blog_single-article .entry-content h2,
.blog_single-article .entry-content h3,
.blog_single-article .entry-content .wm011__item__title,
.blog_single-article .entry-content h4,
.archive_single-article .entry-content h2,
.archive_single-article .entry-content h3,
.archive_single-article .entry-content .wm011__item__title,
.archive_single-article .entry-content h4 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}
.blog_single-article .entry-content p,
.archive_single-article .entry-content p {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
.blog_single-article .entry-content a,
.archive_single-article .entry-content a {
  text-decoration: underline;
  color: #007bff;
}
.blog_single-article .entry-content a:hover,
.archive_single-article .entry-content a:hover {
  font-weight: bold;
}
.blog_single-article .entry-content ul,
.archive_single-article .entry-content ul {
  list-style: none;
}
.blog_single-article .entry-content ul li,
.archive_single-article .entry-content ul li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .blog_single-article .entry-content ul li,
.archive_single-article .entry-content ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.blog_single-article .entry-content ul li::before,
.archive_single-article .entry-content ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  margin-left: -30px;
  height: 8px;
  background-color: #f5e800;
  border-radius: 100%;
  margin-right: 12px;
  vertical-align: middle;
}
.blog_single-article .entry-content ol li,
.archive_single-article .entry-content ol li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .blog_single-article .entry-content ol,
.archive_single-article .entry-content ol {
    font-size: 18px;
    line-height: 30px;
  }
}
.blog .pagination_container .navigation,
.archive .pagination_container .navigation {
  display: inline-block;
  background-color: #000000;
  padding: 7px;
  border-radius: 0;
}
.blog .pagination_container .navigation a,
.blog .pagination_container .navigation .current,
.archive .pagination_container .navigation a,
.archive .pagination_container .navigation .current {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #f5e800;
  margin: 0 5px;
}
.blog .pagination_container .navigation .current,
.archive .pagination_container .navigation .current {
  text-decoration: underline;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

.content-fullimg-text ul,
.content-col-img-text ul {
  list-style: none;
  padding: 0 0 0 22px;
}
.content-fullimg-text ul li,
.content-col-img-text ul li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}
@media (max-width: 767.98px) {
  .content-fullimg-text ul li,
.content-col-img-text ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.content-fullimg-text ul li::before,
.content-col-img-text ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #fd7e14;
  border-radius: 100%;
  vertical-align: middle;
}

.container-social {
  margin-right: 30px;
}
.container-social a:after {
  display: none;
}
@media (max-width: 991.98px) {
  .container-social {
    margin-right: 60px;
  }
}

.content_404 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.content_404 h2 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  font-size: 180px;
  line-height: 175px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
}
.content_404 h3, .content_404 .wm011__item__title {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.ratio-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.content_title {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .content_title {
    font-size: 40px;
  }
}
.content_title span {
  background-color: #f5e800;
  padding: 0;
}
.content_title span + span {
  display: block;
  background: none;
}

.container-card-article {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.single-article--category {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .single-article--category {
    min-height: 540px;
  }
}
.single-article--category h1,
.single-article--category p {
  color: white;
}
.single-article--category h1 {
  line-height: 1;
  font-size: 2.3em;
  margin-bottom: 20px;
}
.single-article--category p {
  font-family: "Inconsolata", sans-serif;
  margin-bottom: 20px;
}
.single-article--category img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -o-object-position: bottom left;
  object-position: bottom left;
  height: 100%;
}
.single-article--category .container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.single-article--category .container-text .button {
  margin-top: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-only {
  padding: 0 0 90px 0;
}

.module-text-image {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .module-text-image {
    padding: 32px 0;
  }
}
.module-text-image h3, .module-text-image .wm011__item__title {
  font-family: "Inconsolata", sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #f5e800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.module-text-image .content-img img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.module-text-image.small-subtitle .content_title span {
  color: #000;
  font-size: 22px;
  font-family: "Inconsolata", serif;
  font-weight: 700;
  margin-bottom: 0;
  background-color: #f5e800;
  padding: 5px 10px;
  line-height: 32px;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.module-text-image.module_bg_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70vh;
  color: #fff;
}
.module-text-image.module_bg_img h2 span {
  background-color: transparent;
  color: #f5e800;
}
.module-text-image.with-background {
  background-color: #10113e;
}
.module-text-image.with-background .content_text {
  color: #fff;
}
.module-text-image.with-background .content_title {
  color: #fff;
}
.module-text-image.with-background .content_title span {
  color: #f5e800;
  background-color: transparent;
}
.module-text-image.with-background.drinks {
  background-color: #10113e;
  overflow: hidden;
}

.content_text h1,
.content_text h2,
.content_text h3,
.content_text .wm011__item__title {
  font-family: "Changa", sans-serif;
}
.content_text p {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .content_text p {
    font-size: 18px;
    line-height: 24px;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-only {
    display: block;
  }
}
.mobile-only img:not(.ratio-image) {
  margin: 0 auto;
  max-height: 500px;
  position: relative;
  z-index: 1;
  display: block;
}

.desktop-only {
  display: block;
}
@media (max-width: 767.98px) {
  .desktop-only {
    display: none;
  }
}

.content-fullimg-text {
  position: relative;
}
@media (max-width: 1399.98px) {
  .content-fullimg-text .align-items-center {
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
  }
}
@media (max-width: 991.98px) {
  .content-fullimg-text .content-text {
    padding-top: 90px;
  }
}
.content-fullimg-text .content-text img {
  margin-left: -70px;
}
@media (max-width: 767.98px) {
  .content-fullimg-text .content-text img {
    position: relative;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .content-fullimg-text .content-text {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .content-fullimg-text .content-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 32px;
  }
}
.content-fullimg-text .content-text p span {
  color: #000;
  font-size: 22px;
  font-family: "Inconsolata", serif;
  font-weight: 700;
  margin-bottom: 0;
  background-color: #f5e800;
  padding: 5px 10px;
  line-height: 32px;
}
.content-fullimg-text img {
  width: 100%;
}
.content-fullimg-text img.rightSide {
  margin-left: 30px;
}
.content-fullimg-text .content_surtitle {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .content-fullimg-text .content_surtitle {
    font-size: 16px;
    line-height: 1.3;
  }
}
.content-fullimg-text .content_text {
  margin: 20px 0 40px 0;
}
.content-fullimg-text a {
  display: inline-block;
}

.content-three {
  padding-top: 70px;
  padding-bottom: 45px;
  position: relative;
}
.content-three h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3;
  margin-bottom: 50px;
}
.content-three h2 span {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .content-three h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-three.with-background {
  background-color: #10113e;
}
.content-three img {
  max-width: 100%;
  width: 100%;
}
.content-three .separate {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .content-three .separate {
    padding-right: 0px;
  }
}
.content-three_small img:not(:last-of-type) {
  margin-bottom: 30px;
}
.content-three .single-img {
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.content-three .single-img img {
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991.98px) {
  .content-three .single-img {
    margin-bottom: 30px;
  }
}
.content-three .single-img:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content-three .separate .single-article {
    margin-bottom: 0;
  }
}
.content-three .single-article,
.content-three .single-img {
  position: relative;
  margin-bottom: 30px;
}
.content-three .single-article a,
.content-three .single-img a {
  display: block;
}
.content-three .single-article h3, .content-three .single-article .wm011__item__title,
.content-three .single-img h3,
.content-three .single-img .wm011__item__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000000;
  font-size: 22px;
  font-family: "Inconsolata", serif;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
  background-color: #f5e800;
  padding: 5px 10px;
  line-height: 32px;
  max-width: 320px;
}
.content-three .content-three_small > .row > .col-12:last-child > .single-article {
  margin-bottom: 0;
}
.content-three .content-three_small .single-article {
  width: 100%;
}
.content-three .content-three_small .single-article h3, .content-three .content-three_small .single-article .wm011__item__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.content-three .content-three_small .single-article:not(:last-of-type) {
  margin-bottom: 30px;
}

.content-col-img-text {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .content-col-img-text {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .content-col-img-text .single-col:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.content-col-img-text img {
  width: 100%;
  margin-bottom: 40px;
}
.content-col-img-text p {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .content-col-img-text p {
    font-size: 22px;
    line-height: 24px;
  }
}
.content-img-text {
  position: relative;
}
@media (max-width: 767.98px) {
  .content-img-text .content-text {
    margin-top: 20px;
  }
}
.content-img-text .content_img img {
  width: 100%;
}
.content-img-text.drinks .content_img {
  text-align: center;
}
.content-img-text.drinks img {
  max-width: 300px;
}
.content-img-text .content_text {
  margin: 20px 0 40px 0;
}
.content-img-text a {
  display: inline-block;
}
.content-img-text ul {
  list-style: none;
}
.content-img-text ul li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .content-img-text ul li {
    font-size: 20px;
  }
}
.content-img-text ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  margin-left: -30px;
  height: 8px;
  background-color: #f5e800;
  border-radius: 100%;
  margin-right: 12px;
  vertical-align: middle;
}

.concours_content {
  padding: 50px 0;
}
.concours_content ul {
  list-style: none;
}
.concours_content ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.concours_content ul li::before {
  position: relative;
  top: -4px;
}

@media (min-width: 992px) {
  .content-three .separate .single-article a,
.content-three .separate .single-img a {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .content-three .separate .single-article {
    height: 416px;
  }
  .content-three .separate .single-img {
    height: 378px;
  }
  .content-three .content-three_small .single-article a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .content-three .content-three_small .single-article {
    height: 193px;
  }
  .content-three .content-three_small .single-img {
    height: 174px;
  }
}
@media (min-width: 1400px) {
  .content-three .separate .single-article {
    height: 586px;
  }
  .content-three .separate .single-img {
    height: 530px;
  }
  .content-three .content-three_small .single-article {
    height: 278px;
  }
  .content-three .content-three_small .single-img {
    height: 250px;
  }
}
.contest-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  color: white;
}
.contest-banner p span {
  font-family: "Changa", sans-serif;
  font-weight: 700;
}
.contest-banner img {
  max-width: 100%;
}
.contest-banner .contest-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .contest-banner .contest-img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100%;
  }
}
.contest-banner h2 {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  font-size: 50px;
}
.contest-banner h2 span {
  color: #f5e800;
}
@media (max-width: 991.98px) {
  .contest-banner h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.contest-banner p {
  font-family: "Inconsolata", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contest-banner p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.contest-banner .contest_content-link {
  margin-top: 20px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}
.footer .bg-black {
  color: white;
}
.footer .footer_infos {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer_infos_left {
  font-family: "Changa", sans-serif;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 1.6px;
  font-weight: 400;
}
.footer .footer_infos_left img {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .footer .footer_infos_left {
    margin-bottom: 40px;
  }
}
.footer .footer_infos_left img {
  max-width: 210px;
  margin: 0 15px 15px 0;
}
.footer .footer_infos_right {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.footer .footer_infos_right p {
  line-height: 18px;
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.footer .footer_infos_right a {
  color: #f5e800;
}
.footer .footer_infos_right a[href^="mailto:"] {
  text-decoration: underline;
  letter-spacing: -1px;
}
.footer .footer_infos_right h4 {
  font-family: "Changa", sans-serif;
  margin-bottom: 10px;
}
.footer .footer_bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer_bottom_middle {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 991.98px) {
  .footer .footer_bottom_middle nav {
    text-align: left !important;
    margin-top: 30px;
  }
}
.footer .footer_bottom_right {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.23px;
}
@media (max-width: 991.98px) {
  .footer .footer_bottom_right {
    text-align: left !important;
    margin-top: 30px;
  }
}

.participate-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.participate-btn .button span {
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .participate-btn {
    right: 5rem;
  }
}

.header {
  background: #15071d;
  background: -webkit-gradient(linear, left top, left bottom, from(#15071d), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #15071d 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .btn-contest {
    min-width: auto;
  }
}
.header__logo img {
  max-width: 160px;
}
@media (max-width: 767.98px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header .btn-contest {
  margin-right: 80px;
  text-transform: uppercase;
}

.btn-menu_container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-menu_container .btn-menu {
  color: #f5e800;
  font-family: "Inconsolata", sans-serif;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 3.13px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
}
.btn-menu_container .btn-menu:after {
  position: absolute;
  border-radius: 10px;
  height: 3px;
  width: 100%;
  content: "";
  top: 107%;
  background-color: #f5e800;
  left: -4%;
  -webkit-box-shadow: 0 0 7px 1px #f5e800;
  box-shadow: 0 0 7px 1px #f5e800;
}

.short-header .banner {
  height: 33vh;
  min-height: 400px;
  background-color: #4a2065;
}

.menu-container {
  height: auto;
  z-index: 100;
  position: relative;
  display: none;
}
.menu-container .menu-title {
  color: white;
  font-size: 28px;
  font-family: "Inconsolata";
}
@media (max-width: 991.98px) {
  .menu-container .menu-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .menu-container .menu-title {
    font-size: 18px;
  }
}
.menu-container.open {
  display: block;
}
.short-header .menu-container.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.menu-container.open .btn-menu {
  margin-right: -15px;
}
.menu-container_header {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  .menu-container_header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.menu-container nav {
  margin-bottom: 30px;
}
.menu-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .menu-container ul li {
    margin: 30px 0;
  }
}
.menu-container ul li a {
  font-family: "Changa", sans-serif;
  color: #f5e800;
  font-weight: 800;
  font-size: 45px;
  line-height: 75px;
}
@media (max-width: 767.98px) {
  .menu-container ul li a {
    font-size: 21px;
    line-height: 29px;
  }
}
.menu-container_bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .menu-container_bottom {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .menu-container_bottom .social {
    margin-top: 20px;
  }
}
.menu-container_bottom .social a {
  font-family: "Inconsolata", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 23px;
  color: #000000;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .menu-container_bottom .social a {
    margin-left: 0;
    display: block;
    margin: 20px 0;
  }
}
.menu-container_bottom .contest-img img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .menu-container_bottom .contest-img img {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
.menu-container_bottom .contest-title a {
  text-decoration: none;
}
.menu-container_bottom .contest-title h2 {
  font-size: 40px;
  line-height: 55px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .menu-container_bottom .contest-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .menu-container_bottom .contest-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

html, body {
  overflow-x: hidden;
}

body {
  background-color: #FCFDFF;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
body :focus {
  outline-color: transparent;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 2000px) {
  #page .container-main-content div.sidebar + div {
    max-width: 1280px !important;
  }
}
@media (min-width: 1400px) {
  #page .container-main-content div.sidebar + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 480px);
    flex: 0 0 calc(100% - 480px);
    max-width: calc(100% - 480px);
    padding-left: 64px !important;
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #page .container-main-content div.sidebar + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
}
@media (min-width: 1400px) {
  #page .container-main-content div.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #page .container-main-content div.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  body.page-template-carte-interactive #page .container-main-content div.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
  }
}

.page-template-defi .module-text-image:first-child {
  padding-top: 250px;
}
.page-template-defi .module-text-image h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-defi .module-text-image h2 span {
  margin-left: 15px;
}
.page-template-defi .module-text-image h2 span:first-child {
  margin-left: 0;
}
.page-template-defi .module-text-image .btn-primary {
  border-radius: 0;
}

.page-template-default #contenu {
  padding-top: 30px;
  padding-bottom: 60px;
}
.page-template-default #contenu ul {
  list-style: none;
}
.page-template-default #contenu ul li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .page-template-default #contenu ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.page-template-default #contenu ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  margin-left: -30px;
  height: 8px;
  background-color: #fd7e14;
  border-radius: 100%;
  margin-right: 12px;
  vertical-align: middle;
}
.page-template-default h1, .page-template-default h3, .page-template-default .wm011__item__title {
  font-family: "Changa", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}
.page-template-default h1 {
  font-size: 50px;
  line-height: 65px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .page-template-default h1 {
    font-size: 38px;
    line-height: 43px;
  }
}
.page-template-default h3, .page-template-default .wm011__item__title {
  font-size: 30px;
  line-height: 45px;
}
.page-template-default p {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 767.98px) {
  .page-template-default p {
    font-size: 18px;
    line-height: 21px;
  }
}
.page-template-default p + h3, .page-template-default p + .wm011__item__title {
  margin-top: 70px;
}
.page-template-default ol li {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-template-default ol li {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 991.98px) {
  #myLandbot {
    padding-bottom: 200px;
  }
}

.concours_content a.button, .concours_content a {
  color: #009eff;
}
.concours_content a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.concours_content a.button span {
  margin-right: 15px;
  height: 30px;
}

.banner_off {
  background-color: #f5e800;
  padding: 20px 60px;
  font-weight: bold;
  font-size: 28px;
}

.content_title--2col {
  margin-top: 90px;
}

.gform_confirmation_message {
  margin-bottom: 90px;
  font-family: "Inconsolata", sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

.form-section {
  background-color: #10113e;
  padding: 90px 0;
  color: white;
  font-family: "Inconsolata", sans-serif;
  font-size: 20px;
}
.form-section .gform_wrapper {
  margin: 40px 0;
  border: 3px solid #e6fffb;
  padding: 55px 100px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px #75cbc5;
  box-shadow: inset 0px 0px 10px 2px #75cbc5, 0px 0px 10px 2px #75cbc5;
}
.form-section .gform_wrapper .gform_body {
  font-family: "Inconsolata", sans-serif;
  font-size: 20px;
}
.form-section .gform_wrapper .gform_body .ginput_container input {
  padding: 20px 23px;
}
.form-section .gform_wrapper .gform_body .ginput_container_select {
  position: relative;
}
.form-section .gform_wrapper .gform_body .ginput_container_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  pointer-events: none;
  background: url("../img/arrow-down.png") no-repeat center center #fff;
}
.form-section .gform_wrapper .gform_body .ginput_container_select select {
  padding: 22px 23px;
  border: none;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  outline: none;
}
.form-section .gform_wrapper .gform_footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home #contenu .module-text-image:first-child .btn-primary {
  background-color: #000000;
  color: #f5e800;
}

.sondagesemaine {
  margin: 5rem auto;
  font-family: "Inconsolata", sans-serif;
  font-size: 20px;
  line-height: 23px;
}
.sondagesemaine .question + .question {
  margin-top: 4rem;
}
.sondagesemaine .question-title {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  font-family: "Changa", sans-serif;
  margin-bottom: 1.5rem;
}
.sondagesemaine .question-title__number {
  position: absolute;
  top: 0;
  left: -50px;
  color: #FF5006;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .sondagesemaine .question-title__number {
    position: static;
  }
}
.sondagesemaine .question-title__text span {
  color: #ff5006;
}
.sondagesemaine .images__selector {
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear 0s, background 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, background 0.2s linear 0s;
  text-align: center;
}
.sondagesemaine .images__selector:hover .images__selector__image img {
  opacity: 0.7;
}
.sondagesemaine .images__selector.checked .images__selector__image {
  background: #333;
}
.sondagesemaine .images__selector.checked .images__selector__image img {
  opacity: 0.7;
}
.sondagesemaine .images__selector__input {
  display: none;
}
.sondagesemaine .images__selector__image {
  display: inline-block;
  margin: 0 auto;
}
.sondagesemaine .images__selector__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sondagesemaine .images__selector__text {
  display: block;
  font-style: italic;
  padding-left: 20px;
  font-size: 16px;
}
.sondagesemaine .images__selector__text--center {
  padding-left: 0;
  text-align: center;
}
.sondagesemaine .onetofive {
  padding-left: 80px;
}
@media (max-width: 767.98px) {
  .sondagesemaine .onetofive {
    padding-left: 0;
  }
}
.sondagesemaine .onetofive__selector {
  margin-bottom: 2rem;
}
.sondagesemaine .onetofive__selector__title {
  font-size: 20px;
  line-height: 23px;
  position: relative;
}
.sondagesemaine .onetofive__selector__title__letter {
  color: #FF5006;
  position: absolute;
  top: 0;
  left: -40px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .sondagesemaine .onetofive__selector__title__letter {
    position: static;
  }
}
.sondagesemaine .onetofive__selector__buttons {
  display: inline-block;
  font-size: 0;
}
.sondagesemaine .onetofive__selector__buttons__button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  background: #E3E1D2;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
@media (max-width: 767.98px) {
  .sondagesemaine .onetofive__selector__buttons__button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.sondagesemaine .onetofive__selector__buttons__button * {
  cursor: pointer;
}
.sondagesemaine .onetofive__selector__buttons__button__input {
  display: none;
}
.sondagesemaine .onetofive__selector__buttons__button:last-child {
  margin-right: 0;
}
.sondagesemaine .onetofive__selector__buttons__button.checked {
  background: #525252;
}
.sondagesemaine .onetofive__selector__buttons__button.disabled {
  color: #777;
  background-color: transparent;
  cursor: inherit;
}
.sondagesemaine .onetofive__selector__buttons__button.disabled * {
  cursor: inherit;
}
.sondagesemaine .onetofive__selector__buttons__labels {
  margin-top: 5px;
}
.sondagesemaine .onetofive__selector__buttons__labels__label {
  font-size: 14px;
  line-height: 23px;
}
.sondagesemaine .onetofive__selector__buttons__labels__label--right {
  float: right;
}
.sondagesemaine .checkboxes,
.sondagesemaine .radios {
  padding-left: 80px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .sondagesemaine .checkboxes,
.sondagesemaine .radios {
    padding-left: 50px;
  }
}
.sondagesemaine .checkboxes *,
.sondagesemaine .radios * {
  cursor: pointer;
}
.sondagesemaine .checkboxes__choice,
.sondagesemaine .radios__choice {
  position: relative;
  margin-bottom: 2rem;
}
.sondagesemaine .checkboxes__choice__check,
.sondagesemaine .radios__choice__check {
  display: none;
}
.sondagesemaine .checkboxes__choice__icon,
.sondagesemaine .radios__choice__icon {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #E3E1D2;
  border: 7px solid #E3E1D2;
  -webkit-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
@media (max-width: 767.98px) {
  .sondagesemaine .checkboxes__choice__icon,
.sondagesemaine .radios__choice__icon {
    left: -25px;
  }
}
.sondagesemaine .checkboxes__choice__label,
.sondagesemaine .radios__choice__label {
  margin-bottom: 0;
}
.sondagesemaine .checkboxes__choice.checked .radios__choice__icon,
.sondagesemaine .radios__choice.checked .radios__choice__icon {
  background-color: transparent;
  border-color: #FF5006;
}
.sondagesemaine .checkboxes__choice__icon {
  border-radius: 0;
  border: none;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.sondagesemaine .checkboxes__choice__icon > * {
  display: none;
}
.sondagesemaine .checkboxes__choice.checked .checkboxes__choice__icon {
  background: #FF5006;
}
.sondagesemaine .checkboxes__choice.checked .checkboxes__choice__icon > * {
  display: inline-block;
}
.sondagesemaine .checkboxes__choice.checked .checkboxes__choice__icon svg {
  vertical-align: -0.2em;
}
.sondagesemaine .textinfo > * + * {
  margin-top: 2rem;
}
.sondagesemaine .textinfo__label {
  display: block;
  font-size: 20px;
  line-height: 21px;
}
.sondagesemaine .textinfo__input {
  display: block;
  background: #E3E1D2;
  height: 64px;
  line-height: 64px;
  border: none;
  width: 100%;
  padding: 0 1rem;
}
.sondagesemaine .submit {
  margin-top: 3rem;
}
.sondagesemaine .submit .btn {
  border-radius: 0;
}
.sondagesemaine .submit .btn:hover {
  background-color: #525252;
}
/*# sourceMappingURL=style.css.map */
