@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.button {
  display: inline-block;
  text-transform: uppercase !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  padding: 8px 24px !important;
  transition-duration: color background;
  transition-duration: 0.3s;
  border-radius: none !important;
  border: none;
}
 .primary {
  border: solid 3px black !important;
  color: white !important;
  background: black !important;
}
 .primary:hover {
  color: black !important;
  background: white !important;
}
 .secondary {
  color: #96c8f3 !important;
  background: none !important;
  border: none !important;
}
button.unstyled {
  background: unset !important;
  border: unset !important;
}
button.unstyled :active {
  outline: unset !important;
  border: unset !important;
}
 :focus {
  outline: unset !important;
}
button:hover, a:hover {
  cursor: pointer !important;
}
.load-more {
  color: #96c8f3;
  font-size: 24px;
  font-weight: 700;
}
.load-more::after {
  font-family: "Material Icons";
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.load-more.active::after {
  font-family: "Material Icons";
  content: "" !important;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.acf-header .acf-label label {
  font-size: 44px;
}
.text-primary, .color-primary {
  color: #96c8f3 !important;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase;
}
.iframe-100 > iframe {
  width: 100%;
}
body.drawer-open {
  overflow-y: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
a {
  color: #699fcd;
}
a.acf-button.button {
  padding: 4px 6px !important;
  font-size: 14px !important;
}
.height-unset {
  height: unset !important;
}
#myProgress {
  width: 100%;
  background-color: grey;
}
#myBar {
  width: 1%;
  height: 30px;
  background-color: #96c8f3;
}
.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;
}
footer {
  margin-top: 128px;
  text-align: center;
}
footer img {
  width: 250px;
  height: 180px;
  margin-right: 32px;
  object-fit: contain;
  display: inline-block;
}
footer :last-of-type {
  margin-right: 0;
}
footer div {
  padding-top: 40px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 28px;
}
footer .row .col-3 div {
  color: black;
  font-size: 20px;
  font-weight: 400;
}
footer .row .col-3 :hover {
  text-decoration: none;
}
footer div.socials {
  padding-top: 30px;
}
@media (max-width: 576px) {
  footer img {
    margin: 16px 16px;
  }
}
.navbar {
  padding: 12px 0;
  padding-top: 44px;
  background: #fff;
  background: none;
  z-index: 100;
}
.navbar .container {
  align-items: normal;
  max-width: 100%;
  padding: 0 64px;
  justify-content: space-between !important;
}
.navbar .container .logo-link {
  float: left;
}
.navbar .container .nav-item {
  margin-right: 16px;
}
.navbar .container .nav-item:nth-last-child(2) {
  margin-right: 24px;
}
.navbar .container .nav-item:last-of-type {
  margin-right: 0;
}
.navbar .container .nav-item:last-of-type a::after {
  content: none !important;
}
.navbar .container .nav-item.has-children > a::after {
  content: url("/wp-content/uploads/2022/09/menu-arrow.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -6px;
  color: #000;
  transition: all 0.2s;
}
.navbar .container .nav-link {
  user-select: none;
  color: black;
  font-size: 18px;
  vertical-align: middle;
  height: 100%;
  line-height: 25px;
  transition-property: color;
  transition-duration: 0.1s;
  border-bottom: solid 3px rgba(0, 0, 0, 0);
}
.navbar .container .search-menu-wrap:hover, .navbar .container .nav-link:hover, .navbar .container .nav-link:active, .navbar .container .nav-link:focus {
  border-bottom: solid 3px #96c8f3;
}
.navbar .container .navbar-toggler {
  color: #888;
  color: rgba(0, 0, 0, 0.5);
  border-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar .container .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 .container .sub-menu {
  padding: 12px 0;
  background: #fcfcfc;
}
.navbar .container .sub-menu li {
  display: block;
  margin-right: 0 !important;
}
.navbar .container .sub-menu li .nav-link {
  display: block;
}
body.drawer-open {
  overflow-y: hidden !important;
}
.drawer {
  overflow: hidden;
  border-left: solid 3px black;
  position: fixed;
  width: 320px;
  height: 100vh;
  padding-top: 128px;
  right: -323px;
  top: 0;
  z-index: 100;
  background: white;
  display: block;
  transition-property: right;
  transition-duration: 0.3s;
}
.drawer.active {
  right: 0;
}
body.admin-bar .drawer {
  top: 0;
  height: 100vh;
}
body.admin-bar .drawer-close {
  top: 76px;
}
.drawer-toggle {
  display: none;
}
@media (max-width: 1220px) {
  .navbar .container .nav-item {
    margin-right: 26px;
  }
  .navbar .container .nav-item:nth-last-child(2) {
    margin-right: 24px;
  }
}
@media (max-width: 992px) {
  div.navbar {
    background: none;
  }
  .material.nav.nav-menu {
    display: none !important;
  }
  .material.nav.nav-drawer .navbar-nav {
    padding: 0 24px;
    width: 100%;
  }
  .material.nav.nav-drawer .nav-item {
    min-height: 56px;
    padding: inherit 0;
  }
  .material.nav.nav-drawer .nav-item.has-children > a::after {
    content: url("/wp-content/uploads/2021/06/icon_arrow_down.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -6px;
    color: #000;
    transition: all 0.2s;
  }
  .material.nav.nav-drawer .sub-menu {
    list-style: none;
    position: relative;
    display: none;
  }
  .material.nav.nav-drawer .sub-menu.active {
    display: block;
    padding-left: 16px;
  }
  .material.nav.nav-drawer .sub-menu.active .nav-link {
    font-size: 18px !important;
  }
  .material.nav.nav-drawer .sub-menu > .nav-item:first-of-type {
    margin-top: 20px;
  }
  .material.nav.nav-drawer .nav-link {
    color: black;
    font-size: 20px;
    vertical-align: middle;
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    transition-property: color;
    transition-duration: 0.1s;
    padding: 0 !important;
  }
  .material.nav.nav-drawer .search-menu-wrap:hover, .material.nav.nav-drawer .nav-link:hover, .material.nav.nav-drawer .nav-link:active, .material.nav.nav-drawer .nav-link:focus {
    border-bottom: solid 3px #1a1a1a;
  }
  .drawer-close {
    position: absolute;
    top: 32px;
    right: 32px;
    background: none !important;
    border: none !important;
  }
  .drawer-close i.material-icons {
    font-size: 40px;
  }
  .drawer-toggle {
    display: inline-block;
    background: none !important;
    border: none !important;
    position: relative;
    height: 56px;
    width: 56px;
    position: relative;
  }
  .drawer-toggle i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 40px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .navbar .container {
    padding: 0 32px;
  }
  .navbar .container .logo-link > img.logo-img {
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
  }
  .sub-menu li {
    border-bottom: none;
  }
  .sub-menu li .nav-link {
    padding: 4px 12px;
    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 (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, 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 (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;
  }
}
.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;
  }
}
.sbi_item {
  padding: 16px !important;
}
.sbi_photo_wrap {
  border: solid 3px black;
}
#sb_instagram #sbi_load .sbi_load_btn {
  background: none !important;
  color: #96c8f3 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.sbi_photo_wrap > a {
  border-radius: 24px;
}
#sb_instagram .sbi_photo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.fotorama__arr {
  background: none !important;
}
.fotorama__arr::after {
  font-family: "Material Icons";
  color: #96c8f3;
  font-size: 40px;
}
.fotorama__arr.fotorama__arr--next::after {
  content: "";
}
.fotorama__arr.fotorama__arr--prev::after {
  content: "";
}
.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: #da77b3 !important;
}
.page-numbers.next > span, .page-numbers.prev > span {
  font-size: 24px;
  margin-top: 4px;
  vertical-align: middle;
  color: #da77b3;
}
.modal-dialog {
  margin: 0 auto !important;
}
.modal-content {
  border-radius: 0 !important;
}
.modal-content .modal-header {
  border-bottom: none !important;
}
.modal-content .modal-footer {
  border-top: none !important;
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6, .editor-styles-wrapper p {
  margin: unset;
}
.interface-interface-skeleton__content {
  overflow-x: hidden;
}
.editor-styles-wrapper {
  font-family: unset !important;
}
.block-editor-block-list__layout .wp-block {
  z-index: 0 !important;
}
body.block-editor-page, html.wp-toolbar {
  background: none;
}
.edit-post-visual-editor, .editor-styles-wrapper {
  background-color: #fcfcfc !important;
}
.wp-block {
  max-width: 1056px;
}
.block-editor__container img {
  max-width: unset !important;
}
.block-editor .edit-post-sidebar .acf-fields > .acf-field > .acf-label label {
  font-size: 24px;
  font-weight: 600;
}
.mb-lg-6 {
  margin-bottom: 6rem !important;
}
@media (min-width: 996px) {
  .modal-dialog.download-form-dialog {
    max-width: 620px;
  }
  .modal-dialog.download-form-dialog .modal-content {
    border-radius: 10px !important;
  }
  .modal-dialog.download-form-dialog .modal-header {
    padding: 32px 16px;
  }
  .modal-dialog.download-form-dialog .modal-body {
    padding: 0 7% !important;
  }
  .modal-dialog.download-form-dialog .modal-footer {
    padding: 16px 7% !important;
  }
  .modal-dialog.download-form-dialog .modal-footer .btn {
    background: none;
    font-weight: 500;
    font-size: 32px;
    box-shadow: none !important;
  }
  .modal-dialog.download-form-dialog .modal-footer .btn:focus, .modal-dialog.download-form-dialog .modal-footer .btn:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .modal-dialog.download-form-dialog .modal-footer .btn.download {
    color: #96c8f3;
  }
}
.socials .socials-link {
  border-radius: 50%;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  background: #96c8f3;
  display: inline-block;
  position: relative;
}
.socials .socials-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
}
.socials :last-child {
  margin-right: 0;
}
 .bottom {
  margin-top: 56px;
}
 .center {
  text-align: center;
}
.section-socials h1 {
  font-size: 48px;
  font-weight: 600;
}
.cta-scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cta-scroll-wrap .cta-scroll {
  color: #888;
}
.cta-scroll-wrap::after {
  content: '';
  font-family: 'Material Icons';
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-size: 40px;
  transform: translateX(-50%);
  color: #96c8f3;
}
@media (max-width: 576px) {
  .section-socials h1 {
    font-size: 32px;
  }
}
section.archive.project {
  margin-top: 56px;
}
section.archive.project a {
  display: block;
  text-align: left;
}
section.archive.project a div.project-item {
  margin-bottom: 48px;
}
section.archive.project a div.project-item h2 {
  display: inline-block;
  border-bottom: solid 3px #da77b3;
  padding-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  color: black;
  text-decoration: none !important;
}
section.archive.project a div.project-item p {
  color: black;
  text-decoration: none !important;
}
section.archive.project a:hover {
  color: black;
  text-decoration: none !important;
}
.form {
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* select starting stylings ------------------------------*/
  /* Remove focus */
  /* Use custom arrow */
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
}
.form input:focus {
  outline: none;
}
.form .material-group {
  position: relative;
  margin-bottom: 28px;
  margin-top: 10px;
}
.form .material-input {
  font-size: 18px;
  padding: 14px 5px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #96c8f3;
  outline: none !important;
  border-radius: 0px;
  background: none;
}
.form .material-input.readonly:read-only, .form .material-input:read-only {
  background: #e3e3e3;
}
.form .material-input:invalid:not([value=""]) ~ .input-invalid {
  display: block !important;
}
.form .bar {
  position: relative;
  display: block;
  width: 100%;
}
.form .material-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 13px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form .material-input:focus ~ .material-label, .form .material-input:not([value=""]) ~ .material-label {
  top: -16px;
  font-size: 14px;
  color: #96c8f3;
  color: black;
}
.form .bar:before, .form .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0.1px;
  position: absolute;
  background: #96c8f3;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form .bar:before {
  left: 50%;
}
.form .bar:after {
  right: 50%;
}
.form .material-input:focus ~ .bar:before, .form .material-input:focus ~ .bar:after {
  width: 50%;
}
.form .select {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 28px;
  background: none;
}
.form .select-text {
  position: relative;
  background: none;
  width: 100%;
  padding: 14px 5px 5px 5px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #96c8f3;
  caret-color: transparent;
}
.form .select-text:focus {
  outline: none;
}
.form .select .select-text {
  appearance: none;
  -webkit-appearance: none;
}
.form .select:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #96c8f3;
  pointer-events: none;
}
.form .select-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 13px;
  transition: 0.2s ease all;
}
.form .select-text:focus ~ .select-label, .form .select-text:valid ~ .select-label, .form .select-label.active {
  color: black;
  top: -20px;
  left: 5px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.form .select-text.active ~ .select-label {
  color: black;
  top: -20px;
  left: 5px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.form .select-text.disabled {
  background: #e3e3e3;
}
.form .select-text.selector-date ~ .select-label {
  color: black;
  top: -20px;
  left: 5px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.form .select-text.custom:not(:placeholder-shown) ~ .select-label {
  color: black;
  top: -20px;
  left: 5px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.form .select-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form .select-bar:before, .form .select-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #96c8f3;
  transition: 0.2s ease all;
}
.form .select-bar:before {
  left: 50%;
}
.form .select-bar:after {
  right: 50%;
}
.form .select-text:focus ~ .select-bar:before, .form .select-text:focus ~ .select-bar:after {
  width: 50%;
}
.form .select-highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
}
.form .select-text.custom {
  user-select: none;
}
.form .select-text.custom:hover {
  cursor: pointer !important;
}
.campaign-column {
  position: absolute;
  left: 62%;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
}
.campaign-column .campaign-questions-wrap {
  position: absolute;
  top: 268px;
  width: 500px;
}
.campaign-column .campaign-questions-wrap ul {
  padding-right: 5%;
  padding-left: 24px;
  list-style: none !important;
}
.campaign-column .campaign-questions-wrap ul li {
  text-align: left;
  font-size: 28px;
  margin-bottom: 16px;
}
.campaign-questions-wrap-mobile ul {
  padding-right: 5%;
  padding-left: 24px;
  list-style: none !important;
}
.campaign-questions-wrap-mobile ul li {
  text-align: left;
  font-size: 20px;
  margin-bottom: 16px;
}
section.section-campaign {
  margin-top: 64px;
}
section.section-campaign iframe {
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1);
}
.campaign-countdown h2 {
  font-size: 48px;
  margin-bottom: 0;
}
.campaign-countdown h1 {
  font-size: 128px;
  margin-bottom: 8px;
  line-height: 90%;
}
.campaign-countdown h4 {
  font-size: 18px;
}
section.opening-camaign.section-opening {
  padding-top: 32px;
  position: relative;
  text-transform: lowercase;
  margin-bottom: 64px;
  height: auto !important;
}
section.opening-camaign.section-opening .opening-campaign-wrap {
  margin-bottom: 38px;
}
section.opening-camaign.section-opening .opening-campaign-wrap h5 {
  font-size: 32px;
  margin-bottom: 0;
}
section.opening-camaign.section-opening .opening-campaign-wrap .opening-campaign-logo-wrap img {
  display: inline-block;
  position: relative;
  left: unset;
  top: unset;
  transform: none;
  width: 80%;
  height: auto;
}
section.opening-camaign.section-opening .opening-campaign-wrap .opening-campaign-motto {
  margin-top: 16px;
  font-style: italic;
  font-size: 24px;
}
section.opening-camaign.section-opening div.header-wrap h1 {
  font-weight: 500;
  font-size: 86px;
  display: inline;
  border-bottom: solid 5px black;
}
section.opening-camaign.section-opening h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 24px;
}
section.opening-camaign.section-opening .socials.bottom {
  display: none;
}
section.opening-camaign.section-opening img {
  position: absolute;
  left: 80%;
  top: 40px;
  z-index: -1;
  height: unset;
  width: auto;
}
@media (max-width: 992px) {
  section.opening-camaign.section-opening img {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    max-width: 100%;
    transform: none;
    margin-top: 56px;
  }
   .userLogged {
    height: unset !important;
  }
}
@media (max-width: 576px) {
  section.section-opening {
    padding-top: 0 !important;
  }
  section.section-opening div.header-wrap h1 {
    font-weight: 600;
    font-size: 64px;
    line-break: loose;
    width: 100%;
  }
  section.section-opening h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 24px;
  }
   .userLogged {
    height: unset !important;
  }
}
@media (max-width: 768px) {
  .section-campaign {
    margin-top: 140px;
  }
  section.opening-camaign.section-opening .opening-campaign-wrap .opening-campaign-logo-wrap img {
    margin-top: 0;
    width: 100%;
  }
  section.opening-camaign.section-opening div.header-wrap h1 {
    font-weight: 500;
    font-size: 46px;
    display: inline;
    border-bottom: solid 5px black;
  }
  section.opening-camaign.section-opening p {
    font-weight: 500;
    width: 100%;
  }
}
div.souhlas-page-container {
  background: black;
  color: white;
}
div.souhlas-page-container .container {
  max-width: 1280px;
}
div.souhlas-page-container .container section {
  height: calc(100vh - 32px);
  padding-top: 64px;
}
div.souhlas-page-container .container section h1 {
  font-size: 84px;
}
div.souhlas-page-container .container section h2 {
  font-size: 42px;
}
div.souhlas-page-container .souhlas-cta-container {
  margin-top: 96px;
}
div.souhlas-page-container .souhlas-button {
  background-color: #ba232a;
  color: white;
  padding: 12px 40px;
  padding-top: 8px;
  border-radius: 100px;
  border: none !important;
}
div.souhlas-page-container .souhlas-button.lg {
  font-size: 40px;
}
div.souhlas-page-container .souhlas-button:hover {
  border-style: none;
}
div.souhlas-page-container .souhlas-navigation {
  margin-top: 96px;
}
div.souhlas-page-container .souhlas-navigation a {
  display: inline-block;
  padding: 32px;
  font-size: 24px;
  color: white !important;
}
div.souhlas-page-container .souhlas-navigation a:hover {
  color: white !important;
  text-decoration: none !important;
}
div.souhlas-page-container .photo-wrap {
  position: absolute;
}
div.souhlas-page-container .photo-wrap .supporting-photo {
  width: calc(25% - 24px);
  margin-right: 24px;
  border: solid 3px white;
}
div.souhlas-page-container form.form .material-input {
  border-bottom: 1px solid #ba232a;
  color: white !important;
}
div.souhlas-page-container form.form .bar:before, div.souhlas-page-container form.form .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0.1px;
  position: absolute;
  background: #ba232a;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
div.souhlas-page-container form.form .material-input:focus ~ .material-label, div.souhlas-page-container form.form .material-input:not([value=""]) ~ .material-label {
  color: #999;
}
div.souhlas-page-container .color-souhlas {
  color: #ba232a !important;
}
div.souhlas-page-container .row.souhlas-howto-row {
  margin-top: 80px;
}
div.souhlas-page-container .row.souhlas-howto-row .col h1 {
  color: #ba232a;
}
div.souhlas-page-container .row.souhlas-howto-row .col h2 {
  margin-bottom: 16px;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-thin-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-thin-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-thin-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-extralight-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-extralight-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-extralight-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-extralight-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-light-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-light-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-light-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-regular-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-regular-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-regular-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-medium-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-medium-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-medium-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-semibold-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-semibold-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-semibold-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "bould";
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-bold-webfont.eot");
  src: url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-bold-webfont.woff2") format("woff2"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-bold-webfont.woff") format("woff"), url("https://konsent.cz/wp-content/themes/balci/scss/fonts/bould-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
section.section-opening {
  padding-top: 32px;
  position: relative;
  text-transform: lowercase;
  margin-bottom: 86px;
}
section.section-opening div.header-wrap h1 {
  font-weight: 500;
  font-size: 104px;
  display: inline;
  border-bottom: solid 5px black;
}
section.section-opening h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 24px;
}
section.section-opening p {
  margin-bottom: 24px;
}
section.section-opening div a.link-item {
  color: #96c8f3;
  font-weight: 600;
  font-size: 24px;
  padding-left: 32px;
  position: relative;
}
section.section-opening div .link-item::after {
  font-family: "Material Icons";
  content: "";
  margin-top: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
}
section.section-opening img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
@media (max-width: 992px) {
  section.section-opening {
    max-height: unset;
    height: unset !important;
  }
  section.section-opening div.header-wrap h1 {
    font-weight: 500;
    font-size: 84px;
    display: inline;
    border-bottom: solid 5px black;
    line-break: anywhere;
    width: 100%;
  }
  section.section-opening h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  section.section-opening img {
    position: relative;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
    height: auto;
    width: 100%;
    margin-top: 56px;
  }
   .userLogged {
    height: unset !important;
  }
}
@media (max-width: 576px) {
  section.section-opening {
    padding-top: 0 !important;
  }
  section.section-opening div.header-wrap h1 {
    font-weight: 600;
    font-size: 64px;
    line-break: loose;
    width: 100%;
  }
  section.section-opening h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 24px;
  }
   .userLogged {
    height: unset !important;
  }
}
section.section-header {
  margin-bottom: 40px;
}
section.section-header h1 {
  text-transform: lowercase;
  margin-top: 64px;
}
section.section-header h1.xs {
  font-size: 24px;
  font-weight: 500;
}
section.section-header h1.s {
  font-size: 32px;
  font-weight: 500;
}
section.section-header h1.m {
  font-size: 48px;
  font-weight: 700;
}
section.section-header h1.l {
  font-size: 64px;
  font-weight: 600;
}
section.section-header h1.xl {
  font-size: 144px;
  font-weight: 500;
}
section.section-header h1.left {
  text-align: left;
}
section.section-header h1.center {
  text-align: center;
}
section.section-header h1.right {
  text-align: right;
}
section.section-header h1 i.material-icons {
  color: #96c8f3;
}
section.section-header h1 i.material-icons:first-of-type {
  margin-right: 16px;
}
section.section-header h1 i.material-icons:last-of-type {
  margin-left: 16px;
}
section.section-header div.support-text {
  font-size: 16px;
  color: black;
}
section.section-header div.support-text.right {
  text-align: right;
}
section.section-header div.support-text.left {
  text-align: left;
}
section.section-header div.support-text.center {
  text-align: center;
}
@media (max-width: 576px) {
  section.section-header h1 {
    text-transform: lowercase;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  section.section-header h1.xs {
    font-size: 24px;
    font-weight: 500;
  }
  section.section-header h1.s {
    font-size: 32px;
    font-weight: 500;
  }
  section.section-header h1.m {
    font-size: 38px !important;
    font-weight: 700;
  }
  section.section-header h1.l {
    font-size: 64px;
    font-weight: 600;
  }
  section.section-header h1.xl {
    font-size: 144px;
    font-weight: 500;
  }
  section.section-header h1 i.material-icons {
    color: #96c8f3;
  }
  section.section-header h1 i.material-icons:first-of-type {
    margin-right: 12px;
  }
  section.section-header h1 i.material-icons:last-of-type {
    margin-left: 12px;
  }
}
section.section-header-2 {
  margin-bottom: 64px;
}
section.section-header-2 div.flex-container {
  display: flex;
  position: relative;
}
section.section-header-2 div.left {
  width: auto;
  max-width: 70%;
}
section.section-header-2 div.right {
  flex-grow: 1;
  border-bottom: solid 3px black;
  position: relative;
  height: 120px;
}
section.section-header-2 h1 {
  font-size: 124px;
}
section.section-header-2 h2 {
  font-size: 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 576px) {
  section.section-header-2 div.flex-container {
    display: block;
    position: relative;
  }
  section.section-header-2 div.left {
    width: 100% !important;
    max-width: unset;
  }
  section.section-header-2 div.right {
    width: auto !important;
    height: auto !important;
    display: inline-block;
    border-bottom: none !important;
  }
  section.section-header-2 h1 {
    font-size: 48px;
    font-weight: 600;
  }
  section.section-header-2 h2 {
    font-size: 28px;
    position: relative;
    display: inline;
    font-weight: 400;
    border-bottom: solid 3px black;
  }
}
section.section-header-text {
  margin-bottom: 64px;
}
section.section-header-text h2 {
  text-align: right;
  font-size: 48px;
  font-weight: 600;
}
section.section-header-text div.content {
  padding-left: 24px;
  line-height: 27px;
  position: relative;
  max-height: calc(27px * 3);
  overflow: hidden;
  padding-right: 1rem;
}
section.section-header-text div.content.active {
  -webkit-line-clamp: unset !important;
  max-height: none;
}
section.section-header-text div.content-untruncated {
  padding-left: 24px;
  line-height: 27px;
  position: relative;
  overflow: hidden;
  padding-right: 1rem;
}
section.section-header-text .read-more-container {
  text-align: right;
}
@media (max-width: 768px) {
  section.section-header-text {
    margin-bottom: 64px;
  }
  section.section-header-text h2 {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
  }
  section.section-header-text div.content {
    padding-left: 0;
    line-height: 27px;
    position: relative;
    max-height: calc(27px * 3);
    overflow: hidden;
    padding-right: 1rem;
  }
  section.section-header-text div.content.active {
    -webkit-line-clamp: unset !important;
    max-height: none;
  }
  section.section-header-text .read-more-container {
    text-align: right;
  }
}
@media (max-width: 576px) {
  section.section-header-text div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-header-text-graphic {
  margin-bottom: 64px;
}
section.section-header-text-graphic .read-more-container {
  text-align: left;
}
section.section-header-text-graphic img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}
section.section-header-text-graphic .carousel .carousel-inner .carousel-item img {
  height: 300px;
  object-fit: contain;
}
section.section-header-text-graphic .carousel .carousel-control-prev-icon, section.section-header-text-graphic .carousel .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-image: none;
}
section.section-header-text-graphic .carousel .carousel-control-next-icon:after {
  font-family: 'Material Icons';
  content: '';
  font-size: 55px;
  color: black;
}
section.section-header-text-graphic .carousel .carousel-control-prev-icon:after {
  font-family: 'Material Icons';
  content: '';
  font-size: 55px;
  color: black;
}
section.section-header-text-graphic h2 {
  font-size: 48px;
  font-weight: 600;
}
section.section-header-text-graphic div.content {
  line-height: 27px;
  position: relative;
  max-height: calc(27px * 3);
  overflow: hidden;
  padding-right: 1rem;
}
section.section-header-text-graphic div.content.active {
  -webkit-line-clamp: unset !important;
  max-height: none;
}
section.section-header-text-graphic-video {
  margin-bottom: 64px;
  margin-top: 16px;
}
section.section-header-text-graphic-video h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 8px;
}
section.section-header-text-graphic-video div.content {
  text-align: right;
  margin-top: 16px;
}
section.section-header-text-graphic-video div.content p {
  margin-bottom: 16px;
}
section.section-header-text-graphic-video img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
section.section-header-text-graphic-video .read-more-container {
  text-align: right;
}
@media (max-width: 576px) {
  section.section-header-text-graphic-video {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  section.section-header-text-graphic-video h2 {
    text-align: left;
  }
  section.section-header-text-graphic-video div.content {
    text-align: left;
  }
  section.section-header-text-graphic-video .read-more-container {
    text-align: center !important;
  }
}
section.section-news {
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
  padding: 20px 24px;
  background: white;
}
section.section-news h6 {
  color: #969696;
  font-weight: 600;
  font-size: 18px;
  margin: unset;
  margin-bottom: 4px;
}
section.section-news h2 {
  font-size: 24px;
  color: black;
  font-weight: 600;
  margin: unset;
  margin-bottom: 4px;
}
section.section-news p {
  margin-bottom: 0;
}
section.section-news div {
  margin-top: 8px;
}
section.section-news div a {
  color: #96c8f3;
  font-size: 24px;
  font-weight: 700;
}
section.section-news div a::after {
  font-family: 'Material Icons';
  content: '';
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
section.section-dashboard {
  padding-top: 24px;
  margin-bottom: 128px;
}
section.section-dashboard .row .col {
  margin-bottom: 24px;
}
section.section-dashboard .row .col div.dashboard-block {
  padding: 20px 24px;
  background: white;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  padding-bottom: 16px;
}
section.section-dashboard .row .col div.dashboard-block h3 {
  text-transform: lowercase;
  font-size: 32px;
  font-weight: 600;
}
section.section-dashboard .row .col div.dashboard-block p {
  height: 76px;
  margin-bottom: 4px;
  overflow: hidden;
}
section.section-dashboard .row .col div.dashboard-block div a {
  color: #96c8f3;
  font-size: 24px;
  font-weight: 700;
}
section.section-dashboard .row .col div.dashboard-block div a::after {
  font-family: 'Material Icons';
  content: '';
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
@media (max-width: 576px) {
  section.section-dashboard .row .col {
    margin-bottom: 24px;
  }
  section.section-dashboard .row .col div.dashboard-block {
    padding: 20px 24px;
    background: white;
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    padding-bottom: 16px;
  }
  section.section-dashboard .row .col div.dashboard-block h3 {
    text-transform: lowercase;
    font-size: 32px;
    font-weight: 600;
  }
  section.section-dashboard .row .col div.dashboard-block p {
    height: unset;
    margin-bottom: 4px;
    overflow: hidden;
  }
  section.section-dashboard .row .col div.dashboard-block div a {
    color: #96c8f3;
    font-size: 24px;
    font-weight: 700;
  }
  section.section-dashboard .row .col div.dashboard-block div a::after {
    font-family: 'Material Icons';
    content: '';
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
  }
}
section.section-projects {
  margin-top: 64px;
  margin-bottom: 132px;
  position: relative;
  overflow: visible;
}
section.section-projects img {
  z-index: -1;
  position: absolute;
  right: calc(400px - 50vw);
  top: -300px;
  width: 58%;
}
section.section-projects a {
  display: block;
}
section.section-projects a div.project-item {
  max-width: 50%;
  margin-bottom: 48px;
}
section.section-projects a div.project-item h2 {
  display: inline-block;
  border-bottom: solid 3px #da77b3;
  padding-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  color: black;
  text-decoration: none !important;
}
section.section-projects a div.project-item p {
  color: black;
  text-decoration: none !important;
}
section.section-projects a:hover {
  color: black;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  section.section-projects img {
    right: calc(350px - 50vw);
  }
}
@media (max-width: 768px) {
  section.section-projects img {
    right: calc(270px - 50vw);
    top: -450px;
  }
  section.section-projects a div.project-item {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  section.section-projects img {
    right: -32px;
    top: -90vw;
  }
}
section.section-statistics {
  margin-top: 48px;
}
section.section-statistics h3 {
  font-size: 56px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 3px #96c8f3;
}
section.section-statistics p {
  font-size: 24px;
}
section.section-statistics a {
  color: #888;
}
section.section-statistics .row .col {
  margin-bottom: 32px;
}
section.section-statistics .row .col .statistic-item h4 {
  font-size: 42px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 3px #96c8f3;
}
section.section-statistics .row .col .statistic-item p {
  font-size: 20px;
  margin-bottom: 4px;
}
section.section-instagram {
  margin-top: 32px;
}
section.section-instagram #sbi_mod_error {
  float: none;
}
section.section-instagram .follow-container {
  text-align: center;
}
section.section-donations {
  margin-top: 32px;
}
section.section-donations div.col {
  padding: 32px;
}
section.section-donations div.col div.donation-col {
  padding: 24px 40px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
  text-align: left;
  background: white;
}
section.section-donations div.col div.donation-col h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
section.section-donations div.col div.donation-col p {
  font-size: 16px;
  margin-bottom: 24px;
}
section.section-donations {
  margin-top: 32px;
}
section.section-donations div.col {
  padding: 32px;
}
section.section-donations div.col div.donation-col {
  padding: 24px 40px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
  text-align: left;
}
section.section-donations div.col div.donation-col h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
section.section-donations div.col div.donation-col p {
  font-size: 16px;
  margin-bottom: 24px;
}
section.section-donations-with-statistics {
  margin-top: 56px;
}
section.section-donations-with-statistics .statistic-item a {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 32px;
  border-bottom: solid 3px #96c8f3;
  color: black;
  font-size: 22px;
  text-transform: lowercase;
}
@media (max-width: 576px) {
  section.section-donations div.col {
    padding: 0 !important;
    margin-bottom: 32px;
  }
  section.section-donations div.col div.donation-col {
    padding: 20px 24px !important;
  }
}
.socials .socials-link {
  border-radius: 50%;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  background: #96c8f3;
  display: inline-block;
  position: relative;
}
.socials .socials-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
}
.socials :last-child {
  margin-right: 0;
}
 .bottom {
  margin-top: 56px;
}
 .center {
  text-align: center;
}
.section-socials h1 {
  font-size: 48px;
  font-weight: 600;
}
.cta-scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cta-scroll-wrap .cta-scroll {
  color: #888;
}
.cta-scroll-wrap::after {
  content: '';
  font-family: 'Material Icons';
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-size: 40px;
  transform: translateX(-50%);
  color: #96c8f3;
}
@media (max-width: 576px) {
  .section-socials h1 {
    font-size: 32px;
  }
}
section.section-text {
  margin-bottom: 86px;
}
section.section-text div.content.wrapped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.section-text div.content.wrapped .active {
  display: -webkit-box !important;
  -webkit-line-clamp: 1000000 !important;
  -webkit-box-orient: unset !important;
  overflow: unset !important;
}
section.section-gallery {
  margin-top: 56px;
  padding: 0 64px;
}
section.section-gallery .fotorama {
  width: 100%;
}
@media (max-width: 576px) {
  section.section-gallery {
    padding: 0;
  }
}
section.section-gallery-2 {
  margin-top: 56px;
}
.ekko-lightbox .material-icons {
  font-size: 70px;
  color: white !important;
}
.ekko-lightbox .modal-content {
  border: none !important;
}
.ekko-lightbox .modal-body {
  padding: 0 !important;
}
.ekko-lightbox .ekko-lightbox-nav-overlay {
  left: -100px;
  width: calc(100% + 200px);
}
#mc_embed_signup {
  margin-top: 0 !important;
  font-size: 18px !important;
}
#mc_embed_signup .mc-field-group:not(.input-group) {
  min-height: 56px;
  margin-bottom: 16px;
  position: relative;
}
#mc_embed_signup .mc-field-group:not(.input-group) input {
  height: 56px;
  font-size: 20px;
}
#mc_embed_signup .mc-field-group:not(.input-group) label {
  color: rgba(0, 0, 0, 0.5);
}
#mc_embed_signup .button {
  font-size: 20px !important;
}
#mc_embed_signup .button.secondary {
  float: left !important;
  line-height: 40px !important;
  color: gray !important;
}
#mc_embed_signup input.button {
  background: black !important;
  border-radius: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
}
#mc_embed_signup div.mce_inline_error {
  margin-bottom: 0 !important;
}
#mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
  font-size: 16px;
  border: none !important;
  border-bottom: solid 2px #96c8f3 !important;
}
#mc_embed_signup li {
  line-height: 30px !important;
}
#mc_embed_signup li input {
  vertical-align: middle;
  margin-top: 2px;
}
#mc_embed_signup li label {
  vertical-align: middle;
  margin-left: 8px;
}
section.section-link-columns {
  margin-top: 40px;
}
.election-survey-filters {
  margin-bottom: 32px;
}
div.election-survey-people {
  margin-bottom: 32px;
}
div.election-survey-people .person-wrap {
  padding: 16px;
  height: 100%;
  background: #fffcfc;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.05);
}
div.election-survey-people .person-wrap .person-name {
  font-size: 24px;
  text-transform: none;
  text-align: center;
  margin-bottom: 16px;
}
div.election-survey-people .person-wrap .person-image {
  margin-bottom: 16px;
}
div.election-survey-people .person-wrap .person-image img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
}
div.election-survey-people .person-wrap .person-district {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 16px;
}
div.election-survey-people .person-wrap .person-party {
  display: block;
  margin-bottom: 14px;
}
div.election-survey-people .person-wrap .person-party .person-party-text {
  display: inline;
  border-bottom: solid 2px #e0e0e0;
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: none;
}
div.election-survey-people .person-wrap .person-answer {
  font-size: 18px;
}
.person-col {
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  div.election-survey-people .person-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 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;
}
html {
  overflow-x: hidden !important;
  width: 100vw !important;
}
body {
  font-family: "bould", sans-serif !important;
  overflow-x: hidden !important;
  color: #000;
  font-size: 16px;
  background: #fcfcfc;
  width: 100vw !important;
}
.main-content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1220px) {
  .main-content {
    max-width: 1056px;
  }
}
@media (max-width: 576px) {
  .main-content {
    padding: 0 32px;
  }
}
.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 (max-width: 767px) {
  .blog-post-1 .tns-controls {
    display: none;
  }
}
.img-fixed {
  position: absolute;
}
.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%22https%3A%2F%2Fkonsent.cz%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fglobal.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fmenu.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fsearch.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fsidebar.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fprint.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Foverrides.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fcomponents.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Farchives.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fforms.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Fcampaign.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2Fstyles%2Ffonts.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fopening%2Fopening.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fheader-2%2Fheader-2.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fheader-text%2Fheader-text.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fheader-text-graphic%2Fheader-text-graphic.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fheader-perex-video%2Fheader-perex-video.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fnews%2Fnews.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fdashboard%2Fdashboard.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fprojects%2Fprojects.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fstatistics%2Fstatistics.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Finstagram%2Finstagram.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fdonation%2Fdonation.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fdonation-with-statistics%2Fdonation-with-statistics.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fsocials%2Fsocials.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Ftext%2Ftext.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fgallery%2Fgallery.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fgallery-col%2Fgallery-col.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Fnewsletter%2Fnewsletter.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Flink-columns%2Flink-columns.scss%22%2C%22wp-content%2Fthemes%2Fbalci%2Fscss%2F..%2F..%2F..%2Fplugins%2Fvalrok-blocks%2Fstyle%2Fscss%2F..%2F..%2Fblocks%2Felection-survey%2Felection-survey.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BACDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxHA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAGM%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACvRF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7BN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAA8FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACvQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC7DR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BACxBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACxOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7TZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAC1HJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMT%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BACxFjB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC3DJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC1CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCZ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAexB%3BAAGY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjF5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrER%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC3BhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACPJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACfZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAC5CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC7DR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACTJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACzDR%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC7DR%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%22%7D */