@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import "blocks/showcase.scss";
@font-face {
  font-family: "Wkwkwk";
  src: url("fonts/Fatfuck.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DK Lemon Yellow Sun";
  src: url("fonts/Hippie.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 16px;
}
body > article:after {
  content: '';
  display: block;
  min-height: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  color: black;
}
a:hover, a:active, a:focus {
  color: initial;
  text-decoration: none;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #888;
}
.color-default {
  color: #efc;
}
.color-primary {
  color: #fec02b;
}
.color-secondary {
  color: #a61212;
}
.color-success {
  color: #28a745;
}
.color-info {
  color: #17a2b8;
}
.color-warning {
  color: #ffc107;
}
.color-danger {
  color: #dc3545;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #888;
}
.bg-default {
  background-color: #efc;
}
.bg-primary {
  background-color: #fec02b;
}
.bg-secondary {
  background-color: #a61212;
}
.bg-success {
  background-color: #28a745;
}
.bg-info {
  background-color: #17a2b8;
}
.bg-warning {
  background-color: #ffc107;
}
.bg-danger {
  background-color: #dc3545;
}
.clear {
  clear: both;
}
p {
  margin: 0 0 25px 0;
}
ul ul {
  margin-left: 30px;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > span.current {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #fec02b;
  border-color: #fec02b;
}
/* wp-images in the_content --------------------------------------------------- */
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.main-content img.alignright {
  float: right;
  margin-left: 15px;
}
.main-content img.alignleft {
  float: left;
  margin-right: 15px;
}
/* button scroll to top ----------------------------------------------------- */
#totop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  cursor: pointer;
  font-size: 39px;
  color: #fec02b;
  color: rgba(254, 192, 43, .5);
  z-index: 10000;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#totop:hover {
  color: #a61212;
  color: rgba(166, 18, 18, .8);
}
@media only screen and (max-device-width: 480px) {
  #totop {
    display: none !important;
  }
}
.admin-bar .navbar.fixed-top {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .navbar.fixed-top {
    top: 46px;
  }
}
@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.alt-navbar {
  height: 97px;
}
.navbar.fixed-top {
  padding: 12px 0;
  background: #fff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.19);
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #e6e6e6;
  z-index: 100;
}
.navbar.fixed-top .nav-item {
  line-height: 2.5;
}
.navbar.fixed-top .nav-link {
  color: #fec02b;
}
.navbar.fixed-top .search-menu-wrap:hover, .navbar.fixed-top .nav-link:hover, .navbar.fixed-top .nav-link:active, .navbar.fixed-top .nav-link:focus {
  color: #a61212;
}
.navbar.fixed-top .active > .nav-link {
  color: #a61212;
}
.navbar.fixed-top .active > .nav-link:hover {
  color: #a61212;
}
.navbar.fixed-top .navbar-toggler {
  color: #888;
  color: rgba(0, 0, 0, .5);
  border-color: #1a1a1a;
  border-color: rgba(0, 0, 0, .1);
}
.navbar.fixed-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar.fixed-top .sub-menu {
  padding: 0;
}
.navbar.fixed-top .sub-menu li {
  display: block;
}
.navbar.fixed-top .sub-menu li .nav-link {
  display: block;
}
@media only screen and (min-width: 992px) {
  .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e6e6e6;
    z-index: 1;
  }
  .sub-menu li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }
  .sub-menu li .nav-link {
    padding: 10px 15px;
    white-space: nowrap;
    border-bottom: none;
  }
  .sub-menu li:first-child {
    border-top: none;
  }
  .nav-link:hover + .sub-menu, .nav-link:focus + .sub-menu, .nav-link:active + .sub-menu, .sub-menu:hover, .sub-menu:focus, .sub-menu:active {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    background: #fff;
  }
}
.searchform-mobile {
  display: none;
  margin: 0 -15px;
}
.search-menu {
  display: none;
}
.search-menu-wrap {
  font-size: 18px;
  margin-left: 30px;
  padding: 15px;
  cursor: pointer;
  display: block;
  padding: 0.5rem 1rem 0 0.5rem;
}
#fullsearch {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #000;
  background: rgba(0, 0, 0, .9);
}
#fullsearch .searchform {
  width: 370px;
  height: 62px;
  margin: 0 auto;
  border: 1px solid #777;
  border-radius: 5px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
#fullsearch .searchform.focus {
  border: 1px solid #fff;
}
#fullsearch input[type=text] {
  width: 308px;
  height: 60px;
  padding: 10px 20px;
  background: none;
  border: none;
  display: block;
  float: left;
  font-size: 30px;
  color: #fff;
}
#fullsearch input:focus {
  outline: none;
  box-shadow: none;
}
#fullsearch button {
  border: none;
  padding: 5px 0 0 0;
  font-size: 30px;
  background: none;
  width: 60px;
  height: 60px;
  display: block;
  float: right;
  color: #666;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#fullsearch button:focus, #fullsearch button:hover {
  color: #fff;
}
#fullsearch .search-inputs:after {
  content: '';
  clear: both;
}
.searchform-form {
  position: relative;
  padding: 100px 0;
  max-width: 750px;
  margin: -100px auto 0 auto;
}
.searchform-close {
  width: 60px;
  height: 60px;
  float: right;
  margin: -61px -46px 0 0;
  padding: 15px 0 0 0;
  font-size: 34px;
  cursor: pointer;
  color: #666;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.searchform-close:hover {
  color: #fff;
}
@media all and (max-width: 991px) {
  #fullsearch, #hladat, .search-menu {
    display: none !important;
  }
  .searchform-mobile {
    display: block;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px #ddd;
  }
  .searchform-mobile input {
    display: block;
    float: left;
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
  }
  .searchform-mobile input[type=text] {
    width: 78%;
    background: #fff;
    font-size: 16px;
    padding: 5px 15px;
  }
  .searchform-mobile button {
    width: 22%;
    border: none;
    height: 50px;
    background: #eee;
    color: #333;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .searchform-mobile button:hover, .searchform-mobile button:focus {
    color: #222;
    background: #ddd;
  }
}
.footer-site {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
a.brand {
  color: #fff;
}
a.brand, a.brand:hover, a.brand:active, a.brand:focus {
  text-decoration: none;
}
.brand > span:after {
  background: #fff;
}
a.brand:hover, a.brand:active, a.brand:focus {
  color: #7ac9d9;
}
a.brand:hover > span:after, a.brand:active > span:after, a.brand:focus > span:after {
  background: #7ac9d9;
}
.brand {
  letter-spacing: 0.1em;
  font-weight: 400;
}
a.brand:hover, a.brand:active, a.brand:focus {
  text-decoration: none;
}
.brand > span {
  display: inline-block;
  padding: 0 0.07em 0 0;
  position: relative;
  font-weight: 700;
}
.brand > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 80.7%;
  bottom: -0.15em;
  left: 0.17em;
  height: 0.13em;
}
.searchform-blog .form-control {
  display: inline-block;
  width: auto;
  height: 34px;
  position: relative;
  top: 1px;
}
.widget-title {
  font-size: 20px;
}
.widget-area aside {
  margin: 0 0 40px 0;
}
.widget-area ul, .widget-area li {
  margin: 0;
  padding: 0;
}
.widget-area li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.print-header {
  display: none;
}
@media print {
  header, footer, nav, #totop, .sidebar, .share {
    display: none !important;
  }
  article header, article footer {
    display: block !important;
  }
  img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .print-header {
    display: block;
    border-bottom: 1px solid #ddd;
    height: 40px;
  }
  .print-header img {
    float: left;
    max-width: 20%;
    width: auto;
    height: 30px;
  }
  .print-header div {
    float: right;
    width: 80%;
    font-size: 9px;
    color: #777;
    text-align: right;
  }
  .print-header div span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #444;
  }
}
.main-content {
  overflow: hidden !important;
}
section {
  width: 100%;
  float: left;
}
.material.button {
  background: white;
  border: none;
  outline: none;
}
.material.button.drawer-toggle {
  position: absolute;
  right: 42px;
  align-items: center;
  justify-content: center;
}
.material.button.drawer-toggle .material-icons {
  font-size: 42px;
  vertical-align: middle;
}
.material.drawer {
  z-index: 98;
  width: 328px;
  height: calc(100vh - 97px);
  background: white;
  box-shadow: -4px 0px 7px rgba(0, 0, 0, 0.05);
  position: fixed;
  right: -328px;
  top: 97px;
  transition: right 0.3s;
}
.material.drawer .navbar-nav .nav-item {
  line-height: 54px;
  vertical-align: middle;
}
.material.drawer .nav {
  padding: 16px 24px;
}
.material.drawer .nav a {
  font-family: 'Poppins';
  font-size: 24px;
  color: #2f2f2f;
  max-height: 100%;
  line-height: 54px;
  vertical-align: middle;
  display: inline;
}
.material.drawer .sub-menu {
  display: block;
  position: relative;
  border: 0;
  list-style: none;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-left: 16px;
}
.material.drawer .sub-menu .nav-item {
  line-height: 38px;
  border-top: none;
}
.material.drawer .sub-menu a {
  font-size: 22px;
  padding: 4px 0px;
  height: 38px;
  position: relative;
  display: inline;
  line-height: 38px;
}
.material.drawer .sub-menu a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  color: #a61212;
}
.material.drawer .sub-menu.active {
  height: auto;
}
.material.drawer .nav-item.has-children:hover {
  cursor: pointer;
}
.material.drawer .nav-item.has-children > a::after {
  font-family: "Material Icons";
  content: "\e5cf";
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-left: 4px;
  color: #fec02b;
  transition: all 0.2s;
}
.material.drawer .nav-item.has-children.active > a::after {
  transform: rotate(-180deg);
}
.material.drawer.active {
  right: 0;
}
.admin-bar .material.drawer {
  height: calc(100vh - 129px);
  top: 129px;
}
.material.test {
  font-family: "Poppins";
}
.material.showcase .container {
  max-width: 1440px;
}
.material.showcase .item h5 {
  font-size: 64px;
  font-family: 'DK Lemon Yellow Sun';
}
.material.showcase .item p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 300;
  max-width: 300px;
}
.material.showcase .item img {
  object-fit: cover;
}
.material.showcase .cta-container {
  padding-top: 32px;
}
.material.cta {
  padding: 8px 24px;
  font-size: 18px;
  font-family: 'Poppins';
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
}
.material.cta i.material-icons {
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -3px;
}
.material.cta.light {
  background: none;
}
.material.cta.primary {
  background: #fec02b;
  color: white;
}
.material.cta.secondary {
  background: #a61212;
  color: white;
}
.material.cta.sm {
  padding: 4px 8px;
  font-size: 18px;
}
.material.cta.light {
  background: none !important;
  letter-spacing: 0.015em;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 8px;
}
.material.cta.light.grey {
  color: #6c6c6c;
}
.material.cta.light.primary {
  color: #fec02b;
}
.material.cta.light.secondary {
  color: #a61212;
}
.cta:hover {
  cursor: pointer;
}
.cta-scroll {
  margin-top: 36px;
}
.cta-scroll a {
  font-family: 'DK Lemon Yellow Sun';
  font-size: 36px;
  color: #2f2f2f;
}
.cta-scroll img {
  margin-top: -8px;
}
.cta-scroll:hover {
  cursor: pointer;
}
.material.about-img {
  margin-top: 88px;
}
.material.about-img div.content-wrap {
  float: left;
  width: 100%;
}
.material.about-img img {
  width: 72%;
  left: -48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.material.about-img h3 {
  font-family: 'DK Lemon Yellow Sun';
  font-size: 48px;
  margin-bottom: 24px;
}
.material.about-img div.content {
  max-width: 550px;
}
.carousel-indicators {
  height: 10px;
}
.carousel-indicators li {
  background: #c7c7c7;
  height: 12px;
  width: 48px;
  display: block;
  border-top: none;
  border-bottom: none;
  border-radius: 24px;
}
.carousel-indicators li.active {
  background: #e7ab3a;
}
.material.references-slider {
  margin-top: 140px;
}
.material.references-slider .section-header {
  text-align: center;
  font-size: 48px;
  font-family: 'DK Lemon Yellow Sun';
}
.material.references-slider .slide-item h4 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 24px;
  color: #e7ab3a;
}
.material.references-slider .slide-item p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #3f3f3f;
}
.material.references-slider .slide-item .row {
  height: 386px;
}
.material.references-slider .slide-item .row .col-img {
  position: relative;
}
.material.references-slider .slide-item .row .col-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.material.references-slider .slide-item .row .col-source {
  position: relative;
}
.material.references-slider .slide-item .row .col-source .reference-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.material.jokeroviny {
  margin-top: 84px;
}
.material.jokeroviny h1 {
  font-family: 'DK Lemon Yellow Sun';
  font-size: 48px;
  text-align: center;
  margin-bottom: 48px;
}
.material.jokeroviny div.post {
  height: 116px;
  width: 900px;
  margin-bottom: 32px;
  display: inline-block;
  text-align: left;
}
.material.jokeroviny img {
  width: 20%;
  height: 130px;
  border-radius: 10px;
  margin-right: 24px;
  float: left;
  object-fit: cover;
}
.material.jokeroviny .content-wrap {
  float: left;
  width: calc(80% - 24px);
}
.material.jokeroviny h3 {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
  margin-bottom: 4px;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
}
.material.jokeroviny h3 a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.material.jokeroviny span {
  font-weight: 600;
  font-size: 14px;
  color: #a61212;
  min-width: 50%;
  display: inline-block;
  margin-bottom: 4px;
}
.material.jokeroviny div.content {
  display: inline-block;
  max-width: 700px;
  font-size: 14px;
  font-weight: 300;
}
.material.jokeroviny .material.cta.primary {
  margin-top: 32px;
  margin-bottom: 64px;
  display: inline-block;
}
.material.stripe {
  user-select: none;
  text-align: center;
  height: 116px;
  width: 100%;
  float: left;
  position: relative;
  background: #ddd;
}
.material.stripe img {
  width: 150vw;
  height: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
}
.material.stripe span {
  font-family: 'Wkwkwk';
  font-weight: normal;
  font-size: 48px;
  line-height: 116px;
  color: white;
  position: relative;
  z-index: 5;
  text-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.instagramy-wrap h1 {
  margin: 56px 0;
}
.instagramy-wrap .material.cta.primary {
  margin-bottom: 32px !important;
}
.material.contact {
  width: 100%;
  float: left;
}
.material.contact div.container {
  max-width: 900px;
}
.material.contact div.content {
  font-size: 24px;
  font-weight: 500;
  color: #565656;
}
.material.contact div.content h1 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 24px;
}
.material.contact div.content p {
  margin-bottom: 12px;
}
.material.contact ul {
  list-style: none;
}
.material.contact ul li::before {
  content: "\f345";
  font-family: 'Dashicons';
  vertical-align: middle;
  color: #a61212;
  margin-top: -4px;
  display: inline-block;
  margin-right: 8px;
}
.material.contact a {
  margin-right: 16px;
}
.material.contact > h1 {
  font-family: 'DK Lemon Yellow Sun';
  font-size: 48px;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 32px;
}
.material.error {
  float: left;
  width: 100%;
  margin-top: 48px;
  display: none;
}
.material.error h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.material.error.active {
  display: block;
}
.material-input {
  margin-bottom: 32px;
}
.material-input input.material {
  border: none;
  border-bottom: solid 2px #fec02b;
  width: 360px;
  padding: 8px 8px;
  font-size: 16px;
  font-weight: 300;
}
.material-input input:focus {
  outline: none;
  border: none;
  border-bottom: solid 2px #fec02b;
}
.material-input .cta {
  padding: 6px 12px;
}
.material-input i {
  vertical-align: middle;
  margin-left: -40px;
  font-size: 28px;
  color: white !important;
}
.material.input > form > input.material {
  border: none;
  border-bottom: solid 2px #fec02b;
  width: 360px;
  padding: 8px 8px;
  font-size: 16px;
  font-weight: 300;
}
a:active, a:focus {
  border: none;
  outline: none;
}
#modalEshop .modal-content {
  border-radius: 15px;
}
#modalEshop .modal-body {
  padding: 24px 0 !important;
}
#modalEshop .modal-footer {
  border-top: none;
}
#modalEshop .eshop-item {
  height: 52px;
  padding: 9px 32px;
  width: 100%;
  float: left;
}
#modalEshop .eshop-item .name {
  font-weight: normal;
  font-size: 24px;
  float: left;
}
#modalEshop .eshop-item .link {
  float: right;
}
#modalEshop .eshop-item .price {
  float: right;
  line-height: 36px;
  margin-right: 16px;
  font-weight: 600;
  color: #a61212;
}
.share .social {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.share i {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .material.showcase .item h5 {
    font-size: 48px;
  }
  .material.showcase .item .description {
    height: 86px;
  }
  .material.showcase .item img {
    height: 55%;
  }
  section {
    float: left;
  }
  .material.contact .container {
    max-width: 720px !important;
  }
  .material.jokeroviny h3 {
    width: calc(100% - 190px);
    min-width: unset !important;
  }
  .material.jokeroviny .post {
    width: unset !important;
  }
  .material.jokeroviny .post .content {
    width: calc(100% - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 860px) {
  .material.showcase .item h5 {
    font-size: 48px;
  }
  #sb_instagram {
    width: 80% !important;
  }
}
@media (max-width: 765px) {
  .carousel-item .container {
    max-width: unset !important;
  }
  .carousel-item .container .row .col {
    padding: 16px 32px;
  }
  .carousel-item .container .row .col-source .reference-wrap {
    max-width: 80%;
  }
  .carousel-item .container .row .col-source .reference-wrap p {
    font-size: 18px;
  }
  .carousel-item .container .row .col-img img {
    max-width: 70%;
  }
  .cta-container {
    text-align: center !important;
    padding-top: 16px;
  }
  .cta-scroll {
    display: none;
  }
  .material.about-img {
    width: 100%;
    padding-top: 64px;
    float: left;
  }
  .material.about-img h3 {
    text-align: center;
  }
  .material.about-img .content-wrap {
    position: relative !important;
    float: left;
    width: 100%;
    padding-bottom: 64px;
  }
  .material.about-img .content-wrap .content {
    max-width: unset;
  }
  .material.about-img .row {
    padding: 0 10%;
  }
  .material.jokeroviny .post img {
    height: auto;
  }
  .material.jokeroviny .content-wrap .content {
    width: auto;
  }
  .material.jokeroviny .content-wrap h3 {
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .material.cta {
    padding: 6px 16px !important;
    font-size: 16px !important;
  }
  footer.joker {
    margin-top: 64px !important;
  }
  footer.joker .dashicons {
    width: 60px !important;
    height: 60px !important;
    font-size: 60px !important;
  }
  footer.joker h2 {
    font-size: 14px !important;
    font-weight: 300;
  }
  footer.joker .dashicons:first-of-type {
    margin-right: 0 !important;
  }
  .alt-navbar {
    height: 73px;
  }
  .section-header {
    font-size: 32px !important;
  }
  .material.stripe {
    height: 64px;
  }
  .material.stripe span {
    font-size: 18px;
    line-height: 64px;
  }
  .material.about-img .content-wrap {
    padding-bottom: 0;
  }
  .material.references-slider {
    margin-top: 64px;
  }
  .material.references-slider .col-source {
    padding: 0 !important;
  }
  .material.references-slider .reference-wrap p {
    font-size: 14px !important;
    line-height: unset;
  }
  .material.references-slider .reference-wrap h4 {
    font-size: 14px !important;
  }
  #carouselShowcaseSlider .carousel-indicators {
    margin-bottom: -64px;
  }
  #carouselShowcaseSlider .item-slide {
    height: 90%;
  }
  #carouselShowcaseSlider .item-slide img {
    height: 240px;
  }
  #carouselShowcaseSlider .item-slide .cta-container {
    padding-top: 16px;
  }
  .material.jokeroviny {
    margin-top: 16px;
  }
  .material.jokeroviny h1 {
    margin-bottom: 16px;
  }
  .material.jokeroviny .container-main {
    padding: 0 32px;
  }
  .material.jokeroviny .post {
    margin-bottom: 16px !important;
  }
  .material.jokeroviny .post img {
    display: none;
  }
  .material.jokeroviny .content-wrap {
    width: 100%;
  }
  .material.jokeroviny .material.cta.primary {
    margin-top: 16px;
  }
  .material.button.drawer-toggle {
    right: 8px;
    background: none;
  }
  .material.button.drawer-toggle i.material-icons {
    font-size: 32px;
  }
  #mainDrawer {
    top: 73px;
  }
  .material.drawer {
    height: calc(100vh - 73px);
    transform: translateZ(0);
  }
  .material.contact {
    padding: 0 32px;
  }
  .material.contact h1 {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .material.contact .content {
    font-size: 16px !important;
  }
  .material.contact .content ul {
    padding-left: 12px;
  }
  .material.input input {
    width: unset;
  }
}
.hover-pointer:hover {
  cursor: pointer !important;
}
.sbi_item {
  float: left !important;
  width: 30% !important;
}
.sbi_item .sbi_photo_wrap {
  width: 99% !important;
}
.sbi_item .sbi_photo_wrap a {
  border-radius: 24px;
}
.page-numbers {
  font-weight: 600;
  font-size: 18px;
  margin: 4px;
  padding: 4px;
}
.page-numbers.current {
  font-weight: 600;
  font-size: 18px !important;
  border-radius: 5px;
  background: #a61212 !important;
}
.page-numbers.next > span, .page-numbers.prev > span {
  font-size: 24px;
  margin-top: 4px;
  vertical-align: middle;
  color: #a61212;
}
footer.joker {
  width: 100vw;
  height: 216px;
  background: #ddd;
  position: relative;
  float: left;
  margin-top: 128px;
}
footer.joker img {
  width: 100vw;
  height: 200px;
  position: absolute;
  top: 8px;
  left: 0;
  object-fit: cover;
}
footer.joker .socials {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
footer.joker .dashicons {
  width: 80px;
  height: 80px;
  font-size: 80px;
  color: #272727;
}
footer.joker .dashicons:hover {
  color: #a61212;
}
footer.joker .dashicons:first-of-type {
  margin-right: 16px;
}
footer.joker h2 {
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100vw;
  font-weight: bold;
  font-size: 18px;
  color: #272727;
}
.joker.produkt-container {
  margin-top: 32px;
  margin-bottom: 64px;
  max-width: 1140px;
}
.joker.produkt-container img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.joker.produkt-container .produkt-social-wrap {
  text-align: left;
  margin-top: 32px;
}
.joker.produkt-container h1 {
  margin-top: 32px;
  font-family: 'DK Lemon Yellow Sun';
  font-size: 48px;
  margin-bottom: 0;
}
.joker.produkt-container h2 {
  font-family: 'Wkwkwk';
  font-size: 24px;
  font-weight: 500;
}
.joker.produkt-container .category-name > a {
  color: inherit !important;
}
.joker.produkt-container .category-name.Cidery, .joker.produkt-container h2.Cidery {
  color: #fec02b;
}
.joker.produkt-container .category-name.Nakopáváky, .joker.produkt-container h2.Nakopáváky {
  color: #52dd2f;
}
.joker.produkt-container .category-name.Limošky, .joker.produkt-container h2.Limošky {
  color: #a61212;
}
.joker.produkt-container .content {
  margin-top: 32px;
  max-width: 600px;
}
.joker.produkt-container .content p {
  font-size: 16px;
  font-weight: 500;
}
.joker.produkt-container .content ul {
  list-style: none;
  padding-left: 0;
}
.joker.produkt-container .content ul li {
  font-weight: 500;
}
.joker.produkt-container .content ul li::before {
  content: "\f345";
  font-family: "Dashicons";
  vertical-align: middle;
  color: #a61212;
  margin-top: -4px;
  display: inline-block;
  margin-right: 8px;
}
.joker.produkt-container .category-name {
  font-family: 'Wkwkwk';
  font-size: 48px;
  margin-top: 64px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.joker.produkt-container .produkt-row {
  width: 100%;
  float: left;
}
.joker.produkt-container .produkt-row:first-of-type {
  margin-top: 64px;
}
.joker.produkt-container .produkt-wrap {
  text-align: center;
  margin: 32px 0;
}
.joker.produkt-container .produkt-wrap h4 {
  margin-bottom: 8px;
  font-family: 'DK Lemon Yellow Sun';
  font-size: 32px;
}
.joker.produkt-container .produkt-wrap img {
  width: 100%;
  margin-bottom: 8px;
}
.age-verify-container {
  font-family: "Poppins" !important;
  font-weight: 400;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 300;
  background: #f3f3f3;
}
.age-verify-container .content {
  position: absolute;
  max-width: 688px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .joker.produkt-container {
    margin-top: 16px;
  }
  .joker.produkt-container h1 {
    margin-top: 24px;
    font-size: 32px;
    text-align: center;
  }
  .joker.produkt-container h2 {
    text-align: center;
  }
  .joker.produkt-container .produkt-social-wrap {
    padding-top: 16px;
    text-align: center;
  }
  .produkt-wrap > h4 {
    font-size: 16px !important;
  }
}
.color-grey {
  color: #505050 !important;
}
.front-hero img {
  width: 100% !important;
}
.story.header {
  margin: 64px 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #434343;
}
.story.header p {
  margin-bottom: 8px;
}
.story.header h1 {
  margin-bottom: 8px;
  font-size: 36px;
}
.story-container {
  max-width: 926px;
}
section.story {
  width: 100%;
  float: left;
}
.story.story-item {
  font-family: 'Poppins';
  margin-top: 24px;
}
.story.story-item .image-content {
  margin: 32px 0;
  width: 100%;
  float: left;
}
.story.story-item .image-content img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, .53);
}
.hero1 {
  padding: 150px 0;
  text-align: center;
  background: #706f74;
  color: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.27);
}
.hero1 h1 {
  font-size: 65px;
}
.hero1 p {
  font-size: 20px;
}
.hero1 a {
  font-size: 20px;
  color: #706f74;
  border: 1px solid #fff;
  background: #fff;
  padding: 11px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
}
.hero1 a:hover {
  color: #fff;
  background: #706f74;
}
@media all and (max-width: 767px) {
  .hero1 {
    padding: 90px 0;
  }
}
@media all and (max-width: 610px) {
  .hero1 {
    padding: 100px 0;
  }
  .hero1 h1 {
    font-size: 35px;
  }
  .hero1 p {
    font-size: 16px;
  }
}
.about1 {
  color: #555458;
}
.about1 h1 {
  font-size: 40px;
  padding-top: 65px;
  margin-bottom: 45px;
}
.about1 .divp {
  font-size: 16px;
  padding-bottom: 65px;
  padding-right: 15px;
}
.about1 .image-wrapper {
  position: relative;
}
.about1 .image-wrapper div.img_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 10%;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media all and (max-width: 767px) {
  .about1 .image-wrapper {
    height: 400px;
    margin-bottom: 25px;
  }
  .about1 .divp {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.about2 {
  color: #555458;
}
.about2 h1 {
  font-size: 40px;
  padding-top: 65px;
  margin-bottom: 45px;
}
.about2 .divp {
  font-size: 16px;
  padding-bottom: 65px;
}
.about2 .before-this {
  position: relative;
}
.about2 .before-this:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
  height: 100%;
  width: 50vw;
  background: #f00;
  background-position: center;
  background-size: 10%;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.about2 .image-wrapper {
  display: none;
}
.about2 .image-wrapper div.img_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 10%;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media all and (max-width: 767px) {
  .about2 .image-wrapper {
    display: block;
    height: 400px;
    margin-bottom: 25px;
  }
  .about2 .divp {
    padding-bottom: 10px;
  }
  .about2 .before-this:before {
    display: none;
  }
}
.features1 {
  background: #c1c1c1;
  padding: 80px 0 50px 0;
  color: #555458;
  text-align: center;
}
.features1 h2 {
  font-size: 40px;
  margin-bottom: 110px;
}
.features1 .icon-wrapper img {
  max-width: 105px;
  display: block;
  margin: 0 auto 15px auto;
}
.features1 .icon-wrapper span {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 65px;
}
.heroslider1 {
  background: #706f74;
  color: #fff;
}
.heroslider1 .carousel-item {
  text-align: left;
}
.heroslider1 .carousel-item > div {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.heroslider1 .carousel-caption {
  top: 34px;
  left: 15%;
  right: auto;
}
.heroslider1 h5 {
  text-align: left;
  font-size: 65px;
}
.heroslider1 p {
  text-align: left;
  font-size: 20px;
}
@media all and (max-width: 1300px) {
  .heroslider1 .carousel-item > div {
    height: 500px;
  }
  .heroslider1 h5 {
    font-size: 55px;
  }
  .heroslider1 p {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .heroslider1 .carousel-item > div {
    height: 450px;
  }
  .heroslider1 h5 {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  .heroslider1 .carousel-item > div {
    height: 320px;
  }
  .heroslider1 .carousel-control-prev, .heroslider1 .carousel-control-next {
    display: none;
  }
  .heroslider1 .carousel-caption {
    top: 15px;
    left: 15px;
    right: auto;
    bottom: auto;
  }
  .heroslider1 .carousel-indicators li {
    height: 13px;
  }
  .heroslider1 h5 {
    font-size: 38px;
  }
}
@media all and (max-width: 576px) {
  .heroslider1 .carousel-item > div {
    height: 290px;
  }
  .heroslider1 h5 {
    font-size: 28px;
  }
}
.accordion1 {
  padding: 80px 0 51px 0;
  color: #555458;
}
.accordion1 .card {
  margin-bottom: 25px;
}
.accordion1 .card .card-header {
  margin-bottom: 0;
  padding: 0 0 0 0;
}
.accordion1 .card button {
  color: #555458;
  position: relative;
  padding: 20px;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
}
.accordion1 .card button span {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: 28px;
  display: block;
  opacity: 1;
}
.accordion1 .card button span.openAcc {
  display: none;
}
.accordion1 .card button span.closeAcc {
  display: block;
}
.accordion1 .card button.collapsed span.openAcc {
  display: block;
}
.accordion1 .card button.collapsed span.closeAcc {
  display: none;
}
.accordion1 .card button:hover {
  background-color: rgba(0, 0, 0, .1);
}
.accordion1 .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
@media all and (max-width: 576px) {
  .accordion1 .card button {
    padding: 10px 37px 10px 10px;
  }
  .accordion1 .card button span {
    right: 10px;
    top: 4px;
    font-size: 24px;
  }
}
.cta1 {
  background: #555458;
  padding: 50px 0;
  color: #fff;
}
.cta1 h2 {
  margin-bottom: 30px;
}
.cta1 a {
  display: inline-block;
  font-size: 20px;
  color: #706f74;
  border: 1px solid #fff;
  background: #fff;
  padding: 11px 30px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
}
.cta1 a:hover {
  color: #fff;
  background: transparent;
}
@media all and (max-width: 767px) {
  .cta1 {
    text-align: center;
  }
  .cta1 a {
    margin-top: 45px;
  }
}
@media all and (max-width: 576px) {
  .cta1 h2 {
    font-size: 1.5rem;
  }
}
.contact-icons-1 {
  text-align: center;
  padding: 80px 0 51px 0;
  color: #555458;
}
.contact-icons-1 h2 {
  font-size: 32px;
  margin-bottom: 60px;
}
.contact-icons-1 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.contact-icons-1 .desc {
  margin-bottom: 20px;
}
.contact-icons-1 .desc p {
  margin-bottom: 20px;
}
.contact-icons-1 div.desc {
  padding: 0 20px;
  text-align: center;
}
.contact-icons-1 strong {
  color: #555458;
  font-weight: 600;
  font-size: 18px;
}
.contact-icons-1 i {
  font-size: 48px;
}
.contact-icons-1 a {
  color: #555458;
  font-weight: 600;
  font-size: 18px;
}
.contact-icons-1 a:hover {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .contact-icons-1 {
    padding: 50px 0 51px 0;
  }
  .contact-icons-1 h2 {
    font-size: 29px;
    margin-bottom: 44px;
  }
  .contact-icons-1 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-icons-1 div.desc {
    padding: 0 0 0 0;
  }
  .contact-icons-1 strong, .contact-icons-1 a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .contact-icons-1 .desc {
    height: auto !important;
    margin-bottom: 10px;
  }
  .contact-icons-1 .desc p {
    margin-bottom: 10px;
  }
  .contact-icons-1 .icon-wrapper {
    margin-bottom: 38px;
  }
  .contact-icons-1 i {
    font-size: 68px;
    line-height: 1;
  }
}
.contact-map-1 {
  padding: 80px 0 51px 0;
  color: #555458;
}
.contact-map-1 h1 {
  margin-bottom: 30px;
}
.contact-map-1 iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.contact-map-1 .contacts {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.contact-map-1 .contacts a {
  font-size: 18px;
  color: #555458;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.contact-map-1 .contacts a i {
  font-size: 25px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 4px;
}
.contact-map-1 .contacts a:hover {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .contact-map-1 .contacts {
    padding-bottom: 30px;
  }
}
.photo-slider-1 {
  padding-bottom: 60px;
}
.photo-slider-1 h2 {
  color: #555458;
  text-align: center;
  padding: 40px 0 60px 0;
}
.photo-slider-1 .item {
  display: block;
}
.photo-slider-1 .item .bg {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-slider-1 .tns-nav {
  text-align: center;
}
.photo-slider-1 .tns-nav button {
  background: transparent;
  border: 3px solid #555458;
  border-radius: 0%;
  width: 12px;
  height: 12px;
  margin: 15px 2px;
  padding: 0 0 0 0;
}
.photo-slider-1 .tns-nav button.tns-nav-active {
  background: #fff;
}
.photo-slider-1 .tns-nav button:focus {
  outline: 0;
}
.photo-slider-1 .tns-nav button:hover {
  background: #555458;
}
.photo-slider-1 .tns-nav button.tns-nav-active:hover {
  background: #fff;
  border: 3px solid #555458;
}
.photo-slider-1 .tns-outer {
  position: relative;
}
.photo-slider-1 .tns-controls {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photo-slider-1 .tns-controls button {
  line-height: 0;
  position: absolute;
  background: none;
  border: 0;
  outline: 0;
  font-size: 68px;
  color: #fff;
}
.photo-slider-1 .tns-controls button i {
  line-height: 0;
}
.photo-slider-1 .tns-controls button[data-controls="prev"] {
  left: 15px;
}
.photo-slider-1 .tns-controls button[data-controls="next"] {
  right: 15px;
}
.photo-slider-1 .modal-dialog {
  max-width: 80%;
  max-width: 800px;
}
.photo-slider-1 .modal-dialog .modal-body {
  padding: 0.5rem;
  position: relative;
}
.photo-slider-1 .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
.photo-slider-1 .modal-dialog .modal-footer {
  border: 0;
}
.photo-slider-1 .modal-dialog img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photo-slider-1 .modal-dialog .modalControl {
  color: #fff;
  font-size: 49px;
  position: absolute;
  top: 50%;
  width: auto;
  display: inline-block;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 100%;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #4c4c4c;
}
.photo-slider-1 .modal-dialog .modalControl.modalLeft {
  left: 25px;
}
.photo-slider-1 .modal-dialog .modalControl.modalRight {
  right: 25px;
}
.photo-slider-1 .modal-dialog .modalControl i {
  line-height: 0;
  padding: 0;
  top: -5px;
  position: relative;
  right: -17px;
}
.photo-slider-1 .modal-dialog .modalControl i._left {
  right: -12px;
}
.photo-slider-1 .modal-dialog .modalControl:hover {
  background: #000;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .photo-slider-1 .item .bg {
    height: 220px;
  }
}
.both-side-content-1 {
  padding: 60px 0 51px 0;
}
.both-side-content-1 .mainHeadline {
  text-align: center;
  margin-bottom: 50px;
}
.both-side-content-1 .subHeadline {
  margin-bottom: 25px;
}
/* errors ------------------------------------------------------------------- */
.scss_errors {
  position: fixed;
  z-index: 10000;
  background: #fff;
  border: 5px solid red;
  border-bottom: none;
  border-left: none;
  padding: 0 30px;
  bottom: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}
.blog-post-1 article {
  padding-bottom: 25px;
}
.blog-post-1 article .blog_obr {
  height: 220px;
  position: relative;
}
.blog-post-1 article a {
  color: #555458;
}
.blog-post-1 article a:hover {
  color: #080808;
}
.blog-post-1 article h1 {
  font-size: 24px;
  padding-top: 35px;
}
.blog-post-1 h2 {
  color: #555458;
  text-align: center;
  margin-bottom: 50px;
}
.blog-post-1 .tns-nav {
  text-align: center;
}
.blog-post-1 .tns-nav button {
  background: transparent;
  border: 3px solid #555458;
  border-radius: 0%;
  width: 12px;
  height: 12px;
  margin: 15px 2px;
  padding: 0 0 0 0;
}
.blog-post-1 .tns-nav button.tns-nav-active {
  background: #555458;
}
.blog-post-1 .tns-nav button:focus {
  outline: 0;
}
.blog-post-1 .tns-nav button:hover {
  background: #555458;
}
.blog-post-1 .tns-nav button.tns-nav-active:hover {
  background: #555458;
  border: 3px solid #555458;
}
.blog-post-1 .tns-outer {
  position: relative;
}
.blog-post-1 .tns-controls {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-post-1 .tns-controls button {
  line-height: 0;
  position: absolute;
  background: none;
  border: 0;
  outline: 0;
  font-size: 68px;
  color: #000;
}
.blog-post-1 .tns-controls button i {
  line-height: 0;
}
.blog-post-1 .tns-controls button[data-controls="prev"] {
  left: -35px;
}
.blog-post-1 .tns-controls button[data-controls="next"] {
  right: -35px;
}
@media all and (max-width: 767px) {
  .blog-post-1 .tns-controls {
    display: none;
  }
}
.valrok img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
  border: solid 10px red;
}
.navbar.fixed-top {
  opacity: 1;
}
.navbar.fixed-top .container {
  justify-content: center;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fmain.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fglobal.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fheader.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fmenu.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fsearch.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Ffooter.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fsidebar.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fprint.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fmaterial.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Foverrides.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fjoker.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fstyles%5C%2Fstory.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fhero1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fabout1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fabout2.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Ffeatures1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fheroslider1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Faccordion1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fcta1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fcontact-icons1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fcontactmap1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fphotoslider1.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fbalci%5C%2Fscss%5C%2Fblocks%5C%2Fboth-side-content-1.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%2BBAAA%3BAAGC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BACwBA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAgC%3BAAAA%2CcAAA%3BAAAA%3BAAAgC%3BAAAA%2CcAAA%3BAAAA%3BAAA8B%3BAAAA%2CcAAA%3BAAAA%3BAAC9F%3BAAAA%2CiBAAA%3BAAAA%3BAAAoC%3BAAAA%2CiBAAA%3BAAAA%3BAAAwC%3BAAAA%2CiBAAA%3BAAAA%3BAAC5E%3BAAAA%2CiBAAA%3BAAAA%3BAAA8B%3BAAAA%2CiBAAA%3BAAAA%3BAAAoC%3BAAAA%2CiBAAA%3BAAAA%3BAAClE%3BAAAA%2CyBAAA%3BAAAA%3BAAAwC%3BAAAA%2CyBAAA%3BAAAA%3BAAAwC%3BAAAA%2CyBAAA%3BAAAA%3BAAAsC%3BAAAA%2CyBAAA%3BAAAA%3BAACtH%3BAAAA%2C4BAAA%3BAAAA%3BAAA4C%3BAAAA%2C4BAAA%3BAAAA%3BAAAgD%3BAAAA%2C4BAAA%3BAAAA%3BAAC5F%3BAAAA%2C4BAAA%3BAAAA%3BAAAsC%3BAAAA%2C4BAAA%3BAAAA%3BAAA4C%3BAAAA%2C4BAAA%3BAAAA%3BAAClF%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BADzEL%2CkFAAA%3BACqFC%3BAAAA%3BeAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BADhGH%2CgFAAA%3BACwGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAgBA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAC7HH%3BAAAA%2CYAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%3BAAAA%3BACZD%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUG%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAMA%3BAAAA%2CwQAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BACjFH%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAYA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAgBA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAC1IL%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%2CwBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%3BmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CwBAAA%3BAAAA%3BAAAgE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAuF%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAChBpM%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOC%3BAAAA%2CkBAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAClBH%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BAC9BN%3BAAAA%2C8BAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKI%3BAAAA%3ByBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWI%3BAAAA%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUI%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUJ%3BAAAA%2CeAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAWA%3BAAAA%2C6BAAA%3BAAAA%3BAAKJ%3BAAAA%2CWAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAMI%3BAAAA%2CoBAAA%3BAAAA%3BAAMI%3BAAAA%3BqCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASI%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAII%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2CeAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%2CoBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAYI%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAEQ%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQJ%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAWpB%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWI%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAMJ%3BAAAA%3BcAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWJ%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BgBAAA%3BAAAA%3BAAMI%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAmBJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAMJ%3BAAIY%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAOR%3BAAAA%2CgBAAA%3BAAAA%3BAAMI%3BAAAA%2CgCAAA%3BAAAA%3BAAOA%3BAAAA%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAAA%3BAAgBZ%3BAAIY%3BAAAA%2CoBAAA%3BAAAA%3BAAMR%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAKQ%3BAAAA%2CgCAAA%3BAAAA%3BAAIQ%3BAAAA%2CuBAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAUhB%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKI%3BAAAA%2CqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAASR%3BAAEI%3BAAAA%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%2CgCAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2C0BAAA%3BAAAA%3BAAII%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAQJ%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMR%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAQJ%3BAAAA%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGI%3BAAAA%2CuBAAA%3BAAAA%3BAAQR%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%2C6BAAA%3BAAAA%3BAC77BD%3BAAAA%3BwBAAA%3BAAAA%3BAAGK%3BAAAA%2CwBAAA%3BAAAA%3BAAEI%3BAAAA%2CsBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BACzBD%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOK%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAeI%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAWJ%3BAACI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAMJ%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2C4BAAA%3BAAAA%3BAAKI%3BAAAA%2CyBAAA%3BAAAA%3BACtNL%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWK%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BcAAA%3BAAAA%3BAAII%3BAAAA%3B%3B8CAAA%3BAAAA%3BACtCT%3BAAAA%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAASE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWC%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACxCH%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcD%3BAACC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BACjCH%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAiBD%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcD%3BAACC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BACtDF%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAChBF%3BAAAA%3BcAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACnFH%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWU%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%2CsCAAA%3BAAAA%3BAAMN%3BAAAA%2C%2BCAAA%3BAAAA%3BAAME%3BAACI%3BAAAA%2CiCAAA%3BAAAA%3BAAEI%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BACzDZ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWC%3BAAAA%3B0BAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAChCH%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%2C6BAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BwBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BACtEH%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAYA%3BAAAA%2C6BAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAClCF%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAOD%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAOF%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAkBC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%3BkBAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAC5IH%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAtBPF%2CgFAAA%3BAA8CC%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAWA%3BAAAA%3BgCAAA%3BAAAA%3BAAMI%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3BoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAMR%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAASJ%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%2C0BAAA%3BAAAA%22%7D */