@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@-webkit-keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
html {
  scroll-behavior: smooth;
}
/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  body {
    padding-top: 67px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}
body.cke_editable {
  padding: 0;
}
p {
  margin-bottom: 1.5em;
}
a {
  transition: all 0.2s ease-in;
  color: #ae9858;
}
a:hover {
  color: #003166;
}
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  /* kills space between img, a, and container */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 1em 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: none;
}
b, strong {
  font-weight: bold;
}
@media (min-width: 768px) {
  .fixed {
    background-attachment: fixed;
  }
}
@media (pointer: coarse) {
  .fixed {
    background-attachment: scroll;
  }
}
.sticky {
  position: sticky;
}
@media (max-width: 991.98px) {
  .sticky {
    top: 67px;
  }
}
@media (min-width: 992px) {
  .sticky {
    top: 100px;
  }
}
.widget {
  overflow: hidden;
}
figure {
  margin-bottom: 2em;
}
figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}
.border {
  border: 1px solid #ae9858 !important;
}
.border-top {
  border-top: 1px solid #ae9858 !important;
}
.border-right {
  border-right: 1px solid #ae9858 !important;
}
.border-bottom {
  border-bottom: 1px solid #ae9858 !important;
}
.border-left {
  border-left: 1px solid #ae9858 !important;
}
.section {
  position: relative;
}
@media (max-width: 767.98px) {
  .section {
    margin: 15px;
  }
}
@media (min-width: 576px) {
  .section {
    margin: 30px;
  }
}
@media (max-width: 991.98px) {
  .section {
    scroll-margin-top: 67px;
  }
}
@media (min-width: 992px) {
  .section {
    scroll-margin-top: 100px;
  }
}
.section .section-title {
  position: relative;
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 0 0.25em 0;
  color: #ae9858;
  line-height: 1.2;
  text-transform: none;
  border-bottom: 1px solid #ae9858;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .section .section-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section .section-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section .section-title {
    font-size: 50px;
  }
}
.section .subtitle {
  color: #212529;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .section .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 991.98px) {
  .section.section-cards, .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed {
    padding: 10vw 0;
  }
}
@media (min-width: 992px) {
  .section.section-cards, .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed {
    padding: 8vw 0;
  }
}
.section.alternating {
  background-color: #f1ede8;
}
@media (min-width: 768px) {
  .dark-bg a {
    color: #ae9858;
  }
  .dark-bg a:hover {
    color: #cfc29d;
  }
}
@media (min-width: 768px) {
  .light-bg a {
    color: #ae9858;
  }
  .light-bg a:hover {
    color: #6c5e34;
  }
}
.button-wrapper {
  margin: 40px 0;
}
.btn, .subpage.catalog .album-wrapper .musical_album__album-purchase-link a {
  padding: 15px 30px;
  border-radius: 0.25rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
}
.btn-primary, .subpage.catalog .album-wrapper .musical_album__album-purchase-link a {
  background-color: #ae9858;
  border: 1px solid #ae9858;
  color: #fff;
}
.btn-primary:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover {
  background-color: #fff;
  border-color: #6c5e34;
  color: #6c5e34 !important;
}
.btn-secondary {
  background-color: #fe4739;
  border-color: #fe4739;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  border-color: #d01001;
  color: #d01001 !important;
}
.image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.section-slides-text.no-overlay .image-overlay, .section-slides-text .no-overlay .image-overlay {
  background: transparent !important;
}
.section-hero.no-overlay .hero-overlay {
  background: transparent !important;
}
.section-story-block.no-overlay.light-bg .image-overlay, .section-story-block.no-overlay.dark-bg .image-overlay {
  background: transparent !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-moz-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-ms-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-o-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-moz-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-ms-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-o-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-moz-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-ms-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-o-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-moz-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-ms-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-o-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-ms-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-ms-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.section-alert {
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.section-alert .alert {
  margin: 0;
}
.section-alert .alert.alert-primary {
  padding: 40px;
  color: #004085;
  background-color: #cce5ff;
  border: 0;
  border-radius: 0;
}
.section-alert .alert .btn, .section-alert .alert .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-alert .alert a {
  margin-top: 1.5em;
}
.section-alert .alert .feature_box__feature-box-message-text {
  max-width: 1150px;
  margin: 0 auto;
}
.section-alert .alert-dismissible .close {
  color: #fff;
  text-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
}
.section-business-information {
  background-color: #fff;
  padding: 4vw;
}
@media (max-width: 767.98px) {
  .section-business-information {
    padding: 15px;
  }
}
.section-business-information .intro .section-title {
  text-align: center;
}
.section-business-information .intro .intro-body {
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-business-information .info-contact-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section-business-information .info-contact-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-gap: 20px;
  }
}
.section-business-information .info-contact-wrapper a {
  color: #ae9858;
}
.section-business-information .info-contact-wrapper a:hover {
  color: #003166;
}
.section-business-information .info-contact-wrapper .item-wrapper {
  height: 100%;
  align-items: flex-start;
  padding: 20px;
  background: transparent;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .section-business-information .info-contact-wrapper .item-wrapper {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .section-business-information .info-contact-wrapper .item-wrapper:last-child {
    margin-bottom: 0;
  }
}
.section-business-information .info-contact-wrapper .operating-hours-wrapper {
  grid-column: 1;
  grid-row: 1 / span 1;
}
.section-business-information .info-contact-wrapper .address-wrapper {
  grid-column: 2;
  grid-row: 1 / span 1;
}
@media (min-width: 768px) {
  .section-business-information .info-contact-wrapper .phone-fax-email-wrapper {
    grid-column: 1;
    grid-row: 2 / span 1;
  }
}
@media (min-width: 1200px) {
  .section-business-information .info-contact-wrapper .phone-fax-email-wrapper {
    grid-column: 3;
    grid-row: 1 / span 1;
  }
}
.section-business-information .info-contact-wrapper .contact-item {
  display: flex;
}
.section-business-information .info-contact-wrapper .contact-icon {
  margin-right: 15px;
  min-width: 2em;
  text-align: right;
  border-right: 1px solid #ae9858;
  padding-right: 15px;
}
.section-business-information .info-contact-wrapper .contact-icon i {
  font-size: 1em;
  color: #212529;
}
.section-business-information .info-contact-wrapper .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 1em;
  color: #212529;
  word-break: break-word;
}
.section-business-information .info-contact-wrapper .contact-detail p {
  margin: 0;
}
.section-business-information .info-contact-wrapper .contact-detail span {
  display: inline-block;
  margin-right: 5px;
}
.section-business-information .info-contact-wrapper .contact-detail span.country {
  display: none;
}
.section-business-information .social_links__social-links-list {
  display: flex;
}
.section-business-information .social_links__social-links-list > div {
  padding: 0 30px 0 0;
  font-size: 40px;
  margin-bottom: 20px;
}
.section-business-information .social_links__social-links-list > div > div {
  line-height: 1;
}
.phone span, .phone div, .fax span, .fax div, .email span, .email div {
  display: inline-block;
}
.section-bands-in-town {
  background-color: #111;
}
.section-bands-in-town .intro .section-title {
  text-align: center;
  color: #fff;
}
.section-bands-in-town .intro .intro-body {
  text-align: center;
}
.section-bands-in-town .feed-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-bands-in-town .bit-widget {
  font-size: 16px;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.section-bands-in-town .bit-widget .bit-top-track-button {
  margin-bottom: 20px;
}
.section-bands-in-town .bit-widget .bit-details {
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-details:hover {
  background: rgba(100, 100, 100, 0.1);
  text-decoration: none;
  padding-left: 10px;
}
.section-bands-in-town .bit-widget .bit-venue {
  color: #ae9858;
}
.section-bands-in-town .bit-widget .bit-event {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.section-bands-in-town .bit-widget .bit-event a.bit-details {
  color: #fff;
}
.section-bands-in-town .bit-widget .bit-event-list-title {
  font-size: 20px;
}
.section-bands-in-town .bit-widget .bit-offers {
  background-color: #ae9858;
  border: 1px solid #ae9858;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-offers:hover {
  background-color: #c7b88c !important;
  border-color: #c7b88c !important;
  color: #fff !important;
}
.section-bands-in-town .bit-widget a.bit-button:hover, .section-bands-in-town .bit-widget a.bit-play-my-city-button:hover {
  background-color: #c7b88c !important;
  border-color: #c7b88c !important;
  color: #fff !important;
}
.section-bands-in-town .bit-widget .bit-rsvp {
  color: #ae9858;
  border: 1px solid #ae9858;
  border-radius: 0.25rem;
}
.section-bands-in-town .bit-widget .bit-play-my-city-button {
  background-color: #ae9858;
  border: 1px solid #ae9858;
  color: #fff;
  border-radius: 0.25rem;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button, .section-bands-in-town .bit-widget .bit-past-events-show-all-button {
  color: #fff;
  background-color: #ae9858;
  border: 1px solid #ae9858;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button:hover, .section-bands-in-town .bit-widget .bit-past-events-show-all-button:hover {
  background-color: #c7b88c !important;
  border-color: #c7b88c !important;
  color: #fff !important;
}
.section-cards {
  background-color: #f1ede8;
}
.section-cards .container-fluid {
  padding: 0 5vw;
}
.section-cards .intro .section-title {
  text-align: center;
  color: #ae9858;
}
.section-cards .intro .intro-body {
  text-align: center;
  color: #212529;
}
.section-cards .col a {
  display: block;
  width: 100%;
}
.card-item {
  margin-bottom: 30px;
}
.card-item a:hover {
  text-decoration: none;
}
.card-item a:hover .card {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}
.card {
  padding: 30px;
  background: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out;
}
.card a {
  width: 100%;
}
.card.has-fa-icon .card-fa-icon {
  color: #ae9858;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150px;
  width: 100%;
}
.card.icon .card-image {
  max-width: 150px;
}
.card.icon .card-image img.icon {
  width: 100%;
  height: auto;
}
.card .card-image, .card .card-fa-icon {
  margin: 0 auto 2rem auto;
  padding: 0;
}
.card .card-image figure {
  margin: 0;
}
.card .card-image figure figcaption {
  font-size: 14px;
  text-align: center;
  display: none;
}
.card .card-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
}
.card .card-body .card-title {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 1.25rem;
  color: #212529;
}
@media (max-width: 767.98px) {
  .card .card-body .card-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card .card-body .card-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .card .card-body .card-title {
    font-size: 26px;
  }
}
.card .card-body .card-text-group {
  width: 100%;
}
.card .card-body .card-text {
  font-size: 16px;
  text-align: left;
  color: #212529;
}
.card .card-body .card-text p:last-child {
  margin-bottom: 0;
}
.card .card-body .card-link {
  margin-top: 2rem;
  flex: 1 1 100%;
  align-self: flex-end;
}
.card-style-2 .card-image {
  flex: 1 1 30%;
  padding-right: 30px;
}
.card-style-2 .card-body {
  flex: 1 1 60%;
}
.section-contact {
  background-color: #fff;
}
.section-contact .intro .section-title {
  text-align: center;
}
.section-contact .intro .intro-body {
  text-align: center;
}
.section-contact .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.section-contact .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-contact .contact-detail i {
  flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}
.section-contact .contact-detail p {
  margin: 0;
}
.section-contact .contact-detail span.country {
  display: none;
}
.section-contact .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ae9858;
  font-weight: bold;
  font-size: 1.125em;
}
.section-contact .wufoo-form-container form.wufoo .info h2 {
  display: none;
}
.subpage.catalog .section-content-items > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.subpage.catalog .catalog-item.even .album-wrapper {
  background: transparent;
}
.subpage.catalog .catalog-item.odd .album-wrapper {
  background: #f5f5f5;
}
.subpage.catalog .album-wrapper {
  padding: 3rem 0;
  position: relative;
  border-bottom: 0px solid #ae9858;
}
@media (max-width: 767.98px) {
  .subpage.catalog .album-wrapper .album-item-1 {
    margin-bottom: 30px;
  }
}
.subpage.catalog .album-wrapper .musical_album__album-art {
  margin-bottom: 1.5em;
}
.subpage.catalog .album-wrapper .musical_album__album-purchase-link a {
  display: block;
  text-align: center;
}
.subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover {
  text-decoration: none;
}
.subpage.catalog .album-wrapper .album-artist {
  font-weight: normal;
  font-size: 1em;
}
.subpage.catalog .album-wrapper .album-description {
  font-size: 0.8em;
}
.subpage.catalog .album-wrapper .album-description p:first-child {
  margin-top: 1.5em;
}
.subpage.catalog .album-wrapper .album-description p:last-child {
  margin-bottom: 0;
}
.subpage.catalog .album-wrapper .album-tracks {
  font-size: 16px;
}
.subpage.catalog .album-wrapper .album-tracks ol {
  padding-left: 30px;
}
.subpage.catalog .album-wrapper .album-tracks ol li {
  margin-bottom: 10px;
}
.section-elfsight-widget {
  background-color: #fff;
  overflow: hidden;
}
.section-elfsight-widget .intro .section-title {
  text-align: center;
}
.section-elfsight-widget .intro .intro-body {
  text-align: center;
}
.section-elfsight-widget .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-footer {
  color: #ccc;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .section-footer {
    padding: 15vw 15px;
  }
}
@media (min-width: 992px) {
  .section-footer {
    padding: 5vw;
  }
}
.section-footer .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 3;
}
.section-footer .back-to-top-wrapper a.back-to-top {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #ae9858;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  padding-top: 10px;
  display: block;
}
.section-footer .back-to-top-wrapper a.back-to-top:hover {
  background-color: #fff;
  color: #ae9858;
}
.section-footer .row {
  justify-content: space-between;
}
.section-footer .footer-logo {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-footer .footer-logo {
    margin: 0 auto 20px;
  }
}
.section-footer .footer-logo img {
  width: 200px;
}
.section-footer .footer-company-name {
  font-size: 20px;
}
.section-footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.section-footer a {
  color: #ccc;
}
.section-footer a:hover {
  color: #fff;
}
.section-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.section-footer .item.text {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .section-footer .item.text {
    margin-bottom: 0;
  }
}
.section-footer .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.section-footer .item.branding {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .section-footer .item.branding {
    justify-content: center;
  }
}
.section-footer .item .address span, .section-footer .item .phone span, .section-footer .item .fax span, .section-footer .item .email span {
  min-width: 55px;
}
.section-footer .item.contact-info {
  font-size: 14px;
}
.section-footer .copyright {
  text-align: right;
  padding-top: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #ccc;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .section-footer .copyright {
    text-align: center;
  }
}
.section-footer .copyright a {
  color: #ccc;
}
.section-footer .copyright a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .section-footer.paragraph--view-mode--footer-3 .col {
    display: flex;
    align-items: center;
  }
}
.section-footer.paragraph--view-mode--footer-3 .footer-row-1 {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 {
    flex-direction: column;
  }
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 .col.footer-nav ul.nav {
    margin: 0 auto 30px;
    justify-content: center;
  }
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 .col.social .social_links__social-links-list {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 .col.footer-nav {
    justify-content: flex-end;
  }
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 .col.social {
    justify-content: flex-start;
  }
  .section-footer.paragraph--view-mode--footer-3 .footer-row-1 .col.branding {
    justify-content: center;
    max-width: 200px;
  }
}
.section-footer.paragraph--view-mode--footer-3 .footer-row-1 .footer-logo {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-3 .copyright {
  text-align: center;
  width: 100%;
}
.section-general-embed {
  background: #000;
}
.section-general-embed .intro .section-title {
  text-align: center;
}
.section-general-embed .intro .intro-body {
  text-align: center;
}
.section-general-embed .embed-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
}
@media (max-width: 767.98px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
.section-general-embed.video-embed {
  padding: 8vw 8vw;
  background: #fff;
}
.section-general-embed.video-embed .embed-wrapper {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.section-general-embed.video-embed .embed-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero {
  min-height: calc(80vh - 100px);
  background-color: #000;
  height: auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  .section-hero {
    height: auto;
    min-height: calc(80vh - 67px);
  }
}
.section-hero .hero-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: calc(80vh - 100px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper {
    height: auto;
    min-height: calc(80vh - 67px);
  }
}
.section-hero .mobile-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .section-hero .mobile-image-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-hero .mobile-image-wrapper {
    display: none;
  }
}
.section-hero .mobile-image-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-hero.background-center-top .bg-image {
  background-position: center top;
}
.section-hero.background-center-bottom .bg-image {
  background-position: center bottom;
}
.section-hero.background-left-top .bg-image {
  background-position: left top;
}
.section-hero.background-left-center .bg-image {
  background-position: left center;
}
.section-hero.background-left-bottom .bg-image {
  background-position: left bottom;
}
.section-hero.background-right-top .bg-image {
  background-position: right top;
}
.section-hero.background-right-center .bg-image {
  background-position: right center;
}
.section-hero.background-right-bottom .bg-image {
  background-position: right bottom;
}
.section-hero .no-effect {
  position: absolute;
  left: 0;
  top: 0;
}
.section-hero .parallax-item {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-hero .fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .section-hero .fixed {
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    height: 100vh;
    max-height: 812px;
  }
}
.section-hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 31%);
}
@media (max-width: 767.98px) {
  .section-hero .hero-overlay {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 31%);
  }
}
.section-hero .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: transparent;
}
@media (max-width: 767.98px) {
  .section-hero .hero-content-wrapper {
    padding: 0 20px 20px;
    max-width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-content-wrapper {
    max-width: 400px;
    padding: 0 20px 20px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-content-wrapper {
    max-width: 1000px;
    padding: 0 20px 30px;
  }
}
.section-hero .hero-logo-wrapper {
  margin: 0 0 10px 0;
}
@media (max-width: 767.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 290px;
    width: 90vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 400px;
    width: 50vw;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-logo-wrapper {
    max-width: 1000px;
    width: 50vw;
  }
}
.section-hero .hero-logo-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .hero-title-wrapper {
  margin: 0 0 20px;
}
.section-hero .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  font-weight: normal;
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: 42px;
  }
}
.section-hero .hero-title-wrapper .hero-sub-heading {
  font-weight: normal;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 1.5em 0;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 24px;
  }
}
.section-hero .hero-title-wrapper .hero-link {
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-hero .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-1-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-1-col .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
.section-hero.hero-2-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-2-col .hero-content-wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    align-items: center;
  }
}
.section-hero.hero-2-col .hero-logo-wrapper {
  order: 1;
}
@media (min-width: 768px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    margin-right: 5vw;
  }
}
.section-hero.hero-2-col .hero-title-wrapper {
  order: 2;
}
@media (min-width: 768px) {
  .section-hero.hero-2-col.hero-2col-text-left .hero-logo-wrapper {
    order: 2;
  }
  .section-hero.hero-2-col.hero-2col-text-left .hero-title-wrapper {
    order: 1;
    margin-right: 5vw;
  }
}
.section-image {
  padding: 0;
  background-color: transparent;
  height: 100vh;
}
.section-image .parallax-item > div {
  top: 10%;
}
.section-image .bg-image {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-image {
    padding: 0;
    max-height: 812px;
    height: 100vh;
    overflow: hidden;
  }
  .section-image .fixed {
    background-attachment: scroll !important;
  }
}
.section-instagram {
  background-color: #fff;
  overflow: hidden;
}
.section-instagram .intro .section-title {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.section-instagram .intro .intro-body {
  text-align: center;
}
.section-instagram .intro .section-link {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.section-instagram .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-map {
  background-color: #000;
}
.section-map iframe {
  width: 100%;
  height: 500px;
}
.section-map .google_map__google-map-address {
  margin-bottom: -9px;
}
.modal-button-wrapper {
  padding: 3vw 5vw;
  text-align: center;
  background: #fff;
  position: relative;
}
.modal-content {
  font-size: 0.8em;
}
.modal-content .modal-header {
  padding-left: 2em;
  border: 0;
}
.modal-content .modal-body {
  padding: 1.5em 2em 0;
}
.modal-content .modal-footer {
  justify-content: center;
  border: 0;
  padding: 1.5em 2em 1.5em;
}
.modal-content .modal-footer a.btn, .modal-content .modal-footer .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .modal-content .modal-footer a {
  width: 100%;
  display: block;
  margin: 0;
}
.navbar {
  z-index: 100;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
@media (max-width: 767.98px) {
  .navbar {
    min-height: 67px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    z-index: 100;
    padding: 0 15px;
  }
  .navbar .container, .navbar .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 100px;
  }
  .navbar .container, .navbar .container-fluid {
    padding: 0 30px;
  }
}
.navbar .navbar-toggler {
  border: 0px solid #ced4da;
  padding: 2px 7px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}
.navbar .navbar-toggler-icon {
  display: inline;
  color: #fff;
}
.navbar .cart-button-wrapper {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #555;
  display: flex;
  order: 4;
}
@media (max-width: 991.98px) {
  .navbar .cart-button-wrapper {
    overflow: hidden;
    border: 0;
    margin: 0 20px 0 0;
    padding: 0;
    order: 2;
  }
}
@media (min-width: 992px) {
  .navbar .cart-button-wrapper {
    height: 40px;
  }
}
.navbar button.snipcart-checkout {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar button.snipcart-checkout .cart-icon-item-number {
  padding: 4px 8px;
  background: transparent;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in;
}
@media (max-width: 991.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number {
    padding: 5px 0;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navbar button.snipcart-checkout .cart-icon-item-number i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number i {
    font-size: 15px;
    margin-right: 5px;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number .snipcart-items-count {
  font-family: sans-serif;
  padding: 5px 6px 5px;
  background: #ae9858;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}
.navbar-brand-wrapper {
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .navbar-brand {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 180px;
  }
}
.navbar-brand img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 10px 0;
  }
}
.navbar-brand .site-name {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  color: #212529;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .navbar-brand .site-name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand .site-name {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .navbar-brand .site-name {
    font-size: 25px;
  }
}
.navbar-nav {
  text-transform: capitalize;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}
.navbar-nav .nav-link {
  color: #e9ecef;
  font-family: "Hochstadt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.75rem 15px !important;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 0.75rem 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 20px;
  }
}
.navbar-nav .nav-link:hover {
  color: #ae9858;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #cfc29d;
  }
}
.navbar-nav .nav-link:active {
  color: #ae9858;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link:active {
    color: #fff;
    background-color: #bfad7a;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #ae9858;
    width: 100%;
    margin: 0 -15px;
    order: 4;
  }
}
.section-slides-text {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .section-slides-text .intro {
    padding-top: 10vw;
  }
}
@media (min-width: 992px) {
  .section-slides-text .intro {
    padding-top: 8vw;
  }
}
.section-slides-text .intro .section-title {
  text-align: center;
}
.section-slides-text .intro .intro-body {
  text-align: center;
}
.section-slides-text .simple-slider .swiper-slide {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    min-height: 90vh;
  }
}
@media (min-width: 768px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 50px 90px;
  }
}
.section-slides-text .simple-slider .swiper-button-next, .section-slides-text .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-slides-text .simple-slider .swiper-button-next, .section-slides-text .simple-slider .swiper-button-prev {
    display: none;
  }
}
.section-slides-text .simple-slider .swiper-pagination-bullet {
  background: #fff;
  margin: 0 6px;
  width: 20px;
  height: 20px;
}
.section-slides-text .simple-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.section-slides-text .image-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-slides-text .slide-content {
  max-width: 1000px;
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 4vw;
  text-align: center;
}
@media (min-width: 992px) {
  .section-slides-text .slide-content {
    padding: 50px 90px;
  }
}
.section-slides-text .slide-content .slide-title {
  text-align: center;
}
.section-slides-text .slide-content .slide-body {
  text-align: center;
}
.section-slides-text .slide-content .button-wrapper {
  margin-bottom: 0;
}
.section-slides-text .slide-content .button-wrapper a.btn-block {
  display: inline-block;
  width: auto;
}
.site_v2__header-section .social_links__social-links-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border-left: 1px solid #555;
    margin-left: 5px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.75rem 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site_v2__header-section .social_links__social-links-list > div {
  margin: 0 0 0 0;
}
@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list > div {
    margin: 0 15px 10px;
  }
}
.site_v2__header-section .social_links__social-links-list a {
  display: block;
}
.site_v2__header-section .social_links__social-links-list a i {
  transition: all 0.2s ease-in;
}
.site_v2__header-section .social_links__social-links-list a:hover i {
  color: #ae9858;
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list a:hover i {
    color: #ae9858;
  }
}
.site_v2__header-section .social_links__social-links-list i {
  font-size: 1em;
  display: inline-block;
  color: #e9ecef;
  margin: 0;
  width: calc(1em * 2);
  height: calc(1em * 2);
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  line-height: calc(1em * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.site_v2__header-section .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}
@media (max-width: 991.98px) {
  .site_v2__header-section .social_links__social-links-list i {
    font-size: calc(1em * 1.5);
    color: #fff;
  }
}
.section-social-links {
  background-color: #f1ede8;
}
@media (max-width: 767px) {
  .section-social-links {
    padding: 50px 0;
  }
}
.section-social-links .intro .section-title {
  text-align: center;
}
.section-social-links .intro .intro-body {
  text-align: center;
}
.section-social-links .social_links__social-links-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-social-links .social_links__social-links-list > div {
  margin: 0 8px 16px;
}
.section-social-links .social_links__social-links-list a {
  display: block;
}
.section-social-links .social_links__social-links-list a:hover i {
  color: #c7b88c;
  border-color: #c7b88c;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i {
  font-size: 2rem;
  display: inline-block;
  color: #ae9858;
  margin: 0;
  width: calc(2rem * 2);
  height: calc(2rem * 2);
  border: 1px solid #ae9858;
  text-align: center;
  border-radius: 50%;
  line-height: calc(2rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}
.section-footer .social_links__social-links-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4px;
}
@media (max-width: 767.98px) {
  .section-footer .social_links__social-links-list {
    justify-content: center;
    padding: 0.75rem 15px;
  }
}
.section-footer .social_links__social-links-list > div {
  margin: 0 5px 5px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .section-footer .social_links__social-links-list > div {
    margin: 0 15px 15px;
  }
}
.section-footer .social_links__social-links-list a {
  display: block;
  text-align: center;
}
.section-footer .social_links__social-links-list a:hover i {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .section-footer .social_links__social-links-list a:hover i {
    color: #f2f2f2;
  }
}
.section-footer .social_links__social-links-list i {
  font-size: 1.25rem;
  display: inline-block;
  color: #ccc;
  margin: 0;
  width: calc(1.25rem * 2);
  height: calc(1.25rem * 2);
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 50%;
  line-height: calc(1.25rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-footer .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}
.section-story-block .alternating-bg {
  background-color: #f1ede8;
}
.section-story-block .story-block {
  position: relative;
  overflow: hidden;
}
.section-story-block .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-story-block.background-center-top .bg-image, .section-story-block.background-center-top .group-left.bg-image, .section-story-block.background-center-top .group-right.bg-image {
  background-position: center top;
}
.section-story-block.background-center-bottom .bg-image, .section-story-block.background-center-bottom .group-left.bg-image, .section-story-block.background-center-bottom .group-right.bg-image {
  background-position: center bottom;
}
.section-story-block.background-left-top .bg-image, .section-story-block.background-left-top .group-left.bg-image, .section-story-block.background-left-top .group-right.bg-image {
  background-position: left top;
}
.section-story-block.background-left-center .bg-image, .section-story-block.background-left-center .group-left.bg-image, .section-story-block.background-left-center .group-right.bg-image {
  background-position: left center;
}
.section-story-block.background-left-bottom .bg-image, .section-story-block.background-left-bottom .group-left.bg-image, .section-story-block.background-left-bottom .group-right.bg-image {
  background-position: left bottom;
}
.section-story-block.background-right-top .bg-image, .section-story-block.background-right-top .group-left.bg-image, .section-story-block.background-right-top .group-right.bg-image {
  background-position: right top;
}
.section-story-block.background-right-center .bg-image, .section-story-block.background-right-center .group-left.bg-image, .section-story-block.background-right-center .group-right.bg-image {
  background-position: right center;
}
.section-story-block.background-right-bottom .bg-image, .section-story-block.background-right-bottom .group-left.bg-image, .section-story-block.background-right-bottom .group-right.bg-image {
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .section-story-block .image-overlay {
    display: none;
  }
}
.section-story-block .story-block-inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-story-block .story-block-inner {
    padding: 0 5vw 10vw;
  }
}
.section-story-block .group-left, .section-story-block .group-right {
  flex: 0 1 auto;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .section-story-block .group-left, .section-story-block .group-right {
    width: 100%;
  }
}
.section-story-block .text-wrapper {
  background: transparent;
  padding: 0;
}
.section-story-block .section-title {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 0 0.25em 0;
  color: #ae9858;
  line-height: 1.2;
  text-transform: none;
  border-bottom: 1px solid #ae9858;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-story-block .section-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section-story-block .section-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-story-block .section-title {
    font-size: 50px;
  }
}
.section-story-block h3, .section-story-block .subtitle {
  color: #212529;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .section-story-block h3, .section-story-block .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section-story-block h3, .section-story-block .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-story-block h3, .section-story-block .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-story-block .story-block-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-story-block .story-block-text {
    font-size: 20px;
  }
}
.section-story-block .story-block-text ul {
  padding-left: 20px;
}
.section-story-block .s2_story_block__story-block-link, .section-story-block .story-block-videos {
  margin: 2em 0 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .section-story-block .s2_story_block__story-block-link a.btn, .section-story-block .s2_story_block__story-block-link .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-story-block .s2_story_block__story-block-link a {
    width: 100%;
  }
}
.section-story-block .story-block-extra-image {
  margin-bottom: 1em;
}
.section-story-block .story-block-extra-image .s2_story_block__story-block-extra-image {
  display: flex;
  justify-content: center;
}
.section-story-block .story-block-extra-image figure {
  max-width: 200px;
  width: 40vw;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-story-block .story-block-mobile-image {
    margin: 0 -5vw 2em;
  }
  .section-story-block .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-mobile-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-story-block .group-left, .section-story-block .group-right {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .light-bg .image-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .light-bg.right-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
  }
  .light-bg.left-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
  }
  .light-bg .section-title {
    color: #ae9858;
  }
  .light-bg h3, .light-bg .subtitle {
    color: #ae9858;
  }
  .light-bg .story-block-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .light-bg .story-block-text a {
    color: #ae9858;
  }
  .light-bg .story-block-link, .light-bg .story-block-videos {
    margin: 2em 0;
  }
  .light-bg .story-block-link a.btn, .light-bg .story-block-link .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .light-bg .story-block-link a, .light-bg .story-block-videos a.btn, .light-bg .story-block-videos .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .light-bg .story-block-videos a {
    background: #ae9858;
    color: #fff !important;
    border-color: #ae9858;
  }
  .light-bg .story-block-link a.btn:hover, .light-bg .story-block-link .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .light-bg .story-block-link a:hover, .light-bg .story-block-videos a.btn:hover, .light-bg .story-block-videos .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .light-bg .story-block-videos a:hover {
    background: #fff;
    color: #6c5e34 !important;
    border-color: #6c5e34;
  }
  .light-bg .right-text-left-image .overlay, .light-bg .left-text-right-image .overlay {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .dark-bg .image-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .dark-bg.right-text-full-bg-image .image-overlay {
    background: rgba(31, 31, 31, 0.7);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0) 35%, rgba(31, 31, 31, 0.25) 42%, rgba(31, 31, 31, 0.35) 46%, rgba(31, 31, 31, 0.55) 55.5%, rgba(31, 31, 31, 0.65) 60%, rgba(31, 31, 31, 0.7) 65%);
  }
  .dark-bg.left-text-full-bg-image .image-overlay {
    background: rgba(31, 31, 31, 0.7);
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.7) 36%, rgba(31, 31, 31, 0.65) 41%, rgba(31, 31, 31, 0.55) 46%, rgba(31, 31, 31, 0.35) 55.5%, rgba(31, 31, 31, 0.25) 59%, rgba(31, 31, 31, 0) 65%);
  }
  .dark-bg .section-title {
    color: #fff;
  }
  .dark-bg h3, .dark-bg .subtitle {
    color: #fff;
  }
  .dark-bg .story-block-text {
    color: #ddd;
  }
  .dark-bg .story-block-text a {
    color: #ae9858;
  }
  .dark-bg .story-block-link a.btn, .dark-bg .story-block-link .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .dark-bg .story-block-link a, .dark-bg .story-block-videos a.btn, .dark-bg .story-block-videos .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .dark-bg .story-block-videos a {
    background: transparent;
    color: #ae9858 !important;
    border-color: #ae9858;
  }
  .dark-bg .story-block-link a.btn:hover, .dark-bg .story-block-link .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .dark-bg .story-block-link a:hover, .dark-bg .story-block-videos a.btn:hover, .dark-bg .story-block-videos .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .dark-bg .story-block-videos a:hover {
    background: #ae9858;
    color: #fff !important;
    border-color: #ae9858;
  }
  .dark-bg .right-text-left-image .overlay, .dark-bg .left-text-right-image .overlay {
    background: transparent;
  }
  .dark-bg figcaption {
    color: #ddd;
  }
}
@media (min-width: 768px) {
  .section-story-block .right-text-full-bg-image > .parallax-item, .section-story-block .right-text-full-bg-image > .fixed, .section-story-block .right-text-full-bg-image > .no-effect, .section-story-block .left-text-full-bg-image > .parallax-item, .section-story-block .left-text-full-bg-image > .fixed, .section-story-block .left-text-full-bg-image > .no-effect, .section-story-block .center-text-full-bg-image > .parallax-item, .section-story-block .center-text-full-bg-image > .fixed, .section-story-block .center-text-full-bg-image > .no-effect {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .section-story-block .parallax-wrapper {
    position: relative;
    overflow: hidden;
  }
  .section-story-block .side-parallax {
    position: absolute;
  }
}
.story-block.center-text-full-bg-image .section-title {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-text {
  text-align: left;
}
.story-block.center-text-full-bg-image h3, .story-block.center-text-full-bg-image .subtitle {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-inner {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8vw 20vw;
}
@media (max-width: 767.98px) {
  .story-block.center-text-full-bg-image .story-block-inner {
    padding: 10vw 5vw;
  }
}
.story-block.center-text-full-bg-image .text-wrapper {
  max-width: 38em;
}
.story-block.center-text-full-bg-image .story-block-link .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 767.98px) {
  .story-block.left-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-block.left-text-full-bg-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-full-bg-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-full-bg-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-full-bg-image .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.left-text-right-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-bg-image .group-right {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .story-block.left-text-right-bg-image .group-right .story-block-extra-image {
    max-width: 70%;
    flex: 0 0 100%;
  }
}
.story-block.left-text-right-bg-image .section-title {
  text-align: left;
}
@media (max-width: 767.98px) {
  .story-block.left-text-right-image .group-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-right-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: flex;
  }
  .story-block.left-text-right-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-right-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-right-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-right-image .section-title {
  text-align: left;
}
@media (max-width: 767.98px) {
  .story-block.right-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-block.right-text-full-bg-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-full-bg-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-full-bg-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.right-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-full-bg-image .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.right-text-left-bg-image .group-left {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .story-block.right-text-left-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-bg-image .section-title {
  text-align: left;
}
@media (max-width: 767.98px) {
  .story-block.right-text-left-image .group-left .story-block-images {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-left-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: flex;
  }
  .story-block.right-text-left-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-left-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-left-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.5em 0 0;
  }
  .story-block.right-text-left-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-image .section-title {
  text-align: left;
}
.story-block.bg-img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}
.story-block.bg-img-top-text-bottom .bg-image {
  flex: 0 0 100%;
  margin: 0 0 2em;
}
@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    min-height: 50vw;
  }
}
.story-block.bg-img-top-text-bottom .story-block-mobile-image {
  margin: 0 -5vw 2em;
  flex: 1 1 100%;
}
.story-block.bg-img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}
@media (max-width: 991.98px) {
  .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 0 5vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .section-title {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.bg-img-top-text-bottom .group-text h3, .story-block.bg-img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
.story-block.img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}
.story-block.img-top-text-bottom .bg-image {
  flex: 0 0 100%;
  margin: 0 0 2em;
}
.story-block.img-top-text-bottom .story-block-images {
  padding: 0;
}
@media (max-width: 767.98px) {
  .story-block.img-top-text-bottom .story-block-images {
    display: none;
  }
}
.story-block.img-top-text-bottom .story-block-images figure {
  margin: 0;
}
.story-block.img-top-text-bottom .story-block-images figure img {
  width: 100%;
}
.story-block.img-top-text-bottom .story-block-images figure figcaption {
  font-size: 14px;
  padding: 5px 5vw;
  text-align: center;
}
.story-block.img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.story-block.img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}
@media (max-width: 991.98px) {
  .story-block.img-top-text-bottom .group-text .text-wrapper {
    padding: 0 5vw;
  }
}
.story-block.img-top-text-bottom .group-text .section-title {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.img-top-text-bottom .group-text h3, .story-block.img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 767.98px) {
  .story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
.section-subscribe {
  background-color: #fff;
}
.section-subscribe .intro .section-title {
  text-align: center;
}
.section-subscribe .intro .intro-body {
  text-align: center;
}
.section-subscribe .form-embed {
  max-width: 400px;
  margin: 0 auto;
}
.section-subscribe .intro p {
  margin-bottom: 35px;
}
.section-subscribe form {
  justify-content: center;
  display: flex;
}
.section-subscribe form .form-control, .section-subscribe form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}
.section-subscribe form .btn, .section-subscribe form .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-subscribe form a {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.section-subscribe form .btn:hover, .section-subscribe form .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:hover, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:hover {
  opacity: 1;
}
.section-subscribe form .btn:active, .section-subscribe form .subpage.catalog .album-wrapper .musical_album__album-purchase-link a:active, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:active {
  transform: translateY(1px);
}
.section-subscribe form .btn-primary, .section-subscribe form .subpage.catalog .album-wrapper .musical_album__album-purchase-link a, .subpage.catalog .album-wrapper .musical_album__album-purchase-link .section-subscribe form a {
  background-color: #055ada !important;
  color: #fff;
  outline: none !important;
}
.section-twitter {
  background-color: #fff;
  overflow: hidden;
}
.section-twitter .intro .section-title {
  text-align: center;
}
.section-twitter .intro .intro-body {
  text-align: center;
}
.section-twitter .widget-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.subpage {
  background-color: #fff;
}
.subpage figure {
  margin: 2em 0;
}
.subpage .section {
  padding: 0;
}
.subpage .section .container {
  padding-left: 15px;
  padding-right: 15px;
}
.subpage .section-hero {
  height: 40vh;
  min-height: auto;
  flex: 0 0 100%;
  overflow: hidden;
  margin-bottom: 5vw;
  background-color: #fff;
}
.subpage .section-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.subpage .page-title {
  padding: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .subpage .page-title {
    margin-top: 8vw;
  }
}
@media (min-width: 992px) {
  .subpage .page-title {
    margin-top: 5vw;
  }
}
.subpage .page-title h1.page-title, .subpage .page-title h1.title {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 0 0.25em 0;
  color: #ae9858;
  line-height: 1.2;
  text-transform: none;
  border-bottom: 1px solid #ae9858;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .subpage .page-title h1.page-title, .subpage .page-title h1.title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .subpage .page-title h1.page-title, .subpage .page-title h1.title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .subpage .page-title h1.page-title, .subpage .page-title h1.title {
    font-size: 42px;
  }
}
.subpage h2 {
  color: #ae9858;
}
.subpage .section-content-main {
  padding-bottom: 8vw;
}
@media (max-width: 991.98px) {
  .subpage .section-content-main {
    padding-bottom: 16vw;
  }
}
.subpage .section-title {
  font-family: "Hochstadt", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 0 0.25em 0;
  color: #ae9858;
  line-height: 1.2;
  text-transform: none;
  border-bottom: 1px solid #ae9858;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .subpage .section-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .subpage .section-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .subpage .section-title {
    font-size: 50px;
  }
}
.subpage .subtitle {
  color: #212529;
  font-style: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .subpage .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .subpage .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .subpage .subtitle {
    font-size: 26px;
  }
}
.subpage a.back-to-top {
  display: none;
}
.snipcart-modal__container {
  z-index: 101 !important;
}
.snipcart-modal__container.snipcart-cart-summary--edit {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}
.subpage.catalog .section-content-items > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.subpage.catalog .catalog-item.even .product-wrapper {
  background: transparent;
}
.subpage.catalog .catalog-item.odd .product-wrapper {
  background: #f5f5f5;
}
.subpage.catalog .product-wrapper {
  padding: 3rem 0;
  position: relative;
  border-bottom: 0px solid #ae9858;
}
.subpage.catalog .product-wrapper .product-description {
  font-size: 0.8em;
}
.subpage.catalog .product-wrapper .product-description p:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: Hochstadt;
  src: url("https://fileswift.com/modules/custom/flat_file_generator/custom-fonts/hochstadt/hochstadt-serif-webfont.woff2") format("woff2"), url("https://fileswift.com/modules/custom/flat_file_generator/custom-fonts/hochstadt/hochstadt-serif-webfont.woff") format("woff");
}
@media (max-width: 767.98px) {
  .section {
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .section {
    margin: 30px;
  }
}
h2.section-title {
  text-align: center;
  text-shadow: 2px 2px 0px #fff, 3px 3px 0px #ae9858;
}
.btn-primary, .subpage.catalog .album-wrapper .musical_album__album-purchase-link a {
  font-size: 1.15em;
}
#hero {
  margin: 0;
}
@media (max-width: 767.98px) {
  #hero {
    min-height: calc(80vh - 100px);
  }
}
#hero .hero-wrapper {
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  #hero .hero-wrapper {
    min-height: calc(80vh - 100px);
  }
}
@media (max-width: 767.98px) {
  #mail-list {
    padding: 60px 0 50px;
  }
}
@media (min-width: 768px) {
  #mail-list {
    padding: 8vw 0 3vw;
  }
}
#mail-list h2.section-title {
  text-shadow: 2px 2px 0px #000, 3px 3px 0px #ae9858;
  border: 0;
  margin: 0;
}
#mail-list iframe {
  min-height: 360px;
}
.bit-widget .bit-event .bit-startTime-container {
  display: none !important;
  border-bottom: 1px solid green;
}
#don-barnes-quote .story-block-image {
  background-position: center top !important;
}
.quoteblock h2.title:before {
  display: none;
}
.quoteblock blockquote {
  line-height: 1.4;
  position: relative;
  padding-left: 1.3em;
  margin-left: 80px;
  border-left: 1px solid #777;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote {
    margin-left: 0;
  }
}
.quoteblock blockquote:before {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  left: -80px;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 70px;
  background: url(https://fileswift.com/sites/default/files/2021-05/quote-left-solid_0.svg) no-repeat scroll left top;
  background-size: 100% auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote:before {
    position: relative;
    left: 0;
  }
}
.quoteblock blockquote span.quote-highlight {
  color: #ae9858;
  font-size: 28px;
  font-family: 'Vollkorn';
  line-height: 1.2;
}
.quoteblock blockquote p {
  margin-bottom: 1em;
}
.quoteblock blockquote .author {
  margin: 0;
  text-align: right;
  font-size: 28px;
  color: #ae9858;
  font-family: 'Vollkorn';
}
#four-decades-of-southern-rock {
  background-color: #0d1623;
  color: #bcb9a7;
  border: 20px double #ae9858;
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #four-decades-of-southern-rock {
    border-width: 10px;
  }
}
#four-decades-of-southern-rock h2.section-title {
  text-shadow: 2px 2px 0px #0d1623, 3px 3px 0px #ae9858;
}
section#live-riggs-center {
  margin-top: 0;
  border: 20px double #ae9858;
  border-top: 0;
  background: #0d1623;
}
@media (max-width: 767.98px) {
  section#live-riggs-center {
    border-width: 10px;
    max-height: 390px;
  }
}
section#tour {
  overflow: hidden;
  position: relative;
}
section#tour::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(https://fileswift.com/sites/default/files/2021-06/hero-logo-opacity-15.svg) no-repeat fixed top;
  z-index: 0;
  background-size: 100% auto;
  transform: rotate(-15deg) translate(0%, 7%) scale(1.2);
}
section#tour .feed-wrapper {
  position: relative;
  z-index: 1;
}
section#tour h2.section-title {
  text-shadow: 2px 2px 0px #111, 3px 3px 0px #ae9858;
}
section#tour .intro, section#tour .container-fluid {
  z-index: 2;
}
#band-photos {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #band-photos.section-image {
    max-height: 150px;
  }
}
@media (max-width: 767.98px) {
  #band-photos .image-wrapper {
    background-size: 120% auto !important;
    background-position: center top !important;
  }
}
section#rockin-into-the-night {
  background: #f1ede8;
  margin-top: 0;
}
section#rockin-into-the-night h2.section-title {
  text-shadow: 2px 2px 0px #f1ede7, 3px 3px 0px #ae9858;
}
@media (max-width: 767.98px) {
  section#rockin-into-the-night .story-block-images {
    display: block;
  }
  section#rockin-into-the-night .story-block-mobile-image {
    display: none;
  }
}
@media (min-width: 768px) {
  section#live-from-texas {
    background: #000;
  }
  section#live-from-texas h2.section-title {
    text-shadow: 2px 2px 0px #000, 3px 3px 0px #ae9858;
  }
}
@media (max-width: 767.98px) {
  section#thank-you-goodnight {
    max-height: 320px;
  }
}
section#instagram {
  background: #f1ede8;
}
#footer {
  margin: 0;
}
#footer .social {
  margin-left: auto;
}
.subpage .section:not(.page-title) {
  margin: 0;
}
.subpage h1, .subpage h2 {
  text-shadow: 2px 2px 0px #fff, 3px 3px 0px #ae9858;
}
#band-members img {
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  #band-members img {
    float: right;
    margin: 0 0px 30px 20px;
  }
}
#band-members .member {
  padding: 1.5em 0;
  margin: 1.5em 0;
  border-bottom: 1px solid #ae9858;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22Custom%20SASS%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fstyle.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_properties.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeIn.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInDownBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInLeftBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInRightBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-entrances%2F_fadeInUpBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOut.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutDownBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutLeftBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutRightBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_fading-exits%2F_fadeOutUpBig.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-entrances%2F_slideInDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-entrances%2F_slideInLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-entrances%2F_slideInRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-entrances%2F_slideInUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-exits%2F_slideOutDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-exits%2F_slideOutLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-exits%2F_slideOutRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_sliding-exits%2F_slideOutUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-entrances%2F_zoomIn.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-entrances%2F_zoomInDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-entrances%2F_zoomInLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-entrances%2F_zoomInRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-entrances%2F_zoomInUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-exits%2F_zoomOut.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-exits%2F_zoomOutDown.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-exits%2F_zoomOutLeft.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-exits%2F_zoomOutRight.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fanimate-scss%2F_zooming-exits%2F_zoomOutUp.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Falert.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fbusiness-info.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fbands-in-town.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fcards.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fcontact-wufoo.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fdiscography.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Felfsight-widget.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Ffooter.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Ffooter-3.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fgeneral-embed.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fhero.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fhero-1-col.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fhero-2-col.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fimage-background.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Finstagram-lightwidget.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fmap.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fmodal.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fnavigation.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fslides.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsocial-links.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fstory-blocks.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_center-text-full-bg.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_left-text-full-bg.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_left-text-right-bg.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_left-text-right-img.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_right-text-full-bg.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_right-text-left-bg.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_right-text-left-img.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_bg-img-top-text-bottom.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsb_img-top-text-bottom.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsubscribe.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Ftwitter-widget.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fsub-pages.scss%22%2C%22modules%2Fcustom%2Fflat_file_generator%2Fsass%2Fsite_v2%2Fv3%2Fcomponents%2Fcatalog-product.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAmIA%3BAA21CA%3BAA2kDA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA6CD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACjoGD%3BAAAA%3BAAAA%3BADhBA%3BAAAA%3BAAAA%3BACuBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgwFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACluFJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADisFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACprFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAD2rFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5pFJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD0oFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvmFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADonFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjmFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8mFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjkFA%3BAAAA%3BAAAA%3BADikFA%3BACnjFI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BADgjFR%3BACtiFI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBQ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAC1OV%3BAClGC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BADqGC%3BACtGC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BADyGC%3BAC1GC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAD6GC%3BAC9GC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BADiHC%3BAClHC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BADiGC%3BAElGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFkGA%3BAEtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFsGA%3BAE1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF0GA%3BAE9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8GA%3BAElHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8FA%3BAGlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHkGA%3BAGtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHsGA%3BAG1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH0GA%3BAG9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH8GA%3BAGlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH8FA%3BAIlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJkGA%3BAItGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJsGA%3BAI1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ0GA%3BAI9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ8GA%3BAIlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ8FA%3BAKlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALkGA%3BAKtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALsGA%3BAK1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL0GA%3BAK9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8GA%3BAKlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8FA%3BAMlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANkGA%3BAMtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANsGA%3BAM1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN0GA%3BAM9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN8GA%3BAMlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN8FA%3BAOlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPkGA%3BAOtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPsGA%3BAO1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP0GA%3BAO9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP8GA%3BAOlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP8FA%3BAQlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARmGA%3BAQtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARuGA%3BAQ1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR2GA%3BAQ9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2BGA%3BAQlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR%2BFA%3BASlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATkGA%3BAStGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATsGA%3BAS1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT0GA%3BAS9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT8GA%3BASlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT8FA%3BAUlGC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAVqGC%3BAUtGC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAVyGC%3BAU1GC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAV6GC%3BAU9GC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAViHC%3BAUlHC%3BAAAA%3BAAAA%3BAACF%3BAAAA%3BAAAA%3BAAAA%3BAViGC%3BAWlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXkGA%3BAWtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXsGA%3BAW1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX0GA%3BAW9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX8GA%3BAWlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX8FA%3BAYlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZkGA%3BAYtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZsGA%3BAY1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ0GA%3BAY9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ8GA%3BAYlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ8FA%3BAalGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbkGA%3BAatGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbsGA%3BAa1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb0GA%3BAa9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb8GA%3BAalHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb8FA%3BAclGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdkGA%3BActGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdsGA%3BAc1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd0GA%3BAc9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd8GA%3BAclHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd8FA%3BAelGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfkGA%3BAetGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfsGA%3BAe1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf0GA%3BAe9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf8GA%3BAelHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf8FA%3BAgBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBkGA%3BAgBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBsGA%3BAgB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB0GA%3BAgB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB8GA%3BAgBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB8FA%3BAiBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBkGA%3BAiBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBsGA%3BAiB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB0GA%3BAiB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB8GA%3BAiBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB8FA%3BAkBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBkGA%3BAkBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBsGA%3BAkB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB0GA%3BAkB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB8GA%3BAkBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB8FA%3BAmBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBkGA%3BAmBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBsGA%3BAmB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB0GA%3BAmB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB8GA%3BAmBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB8FA%3BAoBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBkGA%3BAoBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBsGA%3BAoB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB0GA%3BAoB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB8GA%3BAoBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB8FA%3BAqBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBkGA%3BAqBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBsGA%3BAqB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB0GA%3BAqB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB8GA%3BAqBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB8FA%3BAsBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBkGA%3BAsBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBsGA%3BAsB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB0GA%3BAsB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB8GA%3BAsBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB8FA%3BAuBlGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBmGC%3BAuBtGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBuGC%3BAuB1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB2GC%3BAuB9GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB%2BGC%3BAuBlHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB%2BFC%3BAwBlGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBmGC%3BAwBtGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBuGC%3BAwB1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB2GC%3BAwB9GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB%2BGC%3BAwBlHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB%2BFC%3BAyBlGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBmGC%3BAyBtGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBuGC%3BAyB1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB2GC%3BAyB9GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB%2BGC%3BAyBlHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB%2BFC%3BA0BlGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BmGC%3BA0BtGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BuGC%3BA0B1GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B2GC%3BA0B9GD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B%2BGC%3BA0BlHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B%2BFC%3BA2BlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3BkGA%3BA2BtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3BsGA%3BA2B1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3B0GA%3BA2B9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3B8GA%3BA2BlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA3B8FA%3BA4BlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BiGA%3BA4BtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BqGA%3BA4B1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ByGA%3BA4B9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B6GA%3BA4BlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B6FA%3BA6BlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BiGA%3BA6BtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BqGA%3BA6B1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ByGA%3BA6B9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B6GA%3BA6BlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B6FA%3BA8BlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BiGA%3BA8BtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BqGA%3BA8B1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9ByGA%3BA8B9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B6GA%3BA8BlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B6FA%3BA%2BBlGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBiGA%3BA%2BBtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBqGA%3BA%2BB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FByGA%3BA%2BB9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB6GA%3BA%2BBlHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB6FA%3BAgClGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2BFA%3BAgCtGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhCmGA%3BAgC1GA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhCuGA%3BAgC9GA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhC2GA%3BAgClHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhC2FA%3BAiClGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCiGA%3BAiCtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCqGA%3BAiC1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCyGA%3BAiC9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC6GA%3BAiClHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC6FA%3BAkClGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCkGA%3BAkCtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCsGA%3BAkC1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC0GA%3BAkC9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC8GA%3BAkClHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC8FA%3BAmClGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCkGA%3BAmCtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCsGA%3BAmC1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC0GA%3BAmC9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC8GA%3BAmClHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC8FA%3BAoClGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCiGA%3BAoCtGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCqGA%3BAoC1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCyGA%3BAoC9GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApC6GA%3BAoClHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BR%3BAAAA%3BAAAA%3BAAAA%3BAxCsxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC7wFI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAxC0wFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC3uFI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC%2BuFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCnuFY%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAxC2sFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC1rFI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAC3IJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxGZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAGU%3BAAAA%3BAAAA%3BAAAA%3BAAQX%3BAAAA%3BAAAA%3BAAAA%3BAAOO%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CypFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CnoFI%3BAAAA%3BAAAA%3BAAGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAClKD%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYY%3BAAAA%3BAAAA%3BAClDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaU%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CwvFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C3uFU%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BACxFxB%3BAAAA%3BAAAA%3BAAAA%3BAAKU%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbL%3BAAAA%3BAAAA%3BAAAA%3BA9CqxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8C3vFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BA9CwuFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8ChuFI%3BAAAA%3BAAAA%3BAAKP%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9CwqFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CzpFD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9C8oFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CjoFF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BA9CinFC%3BA%2BCpwFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BA%2FC4wFJ%3BAAAA%3BAAAA%3BAAAA%3BA%2BCpwFgB%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCivFhB%3BA%2BC1uFY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BACjDR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhD2wFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgD5uFA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDuxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD3wFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD2wFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD7vFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD6vFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDluFI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDupFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDvoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDuoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDxnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDwnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDvlFA%3BAAAA%3BAAAA%3BAjDomFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDrkFI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDwkFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDnjFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDgkFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD1iFI%3BAAAA%3BAAAA%3BAjDujFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDjxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDwwFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAkDjmFQ%3BAAAA%3BAAAA%3BAAAA%3BAlDolFR%3BAkD9kFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDqlFR%3BAkDvkFQ%3BAAAA%3BAAAA%3BAAAA%3BAlD0jFR%3BAkDpjFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD2jFR%3BAkD7iFQ%3BAAAA%3BAAAA%3BAAAA%3BAlDgiFR%3BAkD1hFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDiiFR%3BAkDnhFQ%3BAAAA%3BAAAA%3BAAAA%3BAlDsgFR%3BAkDhgFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDugFR%3BAkDz%2FEQ%3BAAAA%3BAAAA%3BAAAA%3BAlD4%2BER%3BAkDt%2BEQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD6%2BER%3BAkD%2F9EQ%3BAAAA%3BAAAA%3BAAAA%3BAlDk9ER%3BAkD58EQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDm9ER%3BAkDr8EQ%3BAAAA%3BAAAA%3BAAAA%3BAlDw7ER%3BAkDl7EQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDy7ER%3BAkD36EQ%3BAAAA%3BAAAA%3BAAAA%3BAlD85ER%3BAkDx5EQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD%2B5ER%3BAkDj5EQ%3BAAAA%3BAAAA%3BAAAA%3BAlDo4ER%3BAkD93EQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDq4ER%3BAkDp3EQ%3BAAAA%3BAAAA%3BAAAA%3BAlDu2ER%3BAkDl2EQ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAlD02EJ%3BAkDh2EQ%3BAAAA%3BAAAA%3BAAAA%3BAlDm1ER%3BAkD90EQ%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAlDu1EJ%3BAkD50EQ%3BAAAA%3BAAAA%3BAAAA%3BAlD%2BzER%3BAkD1zEQ%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAC9cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAnDywFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD%2FuFI%3BAAAA%3BAAAA%3BAnD%2BuFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDxuFI%3BAAAA%3BAAAA%3BAnDwuFJ%3BAmDhuFY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3ChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BApD0wFA%3BAoDhwFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAC5BR%3BAAAA%3BAAAA%3BAAAA%3BAAKU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBL%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDoxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDtwFI%3BAAAA%3BAAAA%3BAAAA%3BAxDyvFJ%3BAAAA%3BAAAA%3BAAAA%3BAwDhvFI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAxDuvFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD3uFA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDmuFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDhsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDssFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD1rFQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDqrFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDxqFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAxDypFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD9nFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxD2oFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDhoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDgoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD%2FlFJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDgmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD1jFI%3BAAAA%3BAAAA%3BAAAA%3BAxDukFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwD5jFI%3BAAAA%3BAAAA%3BAAAA%3BAxD4jFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDrxFJ%3BAAAA%3BAAAA%3BAzDqxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD7vFI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDkwFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD5tFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDwrFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD3qFI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACxGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DywFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DjwFI%3BAAAA%3BAAAA%3BA1DiwFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DzvFI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DivFZ%3BA0DxuFgB%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BA1DmtFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D%2FrFJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1D2nFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D%2FmFI%3BAAAA%3BAAAA%3BAAAA%3BA1D%2BmFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DtmFI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DimFZ%3BA0DxlFgB%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BA3DksFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DtqFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DsqFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DjpFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DipFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DloFA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D4nFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DzmFH%3BAAAA%3BAAAA%3BAAAA%3BA3DsnFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D5lFF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BA3DmmFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DllFH%3BAAAA%3BAAAA%3BAAGO%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D0kFE%3BAAAA%3BAAAA%3BAAAA%3BA2DvjFD%3BAAAA%3BAAAA%3BAAAA%3BA3D0iFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BA2DxgFF%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGU%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3DwjFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DhjFQ%3BAAAA%3BAAAA%3BAAAA%3BA3Du9ER%3BA2Dl8EF%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGU%3BAAAA%3BAAAA%3BAAQT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3Ds%2BEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D99EW%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BA3D44EJ%3BA2Dv3EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC7ZA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DmwFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DvvFI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BA5DkvFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BA6DhwFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BA7DmuFJ%3BA8DrwFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BA9DuvFJ%3BA%2BDlxFQ%3BAAAA%3BAAAA%3BAAAA%3BA%2FDqwFR%3BA%2BD7vFQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BA%2FD%2BuFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAgEhwFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAhEmuFJ%3BAiErwFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAjE4vFJ%3BAkEjxFQ%3BAAAA%3BAAAA%3BAAAA%3BAlEowFR%3BAkE5vFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACvCA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAnEgxFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmEtvFI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAnEovFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmE3uFQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAnE6tFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoErxFI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BApE0wFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEnwFQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BApE2uFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEluFQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BApEotFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEvxFJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DF%3BAAAA%3BAAAA%3BAAAA%3BAAKU%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACfL%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAKO%3BAAAA%3BAAAA%3BAAAA%3BAAOP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAvEkvFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuE1tFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvEuuFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEltFA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAvE0tFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEjtFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvEitFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuE%2FrFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvE4sFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEtrFA%3BAAAA%3BAAAA%3BAClFJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaU%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAxEsqGlB%3BAAAA%3BAAAA%3BAAAA%3BAA1cI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAueJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAzeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgfF%3BAAAA%3BAAAA%3BAAhfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5lBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAumBF%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjnBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAxqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4rBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAhsBE%3BAAssBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAttBF%3BAAAA%3BAAAA%3BAAAA%3BAAouBA%3BAAAA%3BAAAA%3BAAAA%3BAAvtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6uBJ%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA1xBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiyBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */