/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * @codingStandardsIgnoreStart
 */
/*
*  Fonts
*/
/*
* Colors nesting
*/
/*
*  Reset
*/
body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}
h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
h4 {
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: 0;
}
h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
p {
  margin-top: 0;
}
/*  
*  Helpful classes
*/
.orange {
  color: #eca707;
}
.green {
  color: #86bd42;
}
.black {
  color: black;
}
.white {
  color: white;
}
.light-grey {
  color: #fbffff;
}
.extra-big {
  font-size: 10rem;
}
.bold {
  font-weight: 700;
}
/* 
* Links
*/
a,
.alink,
a:visited {
  color: #86bd42;
  text-decoration: none;
}
a:hover {
  color: #69bd42;
  cursor: pointer;
}
.content {
  text-align: center;
  font-size: 1.4rem;
}
.content h1 {
  margin-top: 2rem;
  color: #86bd42;
}
/*
* Extra small (old devices)
*/
@media (min-width: 350px) {
  .datarangeinput input {
    margin: 5px 0 5px 10px;
  }
}
@media (max-width: 350px) {
  .datarangeinput input {
    margin: 5px 0;
  }
  h2 {
    font-size: 1.8rem;
  }
  .content h1 {
    font-size: 1.8rem;
  }
  .cat_group {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
/*
* Mobile
*/
@media (max-width: 540px) {
  .input_wrapper::before {
    display: none;
  }
  .products.list.items.product-items .item.product.product-item {
    width: 49%;
  }
  .products.list.items.product-items .item.product.product-item:nth-child(2n) {
    margin-left: 2%;
  }
  h2 {
    font-size: 2rem;
  }
  .content h1 {
    font-size: 2rem;
  }
  .panal_home {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: 10px 0 10px;
  }
}
/*
* Tablet
*/
@media only screen and (max-width: 767px) {
  .product-item .price-box {
    margin: 10px 0;
  }
  .airhotels-listing-search .filter-apply-btn button {
    width: 80%;
    line-height: 2.8rem;
    display: block;
    margin: auto;
  }
  .airhotels-listing-search .filter-apply-btn {
    bottom: 50%;
  }
  .account .page-main .page-title-wrapper {
    margin-top: 50px;
  }
  .account .page-main .nav {
    display: inline-flex;
  }
  .page-products .product-item-info,
  .actions-primary form {
    position: relative;
  }
  .product-item-inner .product-item-actions {
    position: inherit;
  }
  .switcher-currency,
  .nav-sections .switcher .label.switcher-label {
    display: none;
  }
  .page-product-grouped .box-tocart {
    display: inline-block;
  }
  .page-product-grouped .box-tocart .actions {
    width: 100%;
  }
  .minicart-wrapper .block-minicart {
    right: 5px;
  }
  .product.details.product-item-details {
    padding: 0 10px;
  }
  #formhide .action.tocart.primary {
    width: 100%;
  }
  .cart-products-toolbar .toolbar-amount {
    margin: 15px 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 62px;
  }
  .block-collapsible-nav {
    top: 0px;
  }
  .block-collapsible-nav .item {
    width: 100%;
  }
  .block-collapsible-nav .item .delimiter {
    width: 100%;
  }
  #my-rewardpoints-table {
    position: relative;
  }
  #my-rewardpoints-table th {
    display: block;
  }
  #my-rewardpoints-table tbody {
    position: absolute;
    left: 55%;
    top: 0%;
  }
  #my-rewardpoints-table tbody td {
    display: block;
    border-bottom: 1px solid;
  }
  .messages {
    left: 0;
    top: 100px;
    width: 100%;
  }
  .product-item-name {
    text-align: center;
  }
  .product-item-name > a {
    -webkit-line-clamp: 1 !important;
    text-align: center;
  }
  .product-size {
    margin: 5px 0;
  }
  .custom-options .product-size {
    position: absolute;
    top: -31px;
    right: 10px;
  }
  .actions-secondary.product-item-inner {
    display: none;
  }
  /* extra checkout button */
  button.action.primary.checkout {
    margin: 20px 15px 0 15px;
    text-align: center;
    width: -webkit-fill-available;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
  }
  /* original checkout button */
  .cart-summary .checkout-methods-items .action.primary.checkout {
    margin: 0;
  }
  .page-main .block {
    margin-bottom: 0;
  }
  .beelocal_home_img,
  .beelocal_home_img_mob {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
  }
  .beelocal_home_img_desk {
    display: none;
  }
  .main_img {
    max-height: 180px;
  }
  .home_img,
  .main_img {
    color: white;
    position: relative;
  }
  .home_img .row,
  .main_img .row {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .home_img .column,
  .main_img .column {
    position: absolute;
    top: 0;
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_img .row.chefs,
  .main_img .row.chefs {
    font-size: 1.2rem;
  }
  .home_img .row.chefs img,
  .main_img .row.chefs img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-left: -7px;
  }
  .home_img .row.chefs .white_button,
  .main_img .row.chefs .white_button {
    margin: 0 0 0 -50px !important;
  }
  .home_img .row.chefs p,
  .main_img .row.chefs p {
    margin-bottom: 5px;
  }
  .home_img h2,
  .main_img h2 {
    font-family: Mont;
    font-size: 1.4rem;
    text-align: left;
  }
  .home_img h5,
  .main_img h5 {
    font-family: Opensans;
    font-size: 1.2rem;
    text-align: left;
  }
  .home_img .extra-big,
  .main_img .extra-big {
    font-family: Opensans;
    font-weight: 800;
    font-size: 8rem;
    line-height: 8rem;
    margin: 10px;
  }
  .home_img .light-grey,
  .main_img .light-grey {
    font-family: Opensans;
    font-size: 2rem;
    line-height: 2rem;
    padding: 5px;
  }
  .home_img .white_button,
  .main_img .white_button {
    margin: -50px auto 20px;
    border-radius: 20px;
    font-size: 1rem;
    width: auto;
    padding: 5px 10px;
    background-color: white;
  }
  .bg {
    height: 400px;
    width: 100%;
    top: 270px;
    left: 0;
  }
  .category-chef .bg,
  .category-bartender-waiter .bg {
    top: 220px;
  }
  .bg.bg1 {
    background-image: url(/media/BeeLocal/bg_mob.jpg);
  }
  .bg.bg2 {
    background-image: url(/media/BeeLocal/bg1_mob.jpg);
  }
  .bg.bg3 {
    background-image: url(/media/BeeLocal/bg2_mob.jpg);
  }
  .bg.bg4 {
    background-image: url(/media/BeeLocal/bg3_mob.jpg);
  }
  .bg.bg5 {
    background-image: url(/media/BeeLocal/bg4_mob.jpg);
  }
  .block-search {
    float: right;
    margin: 0;
    line-height: 50px;
    height: 50px;
  }
  ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: flex;
    flex-direction: column;
  }
  .nav-sections-items {
    padding: 40px 0;
  }
  .nav-sections-item-title {
    display: none !important;
  }
  .nav-sections-item-content {
    margin-top: 0;
    display: block !important;
    padding: 0;
    clear: both;
  }
  li.level0.nav-4.last.level-top.ui-menu-item {
    display: none;
  }
  .home-link {
    font-size: 1.6rem;
    font-weight: 700;
    order: -1;
    display: block;
  }
  .search-autocomplete {
    top: 133px;
    left: 0;
    width: 100%;
  }
  .extra_header {
    display: block;
    background-color: #f18200;
    text-align: center;
    line-height: 1.4rem;
    margin-top: 0;
    padding: 5px;
    font-size: 1.2rem;
    height: 50px;
  }
  form.minisearch {
    margin: 0;
  }
  .nav-sections {
    color: #575757;
  }
  .page-header {
    background-color: #86bd42;
    color: #fff;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #86bd42;
    color: #fff;
    height: 100px;
    line-height: 50px;
  }
  .page-header .panel.wrapper .switcher .options .action.toggle:after,
  .page-header .panel.wrapper .switcher .options .action.toggle.active:after {
    line-height: 50px;
  }
  .page-header .panel.wrapper .nav-toggle {
    top: inherit;
  }
  .page-header .panel.wrapper .panel.header {
    padding: 0;
  }
  .page-header .panel.wrapper .panel.header .switcher-language {
    display: block;
    margin: 0px 10px 0 20px;
  }
  .page-header .ui-dialog,
  .page-header .switcher-dropdown {
    color: #333;
    line-height: 1.6;
  }
  .airhotels-listing-search .page-title-wrapper.clearfix {
    display: none;
  }
  .airhotels-listing-search .mob_show_filter {
    margin-top: 0;
  }
  #switcher-city {
    display: block;
  }
  .home_logo {
    max-width: 70%;
  }
  .page-layout-1column .categories_grc .products-grid .product-item {
    width: 32%;
    white-space: normal;
  }
  .page-layout-1column .categories_grc .products-grid .product-item img {
    max-height: 120px;
  }
  .page-layout-1column .categories_grc .products-grid .product-item .cat_title {
    margin-top: 3px;
  }
  .column.main {
    padding-top: 20px;
  }
  .panal_home {
    width: 90%;
  }
  .panal_home svg text {
    font-size: 27px;
  }
  .category-chef .panal_home,
  .panal_home.landing,
  .category-bartender-waiter .panal_home {
    width: 80%;
    margin: 100px auto;
    z-index: 10;
    position: relative;
    height: 300px;
  }
  .category-chef .panal_home svg text.icon,
  .panal_home.landing svg text.icon,
  .category-bartender-waiter .panal_home svg text.icon {
    font-size: 95px;
  }
  .category-chef .panal_home svg text,
  .panal_home.landing svg text,
  .category-bartender-waiter .panal_home svg text {
    font-size: 46px;
  }
  .minicart-wrapper {
    margin: 0 0 0 20px;
    clear: left;
    padding-right: 10px;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    content: '\e90e';
    font-family: 'icomoon';
    line-height: 50px;
    font-size: 28px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: #eca707;
    display: initial;
    padding: 0 3px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 10px;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 black;
  }
  .page-layout-checkout .minicart-wrapper {
    clear: none;
  }
  .customer-welcome .action.switch:after,
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    line-height: 80px;
  }
  .header.links li:last-child {
    display: none;
  }
  .nav-sections .header.links li.greet.welcome {
    display: none;
  }
  .nav-sections .header.links li.link.authorization-link {
    display: block !important;
  }
  .cart.table-wrapper .col.price {
    width: auto;
  }
  .restaurants .row {
    display: flex;
    margin-bottom: 20px;
  }
  .rest_img {
    width: 45%;
  }
  .rest_info {
    width: 50%;
    margin-left: 5%;
  }
  .fieldset .field.qty {
    top: 0;
    display: inline-block;
    margin: 0;
    padding-top: 12px;
  }
  .fieldset .field.qty .control {
    display: inline-block;
  }
  .fieldset .actions {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 50%;
  }
  .column.main .row {
    padding: 0 0 1em 0;
  }
  .column.main .table-checkout-shipping-method tr.row {
    padding: 0;
  }
  .checkout-header {
    margin: -20px -15px 10px -15px;
    padding: 1px 0 2px 0;
    height: 50px;
  }
  header.checkout-header .home_logo {
    height: 30px;
    margin: 10px;
  }
  .crossell-product {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
  }
  .crossell-product a {
    max-width: 40%;
  }
  .crossell-product .product-info {
    max-width: 60%;
    margin: auto;
    padding: 0 0 0 15px;
  }
  .crossell-product .product-item-link {
    color: #000000;
  }
  #home_page_search {
    text-align: center;
  }
  #home_page_search .panels-anytime {
    display: inline-block;
    max-width: 91%;
    padding: 0;
    margin: 0;
  }
  #home_page_search .actions {
    display: inline-block;
  }
  #checkin_search button {
    padding: 6px;
    margin: 0;
    border-radius: 20px;
  }
  .advanced-mapsearch {
    padding-top: 27px;
    position: relative;
  }
  .datarangeinput select {
    max-width: 77%;
    margin-bottom: 10px;
  }
  .datarangeinput .date_input {
    width: 51%;
    margin: 10px 0;
  }
  .datarangeinput .guests {
    display: inline-block;
  }
  .datarangeinput .guests input[type='number'] {
    padding: 0;
    text-align: center;
  }
  .filter.active .filter-title strong {
    position: absolute;
  }
  .filter-title strong {
    position: inherit;
    border-radius: 19px;
    -webkit-box-shadow: 0 0 #000000;
    -moz-box-shadow: 0 0 #000000;
    -ms-box-shadow: 0 0 #000000;
    box-shadow: 0 0 #000000;
    font-weight: 600;
    padding: 5px 15px;
  }
  .navigation .parent.level1 > a {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent.level1 > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: 10px;
  }
  .navigation .parent.level1 > a.ui-state-active:after {
    content: '\e621';
  }
  .navigation .level0 > .level1 {
    font-weight: 300;
  }
}
/*
* Desktop
*/
@media (min-width: 768px) {
  .cms-home.cms-index-index #search_mini_form {
    display: none;
  }
  .block-authentication .block-title {
    font-size: 2rem;
  }
  .messages {
    margin-left: -250px;
    left: 50%;
    width: 500px;
    top: 120px;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  /* extra checkout button */
  .checkout-cart-index button.action.primary.checkout {
    display: none;
  }
  /* original checkout button */
  .cart-summary .checkout-methods-items .action.primary.checkout {
    display: block;
  }
  .home_logo {
    max-width: 400px;
  }
  .page-main .block {
    margin-bottom: 0;
  }
  .beelocal_home_img,
  .beelocal_home_img_desk {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
  }
  .beelocal_home_img_mob {
    display: none;
  }
  .main_img {
    height: 500px;
    overflow-y: clip;
  }
  .main_img .beelocal_home_img {
    margin-top: -150px;
  }
  .home_img,
  .main_img {
    color: white;
    position: relative;
  }
  .home_img .row,
  .main_img .row {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .home_img .column,
  .main_img .column {
    position: absolute;
    top: 0;
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_img .row.chefs,
  .main_img .row.chefs {
    font-size: 2.2rem;
  }
  .home_img .row.chefs img,
  .main_img .row.chefs img {
    display: block;
    margin: auto;
    width: 85%;
    border-radius: 20px;
  }
  .home_img h2,
  .main_img h2 {
    font-family: Mont;
    font-size: 3.4rem;
    text-align: left;
    margin: 5px;
  }
  .home_img h5,
  .main_img h5 {
    font-family: Opensans;
    font-size: 2rem;
    text-align: left;
  }
  .home_img .extra-big,
  .main_img .extra-big {
    font-family: Opensans;
    font-weight: 800;
    line-height: 10rem;
    margin: 0;
  }
  .home_img .light-grey,
  .main_img .light-grey {
    font-family: Opensans;
    font-size: 2rem;
    line-height: 2rem;
  }
  .home_img .white_button,
  .main_img .white_button {
    border-radius: 20px;
    font-size: 2rem;
    width: auto;
    padding: 5px 10px;
    background-color: white;
    width: 20rem;
  }
  .home-link {
    display: none;
  }
  .navigation {
    background-color: transparent;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0 > .level-top {
    color: #86bd42;
    border: 0;
  }
  .nav-sections {
    margin: 0;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 901;
    background: transparent;
  }
  .block-search {
    line-height: 25px;
  }
  .block-search input {
    padding: 6px 10px;
  }
  .extra_header {
    display: block;
    background-color: #f18200;
    margin: -30px -30px 0 -30px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  header.page-header,
  .page-wrapper {
    top: 30px;
  }
  header.page-header {
    height: 80px;
    position: fixed;
    width: 100%;
    transition: top 0.2s ease-in-out;
    z-index: 900;
  }
  .product-item-actions .actions-secondary {
    margin-right: 0;
  }
  .cart-summary table.totals tr {
    display: block;
    clear: both;
  }
  .cart-summary table.totals td {
    float: right;
  }
  .cart-totals .grand .amount {
    border: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: contents;
  }
  .cart.table-wrapper .product-item-name {
    font-size: 1.5rem;
  }
  .cart.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax,
  .cart.table-wrapper .col.msrp .price-including-tax,
  .cart.table-wrapper .col.msrp .price-excluding-tax,
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 1.5rem;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    margin: 0;
  }
  .services_included {
    display: flex;
  }
  .services_included .beecolumns {
    float: none;
  }
  #switcher-city {
    display: block;
  }
  .category-chef .panal_home,
  .panal_home.landing,
  .category-bartender-waiter .panal_home {
    width: 400px;
    margin: 100px auto;
  }
  .category-chef .panal_home svg text.icon,
  .panal_home.landing svg text.icon,
  .category-bartender-waiter .panal_home svg text.icon {
    font-size: 95px;
  }
  .category-chef .panal_home svg text,
  .panal_home.landing svg text,
  .category-bartender-waiter .panal_home svg text {
    font-size: 40px;
  }
  .page-header .panel.wrapper {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #eca707 70%);
    height: 80px !important;
    background-color: #fff;
    line-height: 40px;
    border: 0;
  }
  .page-header .panel.wrapper .switcher .options .action.toggle:after,
  .page-header .panel.wrapper .switcher .options .action.toggle.active:after {
    line-height: 40px;
  }
  .page-header .panel.wrapper .panel.header {
    background-color: #86bd42;
    height: 40px;
    max-width: 100%;
    padding: 0 20px;
  }
  .page-header .panel.wrapper .panel.header .switcher-language {
    position: absolute;
    right: 10px;
    margin: 0px 10px 0 20px;
  }
  .page-header .panel.wrapper .panel.header .switcher-store {
    position: absolute;
    top: 40px;
    color: #86bd42;
  }
  .page-header .panel.wrapper .panel.header .header.links {
    position: absolute;
    right: 60px;
  }
  .page-header .panel.wrapper .panel.header .block-search,
  .page-header .panel.wrapper .panel.header .minicart-wrapper {
    margin-top: 40px;
    line-height: 40px;
  }
  .customer-welcome .action.switch:after,
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    line-height: 40px;
  }
  .header a.logo {
    position: absolute;
    left: 30px;
    max-height: 40px;
    top: 0;
    margin: 0;
  }
  body {
    padding-top: 100px;
  }
  body.checkout-details {
    padding-top: 0;
  }
  .header_up {
    top: -40px !important;
  }
  header.checkout-header {
    height: 40px;
    background-color: #86bd42;
    color: #fff;
    top: 0;
  }
  header.checkout-header .home_logo {
    height: 40px;
    margin-left: 10px;
  }
  .minicart-wrapper .block-minicart {
    color: #000000;
    z-index: 2000;
  }
  .minicart-items-wrapper {
    max-height: 40vh;
  }
  .minicart-wrapper {
    margin: 0 0 0 20px;
    padding-right: 15px;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    content: '\e90e';
    font-family: 'icomoon';
    line-height: 40px;
    font-size: 28px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: #86bd42;
    display: initial;
    padding: 0 3px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 10px;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 black;
  }
  .first_view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 0;
    z-index: 10;
  }
  .bg {
    height: 520px;
    width: 100vw;
    top: 160px;
    left: 0;
  }
  .bg.bg1 {
    background-image: url(/media/BeeLocal/bg.jpg);
  }
  .bg.bg2 {
    background-image: url(/media/BeeLocal/bg1.jpg);
  }
  .bg.bg3 {
    background-image: url(/media/BeeLocal/bg2.jpg);
  }
  .bg.bg4 {
    background-image: url(/media/BeeLocal/bg3.jpg);
  }
  .bg.bg5 {
    background-image: url(/media/BeeLocal/bg4.jpg);
  }
  .column.main {
    padding-top: 0;
    min-height: 50px;
  }
  .panal_home {
    width: 500px;
  }
  .chef_center {
    margin: auto;
    width: 80%;
    display: flex;
  }
  .chef_center .chefs_home {
    padding: 0 5%;
    margin: auto;
    font-size: 2rem;
  }
  .restaurants {
    display: flex;
    flex-wrap: wrap;
  }
  .restaurants .row {
    display: inline-flex;
    margin-bottom: 20px;
    width: 50%;
  }
  .rest_img {
    max-width: 240px;
    width: 30%;
  }
  .rest_info {
    width: 65%;
    margin-left: 20px;
  }
  .rest_info .descripcion {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .cat_group {
    font-size: 3rem;
    line-height: 3rem;
  }
  .view_more {
    line-height: 3rem;
  }
  .page-layout-1column .modal-inner-wrap .products-grid .product-item {
    margin: 5px;
    font-size: 1.6rem;
    white-space: normal;
  }
  .page-layout-2columns-left .categories_grc .products-grid .product-item,
  .page-layout-1column .categories_grc .products-grid .product-item {
    width: 18% !important;
    font-size: 1.6rem;
    white-space: normal;
  }
  .page-layout-2columns-left .categories_grc .products-grid .product-item .img-container,
  .page-layout-1column .categories_grc .products-grid .product-item .img-container {
    text-align: center;
    height: 200px;
  }
  .page-layout-2columns-left .categories_grc .products-grid .product-item img,
  .page-layout-1column .categories_grc .products-grid .product-item img {
    max-height: 200px;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-1column .product.media {
    width: 47%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-1column .product-info-main {
    width: 50%;
  }
  .product-info-main .product h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .product-info-main .product-info-price {
    color: #eca707;
    margin-bottom: 30px;
  }
  .product-info-main .product-item .price-box {
    margin: 10px 0 10px;
  }
  .product-info-main .product-options-bottom .price-box .price-container .price,
  .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 2rem;
    line-height: 2rem;
  }
  .product-info-main .product.data.items > .item.title.active {
    border: 1px solid #cccccc;
    margin: 0;
  }
  .product-info-main .product-add-form .fieldset .field.qty {
    float: right;
  }
  .product-info-main .product-add-form .fieldset .field.qty label {
    margin: 8px 10px 0 0;
  }
  .product-info-main .product-add-form .fieldset .field.qty div.control {
    float: right;
  }
  .product-info-main .product.info.detailed .content {
    font-size: 1.5rem;
  }
  .product-info-main .product-social-links {
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: -20px;
  }
  .product-info-main .rewardpoints-product-point-text {
    position: relative;
    top: 65px;
  }
  .checkout-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .crossell-title {
    margin-top: 40px;
    float: none;
  }
  .crossell-product {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 40px;
  }
  .crossell-product .product-info {
    margin: auto 50px;
  }
  .home_block .row.odd {
    background: linear-gradient(90deg, #eca707 0%, rgba(236, 167, 7, 0) 50%);
    margin: 0 0 20px -300px;
    padding: 0 0 0 300px;
  }
  .home_block .row.odd img {
    order: 2;
    float: right;
  }
  .home_block img {
    max-height: 400px;
  }
  .footer.content .links {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
  }
  .footer.content .links li {
    width: 33%;
    text-align: center;
  }
  .page-footer {
    margin-top: 40px;
  }
  .page-products .products {
    margin: auto;
    text-align: center;
  }
  .page-products .product-item-info {
    margin: auto;
  }
  .page-products .product-item-info .price-box {
    text-align: left;
    margin-left: 5%;
  }
  .page-products .product-item-info .product-size {
    position: absolute;
    top: -32px;
    right: 10px;
  }
  .page-products .product-item-info .product-item-description {
    text-align: left;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 100%;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding: 0;
  }
  .modal-popup .modal-inner-wrap {
    width: 30%;
  }
  #home_page_search {
    display: flex;
    justify-content: center;
  }
  .panels-anytime {
    width: 75%;
  }
  .panels-anytime .datarangeinput {
    display: flex;
  }
  .panels-anytime .datarangeinput input {
    display: inline-block;
  }
  .panels-anytime .date_input,
  .panels-anytime .guests {
    display: flex;
    margin: 5px;
  }
  .panels-anytime .date_input input,
  .panels-anytime .guests input {
    width: 100%;
  }
  .panels-anytime .input_wrapper {
    flex: auto;
    padding: 10px 0 10px 12px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    margin-right: 10px;
  }
  .panels-anytime input {
    width: auto;
  }
  #checkin_search {
    flex: inherit;
    margin-top: 3px;
  }
  #checkin_search button {
    padding: 15px;
    border-radius: 30px;
    margin: 0;
  }
  #checkin_search span {
    font-size: 2rem;
    font-weight: 600;
  }
  .ckbox label {
    font-size: inherit;
  }
  #fromh2,
  .catalog-product-view #sidebar.sticky .price-calculate h2 {
    background: #86bd42;
  }
  #sidebar.sticky .inside {
    bottom: -40px;
  }
  .check-in-out-section input {
    font-size: 1.4rem;
  }
  .catalog-product-view aside .right-form-section {
    display: none;
  }
  .catalog-product-view aside.sticky {
    width: 22%;
  }
  .catalog-product-view aside.sticky .right-form-section {
    display: block;
  }
  .catalog-product-view .banner .first_row_gallery:first-child {
    display: block;
  }
  .catalog-product-view .banner {
    height: 45vw;
  }
  .catalog-product-view .lising-details.property-space h5,
  .catalog-product-view .property,
  .catalog-product-view .value_description,
  .catalog-product-view .left-cnt-listing-details,
  .catalog-product-view .left-cnt-listing-details p,
  .catalog-product-view .left-cnt-listing-details p span {
    text-align: left;
    font-size: 1.5rem;
    float: none;
  }
  .catalog-product-view .space-list {
    margin: 0;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown {
    right: auto;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown:before {
    left: 10px;
    right: auto;
  }
  .page-header .panel.wrapper .switcher .options ul.dropdown:after {
    left: 9px;
    right: auto;
  }
  .airhotels-listing-search #map {
    min-width: 30%;
    height: 70%;
  }
  .airhotels-listing-search .searchmainpage_1 {
    padding: 75px 0 10px 20px;
    top: 32px;
  }
  .catalog-product-view .page.messages {
    left: 10%;
    width: 80%;
    z-index: 898;
  }
  .block-minicart .items-total,
  .block-minicart .subtotal,
  .block-minicart .block-content > .actions {
    line-height: 30px;
  }
  .minicart-items .product-item-pricing {
    display: inline-block;
  }
  .minicart-wrapper .product .actions {
    display: inline-block;
    margin: 0 0 0 10%;
    float: none;
  }
  .minicart-items .product-item {
    padding: 0 10px;
  }
  .minicart-wrapper .minicart-widgets {
    margin: 0;
  }
  .product-item-details .content {
    text-align: left;
  }
  .minicart-items .product-item-details .product .options.list dt,
  .minicart-items .product-item-details .product .options.list dd {
    clear: both;
    float: none;
  }
  .listing-filters .show_filter {
    font-weight: 600;
  }
  .advanced-mapsearch {
    padding-top: 0;
    position: relative;
  }
  .searchform-container {
    margin-top: 40px;
  }
  .minicart-items .product-item:not(:first-child) {
    padding-top: 15px;
  }
  .catalog-product-view #formhide {
    float: none;
  }
  .cms-no-route #maincontent .columns {
    font-size: 1.2rem;
  }
  .header.panel > .header.links > .authorization-link:after {
    display: none;
  }
  .breadcrumbs .item.category199,
  .breadcrumbs .item.category200,
  .breadcrumbs .item.category201,
  .breadcrumbs .item.category202,
  .breadcrumbs .item.category204,
  .breadcrumbs .item.category205,
  .breadcrumbs .item.category206,
  .breadcrumbs .item.category321,
  .breadcrumbs .item.category322,
  .breadcrumbs .item.category209,
  .breadcrumbs .item.category210,
  .breadcrumbs .item.category211,
  .breadcrumbs .item.category212,
  .breadcrumbs .item.category213,
  .breadcrumbs .item.category214,
  .breadcrumbs .item.category215,
  .breadcrumbs .item.category216,
  .breadcrumbs .item.category217,
  .breadcrumbs .item.category218,
  .breadcrumbs .item.category219,
  .breadcrumbs .item.category220,
  .breadcrumbs .item.category221,
  .breadcrumbs .item.category222,
  .breadcrumbs .item.category223 {
    display: none;
  }
  .category-chef.catalog-category-view .product-item-info .price-box {
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .modal-header {
    width: -webkit-fill-available;
    position: relative;
    padding: 3rem 0 0 0;
  }
  .cart-summary table.totals tr {
    display: table-row;
    clear: both;
  }
  .cart-summary table.totals td {
    float: none;
  }
  .cart-totals .grand .amount {
    border: 0;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .cart.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax,
  .cart.table-wrapper .col.msrp .price-including-tax,
  .cart.table-wrapper .col.msrp .price-excluding-tax,
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 1.8rem;
  }
  .cart.table-wrapper .product-item-name {
    font-size: 1.5rem;
  }
  .page-header .panel.wrapper .panel.header .header.links {
    right: 100px;
  }
  .content.home_block h1 {
    font-size: 2.6rem;
  }
  .home_block {
    padding: 0 80px;
    font-size: 2rem;
  }
  .home_block h1 {
    margin-top: 40px;
  }
  .home_block .row {
    display: flex;
    align-items: center;
  }
}
/* All sizes */
section.full_view {
  min-height: 50vh;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: stretch center;
  align-items: stretch;
}
.page-layout-checkout #maincontent {
  padding-top: 0;
}
.page-layout-checkout .opc-wrapper {
  margin: 20px 0 0 0;
}
.table-checkout-shipping-method tbody tr td.col-method:first-child {
  flex: auto 0 0;
}
.table-checkout-shipping-method tbody tr td.col-method {
  flex: 2 0 0;
}
.table-checkout-shipping-method tbody tr td.col-carrier,
.table-checkout-shipping-method tbody tr td.col-description {
  display: none !important;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  text-align: center;
}
.block-authentication .block-title strong {
  font-weight: 600;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding: 3rem;
  border: 0;
}
.modal-popup .modal-inner-wrap {
  border-radius: 60px;
}
.navigation li.level0 {
  display: none;
}
.nav-sections li.nav-1 {
  display: block;
}
li.level1.ui-menu-item.ui-state-disabled {
  font-weight: 600;
  display: block;
  line-height: inherit;
  padding: 8px 20px;
  border-top: #979797 3px solid;
}
.white_button_container {
  justify-content: center;
  display: flex;
}
.white_button_container .white_button {
  margin: 10px;
}
.main_img .info {
  justify-content: center;
}
.main_img .info h2,
.main_img .info h5 {
  text-align: center;
}
.category-chef.catalog-category-view .product-custom-option,
.category-chef.catalog-category-view .product-item-actions .actions-secondary {
  display: none;
}
.category-chef.catalog-category-view .product.description.product-item-description {
  margin: 0;
}
.fondo_botones {
  background: url("/media/Chefs/fondo_chefs_4.jpg");
  text-align: center;
}
.category-chef.catalog-category-view .product-item-name > a {
  min-height: 18px;
}
.footer.content .links > li {
  display: list-item;
}
#switcher-city {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
}
#switcher-city > div {
  height: 40px;
}
#switcher-city-trigger strong {
  display: block;
  height: 40px;
  font-weight: 400;
  overflow: hidden;
}
#switcher-city-trigger i {
  font-size: 1rem;
  margin-left: 5px;
}
#switcher-city .options .action.toggle:after {
  display: none;
}
#switcher-city .options ul.dropdown {
  left: 0;
  right: auto;
  text-align: left;
}
#switcher-city .options ul.dropdown:before,
#switcher-city .options ul.dropdown:after {
  left: 10px;
  right: auto;
}
#modalEncuesta {
  font-size: 1.3em;
  color: black;
}
.modalEncuesta .modal-header {
  display: none;
}
#modalEncuesta a {
  text-decoration: none;
}
#modalEncuesta .row {
  margin: 0;
}
#modalEncuesta img.logo {
  margin: 0 auto 20px;
  float: none;
  width: 75%;
}
#modalEncuesta button.submit {
  color: white;
  background: #efa901;
  border: 0;
  display: block;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
}
.stripe-icon-container {
  padding: 0 10px;
}
.notice span {
  font-size: 1.8rem;
  float: right;
  margin: 10px 0px 8px 10px;
}
.notice img {
  width: auto;
  height: 32px;
  margin: 7px 0;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar {
  bottom: 10px;
}
.product-image-wrapper {
  padding-bottom: 90% !important;
  margin-top: 10%;
}
.home_logo {
  margin: 0 auto 10px auto;
  display: block;
}
.page-products .product-item-info {
  margin: auto;
}
.rest_info .rest_name {
  font-weight: 600;
  margin-bottom: 5px;
}
.rest_info .categoria {
  font-style: italic;
}
form.homesearch {
  text-align: center;
}
form.homesearch .block-search-home {
  z-index: 4;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
}
form.homesearch .block-search-home .block-content {
  margin-bottom: 0;
}
form.homesearch .block-search-home .control {
  border: 0;
  margin: 0;
  padding: 0;
}
form.homesearch .block-search-home input[type='text'] {
  height: 5rem;
  line-height: 5rem;
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 0px 25px;
}
form.homesearch div.actions {
  display: inline-block;
}
form.homesearch div.actions button.action {
  height: 5rem;
  width: 5rem;
  border-radius: 5rem;
  box-shadow: none;
  background-color: #eca707;
  color: #fff;
  margin-left: 10px;
}
form.homesearch div.actions button.action:hover {
  background-color: #f18200;
}
button,
button.action,
a.action.primary {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: 0 0 #000;
  -moz-box-shadow: 0 0 #000;
  -ms-box-shadow: 0 0 #000;
  box-shadow: 0 0 #000;
}
button:not(.primary) {
  -webkit-box-shadow: 0 0 #000;
  -moz-box-shadow: 0 0 #000;
  -ms-box-shadow: 0 0 #000;
  box-shadow: 0 0 #000;
}
button:not(.primary):active {
  -webkit-box-shadow: 0 0 #000;
  -moz-box-shadow: 0 0 #000;
  -ms-box-shadow: 0 0 #000;
  box-shadow: 0 0 #000;
}
.product-item .tocart {
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0 #000;
  -moz-box-shadow: 0 0 #000;
  -ms-box-shadow: 0 0 #000;
  box-shadow: 0 0 #000;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
/* 
* Homes
*/
.panal_home svg a {
  fill: #fff;
}
.panal_home svg a:hover {
  opacity: 0.6;
  text-decoration: none;
  fill: #f9faf9;
}
.panal_home svg text {
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}
.panal_home svg text.icon {
  font-size: 60px;
}
.panal_home {
  display: block;
  margin: 50px auto;
  z-index: 10;
}
.search_title {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Mont';
  color: #eca707;
}
.footer.content .links a {
  font-weight: bolder;
  text-transform: uppercase;
}
.page-footer .socials {
  text-align: center;
  font-size: 1.6em;
}
/*
*
*/
.cat_group {
  font-family: 'Mont';
  color: #eca707;
}
.categories_grc h4 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}
.view_more {
  float: right;
  font-size: 1.6rem;
  margin: 0;
}
.categories_grc .cat_title {
  color: black;
  text-align: center;
}
.page-layout-1column .categories_grc .products-grid {
  margin-bottom: 4rem;
}
.sparsh_product_inquiry_link {
  margin: auto !important;
  display: block !important;
}
.page-title-wrapper {
  text-align: center;
}
.actions-primary {
  height: 35px;
  display: inline-block;
}
#checkin_search {
  max-width: 10%;
}
.input_wrapper {
  border: 2px solid #000000;
  padding: 3px;
  border-radius: 5px;
}
.input_wrapper.date::before {
  font-family: 'FontAwesome';
  color: #000000;
  position: relative;
  content: '\f133';
}
.input_wrapper.guest::before {
  font-family: 'FontAwesome';
  color: #000000;
  position: relative;
  content: '\f234';
}
.date_input {
  width: 60%;
  display: inline-block;
}
.datarangeinput .input_wrapper {
  display: inline-block;
  height: 27px;
}
.datarangeinput input,
.datarangeinput input[type='number'] {
  background-color: #fff;
  width: 50px;
  color: #000000;
  border: 0;
  height: auto;
}
.accomodations .block-title {
  margin: 0;
  font-family: 'Mont';
  color: #eca707;
  font-size: 18px;
  vertical-align: middle;
}
.accomodations .product-item:last-child,
.accomodations .product-item-inner {
  display: none;
}
.searchform-container .advance_date .room_type:before,
.searchform-container .airhotels-category-type .category-label:before,
.searchform-container #pricerange .price_type:before,
.searchform-container .show_filter:before {
  top: 17px;
}
.searchform-container .advance_date .room_type,
.searchform-container .airhotels-category-type .category-label,
.searchform-container #pricerange .price_type,
.searchform-container .show_filter {
  font-size: 1.5rem;
}
.searchform-container .advance_date .room_type:after,
.searchform-container .airhotels-category-type .category-label:after,
.searchform-container #pricerange .price_type:after,
.searchform-container .show_filter:after {
  top: 19px;
}
.airhotels-listing-search .popular_price {
  float: none;
}
.airhotels-listing-search .popular_price span.price-tag-price {
  font-size: 1.5rem;
}
.airhotels-listing-search .search-result-container p {
  font-size: 1rem;
}
.categories_grc .actions-primary {
  display: block;
}
.product-item-details strong {
  display: block;
  text-align: center;
}
.product-item-name > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-products .product-item-info .product-item-description {
  display: none;
}
.actions-secondary.product-item-inner {
  border: 0;
  box-shadow: none;
  text-align: right;
  width: 100%;
  background: transparent;
}
.actions-secondary.product-item-inner span {
  display: none;
}
.product-item .tocart {
  margin-left: 0 !important;
}
.input-text.qty.form-control {
  width: 35px;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  float: right;
}
.bee {
  width: 1em;
  height: 1em;
  background-color: #000;
  -webkit-mask-image: url('/media/BeeLocal/iconoabeja.svg');
  mask-image: url('/media/BeeLocal/iconoabeja.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
  margin-right: 5px;
}
div.home {
  padding-top: 1em;
}
.home p {
  text-align: justify;
  margin: 0 2rem 1.8rem 2rem !important;
}
.page-products .columns {
  padding: 0;
}
.page-products .products {
  margin: 0;
}
.product-info-main {
  position: relative;
}
.category-chef .page-title-wrapper,
.cms-landing-page .page-title-wrapper,
.category-playa .page-title-wrapper,
.category-tulum .page-title-wrapper,
.category-cancun .page-title-wrapper,
.category-beta .page-title-wrapper,
.category-new-services .page-title-wrapper,
.category-nuevos-servicios .page-title-wrapper,
.category-bartender-waiter .page-title-wrapper,
.category-playa .breadcrumbs,
.category-tulum .breadcrumbs,
.category-cancun .breadcrumbs {
  display: none;
}
.breadcrumbs {
  display: none;
}
.category-chef .page-title-wrapper.product,
.cms-landing-page .page-title-wrapper.product,
.category-playa .page-title-wrapper.product,
.category-tulum .page-title-wrapper.product,
.category-cancun .page-title-wrapper.product,
.category-bartender-waiter .page-title-wrapper.product {
  display: inherit;
}
.category_list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}
.category_list li.category_item {
  display: inline-block;
  margin: 5px;
}
.columns .column.main {
  padding-bottom: 10px;
}
#ventajas_table summary > i {
  float: right;
  margin-right: 20px;
}
#ventajas_table summary:hover {
  background-color: #f9faf9;
}
.opc-summary-wrapper .modal-inner-wrap {
  width: auto !important;
}
.menu_title {
  font-weight: bold;
}
.menu_desc {
  display: block;
}
/* 
* Menu
*/
.menu_home a::before,
.menu_my_account a::before,
.menu_list a::before,
.menu_checkout a::before {
  font-family: 'icomoon';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.action.showcart.active:before {
  content: '\e90e';
  font-family: 'icomoon';
  line-height: 80px;
  font-size: 28px;
}
.menu_home a::before {
  content: '\e903';
}
.menu_my_account a::before {
  content: '\e971';
}
.menu_list a::before {
  content: '\e944';
}
.menu_checkout a::before {
  content: '\e93f';
}
@media only screen and (max-width: 639px) {
  .product-item-actions .actions-primary {
    display: inline-block;
  }
}
.minicart-wrapper .action.close:before {
  color: #000;
  margin: 5px;
}
.product-size-select {
  width: auto;
  padding-right: 15px;
  position: absolute;
  top: -38px;
  right: 10px;
  border: 0;
  color: #eca707;
}
.input-text.product-custom-option {
  margin-top: 4px;
}
.product.description.product-item-description .action.more {
  display: none;
}
.sparsh-product-inquiry-popup-modal > h2,
.sparsh-product-inquiry-popup-modal > h3 {
  font-weight: 700;
  color: #86bd42;
}
.minicart-items-wrapper {
  border: 0;
}
.notify {
  font-size: x-small;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #000;
}
.message {
  z-index: 100;
}
.chef_link a {
  width: 45%;
  cursor: pointer;
  display: inline-block;
  padding: 2%;
}
.chef_service_more {
  padding: 10px 0;
}
.chef_service_intro,
.chef_service_more {
  text-align: center;
}
.menu_chef,
.menu_chef ul {
  list-style: none;
}
.product.info.detailed,
.product.data.items {
  margin: 0;
}
body.category-chef .categories_grc,
body.category-bartender-waiter .categories_grc,
body.category-beta .categories_grc,
.product-options-bottom .rewardpoints-product-point-text {
  display: none;
}
.modal-slide .action-close {
  margin: 35px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #000000;
}
.search-autocomplete {
  color: #000000;
}
.product.data.items > .item.title > .switch {
  border: 0;
}
.slidecontainer {
  width: 100%;
  /* Width of the outside container */
  padding-top: 10px;
}
/* The slider itself */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  border-radius: 50%;
  background: #86bd42;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  border-radius: 50%;
  background: #86bd42;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #86bd42;
  /* Green background */
  cursor: pointer;
}
.tip_section {
  padding: 0 4%;
  box-sizing: border-box;
}
.actions .primary a:hover {
  text-decoration: none;
}
.form.methods-shipping select.select {
  line-height: normal;
}
.cart.table-wrapper .col.qty .input-text {
  width: 45px;
}
.cart.table-wrapper .product-image-wrapper {
  margin: 0 !important;
}
.category-chef .extra-title,
.category-tulum .extra-title,
.category-playa .extra-title,
.category-cancun .extra-title,
.category-beta .extra-title,
.category-bartender-waiter .extra-title {
  display: none;
}
.grc-modal header {
  height: 5px;
}
.grc-modal .cat_title {
  color: #000000;
  text-align: center;
}
.grc-modal .cat_group,
.grc-modal .product-items {
  text-align: center;
}
.checkout-cart-index #block-shipping {
  display: none;
}
.acc_intro {
  margin: 40px 0;
  font-size: 2rem;
}
.acc_intro h1 {
  font-size: 2.6rem;
  /* text-align: left; */
  color: #86bd42;
}
.accomodations .price {
  color: #86bd42;
}
.panel.header .currency.switcher-currency {
  display: none;
}
.bg {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none !important;
  border: 0;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row !important;
}
tr.grand.totals,
tr.totals-tax-summary {
  border-top: 1px solid #cccccc;
}
.block-collapsible-nav-content .nav.item {
  display: block;
  width: 100%;
  text-align: left;
}
.account .page-main .block-title {
  margin: 25px 0;
}
#maincontent {
  padding-top: 20px;
}
.custom-checkout-payment-message,
.amasty-deliverydate-comment {
  border: solid 1px #eca707;
  padding: 15px 20px;
  border-radius: 10px;
}
.amasty-deliverydate-comment {
  margin-bottom: 20px;
  display: block;
}
.cms-faq.cms-page-view ul li {
  font-size: 1.4rem;
  font-style: normal;
}
.summary {
  font-weight: 600;
}
main .link,
.link a {
  color: #000000;
  text-decoration: underline;
}
table.totals tr.totals.fee {
  display: none;
}
.ui-datepicker-week-col {
  display: none;
}
.messages {
  position: fixed;
  z-index: 99;
}
.depositmessage img {
  border-radius: 10px;
}
.checkout-cart-index .depositmessage {
  display: none;
}
.cart-summary .checkout-methods-items .depositmessage {
  display: block;
}
.center {
  text-align: center;
}
.payment-method .payment-icon,
.payment-method .action-help {
  display: none;
}
.legacy_message {
  text-align: center;
  color: #eca707;
  background-color: #f4f4f4;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #eca707;
}
.checkout-onepage-success .block,
.checkout-onepage-success .order-items {
  display: none;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_mobile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbeelocal%5C%2Fshop%5C%2Fen_US%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BEA%3BEACE%2CaClEuB%2CcCMC%2C8CF4DxB%3B%3BAAGF%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3B%3B%3B%3BAAOF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAAEF%3BEACC%2CcAAA%3B%3BAAGD%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3B%3B%3B%3BAAgBF%3BAACA%3BAACA%2CCAAC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CCAAC%3BEACC%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CQAAS%3BEACP%2CgBAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3BAGrLF%2CQAN0B%3BEACxB%2CeAAgB%3BIACd%2CsBAAA%3B%3B%3BAAwBJ%2CQApB0B%3BEACxB%2CeAAgB%3BIACd%2CaAAA%3B%3BEAEF%3BIACE%2CiBAAA%3B%3BEAEF%2CQAAS%3BIACP%2CiBAAA%3B%3BEAEF%3BIACE%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3BAA6BJ%2CQArB0B%3BEACxB%2CcAAc%3BIACZ%2CaAAA%3B%3BEAEF%2CSAAS%2CKAAK%2CMAAM%2CcAAe%2CMAAK%2CQAAQ%3BIAC9C%2CUAAA%3B%3BEAEF%2CSAAS%2CKAAK%2CMAAM%2CcAAe%2CMAAK%2CQAAQ%2CaAAa%2CUAAU%3BIACrE%2CeAAA%3B%3BEAEF%3BIACE%2CeAAA%3B%3BEAEF%2CQAAS%3BIACP%2CeAAA%3B%3BEAEF%3BIACE%2CWAAA%3B%3B%3BAAmBJ%2CQAf0B%3BEACxB%2CwBAAyB%2CWAAW%2CoBAAoB%3BEACtD%2C4BAA6B%2CWAAW%2CoBAAoB%3BEAC5D%2CyBAA0B%2CWAAW%2CoBAAoB%3BEACzD%2CQAAS%2CWAAW%2CoBAAoB%3BEACxC%2CuBAAwB%2CWAAW%2CoBAAoB%3BEACvD%2CiBAAkB%2CWAAW%2CoBAAoB%3BIAC%5C%2FC%2CmBAAA%3B%3B%3B%3B%3B%3BAAqnBL%2CwBA1mByC%3BEAExC%2CaAAc%3BIACZ%2CcAAA%3B%3BEAEF%2CyBAA0B%2CkBAAkB%3BIACxC%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGF%2CyBAA0B%3BIACxB%2CWAAA%3B%3BEAGJ%2CQAAS%2CWAAW%3BIAClB%2CgBAAA%3B%3BEAGA%2CQAAS%2CWAAW%3BIAClB%2CoBAAA%3B%3BEAGJ%2CcAAe%3BEACf%2CgBAAiB%3BIACf%2CkBAAA%3B%3BEAGF%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEAIJ%3BEACA%2CaAAc%2CUAAU%2COAAM%3BIAC5B%2CaAAA%3B%3BEAKF%2CqBAAsB%3BIACpB%2CqBAAA%3B%3BEADF%2CqBAAsB%2CYAEpB%3BIACE%2CWAAA%3B%3BEAKJ%2CiBAAkB%3BIAChB%2CUAAA%3B%3BEAGF%2CQAAQ%2CQAAQ%3BIACd%2CeAAA%3B%3BEAIF%2CSAAU%2CQAAO%2COAAO%3BIACtB%2CWAAA%3B%3BEAGF%2CsBAAuB%3BIACrB%2CcAAA%3B%3BEAIF%2CQAAS%3BEACT%2CmBAAoB%3BIAClB%2CiBAAA%3B%3BEAEF%3BIACE%2CQAAA%3B%3BEADF%2CsBAEE%3BIACE%2CWAAA%3B%3BEAHJ%2CsBAEE%2CMAEE%3BIACE%2CWAAA%3B%3BEAKN%3BIACE%2CkBAAA%3B%3BEADF%2CsBAEE%3BIACE%2CcAAA%3B%3BEAHJ%2CsBAKE%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3BEARJ%2CsBAKE%2CMAIE%3BIACE%2CcAAA%3BIACA%2CwBAAA%3B%3BEAKN%3BIACE%2COAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CkBAAA%3B%3BEAGF%2CkBAAqB%3BIACnB%2CgCAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIAEE%2CaAAA%3B%3BEAEF%2CeAAgB%3BIACd%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEF%2CkBAAkB%3BIAChB%2CaAAA%3B%3B%3BEAIF%2CMAAM%2COAAO%2CQAAQ%3BIACnB%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3B%3BEAGF%2CaAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIACnD%2CSAAA%3B%3BEAGF%2CUAAW%3BIACT%2CgBAAA%3B%3BEAGD%3BEACA%3BIACC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEF%3BIACE%2CaAAA%3B%3BEAGF%3BIAEE%2CiBAAA%3B%3BEAOF%3BEACA%3BIACE%2CYAAA%3BIACA%2CkBAAA%3B%3BEAHF%2CSAIE%3BEAHF%2CSAGE%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3B%3BEAPJ%2CSASE%3BEARF%2CSAQE%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAhBJ%2CSAkBE%2CKAAI%3BEAjBN%2CSAiBE%2CKAAI%3BIACF%2CiBAAA%3B%3BEAnBJ%2CSAkBE%2CKAAI%2CMAEF%3BEAnBJ%2CSAiBE%2CKAAI%2CMAEF%3BIACE%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAxBN%2CSAkBE%2CKAAI%2CMAQF%3BEAzBJ%2CSAiBE%2CKAAI%2CMAQF%3BIACE%2CmBAAA%3B%3BEA3BN%2CSAkBE%2CKAAI%2CMAWF%3BEA5BJ%2CSAiBE%2CKAAI%2CMAWF%3BIACE%2CkBAAA%3B%3BEA9BN%2CSAiCE%3BEAhCF%2CSAgCE%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEApCJ%2CSAsCE%3BEArCF%2CSAqCE%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAzCJ%2CSA2CE%3BEA1CF%2CSA0CE%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAhDJ%2CSAkDE%3BEAjDF%2CSAiDE%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAtDJ%2CSAwDE%3BEAvDF%2CSAuDE%3BIACE%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAIJ%3BIACE%2CaAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEAGF%2CcAAe%3BEACf%2C0BAA2B%3BIACzB%2CUAAA%3B%3BEAGF%2CGAAG%3BIACD%2CiDAAA%3B%3BEAEF%2CGAAG%3BIACD%2CkDAAA%3B%3BEAEF%2CGAAG%3BIACD%2CkDAAA%3B%3BEAEF%2CGAAG%3BIACD%2CkDAAA%3B%3BEAEF%2CGAAG%3BIACD%2CkDAAA%3B%3BEAGF%3BIACE%2CYAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CEAAE%2CQAAQ%2CUAAU%2CkBAAkB%3BIACpC%2CaAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CwBAAA%3B%3BEAEF%3BIACE%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGF%2CEAAE%2COAAO%2CMAAM%2CKAAK%2CUAAU%3BIAC5B%2CaAAA%3B%3BEAGF%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CyBAAA%3BIAEA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CIAAI%3BIACF%2CSAAA%3B%3BEAEF%3BIACE%2CcAAA%3B%3BEAGF%3BIACE%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAHF%2CYAIE%2COAAM%3BIACJ%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEARJ%2CYAIE%2COAAM%2CQAKJ%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEATrC%2CYAIE%2COAAM%2CQAMJ%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BIACtC%2CiBAAA%3B%3BEAXN%2CYAIE%2COAAM%2CQASJ%3BIACE%2CYAAA%3B%3BEAdN%2CYAIE%2COAAM%2CQAYJ%2COAAM%3BIAEJ%2CUAAA%3B%3BEAlBN%2CYAIE%2COAAM%2CQAYJ%2COAAM%2COAGJ%3BIACE%2CcAAA%3BIACA%2CuBAAA%3B%3BEArBR%2CYA2BE%3BEA3BF%2CYA4BE%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CyBAA0B%2CoBAAmB%3BIAC3C%2CaAAA%3B%3BEAGF%2CyBAA0B%3BIACxB%2CaAAA%3B%3BEAGF%3BIACE%2CcAAA%3B%3BEAGF%3BIACE%2CcAAA%3B%3BEAEF%2CoBAAqB%2CgBAAgB%2CeAAe%3BIAClD%2CUAAA%3BIACA%2CmBAAA%3B%3BEAFF%2CoBAAqB%2CgBAAgB%2CeAAe%2CcAMlD%3BIACE%2CiBAAA%3B%3BEAPJ%2CoBAAqB%2CgBAAgB%2CeAAe%2CcASlD%3BIACE%2CeAAA%3B%3BEAIJ%2COAAO%3BIACL%2CiBAAA%3B%3BEAEF%3BIACE%2CUAAA%3B%3BEAEF%2CWAAY%2CIAAI%3BIACd%2CeAAA%3B%3BEAGF%2CcAAe%3BEACf%2CWAAW%3BEACX%2C0BAA2B%3BIACzB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGF%2CcAAe%2CYAAY%2CIAAI%2CKAAI%3BEACnC%2CWAAW%2CQAAS%2CIAAI%2CKAAI%3BEAC5B%2C0BAA2B%2CYAAY%2CIAAI%2CKAAI%3BIAC7C%2CeAAA%3B%3BEAGF%2CcAAe%2CYAAY%2CIAAI%3BEAC%5C%2FB%2CWAAW%2CQAAS%2CIAAI%3BEACxB%2C0BAA2B%2CYAAY%2CIAAI%3BIACzC%2CeAAA%3B%3BEAGF%3BIAEE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAJF%2CiBAKE%2CQAAO%2CSAAS%3BEALlB%2CiBAME%2CQAAO%2CSAAS%2COAAO%3BIACrB%2CSAAS%2COAAT%3BIACA%2CaAAa%2CSAAb%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAVJ%2CiBAYE%2CQAAO%2CSAAU%2CSAAQ%3BIACvB%2CmBAAA%3BIAEA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEApBJ%2CiBAsBE%2CQAAO%2CSAAU%3BIACf%2CsBAAA%3B%3BEAIJ%2CqBAAsB%3BIACpB%2CWAAA%3B%3BEAGF%2CiBAAkB%2CQAAO%2COAAO%3BEAChC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEAClC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BIACnC%2CiBAAA%3B%3BEAGF%2COAAO%2CMAAO%2CGAAE%3BIACd%2CaAAA%3B%3BEAGF%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CMAAM%3BIAClC%2CaAAA%3B%3BEAGF%2CaAAc%2CQAAO%2CMAAO%2CGAAE%2CKAAK%3BIACjC%2CyBAAA%3B%3BEAIF%2CKAAK%2CcAAe%2CKAAI%3BIACtB%2CWAAA%3B%3BEAEF%2CYAAa%3BIACX%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEF%3BIACE%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CeAAA%3B%3BEAEF%2CSAAU%2COAAM%3BIACd%2CMAAA%3BIAGA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEANF%2CSAAU%2COAAM%2CIAOd%3BIACE%2CqBAAA%3B%3BEAGJ%2CSAAU%3BIACR%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGF%2COAAO%2CKAAM%3BIACX%2CkBAAA%3B%3BEAGF%2COAAO%2CKAAM%2CgCAAgC%2CGAAE%3BIAC7C%2CUAAA%3B%3BEAGF%3BIACE%2C8BAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3B%3BEAGF%2CMAAM%2CgBACJ%3BIACE%2CYAAA%3BIACA%2CYAAA%3B%3BEAIJ%3BIACE%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CiBAAkB%3BIAChB%2CcAAA%3B%3BEAEF%2CiBAAkB%3BIAChB%2CcAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CiBAAkB%3BIAChB%2CcAAA%3B%3BEAGF%3BIACE%2CkBAAA%3B%3BEADF%2CiBAEE%3BIACE%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEANJ%2CiBAQE%3BIACE%2CqBAAA%3B%3BEAGJ%2CeAAgB%3BIACd%2CYAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEF%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CeACA%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CeAKE%3BIACE%2CUAAA%3BIACA%2CcAAA%3B%3BEAPJ%2CeASE%3BIACE%2CqBAAA%3B%3BEAVJ%2CeASE%2CQAEE%2CMAAK%3BIACH%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIN%2COAAO%2COAAQ%2CcAAc%3BIAC3B%2CkBAAA%3B%3BEAEF%2CaAAc%3BIACZ%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2C%2BBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CWAAY%2CQAAO%2COAAU%3BIACzB%2CcAAA%3BIACF%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CWAAY%2CQAAO%2COAAU%2CIAAC%3BIAC5B%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGF%2CWAAY%2CQAAO%2COAAU%2CIAAC%2CgBAAgB%3BIAC1C%2CSAAS%2COAAT%3B%3BEAGJ%2CWAAY%2CQAAU%3BIAClB%2CgBAAA%3B%3B%3B%3B%3B%3BAH%2BXN%2CQAp2B0B%3BEACxB%2CSAAS%2CgBAAiB%3BIACxB%2CaAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2CeAAA%3B%3BEAGF%3BIACE%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CWAAA%3B%3B%3BEAIF%2CoBAAqB%2COAAM%2COAAO%2CQAAQ%3BIACxC%2CaAAA%3B%3B%3BEAGJ%2CaAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIACnD%2CcAAA%3B%3BEAGA%3BIACE%2CgBAAA%3B%3BEAGF%2CUAAW%3BIACT%2CgBAAA%3B%3BEAGD%3BEACA%3BIACC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CgBAAA%3B%3BEAFF%2CSAGE%3BIACE%2CkBAAA%3B%3BEAIJ%3BEACA%3BIACE%2CYAAA%3BIACA%2CkBAAA%3B%3BEAHF%2CSAIE%3BEAHF%2CSAGE%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3B%3BEAPJ%2CSASE%3BEARF%2CSAQE%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAhBJ%2CSAkBE%2CKAAI%3BEAjBN%2CSAiBE%2CKAAI%3BIACF%2CiBAAA%3B%3BEAnBJ%2CSAkBE%2CKAAI%2CMAGF%3BEApBJ%2CSAiBE%2CKAAI%2CMAGF%3BIACE%2CcAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAzBN%2CSA4BE%3BEA3BF%2CSA2BE%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhCJ%2CSAkCE%3BEAjCF%2CSAiCE%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEArCJ%2CSAuCE%3BEAtCF%2CSAsCE%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEA3CJ%2CSA6CE%3BEA5CF%2CSA4CE%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAhDJ%2CSAkDE%3BEAjDF%2CSAiDE%3BIAEE%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAIJ%3BIACE%2CaAAA%3B%3BEAGF%3BIACE%2C6BAAA%3B%3BEAGF%2CWAAY%2CQAAO%2COAAU%3BEAC7B%2CWAAY%2CQAAO%2CWAAc%3BEACjC%2CWAAY%2CQAAU%3BIACpB%2CcAAA%3BIACA%2CSAAA%3B%3BEAGF%3BIACE%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIAEA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAIF%3BIACE%2CiBAAA%3B%3BEAGF%2CaAAc%3BIACZ%2CiBAAA%3B%3BEAEF%3BIACE%2CcAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CMAAM%3BEAAa%3BIACjB%2CSAAA%3B%3BEAGF%2CMAAM%3BIAEJ%2CYAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3B%3BEAGF%2CqBAAsB%3BIACpB%2CeAAA%3B%3BEAGF%2CaAAc%2CMAAK%2COAAQ%3BIACzB%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CaAAc%2CMAAK%2COAAQ%3BIACzB%2CYAAA%3B%3BEAGF%2CYAAa%2COAAO%3BIAClB%2CSAAA%3B%3BEAGF%2CKAAK%2CcAAe%3BIAClB%2CiBAAA%3B%3BEAGF%2CKAAK%2CcAAe%3BIAClB%2CiBAAA%3B%3BEAGF%2CKAAK%2CcAAe%2CKAAI%2CMAAO%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CMAAO%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CSAAU%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CSAAU%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CKAAM%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CKAAM%3BEAAsB%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BIACxgB%2CiBAAA%3B%3BEAGF%2CaAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIACnD%2CSAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3BEADF%2CkBAEE%3BIACE%2CWAAA%3B%3BEAIJ%3BIACE%2CcAAA%3B%3BEAGF%2CcAAe%3BEACf%2CWAAW%3BEACX%2C0BAA2B%3BIACzB%2CYAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CcAAe%2CYAAY%2CIAAI%2CKAAI%3BEACnC%2CWAAW%2CQAAS%2CIAAI%2CKAAI%3BEAC5B%2C0BAA2B%2CYAAY%2CIAAI%2CKAAI%3BIAC7C%2CeAAA%3B%3BEAGF%2CcAAe%2CYAAY%2CIAAI%3BEAC%5C%2FB%2CWAAW%2CQAAS%2CIAAI%3BEAGxB%2C0BAA2B%2CYAAY%2CIAAI%3BIACzC%2CeAAA%3B%3BEAGF%2CYAAa%2COAAM%3BIACjB%2CYAAY%2CyDAAZ%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAC7D%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BIAClE%2CiBAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2COAAM%3BIAChC%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAJF%2CYAAa%2COAAM%2CQAAS%2COAAM%2COAKhC%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEARJ%2CYAAa%2COAAM%2CQAAS%2COAAM%2COAUhC%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAbJ%2CYAAa%2COAAM%2CQAAS%2COAAM%2COAehC%2CQAAO%3BIACL%2CkBAAA%3BIACA%2CWAAA%3B%3BEAjBJ%2CYAAa%2COAAM%2CQAAS%2COAAM%2COAoBhC%3BEApBF%2CYAAa%2COAAM%2CQAAS%2COAAM%2COAqBhC%3BIACE%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIJ%2CiBAAkB%2CQAAO%2COAAO%3BEAChC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEAClC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BIACnC%2CiBAAA%3B%3BEAOF%2COAAQ%2CEAAC%3BIACP%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3B%3BEAWF%3BIACE%2CkBAAA%3B%3BEAGF%2CIAAI%3BIACF%2CcAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%2CMAAM%3BIACJ%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEAJF%2CMAAM%2CgBAKJ%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEAIJ%2CiBAAkB%3BIAChB%2CcAAA%3BIACA%2CaAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFF%2CiBAGE%2CQAAO%2CSAAS%3BEAHlB%2CiBAIE%2CQAAO%2CSAAS%2COAAO%3BIACrB%2CSAAS%2COAAT%3BIACA%2CaAAa%2CSAAb%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARJ%2CiBAWE%2CQAAO%2CSAAU%2CSAAQ%3BIACvB%2CmBAAA%3BIAEA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAnBJ%2CiBAqBE%2CQAAO%2CSAAU%3BIACf%2CsBAAA%3B%3BEAIJ%3BIAEE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIAEA%2CaAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEAEF%2CGAAG%3BIACD%2C6CAAA%3B%3BEAEF%2CGAAG%3BIACD%2C8CAAA%3B%3BEAEF%2CGAAG%3BIACD%2C8CAAA%3B%3BEAEF%2CGAAG%3BIACD%2C8CAAA%3B%3BEAEF%2CGAAG%3BIACD%2C8CAAA%3B%3BEAGF%2COAAO%3BIACL%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CYAAA%3B%3BEAGF%3BIACE%2CYAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGF%2CYAAa%3BIACX%2CaAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CaAAA%3BIACA%2CeAAA%3B%3BEAGF%2CYAAa%3BIACX%2CoBAAA%3BIACA%2CmBAAA%3BIAEA%2CUAAA%3B%3BEAEF%3BIACE%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CUAAW%3BIACT%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%3BIACE%2CiBAAA%3B%3BEAEF%2CoBAAqB%2CkBAAkB%2CeAAe%3BIACpD%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2C0BAA2B%2CgBAAgB%2CeAAe%3BEAC1D%2CoBAAqB%2CgBAAgB%2CeAAe%3BIAClD%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAJF%2C0BAA2B%2CgBAAgB%2CeAAe%2CcAKxD%3BEAJF%2CoBAAqB%2CgBAAgB%2CeAAe%2CcAIlD%3BIACE%2CkBAAA%3BIACA%2CaAAA%3B%3BEAPJ%2C0BAA2B%2CgBAAgB%2CeAAe%2CcASxD%3BEARF%2CoBAAqB%2CgBAAgB%2CeAAe%2CcAQlD%3BIACE%2CiBAAA%3B%3BEAGJ%2C0BAA2B%2CSAAQ%3BEACnC%2CoBAAqB%2CSAAQ%3BIACvB%2CUAAA%3B%3BEAEN%2C0BAA2B%3BEAC3B%2CoBAAqB%3BIACnB%2CUAAA%3B%3BEAEF%2CkBACE%2CSAAS%3BIACP%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CkBAKE%3BIACE%2CcAAA%3BIACA%2CmBAAA%3B%3BEAPJ%2CkBASE%2CcAAc%3BIACZ%2CmBAAA%3B%3BEAVJ%2CkBAaE%2CwBAAwB%2CWAAW%2CiBAAiB%3BEAbtD%2CkBAcE%2CoBAAoB%2CWAAW%2CiBAAiB%3BIAC9C%2CeAAA%3BIACA%2CiBAAA%3B%3BEAhBJ%2CkBAmBE%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CSAAA%3B%3BEArBJ%2CkBAuBE%2CkBAAkB%2CUAAU%2COAAM%3BIAChC%2CYAAA%3B%3BEAxBJ%2CkBAuBE%2CkBAAkB%2CUAAU%2COAAM%2CIAEhC%3BIACE%2CoBAAA%3B%3BEA1BN%2CkBAuBE%2CkBAAkB%2CUAAU%2COAAM%2CIAKhC%2CIAAG%3BIACD%2CYAAA%3B%3BEA7BN%2CkBAgCE%2CSAAQ%2CKAAK%2CSAAU%3BIACrB%2CiBAAA%3B%3BEAjCJ%2CkBAmCE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtCJ%2CkBAwCE%3BIACE%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIJ%3BIACE%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAHF%2CiBAIE%3BIACE%2CiBAAA%3B%3BEAIJ%2CWAAY%2CKAAI%3BIACd%2CYAAY%2C4DAAZ%3BIAKA%2CuBAAA%3BIACA%2CoBAAA%3B%3BEAGF%2CWAAY%2CKAAI%2CIAAK%3BIACnB%2CQAAA%3BIACA%2CYAAA%3B%3BEAGF%2CWAAY%3BIACV%2CiBAAA%3B%3BEAGF%2COAAO%2CQAAS%3BIACd%2CaAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGF%2COAAO%2CQAAS%2COAAO%3BIACrB%2CUAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%2CcAAe%3BIACb%2CYAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CcAAe%3BIACb%2CYAAA%3B%3BEADF%2CcAAe%2CmBAEb%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAJJ%2CcAAe%2CmBAMb%3BIACE%2CkBAAA%3BIAEA%2CUAAA%3BIACA%2CWAAA%3B%3BEAVJ%2CcAAe%2CmBAYb%3BIACE%2CgBAAA%3B%3BEAIJ%2CiBAAkB%2CyBAAyB%2COAAO%3BIAChD%2CWAAA%3B%3BEAGF%2CYAAa%3BEACb%2CYAAa%3BEACb%2CYAAa%3BIAEX%2CUAAA%3B%3BEAGF%2CYAAa%3BIAEX%2CUAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CuBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEADF%2CeAEE%3BIACE%2CaAAA%3B%3BEAHJ%2CeAEE%2CgBAEE%3BIACE%2CqBAAA%3B%3BEALN%2CeAiBE%3BEAjBF%2CeAkBE%3BIACE%2CaAAA%3BIACA%2CWAAA%3B%3BEApBJ%2CeAiBE%2CYAIE%3BEArBJ%2CeAkBE%2CQAGE%3BIACE%2CWAAA%3B%3BEAtBN%2CeA8BE%3BIACE%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApCJ%2CeAsCE%3BIACE%2CWAAA%3B%3BEAIJ%3BIACE%2CaAAA%3BIACA%2CeAAA%3B%3BEAFF%2CeAGE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEANJ%2CeAQE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CMAAO%3BIACL%2CkBAAA%3B%3BEAGF%3BEACA%2CqBAAsB%2CSAAQ%2COAAQ%2CiBAAiB%3BIACrD%2CmBAAA%3B%3BEAGF%2CQAAQ%2COAAQ%3BIACd%2CaAAA%3B%3BEAGF%2CqBAAsB%3BIACpB%2CiBAAA%3B%3BEAGF%2CqBAAsB%2CMACpB%3BIACE%2CaAAA%3B%3BEAIJ%2CqBAAsB%2CMAAK%3BIACzB%2CUAAA%3B%3BEADF%2CqBAAsB%2CMAAK%2COAEzB%3BIACE%2CcAAA%3B%3BEAOJ%2CqBAAsB%2CQAAQ%2CmBAAkB%3BIAC9C%2CcAAA%3B%3BEAGF%2CqBAAsB%3BIAEpB%2CYAAA%3B%3BEAGF%2CqBAAsB%2CgBAAe%2CeAAgB%3BEACrD%2CqBAAsB%3BEACtB%2CqBAAsB%3BEACtB%2CqBAAsB%3BEACtB%2CqBAAsB%2C0BAA0B%3BEAChD%2CqBAAsB%2C0BAA0B%2CEAAE%3BIAChD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAKF%2CqBAAsB%3BIACpB%2CSAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CGAAE%3BIAC%5C%2FC%2CWAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BIACxD%2CUAAA%3BIACA%2CWAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BIACxD%2CSAAA%3BIACA%2CWAAA%3B%3BEAGF%2CyBAA0B%3BIACxB%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CyBAA0B%3BIACxB%2CyBAAA%3BIACA%2CSAAA%3B%3BEAGF%2CqBAAsB%2CMAAK%3BIACzB%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAGF%2CeAAgB%3BEAChB%2CeAAgB%3BEAChB%2CeAAgB%2CeAAiB%3BIAC%5C%2FB%2CiBAAA%3B%3BEAGF%2CeAAgB%3BIACd%2CqBAAA%3B%3BEAGF%2CiBAAkB%2CSAAS%3BIACzB%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CeAAgB%3BIACd%2CeAAA%3B%3BEAGF%2CiBAAkB%3BIAChB%2CSAAA%3B%3BEAGF%2CqBAAsB%3BIACpB%2CgBAAA%3B%3BEAGF%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAM%3BEAC7D%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAM%3BIAC3D%2CWAAA%3BIACA%2CWAAA%3B%3BEAGF%2CgBAAiB%3BIACf%2CgBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%2CeAAgB%2CcAAa%2CIAAI%3BIAC%5C%2FB%2CiBAAA%3B%3BEAGF%2CqBAAsB%3BIACpB%2CWAAA%3B%3BEAGF%2CaAAc%2CaAAa%3BIACzB%2CiBAAA%3B%3BEAGF%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CsBAAmB%3BIACjD%2CaAAA%3B%3BEAIF%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BEAClB%2CYAAa%2CMAAK%3BIAChB%2CaAAA%3B%3BEAGF%2CcAAc%2CsBAAuB%2CmBAAmB%3BIACtD%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAAsEJ%2CQA%5C%2FDA%3BEAEE%3BIACE%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CaAAc%2CMAAK%2COAAQ%3BIACzB%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CaAAc%2CMAAK%2COAAQ%3BIACzB%2CWAAA%3B%3BEAGF%2CYAAa%2COAAO%3BIAClB%2CSAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CUAAA%3B%3BEAEF%2CoBAAqB%2CSAAQ%3BIACzB%2CUAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CKAAI%2CMAAO%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CMAAO%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CSAAU%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CSAAU%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CKAAM%3BEAAsB%2CKAAK%2CcAAe%2CKAAI%2CKAAM%3BEAAsB%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BIACxgB%2CiBAAA%3B%3BEAGF%2CKAAK%2CcAAe%3BIAClB%2CiBAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2COAAM%2COACjC%2CQAAO%3BIACJ%2CYAAA%3B%3BEAGJ%2CQAAQ%2CWAAY%3BIAClB%2CiBAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEAGF%2CWAAY%3BIACV%2CgBAAA%3B%3BEAGF%2CWAAY%3BIACV%2CaAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAOJ%2COAAO%3BEACL%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CcAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CkBAAA%3B%3BAAGF%2C%2BBAAgC%2CMAAM%2CGAAG%2CGAAE%2CWAAW%3BEACpD%2CcAAA%3B%3BAAEF%2C%2BBAAgC%2CMAAM%2CGAAG%2CGAAE%3BEACzC%2CWAAA%3B%3BAAEF%2C%2BBAAgC%2CMAAM%2CGAAG%2CGAAE%3BAAC3C%2C%2BBAAgC%2CMAAM%2CGAAG%2CGAAE%3BEACzC%2CwBAAA%3B%3BAAGF%2CqBAAsB%3BEAClB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGF%2CYAAa%3BAACb%2CYAAa%3BAACb%2CYAAa%3BEACX%2CaAAA%3BEACA%2CSAAA%3B%3BAAGF%2CYAAa%3BEAEX%2CmBAAA%3B%3BAAGJ%2CWAAY%2CGAAE%3BEACZ%2CaAAA%3B%3BAAGF%2CaAAe%2CGAAE%3BEACf%2CcAAA%3B%3BAAGF%2CEAAE%2COAAO%2CaAAa%3BEACpB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAEF%3BEACE%2CuBAAA%3BEACA%2CaAAA%3B%3BAAFF%2CuBAGE%3BEACI%2CYAAA%3B%3BAAIN%2CSAAU%3BEACR%2CuBAAA%3B%3BAADF%2CSAAU%2CMAER%3BAAFF%2CSAAU%2CMA28CT%2CCAz8CI%3BEACD%2CkBAAA%3B%3BAAIJ%2CcAAc%2CsBAAuB%3BAACrC%2CcAAc%2CsBAAuB%2CsBAAsB%3BEACzD%2CaAAA%3B%3BAAGF%2CcAAc%2CsBAAuB%2CSAAQ%2CYAAY%3BEACvD%2CSAAA%3B%3BAAGF%3BEACE%2CgBAAgB%2CiCAAhB%3BEACA%2CkBAAA%3B%3BAAGF%2CcAAc%2CsBAAwB%2CmBAAqB%3BEACzD%2CgBAAA%3B%3BAAGF%2COAAO%2CQAAS%2COAAS%3BEACvB%2CkBAAA%3B%3BAAGF%3BEAWE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGF%2CcAAiB%3BEACf%2CYAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOF%2CcAAe%2CSAAS%2CQAAO%2COAAO%3BEACpC%2CaAAA%3B%3BAAGF%2CcAAe%2CSAAS%2CGAAE%3BEACxB%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CcAAe%2CSAAS%2CGAAE%2CSAAS%3BAACnC%2CcAAe%2CSAAS%2CGAAE%2CSAAS%3BEACjC%2CUAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CcAAe%3BEACb%2CaAAA%3B%3BAAWF%2CcAAe%3BEACb%2CqBAAA%3B%3BAAGF%2CcAAe%3BEAEb%2CSAAA%3B%3BAAGF%2CcAAe%2CIAAG%3BEAChB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGF%2CcAAe%2COAAM%3BEACnB%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2COAAQ%3BEACN%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGF%2COAAQ%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CKAAK%2CcAAe%2CiBAAmB%2CeAAY%3BAACjD%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEAEnD%2CcAAA%3B%3BAAGF%2CKAAK%2CcAAe%3BEAClB%2CYAAA%3B%3BAA%2BBJ%3BEAEI%2C8BAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACE%2CwBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CcAAe%3BEACb%2CYAAA%3B%3BAAGF%2CUAAW%3BEACT%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BEACT%2CkBAAA%3B%3BAAcF%2CIAAI%3BEACF%2CkBAAA%3B%3BAADF%2CIAAI%2CWAEF%3BEACE%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAANJ%2CIAAI%2CWAEF%2CmBAME%3BEACE%2CgBAAA%3B%3BAATN%2CIAAI%2CWAEF%2CmBAUE%3BEACE%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAfN%2CIAAI%2CWAEF%2CmBAgBE%2CMAAK%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvBN%2CIAAI%2CWA0BF%2CIAAG%3BEACD%2CqBAAA%3B%3BAA3BJ%2CIAAI%2CWA0BF%2CIAAG%2CQAED%2COAAM%3BEACJ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnCN%2CIAAI%2CWA0BF%2CIAAG%2CQAWD%2COAAM%2COAAO%3BEACX%2CyBAAA%3B%3BAA%2BGN%3BAACA%2CMAAM%3BAACN%2CCAAC%2COAAO%3BEIzwCN%2C2BAAA%3BEACK%2CwBAAA%3BEACC%2CuBAAA%3BEAcJ%2CmBAAA%3BEAhBF%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3B%3BAJ%2BvCF%2CMAAC%2CIAAI%3BEI%5C%2FwCL%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3B%3BAJkwCA%2CMAHD%2CIAAI%2CUAGF%3BEIlxCH%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3B%3BAJ%2BxCF%2CQAAC%2CKACC%3BEIhyCA%2CiBAAA%3BEAhBF%2C4BAAA%3BEACK%2CyBAAA%3BEACC%2CwBAAA%3BEAcJ%2CoBAAA%3BEAhBF%2C2BAAA%3BEACK%2CwBAAA%3BEACC%2CuBAAA%3BEAcJ%2CmBAAA%3BEJoyCE%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3BAA%2BKN%2CWAAY%2CIAAI%3BEACd%2CUAAA%3B%3BAAGF%2CWAAY%2CIAAI%2CEAAC%3BEACf%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%2CIAAI%3BEAEd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CWAAY%2CIAAI%2CKAAI%3BEAClB%2CeAAA%3B%3BAAIF%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEAEA%2CWAAA%3B%3BAA%2BDF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAhzDmB%2CMAgzDnB%3BEACA%2CcAAA%3B%3BAAGF%2COAAO%2CQAAS%2COAAO%3BEACrB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAgCF%2CYAAa%3BEACX%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAAMF%3BEACE%2CaA%5C%2F1DmB%2CMA%2B1DnB%3BEACA%2CcAAA%3B%3BAAGF%2CeAAgB%3BEACd%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAQF%2CeAAgB%3BEACd%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CoBAAqB%2CgBAAgB%3BEACnC%2CmBAAA%3B%3BAAiBF%3BEACE%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CcAAc%2CKAAK%3BEACjB%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGF%2CcAAc%2CMAAM%3BEAClB%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAcF%3BEACE%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CeAAgB%3BEAGd%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CeAAgB%3BAAChB%2CeAAgB%2CMAAK%3BEACnB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGF%2CcAAe%3BEACb%2CSAAA%3BEACA%2CaAn9DmB%2CMAm9DnB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CcAAe%2CcAAa%3BAAC5B%2CcAAe%3BEACb%2CaAAA%3B%3BAAGF%2CqBAAsB%2CcAAc%2CWAAU%3BAAC9C%2CqBAAsB%2CyBAAyB%2CgBAAe%3BAAC9D%2CqBAAsB%2CYAAY%2CYAAW%3BAAC7C%2CqBAAsB%2CaAAY%3BEAChC%2CSAAA%3B%3BAAEF%2CqBAAsB%2CcAAc%3BAACpC%2CqBAAsB%2CyBAAyB%3BAAC%5C%2FC%2CqBAAsB%2CYAAY%3BAAClC%2CqBAAsB%3BEACpB%2CiBAAA%3B%3BAAGF%2CqBAAsB%2CcAAc%2CWAAU%3BAAC9C%2CqBAAsB%2CyBAAyB%2CgBAAe%3BAAC9D%2CqBAAsB%2CYAAY%2CYAAW%3BAAC7C%2CqBAAsB%2CaAAY%3BEAChC%2CSAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%2CWAAA%3B%3BAADF%2CyBAA0B%2CeAExB%2CKAAI%3BEACF%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CyBAAyB%3BEACjD%2CeAAA%3B%3BAAEF%2CeAAgB%3BEACd%2CcAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CkBAAqB%3BEACnB%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAIF%2CcAAe%2CmBAAmB%3BEAChC%2CaAAA%3B%3BAAGF%2CkBAAkB%3BEAId%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAARJ%2CkBAAkB%2CmBAChB%3BEACE%2CaAAA%3B%3BAAaJ%2CaAAc%3BEACZ%2CyBAAA%3B%3BAAGF%2CWAAW%2CIAAI%3BEACb%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CWAAA%3BEAEA%2CsBAAA%3BEACA%2CwBAAwB%2CiCAAxB%3BEACA%2CgBAAgB%2CiCAAhB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CgBAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CcAAe%3BEACb%2CUAAA%3B%3BAAGF%2CcAAe%3BEACb%2CSAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CcAAe%3BAACf%2CiBAAkB%3BAAClB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CgBAAiB%3BAACjB%2CcAAe%3BAACf%2CsBAAuB%3BAACvB%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CgBAAiB%3BEACf%2CaAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CcAAe%2CoBAAmB%3BAAClC%2CiBAAkB%2CoBAAmB%3BAACrC%2CeAAgB%2CoBAAmB%3BAACnC%2CeAAgB%2CoBAAmB%3BAACnC%2CgBAAiB%2CoBAAmB%3BAACpC%2C0BAA2B%2CoBAAmB%3BEAC5C%2CgBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEAEA%2CkBAAA%3B%3BAALF%2CcAME%2CGAAE%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CQAAS%2CQAAO%3BEACd%2CoBAAA%3B%3BAA0BF%2CeAAgB%2CQAAU%3BEACxB%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CeAAgB%2CQAAO%3BEACrB%2CyBAAA%3B%3BAAsEF%2CoBAAqB%3BEACnB%2CsBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CcAAA%3B%3B%3B%3B%3BAAMF%2CUAAW%2CEAAC%3BAACZ%2CgBAAiB%2CEAAC%3BAAClB%2CUAAW%2CEAAC%3BAACZ%2CcAAe%2CEAAC%3BEACd%2CaAAa%2CSAAb%3BEACA%2CqBAAA%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3B%3BAAOF%2COAAO%2CSAAS%2COAAO%3BEACrB%2CSAAS%2COAAT%3BEACA%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CUAAW%2CEAAC%3BEACV%2CSAAS%2COAAT%3B%3BAAGF%2CgBAAiB%2CEAAC%3BEAChB%2CSAAS%2COAAT%3B%3BAAGF%2CUAAW%2CEAAC%3BEACV%2CSAAS%2COAAT%3B%3BAAGF%2CcAAe%2CEAAC%3BEACd%2CSAAS%2COAAT%3B%3BAAUF%2CwBAP0C%3BEACxC%2CqBAAsB%3BIACpB%2CqBAAA%3B%3B%3BAAKJ%2CiBAAkB%2CQAAO%2CMAAM%3BEAC7B%2CWAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CWAAW%3BEACL%2CeAAA%3B%3BAAGN%2CQAAQ%2CYAAY%2CyBAA0B%2CQAAO%3BEACnD%2CaAAA%3B%3BAAGF%2CmCAAsC%3BAACtC%2CmCAAsC%3BEACpC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CSAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CeAAgB%2CQAAO%2CKAAK%3BAAC5B%2CeAAgB%2CQAAO%2COAAO%3BEAC5B%2CWAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAAGF%2CUAAW%3BEACT%2CUAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BAACA%3BEACE%2CkBAAA%3B%3BAAGF%3BAACA%2CUAAW%3BEACT%2CgBAAA%3B%3BAAGF%2CQAAQ%2CKAAK%3BAACb%2CQAAQ%2CKAAK%3BEACX%2CSAAA%3B%3BAAGF%2CIAAI%2CcAAe%3BAACnB%2CIAAI%2C0BAA2B%3BAAC%5C%2FB%2CIAAI%2CcAAe%3BAACnB%2CuBAAwB%3BEACtB%2CaAAA%3B%3BAAGF%2CYAAa%3BEACX%2CYAAA%3B%3BAAGF%2CaAAc%2CcAAa%3BAAC3B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BEACxB%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAClC%2CSAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BEACA%2CiBAAA%3B%3B%3BAAIF%3BEACE%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3B%3B%3BAAIF%2COAAO%3BEACL%2CUAAA%3B%3B%3B%3BAAIF%2COAAO%3BEACL%2CwBAAA%3B%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CeAAA%3B%3B%3BAAGF%2COAAO%3BEACL%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CeAAA%3B%3B%3BAAEF%2COAAO%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CQAAS%2CSAAS%2CEAAC%3BEACjB%2CqBAAA%3B%3BAAGF%2CKAAK%2CiBAAkB%2COAAM%3BEAC3B%2CmBAAA%3B%3BAAEF%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEAC3B%2CWAAA%3B%3BAAEF%2CKAAK%2CcAAe%3BEAClB%2CoBAAA%3B%3BAAIF%2CcAAe%3BAACf%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CgBAAiB%3BAACjB%2CcAAe%3BAACf%2C0BAA2B%3BEACvB%2CaAAA%3B%3BAAGJ%2CUAAW%3BEACT%2CWAAA%3B%3BAAEF%2CUAAW%3BEACT%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CUAAW%3BAACX%2CUAAW%3BEACT%2CkBAAA%3B%3BAAGF%2CoBAAqB%3BEAAkB%2CaAAA%3B%3BAAEvC%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAFF%2CUAGE%3BEACE%2CiBAAA%3B%3BEAEA%2CcAAA%3B%3BAAIJ%2CcAAe%3BEACb%2CcAAA%3B%3BAAGF%2CMAAM%2COAAQ%2CUAAS%3BEACrB%2CaAAA%3B%3BAAGF%3BEACI%2CQAAQ%2CSAAR%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CYAAa%3BAACb%2CkBAAmB%2CcAAc%3BEAC%5C%2FB%2CwBAAA%3BEACA%2CSAAA%3B%3BAAGF%2CYAAa%2CoBAAmB%3BAAChC%2CkBAAmB%2CcAAc%2CoBAAmB%3BEAClD%2CkBAAA%3B%3BAAGF%2CEAAE%2CMAAM%3BAACR%2CEAAE%3BEACA%2C6BAAA%3B%3BAAGF%2C8BAA%2BB%2CKAAI%3BEACjC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CQAAS%2CWAAW%3BEAClB%2CcAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGJ%3BAACA%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3BEACE%2CcAAA%3B%3BAAGJ%2CQAAQ%2CcAAe%2CGAAG%3BEACxB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAEF%2CIAAK%3BAAAO%2CKAAM%3BEAChB%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CKAAK%2COAAQ%2CGAAE%2COAAO%3BEACpB%2CaAAA%3B%3BAAGF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAAGF%2CeAAgB%3BEACd%2CmBAAA%3B%3BAAGF%2CoBAAqB%3BEACnB%2CaAAA%3B%3BAAGF%2CaAAc%2CwBAAwB%3BEACpC%2CcAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CeAAgB%3BAAChB%2CeAAgB%3BEACd%2CaAAA%3B%3BAAGF%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAAsB%2CcAAe%3BEACnC%2CcAAA%3B%3BAAGF%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACxB%2CaAAA%3B%3BAK3mFF%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */