.hidden-block {
  display: none;
}
.visible-block {
  display: block;
}
@media screen and (min-width: 769px) {
  .widget-produit .new,
  .products-grid li .new {
    margin: -111px 0 0 148px;
  }
  .products-grid li .availability.out-of-stock,
  .widget-produit .availability.out-of-stock {
    margin-left: -173px;
    margin-top: -5px;
    text-align: center;
  }
  .products-grid li .availability.out-of-stock span,
  .widget-produit .availability.out-of-stock span {
    width: 100%;
  }
  .products-grid li .cart,
  .widget-produit .cart {
    float: right;
    position: relative;
    margin: 0;
    background: url('/skin/frontend/default/pommedambre/images/btn_panier.png') no-repeat #707070 center;
    height: 30px;
    transition: .2s all linear;
  }
  .products-grid li .cart:hover,
  .widget-produit .cart:hover {
    background-color: #909090;
  }
  .products-grid li .cart button.button,
  .widget-produit .cart button.button {
    height: 30px;
  }
  .products-grid li .price-box,
  .widget-produit .price-box,
  .products-grid li .price,
  .widget-produit .price {
    float: left;
    background: #f56f00;
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    width: 80%;
    height: 30px;
    line-height: 30px;
    padding-right: 0;
  }
  .products-grid li .price-box .old,
  .widget-produit .price-box .old,
  .products-grid li .price .old,
  .widget-produit .price .old {
    width: 35%;
    display: inline;
    margin-right: 10px;
  }
  .products-grid li .price-box .old-price .price,
  .widget-produit .price-box .old-price .price {
    top: -2px;
    right: -46px;
  }
  .products-grid li .price-box .special-price .price,
  .widget-produit .price-box .special-price .price {
    top: -15px;
    right: -44px;
  }
  .products-grid li .price-box .price,
  .widget-produit .price-box .price {
    background: #f56f00;
    height: 15px;
    line-height: 15px;
    top: -22px;
    right: -111px;
    width: 30%;
  }
  .products-grid li .price-box .regular-price .price,
  .widget-produit .price-box .regular-price .price {
    height: 30px;
    line-height: 30px;
    background: #f56f00;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.widget-produit img {
  width: 100%;
}
.products-grid .coeur {
  margin: -109px 0 0 145px;
}
.products-grid .product-image {
  margin: auto;
}
.products-grid .product-image img {
  max-height: 115px;
}
@media screen and (max-width: 768px) {
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #doofinder {
    width: 0 !important;
  }
  /* Header */
  .wrapper {
    min-width: 100%;
  }
  .list-infos-paiement {
    display: none;
  }
  .header {
    text-align: center;
    width: 100%;
  }
  .header iframe {
    display: none;
  }
  .header .top-link-cart {
    color: #000000;
    float: none;
  }
  .header .links {
    float: none;
  }
  .header .links li {
    float: none;
  }
  .header .links li a {
    color: #ffffff;
  }
  .header .contact {
    display: none;
  }
  .header .form-search {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
  .header .form-search label {
    display: none;
  }
  .header .form-search #search {
    display: inline-block;
    margin-right: 0;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
  }
  .header .form-search button.button {
    display: none;
  }
  .header .logo {
    float: none;
    position: relative;
    margin-top: 0;
  }
  .header-container {
    width: 100%;
    background: url(http://www.pommedambre.com/skin/frontend/default/pommedambre/images/bg_header.jpg) 0 -42px repeat;
  }
  /* Nav */
  .nav-container {
    width: 100%;
  }
  .nav-container .burger {
    margin-top: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: #f56f00;
    text-align: center;
    display: block;
  }
  .nav-container .burger a {
    text-decoration: none;
  }
  .nav-container .burger span {
    text-transform: uppercase;
    color: #ffffff;
  }
  .nav-container #nav {
    width: 100%;
    display: none;
    cursor: pointer;
    height: auto;
  }
  .nav-container #nav li.over {
    height: 37px;
    line-height: 37px;
  }
  .nav-container #nav li.over span {
    background: none;
    padding-bottom: 0;
    color: white;
  }
  .nav-container #nav li {
    display: block;
    padding: 0;
  }
  .nav-container #nav li:hover,
  .nav-container #nav li.active span {
    background: #f56f00;
  }
  .nav-container #nav li:hover a,
  .nav-container #nav li.active span a {
    background: #f56f00;
    height: 37px;
  }
  .nav-container #nav li.active a {
    height: auto;
    padding-left: 0;
  }
  .nav-container #nav li.active span {
    padding: 0;
  }
  /* Slider */
  #hover_home,
  .slideshow_home_container,
  .category-container {
    display: none;
  }
  /* main-container */
  .main-container .main {
    width: 100%;
  }
  .main-container .main .col-main {
    width: 100%;
  }
  .main-container .main .col-main h1 {
    text-align: center;
  }
  .main-container .main .col-main .std h3 {
    text-align: center;
    margin-right: 0;
  }
  .main-container .main .col-main .std span {
    font-size: 18px !important;
  }
  .main-container .main .col-main .widget-produit {
    width: 48%;
    margin: 0 1%;
    box-sizing: border-box;
    text-align: center;
  }
  .main-container .main .col-main .widget-produit .product-name {
    margin-bottom: 15px;
  }
  .main-container .main .col-main .widget-produit .cart {
    margin: 0;
    position: relative;
    width: 100%;
    background: none;
    height: 30px;
    font-size: 17px;
  }
  .main-container .main .col-main .widget-produit .cart button.button {
    height: 30px;
    width: 100%;
    background: #707070;
  }
  .main-container .main .col-main .widget-produit .cart button.button span {
    line-height: normal;
  }
  .main-container .main .col-main .widget-produit .new {
    margin: 0;
    top: 25%;
    right: 0;
  }
  .main-container .main .col-main .widget-produit .price {
    position: relative;
    background: darkorange;
    width: 100%;
    height: 20px;
    line-height: 20px;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 15px;
  }
  .main-container .main .col-main .widget-produit .price .old {
    display: inline;
    margin-right: 20px;
  }
  .main-container .main .col-main .widget-produit:nth-child(2n+1) {
    clear: left;
  }
  .main-container .main .col-main .widget-produit img {
    margin-bottom: 5px;
  }
  .col-right.sidebar {
    display: none;
  }
  /* footer */
  .footer-container {
    background: none;
    width: 100%;
  }
  .footer-container .footer-icons {
    width: 100%;
  }
  .footer-container .footer-icons ul {
    margin: 0;
  }
  .footer-container .footer-icons li {
    width: 50%;
    padding: 0;
  }
  .footer-container .footer {
    padding: 0;
    width: 100%;
  }
  .footer-container .footer ul {
    background: #474747;
    border-top: 5px solid #474747;
  }
  .footer-container .footer ul li {
    float: left;
    width: 33%;
    box-sizing: border-box;
  }
  .footer-container .footer ul li ul {
    background: none;
    width: 100%;
  }
  .footer-container .footer ul li ul li {
    width: 100%;
  }
  .footer-container .footer span.titre {
    color: #ffffff;
  }
  .footer-container .footer li a {
    color: #ffffff;
  }
  /* catgeroie-subcats */
  .subcat-miniature {
    width: 23%;
    margin: 1%;
    box-sizing: border-box;
  }
  .subcat-miniature .img-container {
    width: 100%;
  }
  /* category-products */
  .col2-left-layout .col-main .category-products h1 {
    margin-bottom: 0 !important;
  }
  .category-products .amount-pages {
    padding: 0 8%;
    width: 100%;
    box-sizing: border-box;
  }
  .category-products .category-description {
    padding: 0 10px;
  }
  .category-products .block-titre-cat {
    border-bottom: none;
    width: 100%;
  }
  .category-products .block-titre-cat .amount-pages {
    margin-top: 40px;
    width: 100%;
  }
  .category-products .block-titre-cat .view-mode {
    display: none;
  }
  .category-products .block-titre-cat .amount {
    display: none;
  }
  .category-products .block-titre-cat .sort-by,
  .category-products .block-titre-cat .limiter {
    float: left;
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
  }
  .category-products .block-titre-cat .sort-by select,
  .category-products .block-titre-cat .limiter select {
    width: 60%;
    height: 30px;
  }
  .category-products .block-titre-cat .limiter label {
    display: none;
  }
  .category-products .block-titre-cat .sort-by a {
    display: none;
  }
  .category-products .block-titre-cat .titre {
    text-align: center;
    position: relative;
    border-bottom: 3px solid #be1827;
  }
  .category-products .block-titre-cat .titre h1 {
    margin-bottom: 0;
  }
  .category-products .products-grid {
    width: 100%;
  }
  .category-products .products-grid .coeur {
    margin: 0;
    top: 50px;
    right: 10px;
  }
  .category-products .products-grid li {
    width: 33%;
    box-sizing: border-box;
    margin: 5px 0;
    text-align: center;
  }
  .category-products .products-grid li .ratings {
    display: none;
  }
  .category-products .products-grid li a {
    margin: 0;
    width: 100%;
  }
  .category-products .products-grid li a[style] {
    height: auto  !important;
  }
  .category-products .products-grid li .cart {
    position: relative;
    margin: 0;
    background: #f56f00;
    width: 100%;
    height: 30px;
  }
  .category-products .products-grid li .cart button.button {
    width: 100%;
    height: 30px;
  }
  .category-products .products-grid li .cart button.button span {
    font-size: 18px;
    color: #ffffff;
    line-height: normal;
  }
  .category-products .products-grid li .cart .out-of-stock span {
    display: none;
  }
  .category-products .products-grid li .cart .out-of-stock:after {
    content: 'réapprovisionnement';
    color: #ffffff;
    text-align: center;
    margin: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .category-products .products-grid li .price-box {
    position: relative;
    margin: 0;
    background: #f56f00;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0;
  }
  .category-products .products-grid li .price-box .old-price {
    text-align: right;
    height: auto;
    margin-top: 0;
  }
  .category-products .products-grid li .price-box .old-price .price {
    padding-right: 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .category-products .products-grid li .price-box .special-price {
    text-align: left;
  }
  .category-products .products-grid li .price-box .special-price .price {
    padding-left: 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .category-products .products-grid li .price-box span {
    line-height: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  .amount-pages {
    padding: 0 8%;
    width: 100%;
  }
  .amount-pages .pages {
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
  }
  .amount-pages .pages ol {
    width: 100%;
  }
  .amount-pages .pages strong {
    display: none;
  }
  .amount-pages .pages li {
    width: 13%;
  }
  .col-left.sidebar {
    width: 100%;
  }
  .col-left.sidebar .block-left-nav,
  .col-left.sidebar .block-layered-nav,
  .col-left.sidebar .block-cart,
  .col-left.sidebar #search_left_form {
    display: none;
  }
  /* product-view */
  .product-view .ref {
    display: none;
  }
  .product-view .product-shop {
    width: 50%;
  }
  .product-view .product-shop a.more {
    float: right;
  }
  .product-view .product-shop .data-table .recette {
    background: none;
    color: #be1827;
  }
  .product-view .product-shop .add-to-cart {
    width: 100%;
  }
  .product-view .product-shop .add-to-cart button.button {
    width: 100%;
  }
  .product-view .product-shop .add-to-cart button.button span {
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
  .product-view .product-img-box {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .product-view .product-img-box .product-image {
    width: 100%;
    text-align: center;
  }
  .product-view .product-img-box .product-image img {
    width: 50%;
  }
  .products-related div.prod {
    text-align: center;
    padding: 1%;
    margin: 0;
    width: 48%;
    min-height: 197px;
    box-sizing: border-box;
    height: auto;
  }
  .products-related div.prod:nth-child(2n) {
    background: none;
  }
  .products-related div.prod .product-name {
    text-align: center;
  }
  .products-related div.prod .price-box {
    float: none;
    text-align: center;
  }
  /* account-login */
  .account-login .registered-users .input-box {
    width: 100%;
  }
  .account-login .registered-users .input-box input {
    width: 100%;
  }
  /* account-create */
  .form-list select,
  .form-list input.input-text,
  .form-list .input-text,
  .form-list .fields,
  .form-list .field,
  .form-list .wide,
  .form-list .field.j2t-rewardpoints-email,
  .form-list li.wide .input-box,
  .form-list li.wide textarea.input-text,
  .form-list li.wide input.input-text,
  .form-list .input-box {
    width: 100%;
    box-sizing: border-box;
  }
  .form-list .customer-name-prefix {
    width: 100%;
  }
  .form-list .customer-name-prefix .name-prefix {
    width: 50%;
  }
  .form-list .customer-name-prefix .name-prefix select,
  .form-list .customer-name-prefix .name-firstname,
  .form-list .customer-name-prefix .name-firstname input.input-text,
  .form-list .customer-name-prefix .name-lastname,
  .form-list .customer-name-prefix .name-lastname input.input-text {
    width: 100%;
  }
  .form-list .customer-dob .dob-day,
  .form-list .customer-dob .dob-month,
  .form-list .customer-dob .dob-year {
    width: 31%;
    box-sizing: border-box;
  }
  .form-list .customer-dob .dob-day input.input-text,
  .form-list .customer-dob .dob-month input.input-text,
  .form-list .customer-dob .dob-year input.input-text {
    width: 100%;
  }
  .form-list .customer-dob .dob-month {
    margin: 0 3% 0 3%;
  }
  .back-link {
    display: none;
  }
  .account-login .buttons-set {
    border: none;
    padding: 5px 0;
  }
  .account-login .buttons-set .f-left {
    float: right !important;
  }
  .account-login .buttons-set button.button {
    width: 100%;
  }
  .account-login .buttons-set button.button span {
    height: 30px;
    line-height: 30px;
  }
  /* checkout */
  .cart #shopping-cart-table button {
    width: 48%;
    margin: 1%;
  }
  .cart #shopping-cart-table button span {
    height: 30px;
    line-height: 30px;
  }
  .cart .checkout-types {
    margin-top: 5px;
  }
  .cart .page-title.title-buttons h1 {
    float: none;
  }
  .cart .discount {
    margin: 0;
  }
  .cart .cart-collaterals .totals {
    width: 96%;
    margin: 0 2%;
  }
  .cart .cart-collaterals .col2-set {
    width: 100%;
  }
  .cart .cart-collaterals .col2-set .rewards_point_cart {
    margin-bottom: 10px;
  }
  .cart .cart-collaterals .col2-set .col-1,
  .cart .cart-collaterals .col2-set .col-2 {
    width: 100%;
    cursor: pointer;
  }
  .cart .cart-collaterals .col2-set .col-1 button,
  .cart .cart-collaterals .col2-set .col-2 button {
    width: 100%;
  }
  .cart .cart-collaterals .col2-set .col-1 button span,
  .cart .cart-collaterals .col2-set .col-2 button span {
    height: 30px;
    line-height: 30px;
  }
  .cart .cart-collaterals .col2-set .col-1 .input-box,
  .cart .cart-collaterals .col2-set .col-2 .input-box {
    width: 100%;
  }
  .cart .cart-collaterals .col2-set .col-1 .input-box .input-text,
  .cart .cart-collaterals .col2-set .col-2 .input-box .input-text,
  .cart .cart-collaterals .col2-set .col-1 .input-box select,
  .cart .cart-collaterals .col2-set .col-2 .input-box select {
    width: 100%;
  }
  .cart .cart-collaterals .col2-set .col-1 .input-box .input-text,
  .cart .cart-collaterals .col2-set .col-2 .input-box .input-text {
    padding: 2px 0;
  }
  .cart .cart-collaterals .col2-set .col-2 {
    margin: 0;
  }
  /* my-account */
  .my-account {
    margin: 0 10px;
  }
  .my-account .box-account.box-recent {
    display: none;
  }
  .my-account .head.box-title {
    display: none;
  }
  .my-account .account-box .col2-set h3,
  .my-account .account-box .col2-set h4 {
    border-bottom: 2px solid #746b5a;
  }
  .my-account .account-box .col2-set .col-2,
  .my-account .account-box .col2-set .col-1 {
    width: 100%;
    float: none;
  }
  .sidebar .block-account {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
  }
  .sidebar .block-account .block-title {
    height: 30px;
  }
  .sidebar .block-account .block-title strong {
    margin-top: 3px;
  }
  .sidebar .block-account .block-content {
    display: none;
  }
  #form-validate .legend {
    width: 100%;
    padding: 5px 44px 3px 6px;
  }
  #form-validate button.button {
    width: 100%;
  }
  #form-validate button.button span {
    height: 30px;
    line-height: 30px;
  }
  .enter-gift-card-number {
    padding: 0 10px;
  }
  .enter-gift-card-number .input-box[style] {
    width: 100% !important;
  }
  .enter-gift-card-number .input-box[style] .input-text[style] {
    width: 100% !important;
  }
  /* recettes-home */
  .recettes-home {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  .recettes-home .texte {
    width: 100%;
  }
  .recettes-home ul {
    width: 100%;
  }
  .recettes-home ul li {
    width: 100%;
    text-align: center;
    background: none;
    border-bottom: 1px solid #746b5a;
  }
  .recettes-home ul li:before {
    display: none;
  }
  .recettes-home ul li a {
    font-size: 15px;
  }
  /* recettes-right */
  .recettes-right {
    width: 100%;
  }
  .recettes-right .image {
    width: 100%;
    float: none;
  }
  .recettes-right .toutdose {
    text-align: center;
  }
  .recettes-right .toutdose span {
    float: none;
  }
  .recettes-right .toutdose a {
    float: none;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .recettes-right h3 {
    text-align: center;
  }
  .recettes-right .sort {
    display: none;
  }
  .recettes-right ul.temps li {
    width: 99%;
    color: #ffffff;
    background: #f56f00;
    border-bottom: 1px solid #ffffff;
    padding-left: 1%;
  }
  .recettes-right ul.ingredients {
    margin-top: 45px;
  }
  .recettes-right ul.ingredients .titre {
    display: block;
  }
  .recettes-right ul.ingredients li.liste {
    display: block;
  }
  .recettes-right ul.ingredients li.liste ul {
    width: 100%;
  }
  .recettes-right ul.ingredients li.liste ul li {
    width: 100%;
    display: block;
  }
  .recettes-right ul.ingredients.sachet {
    margin-top: 15px;
  }
  .recettes-search,
  .recettes-left {
    display: none;
  }
  /* contact */
  .contacts-index-index #contactForm .fieldset {
    padding: 0;
  }
  .contacts-index-index #contactForm .fieldset .legend {
    width: 99%;
    margin: 0;
    padding: 0 0 0 1%;
    height: 30px;
    line-height: 30px;
  }
  .contacts-index-index .maps {
    display: none;
  }
  .contacts-index-index .horaires .left,
  .contacts-index-index .horaires .right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /* a propos */
  .cms-a-propos-de-pomme-d-ambre .std td[style] {
    padding: 0 !important;
  }
  .cms-a-propos-de-pomme-d-ambre .std img {
    display: none;
  }
}
@media screen and (max-width: 377px) {
  /* checkout */
  .cart #shopping-cart-table thead th:nth-child(4) {
    display: none;
  }
  .cart #shopping-cart-table tbody td:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 382px) {
  /* success-modal */
  #success-modal .modal-content button.button {
    width: 100%;
    margin-bottom: 5px;
  }
  #success-modal .modal-content a {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 405px) {
  /* checkout */
  .cart #shopping-cart-table tfoot button.btn-continue {
    float: none;
    margin-bottom: 2px;
  }
  .cart #shopping-cart-table tfoot button.btn-continue,
  .cart #shopping-cart-table tfoot button.btn-update {
    width: 100%;
  }
}
@media screen and (max-width: 442px) {
  /* recettes-right */
  .recettes-right .toutdose a {
    float: none;
    line-height: normal;
    padding-top: 5px;
  }
}
@media screen and (max-width: 450px) {
  /* product-view */
  .products-related div.prod {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    min-height: inherit;
    border-bottom: 1px solid #cccccb;
    background: none;
  }
}
@media screen and (max-width: 475px) {
  /* checkout */
  .cart #shopping-cart-table thead th:nth-child(2) {
    display: none;
  }
  .cart #shopping-cart-table tbody td:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 563px) {
  /* category-products */
  .category-products .products-grid li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /* main-container */
  body .main-container .main .col-main .widget-produit {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  /* account-login */
  .account-login #login-form .col2-set .col-2 {
    width: 100%;
  }
  .account-login #login-form .col2-set .col-2 .f-left {
    float: right !important;
  }
  .account-login #login-form .col2-set .col-2 .registered-users {
    width: 100%;
  }
  .account-login #login-form .col2-set .col-2 .new-users {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* catgeroie-subcats */
  .subcat-miniature {
    width: 48%;
  }
  .subcat-miniature a[style] {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 44px !important;
    line-height: 44px;
  }
}
@media screen and (max-width: 405px) {
  /* catgeroie-subcats */
  .subcat-miniature {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 667px) {
  /* product-view */
  .product-view .product-shop {
    width: 100%;
  }
  .product-view .product-img-box {
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fsrc%2Fstyles%2Fless%2Fmain.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAWa%3BEACX%2CaAAA%3B%3BAAGY%3BEACZ%2CcAAA%3B%3BAAgFD%2CmBA7EoC%3BEAEnB%2CeAAI%3BEACL%2CcAAG%2CGAAK%3BIACrB%2CwBAAA%3B%3BEAEa%2CcAAE%2CGAEF%2CcAAc%3BEADb%2CeACD%2CcAAc%3BIACzB%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEALW%2CcAAE%2CGAEF%2CcAAc%2CaAIpB%3BEALO%2CeACD%2CcAAc%2CaAIpB%3BIACH%2CWAAA%3B%3BEAPS%2CcAAE%2CGAUT%3BEATQ%2CeASR%3BIACJ%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAgB%2CoFAAhB%3BIACA%2CYAAA%3B%3BEAfW%2CcAAE%2CGAUT%2CMAME%2COAAQ%3BEAfF%2CeASR%2CMAME%2COAAQ%3BIACZ%2CYAAA%3B%3BEAjBS%2CcAAE%2CGAoBL%3BEAnBI%2CeAmBJ%3BEApBG%2CcAAE%2CGAqBR%3BEApBO%2CeAoBP%3BIACL%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA%2FBW%2CcAAE%2CGAoBL%2CWAYH%3BEA%2FBO%2CeAmBJ%2CWAYH%3BEAhCM%2CcAAE%2CGAqBR%2COAWA%3BEA%2FBO%2CeAoBP%2COAWA%3BIACH%2CUAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAnCS%2CcAAE%2CGAsCJ%2CWACE%2CWACF%3BEAvCG%2CeAqCH%2CWACE%2CWACF%3BIACL%2CSAAA%3BIACA%2CYAAA%3B%3BEA1CO%2CcAAE%2CGAsCJ%2CWAOM%2CeACJ%3BEA7CC%2CeAqCH%2CWAOM%2CeACJ%3BIACL%2CUAAA%3BIACA%2CYAAA%3B%3BEAhDK%2CcAAE%2CGAsCJ%2CWAaF%3BEAlDK%2CeAqCH%2CWAaF%3BIACL%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAzDS%2CcAAE%2CGAsCJ%2CWAqBM%2CeACN%3BEA3DG%2CeAqCH%2CWAqBM%2CeACN%3BIACL%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3B%3BAAOM%2CeACV%3BEACF%2CWAAA%3B%3BAAIW%2CcACN%3BEACL%2CwBAAA%3B%3BAAFW%2CcAIE%3BEACb%2CYAAA%3B%3BAALW%2CcAIE%2CeAET%3BEACF%2CaAAA%3B%3BAAi2BL%2CmBA31BoC%3BEAEnB%3BIACd%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGS%3BIACT%2CmBAAA%3B%3B%3BEAKO%3BIACP%2CeAAA%3B%3BEAGmB%3BIACnB%2CaAAA%3B%3BEAGM%3BIACN%2CkBAAA%3BIACA%2CWAAA%3B%3BEAFM%2COAGC%3BIACL%2CaAAA%3B%3BEAJI%2COAMS%3BIACb%2CcAAA%3BIACA%2CWAAA%3B%3BEARI%2COAUC%3BIACL%2CWAAA%3B%3BEAXI%2COAUC%2COAEF%3BIACD%2CWAAA%3B%3BEAbE%2COAUC%2COAEF%2CGAEC%3BIACA%2CcAAA%3B%3BEAfA%2COAmBG%3BIACP%2CaAAA%3B%3BEApBI%2COAsBO%3BIACX%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEA1BI%2COAsBO%2CaAKL%3BIACJ%2CaAAA%3B%3BEA5BE%2COAsBO%2CaAQH%3BIACN%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAnCE%2COAsBO%2CaAeL%2COAAQ%3BIACZ%2CaAAA%3B%3BEAtCE%2COAyCA%3BIACJ%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAIc%3BIAChB%2CWAAA%3BIACA%2CmHAAA%3B%3B%3BEAKa%3BIACb%2CWAAA%3B%3BEADa%2CcAGL%3BIACN%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAVW%2CcAGL%2CQAQD%3BIACH%2CyBAAA%3BIACA%2CcAAA%3B%3BEAbS%2CcAiBR%3BIACH%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEArBW%2CcAiBR%2CKAMD%2CGAAM%3BIACN%2CYAAA%3BIACA%2CiBAAA%3B%3BEAzBS%2CcAiBR%2CKAMD%2CGAAM%2CKAGD%3BIACH%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA5BO%2CcAiBR%2CKAcA%3BIACD%2CcAAA%3BIACA%2CYAAA%3B%3BEACC%2CcAjBA%2CKAcA%2CGAGM%3BEACN%2CcAlBA%2CKAcA%2CGAIQ%2COAAK%3BIACZ%2CmBAAA%3B%3BEAFD%2CcAjBA%2CKAcA%2CGAGM%2CMAGH%3BEAFH%2CcAlBA%2CKAcA%2CGAIQ%2COAAK%2CKAEV%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAGH%2CcAzBA%2CKAcA%2CGAWQ%2COACL%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAHH%2CcAzBA%2CKAcA%2CGAWQ%2COAKF%3BIACH%2CYAAA%3B%3B%3BEASC%3BEACc%3BEACN%3BIACjB%2CaAAA%3B%3B%3BEAKc%2CeACR%3BIACJ%2CWAAA%3B%3BEAFY%2CeACR%2CMAEM%3BIACR%2CWAAA%3B%3BEAJU%2CeACR%2CMAEM%2CUAEL%3BIACD%2CkBAAA%3B%3BEANQ%2CeACR%2CMAEM%2CUAKH%2CKACA%3BIACD%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAXM%2CeACR%2CMAEM%2CUAKH%2CKAKE%3BIACH%2C0BAAA%3B%3BEAdM%2CeACR%2CMAEM%2CUAcQ%3BIACd%2CUAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEArBQ%2CeACR%2CMAEM%2CUAcQ%2CgBAKA%3BIACZ%2CmBAAA%3B%3BEAvBM%2CeACR%2CMAEM%2CUAcQ%2CgBAQR%3BIACJ%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEG%2CeAhCL%2CMAEM%2CUAcQ%2CgBAQR%2CMAOG%2COACI%3BIACP%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHD%2CeAhCL%2CMAEM%2CUAcQ%2CgBAQR%2CMAOG%2COACI%2COAIH%3BIACF%2CmBAAA%3B%3BEAtCA%2CeACR%2CMAEM%2CUAcQ%2CgBA0BT%3BIACH%2CSAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA9CM%2CeACR%2CMAEM%2CUAcQ%2CgBA%2BBP%3BIACL%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAzDM%2CeACR%2CMAEM%2CUAcQ%2CgBA%2BBP%2COAUA%3BIACH%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGH%2CeA9DD%2CMAEM%2CUAcQ%2CgBA8CH%2CUAAO%3BIAChB%2CWAAA%3B%3BEAhEM%2CeACR%2CMAEM%2CUAcQ%2CgBAiDV%3BIACF%2CkBAAA%3B%3BEAQP%2CUAAS%3BIACR%2CaAAA%3B%3B%3BEAMc%3BIAChB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAFgB%2CiBAGF%3BIACZ%2CWAAA%3B%3BEAJc%2CiBAGF%2CcAET%3BIACD%2CUAAA%3B%3BEANY%2CiBASR%3BIACN%2CYAAA%3BIACA%2CWAAA%3B%3BEAXc%2CiBASR%2CQAGH%3BIACD%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAdY%2CiBASR%2CQAGH%2CGAGE%3BIACD%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAlBU%2CiBASR%2CQAGH%2CGAGE%2CGAIE%3BIACD%2CgBAAA%3BIACA%2CWAAA%3B%3BEArBQ%2CiBASR%2CQAGH%2CGAGE%2CGAIE%2CGAGE%3BIACD%2CWAAA%3B%3BEAML%2CiBApBG%2CQAmBD%2CKACK%3BIACN%2CcAAA%3B%3BEA9BU%2CiBASR%2CQAwBH%2CGACC%3BIACA%2CcAAA%3B%3B%3BEAQU%3BIAChB%2CUAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAHgB%2CiBAID%3BIACb%2CWAAA%3B%3B%3BEAMc%2CiBAAU%2CUAAmB%2CmBAAG%3BIAChD%2C6BAAA%3B%3BEAGiB%2CkBACH%3BIACZ%2CaAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAJe%2CkBAMK%3BIACpB%2CeAAA%3B%3BEAPe%2CkBASA%3BIACf%2CmBAAA%3BIACA%2CWAAA%3B%3BEAXe%2CkBASA%2CiBAGD%3BIACZ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAda%2CkBASA%2CiBAOJ%3BIACT%2CaAAA%3B%3BEAjBa%2CkBASA%2CiBAUP%3BIACN%2CaAAA%3B%3BEApBa%2CkBASA%2CiBAaP%3BEAtBO%2CkBASA%2CiBAcN%3BIACP%2CWAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEA5Ba%2CkBASA%2CiBAaP%2CSAOC%3BEA7BM%2CkBASA%2CiBAcN%2CSAMA%3BIACL%2CUAAA%3BIACA%2CYAAA%3B%3BEA%2FBW%2CkBASA%2CiBAyBN%2CSACD%3BIACJ%2CaAAA%3B%3BEApCW%2CkBASA%2CiBA8BN%2CSACL%3BIACA%2CaAAA%3B%3BEAzCW%2CkBASA%2CiBAoCR%3BIACL%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BEAhDa%2CkBASA%2CiBAoCR%2COAIF%3BIACD%2CkBAAA%3B%3BEAlDW%2CkBAsDF%3BIACb%2CWAAA%3B%3BEAvDe%2CkBAsDF%2CeAEN%3BIACL%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA3Da%2CkBAsDF%2CeAOV%3BIACD%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjEa%2CkBAsDF%2CeAOV%2CGAKQ%3BIACP%2CaAAA%3B%3BEAnEW%2CkBAsDF%2CeAOV%2CGAQC%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAvEW%2CkBAsDF%2CeAOV%2CGAYA%2CEAAO%3BIACN%2CwBAAA%3B%3BEA1EW%2CkBAsDF%2CeAOV%2CGAeK%3BIACJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAjFW%2CkBAsDF%2CeAOV%2CGAeK%2CMAME%2COAAQ%3BIACZ%2CWAAA%3BIACA%2CYAAA%3B%3BEApFS%2CkBAsDF%2CeAOV%2CGAeK%2CMAME%2COAAQ%2COAGP%3BIACH%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAxFO%2CkBAsDF%2CeAOV%2CGAeK%2CMAeU%2CcACP%3BIACH%2CaAAA%3B%3BEAED%2CkBAzCM%2CeAOV%2CGAeK%2CMAeU%2CcAIJ%3BIACN%2CSAAS%2CqBAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAvGO%2CkBAsDF%2CeAOV%2CGA8CU%3BIACT%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAlHW%2CkBAsDF%2CeAOV%2CGA8CU%2CWAQE%3BIACT%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAtHS%2CkBAsDF%2CeAOV%2CGA8CU%2CWAQE%2CWAIF%3BIACL%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEA3HO%2CkBAsDF%2CeAOV%2CGA8CU%2CWAmBM%3BIACb%2CgBAAA%3B%3BEA%2FHS%2CkBAsDF%2CeAOV%2CGA8CU%2CWAmBM%2CeAEN%3BIACL%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEApIO%2CkBAsDF%2CeAOV%2CGA8CU%2CWA4BJ%3BIACH%2CiBAAA%3B%3BEAOG%3BIACX%2CaAAA%3B%3BEAGY%3BIACZ%2CaAAA%3BIACA%2CWAAA%3B%3BEAFY%2CaAGL%3BIACL%2CWAAA%3BIAIA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEATU%2CaAGL%2COAEF%3BIACD%2CWAAA%3B%3BEANQ%2CaAGL%2COAOE%3BIACL%2CaAAA%3B%3BEAXQ%2CaAGL%2COAUF%3BIACD%2CUAAA%3B%3BEAKG%2CSAAS%3BIAChB%2CWAAA%3B%3BEADO%2CSAAS%2CQAED%3BEAFR%2CSAAS%2CQAGE%3BEAHX%2CSAAS%2CQAIL%3BEAJJ%2CSAAS%2CQAKC%3BIACf%2CaAAA%3B%3B%3BEAMU%2CaACP%3BIACH%2CaAAA%3B%3BEAFU%2CaAIE%3BIACZ%2CUAAA%3B%3BEALU%2CaAIE%2CcAEX%2CEAAM%3BIACL%2CYAAA%3B%3BEAPQ%2CaAIE%2CcAKA%2CYACD%3BIACP%2CgBAAA%3BIACA%2CcAAA%3B%3BEAZM%2CaAIE%2CcAWC%3BIACX%2CWAAA%3B%3BEAhBQ%2CaAIE%2CcAWC%2CaAEL%2COAAQ%3BIACZ%2CWAAA%3B%3BEAlBM%2CaAIE%2CcAWC%2CaAEL%2COAAQ%2COAEP%3BIACH%2CUAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAtBI%2CaA2BK%3BIACf%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEA9BU%2CaA2BK%2CiBAIA%3BIACb%2CWAAA%3BIACA%2CkBAAA%3B%3BEAjCQ%2CaA2BK%2CiBAIA%2CeAGT%3BIACF%2CUAAA%3B%3BEAMU%2CiBACb%2CIAAM%3BIAEP%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEACC%2CiBARA%2CIAAM%2CKAQI%2CUAAK%3BIACd%2CgBAAA%3B%3BEAVY%2CiBACb%2CIAAM%2CKAWO%3BIACZ%2CkBAAA%3B%3BEAbY%2CiBACb%2CIAAM%2CKAcI%3BIACT%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BEAOS%2CcACK%2CkBACL%3BIACT%2CWAAA%3B%3BEAHS%2CcACK%2CkBACL%2CWAEH%3BIACJ%2CWAAA%3B%3B%3BEASG%2CUACH%3BEADG%2CUAEJ%2CMAAW%3BEAFP%2CUAGE%3BEAHF%2CUAIF%3BEAJE%2CUAKH%3BEALG%2CUAMJ%3BEANI%2CUAOH%2COAAuB%3BEAPpB%2CUAQP%2CGAAM%2CKAAU%3BEART%2CUASP%2CGAAM%2CKAAQ%2CSAAW%3BEATlB%2CUAUP%2CGAAM%2CKAAK%2CMAAW%3BEAVf%2CUAWE%3BIACT%2CWAAA%3BIACA%2CsBAAA%3B%3BEAbO%2CUAea%3BIACpB%2CWAAA%3B%3BEAhBO%2CUAea%2CsBAEP%3BIACX%2CUAAA%3B%3BEAlBK%2CUAea%2CsBAKP%2CaAAM%3BEApBZ%2CUAea%2CsBAML%3BEArBR%2CUAea%2CsBAOJ%2CgBAAK%2CMAAW%3BEAtBzB%2CUAea%2CsBAQN%3BEAvBP%2CUAea%2CsBASL%2CeAAK%2CMAAY%3BIAC9B%2CWAAA%3B%3BEAzBK%2CUA4BK%2CcACJ%3BEA7BD%2CUA4BK%2CcAEF%3BEA9BH%2CUA4BK%2CcAGF%3BIACR%2CUAAA%3BIACA%2CsBAAA%3B%3BEAjCK%2CUA4BK%2CcACJ%2CSAKD%2CMAAY%3BEAlCZ%2CUA4BK%2CcAEF%2CWAIH%2CMAAY%3BEAlCZ%2CUA4BK%2CcAGF%2CUAGH%2CMAAY%3BIACf%2CWAAA%3B%3BEAnCG%2CUA4BK%2CcAUD%3BIACT%2CiBAAA%3B%3BEAKK%3BIACT%2CaAAA%3B%3BEAGa%2CcACA%3BIACX%2CYAAA%3BIACA%2CgBAAA%3B%3BEAHW%2CcACA%2CaAGH%3BIACN%2CuBAAA%3B%3BEALS%2CcACA%2CaAML%2COAAQ%3BIACZ%2CWAAA%3B%3BEARS%2CcACA%2CaAML%2COAAQ%2COAEP%3BIACH%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BEASF%2CKACiB%2CqBACZ%3BIACL%2CUAAA%3BIACA%2CUAAA%3B%3BEAJA%2CKACiB%2CqBACZ%2COAGA%3BIACH%2CYAAA%3BIACA%2CiBAAA%3B%3BEAPF%2CKAWY%3BIACd%2CeAAA%3B%3BEAGC%2CKADS%2CYACM%2CcACX%3BIACD%2CWAAA%3B%3BEAjBF%2CKAqBM%3BIACR%2CSAAA%3B%3BEAtBE%2CKAwBc%2CkBACR%3BIACN%2CUAAA%3BIACA%2CYAAA%3B%3BEA3BA%2CKAwBc%2CkBAKN%3BIACR%2CWAAA%3B%3BEA9BA%2CKAwBc%2CkBAKN%2CUAEY%3BIAClB%2CmBAAA%3B%3BEAhCF%2CKAwBc%2CkBAKN%2CUAKF%3BEAlCN%2CKAwBc%2CkBAKN%2CUAMD%3BIACL%2CWAAA%3BIACA%2CeAAA%3B%3BEArCF%2CKAwBc%2CkBAKN%2CUAKF%2COAIG%3BEAtCT%2CKAwBc%2CkBAKN%2CUAMD%2COAGE%3BIACL%2CWAAA%3B%3BEAvCJ%2CKAwBc%2CkBAKN%2CUAKF%2COAIG%2COAEA%3BEAxCT%2CKAwBc%2CkBAKN%2CUAMD%2COAGE%2COAEA%3BIACH%2CYAAA%3BIACA%2CiBAAA%3B%3BEA1CN%2CKAwBc%2CkBAKN%2CUAKF%2COAWO%3BEA7Cb%2CKAwBc%2CkBAKN%2CUAMD%2COAUM%3BIACT%2CWAAA%3B%3BEA9CJ%2CKAwBc%2CkBAKN%2CUAKF%2COAWO%2CWAEE%3BEA%2FCf%2CKAwBc%2CkBAKN%2CUAMD%2COAUM%2CWAEE%3BEA%2FCf%2CKAwBc%2CkBAKN%2CUAKF%2COAWO%2CWAGF%3BEAhDX%2CKAwBc%2CkBAKN%2CUAMD%2COAUM%2CWAGF%3BIACL%2CWAAA%3B%3BEAjDN%2CKAwBc%2CkBAKN%2CUAKF%2COAWO%2CWAMG%3BEAnDhB%2CKAwBc%2CkBAKN%2CUAMD%2COAUM%2CWAMG%3BIACV%2CgBAAA%3B%3BEApDN%2CKAwBc%2CkBAKN%2CUA2BD%3BIACL%2CSAAA%3B%3B%3BEAQI%3BIACV%2CcAAA%3B%3BEADU%2CWAEE%2CaAAY%3BIACtB%2CaAAA%3B%3BEAHQ%2CWAKL%2CMAAW%3BIACd%2CaAAA%3B%3BEANQ%2CWAQG%2CaACD%2CUACN%3BEAVI%2CWAQG%2CaACD%2CUAEL%3BIACD%2CgCAAA%3B%3BEAZI%2CWAQG%2CaACD%2CUAKF%3BEAdA%2CWAQG%2CaACD%2CUAMD%3BIACL%2CWAAA%3BIACA%2CWAAA%3B%3BEAMC%2CQACQ%3BIACb%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAJK%2CQACQ%2CeAIA%3BIACX%2CYAAA%3B%3BEANG%2CQACQ%2CeAIA%2CaAEJ%3BIACL%2CeAAA%3B%3BEARC%2CQACQ%2CeAUE%3BIACb%2CaAAA%3B%3BEAKS%2CcACL%3BIACN%2CWAAA%3BIACA%2CyBAAA%3B%3BEAHW%2CcAKP%2COAAQ%3BIACZ%2CWAAA%3B%3BEANW%2CcAKP%2COAAQ%2COAEP%3BIACH%2CYAAA%3BIACA%2CiBAAA%3B%3BEAKkB%3BIACtB%2CeAAA%3B%3BEADsB%2CuBAEZ%2CWAAQ%3BIAChB%2CsBAAA%3B%3BEAHoB%2CuBAEZ%2CWAAQ%2COAEL%2CYAAQ%3BIACjB%2CsBAAA%3B%3B%3BEAOS%3BIACb%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHa%2CcAIN%3BIACL%2CWAAA%3B%3BEALW%2CcAOV%3BIACD%2CWAAA%3B%3BEARW%2CcAOV%2CGAEE%3BIACD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEACC%2CcAPF%2CGAEE%2CGAKO%3BIACN%2CuHAAA%3B%3BEAfO%2CcAOV%2CGAEE%2CGAQC%3BIACA%2CeAAA%3B%3B%3BEAQQ%3BIACd%2CWAAA%3B%3BEADc%2CeAEJ%3BIACR%2CkBAAA%3B%3BEAHY%2CeAEJ%2CUAEH%3BIACJ%2CWAAA%3B%3BEALW%2CeAEJ%2CUAKN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAXU%2CeAcX%3BIACD%2CkBAAA%3B%3BEAfY%2CeAiBR%3BIACJ%2CaAAA%3B%3BEAlBY%2CeAoBZ%2CGAAO%2CMACJ%3BIACD%2CUAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEA1BU%2CeA6BZ%2CGAAa%3BIACb%2CgBAAA%3B%3BEA9BY%2CeA6BZ%2CGAAa%2CYAEN%3BIACL%2CcAAA%3B%3BEAhCU%2CeA6BZ%2CGAAa%2CYAKX%2CGAAO%3BIACP%2CcAAA%3B%3BEAnCU%2CeA6BZ%2CGAAa%2CYAKX%2CGAAO%2CMAEJ%3BIACD%2CWAAA%3B%3BEArCQ%2CeA6BZ%2CGAAa%2CYAKX%2CGAAO%2CMAEJ%2CGAEE%3BIACD%2CWAAA%3BIACA%2CcAAA%3B%3BEAIL%2CeAfD%2CGAAa%2CYAeJ%3BIACP%2CgBAAA%3B%3BEAKU%3BEACD%3BIACb%2CaAAA%3B%3B%3BEAKoB%2CqBACP%2CaACD%3BIACR%2CUAAA%3B%3BEAHgB%2CqBACP%2CaACD%2CUAEA%3BIACN%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEATc%2CqBAad%3BIACJ%2CaAAA%3B%3BEAdkB%2CqBAgBV%2CUACH%3BEAjBa%2CqBAgBV%2CUAED%3BIACL%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3B%3BEAOyB%2C8BACxB%2CKACD%2CGAAQ%3BIACR%2CqBAAA%3B%3BEAHyB%2C8BACxB%2CKAIC%3BIACF%2CaAAA%3B%3B%3BAAyBP%2CmBAlBoC%3B%3BEAI7B%2CKACiB%2CqBACb%2CMACF%2CGAAU%2CUAAI%3BIACd%2CaAAA%3B%3BEAJF%2CKACiB%2CqBAMb%2CMACF%2CGAAU%2CUAAI%3BIACd%2CaAAA%3B%3B%3BAAuBT%2CmBAhBoC%3B%3BEAIpB%2CcACE%2CeACP%2COAAQ%3BIACZ%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJS%2CcACE%2CeAKX%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAwBP%2CmBAlBoC%3B%3BEAI7B%2CKACiB%2CqBACb%2CMACE%2COAAc%3BIAClB%2CWAAA%3BIACA%2CkBAAA%3B%3BEALF%2CKACiB%2CqBACb%2CMAKE%2COAAa%3BEAPnB%2CKACiB%2CqBACb%2CMAME%2COAAY%3BIAChB%2CWAAA%3B%3B%3BAAoBT%2CmBAboC%3B%3BEAInB%2CeACJ%2CUACN%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAoBP%2CmBAdoC%3B%3BEAIjB%2CiBACb%2CIAAM%3BIACP%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3B%3BAAuBL%2CmBAlBoC%3B%3BEAI7B%2CKACiB%2CqBACb%2CMACF%2CGAAU%2CUAAI%3BIACd%2CaAAA%3B%3BEAJF%2CKACiB%2CqBAMb%2CMACF%2CGAAU%2CUAAI%3BIACd%2CaAAA%3B%3B%3BAAkBT%2CmBAXoC%3B%3BEAIhB%2CkBACF%2CeACV%3BIACD%2CWAAA%3B%3B%3BAAaP%2CmBAPoC%3B%3BEAI9B%2CIAAgB%2CgBAAM%2CMAAU%2CUAAgB%3BIACnD%2CWAAA%3B%3B%3BAA0BH%2CmBAtBoC%3B%3BEAIpB%2CcACD%2CYACA%2CUACD%3BIACL%2CWAAA%3B%3BEAJO%2CcACD%2CYACA%2CUACD%2COAEG%3BIACN%2CuBAAA%3B%3BEANK%2CcACD%2CYACA%2CUACD%2COAKa%3BIAChB%2CWAAA%3B%3BEATK%2CcACD%2CYACA%2CUACD%2COAQM%3BIACT%2CaAAA%3B%3B%3BAAwBX%2CmBAfoC%3B%3BEAIjB%3BIAChB%2CUAAA%3B%3BEADgB%2CiBAEf%2CEAAQ%3BIACP%2CcAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3B%3B%3BAAaL%2CmBARoC%3B%3BEAIjB%3BIAChB%2CWAAA%3BIACA%2CsBAAA%3B%3B%3BAAgBH%2CmBAZoC%3B%3BEAIrB%2CaACE%3BIACZ%2CWAAA%3B%3BEAFU%2CaAIK%3BIACf%2CWAAA%22%7D */