/*!
 * Theme Name: TattooKonwent
 * Theme URI: https://tattookonwent.pl
 * Description: TattooKonwent Theme
 * Version: 1.0.0
 * Author: estimagroup
 * Author URI: https://estima.group
 * Text Domain: tk
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/* kolory tk */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * typo.scss
 * ---
 * Headings etc
 */
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/BebasNeue-Regular.ttf);
  font-display: swap; }

@font-face {
  font-family: "Monstserrat";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Monstserrat.ttf);
  font-display: swap; }

@font-face {
  font-family: "Hackney-Vector";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Hackney-Vector.ttf);
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif; }

.home h2 {
  font-size: 10em;
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
  margin: 20px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .home h2 {
      font-size: 5em; } }
  .home h2 > span {
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .home h2 > span:before {
      content: "";
      width: 15px;
      height: 15px;
      background-color: #8E3740;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      margin-left: -20px; }
  .home h2.blue-dot span:before {
    background-color: #16677b; }
  .home h2.yellow-dot span:before {
    background-color: #fdc200; }
  .home h2.green-dot span:before {
    background-color: #14baa8; }
  .home h2:hover {
    -webkit-text-stroke: 2px white; }

h3 {
  font-size: 5em; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 3em; } }

h4 {
  font-size: 2em; }

p {
  font-weight: 500;
  font-size: 1.5em; }

.page h3 {
  font-size: 2em; }

.pL-5p {
  padding-left: 5% !important; }

.border-shadow {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px #222;
          box-shadow: 0 0 15px #222; }

.row-disabled {
  opacity: .5;
  pointer-events: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */ }

.disabled {
  opacity: .8;
  pointer-events: none; }

.pY-75rem {
  padding: 0 !important;
  padding-top: .75rem !important;
  padding-bottom: .75rem !important; }

.c-yellow {
  color: #fdc200; }

.c-blue {
  color: #16677b; }

.c-red {
  color: #8E3740; }

.c-green {
  color: #14baa8; }

.c-999 {
  color: #999; }

.c-white {
  color: #fff; }

.br3oh {
  border-radius: 3px;
  overflow: hidden; }

.br5oh {
  border-radius: 5px;
  overflow: hidden; }

.box-shadow-big {
  -webkit-box-shadow: 0 0 37px #111;
          box-shadow: 0 0 37px #111; }

.mT-5p {
  margin-top: 5%; }

.hide-desktop {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .hide-desktop {
      display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

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

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

@media screen and (min-width: 1500px) {
  .d-f\@xl\+ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@xl\+ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 1300px) {
  .d-f\@lg\+ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@lg\+ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 992px) {
  .d-f\@md\+ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@md\+ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 768px) {
  .d-f\@sm\+ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@sm\+ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 0) {
  .d-f\@xs\+ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@xs\+ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (max-width: 1499px) {
  .d-f\@xl- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@xl- {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (max-width: 1299px) {
  .d-f\@lg- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@lg- {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (max-width: 991px) {
  .d-f\@md- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@md- {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (max-width: 767px) {
  .d-f\@sm- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@sm- {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .d-f\@lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@lg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .d-f\@md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .d-f\@sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .d-if\@sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.fxw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fxw-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.fxw-nw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

@media screen and (min-width: 1500px) {
  .fxw-w\@xl\+ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@xl\+ {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@xl\+ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 1300px) {
  .fxw-w\@lg\+ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@lg\+ {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@lg\+ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 992px) {
  .fxw-w\@md\+ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@md\+ {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@md\+ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 768px) {
  .fxw-w\@sm\+ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@sm\+ {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@sm\+ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 0) {
  .fxw-w\@xs\+ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@xs\+ {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@xs\+ {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (max-width: 1499px) {
  .fxw-w\@xl- {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@xl- {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@xl- {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (max-width: 1299px) {
  .fxw-w\@lg- {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@lg- {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@lg- {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (max-width: 991px) {
  .fxw-w\@md- {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@md- {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@md- {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (max-width: 767px) {
  .fxw-w\@sm- {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@sm- {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@sm- {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fxw-w\@lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@lg {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fxw-w\@md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@md {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fxw-w\@sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fxw-wr\@sm {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .fxw-nw\@sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

@media screen and (min-width: 1500px) {
  .fxd-c\@xl\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@xl\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@xl\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@xl\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 1300px) {
  .fxd-c\@lg\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@lg\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@lg\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@lg\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 992px) {
  .fxd-c\@md\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@md\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@md\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@md\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .fxd-c\@sm\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@sm\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@sm\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@sm\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 0) {
  .fxd-c\@xs\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@xs\+ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@xs\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@xs\+ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (max-width: 1499px) {
  .fxd-c\@xl- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@xl- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@xl- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@xl- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (max-width: 1299px) {
  .fxd-c\@lg- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@lg- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@lg- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@lg- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (max-width: 991px) {
  .fxd-c\@md- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@md- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@md- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@md- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (max-width: 767px) {
  .fxd-c\@sm- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@sm- {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@sm- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@sm- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fxd-c\@lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fxd-c\@md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fxd-c\@sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fxd-cr\@sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .fxd-r\@sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .fxd-rr\@sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ai-b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media screen and (min-width: 1500px) {
  .ai-fs\@xl\+ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@xl\+ {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@xl\+ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@xl\+ {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@xl\+ {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 1300px) {
  .ai-fs\@lg\+ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@lg\+ {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@lg\+ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@lg\+ {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@lg\+ {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 992px) {
  .ai-fs\@md\+ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@md\+ {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@md\+ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@md\+ {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@md\+ {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 768px) {
  .ai-fs\@sm\+ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@sm\+ {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@sm\+ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@sm\+ {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@sm\+ {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 0) {
  .ai-fs\@xs\+ {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@xs\+ {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@xs\+ {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@xs\+ {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@xs\+ {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 1499px) {
  .ai-fs\@xl- {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@xl- {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@xl- {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@xl- {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@xl- {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 1299px) {
  .ai-fs\@lg- {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@lg- {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@lg- {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@lg- {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@lg- {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 991px) {
  .ai-fs\@md- {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@md- {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@md- {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@md- {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@md- {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 767px) {
  .ai-fs\@sm- {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@sm- {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@sm- {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@sm- {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@sm- {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ai-fs\@lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@lg {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@lg {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ai-fs\@md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@md {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@md {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ai-fs\@sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ai-fe\@sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .ai-c\@sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ai-b\@sm {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .ai-s\@sm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.as-fs {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.as-fe {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.as-c {
  -ms-flex-item-align: center;
      align-self: center; }

.as-b {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.as-s {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

@media screen and (min-width: 1500px) {
  .as-fs\@xl\+ {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@xl\+ {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@xl\+ {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@xl\+ {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@xl\+ {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 1300px) {
  .as-fs\@lg\+ {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@lg\+ {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@lg\+ {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@lg\+ {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@lg\+ {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 992px) {
  .as-fs\@md\+ {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@md\+ {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@md\+ {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@md\+ {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@md\+ {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 768px) {
  .as-fs\@sm\+ {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@sm\+ {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@sm\+ {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@sm\+ {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@sm\+ {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 0) {
  .as-fs\@xs\+ {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@xs\+ {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@xs\+ {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@xs\+ {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@xs\+ {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (max-width: 1499px) {
  .as-fs\@xl- {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@xl- {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@xl- {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@xl- {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@xl- {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (max-width: 1299px) {
  .as-fs\@lg- {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@lg- {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@lg- {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@lg- {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@lg- {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (max-width: 991px) {
  .as-fs\@md- {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@md- {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@md- {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@md- {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@md- {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (max-width: 767px) {
  .as-fs\@sm- {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@sm- {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@sm- {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@sm- {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@sm- {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .as-fs\@lg {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@lg {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@lg {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@lg {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@lg {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .as-fs\@md {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@md {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@md {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@md {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@md {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .as-fs\@sm {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .as-fe\@sm {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .as-c\@sm {
    -ms-flex-item-align: center;
        align-self: center; }
  .as-b\@sm {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .as-s\@sm {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

.ac-fs {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.ac-fe {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.ac-c {
  -ms-flex-line-pack: center;
      align-content: center; }

.ac-s {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.ac-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.ac-sa {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

@media screen and (min-width: 1500px) {
  .ac-fs\@xl\+ {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@xl\+ {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@xl\+ {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@xl\+ {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@xl\+ {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@xl\+ {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 1300px) {
  .ac-fs\@lg\+ {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@lg\+ {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@lg\+ {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@lg\+ {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@lg\+ {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@lg\+ {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 992px) {
  .ac-fs\@md\+ {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@md\+ {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@md\+ {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@md\+ {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@md\+ {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@md\+ {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 768px) {
  .ac-fs\@sm\+ {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@sm\+ {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@sm\+ {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@sm\+ {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@sm\+ {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@sm\+ {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 0) {
  .ac-fs\@xs\+ {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@xs\+ {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@xs\+ {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@xs\+ {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@xs\+ {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@xs\+ {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (max-width: 1499px) {
  .ac-fs\@xl- {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@xl- {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@xl- {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@xl- {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@xl- {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@xl- {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (max-width: 1299px) {
  .ac-fs\@lg- {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@lg- {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@lg- {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@lg- {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@lg- {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@lg- {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (max-width: 991px) {
  .ac-fs\@md- {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@md- {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@md- {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@md- {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@md- {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@md- {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (max-width: 767px) {
  .ac-fs\@sm- {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@sm- {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@sm- {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@sm- {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@sm- {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@sm- {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ac-fs\@lg {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@lg {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@lg {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@lg {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@lg {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@lg {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ac-fs\@md {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@md {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@md {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@md {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@md {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@md {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ac-fs\@sm {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .ac-fe\@sm {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .ac-c\@sm {
    -ms-flex-line-pack: center;
        align-content: center; }
  .ac-s\@sm {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .ac-sb\@sm {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .ac-sa\@sm {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (min-width: 1500px) {
  .jc-fs\@xl\+ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@xl\+ {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@xl\+ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@xl\+ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@xl\+ {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 1300px) {
  .jc-fs\@lg\+ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@lg\+ {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@lg\+ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@lg\+ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@lg\+ {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 992px) {
  .jc-fs\@md\+ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@md\+ {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@md\+ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@md\+ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@md\+ {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 768px) {
  .jc-fs\@sm\+ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@sm\+ {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@sm\+ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@sm\+ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@sm\+ {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 0) {
  .jc-fs\@xs\+ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@xs\+ {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@xs\+ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@xs\+ {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@xs\+ {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 1499px) {
  .jc-fs\@xl- {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@xl- {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@xl- {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@xl- {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@xl- {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 1299px) {
  .jc-fs\@lg- {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@lg- {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@lg- {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@lg- {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@lg- {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 991px) {
  .jc-fs\@md- {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@md- {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@md- {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@md- {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@md- {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 767px) {
  .jc-fs\@sm- {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@sm- {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@sm- {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@sm- {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@sm- {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .jc-fs\@lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .jc-fs\@md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@md {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .jc-fs\@sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .jc-fe\@sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jc-c\@sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .jc-sb\@sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .jc-sa\@sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

.fx-n {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.fx-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media screen and (min-width: 1500px) {
  .fx-n\@xl\+ {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@xl\+ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 1300px) {
  .fx-n\@lg\+ {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@lg\+ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 992px) {
  .fx-n\@md\+ {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@md\+ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 768px) {
  .fx-n\@sm\+ {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@sm\+ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 0) {
  .fx-n\@xs\+ {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@xs\+ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 1499px) {
  .fx-n\@xl- {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@xl- {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 1299px) {
  .fx-n\@lg- {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@lg- {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 991px) {
  .fx-n\@md- {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@md- {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 767px) {
  .fx-n\@sm- {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@sm- {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fx-n\@lg {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@lg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fx-n\@md {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@md {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fx-n\@sm {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .fx-1\@sm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.fxb-a {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.fxb-0 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

@media screen and (min-width: 1500px) {
  .fxb-a\@xl\+ {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@xl\+ {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 1300px) {
  .fxb-a\@lg\+ {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@lg\+ {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 992px) {
  .fxb-a\@md\+ {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@md\+ {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 768px) {
  .fxb-a\@sm\+ {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@sm\+ {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 0) {
  .fxb-a\@xs\+ {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@xs\+ {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (max-width: 1499px) {
  .fxb-a\@xl- {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@xl- {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (max-width: 1299px) {
  .fxb-a\@lg- {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@lg- {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (max-width: 991px) {
  .fxb-a\@md- {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@md- {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (max-width: 767px) {
  .fxb-a\@sm- {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@sm- {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fxb-a\@lg {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fxb-a\@md {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fxb-a\@sm {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .fxb-0\@sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

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

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

@media screen and (min-width: 1500px) {
  .fxg-1\@xl\+ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@xl\+ {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 1300px) {
  .fxg-1\@lg\+ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@lg\+ {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 992px) {
  .fxg-1\@md\+ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@md\+ {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 768px) {
  .fxg-1\@sm\+ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@sm\+ {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 0) {
  .fxg-1\@xs\+ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@xs\+ {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (max-width: 1499px) {
  .fxg-1\@xl- {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@xl- {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (max-width: 1299px) {
  .fxg-1\@lg- {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@lg- {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (max-width: 991px) {
  .fxg-1\@md- {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@md- {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (max-width: 767px) {
  .fxg-1\@sm- {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@sm- {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fxg-1\@lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@lg {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fxg-1\@md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@md {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fxg-1\@sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .fxg-0\@sm {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

.fxs-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.fxs-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media screen and (min-width: 1500px) {
  .fxs-1\@xl\+ {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@xl\+ {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 1300px) {
  .fxs-1\@lg\+ {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@lg\+ {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 992px) {
  .fxs-1\@md\+ {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@md\+ {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 768px) {
  .fxs-1\@sm\+ {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@sm\+ {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 0) {
  .fxs-1\@xs\+ {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@xs\+ {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 1499px) {
  .fxs-1\@xl- {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@xl- {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 1299px) {
  .fxs-1\@lg- {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@lg- {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 991px) {
  .fxs-1\@md- {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@md- {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 767px) {
  .fxs-1\@sm- {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@sm- {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fxs-1\@lg {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@lg {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fxs-1\@md {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@md {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fxs-1\@sm {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fxs-0\@sm {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.ord-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

@media screen and (min-width: 1500px) {
  .ord-0\@xl\+ {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 1300px) {
  .ord-0\@lg\+ {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 992px) {
  .ord-0\@md\+ {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 768px) {
  .ord-0\@sm\+ {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 0) {
  .ord-0\@xs\+ {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (max-width: 1499px) {
  .ord-0\@xl- {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (max-width: 1299px) {
  .ord-0\@lg- {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (max-width: 991px) {
  .ord-0\@md- {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (max-width: 767px) {
  .ord-0\@sm- {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-0\@lg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-0\@md {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-0\@sm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.ord-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (min-width: 1500px) {
  .ord-1\@xl\+ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 1300px) {
  .ord-1\@lg\+ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 992px) {
  .ord-1\@md\+ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 768px) {
  .ord-1\@sm\+ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 0) {
  .ord-1\@xs\+ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 1499px) {
  .ord-1\@xl- {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 1299px) {
  .ord-1\@lg- {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 991px) {
  .ord-1\@md- {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 767px) {
  .ord-1\@sm- {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-1\@lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-1\@md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-1\@sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.ord-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (min-width: 1500px) {
  .ord-2\@xl\+ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 1300px) {
  .ord-2\@lg\+ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 992px) {
  .ord-2\@md\+ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 768px) {
  .ord-2\@sm\+ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 0) {
  .ord-2\@xs\+ {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 1499px) {
  .ord-2\@xl- {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 1299px) {
  .ord-2\@lg- {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 991px) {
  .ord-2\@md- {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 767px) {
  .ord-2\@sm- {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-2\@lg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-2\@md {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-2\@sm {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.ord-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

@media screen and (min-width: 1500px) {
  .ord-3\@xl\+ {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 1300px) {
  .ord-3\@lg\+ {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 992px) {
  .ord-3\@md\+ {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 768px) {
  .ord-3\@sm\+ {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 0) {
  .ord-3\@xs\+ {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 1499px) {
  .ord-3\@xl- {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 1299px) {
  .ord-3\@lg- {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 991px) {
  .ord-3\@md- {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 767px) {
  .ord-3\@sm- {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-3\@lg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-3\@md {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-3\@sm {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

.ord-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

@media screen and (min-width: 1500px) {
  .ord-4\@xl\+ {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 1300px) {
  .ord-4\@lg\+ {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 992px) {
  .ord-4\@md\+ {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 768px) {
  .ord-4\@sm\+ {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 0) {
  .ord-4\@xs\+ {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 1499px) {
  .ord-4\@xl- {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 1299px) {
  .ord-4\@lg- {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 991px) {
  .ord-4\@md- {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 767px) {
  .ord-4\@sm- {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-4\@lg {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-4\@md {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-4\@sm {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

.ord-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

@media screen and (min-width: 1500px) {
  .ord-5\@xl\+ {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 1300px) {
  .ord-5\@lg\+ {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 992px) {
  .ord-5\@md\+ {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 768px) {
  .ord-5\@sm\+ {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 0) {
  .ord-5\@xs\+ {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 1499px) {
  .ord-5\@xl- {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 1299px) {
  .ord-5\@lg- {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 991px) {
  .ord-5\@md- {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 767px) {
  .ord-5\@sm- {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-5\@lg {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-5\@md {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-5\@sm {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

.ord-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 1500px) {
  .ord-6\@xl\+ {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 1300px) {
  .ord-6\@lg\+ {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 992px) {
  .ord-6\@md\+ {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 768px) {
  .ord-6\@sm\+ {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 0) {
  .ord-6\@xs\+ {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 1499px) {
  .ord-6\@xl- {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 1299px) {
  .ord-6\@lg- {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 991px) {
  .ord-6\@md- {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 767px) {
  .ord-6\@sm- {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-6\@lg {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-6\@md {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-6\@sm {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.ord-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

@media screen and (min-width: 1500px) {
  .ord-7\@xl\+ {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 1300px) {
  .ord-7\@lg\+ {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 992px) {
  .ord-7\@md\+ {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 768px) {
  .ord-7\@sm\+ {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 0) {
  .ord-7\@xs\+ {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 1499px) {
  .ord-7\@xl- {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 1299px) {
  .ord-7\@lg- {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 991px) {
  .ord-7\@md- {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 767px) {
  .ord-7\@sm- {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-7\@lg {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-7\@md {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-7\@sm {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

.ord-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

@media screen and (min-width: 1500px) {
  .ord-8\@xl\+ {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 1300px) {
  .ord-8\@lg\+ {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 992px) {
  .ord-8\@md\+ {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 768px) {
  .ord-8\@sm\+ {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 0) {
  .ord-8\@xs\+ {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 1499px) {
  .ord-8\@xl- {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 1299px) {
  .ord-8\@lg- {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 991px) {
  .ord-8\@md- {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 767px) {
  .ord-8\@sm- {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-8\@lg {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-8\@md {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-8\@sm {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

.ord-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

@media screen and (min-width: 1500px) {
  .ord-9\@xl\+ {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 1300px) {
  .ord-9\@lg\+ {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 992px) {
  .ord-9\@md\+ {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 768px) {
  .ord-9\@sm\+ {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 0) {
  .ord-9\@xs\+ {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 1499px) {
  .ord-9\@xl- {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 1299px) {
  .ord-9\@lg- {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 991px) {
  .ord-9\@md- {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 767px) {
  .ord-9\@sm- {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-9\@lg {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-9\@md {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-9\@sm {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

.ord-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

@media screen and (min-width: 1500px) {
  .ord-10\@xl\+ {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 1300px) {
  .ord-10\@lg\+ {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 992px) {
  .ord-10\@md\+ {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 768px) {
  .ord-10\@sm\+ {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 0) {
  .ord-10\@xs\+ {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 1499px) {
  .ord-10\@xl- {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 1299px) {
  .ord-10\@lg- {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 991px) {
  .ord-10\@md- {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 767px) {
  .ord-10\@sm- {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-10\@lg {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-10\@md {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-10\@sm {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

.ord-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

@media screen and (min-width: 1500px) {
  .ord-11\@xl\+ {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 1300px) {
  .ord-11\@lg\+ {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 992px) {
  .ord-11\@md\+ {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 768px) {
  .ord-11\@sm\+ {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 0) {
  .ord-11\@xs\+ {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (max-width: 1499px) {
  .ord-11\@xl- {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (max-width: 1299px) {
  .ord-11\@lg- {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (max-width: 991px) {
  .ord-11\@md- {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (max-width: 767px) {
  .ord-11\@sm- {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-11\@lg {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-11\@md {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-11\@sm {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; } }

.ord-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media screen and (min-width: 1500px) {
  .ord-12\@xl\+ {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 1300px) {
  .ord-12\@lg\+ {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 992px) {
  .ord-12\@md\+ {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 768px) {
  .ord-12\@sm\+ {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 0) {
  .ord-12\@xs\+ {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 1499px) {
  .ord-12\@xl- {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 1299px) {
  .ord-12\@lg- {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 991px) {
  .ord-12\@md- {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 767px) {
  .ord-12\@sm- {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ord-12\@lg {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ord-12\@md {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ord-12\@sm {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

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

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

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

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

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

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

@media screen and (min-width: 1500px) {
  .d-b\@xl\+ {
    display: block !important; }
  .d-ib\@xl\+ {
    display: inline-block !important; }
  .d-i\@xl\+ {
    display: inline !important; }
  .d-tb\@xl\+ {
    display: table !important; }
  .d-tbc\@xl\+ {
    display: table-cell !important; }
  .d-n\@xl\+ {
    display: none !important; } }

@media screen and (min-width: 1300px) {
  .d-b\@lg\+ {
    display: block !important; }
  .d-ib\@lg\+ {
    display: inline-block !important; }
  .d-i\@lg\+ {
    display: inline !important; }
  .d-tb\@lg\+ {
    display: table !important; }
  .d-tbc\@lg\+ {
    display: table-cell !important; }
  .d-n\@lg\+ {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .d-b\@md\+ {
    display: block !important; }
  .d-ib\@md\+ {
    display: inline-block !important; }
  .d-i\@md\+ {
    display: inline !important; }
  .d-tb\@md\+ {
    display: table !important; }
  .d-tbc\@md\+ {
    display: table-cell !important; }
  .d-n\@md\+ {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .d-b\@sm\+ {
    display: block !important; }
  .d-ib\@sm\+ {
    display: inline-block !important; }
  .d-i\@sm\+ {
    display: inline !important; }
  .d-tb\@sm\+ {
    display: table !important; }
  .d-tbc\@sm\+ {
    display: table-cell !important; }
  .d-n\@sm\+ {
    display: none !important; } }

@media screen and (min-width: 0) {
  .d-b\@xs\+ {
    display: block !important; }
  .d-ib\@xs\+ {
    display: inline-block !important; }
  .d-i\@xs\+ {
    display: inline !important; }
  .d-tb\@xs\+ {
    display: table !important; }
  .d-tbc\@xs\+ {
    display: table-cell !important; }
  .d-n\@xs\+ {
    display: none !important; } }

@media screen and (max-width: 1499px) {
  .d-b\@xl- {
    display: block !important; }
  .d-ib\@xl- {
    display: inline-block !important; }
  .d-i\@xl- {
    display: inline !important; }
  .d-tb\@xl- {
    display: table !important; }
  .d-tbc\@xl- {
    display: table-cell !important; }
  .d-n\@xl- {
    display: none !important; } }

@media screen and (max-width: 1299px) {
  .d-b\@lg- {
    display: block !important; }
  .d-ib\@lg- {
    display: inline-block !important; }
  .d-i\@lg- {
    display: inline !important; }
  .d-tb\@lg- {
    display: table !important; }
  .d-tbc\@lg- {
    display: table-cell !important; }
  .d-n\@lg- {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .d-b\@md- {
    display: block !important; }
  .d-ib\@md- {
    display: inline-block !important; }
  .d-i\@md- {
    display: inline !important; }
  .d-tb\@md- {
    display: table !important; }
  .d-tbc\@md- {
    display: table-cell !important; }
  .d-n\@md- {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .d-b\@sm- {
    display: block !important; }
  .d-ib\@sm- {
    display: inline-block !important; }
  .d-i\@sm- {
    display: inline !important; }
  .d-tb\@sm- {
    display: table !important; }
  .d-tbc\@sm- {
    display: table-cell !important; }
  .d-n\@sm- {
    display: none !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .d-b\@lg {
    display: block !important; }
  .d-ib\@lg {
    display: inline-block !important; }
  .d-i\@lg {
    display: inline !important; }
  .d-tb\@lg {
    display: table !important; }
  .d-tbc\@lg {
    display: table-cell !important; }
  .d-n\@lg {
    display: none !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .d-b\@md {
    display: block !important; }
  .d-ib\@md {
    display: inline-block !important; }
  .d-i\@md {
    display: inline !important; }
  .d-tb\@md {
    display: table !important; }
  .d-tbc\@md {
    display: table-cell !important; }
  .d-n\@md {
    display: none !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .d-b\@sm {
    display: block !important; }
  .d-ib\@sm {
    display: inline-block !important; }
  .d-i\@sm {
    display: inline !important; }
  .d-tb\@sm {
    display: table !important; }
  .d-tbc\@sm {
    display: table-cell !important; }
  .d-n\@sm {
    display: none !important; } }

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

.ov-a {
  overflow: auto !important; }

.ov-s {
  overflow: scroll !important; }

.ovY-h {
  overflow-y: hidden !important; }

.ovX-h {
  overflow-x: hidden !important; }

.ovY-a {
  overflow-y: auto !important; }

.ovX-a {
  overflow-x: auto !important; }

.ovY-s {
  overflow-y: scroll !important; }

.ovX-s {
  overflow-x: scroll !important; }

@media screen and (min-width: 1500px) {
  .ov-h\@xl\+ {
    overflow: hidden !important; }
  .ov-a\@xl\+ {
    overflow: auto !important; }
  .ov-s\@xl\+ {
    overflow: scroll !important; }
  .ovY-h\@xl\+ {
    overflow-y: hidden !important; }
  .ovX-h\@xl\+ {
    overflow-x: hidden !important; }
  .ovY-a\@xl\+ {
    overflow-y: auto !important; }
  .ovX-a\@xl\+ {
    overflow-x: auto !important; }
  .ovY-s\@xl\+ {
    overflow-y: scroll !important; }
  .ovX-s\@xl\+ {
    overflow-x: scroll !important; } }

@media screen and (min-width: 1300px) {
  .ov-h\@lg\+ {
    overflow: hidden !important; }
  .ov-a\@lg\+ {
    overflow: auto !important; }
  .ov-s\@lg\+ {
    overflow: scroll !important; }
  .ovY-h\@lg\+ {
    overflow-y: hidden !important; }
  .ovX-h\@lg\+ {
    overflow-x: hidden !important; }
  .ovY-a\@lg\+ {
    overflow-y: auto !important; }
  .ovX-a\@lg\+ {
    overflow-x: auto !important; }
  .ovY-s\@lg\+ {
    overflow-y: scroll !important; }
  .ovX-s\@lg\+ {
    overflow-x: scroll !important; } }

@media screen and (min-width: 992px) {
  .ov-h\@md\+ {
    overflow: hidden !important; }
  .ov-a\@md\+ {
    overflow: auto !important; }
  .ov-s\@md\+ {
    overflow: scroll !important; }
  .ovY-h\@md\+ {
    overflow-y: hidden !important; }
  .ovX-h\@md\+ {
    overflow-x: hidden !important; }
  .ovY-a\@md\+ {
    overflow-y: auto !important; }
  .ovX-a\@md\+ {
    overflow-x: auto !important; }
  .ovY-s\@md\+ {
    overflow-y: scroll !important; }
  .ovX-s\@md\+ {
    overflow-x: scroll !important; } }

@media screen and (min-width: 768px) {
  .ov-h\@sm\+ {
    overflow: hidden !important; }
  .ov-a\@sm\+ {
    overflow: auto !important; }
  .ov-s\@sm\+ {
    overflow: scroll !important; }
  .ovY-h\@sm\+ {
    overflow-y: hidden !important; }
  .ovX-h\@sm\+ {
    overflow-x: hidden !important; }
  .ovY-a\@sm\+ {
    overflow-y: auto !important; }
  .ovX-a\@sm\+ {
    overflow-x: auto !important; }
  .ovY-s\@sm\+ {
    overflow-y: scroll !important; }
  .ovX-s\@sm\+ {
    overflow-x: scroll !important; } }

@media screen and (min-width: 0) {
  .ov-h\@xs\+ {
    overflow: hidden !important; }
  .ov-a\@xs\+ {
    overflow: auto !important; }
  .ov-s\@xs\+ {
    overflow: scroll !important; }
  .ovY-h\@xs\+ {
    overflow-y: hidden !important; }
  .ovX-h\@xs\+ {
    overflow-x: hidden !important; }
  .ovY-a\@xs\+ {
    overflow-y: auto !important; }
  .ovX-a\@xs\+ {
    overflow-x: auto !important; }
  .ovY-s\@xs\+ {
    overflow-y: scroll !important; }
  .ovX-s\@xs\+ {
    overflow-x: scroll !important; } }

@media screen and (max-width: 1499px) {
  .ov-h\@xl- {
    overflow: hidden !important; }
  .ov-a\@xl- {
    overflow: auto !important; }
  .ov-s\@xl- {
    overflow: scroll !important; }
  .ovY-h\@xl- {
    overflow-y: hidden !important; }
  .ovX-h\@xl- {
    overflow-x: hidden !important; }
  .ovY-a\@xl- {
    overflow-y: auto !important; }
  .ovX-a\@xl- {
    overflow-x: auto !important; }
  .ovY-s\@xl- {
    overflow-y: scroll !important; }
  .ovX-s\@xl- {
    overflow-x: scroll !important; } }

@media screen and (max-width: 1299px) {
  .ov-h\@lg- {
    overflow: hidden !important; }
  .ov-a\@lg- {
    overflow: auto !important; }
  .ov-s\@lg- {
    overflow: scroll !important; }
  .ovY-h\@lg- {
    overflow-y: hidden !important; }
  .ovX-h\@lg- {
    overflow-x: hidden !important; }
  .ovY-a\@lg- {
    overflow-y: auto !important; }
  .ovX-a\@lg- {
    overflow-x: auto !important; }
  .ovY-s\@lg- {
    overflow-y: scroll !important; }
  .ovX-s\@lg- {
    overflow-x: scroll !important; } }

@media screen and (max-width: 991px) {
  .ov-h\@md- {
    overflow: hidden !important; }
  .ov-a\@md- {
    overflow: auto !important; }
  .ov-s\@md- {
    overflow: scroll !important; }
  .ovY-h\@md- {
    overflow-y: hidden !important; }
  .ovX-h\@md- {
    overflow-x: hidden !important; }
  .ovY-a\@md- {
    overflow-y: auto !important; }
  .ovX-a\@md- {
    overflow-x: auto !important; }
  .ovY-s\@md- {
    overflow-y: scroll !important; }
  .ovX-s\@md- {
    overflow-x: scroll !important; } }

@media screen and (max-width: 767px) {
  .ov-h\@sm- {
    overflow: hidden !important; }
  .ov-a\@sm- {
    overflow: auto !important; }
  .ov-s\@sm- {
    overflow: scroll !important; }
  .ovY-h\@sm- {
    overflow-y: hidden !important; }
  .ovX-h\@sm- {
    overflow-x: hidden !important; }
  .ovY-a\@sm- {
    overflow-y: auto !important; }
  .ovX-a\@sm- {
    overflow-x: auto !important; }
  .ovY-s\@sm- {
    overflow-y: scroll !important; }
  .ovX-s\@sm- {
    overflow-x: scroll !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .ov-h\@lg {
    overflow: hidden !important; }
  .ov-a\@lg {
    overflow: auto !important; }
  .ov-s\@lg {
    overflow: scroll !important; }
  .ovY-h\@lg {
    overflow-y: hidden !important; }
  .ovX-h\@lg {
    overflow-x: hidden !important; }
  .ovY-a\@lg {
    overflow-y: auto !important; }
  .ovX-a\@lg {
    overflow-x: auto !important; }
  .ovY-s\@lg {
    overflow-y: scroll !important; }
  .ovX-s\@lg {
    overflow-x: scroll !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .ov-h\@md {
    overflow: hidden !important; }
  .ov-a\@md {
    overflow: auto !important; }
  .ov-s\@md {
    overflow: scroll !important; }
  .ovY-h\@md {
    overflow-y: hidden !important; }
  .ovX-h\@md {
    overflow-x: hidden !important; }
  .ovY-a\@md {
    overflow-y: auto !important; }
  .ovX-a\@md {
    overflow-x: auto !important; }
  .ovY-s\@md {
    overflow-y: scroll !important; }
  .ovX-s\@md {
    overflow-x: scroll !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ov-h\@sm {
    overflow: hidden !important; }
  .ov-a\@sm {
    overflow: auto !important; }
  .ov-s\@sm {
    overflow: scroll !important; }
  .ovY-h\@sm {
    overflow-y: hidden !important; }
  .ovX-h\@sm {
    overflow-x: hidden !important; }
  .ovY-a\@sm {
    overflow-y: auto !important; }
  .ovX-a\@sm {
    overflow-x: auto !important; }
  .ovY-s\@sm {
    overflow-y: scroll !important; }
  .ovX-s\@sm {
    overflow-x: scroll !important; } }

.fl-l {
  float: left !important; }

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

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

@media screen and (min-width: 1500px) {
  .fl-l\@xl\+ {
    float: left !important; }
  .fl-r\@xl\+ {
    float: right !important; }
  .fl-n\@xl\+ {
    float: none !important; } }

@media screen and (min-width: 1300px) {
  .fl-l\@lg\+ {
    float: left !important; }
  .fl-r\@lg\+ {
    float: right !important; }
  .fl-n\@lg\+ {
    float: none !important; } }

@media screen and (min-width: 992px) {
  .fl-l\@md\+ {
    float: left !important; }
  .fl-r\@md\+ {
    float: right !important; }
  .fl-n\@md\+ {
    float: none !important; } }

@media screen and (min-width: 768px) {
  .fl-l\@sm\+ {
    float: left !important; }
  .fl-r\@sm\+ {
    float: right !important; }
  .fl-n\@sm\+ {
    float: none !important; } }

@media screen and (min-width: 0) {
  .fl-l\@xs\+ {
    float: left !important; }
  .fl-r\@xs\+ {
    float: right !important; }
  .fl-n\@xs\+ {
    float: none !important; } }

@media screen and (max-width: 1499px) {
  .fl-l\@xl- {
    float: left !important; }
  .fl-r\@xl- {
    float: right !important; }
  .fl-n\@xl- {
    float: none !important; } }

@media screen and (max-width: 1299px) {
  .fl-l\@lg- {
    float: left !important; }
  .fl-r\@lg- {
    float: right !important; }
  .fl-n\@lg- {
    float: none !important; } }

@media screen and (max-width: 991px) {
  .fl-l\@md- {
    float: left !important; }
  .fl-r\@md- {
    float: right !important; }
  .fl-n\@md- {
    float: none !important; } }

@media screen and (max-width: 767px) {
  .fl-l\@sm- {
    float: left !important; }
  .fl-r\@sm- {
    float: right !important; }
  .fl-n\@sm- {
    float: none !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .fl-l\@lg {
    float: left !important; }
  .fl-r\@lg {
    float: right !important; }
  .fl-n\@lg {
    float: none !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .fl-l\@md {
    float: left !important; }
  .fl-r\@md {
    float: right !important; }
  .fl-n\@md {
    float: none !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .fl-l\@sm {
    float: left !important; }
  .fl-r\@sm {
    float: right !important; }
  .fl-n\@sm {
    float: none !important; } }

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

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

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

@media screen and (min-width: 1500px) {
  .va-t\@xl\+ {
    vertical-align: top !important; }
  .va-m\@xl\+ {
    vertical-align: middle !important; }
  .va-b\@xl\+ {
    vertical-align: bottom !important; } }

@media screen and (min-width: 1300px) {
  .va-t\@lg\+ {
    vertical-align: top !important; }
  .va-m\@lg\+ {
    vertical-align: middle !important; }
  .va-b\@lg\+ {
    vertical-align: bottom !important; } }

@media screen and (min-width: 992px) {
  .va-t\@md\+ {
    vertical-align: top !important; }
  .va-m\@md\+ {
    vertical-align: middle !important; }
  .va-b\@md\+ {
    vertical-align: bottom !important; } }

@media screen and (min-width: 768px) {
  .va-t\@sm\+ {
    vertical-align: top !important; }
  .va-m\@sm\+ {
    vertical-align: middle !important; }
  .va-b\@sm\+ {
    vertical-align: bottom !important; } }

@media screen and (min-width: 0) {
  .va-t\@xs\+ {
    vertical-align: top !important; }
  .va-m\@xs\+ {
    vertical-align: middle !important; }
  .va-b\@xs\+ {
    vertical-align: bottom !important; } }

@media screen and (max-width: 1499px) {
  .va-t\@xl- {
    vertical-align: top !important; }
  .va-m\@xl- {
    vertical-align: middle !important; }
  .va-b\@xl- {
    vertical-align: bottom !important; } }

@media screen and (max-width: 1299px) {
  .va-t\@lg- {
    vertical-align: top !important; }
  .va-m\@lg- {
    vertical-align: middle !important; }
  .va-b\@lg- {
    vertical-align: bottom !important; } }

@media screen and (max-width: 991px) {
  .va-t\@md- {
    vertical-align: top !important; }
  .va-m\@md- {
    vertical-align: middle !important; }
  .va-b\@md- {
    vertical-align: bottom !important; } }

@media screen and (max-width: 767px) {
  .va-t\@sm- {
    vertical-align: top !important; }
  .va-m\@sm- {
    vertical-align: middle !important; }
  .va-b\@sm- {
    vertical-align: bottom !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .va-t\@lg {
    vertical-align: top !important; }
  .va-m\@lg {
    vertical-align: middle !important; }
  .va-b\@lg {
    vertical-align: bottom !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .va-t\@md {
    vertical-align: top !important; }
  .va-m\@md {
    vertical-align: middle !important; }
  .va-b\@md {
    vertical-align: bottom !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .va-t\@sm {
    vertical-align: top !important; }
  .va-m\@sm {
    vertical-align: middle !important; }
  .va-b\@sm {
    vertical-align: bottom !important; } }

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

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

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

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

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

@media screen and (min-width: 1500px) {
  .pos-s\@xl\+ {
    position: static !important; }
  .pos-st\@xl\+ {
    position: sticky !important; }
  .pos-r\@xl\+ {
    position: relative !important; }
  .pos-a\@xl\+ {
    position: absolute !important; }
  .pos-f\@xl\+ {
    position: fixed !important; } }

@media screen and (min-width: 1300px) {
  .pos-s\@lg\+ {
    position: static !important; }
  .pos-st\@lg\+ {
    position: sticky !important; }
  .pos-r\@lg\+ {
    position: relative !important; }
  .pos-a\@lg\+ {
    position: absolute !important; }
  .pos-f\@lg\+ {
    position: fixed !important; } }

@media screen and (min-width: 992px) {
  .pos-s\@md\+ {
    position: static !important; }
  .pos-st\@md\+ {
    position: sticky !important; }
  .pos-r\@md\+ {
    position: relative !important; }
  .pos-a\@md\+ {
    position: absolute !important; }
  .pos-f\@md\+ {
    position: fixed !important; } }

@media screen and (min-width: 768px) {
  .pos-s\@sm\+ {
    position: static !important; }
  .pos-st\@sm\+ {
    position: sticky !important; }
  .pos-r\@sm\+ {
    position: relative !important; }
  .pos-a\@sm\+ {
    position: absolute !important; }
  .pos-f\@sm\+ {
    position: fixed !important; } }

@media screen and (min-width: 0) {
  .pos-s\@xs\+ {
    position: static !important; }
  .pos-st\@xs\+ {
    position: sticky !important; }
  .pos-r\@xs\+ {
    position: relative !important; }
  .pos-a\@xs\+ {
    position: absolute !important; }
  .pos-f\@xs\+ {
    position: fixed !important; } }

@media screen and (max-width: 1499px) {
  .pos-s\@xl- {
    position: static !important; }
  .pos-st\@xl- {
    position: sticky !important; }
  .pos-r\@xl- {
    position: relative !important; }
  .pos-a\@xl- {
    position: absolute !important; }
  .pos-f\@xl- {
    position: fixed !important; } }

@media screen and (max-width: 1299px) {
  .pos-s\@lg- {
    position: static !important; }
  .pos-st\@lg- {
    position: sticky !important; }
  .pos-r\@lg- {
    position: relative !important; }
  .pos-a\@lg- {
    position: absolute !important; }
  .pos-f\@lg- {
    position: fixed !important; } }

@media screen and (max-width: 991px) {
  .pos-s\@md- {
    position: static !important; }
  .pos-st\@md- {
    position: sticky !important; }
  .pos-r\@md- {
    position: relative !important; }
  .pos-a\@md- {
    position: absolute !important; }
  .pos-f\@md- {
    position: fixed !important; } }

@media screen and (max-width: 767px) {
  .pos-s\@sm- {
    position: static !important; }
  .pos-st\@sm- {
    position: sticky !important; }
  .pos-r\@sm- {
    position: relative !important; }
  .pos-a\@sm- {
    position: absolute !important; }
  .pos-f\@sm- {
    position: fixed !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .pos-s\@lg {
    position: static !important; }
  .pos-st\@lg {
    position: sticky !important; }
  .pos-r\@lg {
    position: relative !important; }
  .pos-a\@lg {
    position: absolute !important; }
  .pos-f\@lg {
    position: fixed !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .pos-s\@md {
    position: static !important; }
  .pos-st\@md {
    position: sticky !important; }
  .pos-r\@md {
    position: relative !important; }
  .pos-a\@md {
    position: absolute !important; }
  .pos-f\@md {
    position: fixed !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .pos-s\@sm {
    position: static !important; }
  .pos-st\@sm {
    position: sticky !important; }
  .pos-r\@sm {
    position: relative !important; }
  .pos-a\@sm {
    position: absolute !important; }
  .pos-f\@sm {
    position: fixed !important; } }

.z-0 {
  z-index: 0 !important; }

@media screen and (min-width: 1500px) {
  .z-0\@xl\+ {
    z-index: 0 !important; } }

@media screen and (min-width: 1300px) {
  .z-0\@lg\+ {
    z-index: 0 !important; } }

@media screen and (min-width: 992px) {
  .z-0\@md\+ {
    z-index: 0 !important; } }

@media screen and (min-width: 768px) {
  .z-0\@sm\+ {
    z-index: 0 !important; } }

@media screen and (min-width: 0) {
  .z-0\@xs\+ {
    z-index: 0 !important; } }

@media screen and (max-width: 1499px) {
  .z-0\@xl- {
    z-index: 0 !important; } }

@media screen and (max-width: 1299px) {
  .z-0\@lg- {
    z-index: 0 !important; } }

@media screen and (max-width: 991px) {
  .z-0\@md- {
    z-index: 0 !important; } }

@media screen and (max-width: 767px) {
  .z-0\@sm- {
    z-index: 0 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-0\@lg {
    z-index: 0 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-0\@md {
    z-index: 0 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-0\@sm {
    z-index: 0 !important; } }

.z-1 {
  z-index: 1000 !important; }

@media screen and (min-width: 1500px) {
  .z-1\@xl\+ {
    z-index: 1000 !important; } }

@media screen and (min-width: 1300px) {
  .z-1\@lg\+ {
    z-index: 1000 !important; } }

@media screen and (min-width: 992px) {
  .z-1\@md\+ {
    z-index: 1000 !important; } }

@media screen and (min-width: 768px) {
  .z-1\@sm\+ {
    z-index: 1000 !important; } }

@media screen and (min-width: 0) {
  .z-1\@xs\+ {
    z-index: 1000 !important; } }

@media screen and (max-width: 1499px) {
  .z-1\@xl- {
    z-index: 1000 !important; } }

@media screen and (max-width: 1299px) {
  .z-1\@lg- {
    z-index: 1000 !important; } }

@media screen and (max-width: 991px) {
  .z-1\@md- {
    z-index: 1000 !important; } }

@media screen and (max-width: 767px) {
  .z-1\@sm- {
    z-index: 1000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-1\@lg {
    z-index: 1000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-1\@md {
    z-index: 1000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-1\@sm {
    z-index: 1000 !important; } }

.z-2 {
  z-index: 2000 !important; }

@media screen and (min-width: 1500px) {
  .z-2\@xl\+ {
    z-index: 2000 !important; } }

@media screen and (min-width: 1300px) {
  .z-2\@lg\+ {
    z-index: 2000 !important; } }

@media screen and (min-width: 992px) {
  .z-2\@md\+ {
    z-index: 2000 !important; } }

@media screen and (min-width: 768px) {
  .z-2\@sm\+ {
    z-index: 2000 !important; } }

@media screen and (min-width: 0) {
  .z-2\@xs\+ {
    z-index: 2000 !important; } }

@media screen and (max-width: 1499px) {
  .z-2\@xl- {
    z-index: 2000 !important; } }

@media screen and (max-width: 1299px) {
  .z-2\@lg- {
    z-index: 2000 !important; } }

@media screen and (max-width: 991px) {
  .z-2\@md- {
    z-index: 2000 !important; } }

@media screen and (max-width: 767px) {
  .z-2\@sm- {
    z-index: 2000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-2\@lg {
    z-index: 2000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-2\@md {
    z-index: 2000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-2\@sm {
    z-index: 2000 !important; } }

.z-3 {
  z-index: 3000 !important; }

@media screen and (min-width: 1500px) {
  .z-3\@xl\+ {
    z-index: 3000 !important; } }

@media screen and (min-width: 1300px) {
  .z-3\@lg\+ {
    z-index: 3000 !important; } }

@media screen and (min-width: 992px) {
  .z-3\@md\+ {
    z-index: 3000 !important; } }

@media screen and (min-width: 768px) {
  .z-3\@sm\+ {
    z-index: 3000 !important; } }

@media screen and (min-width: 0) {
  .z-3\@xs\+ {
    z-index: 3000 !important; } }

@media screen and (max-width: 1499px) {
  .z-3\@xl- {
    z-index: 3000 !important; } }

@media screen and (max-width: 1299px) {
  .z-3\@lg- {
    z-index: 3000 !important; } }

@media screen and (max-width: 991px) {
  .z-3\@md- {
    z-index: 3000 !important; } }

@media screen and (max-width: 767px) {
  .z-3\@sm- {
    z-index: 3000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-3\@lg {
    z-index: 3000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-3\@md {
    z-index: 3000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-3\@sm {
    z-index: 3000 !important; } }

.z-4 {
  z-index: 4000 !important; }

@media screen and (min-width: 1500px) {
  .z-4\@xl\+ {
    z-index: 4000 !important; } }

@media screen and (min-width: 1300px) {
  .z-4\@lg\+ {
    z-index: 4000 !important; } }

@media screen and (min-width: 992px) {
  .z-4\@md\+ {
    z-index: 4000 !important; } }

@media screen and (min-width: 768px) {
  .z-4\@sm\+ {
    z-index: 4000 !important; } }

@media screen and (min-width: 0) {
  .z-4\@xs\+ {
    z-index: 4000 !important; } }

@media screen and (max-width: 1499px) {
  .z-4\@xl- {
    z-index: 4000 !important; } }

@media screen and (max-width: 1299px) {
  .z-4\@lg- {
    z-index: 4000 !important; } }

@media screen and (max-width: 991px) {
  .z-4\@md- {
    z-index: 4000 !important; } }

@media screen and (max-width: 767px) {
  .z-4\@sm- {
    z-index: 4000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-4\@lg {
    z-index: 4000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-4\@md {
    z-index: 4000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-4\@sm {
    z-index: 4000 !important; } }

.z-5 {
  z-index: 5000 !important; }

@media screen and (min-width: 1500px) {
  .z-5\@xl\+ {
    z-index: 5000 !important; } }

@media screen and (min-width: 1300px) {
  .z-5\@lg\+ {
    z-index: 5000 !important; } }

@media screen and (min-width: 992px) {
  .z-5\@md\+ {
    z-index: 5000 !important; } }

@media screen and (min-width: 768px) {
  .z-5\@sm\+ {
    z-index: 5000 !important; } }

@media screen and (min-width: 0) {
  .z-5\@xs\+ {
    z-index: 5000 !important; } }

@media screen and (max-width: 1499px) {
  .z-5\@xl- {
    z-index: 5000 !important; } }

@media screen and (max-width: 1299px) {
  .z-5\@lg- {
    z-index: 5000 !important; } }

@media screen and (max-width: 991px) {
  .z-5\@md- {
    z-index: 5000 !important; } }

@media screen and (max-width: 767px) {
  .z-5\@sm- {
    z-index: 5000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-5\@lg {
    z-index: 5000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-5\@md {
    z-index: 5000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-5\@sm {
    z-index: 5000 !important; } }

.z-6 {
  z-index: 6000 !important; }

@media screen and (min-width: 1500px) {
  .z-6\@xl\+ {
    z-index: 6000 !important; } }

@media screen and (min-width: 1300px) {
  .z-6\@lg\+ {
    z-index: 6000 !important; } }

@media screen and (min-width: 992px) {
  .z-6\@md\+ {
    z-index: 6000 !important; } }

@media screen and (min-width: 768px) {
  .z-6\@sm\+ {
    z-index: 6000 !important; } }

@media screen and (min-width: 0) {
  .z-6\@xs\+ {
    z-index: 6000 !important; } }

@media screen and (max-width: 1499px) {
  .z-6\@xl- {
    z-index: 6000 !important; } }

@media screen and (max-width: 1299px) {
  .z-6\@lg- {
    z-index: 6000 !important; } }

@media screen and (max-width: 991px) {
  .z-6\@md- {
    z-index: 6000 !important; } }

@media screen and (max-width: 767px) {
  .z-6\@sm- {
    z-index: 6000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-6\@lg {
    z-index: 6000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-6\@md {
    z-index: 6000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-6\@sm {
    z-index: 6000 !important; } }

.z-7 {
  z-index: 7000 !important; }

@media screen and (min-width: 1500px) {
  .z-7\@xl\+ {
    z-index: 7000 !important; } }

@media screen and (min-width: 1300px) {
  .z-7\@lg\+ {
    z-index: 7000 !important; } }

@media screen and (min-width: 992px) {
  .z-7\@md\+ {
    z-index: 7000 !important; } }

@media screen and (min-width: 768px) {
  .z-7\@sm\+ {
    z-index: 7000 !important; } }

@media screen and (min-width: 0) {
  .z-7\@xs\+ {
    z-index: 7000 !important; } }

@media screen and (max-width: 1499px) {
  .z-7\@xl- {
    z-index: 7000 !important; } }

@media screen and (max-width: 1299px) {
  .z-7\@lg- {
    z-index: 7000 !important; } }

@media screen and (max-width: 991px) {
  .z-7\@md- {
    z-index: 7000 !important; } }

@media screen and (max-width: 767px) {
  .z-7\@sm- {
    z-index: 7000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-7\@lg {
    z-index: 7000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-7\@md {
    z-index: 7000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-7\@sm {
    z-index: 7000 !important; } }

.z-8 {
  z-index: 8000 !important; }

@media screen and (min-width: 1500px) {
  .z-8\@xl\+ {
    z-index: 8000 !important; } }

@media screen and (min-width: 1300px) {
  .z-8\@lg\+ {
    z-index: 8000 !important; } }

@media screen and (min-width: 992px) {
  .z-8\@md\+ {
    z-index: 8000 !important; } }

@media screen and (min-width: 768px) {
  .z-8\@sm\+ {
    z-index: 8000 !important; } }

@media screen and (min-width: 0) {
  .z-8\@xs\+ {
    z-index: 8000 !important; } }

@media screen and (max-width: 1499px) {
  .z-8\@xl- {
    z-index: 8000 !important; } }

@media screen and (max-width: 1299px) {
  .z-8\@lg- {
    z-index: 8000 !important; } }

@media screen and (max-width: 991px) {
  .z-8\@md- {
    z-index: 8000 !important; } }

@media screen and (max-width: 767px) {
  .z-8\@sm- {
    z-index: 8000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-8\@lg {
    z-index: 8000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-8\@md {
    z-index: 8000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-8\@sm {
    z-index: 8000 !important; } }

.z-9 {
  z-index: 9000 !important; }

@media screen and (min-width: 1500px) {
  .z-9\@xl\+ {
    z-index: 9000 !important; } }

@media screen and (min-width: 1300px) {
  .z-9\@lg\+ {
    z-index: 9000 !important; } }

@media screen and (min-width: 992px) {
  .z-9\@md\+ {
    z-index: 9000 !important; } }

@media screen and (min-width: 768px) {
  .z-9\@sm\+ {
    z-index: 9000 !important; } }

@media screen and (min-width: 0) {
  .z-9\@xs\+ {
    z-index: 9000 !important; } }

@media screen and (max-width: 1499px) {
  .z-9\@xl- {
    z-index: 9000 !important; } }

@media screen and (max-width: 1299px) {
  .z-9\@lg- {
    z-index: 9000 !important; } }

@media screen and (max-width: 991px) {
  .z-9\@md- {
    z-index: 9000 !important; } }

@media screen and (max-width: 767px) {
  .z-9\@sm- {
    z-index: 9000 !important; } }

@media screen and (min-width: 1299px) and (max-width: 1499px) {
  .z-9\@lg {
    z-index: 9000 !important; } }

@media screen and (min-width: 991px) and (max-width: 1299px) {
  .z-9\@md {
    z-index: 9000 !important; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .z-9\@sm {
    z-index: 9000 !important; } }

.lisp-i {
  list-style-position: inside; }

.lisp-o {
  list-style-position: outside; }

.lis-n {
  list-style: none; }

.list-c {
  list-style-type: circle; }

.list-s {
  list-style-type: square; }

.list-u {
  list-style-type: upper-roman; }

.list-l {
  list-style-type: lower-alpha; }

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

.mT-0 {
  margin-top: 0px !important; }

.mR-0 {
  margin-right: 0px !important; }

.mB-0 {
  margin-bottom: 0px !important; }

.mL-0 {
  margin-left: 0px !important; }

.mY-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mX-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

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

.mT-nv-0 {
  margin-top: -0px !important; }

.mR-nv-0 {
  margin-right: -0px !important; }

.mB-nv-0 {
  margin-bottom: -0px !important; }

.mL-nv-0 {
  margin-left: -0px !important; }

.mY-nv-0 {
  margin-top: -0px !important;
  margin-bottom: -0px !important; }

.mX-nv-0 {
  margin-left: -0px !important;
  margin-right: -0px !important; }

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

.mT-1 {
  margin-top: 1px !important; }

.mR-1 {
  margin-right: 1px !important; }

.mB-1 {
  margin-bottom: 1px !important; }

.mL-1 {
  margin-left: 1px !important; }

.mY-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.mX-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

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

.mT-nv-1 {
  margin-top: -1px !important; }

.mR-nv-1 {
  margin-right: -1px !important; }

.mB-nv-1 {
  margin-bottom: -0px !important; }

.mL-nv-1 {
  margin-left: -1px !important; }

.mY-nv-1 {
  margin-top: -1px !important;
  margin-bottom: -1px !important; }

.mX-nv-1 {
  margin-left: -1px !important;
  margin-right: -1px !important; }

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

.mT-2 {
  margin-top: 2px !important; }

.mR-2 {
  margin-right: 2px !important; }

.mB-2 {
  margin-bottom: 2px !important; }

.mL-2 {
  margin-left: 2px !important; }

.mY-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.mX-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

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

.mT-nv-2 {
  margin-top: -2px !important; }

.mR-nv-2 {
  margin-right: -2px !important; }

.mB-nv-2 {
  margin-bottom: -0px !important; }

.mL-nv-2 {
  margin-left: -2px !important; }

.mY-nv-2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important; }

.mX-nv-2 {
  margin-left: -2px !important;
  margin-right: -2px !important; }

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

.mT-3 {
  margin-top: 3px !important; }

.mR-3 {
  margin-right: 3px !important; }

.mB-3 {
  margin-bottom: 3px !important; }

.mL-3 {
  margin-left: 3px !important; }

.mY-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.mX-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

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

.mT-nv-3 {
  margin-top: -3px !important; }

.mR-nv-3 {
  margin-right: -3px !important; }

.mB-nv-3 {
  margin-bottom: -0px !important; }

.mL-nv-3 {
  margin-left: -3px !important; }

.mY-nv-3 {
  margin-top: -3px !important;
  margin-bottom: -3px !important; }

.mX-nv-3 {
  margin-left: -3px !important;
  margin-right: -3px !important; }

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

.mT-4 {
  margin-top: 4px !important; }

.mR-4 {
  margin-right: 4px !important; }

.mB-4 {
  margin-bottom: 4px !important; }

.mL-4 {
  margin-left: 4px !important; }

.mY-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.mX-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

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

.mT-nv-4 {
  margin-top: -4px !important; }

.mR-nv-4 {
  margin-right: -4px !important; }

.mB-nv-4 {
  margin-bottom: -0px !important; }

.mL-nv-4 {
  margin-left: -4px !important; }

.mY-nv-4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important; }

.mX-nv-4 {
  margin-left: -4px !important;
  margin-right: -4px !important; }

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

.mT-5 {
  margin-top: 5px !important; }

.mR-5 {
  margin-right: 5px !important; }

.mB-5 {
  margin-bottom: 5px !important; }

.mL-5 {
  margin-left: 5px !important; }

.mY-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mX-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

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

.mT-nv-5 {
  margin-top: -5px !important; }

.mR-nv-5 {
  margin-right: -5px !important; }

.mB-nv-5 {
  margin-bottom: -5px !important; }

.mL-nv-5 {
  margin-left: -5px !important; }

.mY-nv-5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.mX-nv-5 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

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

.mT-10 {
  margin-top: 10px !important; }

.mR-10 {
  margin-right: 10px !important; }

.mB-10 {
  margin-bottom: 10px !important; }

.mL-10 {
  margin-left: 10px !important; }

.mY-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mX-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

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

.mT-nv-10 {
  margin-top: -10px !important; }

.mR-nv-10 {
  margin-right: -10px !important; }

.mB-nv-10 {
  margin-bottom: -10px !important; }

.mL-nv-10 {
  margin-left: -10px !important; }

.mY-nv-10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.mX-nv-10 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

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

.mT-15 {
  margin-top: 15px !important; }

.mR-15 {
  margin-right: 15px !important; }

.mB-15 {
  margin-bottom: 15px !important; }

.mL-15 {
  margin-left: 15px !important; }

.mY-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mX-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

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

.mT-nv-15 {
  margin-top: -15px !important; }

.mR-nv-15 {
  margin-right: -15px !important; }

.mB-nv-15 {
  margin-bottom: -15px !important; }

.mL-nv-15 {
  margin-left: -15px !important; }

.mY-nv-15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.mX-nv-15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.m-20 {
  margin: 20px !important; }

.mT-20 {
  margin-top: 20px !important; }

.mR-20 {
  margin-right: 20px !important; }

.mB-20 {
  margin-bottom: 20px !important; }

.mL-20 {
  margin-left: 20px !important; }

.mY-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mX-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-nv-20 {
  margin: -20px !important; }

.mT-nv-20 {
  margin-top: -20px !important; }

.mR-nv-20 {
  margin-right: -20px !important; }

.mB-nv-20 {
  margin-bottom: -20px !important; }

.mL-nv-20 {
  margin-left: -20px !important; }

.mY-nv-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.mX-nv-20 {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.m-25 {
  margin: 25px !important; }

.mT-25 {
  margin-top: 25px !important; }

.mR-25 {
  margin-right: 25px !important; }

.mB-25 {
  margin-bottom: 25px !important; }

.mL-25 {
  margin-left: 25px !important; }

.mY-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.mX-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.m-nv-25 {
  margin: -25px !important; }

.mT-nv-25 {
  margin-top: -25px !important; }

.mR-nv-25 {
  margin-right: -25px !important; }

.mB-nv-25 {
  margin-bottom: -25px !important; }

.mL-nv-25 {
  margin-left: -25px !important; }

.mY-nv-25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.mX-nv-25 {
  margin-left: -25px !important;
  margin-right: -25px !important; }

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

.mT-30 {
  margin-top: 30px !important; }

.mR-30 {
  margin-right: 30px !important; }

.mB-30 {
  margin-bottom: 30px !important; }

.mL-30 {
  margin-left: 30px !important; }

.mY-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mX-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

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

.mT-nv-30 {
  margin-top: -30px !important; }

.mR-nv-30 {
  margin-right: -30px !important; }

.mB-nv-30 {
  margin-bottom: -30px !important; }

.mL-nv-30 {
  margin-left: -30px !important; }

.mY-nv-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.mX-nv-30 {
  margin-left: -30px !important;
  margin-right: -30px !important; }

.m-35 {
  margin: 35px !important; }

.mT-35 {
  margin-top: 35px !important; }

.mR-35 {
  margin-right: 35px !important; }

.mB-35 {
  margin-bottom: 35px !important; }

.mL-35 {
  margin-left: 35px !important; }

.mY-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.mX-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.m-nv-35 {
  margin: -35px !important; }

.mT-nv-35 {
  margin-top: -35px !important; }

.mR-nv-35 {
  margin-right: -35px !important; }

.mB-nv-35 {
  margin-bottom: -35px !important; }

.mL-nv-35 {
  margin-left: -35px !important; }

.mY-nv-35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important; }

.mX-nv-35 {
  margin-left: -35px !important;
  margin-right: -35px !important; }

.m-40 {
  margin: 40px !important; }

.mT-40 {
  margin-top: 40px !important; }

.mR-40 {
  margin-right: 40px !important; }

.mB-40 {
  margin-bottom: 40px !important; }

.mL-40 {
  margin-left: 40px !important; }

.mY-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mX-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.m-nv-40 {
  margin: -40px !important; }

.mT-nv-40 {
  margin-top: -40px !important; }

.mR-nv-40 {
  margin-right: -40px !important; }

.mB-nv-40 {
  margin-bottom: -40px !important; }

.mL-nv-40 {
  margin-left: -40px !important; }

.mY-nv-40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.mX-nv-40 {
  margin-left: -40px !important;
  margin-right: -40px !important; }

.m-50 {
  margin: 50px !important; }

.mT-50 {
  margin-top: 50px !important; }

.mR-50 {
  margin-right: 50px !important; }

.mB-50 {
  margin-bottom: 50px !important; }

.mL-50 {
  margin-left: 50px !important; }

.mY-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mX-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.m-nv-50 {
  margin: -50px !important; }

.mT-nv-50 {
  margin-top: -50px !important; }

.mR-nv-50 {
  margin-right: -50px !important; }

.mB-nv-50 {
  margin-bottom: -50px !important; }

.mL-nv-50 {
  margin-left: -50px !important; }

.mY-nv-50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.mX-nv-50 {
  margin-left: -50px !important;
  margin-right: -50px !important; }

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

.mT-60 {
  margin-top: 60px !important; }

.mR-60 {
  margin-right: 60px !important; }

.mB-60 {
  margin-bottom: 60px !important; }

.mL-60 {
  margin-left: 60px !important; }

.mY-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.mX-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

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

.mT-nv-60 {
  margin-top: -60px !important; }

.mR-nv-60 {
  margin-right: -60px !important; }

.mB-nv-60 {
  margin-bottom: -60px !important; }

.mL-nv-60 {
  margin-left: -60px !important; }

.mY-nv-60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.mX-nv-60 {
  margin-left: -60px !important;
  margin-right: -60px !important; }

.m-70 {
  margin: 70px !important; }

.mT-70 {
  margin-top: 70px !important; }

.mR-70 {
  margin-right: 70px !important; }

.mB-70 {
  margin-bottom: 70px !important; }

.mL-70 {
  margin-left: 70px !important; }

.mY-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.mX-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.m-nv-70 {
  margin: -70px !important; }

.mT-nv-70 {
  margin-top: -70px !important; }

.mR-nv-70 {
  margin-right: -70px !important; }

.mB-nv-70 {
  margin-bottom: -70px !important; }

.mL-nv-70 {
  margin-left: -70px !important; }

.mY-nv-70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.mX-nv-70 {
  margin-left: -70px !important;
  margin-right: -70px !important; }

.m-80 {
  margin: 80px !important; }

.mT-80 {
  margin-top: 80px !important; }

.mR-80 {
  margin-right: 80px !important; }

.mB-80 {
  margin-bottom: 80px !important; }

.mL-80 {
  margin-left: 80px !important; }

.mY-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.mX-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.m-nv-80 {
  margin: -80px !important; }

.mT-nv-80 {
  margin-top: -80px !important; }

.mR-nv-80 {
  margin-right: -80px !important; }

.mB-nv-80 {
  margin-bottom: -80px !important; }

.mL-nv-80 {
  margin-left: -80px !important; }

.mY-nv-80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.mX-nv-80 {
  margin-left: -80px !important;
  margin-right: -80px !important; }

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

.mT-90 {
  margin-top: 90px !important; }

.mR-90 {
  margin-right: 90px !important; }

.mB-90 {
  margin-bottom: 90px !important; }

.mL-90 {
  margin-left: 90px !important; }

.mY-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.mX-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

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

.mT-nv-90 {
  margin-top: -90px !important; }

.mR-nv-90 {
  margin-right: -90px !important; }

.mB-nv-90 {
  margin-bottom: -90px !important; }

.mL-nv-90 {
  margin-left: -90px !important; }

.mY-nv-90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.mX-nv-90 {
  margin-left: -90px !important;
  margin-right: -90px !important; }

.m-100 {
  margin: 100px !important; }

.mT-100 {
  margin-top: 100px !important; }

.mR-100 {
  margin-right: 100px !important; }

.mB-100 {
  margin-bottom: 100px !important; }

.mL-100 {
  margin-left: 100px !important; }

.mY-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.mX-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.m-nv-100 {
  margin: -100px !important; }

.mT-nv-100 {
  margin-top: -100px !important; }

.mR-nv-100 {
  margin-right: -100px !important; }

.mB-nv-100 {
  margin-bottom: -100px !important; }

.mL-nv-100 {
  margin-left: -100px !important; }

.mY-nv-100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.mX-nv-100 {
  margin-left: -100px !important;
  margin-right: -100px !important; }

.m-110 {
  margin: 110px !important; }

.mT-110 {
  margin-top: 110px !important; }

.mR-110 {
  margin-right: 110px !important; }

.mB-110 {
  margin-bottom: 110px !important; }

.mL-110 {
  margin-left: 110px !important; }

.mY-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.mX-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.m-nv-110 {
  margin: -110px !important; }

.mT-nv-110 {
  margin-top: -110px !important; }

.mR-nv-110 {
  margin-right: -110px !important; }

.mB-nv-110 {
  margin-bottom: -110px !important; }

.mL-nv-110 {
  margin-left: -110px !important; }

.mY-nv-110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.mX-nv-110 {
  margin-left: -110px !important;
  margin-right: -110px !important; }

.m-120 {
  margin: 120px !important; }

.mT-120 {
  margin-top: 120px !important; }

.mR-120 {
  margin-right: 120px !important; }

.mB-120 {
  margin-bottom: 120px !important; }

.mL-120 {
  margin-left: 120px !important; }

.mY-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.mX-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.m-nv-120 {
  margin: -120px !important; }

.mT-nv-120 {
  margin-top: -120px !important; }

.mR-nv-120 {
  margin-right: -120px !important; }

.mB-nv-120 {
  margin-bottom: -120px !important; }

.mL-nv-120 {
  margin-left: -120px !important; }

.mY-nv-120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.mX-nv-120 {
  margin-left: -120px !important;
  margin-right: -120px !important; }

.m-130 {
  margin: 130px !important; }

.mT-130 {
  margin-top: 130px !important; }

.mR-130 {
  margin-right: 130px !important; }

.mB-130 {
  margin-bottom: 130px !important; }

.mL-130 {
  margin-left: 130px !important; }

.mY-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.mX-130 {
  margin-left: 130px !important;
  margin-right: 130px !important; }

.m-nv-130 {
  margin: -130px !important; }

.mT-nv-130 {
  margin-top: -130px !important; }

.mR-nv-130 {
  margin-right: -130px !important; }

.mB-nv-130 {
  margin-bottom: -130px !important; }

.mL-nv-130 {
  margin-left: -130px !important; }

.mY-nv-130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.mX-nv-130 {
  margin-left: -130px !important;
  margin-right: -130px !important; }

.m-140 {
  margin: 140px !important; }

.mT-140 {
  margin-top: 140px !important; }

.mR-140 {
  margin-right: 140px !important; }

.mB-140 {
  margin-bottom: 140px !important; }

.mL-140 {
  margin-left: 140px !important; }

.mY-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.mX-140 {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.m-nv-140 {
  margin: -140px !important; }

.mT-nv-140 {
  margin-top: -140px !important; }

.mR-nv-140 {
  margin-right: -140px !important; }

.mB-nv-140 {
  margin-bottom: -140px !important; }

.mL-nv-140 {
  margin-left: -140px !important; }

.mY-nv-140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.mX-nv-140 {
  margin-left: -140px !important;
  margin-right: -140px !important; }

.m-150 {
  margin: 150px !important; }

.mT-150 {
  margin-top: 150px !important; }

.mR-150 {
  margin-right: 150px !important; }

.mB-150 {
  margin-bottom: 150px !important; }

.mL-150 {
  margin-left: 150px !important; }

.mY-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.mX-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.m-nv-150 {
  margin: -150px !important; }

.mT-nv-150 {
  margin-top: -150px !important; }

.mR-nv-150 {
  margin-right: -150px !important; }

.mB-nv-150 {
  margin-bottom: -150px !important; }

.mL-nv-150 {
  margin-left: -150px !important; }

.mY-nv-150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.mX-nv-150 {
  margin-left: -150px !important;
  margin-right: -150px !important; }

.m-160 {
  margin: 160px !important; }

.mT-160 {
  margin-top: 160px !important; }

.mR-160 {
  margin-right: 160px !important; }

.mB-160 {
  margin-bottom: 160px !important; }

.mL-160 {
  margin-left: 160px !important; }

.mY-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.mX-160 {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.m-nv-160 {
  margin: -160px !important; }

.mT-nv-160 {
  margin-top: -160px !important; }

.mR-nv-160 {
  margin-right: -160px !important; }

.mB-nv-160 {
  margin-bottom: -160px !important; }

.mL-nv-160 {
  margin-left: -160px !important; }

.mY-nv-160 {
  margin-top: -160px !important;
  margin-bottom: -160px !important; }

.mX-nv-160 {
  margin-left: -160px !important;
  margin-right: -160px !important; }

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

.mX-a {
  margin-left: auto !important;
  margin-right: auto !important; }

.mT-a {
  margin-top: auto !important; }

.mR-a {
  margin-right: auto !important; }

.mB-a {
  margin-bottom: auto !important; }

.mL-a {
  margin-left: auto !important; }

.bgsz-cv {
  background-size: cover; }

.bgsz-ct {
  background-size: contain; }

.bgsz-full {
  background-size: 100% 100%; }

.bgpX-c {
  background-position-x: center; }

.bgpX-t {
  background-position-x: top; }

.bgpX-r {
  background-position-x: right; }

.bgpX-l {
  background-position-x: left; }

.bgpX-b {
  background-position-x: bottom; }

.bgpY-c {
  background-position-y: center; }

.bgpY-t {
  background-position-y: top; }

.bgpY-r {
  background-position-y: right; }

.bgpY-l {
  background-position-y: left; }

.bgpY-b {
  background-position-y: bottom; }

.bgr-n {
  background-repeat: no-repeat; }

.bgr-y {
  background-repeat: repeat-y; }

.bgr-x {
  background-repeat: repeat-x; }

.of-ct {
  -o-object-fit: contain;
     object-fit: contain; }

.of-cv {
  -o-object-fit: cover;
     object-fit: cover; }

.of-f {
  -o-object-fit: fill;
     object-fit: fill; }

.of-n {
  -o-object-fit: none;
     object-fit: none; }

.of-sd {
  -o-object-fit: scale-down;
     object-fit: scale-down; }

.rsz-v {
  resize: vertical; }

.rsz-h {
  resize: horizontal; }

.op-0 {
  opacity: 0; }

.op-10p {
  opacity: 0.1; }

.op-20p {
  opacity: 0.2; }

.op-30p {
  opacity: 0.3; }

.op-40p {
  opacity: 0.4; }

.op-50p {
  opacity: 0.5; }

.op-60p {
  opacity: 0.6; }

.op-70p {
  opacity: 0.7; }

.op-80p {
  opacity: 0.8; }

.op-90p {
  opacity: 0.9; }

.op-100p {
  opacity: 1; }

.cur-na {
  cursor: not-allowed; }

.cur-p {
  cursor: pointer; }

.cur-a {
  cursor: auto; }

.vis-v {
  visibility: visible; }

.vis-h {
  visibility: hidden; }

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

.pT-0 {
  padding-top: 0px !important; }

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

.pB-0 {
  padding-bottom: 0px !important; }

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

.pY-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pX-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

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

.pT-1 {
  padding-top: 1px !important; }

.pR-1 {
  padding-right: 1px !important; }

.pB-1 {
  padding-bottom: 1px !important; }

.pL-1 {
  padding-left: 1px !important; }

.pY-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.pX-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

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

.pT-2 {
  padding-top: 2px !important; }

.pR-2 {
  padding-right: 2px !important; }

.pB-2 {
  padding-bottom: 2px !important; }

.pL-2 {
  padding-left: 2px !important; }

.pY-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.pX-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

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

.pT-3 {
  padding-top: 3px !important; }

.pR-3 {
  padding-right: 3px !important; }

.pB-3 {
  padding-bottom: 3px !important; }

.pL-3 {
  padding-left: 3px !important; }

.pY-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.pX-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

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

.pT-4 {
  padding-top: 4px !important; }

.pR-4 {
  padding-right: 4px !important; }

.pB-4 {
  padding-bottom: 4px !important; }

.pL-4 {
  padding-left: 4px !important; }

.pY-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.pX-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

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

.pT-5 {
  padding-top: 5px !important; }

.pR-5 {
  padding-right: 5px !important; }

.pB-5 {
  padding-bottom: 5px !important; }

.pL-5 {
  padding-left: 5px !important; }

.pY-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pX-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

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

.pT-10 {
  padding-top: 10px !important; }

.pR-10 {
  padding-right: 10px !important; }

.pB-10 {
  padding-bottom: 10px !important; }

.pL-10 {
  padding-left: 10px !important; }

.pY-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pX-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

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

.pT-15 {
  padding-top: 15px !important; }

.pR-15 {
  padding-right: 15px !important; }

.pB-15 {
  padding-bottom: 15px !important; }

.pL-15 {
  padding-left: 15px !important; }

.pY-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pX-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pT-20 {
  padding-top: 20px !important; }

.pR-20 {
  padding-right: 20px !important; }

.pB-20 {
  padding-bottom: 20px !important; }

.pL-20 {
  padding-left: 20px !important; }

.pY-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pX-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pT-25 {
  padding-top: 25px !important; }

.pR-25 {
  padding-right: 25px !important; }

.pB-25 {
  padding-bottom: 25px !important; }

.pL-25 {
  padding-left: 25px !important; }

.pY-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pX-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

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

.pT-30 {
  padding-top: 30px !important; }

.pR-30 {
  padding-right: 30px !important; }

.pB-30 {
  padding-bottom: 30px !important; }

.pL-30 {
  padding-left: 30px !important; }

.pY-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pX-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pT-35 {
  padding-top: 35px !important; }

.pR-35 {
  padding-right: 35px !important; }

.pB-35 {
  padding-bottom: 35px !important; }

.pL-35 {
  padding-left: 35px !important; }

.pY-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pX-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pT-40 {
  padding-top: 40px !important; }

.pR-40 {
  padding-right: 40px !important; }

.pB-40 {
  padding-bottom: 40px !important; }

.pL-40 {
  padding-left: 40px !important; }

.pY-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pX-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.p-50 {
  padding: 50px !important; }

.pT-50 {
  padding-top: 50px !important; }

.pR-50 {
  padding-right: 50px !important; }

.pB-50 {
  padding-bottom: 50px !important; }

.pL-50 {
  padding-left: 50px !important; }

.pY-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pX-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

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

.pT-60 {
  padding-top: 60px !important; }

.pR-60 {
  padding-right: 60px !important; }

.pB-60 {
  padding-bottom: 60px !important; }

.pL-60 {
  padding-left: 60px !important; }

.pY-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.pX-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.p-70 {
  padding: 70px !important; }

.pT-70 {
  padding-top: 70px !important; }

.pR-70 {
  padding-right: 70px !important; }

.pB-70 {
  padding-bottom: 70px !important; }

.pL-70 {
  padding-left: 70px !important; }

.pY-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.pX-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.p-80 {
  padding: 80px !important; }

.pT-80 {
  padding-top: 80px !important; }

.pR-80 {
  padding-right: 80px !important; }

.pB-80 {
  padding-bottom: 80px !important; }

.pL-80 {
  padding-left: 80px !important; }

.pY-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pX-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

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

.pT-90 {
  padding-top: 90px !important; }

.pR-90 {
  padding-right: 90px !important; }

.pB-90 {
  padding-bottom: 90px !important; }

.pL-90 {
  padding-left: 90px !important; }

.pY-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.pX-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.p-100 {
  padding: 100px !important; }

.pT-100 {
  padding-top: 100px !important; }

.pR-100 {
  padding-right: 100px !important; }

.pB-100 {
  padding-bottom: 100px !important; }

.pL-100 {
  padding-left: 100px !important; }

.pY-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.pX-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.p-110 {
  padding: 110px !important; }

.pT-110 {
  padding-top: 110px !important; }

.pR-110 {
  padding-right: 110px !important; }

.pB-110 {
  padding-bottom: 110px !important; }

.pL-110 {
  padding-left: 110px !important; }

.pY-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.pX-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.p-120 {
  padding: 120px !important; }

.pT-120 {
  padding-top: 120px !important; }

.pR-120 {
  padding-right: 120px !important; }

.pB-120 {
  padding-bottom: 120px !important; }

.pL-120 {
  padding-left: 120px !important; }

.pY-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.pX-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.p-130 {
  padding: 130px !important; }

.pT-130 {
  padding-top: 130px !important; }

.pR-130 {
  padding-right: 130px !important; }

.pB-130 {
  padding-bottom: 130px !important; }

.pL-130 {
  padding-left: 130px !important; }

.pY-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.pX-130 {
  padding-left: 130px !important;
  padding-right: 130px !important; }

.p-140 {
  padding: 140px !important; }

.pT-140 {
  padding-top: 140px !important; }

.pR-140 {
  padding-right: 140px !important; }

.pB-140 {
  padding-bottom: 140px !important; }

.pL-140 {
  padding-left: 140px !important; }

.pY-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.pX-140 {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.p-150 {
  padding: 150px !important; }

.pT-150 {
  padding-top: 150px !important; }

.pR-150 {
  padding-right: 150px !important; }

.pB-150 {
  padding-bottom: 150px !important; }

.pL-150 {
  padding-left: 150px !important; }

.pY-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.pX-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.p-160 {
  padding: 160px !important; }

.pT-160 {
  padding-top: 160px !important; }

.pR-160 {
  padding-right: 160px !important; }

.pB-160 {
  padding-bottom: 160px !important; }

.pL-160 {
  padding-left: 160px !important; }

.pY-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.pX-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.t-0 {
  top: 0px; }

.r-0 {
  right: 0px; }

.b-0 {
  bottom: 0px; }

.l-0 {
  left: 0px; }

.t-1 {
  top: 1px; }

.r-1 {
  right: 1px; }

.b-1 {
  bottom: 1px; }

.l-1 {
  left: 1px; }

.t-2 {
  top: 2px; }

.r-2 {
  right: 2px; }

.b-2 {
  bottom: 2px; }

.l-2 {
  left: 2px; }

.t-3 {
  top: 3px; }

.r-3 {
  right: 3px; }

.b-3 {
  bottom: 3px; }

.l-3 {
  left: 3px; }

.t-4 {
  top: 4px; }

.r-4 {
  right: 4px; }

.b-4 {
  bottom: 4px; }

.l-4 {
  left: 4px; }

.t-5 {
  top: 5px; }

.r-5 {
  right: 5px; }

.b-5 {
  bottom: 5px; }

.l-5 {
  left: 5px; }

.t-10 {
  top: 10px; }

.r-10 {
  right: 10px; }

.b-10 {
  bottom: 10px; }

.l-10 {
  left: 10px; }

.t-15 {
  top: 15px; }

.r-15 {
  right: 15px; }

.b-15 {
  bottom: 15px; }

.l-15 {
  left: 15px; }

.t-20 {
  top: 20px; }

.r-20 {
  right: 20px; }

.b-20 {
  bottom: 20px; }

.l-20 {
  left: 20px; }

.t-25 {
  top: 25px; }

.r-25 {
  right: 25px; }

.b-25 {
  bottom: 25px; }

.l-25 {
  left: 25px; }

.t-30 {
  top: 30px; }

.r-30 {
  right: 30px; }

.b-30 {
  bottom: 30px; }

.l-30 {
  left: 30px; }

.t-35 {
  top: 35px; }

.r-35 {
  right: 35px; }

.b-35 {
  bottom: 35px; }

.l-35 {
  left: 35px; }

.t-40 {
  top: 40px; }

.r-40 {
  right: 40px; }

.b-40 {
  bottom: 40px; }

.l-40 {
  left: 40px; }

.t-50 {
  top: 50px; }

.r-50 {
  right: 50px; }

.b-50 {
  bottom: 50px; }

.l-50 {
  left: 50px; }

.t-60 {
  top: 60px; }

.r-60 {
  right: 60px; }

.b-60 {
  bottom: 60px; }

.l-60 {
  left: 60px; }

.t-70 {
  top: 70px; }

.r-70 {
  right: 70px; }

.b-70 {
  bottom: 70px; }

.l-70 {
  left: 70px; }

.t-80 {
  top: 80px; }

.r-80 {
  right: 80px; }

.b-80 {
  bottom: 80px; }

.l-80 {
  left: 80px; }

.t-90 {
  top: 90px; }

.r-90 {
  right: 90px; }

.b-90 {
  bottom: 90px; }

.l-90 {
  left: 90px; }

.t-100 {
  top: 100px; }

.r-100 {
  right: 100px; }

.b-100 {
  bottom: 100px; }

.l-100 {
  left: 100px; }

.t-110 {
  top: 110px; }

.r-110 {
  right: 110px; }

.b-110 {
  bottom: 110px; }

.l-110 {
  left: 110px; }

.t-120 {
  top: 120px; }

.r-120 {
  right: 120px; }

.b-120 {
  bottom: 120px; }

.l-120 {
  left: 120px; }

.t-130 {
  top: 130px; }

.r-130 {
  right: 130px; }

.b-130 {
  bottom: 130px; }

.l-130 {
  left: 130px; }

.t-140 {
  top: 140px; }

.r-140 {
  right: 140px; }

.b-140 {
  bottom: 140px; }

.l-140 {
  left: 140px; }

.t-150 {
  top: 150px; }

.r-150 {
  right: 150px; }

.b-150 {
  bottom: 150px; }

.l-150 {
  left: 150px; }

.t-160 {
  top: 160px; }

.r-160 {
  right: 160px; }

.b-160 {
  bottom: 160px; }

.l-160 {
  left: 160px; }

.tl-50p {
  top: 50%;
  left: 50%; }

.tr-50p {
  top: 50%;
  right: 50%; }

.t-50p {
  top: 50%; }

.r-50p {
  right: 50%; }

.b-50p {
  bottom: 50%; }

.l-50p {
  left: 50%; }

.w-1\/4r, .sz-1\/4r {
  width: 0.25rem; }

.w-1\/2r, .sz-1\/2r {
  width: 0.5rem; }

.w-3\/4r, .sz-3\/4r {
  width: 0.75rem; }

.w-1r, .sz-1r {
  width: 1rem; }

.w-3\/2r, .sz-3\/2r {
  width: 1.5rem; }

.w-2r, .sz-2r {
  width: 2rem; }

.w-5\/2r, .sz-5\/2r {
  width: 2.5rem; }

.w-3r, .sz-3r {
  width: 3rem; }

.w-7\/2r, .sz-7\/2r {
  width: 3.5rem; }

.w-4r, .sz-4r {
  width: 4rem; }

.w-9\/2r, .sz-9\/2r {
  width: 4.5rem; }

.w-5r, .sz-5r {
  width: 5rem; }

.w-11\/2r, .sz-11\/2r {
  width: 5.5rem; }

.w-6r, .sz-6r {
  width: 6rem; }

.w-0 {
  width: 0px; }

.w-10p {
  width: 10%; }

.w-20p {
  width: 20%; }

.w-30p {
  width: 30%; }

.w-40p {
  width: 40%; }

.w-50p {
  width: 50%; }

.w-60p {
  width: 60%; }

.w-70p {
  width: 70%; }

.w-80p {
  width: 80%; }

.w-90p {
  width: 90%; }

.w-100p {
  width: 100%; }

.w-1px {
  width: 1px; }

.w-a {
  width: auto; }

.h-1\/4r, .sz-1\/4r {
  height: 0.25rem; }

.h-1\/2r, .sz-1\/2r {
  height: 0.5rem; }

.h-3\/4r, .sz-3\/4r {
  height: 0.75rem; }

.h-1r, .sz-1r {
  height: 1rem; }

.h-3\/2r, .sz-3\/2r {
  height: 1.5rem; }

.h-2r, .sz-2r {
  height: 2rem; }

.h-5\/2r, .sz-5\/2r {
  height: 2.5rem; }

.h-3r, .sz-3r {
  height: 3rem; }

.h-7\/2r, .sz-7\/2r {
  height: 3.5rem; }

.h-4r, .sz-4r {
  height: 4rem; }

.h-9\/2r, .sz-9\/2r {
  height: 4.5rem; }

.h-5r, .sz-5r {
  height: 5rem; }

.h-11\/2r, .sz-11\/2r {
  height: 5.5rem; }

.h-6r, .sz-6r {
  height: 6rem; }

.h-0 {
  height: 0; }

.h-auto {
  height: auto; }

.h-100p {
  height: 100%; }

.h-100vh {
  height: 100vh; }

.mw-100p {
  max-width: 100%; }

.mh-100p {
  max-height: 100%; }

.ta-c {
  text-align: center !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.tt-n {
  text-transform: none !important; }

.tt-u {
  text-transform: uppercase !important; }

.tt-l {
  text-transform: lowercase !important; }

.tt-c {
  text-transform: capitalize !important; }

.fs-i {
  font-style: italic !important; }

.fs-o {
  font-style: oblique !important; }

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

.td-o {
  text-decoration: overline !important; }

.td-lt {
  text-decoration: line-through !important; }

.td-u {
  text-decoration: underline !important; }

.whs-nw {
  white-space: nowrap !important; }

.whs-p {
  white-space: pre !important; }

.whs-n {
  white-space: normal !important; }

.wob-n {
  word-break: normal !important; }

.wob-ba {
  word-break: break-all !important; }

.wob-k {
  word-break: keep-all !important; }

.wow-bw {
  word-wrap: break-word !important; }

.wow-n {
  word-wrap: normal !important; }

.tov-e {
  text-overflow: ellipsis !important; }

.fsz-xs {
  font-size: 0.75rem !important; }

.fsz-sm {
  font-size: 0.87rem !important; }

.fsz-def {
  font-size: 1rem !important; }

.fsz-md {
  font-size: 1.15rem !important; }

.fsz-lg {
  font-size: 1.4rem !important; }

.fsz-xl {
  font-size: 1.7rem !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.lh-0 {
  line-height: 0 !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-3\/2 {
  line-height: 1.5 !important; }

.lh-6\/5 {
  line-height: 1.2 !important; }

.bd {
  border: 1px solid rgba(0, 0, 0, 0.0625) !important; }

.bdT {
  border-top: 1px solid rgba(0, 0, 0, 0.0625) !important; }

.bdR {
  border-right: 1px solid rgba(0, 0, 0, 0.0625) !important; }

.bdB {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important; }

.bdL {
  border-left: 1px solid rgba(0, 0, 0, 0.0625) !important; }

.bdw-0 {
  border-width: 0px !important; }

.bdwT-0 {
  border-top-width: 0px !important; }

.bdwR-0 {
  border-right-width: 0px !important; }

.bdwB-0 {
  border-bottom-width: 0px !important; }

.bdwL-0 {
  border-left-width: 0px !important; }

.bdw-1 {
  border-width: 1px !important; }

.bdwT-1 {
  border-top-width: 1px !important; }

.bdwR-1 {
  border-right-width: 1px !important; }

.bdwB-1 {
  border-bottom-width: 1px !important; }

.bdwL-1 {
  border-left-width: 1px !important; }

.bdw-2 {
  border-width: 2px !important; }

.bdwT-2 {
  border-top-width: 2px !important; }

.bdwR-2 {
  border-right-width: 2px !important; }

.bdwB-2 {
  border-bottom-width: 2px !important; }

.bdwL-2 {
  border-left-width: 2px !important; }

.bdw-3 {
  border-width: 3px !important; }

.bdwT-3 {
  border-top-width: 3px !important; }

.bdwR-3 {
  border-right-width: 3px !important; }

.bdwB-3 {
  border-bottom-width: 3px !important; }

.bdwL-3 {
  border-left-width: 3px !important; }

.bdw-4 {
  border-width: 4px !important; }

.bdwT-4 {
  border-top-width: 4px !important; }

.bdwR-4 {
  border-right-width: 4px !important; }

.bdwB-4 {
  border-bottom-width: 4px !important; }

.bdwL-4 {
  border-left-width: 4px !important; }

.bdw-5 {
  border-width: 5px !important; }

.bdwT-5 {
  border-top-width: 5px !important; }

.bdwR-5 {
  border-right-width: 5px !important; }

.bdwB-5 {
  border-bottom-width: 5px !important; }

.bdwL-5 {
  border-left-width: 5px !important; }

.bdrs-0 {
  border-radius: 0px !important; }

.bdrsT-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.bdrsR-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.bdrsB-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.bdrsL-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.bdrs-1 {
  border-radius: 1px !important; }

.bdrsT-1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important; }

.bdrsR-1 {
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important; }

.bdrsB-1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important; }

.bdrsL-1 {
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important; }

.bdrs-2 {
  border-radius: 2px !important; }

.bdrsT-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important; }

.bdrsR-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.bdrsB-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.bdrsL-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }

.bdrs-3 {
  border-radius: 3px !important; }

.bdrsT-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.bdrsR-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.bdrsB-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.bdrsL-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.bdrs-4 {
  border-radius: 4px !important; }

.bdrsT-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.bdrsR-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.bdrsB-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.bdrsL-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.bdrs-50p {
  border-radius: 50% !important; }

.bdrs-10em {
  border-radius: 10em !important; }

.bds-n {
  border-style: none !important; }

.bds-s {
  border-style: solid !important; }

.bds-dt {
  border-style: dotted !important; }

.bds-ds {
  border-style: dashed !important; }

.bds-db {
  border-style: double !important; }

.bds-g {
  border-style: groove !important; }

.bds-r {
  border-style: ridge !important; }

.bds-i {
  border-style: inset !important; }

.bds-o {
  border-style: outset !important; }

.animate-from-right {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
  overflow-x: hidden; }
  .animate-from-right.laska img {
    position: relative;
    height: auto;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out; }
  .animate-from-right img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out; }
  .animate-from-right.triggered img {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.animate-from-bottom {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  bottom: 20%; }
  .animate-from-bottom img {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 30%;
    margin-bottom: -50%;
    margin-left: -17%;
    /* to jest stricte do tuszów - trzeba dopisać klasę */
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
    height: auto; }
    @media screen and (max-width: 1299px) {
      .animate-from-bottom img {
        max-width: 40%; } }
  .animate-from-bottom.triggered img {
    margin-bottom: -5%;
    opacity: 1; }

.animate-from-left {
  position: relative;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out; }
  .animate-from-left.triggered {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.mikrofon img {
  -webkit-mask-image: url("img/mikrofon-mask.png");
          mask-image: url("img/mikrofon-mask.png");
  -webkit-mask-size: 100%;
          mask-size: 100%; }

.aparat img {
  max-width: 400px;
  -webkit-mask-image: url("img/aparat-mask.png");
          mask-image: url("img/aparat-mask.png");
  float: right;
  -webkit-mask-size: 100%;
          mask-size: 100%; }

.papier-pedzel {
  margin-bottom: -25% !important;
  margin-top: -10% !important; }
  .papier-pedzel img {
    -webkit-mask-image: url("img/papier-pedzel-mask.png");
            mask-image: url("img/papier-pedzel-mask.png");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    max-height: 600px; }

.maszynka-zielona {
  position: relative;
  margin-top: -40% !important; }
  .maszynka-zielona img {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    display: block;
    margin-left: auto;
    -webkit-mask-image: url("img/maszynka-zielona-mask.png");
            mask-image: url("img/maszynka-zielona-mask.png");
    -webkit-mask-size: 100%;
            mask-size: 100%; }
    @media screen and (max-width: 1499px) {
      .maszynka-zielona img {
        max-width: 400px; } }

#animationLayer {
  position: absolute;
  left: 0;
  top: 0; }

.hide-overflow {
  overflow: hidden; }

[data-aos="fade-opacity"] {
  opacity: 0; }
  [data-aos="fade-opacity"].aos-animate {
    opacity: 1; }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #272c3f;
  background-color: #ccc;
  font-weight: 300; }
  @media screen and (max-width: 1499px) {
    body {
      font-size: 120%; } }
  @media screen and (max-width: 1299px) {
    body {
      font-size: 100%; } }

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

a {
  color: #272c3f;
  text-decoration: none; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #ccc;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #ccc;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #ccc;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

.wp-block-button a {
  border-radius: 0;
  border-color: #8E3740;
  color: #fff;
  background: #8E3740; }

.wp-block-button a.blue {
  border-color: #16677b;
  background: #16677b; }

.wp-block-button.is-style-outline a {
  border-radius: 0;
  border-color: #8E3740;
  color: #8E3740; }

.wp-block-image {
  margin: 0; }

.home .wp-block-column {
  max-width: unset !important; }

#dla-mediow .wp-block-column {
  max-width: 700px !important; }

.wp-block-columns {
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .wp-block-columns.full-width {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%; }
    .wp-block-columns.full-width.no-padding {
      padding-left: 0;
      padding-right: 0; }
  .wp-block-columns .wp-block-column {
    position: relative;
    max-width: 700px; }
  .wp-block-columns.pull-right {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 0; }
    @media screen and (max-width: 1499px) {
      .wp-block-columns.pull-right {
        padding-left: 0 !important; } }
    .wp-block-columns.pull-right .wp-block-column:first-child {
      padding-right: 5%; }
    .wp-block-columns.pull-right .wp-block-column:last-child {
      overflow: hidden; }
    .wp-block-columns.pull-right figure {
      width: 100%; }

.wp-block-group {
  max-width: 80%;
  margin: 0 auto; }
  .wp-block-group.full-width {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%; }
    .wp-block-group.full-width.pull-left {
      max-width: 100%;
      padding-left: 0;
      padding-right: 10%; }
  .wp-block-group.no-padding {
    padding-left: 0;
    padding-right: 0; }

.section, section {
  padding-top: 100px; }
  .section.full-width, section.full-width {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%; }
  .section.pull-right, section.pull-right {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 0; }
  .section.no-padding, section.no-padding {
    padding-left: 0;
    padding-right: 0; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 90%; }

.page {
  padding-bottom: 100px; }

.home .wrapper {
  max-width: unset;
  width: unset; }

.home {
  padding-bottom: 0; }

/**
 * partials/header
 * ---
 */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-height: 100px; }
  @media screen and (max-width: 991px) {
    .header {
      background-color: rgba(0, 0, 0, 0.9);
      padding-top: 5px;
      height: 80px; } }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .header .wrapper {
        width: 95%; } }
    @media screen and (max-width: 1499px) {
      .header .wrapper {
        width: 97%; } }
  @media screen and (min-width: 992px) {
    .header.homepageHeader, .header .collapsed {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 0; }
      .header.homepageHeader .logo-img, .header .collapsed .logo-img {
        max-height: 50px;
        margin: 10px 0; }
      .header.homepageHeader .event-date, .header .collapsed .event-date {
        bottom: -50%; } }

.konwentHeader {
  background-color: rgba(0, 0, 0, 0.7); }
  .konwentHeader .logo .logo-img {
    max-height: 125px; }
    @media screen and (max-width: 599px) {
      .konwentHeader .logo .logo-img {
        max-height: 80px; } }

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  padding-left: 0; }

.logo .event-date {
  font-size: 1.5em;
  color: #fff;
  position: relative;
  bottom: -30%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2; }
  .logo .event-date span {
    font-size: .8em; }

.logo-img {
  max-height: 100px;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 150px;
  margin: 10px; }
  @media screen and (max-width: 1299px) {
    .logo-img {
      max-width: 120px; } }
  @media screen and (max-width: 1499px) {
    .logo-img {
      max-height: 80px; } }

.admin-bar .header, .admin-bar .header.collapsed {
  margin-top: 32px; }

@media screen and (max-width: 767px) {
  .admin-bar .header.collapsed {
    margin-top: 0; } }

#page-header {
  padding: 20vh 20px;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -30px;
  background-position: center; }
  #page-header h1 {
    font-size: 5em;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }

.slider-container .slide {
  height: 100vh;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .slider-container .slide[style*="slider-1.jpg"] {
      background-size: auto;
      background-position: 75% 50%; } }
  .slider-container .slide .slide-content-container {
    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;
    width: 100%;
    height: 100%; }
    .slider-container .slide .slide-content-container .slide-content {
      font-family: 'Rubik', sans-serif;
      color: #fff;
      padding: 5%; }
      @media screen and (max-width: 991px) {
        .slider-container .slide .slide-content-container .slide-content {
          padding-left: 10%; } }
      .slider-container .slide .slide-content-container .slide-content h1 {
        font-size: 4em;
        background-image: url("img/mazy.png");
        padding-right: 50px;
        background-repeat: no-repeat;
        padding-bottom: 2%;
        background-position: bottom right;
        background-size: 500px;
        text-shadow: 1px 1px 1px #000; }
        @media screen and (max-width: 991px) {
          .slider-container .slide .slide-content-container .slide-content h1 {
            background-size: 300px;
            font-size: 3em;
            margin-bottom: 50px; } }
      .slider-container .slide .slide-content-container .slide-content .slide-cta {
        background-color: #8E3740;
        padding: 10px 20px;
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 1.5em;
        margin-left: 20px; }
        .slider-container .slide .slide-content-container .slide-content .slide-cta:hover {
          text-decoration: none;
          background: #fff;
          color: #8E3740;
          border-color: #8E3740; }
        .slider-container .slide .slide-content-container .slide-content .slide-cta:nth-child(2) {
          background-color: #16677b; }
          .slider-container .slide .slide-content-container .slide-content .slide-cta:nth-child(2):hover {
            background-color: #fff;
            color: #16677b; }

.slider-container .slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  list-style-type: none; }
  @media screen and (max-width: 991px) {
    .slider-container .slider-controls {
      padding-left: 0; } }
  .slider-container .slider-controls li button {
    font-family: 'Rubik';
    color: #fff;
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1.3em;
    cursor: pointer;
    border-left: 2px solid transparent; }
  .slider-container .slider-controls li.slick-active button {
    color: #16677b;
    border-left: 2px solid; }

.single-exhibitor-slide {
  display: block;
  width: 200px; }

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .nav .socials {
    padding: 0 30px; }
    @media screen and (max-width: 1299px) {
      .nav .socials {
        padding: 15px; } }
    @media screen and (max-width: 991px) {
      .nav .socials {
        display: none; } }
    .nav .socials a {
      color: #fff;
      margin-right: 7px;
      font-size: 1.5em; }
  .nav .panel-link {
    background-color: #14baa8;
    color: #fff;
    padding: 10px 20px; }
    @media screen and (max-width: 1499px) {
      .nav .panel-link {
        padding: 10px 20px;
        text-align: center; } }
    @media screen and (max-width: 991px) {
      .nav .panel-link {
        display: none; } }
  .nav .language-switcher {
    font-size: 1.5em;
    color: #fff;
    margin-left: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000; }
    @media screen and (max-width: 991px) {
      .nav .language-switcher {
        display: none; } }

.menu {
  height: 100%;
  padding: 0; }
  .menu li {
    display: inline-block;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 1499px) {
      .menu li {
        padding: 11px 0; } }
    @media screen and (max-width: 1299px) {
      .menu li {
        padding: 7px; } }
    .menu li a {
      color: #fff;
      font-weight: 300;
      text-transform: capitalize;
      font-size: 1.3em;
      padding: 20px 15px;
      -webkit-transition: all .5s;
      transition: all .5s;
      border-bottom: 2px solid transparent;
      text-shadow: 1px 1px 1px #000;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1199px) {
        .menu li a {
          padding: 10px 0; } }
      .menu li a:hover {
        text-decoration: none;
        color: #14baa8; }
        .menu li a:hover:before {
          opacity: 1; }
      .menu li a:focus {
        text-decoration: none; }
      .menu li a:before {
        content: '';
        background: #14baa8;
        width: calc( 100% - 30px);
        height: 2px;
        bottom: 30%;
        position: absolute;
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0; }
        @media screen and (max-width: 991px) {
          .menu li a:before {
            width: calc( 100% - 15px); } }
    .menu li.current_page_item a:before {
      opacity: 1; }
  .menu.menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu.menu-main li {
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media screen and (min-width: 992px) {
  .collapsed .menu {
    margin: 0; }
    .collapsed .menu li {
      padding: 10px 20px;
      padding-bottom: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1499px) {
      .collapsed .menu li {
        padding: 10px 13px;
        padding-bottom: 0; } }

@media screen and (min-width: 992px) {
      .collapsed .menu li a {
        padding: 0;
        padding-bottom: 5px; }
        .collapsed .menu li a:before {
          bottom: 20%;
          width: calc( 100% - 30px); } }
        @media screen and (min-width: 992px) and (max-width: 1499px) {
          .collapsed .menu li a:before {
            width: calc( 100% - 25px); } }

@media screen and (min-width: 992px) {
          .collapsed .menu li a:before:after {
            top: 33%; } }

@media screen and (max-width: 767px) {
  .menu.menu-main {
    display: none; }
  .menu {
    height: auto; } }

.sub-menu {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none; }
  .sub-menu li {
    padding: 0 !important; }
    .sub-menu li a {
      padding: 0 25px 0 25px !important;
      display: block;
      word-break: keep-all; }
      .sub-menu li a:before {
        display: none; }
      .sub-menu li a:hover {
        background-color: rgba(20, 186, 168, 0.3);
        color: #fff; }

.menu-item.menu-item-has-children {
  padding-right: 20px; }
  .menu-item.menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    display: block;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 36%;
    color: #fff; }
  .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .hamburger:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    top: calc( 50% - 1px);
    left: 0;
    background: white; }
  .hamburger:before {
    position: absolute;
    width: 2px;
    height: 32px;
    content: "";
    left: calc( 50%);
    top: -7px;
    background: white;
    opacity: 0; }
  .hamburger.active {
    border-color: transparent;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg); }
    .hamburger.active:after {
      position: absolute;
      width: 32px;
      height: 2px;
      content: "";
      top: 8px;
      left: 0;
      background: white; }
    .hamburger.active:before {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }

.menu-mobile {
  position: absolute;
  top: 75px;
  background: rgba(0, 0, 0, 0.9);
  right: 0;
  margin-right: -5%;
  width: 110%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  padding-right: 5%;
  padding-bottom: 25px;
  margin-top: 0;
  padding-right: 8%;
  height: 100vh;
  padding-bottom: 30vh;
  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;
  padding-left: 37px; }
  @media screen and (min-width: 992px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile li {
    height: unset;
    padding: 3px 7px; }
    .menu-mobile li a {
      padding: 0;
      font-size: 2em;
      font-weight: bold;
      text-transform: uppercase;
      height: unset; }
      .menu-mobile li a:hover {
        color: #fff;
        text-decoration: none; }
    .menu-mobile li.panel-link {
      background-color: #14baa8; }
      .menu-mobile li.panel-link a {
        text-shadow: none; }
  .menu-mobile.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .menu-mobile .menu-item-has-children {
    padding-left: 0;
    padding-bottom: 0; }
    .menu-mobile .menu-item-has-children > a {
      opacity: .5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px; }
      .menu-mobile .menu-item-has-children > a:after {
        top: unset !important;
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg);
        right: 0;
        display: none; }
    .menu-mobile .menu-item-has-children .sub-menu {
      position: relative;
      opacity: 0;
      display: none;
      max-height: 0;
      background-color: transparent;
      -webkit-transition: all 0s;
      transition: all 0s; }
      .menu-mobile .menu-item-has-children .sub-menu a {
        text-align: left;
        padding-right: 0 !important; }
    .menu-mobile .menu-item-has-children.open .sub-menu {
      max-height: unset;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu-mobile .menu-item-has-children.open > a:after {
      -webkit-transform: rotateZ(0);
              transform: rotateZ(0); }

#menu-item-home {
  display: none !important; }

main {
  background-image: url("img/main-bg.jpg");
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-position-y: -69px;
  position: relative;
  min-height: 500px; }
  @media screen and (min-width: 1920px) {
    main {
      background-size: 120%; }
      main:after {
        background-size: 120%; } }
  main:after {
    background-image: url(img/main-bg.jpg);
    -webkit-mask-image: url("img/mask-test.png");
            mask-image: url("img/mask-test.png");
    content: ' ';
    position: absolute;
    top: -69px;
    left: 0;
    width: 100%;
    height: 69px; }

.error404 main {
  background: #fff; }
  .error404 main:after {
    display: none; }
  .error404 main h1 {
    text-align: center !important; }

#idea {
  padding-top: 0; }
  @media screen and (max-width: 991px) {
    #idea .maszynka-zielona img {
      max-width: 33vh; } }
  @media screen and (max-width: 991px) {
    #idea + div img {
      max-width: 33vh; } }

#wydarzenia {
  overflow: hidden; }

.events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10%;
  padding-right: 10%; }
  @media screen and (max-width: 991px) {
    .events-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .events-container .event {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 20%;
    position: relative;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    padding: 5px; }
    @media screen and (max-width: 767px) {
      .events-container .event {
        padding: 15px 5px; } }
    .events-container .event:nth-child(1), .events-container .event:nth-child(2) {
      -webkit-transform: translateX(-50vw);
              transform: translateX(-50vw); }
      .events-container .event:nth-child(1).triggered, .events-container .event:nth-child(2).triggered {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .events-container .event:nth-child(3), .events-container .event:nth-child(4), .events-container .event:nth-child(5) {
      -webkit-transform: translateX(50vw);
              transform: translateX(50vw); }
      .events-container .event:nth-child(3).triggered, .events-container .event:nth-child(4).triggered, .events-container .event:nth-child(5).triggered {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .events-container .event:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .events-container .event {
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      .events-container .event {
        max-width: 100%; } }
    .events-container .event img {
      max-width: 90%; }
    .events-container .event h3 {
      font-size: 2em;
      text-align: center;
      margin: 0;
      line-height: 1.2;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
      letter-spacing: 0; }
    .events-container .event .contraption {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      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;
      font-size: 35px;
      font-weight: bold; }
      .events-container .event .contraption:after {
        content: "+";
        color: #fff; }
    .events-container .event:hover {
      -webkit-transform: scale3d(1.1, 1.1, 1) !important;
              transform: scale3d(1.1, 1.1, 1) !important; }

@media screen and (max-width: 991px) {
  #wydarzenia h2 .yellow-dot {
    text-align: center; } }

.counters-container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .counters-container .years {
    padding: 0;
    width: 60%;
    float: right;
    margin-top: -20px; }
    @media screen and (max-width: 991px) {
      .counters-container .years {
        margin-top: -30px; } }
    .counters-container .years li {
      display: inline;
      color: #fff;
      font-size: 5em;
      font-family: 'Rubik';
      font-weight: bold;
      padding: 0 10px;
      margin: 0;
      margin-right: 25px;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 991px) {
        .counters-container .years li {
          font-size: 3em; } }
      .counters-container .years li:last-child {
        margin-right: 0; }
      .counters-container .years li.active:before {
        content: "";
        position: absolute;
        top: calc( 50% - 4px);
        left: 0;
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fdc200; }
  .counters-container .tabz {
    width: 100%; }
    .counters-container .tabz > div {
      width: 100%;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      display: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .counters-container .tabz > div .counter-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media screen and (max-width: 991px) {
          .counters-container .tabz > div .counter-container {
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 25px; } }
        .counters-container .tabz > div .counter-container .caption {
          color: #fff;
          font-weight: bold;
          margin-left: 20px;
          font-size: 1.5em;
          max-width: 100%;
          text-align: right;
          font-family: 'Rubik';
          text-shadow: 1px 1px 3px #000; }
          @media screen and (min-width: 992px) {
            .counters-container .tabz > div .counter-container .caption {
              position: absolute;
              top: 10%;
              left: 50%; } }
          @media screen and (max-width: 991px) {
            .counters-container .tabz > div .counter-container .caption {
              font-size: 2em; } }
        .counters-container .tabz > div .counter-container .cta {
          display: block;
          width: 30px;
          height: 30px;
          border: 2px solid rgba(0, 0, 0, 0.5);
          border-radius: 50%;
          position: absolute;
          bottom: 7%;
          right: 7%;
          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;
          font-size: 1em;
          cursor: pointer;
          -webkit-transition: all .5s;
          transition: all .5s;
          z-index: 25; }
          .counters-container .tabz > div .counter-container .cta:hover {
            -webkit-transform: scale3d(1.2, 1.2, 1);
                    transform: scale3d(1.2, 1.2, 1); }
        @media screen and (min-width: 992px) {
          .counters-container .tabz > div .counter-container:nth-child(even) {
            margin-top: 200px; } }
        .counters-container .tabz > div .counter-container .counter-text {
          background: rgba(255, 255, 255, 0.8);
          width: 80vw;
          max-width: 450px;
          position: absolute;
          padding: 20px;
          top: 190px;
          border: 1px solid #999;
          opacity: 0;
          -webkit-transition: all .5s;
          transition: all .5s;
          left: -50%; }
          @media screen and (max-width: 991px) {
            .counters-container .tabz > div .counter-container .counter-text {
              top: 0;
              left: 0; } }
          .counters-container .tabz > div .counter-container .counter-text.visible {
            opacity: 1;
            z-index: 30; }
      .counters-container .tabz > div.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .counters-container .counter {
    color: #fff;
    font-family: 'Rubik';
    border-width: 3px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    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: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-shadow: 1px 1px 3px #000; }
    @media screen and (max-width: 991px) {
      .counters-container .counter {
        width: 125px;
        height: 125px; } }
    .counters-container .counter:nth-child(even) {
      margin-top: 200px; }
    .counters-container .counter .number {
      font-size: 3em;
      font-weight: bold; }
    .counters-container .counter .caption {
      position: absolute;
      top: 10%;
      right: -50%;
      font-size: 1.5em;
      font-weight: bold; }

@media screen and (max-width: 991px) {
  #w-liczbach .yellow-dot {
    text-align: center; } }

@media screen and (max-width: 991px) {
  #galeria .yellow-dot {
    padding-right: 10%; } }

@media screen and (max-width: 991px) {
  #galeria {
    padding-right: 0; } }

@media screen and (max-width: 991px) {
  #galeria + div .aparat img, #galeria + div .mikrofon img {
    max-width: 30vh; } }

.events-container {
  padding-bottom: 60px;
  padding-top: 60px; }

#idea {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 1556px) {
    #idea {
      padding-bottom: 180px; } }

.newsletter {
  padding-right: 0;
  padding-left: 10%; }

.newsletterForm input {
  margin-bottom: 10px;
  background: rgba(224, 224, 224, 0.432);
  border: 1px solid white;
  color: black;
  padding: 8px;
  width: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold; }
  .newsletterForm input::-webkit-input-placeholder {
    color: #222; }
  .newsletterForm input::-moz-placeholder {
    color: #222; }
  .newsletterForm input::-ms-input-placeholder {
    color: #222; }
  .newsletterForm input::placeholder {
    color: #222; }
  .newsletterForm input:focus {
    outline: none; }

.newsletterForm .newsletterZgoda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black; }
  .newsletterForm .newsletterZgoda input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .newsletterForm .newsletterZgoda label {
    font-size: 12px;
    font-weight: 500; }

.newsletterForm input[type='submit'] {
  background-color: #14baa8;
  display: block;
  margin: auto;
  width: 200px;
  color: #fff;
  padding: 10px 20px;
  border: none; }

.mediaNews {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  margin-bottom: 80px;
  position: relative; }
  .mediaNews::after {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 125px;
    left: 0%;
    width: 100%;
    background-image: url("./img/top-line-hp.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat; }
  .mediaNews .heading {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media screen and (min-width: 1440px) {
      .mediaNews .heading {
        padding-left: 100px; } }
    @media screen and (max-width: 1439px) {
      .mediaNews .heading {
        text-align: center;
        -ms-flex-item-align: center;
            align-self: center; } }
  .mediaNews .mediaContainer {
    position: relative;
    padding-top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 1023px) {
      .mediaNews .mediaContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .mediaNews .mediaContainer .rightNews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .mediaNews .mediaContainer .singleNews {
      -webkit-box-shadow: 0 0 15px #222;
      box-shadow: 0 0 15px #222;
      position: relative; }
      @media screen and (max-width: 499px) {
        .mediaNews .mediaContainer .singleNews {
          width: 100%;
          height: 450px; } }
      .mediaNews .mediaContainer .singleNews img {
        width: 450px;
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 499px) {
          .mediaNews .mediaContainer .singleNews img {
            width: 100%; } }
      .mediaNews .mediaContainer .singleNews .singleNews_desc {
        background-color: #0000009d;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px;
        bottom: -2px; }
        .mediaNews .mediaContainer .singleNews .singleNews_desc h4 {
          margin: 0;
          font-size: 1.5em; }
    .mediaNews .mediaContainer .mediaButton {
      margin-top: 16px;
      border-color: #8E3740;
      background: #8E3740;
      border-radius: 0;
      color: #fff;
      font-size: 1.125em;
      text-align: center;
      padding: 0.667em 1.333em;
      width: 160px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      display: block; }

.gallery-home-container {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .gallery-home-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .gallery-home-container .gallery-image {
    margin: 0 15px; }
    .gallery-home-container .gallery-image a {
      padding: 5px; }
    @media screen and (max-width: 991px) {
      .gallery-home-container .gallery-image {
        max-width: 33vw;
        margin: 0 1vw 2vw 1vw; } }
    @media screen and (max-width: 767px) {
      .gallery-home-container .gallery-image {
        max-width: 60vw; } }
    .gallery-home-container .gallery-image img {
      height: auto;
      border: 1px solid #fff;
      -webkit-box-shadow: 0 0 15px #222;
              box-shadow: 0 0 15px #222; }

#slb_viewer_wrap .slb_details {
  display: none; }

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  font-size: 10px;
  background-image: url("img/main-bg.jpg");
  margin-top: -200px;
  position: relative;
  background-position-y: -69px; }
  .footer:after {
    background-image: url(img/main-bg.jpg);
    -webkit-mask-image: url("img/mask-test.png");
            mask-image: url("img/mask-test.png");
    content: ' ';
    position: absolute;
    top: -69px;
    left: 0;
    width: 100%;
    height: 69px; }
  @media screen and (max-width: 1499px) {
    .footer {
      font-size: 10px; } }
  .footer .wrapper {
    max-width: 1600px;
    width: 80%; }
    @media screen and (max-width: 991px) {
      .footer .wrapper {
        width: 90%;
        font-size: 10px; } }
  .footer .footer-bottom {
    margin-top: 75px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    padding-top: 0; }
    .footer .footer-bottom p {
      color: #fff; }
    .footer .footer-bottom:before {
      -webkit-mask-image: url("img/mask-test.png");
      mask-image: url("img/mask-test.png");
      content: ' ';
      position: absolute;
      top: -69px;
      left: 0;
      width: 100%;
      height: 69px;
      background: rgba(0, 0, 0, 0.8); }
  .footer .footer-events {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 991px) {
      .footer .footer-events {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: -15%;
        margin-right: -18%; } }
    .footer .footer-events .event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 991px) {
        .footer .footer-events .event {
          width: 33%; } }
      .footer .footer-events .event img {
        max-height: 100px; }
  .footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .socials > div {
      min-width: 103px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer .socials span {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.2em; }
    @media screen and (max-width: 991px) {
      .footer .socials {
        display: none; } }
    .footer .socials a {
      color: #fff;
      margin: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer .socials a:hover {
        color: #10c5f4;
        text-decoration: none; }
  .footer .copyright {
    color: #fff;
    font-weight: bold; }
  .footer .estima {
    color: #2F9BFF; }
  @media screen and (min-width: 1920px) {
    .footer {
      background-size: 120%; }
      .footer:after {
        background-size: 120%; } }
  @media screen and (max-width: 991px) {
    .footer .copyright_estima {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-columns .footer-column {
    padding-top: 65px;
    width: 25%; }
    .footer-columns .footer-column:last-of-type .widgettitle {
      font-size: 4em;
      margin-bottom: 10px;
      font-weight: bold; }
    @media screen and (max-width: 991px) {
      .footer-columns .footer-column {
        width: 100%; } }
    .footer-columns .footer-column .widgettitle {
      -webkit-text-stroke: unset;
      -webkit-text-fill-color: #272c3f;
      font-size: 4em !important;
      margin-bottom: 10px;
      font-weight: bold; }
    .footer-columns .footer-column .textwidget a:hover {
      font-weight: bold;
      text-decoration: underline; }
    .footer-columns .footer-column .newsletter {
      position: relative;
      margin-bottom: 50px; }
      .footer-columns .footer-column .newsletter .widgettitle, .footer-columns .footer-column .newsletter .textwidget {
        position: relative;
        z-index: 20; }
      .footer-columns .footer-column .newsletter input {
        padding: 15px 10px;
        border: none;
        color: #8693a7;
        font-family: 'Fira sans';
        width: 100%;
        font-size: 16px; }
      .footer-columns .footer-column .newsletter::after {
        content: '';
        display: block;
        width: calc( 100% + 40px);
        height: calc( 100% + 40px);
        position: absolute;
        z-index: 0;
        top: -20px;
        left: -20px; }
    .footer-columns .footer-column:last-of-type .widgettitle {
      font-size: 2.5em;
      line-height: 1.6; }
    @media screen and (max-width: 991px) {
      .footer-columns .footer-column:nth-child(1) .textwidget p:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 991px) {
      .footer-columns .footer-column:nth-child(2) {
        padding-top: 0; } }
    @media screen and (max-width: 991px) {
      .footer-columns .footer-column:nth-child(2) .widget .widgettitle {
        display: none; } }
    @media screen and (max-width: 991px) {
      .footer-columns .footer-column:nth-child(3) {
        padding-top: 0; } }
  .footer-columns .widget_nav_menu ul {
    padding: 0;
    list-style-type: none; }
    .footer-columns .widget_nav_menu ul li {
      margin-bottom: 10px; }

main#konwent-main {
  padding-bottom: 0; }

.footer {
  margin-top: 0; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.um-page-password-reset .um-password form input + .validation_errors {
  display: none; }

.um-page-password-reset .um-password form input:invalid + .validation_errors {
  display: block; }

#zine {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #zine h1 {
    margin-bottom: 50px;
    font-size: 4em; }
  #zine .zine-posts-container {
    margin: 60px 50px;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 449px) {
      #zine .zine-posts-container {
        margin: 0 15px; } }
    #zine .zine-posts-container .zine-post {
      width: 100%;
      -webkit-box-shadow: 0 0 15px #222;
      box-shadow: 0 0 15px #222;
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.521); }
      @media screen and (min-width: 1150px) {
        #zine .zine-posts-container .zine-post {
          max-width: 600px; } }
    #zine .zine-posts-container h3 {
      margin-top: 10px;
      text-align: center; }
    #zine .zine-posts-container img {
      width: 100%;
      max-height: 500px;
      -o-object-fit: cover;
         object-fit: cover; }
    #zine .zine-posts-container p {
      margin: 0;
      padding: 15px;
      font-size: 1.3em; }
    @media screen and (max-width: 767px) {
      #zine .zine-posts-container {
        grid-template-columns: 1fr; } }
  #zine .brick {
    position: relative;
    display: block;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 15px #222;
    box-shadow: 0 0 15px #222;
    margin-bottom: 1%;
    background-size: cover;
    padding: 0;
    margin: 20px;
    background-position: center; }
    #zine .brick .news-title {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      font-size: 1.5em;
      padding: 5px 25px;
      background: rgba(255, 255, 255, 0.7);
      width: 100%; }
    #zine .brick img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }

#ticket-widget {
  position: fixed;
  bottom: 60px;
  right: -30px;
  background-color: #14baa8;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 20px 40px;
  z-index: 200; }
  #ticket-widget a {
    color: white;
    font-weight: 700;
    font-size: 16px; }

#hall-of-fame {
  margin: 40px 100px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    #hall-of-fame {
      margin: 40px 40px; } }
  @media screen and (max-width: 424px) {
    #hall-of-fame {
      margin: 40px 10px; } }
  #hall-of-fame .artist-circle {
    margin-bottom: 20px; }
    #hall-of-fame .artist-circle .artist-container {
      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: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }
    #hall-of-fame .artist-circle img {
      -webkit-box-shadow: 0 0 15px #222;
              box-shadow: 0 0 15px #222;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover; }
    #hall-of-fame .artist-circle h5 {
      margin: 0;
      text-align: center;
      font-size: 16px; }
    @media screen and (max-width: 785px) {
      #hall-of-fame .artist-circle {
        margin-bottom: 40px; } }
  #hall-of-fame .artist-box-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 350px; }
    #hall-of-fame .artist-box-0 .artist-circle img {
      width: 350px;
      height: 350px; }
    @media screen and (max-width: 1335px) {
      #hall-of-fame .artist-box-0 img {
        width: 250px;
        height: 250px; } }
  #hall-of-fame .artist-box-1, #hall-of-fame .artist-box-2, #hall-of-fame .artist-box-3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33%; }
    #hall-of-fame .artist-box-1 img, #hall-of-fame .artist-box-2 img, #hall-of-fame .artist-box-3 img {
      width: 275px;
      height: 275px; }
    @media screen and (max-width: 1335px) {
      #hall-of-fame .artist-box-1 img, #hall-of-fame .artist-box-2 img, #hall-of-fame .artist-box-3 img {
        width: 150px;
        height: 150px; } }
    @media screen and (max-width: 976px) {
      #hall-of-fame .artist-box-1 img, #hall-of-fame .artist-box-2 img, #hall-of-fame .artist-box-3 img {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 785px) {
      #hall-of-fame .artist-box-1, #hall-of-fame .artist-box-2, #hall-of-fame .artist-box-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        #hall-of-fame .artist-box-1 img, #hall-of-fame .artist-box-2 img, #hall-of-fame .artist-box-3 img {
          width: 200px;
          height: 200px; } }
  #hall-of-fame .artist-box-4 {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 19.54%; }
    #hall-of-fame .artist-box-4 img {
      width: 150px;
      height: 150px; }
    @media screen and (max-width: 1335px) {
      #hall-of-fame .artist-box-4 img {
        width: 100px;
        height: 100px; } }
    @media screen and (max-width: 785px) {
      #hall-of-fame .artist-box-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        #hall-of-fame .artist-box-4 img {
          width: 150px;
          height: 150px; } }

.artist-page {
  padding: 50px 0; }
  .artist-page .single-artist-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .artist-page .single-artist-container img {
      -webkit-box-shadow: 0 0 15px #222;
              box-shadow: 0 0 15px #222;
      border-radius: 50%;
      width: 250px;
      height: 250px; }
    .artist-page .single-artist-container .single-artist-content {
      margin-left: 40px; }
      .artist-page .single-artist-container .single-artist-content h2 {
        padding-left: 20px; }
      .artist-page .single-artist-container .single-artist-content li {
        font-size: 16px;
        font-weight: 800; }

.home {
  overflow-x: hidden;
  background-color: black; }
  .home .heading {
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: unset;
    color: white;
    font-family: "Hackney-Vector"; }
  .home .conventsContainer {
    position: relative;
    z-index: 1;
    padding-top: 80px; }
    .home .conventsContainer .eventsGrid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .conventsContainer .eventsGrid {
          z-index: 201; } }
      @media screen and (max-width: 1255px) {
        .home .conventsContainer .eventsGrid {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media screen and (max-width: 767px) {
        .home .conventsContainer .eventsGrid {
          grid-template-columns: 1fr 1fr; } }
      @media screen and (max-width: 659px) {
        .home .conventsContainer .eventsGrid {
          grid-template-columns: 1fr;
          display: block; } }
      .home .conventsContainer .eventsGrid .singleEvent {
        z-index: 1000;
        padding: 100px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        -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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        @media screen and (max-width: 1799px) {
          .home .conventsContainer .eventsGrid .singleEvent {
            padding: 60px 40px; } }
        @media screen and (max-width: 959px) {
          .home .conventsContainer .eventsGrid .singleEvent {
            padding: 60px 20px; } }
        @media screen and (max-width: 599px) {
          .home .conventsContainer .eventsGrid .singleEvent {
            padding: 40px 20px;
            min-height: 600px; } }
        .home .conventsContainer .eventsGrid .singleEvent .eventBackground {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          pointer-events: none;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .home .conventsContainer .eventsGrid .singleEvent .tk-shield {
          position: relative;
          z-index: 3;
          height: 144px; }
          @media screen and (max-width: 599px) {
            .home .conventsContainer .eventsGrid .singleEvent .tk-shield {
              height: 110px; } }
        .home .conventsContainer .eventsGrid .singleEvent img {
          width: 140px; }
          .home .conventsContainer .eventsGrid .singleEvent img:nth-of-type(1) {
            margin-bottom: 24px; }
          @media screen and (max-width: 499px) {
            .home .conventsContainer .eventsGrid .singleEvent img {
              width: 100px; } }
        .home .conventsContainer .eventsGrid .singleEvent .tkLogo {
          width: 216px;
          margin-bottom: 24px;
          position: relative;
          z-index: 3; }
          .home .conventsContainer .eventsGrid .singleEvent .tkLogo--world-of-ink {
            margin-top: 206px;
            width: 360px; }
        .home .conventsContainer .eventsGrid .singleEvent .powered-by-perla {
          max-width: 80%;
          width: unset;
          margin-bottom: 20px;
          z-index: 2; }
        .home .conventsContainer .eventsGrid .singleEvent h3 {
          font-family: "BebasNeue";
          position: relative;
          z-index: 3;
          font-size: 34px;
          letter-spacing: 4px;
          color: white;
          text-align: center;
          margin: 0; }
          .home .conventsContainer .eventsGrid .singleEvent h3 span {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          @media screen and (max-width: 1555px) {
            .home .conventsContainer .eventsGrid .singleEvent h3 {
              font-size: 28px; } }
          .home .conventsContainer .eventsGrid .singleEvent h3 span:nth-of-type(2) {
            font-size: 75px;
            line-height: 75px; }
            @media screen and (max-width: 1555px) {
              .home .conventsContainer .eventsGrid .singleEvent h3 span:nth-of-type(2) {
                font-size: 50px; } }
        .home .conventsContainer .eventsGrid .singleEvent h4 {
          letter-spacing: 2px;
          position: relative;
          z-index: 3;
          font-family: "BebasNeue";
          padding-bottom: 46px;
          font-weight: bold;
          font-size: 40px;
          margin: 0;
          color: white; }
          @media screen and (max-width: 1555px) {
            .home .conventsContainer .eventsGrid .singleEvent h4 {
              font-size: 28px; } }
        .home .conventsContainer .eventsGrid .singleEvent .sEventButton {
          position: relative;
          z-index: 3;
          color: white;
          letter-spacing: 2px;
          font-family: "BebasNeue";
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size: 20px;
          padding: 16px 40px;
          font-weight: bold;
          background-color: black; }
          @media screen and (max-width: 767px) {
            .home .conventsContainer .eventsGrid .singleEvent .sEventButton {
              font-size: 16px;
              padding: 16px 32px; } }
        .home .conventsContainer .eventsGrid .singleEvent--world-of-ink .sEventButton {
          background-color: white;
          color: black; }
        @media screen and (max-width: 767px) {
          .home .conventsContainer .eventsGrid .singleEvent--world-of-ink .buttonContainer {
            margin-top: 155px; } }
        .home .conventsContainer .eventsGrid .singleEvent h3 {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .home .conventsContainer .eventsGrid .singleEvent:hover .eventBackground {
          -webkit-filter: grayscale(1);
                  filter: grayscale(1); }
        .home .conventsContainer .eventsGrid .singleEvent:hover h3 span:nth-of-type(1) {
          color: var(--event-color); }
        .home .conventsContainer .eventsGrid .singleEvent:hover .sEventButton {
          background-color: var(--event-color); }
      .home .conventsContainer .eventsGrid .slick-prev {
        left: 16px;
        padding-left: 4px; }
      .home .conventsContainer .eventsGrid .slick-next {
        right: 30px;
        padding-right: 4px; }
      .home .conventsContainer .eventsGrid .slick-arrow {
        position: absolute;
        top: calc(74% - 20px);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FF9C00;
        border: none;
        font-size: 30px;
        z-index: 2;
        color: black;
        text-align: center; }
  .home #wydarzenia {
    padding: 0; }
  .home #idea .heading {
    font-family: "Hackney-Vector";
    position: relative; }
    .home #idea .heading::after {
      content: 'x';
      position: absolute;
      top: 20px;
      font-size: 36px;
      left: -20px;
      color: #FF9C00;
      -webkit-transform: scale(2, 1);
              transform: scale(2, 1); }
  .home .ideaSection {
    padding-top: 0; }
    .home .ideaSection h2 {
      font-family: "Montserrat";
      font-weight: 400; }
      .home .ideaSection h2:hover {
        -webkit-text-stroke: unset; }
    .home .ideaSection p {
      color: white;
      font-family: "Montserrat"; }
  .home .newsletterSection {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url("./img/newsletter-back.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("./img/newsletter-back.png");
    background-blend-mode: saturation;
    background-size: cover; }
    .home .newsletterSection::before {
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      right: 0;
      background-image: url("./img/top-line-hp.png");
      height: 100px;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover; }
    .home .newsletterSection::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("./img/bottom-line-hp.png");
      height: 100px;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
    .home .newsletterSection .newsletterHeading {
      color: white;
      font-size: 70px;
      font-family: "Montserrat";
      font-family: "Hackney-Vector";
      margin-bottom: 30px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .newsletterSection .newsletterHeading {
          font-size: 42px; } }
      .home .newsletterSection .newsletterHeading::after {
        content: 'x';
        position: absolute;
        top: 20px;
        font-size: 36px;
        left: calc( 50% - 150px);
        color: #D3402D;
        -webkit-transform: scale(2, 1);
                transform: scale(2, 1); }
    .home .newsletterSection p {
      text-align: center;
      color: white;
      margin-bottom: 30px;
      font-size: 24px;
      width: 40%;
      margin: auto; }
      @media screen and (max-width: 1439px) {
        .home .newsletterSection p {
          width: 60%; } }
      @media screen and (max-width: 1023px) {
        .home .newsletterSection p {
          width: 80%; } }
    .home .newsletterSection .newsletterForm {
      margin-bottom: 0;
      width: 40%;
      margin: auto;
      padding-bottom: 130px; }
      @media screen and (max-width: 1439px) {
        .home .newsletterSection .newsletterForm {
          width: 60%; } }
      @media screen and (max-width: 1023px) {
        .home .newsletterSection .newsletterForm {
          width: 80%; } }
      .home .newsletterSection .newsletterForm input {
        color: white;
        background: rgba(0, 0, 0, 0.432); }
        .home .newsletterSection .newsletterForm input::-webkit-input-placeholder {
          color: white; }
        .home .newsletterSection .newsletterForm input::-moz-placeholder {
          color: white; }
        .home .newsletterSection .newsletterForm input::-ms-input-placeholder {
          color: white; }
        .home .newsletterSection .newsletterForm input::placeholder {
          color: white; }
      .home .newsletterSection .newsletterForm label {
        color: white;
        font-size: 14px; }
      .home .newsletterSection .newsletterForm #webform_consent#z8uz_0 {
        margin-right: 7px;
        background-color: transparent;
        border: 2px solid white; }
    .home .newsletterSection input[type="submit"] {
      background-color: #D3402D;
      cursor: pointer; }
  .home .mediaSection {
    padding-top: 0; }
    .home .mediaSection .heading {
      font-family: "Montserrat";
      font-family: "Hackney-Vector";
      font-weight: 400;
      padding-bottom: 20px;
      position: relative; }
      .home .mediaSection .heading:hover {
        -webkit-text-stroke: unset; }
      .home .mediaSection .heading::after {
        content: 'x';
        position: absolute;
        top: 20px;
        font-size: 36px;
        left: calc(50% - 200px);
        color: #16677c;
        -webkit-transform: scale(2, 1);
                transform: scale(2, 1); }
  .home .partnersSection {
    background-color: white;
    margin-top: 60px;
    padding-bottom: 100px; }
    .home .partnersSection .heading {
      text-align: center;
      font-family: "Montserrat";
      font-family: "Hackney-Vector";
      font-weight: 400;
      margin-bottom: 100px;
      font-size: 7em;
      color: black;
      position: relative; }
      .home .partnersSection .heading:hover {
        -webkit-text-stroke: unset; }
      .home .partnersSection .heading::after {
        content: 'x';
        position: absolute;
        top: 20px;
        font-size: 36px;
        left: calc(50% - 380px);
        color: #14b9a8;
        -webkit-transform: scale(2, 1);
                transform: scale(2, 1); }
        @media screen and (max-width: 1023px) {
          .home .partnersSection .heading::after {
            left: calc(50% - 300px); } }
        @media screen and (max-width: 499px) {
          .home .partnersSection .heading::after {
            left: calc(50% - 150px); } }
    .home .partnersSection .partnersGrid {
      padding-bottom: 60px;
      width: 95%;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 64px; }
      @media screen and (max-width: 767px) {
        .home .partnersSection .partnersGrid {
          grid-template-columns: 1fr 1fr 1fr 1fr; } }
      @media screen and (max-width: 419px) {
        .home .partnersSection .partnersGrid {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media screen and (max-width: 767px) {
        .home .partnersSection .partnersGrid {
          gap: 32px; } }
      .home .partnersSection .partnersGrid .singlePartner {
        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; }
        .home .partnersSection .partnersGrid .singlePartner img {
          width: 150px; }
          @media screen and (max-width: 499px) {
            .home .partnersSection .partnersGrid .singlePartner img {
              width: 100px; } }

.home .homepageHeader .panel-link {
  background-color: #FF9C00;
  border: 2px solid #FF9C00;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-family: "BebasNeue";
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 16px 8px 16px; }
  .home .homepageHeader .panel-link:hover {
    background-color: transparent;
    color: #FF9C00; }

.home .homepageHeader .menu .menu-item a {
  font-family: "BebasNeue";
  text-transform: uppercase;
  font-size: 24px;
  padding: 16px 12px; }

.home .footerLanding {
  background-image: none; }
  .home .footerLanding::after {
    background-image: url("./img/bottom-line-hp.png"); }
  .home .footerLanding .widgettitle {
    color: white;
    font-family: "Montserrat";
    font-family: "Hackney-Vector";
    font-weight: 400;
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: unset; }
    .home .footerLanding .widgettitle:hover {
      -webkit-text-stroke: unset; }
  .home .footerLanding .textwidget p, .home .footerLanding .textwidget a {
    color: white; }
  .home .footerLanding .footer-column:last-of-type .widgettitle {
    font-weight: 400; }
  .home .footerLanding .footerLogo {
    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;
    margin: 12px 0; }
  .home .footerLanding .footer-bottom .wp-block-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home .footerLanding .footer-bottom .wp-block-group .footer-events {
      gap: 12px; }
      .home .footerLanding .footer-bottom .wp-block-group .footer-events .event {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .home .footerLanding .footer-bottom .wp-block-group .footer-events .event img {
          width: 100px; }

#dla-mediow {
  margin-top: -5%;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 991px) {
    #dla-mediow .blue-dot {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    #dla-mediow .blue-dot + div > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 6px; }
      #dla-mediow .blue-dot + div > div:nth-child(2) {
        margin-left: 0; } }

#partnerzy {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 200px; }
  #partnerzy:after {
    background-image: url(img/main-bg-mask-top-white.png);
    content: ' ';
    position: absolute;
    top: -69px;
    left: 0;
    width: 100%;
    height: 69px; }
  #partnerzy .partners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #partnerzy .partners-container .partner {
      width: 20%;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100px; }
      #partnerzy .partners-container .partner img {
        width: 200px;
        max-height: 100px; }

#konwent-main {
  padding-bottom: 100px; }
  #konwent-main li {
    font-size: 1.5em; }

.article p {
  word-break: break-all; }

.single-konwent #shows img {
  opacity: 1; }

@media screen and (max-width: 991px) {
  #news .wp-block-group, #shows .wp-block-group {
    max-width: 90%; } }

#news .section-title, #shows .section-title {
  margin: 0; }

#news .wp-block-column.news-column, #shows .wp-block-column.news-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #news .wp-block-column.news-column .wp-block-button, #shows .wp-block-column.news-column .wp-block-button {
    padding: 5px 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

#news .wp-block-column:last-child, #shows .wp-block-column:last-child {
  margin-left: 3%; }
  @media screen and (max-width: 767px) {
    #news .wp-block-column:last-child, #shows .wp-block-column:last-child {
      margin-left: unset; } }

#news .news-post, #shows .news-post {
  position: relative;
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px #222;
          box-shadow: 0 0 15px #222;
  margin-bottom: 1%;
  background-size: cover;
  background-position: center; }
  #news .news-post.small, #shows .news-post.small {
    width: 49%;
    margin: 0;
    margin-bottom: 1.5%; }
  #news .news-post.wide, #shows .news-post.wide {
    width: 100%;
    margin: 0;
    max-width: 100% !important;
    margin-right: 0 !important; }
  #news .news-post.big, #shows .news-post.big {
    width: 100%;
    height: 100%; }
  #news .news-post .news-title, #shows .news-post .news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 1.5em;
    padding: 5px 25px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%; }
  #news .news-post img, #shows .news-post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  #news .news-post:hover img, #shows .news-post:hover img {
    -webkit-filter: brightness(0.666);
            filter: brightness(0.666); }
  @media screen and (max-width: 767px) {
    #news .news-post, #shows .news-post {
      width: 100% !important;
      margin-right: 0 !important;
      margin: 3% 0 !important; } }

#news .small-posts-container, #shows .small-posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #news .small-posts-container .news-post, #shows .small-posts-container .news-post {
    max-width: 47%;
    margin-bottom: 6%;
    margin-right: 6%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #news .small-posts-container .news-post, #shows .small-posts-container .news-post {
        max-width: unset; } }
    #news .small-posts-container .news-post:nth-child(2), #news .small-posts-container .news-post:nth-child(4), #news .small-posts-container .news-post:nth-child(6), #news .small-posts-container .news-post:last-child, #shows .small-posts-container .news-post:nth-child(2), #shows .small-posts-container .news-post:nth-child(4), #shows .small-posts-container .news-post:nth-child(6), #shows .small-posts-container .news-post:last-child {
      margin-right: 0; }
    #news .small-posts-container .news-post .news-title, #shows .small-posts-container .news-post .news-title {
      font-size: 1.5em; }
    #news .small-posts-container .news-post.news-post-wide, #shows .small-posts-container .news-post.news-post-wide {
      margin-right: 0;
      width: 100%;
      max-width: unset; }
    #news .small-posts-container .news-post.mar, #shows .small-posts-container .news-post.mar {
      margin-right: 6%; }

.news-archive img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.article.type-post {
  max-width: 1430px; }

.masorny-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .masorny-container .brick {
    padding: 20px;
    max-height: 400px; }
  .masorny-container .masonry-big {
    margin-bottom: 20px;
    width: 48%;
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    min-width: 40%;
    max-width: 50%; }
    @media screen and (max-width: 1438px) {
      .masorny-container .masonry-big {
        min-width: 50%;
        max-width: 75%; } }
    @media screen and (max-width: 767px) {
      .masorny-container .masonry-big {
        min-width: 100%; } }
  .masorny-container .masonry-wide {
    margin-bottom: 20px;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    min-width: 30%;
    max-width: 40%; }
    @media screen and (max-width: 1438px) {
      .masorny-container .masonry-wide {
        min-width: 40%;
        max-width: 60%; } }
    @media screen and (max-width: 767px) {
      .masorny-container .masonry-wide {
        min-width: 100%; } }
  .masorny-container .masonry-small {
    margin-bottom: 20px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-width: 20%;
    max-width: 30%; }
    @media screen and (max-width: 1438px) {
      .masorny-container .masonry-small {
        min-width: 33%;
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .masorny-container .masonry-small {
        min-width: 100%; } }

.masonry-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#exhibitors {
  overflow: auto; }
  #exhibitors .section-title {
    font-size: 3em; }
  @media screen and (max-width: 1199px) {
    #exhibitors .exhibitors-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #exhibitors .exhibitors-container a {
    width: 100%;
    max-width: 19%;
    margin: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media screen and (max-width: 1199px) {
      #exhibitors .exhibitors-container a {
        max-width: 30%; } }
    @media screen and (max-width: 499px) {
      #exhibitors .exhibitors-container a {
        max-width: 45%; } }
    #exhibitors .exhibitors-container a:after {
      content: ' ';
      display: block;
      padding-bottom: 100%; }
    #exhibitors .exhibitors-container a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #exhibitors .exhibitors-container a:last-child {
      margin-right: 0; }
    #exhibitors .exhibitors-container a:hover {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
              transform: scale3d(1.05, 1.05, 1.05); }
  #exhibitors .exhibitors-container.full a {
    max-width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%; }

#buy-ticket {
  background-image: url("img/buy-ticket-bg.jpg");
  position: relative;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px; }
  #buy-ticket h2 {
    font-size: 2em; }
  #buy-ticket:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  #buy-ticket > * {
    max-width: 1000px;
    z-index: 5;
    position: relative;
    color: #fff; }

#faq {
  padding-bottom: 200px;
  font-family: 'Rubik';
  padding-top: 0; }
  #faq .faq-qa {
    margin: 20px 0; }
    #faq .faq-qa:first-child {
      margin-top: 0; }

.faq-item {
  min-height: 50px; }
  .faq-item .faq-answer {
    margin-bottom: -12em;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    padding: 0 1em;
    max-height: 0; }
    .faq-item .faq-answer.open {
      opacity: 1; }
    .faq-item .faq-answer p {
      margin-top: 20px;
      font-size: 1.2em; }
  .faq-item.open .faq-answer {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 1em;
    margin-bottom: -1em;
    opacity: 1;
    max-height: 100vh; }

.faq-question {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  margin: 0; }

#faq .tab {
  width: 100%;
  color: #272c3f;
  overflow: hidden;
  margin-bottom: 5px; }
  #faq .tab-label {
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    cursor: pointer;
    font-size: 1.3em;
    /* Icon */ }
    #faq .tab-label:hover {
      background: white; }
    #faq .tab-label::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      -webkit-transition: all .35s;
      transition: all .35s; }
  #faq .tab-content {
    max-height: 0;
    padding: 0 1em;
    padding-left: 2em;
    color: #272c3f;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .35s;
    transition: all .35s; }
    #faq .tab-content p {
      margin: 0;
      font-size: 1.2em; }
  #faq .tab-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #16677b;
    cursor: pointer; }
    #faq .tab-close:hover {
      background: #0e4350; }

#faq input:checked + .tab-label {
  background: #fff;
  border-bottom: 1px solid #ccc; }
  #faq input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

#faq input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  padding-left: 2em; }

#faq input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.studio-page .studio-pre {
  padding: 150px 0 150px;
  text-align: center;
  background: url(http://tk.test/wp-content/uploads/2019/12/1140x600-crop-_2hQxKI2b-bYCdW1ttSTLac2pkCXv3-y.jpg) no-repeat center;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover; }
  .studio-page .studio-pre h1 {
    font-size: 7.5rem;
    margin: 0 auto;
    max-width: 70%;
    color: #fff;
    text-shadow: 1px 1px 1px #000; }

.studio h3 {
  font-size: 2.5rem; }

.studio .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .studio .info .logo-holder {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px; }
    .studio .info .logo-holder img {
      width: 300px; }
  .studio .info .details {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .studio .info .details .smContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .studio .info .details > * {
      width: 100%; }
    .studio .info .details h2 {
      font-size: 5rem;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center; }
    .studio .info .details h3 {
      margin-top: 0;
      font-weight: normal; }
    .studio .info .details .social {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1.5rem; }
      .studio .info .details .social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .studio .info .details .social i {
        font-size: 2rem;
        opacity: 0.7;
        font-weight: normal; }
      .studio .info .details .social.web {
        margin-bottom: 15px; }
        .studio .info .details .social.web a {
          text-decoration: underline;
          font-weight: bold;
          font-size: 2.75rem; }
      .studio .info .details .social.phone {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .studio .info .details .social.phone a {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1.5rem; }
    .studio .info .details p {
      margin: 0;
      font-size: 1.5rem;
      text-align: justify; }
  @media screen and (max-width: 767px) {
    .studio .info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .studio .info .logo-holder, .studio .info .details {
        width: 100%; }
      .studio .info .details h2 {
        font-size: 3rem; }
      .studio .info .details h3 {
        font-size: 1.5rem; }
      .studio .info .details .social {
        margin-bottom: 8px; }
        .studio .info .details .social i {
          font-size: 2.5rem; }
        .studio .info .details .social.web {
          margin-bottom: 10px; }
          .studio .info .details .social.web a {
            font-size: 2rem; }
        .studio .info .details .social.phone {
          margin-bottom: 10px; } }

.studio a:hover {
  color: #14baa8; }

@media screen and (max-width: 991px) {
  .studio .wp-block-group {
    max-width: 90%; } }

.tatuator {
  padding-top: 0; }
  .tatuator a:hover {
    color: #14baa8; }
  .tatuator h3 {
    font-size: 2.5rem; }
  .tatuator .tat-name {
    font-size: 4rem;
    margin: 0.4rem 0; }
  .tatuator .social {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2rem; }
    .tatuator .social i {
      font-size: 3.5rem;
      opacity: 0.7;
      margin-right: 5px;
      font-weight: normal; }
  .tatuator .gal-txt {
    font-size: 3.5rem; }
  .tatuator .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tatuator .images .slick-track {
      padding-top: 32px;
      padding-bottom: 32px;
      min-width: 100vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tatuator .images .slick-slide {
      margin-right: 16px;
      margin-left: 16px;
      -webkit-filter: drop-shadow(0 0 15px #222);
              filter: drop-shadow(0 0 15px #222);
      min-width: 200px; }
    @media screen and (max-width: 990px) {
      .tatuator .images.wp-block-group {
        max-width: 100%; } }
    .tatuator .images img {
      min-width: 200px;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .tatuator .images {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .tatuator.last {
    margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .tatuator .tat-name {
      font-size: 3rem; }
    .tatuator .gal-txt {
      font-size: 2.5rem;
      margin: 10px 0; }
    .tatuator h3 {
      font-size: 1.75rem; }
    .tatuator .social {
      margin-bottom: 8px; } }
  @media screen and (max-width: 991px) {
    .tatuator .wp-block-group {
      max-width: 90%; } }

.exhibitor #buy-ticket {
  padding-bottom: 250px; }

.exhibitor #partnerzy {
  padding-top: 50px !important;
  padding-bottom: 300px !important; }

.logo-placeholder {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-filter: drop-shadow(0px 6px 4px black) !important;
          filter: drop-shadow(0px 6px 4px black) !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .logo-placeholder:hover {
    -webkit-filter: drop-shadow(0px 6px 2px black) !important;
            filter: drop-shadow(0px 6px 2px black) !important; }

.show-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .show-images .slick-track {
    padding-top: 32px;
    padding-bottom: 32px;
    min-width: 100vw; }
  .show-images a {
    margin-right: 20px; }

#shows {
  padding-bottom: 100px; }

.shows-container .news-post.small {
  height: 48%; }

.shows-container .row {
  width: 100%;
  margin-bottom: 1%; }
  @media screen and (max-width: 991px) {
    .shows-container .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .shows-container .row.row-small .news-post.small {
    height: 100%;
    margin-bottom: 0 !important; }
  .shows-container .row.row-small .news-post.wide {
    height: 100% !important;
    margin-bottom: 0 !important; }

.shows-container .col {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .shows-container .col {
      width: 100%; } }

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

.single-show section {
  padding-top: 20px; }

.single-show .wp-block-group {
  width: 1430px; }

#shows .section-title {
  max-width: 1440px;
  width: 80%;
  margin: auto; }

@media screen and (min-width: 600px) and (max-width: 767px) {
  #shows .wp-block-columns {
    gap: 20px; } }

#shows img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

body.single-show .type-show {
  font-size: 1.5em; }
  body.single-show .type-show * {
    font-size: inherit; }

.prev-next {
  margin-bottom: 50px; }
  .prev-next a {
    background-size: cover;
    position: relative; }
    .prev-next a:first-child {
      font-size: 2em;
      margin: 10px 0;
      font-weight: bold; }
      .prev-next a:first-child:hover {
        color: #14baa8; }
    .prev-next a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 350px;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .prev-next a:hover img {
      -webkit-filter: brightness(0.666);
              filter: brightness(0.666); }
    .prev-next a h3 {
      font-size: 1em;
      position: absolute;
      bottom: 0;
      margin: 0;
      padding: 2%;
      background: rgba(255, 255, 255, 0.7);
      width: 100%; }
    .prev-next a:last-child {
      border: 1px solid #999;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: #999; }
      @media screen and (max-width: 991px) {
        .prev-next a:last-child {
          min-height: 143.5px; } }

.lokalizacja main {
  -webkit-mask-image: url("img/mask-top.png"), -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  -webkit-mask-image: url("img/mask-top.png"), linear-gradient(black, transparent);
  mask-image: url("img/mask-top.png"), -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  mask-image: url("img/mask-top.png"), linear-gradient(black, black);
  -webkit-mask-position: top center;
  mask-position: top center, 200px 65px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: repeat-x;
  margin-top: -100px; }

.leaflet-top {
  top: 50px !important; }

.leaflet-popup-content {
  padding: 0 20px; }

.ugb-countup__counter strong {
  font-weight: 900; }

.timetable .wp-block-table {
  margin: 25px 0; }

.timetable table {
  background: rgba(255, 255, 255, 0.3);
  font-size: 1.5em;
  margin: 0;
  border-collapse: collapse; }
  .timetable table tbody tr:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.5) !important; }
  .timetable table td {
    padding: 10px; }
    .timetable table td:first-child {
      font-weight: bold;
      text-align: right;
      width: 180px; }

.timetable .kt-tabs-content-wrap .kt-tab-inner-content {
  background: rgba(255, 255, 255, 0.5) !important;
  border: none !important; }

.timetable .kt-tabs-title-list li {
  font-weight: bold; }
  .timetable .kt-tabs-title-list li a {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    text-transform: uppercase; }

html.panel {
  background-color: #27304d;
  font-size: .8em; }
  html.panel body {
    font-size: 100%;
    background-color: #27304d; }
    html.panel body main {
      padding-top: 32px; }

#panel {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important; }
  #panel .panel-menu {
    display: none;
    font-size: 0.8em; }
    @media (max-width: 767px) {
      #panel .panel-menu {
        z-index: 21;
        position: fixed;
        right: 0;
        top: 48px;
        width: 40%;
        display: block; }
        #panel .panel-menu.active {
          height: 32px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        #panel .panel-menu .hamburger {
          display: block;
          z-index: 999;
          position: fixed;
          top: 32px;
          right: 32px; }
        #panel .panel-menu .menu-mobile {
          padding: 0;
          width: 100%;
          margin-right: 0;
          top: 32px;
          height: calc(100vh - 80px);
          background-color: #343a40; }
          #panel .panel-menu .menu-mobile aside {
            overflow: -moz-scrollbars-none;
            -ms-overflow-style: none;
            overflow: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 8px 16px; }
            #panel .panel-menu .menu-mobile aside::-webkit-scrollbar {
              width: 0 !important; }
            #panel .panel-menu .menu-mobile aside > div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              #panel .panel-menu .menu-mobile aside > div h2 {
                margin-top: 0 !important; }
              #panel .panel-menu .menu-mobile aside > div img {
                margin-right: 16px;
                margin-bottom: 2em;
                border: 1px solid black;
                max-width: 100px; }
            #panel .panel-menu .menu-mobile aside nav li {
              width: 100%;
              padding: 0; }
              #panel .panel-menu .menu-mobile aside nav li a {
                text-shadow: none; }
              #panel .panel-menu .menu-mobile aside nav li a:hover:before {
                opacity: 0; } }
    @media (max-width: 576px) {
      #panel .panel-menu {
        width: 100%; }
        #panel .panel-menu img {
          width: 100%; } }
  #panel main {
    font-size: 100%;
    padding-bottom: 175px;
    background-image: url("img/panel-bg.jpg");
    padding-top: 90px; }
    @media (max-width: 991px) {
      #panel main {
        padding-top: 96px; } }
    #panel main .panel-content .cart-artists-holder {
      padding: .75rem; }
    #panel main .panel-content #join-event span[onclick], #panel main .panel-content #edit-registration span[onclick], #panel main .panel-content .additional-form span[onclick], #panel main .panel-content .cart-artists-holder span[onclick] {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #panel main .panel-content #join-event span[onclick]:hover, #panel main .panel-content #join-event .order:hover, #panel main .panel-content #join-event .artist label:hover, #panel main .panel-content #edit-registration span[onclick]:hover, #panel main .panel-content #edit-registration .order:hover, #panel main .panel-content #edit-registration .artist label:hover, #panel main .panel-content .additional-form span[onclick]:hover, #panel main .panel-content .additional-form .order:hover, #panel main .panel-content .additional-form .artist label:hover, #panel main .panel-content .cart-artists-holder span[onclick]:hover, #panel main .panel-content .cart-artists-holder .order:hover, #panel main .panel-content .cart-artists-holder .artist label:hover {
      cursor: pointer; }
    #panel main .panel-content #join-event .artist, #panel main .panel-content #edit-registration .artist, #panel main .panel-content .additional-form .artist, #panel main .panel-content .cart-artists-holder .artist {
      border-radius: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #panel main .panel-content #join-event .artist input, #panel main .panel-content #edit-registration .artist input, #panel main .panel-content .additional-form .artist input, #panel main .panel-content .cart-artists-holder .artist input {
        display: none; }
      #panel main .panel-content #join-event .artist label, #panel main .panel-content #edit-registration .artist label, #panel main .panel-content .additional-form .artist label, #panel main .panel-content .cart-artists-holder .artist label {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        min-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold; }
        #panel main .panel-content #join-event .artist label:before, #panel main .panel-content #edit-registration .artist label:before, #panel main .panel-content .additional-form .artist label:before, #panel main .panel-content .cart-artists-holder .artist label:before {
          color: green;
          font-size: 1.4em; }
    #panel main .panel-content #join-event input:checked + label, #panel main .panel-content #edit-registration input:checked + label, #panel main .panel-content .additional-form input:checked + label, #panel main .panel-content .cart-artists-holder input:checked + label {
      background-color: rgba(0, 0, 0, 0.123); }
      #panel main .panel-content #join-event input:checked + label:before, #panel main .panel-content #edit-registration input:checked + label:before, #panel main .panel-content .additional-form input:checked + label:before, #panel main .panel-content .cart-artists-holder input:checked + label:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        font-weight: 900;
        margin-right: 5px; }
      #panel main .panel-content #join-event input:checked + label.btn-primary, #panel main .panel-content #edit-registration input:checked + label.btn-primary, #panel main .panel-content .additional-form input:checked + label.btn-primary, #panel main .panel-content .cart-artists-holder input:checked + label.btn-primary {
        background-color: #10c5f4;
        border-color: #06667f; }
    @media (max-width: 515px) {
      #panel main .panel-content #join-event th:nth-of-type(5), #panel main .panel-content #join-event td:nth-of-type(5), #panel main .panel-content #edit-registration th:nth-of-type(5), #panel main .panel-content #edit-registration td:nth-of-type(5), #panel main .panel-content .additional-form th:nth-of-type(5), #panel main .panel-content .additional-form td:nth-of-type(5), #panel main .panel-content .cart-artists-holder th:nth-of-type(5), #panel main .panel-content .cart-artists-holder td:nth-of-type(5) {
        display: none; } }
    @media (max-width: 437px) {
      #panel main .panel-content #join-event th:nth-of-type(4), #panel main .panel-content #join-event td:nth-of-type(4), #panel main .panel-content #edit-registration th:nth-of-type(4), #panel main .panel-content #edit-registration td:nth-of-type(4), #panel main .panel-content .additional-form th:nth-of-type(4), #panel main .panel-content .additional-form td:nth-of-type(4), #panel main .panel-content .cart-artists-holder th:nth-of-type(4), #panel main .panel-content .cart-artists-holder td:nth-of-type(4) {
        display: none; } }
    #panel main .panel-content #payments .not-paid:hover, #panel main .panel-content #payments .options:hover, #panel main .panel-content #events .not-paid:hover, #panel main .panel-content #events .options:hover {
      cursor: pointer; }
    #panel main .panel-content #artists i.fab, #panel main .panel-content #artists i.far {
      font-size: 1.4em; }
    #panel main .panel-content #artists .imgs i.far {
      font-size: 6em; }
    #panel main .panel-content #artists-list td:nth-child(n+2) i:hover {
      cursor: pointer;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    #panel main .panel-content #profil-studia i.fab, #panel main .panel-content #profil-studia i.fas {
      font-size: 1.4em; }
    #panel main .panel-content #profil-studia .imgs i.far {
      font-size: 6em; }
    #panel main .panel-content #dodatkowe span {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    #panel main .panel-content #dodatkowe span[onclick]:hover, #panel main .panel-content #dodatkowe .far.fa-trash-alt:hover {
      cursor: pointer; }
    @media (max-width: 450px) {
      #panel main .panel-content #dodatkowe #events-registered th:nth-of-type(5), #panel main .panel-content #dodatkowe #events-registered th:nth-of-type(7), #panel main .panel-content #dodatkowe #events-registered td:nth-of-type(5), #panel main .panel-content #dodatkowe #events-registered td:nth-of-type(7) {
        display: none; } }
    #panel main .panel-content #wiadomosci .msg-selection span:hover {
      cursor: pointer; }
    #panel main .panel-content #wiadomosci i.fa-fw:hover {
      cursor: pointer; }
    @media (max-width: 450px) {
      #panel main .panel-content #wiadomosci .messages th:nth-of-type(4), #panel main .panel-content #wiadomosci .messages td:nth-of-type(4) {
        display: none; } }
    #panel main .panel-content #edit-registration .bg-stripped > div:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      #panel main .panel-content #events-incoming th:nth-of-type(4), #panel main .panel-content #events-incoming td:nth-of-type(4) {
        display: none; }
      #panel main .panel-content #events-registered th:nth-of-type(3), #panel main .panel-content #events-registered th:nth-of-type(4), #panel main .panel-content #events-registered td:nth-of-type(3), #panel main .panel-content #events-registered td:nth-of-type(4) {
        display: none; } }
    @media (max-width: 450px) {
      #panel main .panel-content .events-table td div:not(.dropdown-menu) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      #panel main .panel-content .events-table .w-25 {
        width: 50% !important; }
      #panel main .panel-content .event-adds th:nth-of-type(2), #panel main .panel-content .event-adds td:nth-of-type(2) {
        display: none; }
      #panel main .panel-content .event-adds td:nth-of-type(5) {
        border-right: 1px solid black; }
      #panel main .panel-content #events-incoming th:nth-of-type(3), #panel main .panel-content #events-incoming td:nth-of-type(3) {
        display: none; }
      #panel main .panel-content #events-registered th:nth-of-type(5), #panel main .panel-content #events-registered td:nth-of-type(5) {
        display: none; } }
    #panel main .panel-content .btn.btn-primary {
      background-color: #138eae;
      border-color: #107b97; }
      #panel main .panel-content .btn.btn-primary:hover {
        background: #26bfe7;
        color: #fff; }
      #panel main .panel-content .btn.btn-primary:active {
        background-color: #18b4dc;
        border-color: #18b4dc;
        -webkit-transition: all 0s;
        transition: all 0s; }
      #panel main .panel-content .btn.btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 142, 174, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(19, 142, 174, 0.5); }
    #panel main .panel-content .btn.btn-success {
      background-color: #14baa8;
      border-color: #14baa8; }
      #panel main .panel-content .btn.btn-success:hover {
        background-color: #12a393;
        border-color: #12a393; }
      #panel main .panel-content .btn.btn-success:active {
        background-color: #1be6d0;
        border-color: #1be6d0;
        -webkit-transition: all 0s;
        transition: all 0s; }
      #panel main .panel-content .btn.btn-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 186, 168, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(20, 186, 168, 0.5); }
    #panel main .panel-content .btn.btn-danger {
      background-color: #DD3D4D;
      border-color: #DD3D4D; }
      #panel main .panel-content .btn.btn-danger:hover {
        background-color: #af1f2d;
        border-color: #af1f2d; }
      #panel main .panel-content .btn.btn-danger:active {
        background-color: #e56875;
        border-color: #e56875;
        -webkit-transition: all 0s;
        transition: all 0s; }
      #panel main .panel-content .btn.btn-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 61, 77, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(221, 61, 77, 0.5); }
    #panel main .panel-content .btn.btn-warning {
      background-color: #fdc200;
      border-color: #fdc200; }
      #panel main .panel-content .btn.btn-warning:hover {
        background-color: #f3ba00;
        border-color: #f3ba00; }
      #panel main .panel-content .btn.btn-warning:active {
        background-color: #ffcf31;
        border-color: #ffcf31;
        -webkit-transition: all 0s;
        transition: all 0s; }
      #panel main .panel-content .btn.btn-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 194, 0, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(253, 194, 0, 0.5); }
    #panel main .panel-content .gallery_image .remove_button {
      background-color: #DD3D4D;
      border-color: #DD3D4D;
      opacity: .5; }
      #panel main .panel-content .gallery_image .remove_button:hover {
        background-color: #d92739;
        border-color: #d92739;
        opacity: 1; }
      #panel main .panel-content .gallery_image .remove_button:active {
        background-color: #e56875;
        border-color: #e56875;
        -webkit-transition: all 0s;
        transition: all 0s;
        opacity: 1; }
      #panel main .panel-content .gallery_image .remove_button:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 61, 77, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(221, 61, 77, 0.5);
        opacity: 1; }
    #panel main:after {
      display: none; }
  #panel .footer {
    margin-top: 0; }
    #panel .footer #text-5 p {
      margin-top: 1em; }
    #panel .footer p {
      margin-top: 1em; }
      #panel .footer p:nth-of-type(1) {
        margin-top: 0.7em; }
  #panel input::-webkit-outer-spin-button,
  #panel input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  #panel input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */ }
  #panel form {
    font-size: .9em; }
    #panel form input:checked + .order-button {
      background: #fdb100 !important;
      border: 1px solid #ef8b32 !important; }
  #panel.admin-bar .panel-menu .hamburger {
    top: 59px; }
  #panel.admin-bar .panel-menu .menu-mobile {
    top: 64px;
    height: calc(100vh - 109px); }

.bg-secondary-50 {
  background-color: #d6d7d8 !important; }

.bg-secondary-75 {
  background-color: #a6acb1 !important; }

.border-dashed {
  border-style: dashed !important;
  border-width: 2px !important; }

#events-incoming img, #events img, .events-table img {
  max-width: 64px;
  margin-right: 5px; }

.events-options {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  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; }

input[name="_box"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.woocommerce .woocommerce-table, .woocommerce address {
  background-color: white !important; }

.panel-bg {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .panel-bg h4 {
    font-weight: bold; }

.spinner {
  width: 64px;
  height: 64px;
  background-image: url("img/spinner.png");
  position: absolute;
  top: calc( 50% - 32px);
  left: calc( 50% - 32px);
  z-index: 255;
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
  display: none; }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.dz-max-files-reached {
  pointer-events: none;
  cursor: default; }

#events-incoming .event-link, #events-registered .event-link {
  pointer-events: all; }
  #events-incoming .event-link:hover, #events-registered .event-link:hover {
    text-decoration: none; }

.previousEventTab {
  display: none; }

.previousEventButton {
  cursor: pointer; }

.addArtist {
  color: #fdc200;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding-top: 5px; }
  .addArtist:hover {
    color: #fdb100; }

#panel header a:hover {
  color: #10c5f4 !important;
  text-decoration: none; }

#panel header .cart {
  position: relative; }
  #panel header .cart .cart-count {
    right: unset;
    left: 3px; }

#panel .message-count, #panel .cart-count {
  background: #8E3740;
  border-radius: 50%;
  position: absolute;
  min-width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid red;
  top: -50%;
  right: -50%;
  padding: 3px;
  font-size: 11px;
  font-family: 'Montserrat';
  font-weight: bold; }
  #panel .message-count span, #panel .cart-count span {
    color: #fff; }
  #panel .message-count span:first-child, #panel .message-count span:last-child, #panel .cart-count span:first-child, #panel .cart-count span:last-child {
    display: none; }

#panel .sidebar li {
  position: relative; }
  #panel .sidebar li a {
    position: relative; }

#panel .sidebar .message-count {
  position: relative;
  top: -10px;
  right: unset;
  left: -50%; }

#panel .sidebar .avatar-holder {
  position: relative;
  overflow: hidden; }
  #panel .sidebar .avatar-holder:before {
    content: ' ';
    padding-bottom: 100%;
    display: block; }
  #panel .sidebar .avatar-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  #panel .sidebar .avatar-holder .bg-img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: .5;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  #panel .sidebar .avatar-holder .change-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0.25; }
    #panel .sidebar .avatar-holder .change-logo:hover {
      opacity: 1; }
      #panel .sidebar .avatar-holder .change-logo:hover i {
        color: #10c5f4;
        opacity: .7;
        -webkit-transition: all .5s;
        transition: all .5s;
        text-shadow: 0px 0px 2px #000; }
    #panel .sidebar .avatar-holder .change-logo i {
      color: #000;
      margin-top: 40%;
      opacity: .5;
      -webkit-transition: all .5s;
      transition: all .5s;
      text-shadow: 0px 0px 2px #fff; }
    @media screen and (max-width: 991px) {
      #panel .sidebar .avatar-holder .change-logo {
        display: none; } }

#panel .exhibitor-name {
  color: #fff;
  font-size: 2em;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  font-weight: bold;
  word-break: break-word; }

#panel nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #panel nav ul li {
    margin-bottom: 2px; }
    #panel nav ul li a {
      padding: 10px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      -webkit-transition: padding .5s;
      transition: padding .5s; }
      #panel nav ul li a:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.5);
        color: #272c3f;
        padding-left: 25px; }
    #panel nav ul li:last-child {
      margin-top: 10px; }
      #panel nav ul li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    #panel nav ul li:first-child {
      margin-top: 10px; }
      #panel nav ul li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
    #panel nav ul li.active {
      border-left: 3px solid #10c5f4; }
      #panel nav ul li.active a {
        color: #10c5f4; }
        #panel nav ul li.active a:hover {
          background: rgba(0, 0, 0, 0.5);
          padding-left: 15px; }
      #panel nav ul li.active:first-child {
        border-top-left-radius: 5px; }

#panel .user-menu {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px; }
  #panel .user-menu a {
    color: #fff; }
    #panel .user-menu a:hover > i {
      color: #10c5f4; }
  #panel .user-menu i {
    margin-right: 20px;
    position: relative;
    font-size: 1.4em; }
  @media screen and (max-width: 991px) {
    #panel .user-menu {
      display: none; } }

#panel .header .wrapper .logo a img {
  max-width: unset;
  max-height: 50px; }

#panel .header .wrapper .logo a img:first-child {
  margin-right: 20px; }

#panel .header .wrapper .logo .logo-img {
  margin: 20px; }

#panel .header .wrapper .language-switcher {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 991px) {
    #panel .header .wrapper .language-switcher {
      display: none; } }

#panel .header.collapsed .logo-img {
  max-height: 35px !important;
  margin: 10px !important; }

.woocommerce .woocommerce-cart-form .product-thumbnail img {
  max-width: 75px; }

.woocommerce .woocommerce-cart-form .product-price, .woocommerce .woocommerce-cart-form .product-subtotal {
  min-width: 20%; }

.woocommerce .woocommerce-cart-form h1.c-white {
  color: unset !important;
  font-weight: bold; }

.woocommerce .woocommerce-cart-form .box-shadow-big {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border-radius: 0 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border: 1px solid #ccc; }

.woocommerce .cart-collaterals .cross-sells {
  padding: 5px; }
  .woocommerce .cart-collaterals .cross-sells .adds {
    border-radius: 3px;
    overflow: hidden; }
    .woocommerce .cart-collaterals .cross-sells .adds .quantity span {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 15px;
      height: 15px;
      border: 1px solid #ccc;
      border-radius: 50%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: white; }
    .woocommerce .cart-collaterals .cross-sells .adds span[onclick]:hover {
      cursor: pointer; }
    @media (max-width: 991px) {
      .woocommerce .cart-collaterals .cross-sells .adds th:nth-of-type(2), .woocommerce .cart-collaterals .cross-sells .adds td:nth-of-type(2) {
        display: none; } }
    @media (max-width: 450px) {
      .woocommerce .cart-collaterals .cross-sells .adds th:nth-of-type(5), .woocommerce .cart-collaterals .cross-sells .adds td:nth-of-type(5), .woocommerce .cart-collaterals .cross-sells .adds span {
        display: none; } }

#cart-addons input {
  border: 1px solid #ccc; }

#cart-addons tr:nth-child(even) {
  background: #fff; }

.cart-addons .quantity .span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  background: white; }

.woocommerce-cart-form__cart-item.cart_item input[type=number] {
  border: 1px solid #ccc; }

.woocommerce-cart-form__cart-item.cart_item.addon {
  background: #fafafa; }
  .woocommerce-cart-form__cart-item.cart_item.addon .product-remove {
    position: relative; }
    .woocommerce-cart-form__cart-item.cart_item.addon .product-remove a {
      position: absolute;
      top: calc( 50% - .5em);
      left: 200%; }
  .woocommerce-cart-form__cart-item.cart_item.addon .product-thumbnail img {
    display: none; }

.cart_totals {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px; }

.cart-discounted-price {
  font-weight: bold; }

@media screen and (max-width: 449px) {
  .woocommerce .cart-collaterals .cross-sells .adds th:nth-of-type(5), .woocommerce .cart-collaterals .cross-sells .adds td:nth-of-type(5), .woocommerce .cart-collaterals .cross-sells .adds span {
    display: table-cell; } }

.woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
  background-color: #f8f9fa;
  padding-top: 12px;
  padding-bottom: 12px; }

.woocommerce .woocommerce-order .woocommerce-table {
  background-color: #f8f9fa; }

.woocommerce .woocommerce-order .order-again a {
  font-size: 0.9em; }

.woocommerce .woocommerce-order .woocommerce-customer-details address {
  background-color: #f8f9fa; }

.woocommerce form.woocommerce-cart-form {
  background-color: #f8f9fa; }

.woocommerce .cart-collaterals table {
  background-color: #f8f9fa; }

.woocommerce form[name="checkout"] .woocommerce-additional-fields span {
  width: 100%; }

.woocommerce form .form-row label {
  line-height: 1.3;
  font-weight: bold; }

.woocommerce button[name="apply_coupon"] {
  font-size: 0.8em; }

.woocommerce .woocommerce-input-wrapper {
  width: 100%; }
  .woocommerce .woocommerce-input-wrapper .selection {
    font-size: 0.9em; }

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
  max-width: 100% !important; }

.woocommerce #order_review .woocommerce-checkout-review-order-table {
  background-color: #f8f9fa; }

.woocommerce input {
  padding: 4px 6px; }

.woocommerce h3 {
  font-size: 2.2em; }

.woocommerce p {
  font-size: 1.2em; }

.woocommerce .woocommerce-form-coupon-toggle {
  display: none; }

.woocommerce-order-details {
  padding-top: 25px; }

.woocommerce-customer-details {
  padding-top: 0; }

label[for='nip'] .optional, #no-nip_field .optional {
  display: none; }

.woocommerce-message[role='alert'] {
  color: #8fae1b;
  font-size: 16px;
  font-weight: bold; }

#remove-logo {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 20;
  display: none; }
  #remove-logo.visible {
    display: block; }

#logoDrop {
  margin-bottom: 15px;
  cursor: pointer;
  position: relative; }
  #logoDrop.disabled {
    pointer-events: none !important; }
  #logoDrop .dz-message {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #logoDrop .dz-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #logoDrop .dz-preview .dz-image {
      max-height: 100%; }
      #logoDrop .dz-preview .dz-image img {
        max-height: 100%; }
    #logoDrop .dz-preview .dz-details {
      display: none;
      position: absolute;
      bottom: 0;
      color: #fff;
      text-shadow: 0 0 3px #000; }
  #logoDrop:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  #logoDrop > * {
    pointer-events: none; }

#payments .c-white.mB-5 {
  color: inherit; }

#payments .br3oh.box-shadow-big {
  -webkit-box-shadow: unset;
          box-shadow: unset; }

#artists .artist_dz {
  cursor: pointer; }
  #artists .artist_dz > * {
    pointer-events: none; }

#artists .images_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #artists .images_container .gallery_image {
    max-width: 23%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    position: relative;
    padding: 5px; }
    @media screen and (max-width: 991px) {
      #artists .images_container .gallery_image {
        max-width: 46%; } }
    #artists .images_container .gallery_image .remove_button {
      display: block;
      width: 32px;
      height: 32px;
      background: #C11526;
      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;
      font-size: 1.5em;
      color: #fff;
      font-family: 'FontAwesome';
      position: absolute;
      right: 5px;
      top: 5px;
      cursor: pointer;
      border-radius: 5px; }

.validation_errors {
  color: #f00;
  text-shadow: 0 0 0 #000;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8d7da;
  line-height: 2; }

.panel-register h4 {
  color: #fff; }

.panel-register .alert {
  max-width: 450px;
  margin: 0 auto;
  font-size: .8em; }

.panel-register .um-half {
  width: 57%; }

.panel-register .um .um-field-label {
  color: #fff !important; }

.panel-register .um-col-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.panel-register .um-right {
  display: none; }

.password-reset-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px; }

.um-field-block {
  color: #fff !important; }

.login-form {
  padding-top: 50px;
  margin-top: 50px; }
  .login-form h4 {
    color: #fff;
    font-weight: bold; }
  .login-form label, .login-form .um-field-checkbox-option, .login-form .um-link-alt {
    color: #fff !important; }
  .login-form p {
    max-width: 450px;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: justify; }
  .login-form .um-notice.err {
    padding-right: 36px !important; }

.um-register .um-postmessage {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 5px; }

#um-submit-btn, .register-button {
  margin: 0 auto;
  margin-top: 50px;
  background-color: #10c5f4;
  padding: 15px;
  border-radius: 2px !important;
  text-align: center;
  color: #0e0b35;
  font-weight: bold !important;
  text-transform: uppercase !important;
  min-width: 250px;
  height: 53px !important;
  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; }
  #um-submit-btn.invert, .register-button.invert {
    border: 2px solid #10c5f4;
    color: #10c5f4;
    background: transparent; }
    #um-submit-btn.invert:hover, .register-button.invert:hover {
      color: #fff !important;
      border: 2px solid #fff; }
  #um-submit-btn:hover, .register-button:hover {
    text-decoration: none;
    color: #0e0b35 !important; }

.login-offer {
  margin-top: 94px; }

#zmiana input + div.validation_errors {
  display: none; }

#zmiana input:invalid + div.validation_errors {
  display: block; }

/* ionRangeSlider*/
.irs.irs--round {
  width: 100%;
  margin: 0 25px; }
  @media screen and (max-width: 991px) {
    .irs.irs--round {
      margin: 0 10px; } }

.irs-handle {
  cursor: pointer; }

.irs--round .irs-handle {
  border-color: #16677b; }

.irs--round .irs-bar, .irs--round .irs-single {
  background-color: #16677b; }
  .irs--round .irs-bar:before, .irs--round .irs-single:before {
    border-top-color: #16677b; }

.irs-line {
  cursor: pointer;
  overflow: visible; }
  .irs-line:before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px; }
  .irs-line:after {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -10px; }

.pplControl {
  font-size: 4em;
  font-weight: bold;
  display: block;
  border: 1px solid #999;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-top: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .pplControl:first-of-type span {
    margin-top: -5px; }

/* */
.password-hints {
  color: #fff;
  padding-left: 10px;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
  height: 0;
  overflow: hidden; }
  .password-hints.visible {
    height: auto; }
  .password-hints li.valid .fa-check {
    display: inline; }
  .password-hints li.valid .fa-times {
    display: none; }
  .password-hints .fa-times {
    color: #f00;
    margin-right: 4px; }
  .password-hints .fa-check {
    color: #0f0;
    display: none; }

@media screen and (max-width: 991px) {
  #join-event {
    padding: 10px !important; } }

.dropdown-item:active {
  background-color: #5694d7; }

.quantity-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  .quantity-control div {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    font-size: 1.5em;
    -webkit-box-shadow: 5px 5px 5px #ccc;
            box-shadow: 5px 5px 5px #ccc;
    cursor: pointer;
    margin: 0 10px;
    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;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; }
    .quantity-control div:focus {
      border: 2px solid red; }
  .quantity-control input {
    max-width: 50px;
    text-align: center; }

#panel #boxModalCustom .modal-dialog, #panel #boxModalStandard .modal-dialog {
  margin-top: 50px; }

#panel #boxModalCustom .modal-body, #panel #boxModalStandard .modal-body {
  background-color: #27304d;
  color: #fff;
  padding: 20px; }
  #panel #boxModalCustom .modal-body h2, #panel #boxModalStandard .modal-body h2 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.9em; }
    #panel #boxModalCustom .modal-body h2.original, #panel #boxModalStandard .modal-body h2.original {
      color: #fdc200; }
  #panel #boxModalCustom .modal-body strong, #panel #boxModalStandard .modal-body strong {
    font-weight: bold; }
  #panel #boxModalCustom .modal-body .col-md-6, #panel #boxModalStandard .modal-body .col-md-6 {
    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: center;
        -ms-flex-align: center;
            align-items: center; }
    #panel #boxModalCustom .modal-body .col-md-6:first-of-type, #panel #boxModalStandard .modal-body .col-md-6:first-of-type {
      margin-bottom: 20px; }
      #panel #boxModalCustom .modal-body .col-md-6:first-of-type img, #panel #boxModalStandard .modal-body .col-md-6:first-of-type img {
        margin-top: 17px; }
    #panel #boxModalCustom .modal-body .col-md-6 img, #panel #boxModalStandard .modal-body .col-md-6 img {
      max-height: 200px;
      margin-bottom: 25px; }

#panel #boxModalCustom .btn.btn-primary, #panel #boxModalStandard .btn.btn-primary {
  background-color: #16677b;
  border-color: #16677b; }
  #panel #boxModalCustom .btn.btn-primary:hover, #panel #boxModalStandard .btn.btn-primary:hover {
    background-color: #125565;
    border-color: #125565; }
  #panel #boxModalCustom .btn.btn-primary:active, #panel #boxModalStandard .btn.btn-primary:active {
    background-color: #1e8ba6;
    border-color: #1e8ba6;
    -webkit-transition: all 0s;
    transition: all 0s; }
  #panel #boxModalCustom .btn.btn-primary:focus, #panel #boxModalStandard .btn.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 103, 123, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(22, 103, 123, 0.5); }

#panel #crossSellModal .blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

#panel #crossSellModal .events {
  display: none; }
  #panel #crossSellModal .events h5 {
    font-weight: bold;
    text-align: center; }
  #panel #crossSellModal .events .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0; }
  #panel #crossSellModal .events img {
    cursor: pointer;
    max-width: 100px;
    margin: 0 20px;
    border: 2px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s; }
    #panel #crossSellModal .events img.selected {
      border: 2px solid #8E3740;
      border-radius: 5px;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1); }

#panel #crossSellModal .addon-title {
  font-weight: bold; }

#panel #crossSellModal .addon-price {
  text-align: center;
  font-weight: bold; }

#panel #crossSellModal .addon-description {
  font-size: 1.2em; }

#panel #crossSellModal .action-row {
  display: none; }
  #panel #crossSellModal .action-row.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.sprite:after {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(img/panel-icons.png); }

.sprite.fw {
  display: inline-block;
  width: 28px;
  margin-right: 8px;
  height: 2rem;
  vertical-align: middle;
  text-align: center; }

.artists:after {
  content: ' ';
  width: 18px;
  height: 20px;
  background-position: -1px -55px; }

.artists_:after {
  content: ' ';
  width: 18px;
  height: 20px;
  background-position: -21px -55px; }

.events:after {
  content: ' ';
  width: 18px;
  height: 25px;
  background-position: -23px -1px; }

.events_:after {
  content: ' ';
  width: 18px;
  height: 25px;
  background-position: -23px -28px; }

.home:after {
  content: ' ';
  width: 20px;
  height: 22px;
  background-position: -43px -1px; }

.home_:after {
  content: ' ';
  width: 20px;
  height: 22px;
  background-position: -43px -25px; }

.messages:after {
  content: ' ';
  width: 24px;
  height: 18px;
  background-position: -67px -53px; }

.messages_:after {
  content: ' ';
  width: 24px;
  height: 18px;
  background-position: -41px -55px; }

.orders:after {
  content: ' ';
  width: 18px;
  height: 23px;
  background-position: -97px -27px; }

.orders_:after {
  content: ' ';
  width: 18px;
  height: 23px;
  background-position: -97px -52px; }

.payments:after {
  content: ' ';
  width: 14px;
  height: 24px;
  background-position: -65px -27px; }

.payments_:after {
  content: ' ';
  width: 14px;
  height: 24px;
  background-position: -81px -27px; }

.profile:after {
  content: ' ';
  width: 20px;
  height: 25px;
  background-position: -1px -1px; }

.profile_:after {
  content: ' ';
  width: 20px;
  height: 25px;
  background-position: -1px -28px; }

.settings:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background-position: -67px -1px; }

.settings_:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background-position: -93px -1px; }

#fep-notification-bar {
  position: fixed;
  bottom: 0; }

#wiadomosci #fep-header {
  display: none;
  padding: 10px; }
  #wiadomosci #fep-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #wiadomosci #fep-header > div img {
      margin-right: 15px;
      display: none; }

#wiadomosci #fep-menu {
  margin-bottom: 15px;
  padding: 10px; }

#wiadomosci #fep-menu-toggle-button {
  width: 93%;
  margin: 0 auto;
  margin-top: 10px; }

#wiadomosci #fep-menu-newmessage {
  background: #16677b;
  color: #fff;
  border-color: #000; }

#wiadomosci #fep-menu .fep-button:hover {
  font-size: 13px !important; }

#wiadomosci .fep-action-table {
  margin-top: 15px; }
  #wiadomosci .fep-action-table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #wiadomosci .fep-action-table .fep-button {
    margin: 0 15px; }
  #wiadomosci .fep-action-table div.fep-filter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

#wiadomosci .fep-column-title {
  padding: 5px; }
  #wiadomosci .fep-column-title.unread a {
    font-weight: bold; }
  #wiadomosci .fep-column-title a {
    color: #14baa8; }
  #wiadomosci .fep-column-title .fep-unread-class {
    display: none; }

#wiadomosci .fep-column-fep-cb {
  padding: 10px; }

#wiadomosci .fep-unread-classp {
  display: block;
  height: 100%; }
  #wiadomosci .fep-unread-classp > .fep-unread-class {
    top: unset;
    right: 7px; }

#wiadomosci .fep-odd-even > div:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dee2e6; }

#wiadomosci .fep-cb-check-uncheck-all {
  margin-left: 10px;
  margin-top: 15px; }

#wiadomosci #fep-messagebox-search-form {
  margin-top: 20px; }

#wiadomosci input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px; }

#wiadomosci label {
  font-weight: bold; }

#wiadomosci select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0; }

#wiadomosci .fep-form-field-blocked_users {
  display: none; }

#wiadomosci #wp-message_content-wrap {
  margin-bottom: 20px; }

#wiadomosci .fep-form-field-message_content label {
  margin-bottom: -26px;
  margin-top: 20px; }

#wiadomosci .fep-button[type="submit"] {
  background: #14baa8;
  color: #fff; }

#wiadomosci .fep-message .fep-per-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  #wiadomosci .fep-message .fep-per-message.fep-per-message-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    #wiadomosci .fep-message .fep-per-message.fep-per-message-top .fep-message-toggle-all {
      display: none; }
  #wiadomosci .fep-message .fep-per-message .fep-message-title {
    padding: 20px 10px;
    background: transparent;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 0; }
    #wiadomosci .fep-message .fep-per-message .fep-message-title .author {
      font-weight: bold;
      background-color: transparent !important;
      font-size: 14px; }
    #wiadomosci .fep-message .fep-per-message .fep-message-title .date {
      padding: 0;
      text-align: left;
      font-size: 10px; }
  #wiadomosci .fep-message .fep-per-message .fep-message-content {
    min-width: 80%;
    padding: 10px; }
    #wiadomosci .fep-message .fep-per-message .fep-message-content p {
      font-size: 1em; }
  #wiadomosci .fep-message .fep-per-message.fep-per-message-own {
    background: rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 991px) {
    #wiadomosci .fep-message .fep-per-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

#wiadomosci .fep-message-content {
  display: block !important; }

#wiadomosci .fep-message-title-heading:first-child {
  font-size: 1.5em;
  color: #14baa8;
  font-weight: bold;
  background: none;
  border: none; }

#wiadomosci #fep-content-single {
  margin-top: 20px; }

#wiadomosci .fep-message-title-heading.participants {
  font-size: 12px;
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

#wiadomosci .fep-message .fep-message-title-heading .fep_block_unblock_user {
  font-size: 13px; }

@media screen and (max-width: 991px) {
  .fep-filter {
    position: absolute;
    margin-top: -53px;
    right: 10px; }
  .fep-bulk-action {
    max-width: 50%; }
    .fep-bulk-action select {
      max-width: 100%; }
  .token-input-list-facebook {
    max-width: 100%; } }

.fep-attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fep-attachments .fep-attachments-heading {
    width: 100%;
    margin-bottom: 20px; }
  .fep-attachments .fep-attachment {
    max-width: 50%; }

#fep-content .avatar {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 60px;
  max-height: 60px; }

#events-registered .info {
  display: none; }
  #events-registered .info.visible {
    display: table-row; }

.event-box.out-of-stock {
  display: none;
  position: relative; }
  .event-box.out-of-stock:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1; }
  .event-box.out-of-stock .box-out-of-stock-info {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/**
 * partials/panel/tables
 * ---
 */
.table .thead-dark th {
  background-color: #37446c;
  border: none;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  border-color: none; }
  .table .thead-dark th:first-child {
    border-top-left-radius: 3px; }
  .table .thead-dark th:last-child {
    border-top-right-radius: 3px; }

.table td {
  border-top: none; }

.adds bdi {
  font-size: 95%; }

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

/**
 * partials/panel/alerts
 * ---
 */
.alert-primary {
  background: #e6f2ff; }
