@charset 'UTF-8';
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Madpat/zorro/de_DE/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
* 	Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
}
.owl-theme .owl-nav .owl-next .material-icons,
.owl-theme .owl-nav .owl-prev .material-icons {
  font-size: 50px;
  color: #fff;
}
.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme.owl-carousel {
  position: relative;
}
.owl-theme.owl-carousel .owl-item .bg-white {
  background: #fff;
}
.owl-theme.owl-carousel .owl-item .top-right,
.owl-theme.owl-carousel .owl-item .top-left,
.owl-theme.owl-carousel .owl-item .top-content {
  display: block;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  padding: 25px;
  margin-top: 5%;
  width: auto;
}
.owl-theme.owl-carousel .owl-item .top-content {
  position: absolute;
  width: 100%;
  padding: 0px;
  margin: 0px;
  top: 0px;
}
.owl-theme.owl-carousel .owl-item .top-left {
  float: left;
}
.owl-theme.owl-carousel .owl-item .top-right {
  float: right;
}
/*@import 'module/_owl.transitions.less';*/
/* MEDIA QUERIES */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.material_3d_rotation:before {
  content: "\e84d";
}
.material_ac_unit:before {
  content: "\eb3b";
}
.material_access_alarm:before {
  content: "\e190";
}
.material_access_alarms:before {
  content: "\e191";
}
.material_access_time:before {
  content: "\e192";
}
.material_accessibility:before {
  content: "\e84e";
}
.material_accessible:before {
  content: "\e914";
}
.material_account_balance:before {
  content: "\e84f";
}
.material_account_balance_wallet:before {
  content: "\e850";
}
.material_account_box:before {
  content: "\e851";
}
.material_account_circle:before {
  content: "\e853";
}
.material_adb:before {
  content: "\e60e";
}
.material_add:before {
  content: "\e145";
}
.material_add_a_photo:before {
  content: "\e439";
}
.material_add_alarm:before {
  content: "\e193";
}
.material_add_alert:before {
  content: "\e003";
}
.material_add_box:before {
  content: "\e146";
}
.material_add_circle:before {
  content: "\e147";
}
.material_add_circle_outline:before {
  content: "\e148";
}
.material_add_location:before {
  content: "\e567";
}
.material_add_shopping_cart:before {
  content: "\e854";
}
.material_add_to_photos:before {
  content: "\e39d";
}
.material_add_to_queue:before {
  content: "\e05c";
}
.material_adjust:before {
  content: "\e39e";
}
.material_airline_seat_flat:before {
  content: "\e630";
}
.material_airline_seat_flat_angled:before {
  content: "\e631";
}
.material_airline_seat_individual_suite:before {
  content: "\e632";
}
.material_airline_seat_legroom_extra:before {
  content: "\e633";
}
.material_airline_seat_legroom_normal:before {
  content: "\e634";
}
.material_airline_seat_legroom_reduced:before {
  content: "\e635";
}
.material_airline_seat_recline_extra:before {
  content: "\e636";
}
.material_airline_seat_recline_normal:before {
  content: "\e637";
}
.material_airplanemode_active:before {
  content: "\e195";
}
.material_airplanemode_inactive:before {
  content: "\e194";
}
.material_airplay:before {
  content: "\e055";
}
.material_airport_shuttle:before {
  content: "\eb3c";
}
.material_alarm:before {
  content: "\e855";
}
.material_alarm_add:before {
  content: "\e856";
}
.material_alarm_off:before {
  content: "\e857";
}
.material_alarm_on:before {
  content: "\e858";
}
.material_album:before {
  content: "\e019";
}
.material_all_inclusive:before {
  content: "\eb3d";
}
.material_all_out:before {
  content: "\e90b";
}
.material_android:before {
  content: "\e859";
}
.material_announcement:before {
  content: "\e85a";
}
.material_apps:before {
  content: "\e5c3";
}
.material_archive:before {
  content: "\e149";
}
.material_arrow_back:before {
  content: "\e5c4";
}
.material_arrow_downward:before {
  content: "\e5db";
}
.material_arrow_drop_down:before {
  content: "\e5c5";
}
.material_arrow_drop_down_circle:before {
  content: "\e5c6";
}
.material_arrow_drop_up:before {
  content: "\e5c7";
}
.material_arrow_forward:before {
  content: "\e5c8";
}
.material_arrow_upward:before {
  content: "\e5d8";
}
.material_art_track:before {
  content: "\e060";
}
.material_aspect_ratio:before {
  content: "\e85b";
}
.material_assessment:before {
  content: "\e85c";
}
.material_assignment:before {
  content: "\e85d";
}
.material_assignment_ind:before {
  content: "\e85e";
}
.material_assignment_late:before {
  content: "\e85f";
}
.material_assignment_return:before {
  content: "\e860";
}
.material_assignment_returned:before {
  content: "\e861";
}
.material_assignment_turned_in:before {
  content: "\e862";
}
.material_assistant:before {
  content: "\e39f";
}
.material_assistant_photo:before {
  content: "\e3a0";
}
.material_attach_file:before {
  content: "\e226";
}
.material_attach_money:before {
  content: "\e227";
}
.material_attachment:before {
  content: "\e2bc";
}
.material_audiotrack:before {
  content: "\e3a1";
}
.material_autorenew:before {
  content: "\e863";
}
.material_av_timer:before {
  content: "\e01b";
}
.material_backspace:before {
  content: "\e14a";
}
.material_backup:before {
  content: "\e864";
}
.material_battery_alert:before {
  content: "\e19c";
}
.material_battery_charging_full:before {
  content: "\e1a3";
}
.material_battery_full:before {
  content: "\e1a4";
}
.material_battery_std:before {
  content: "\e1a5";
}
.material_battery_unknown:before {
  content: "\e1a6";
}
.material_beach_access:before {
  content: "\eb3e";
}
.material_beenhere:before {
  content: "\e52d";
}
.material_block:before {
  content: "\e14b";
}
.material_bluetooth:before {
  content: "\e1a7";
}
.material_bluetooth_audio:before {
  content: "\e60f";
}
.material_bluetooth_connected:before {
  content: "\e1a8";
}
.material_bluetooth_disabled:before {
  content: "\e1a9";
}
.material_bluetooth_searching:before {
  content: "\e1aa";
}
.material_blur_circular:before {
  content: "\e3a2";
}
.material_blur_linear:before {
  content: "\e3a3";
}
.material_blur_off:before {
  content: "\e3a4";
}
.material_blur_on:before {
  content: "\e3a5";
}
.material_book:before {
  content: "\e865";
}
.material_bookmark:before {
  content: "\e866";
}
.material_bookmark_border:before {
  content: "\e867";
}
.material_border_all:before {
  content: "\e228";
}
.material_border_bottom:before {
  content: "\e229";
}
.material_border_clear:before {
  content: "\e22a";
}
.material_border_color:before {
  content: "\e22b";
}
.material_border_horizontal:before {
  content: "\e22c";
}
.material_border_inner:before {
  content: "\e22d";
}
.material_border_left:before {
  content: "\e22e";
}
.material_border_outer:before {
  content: "\e22f";
}
.material_border_right:before {
  content: "\e230";
}
.material_border_style:before {
  content: "\e231";
}
.material_border_top:before {
  content: "\e232";
}
.material_border_vertical:before {
  content: "\e233";
}
.material_branding_watermark:before {
  content: "\e06b";
}
.material_brightness_1:before {
  content: "\e3a6";
}
.material_brightness_2:before {
  content: "\e3a7";
}
.material_brightness_3:before {
  content: "\e3a8";
}
.material_brightness_4:before {
  content: "\e3a9";
}
.material_brightness_5:before {
  content: "\e3aa";
}
.material_brightness_6:before {
  content: "\e3ab";
}
.material_brightness_7:before {
  content: "\e3ac";
}
.material_brightness_auto:before {
  content: "\e1ab";
}
.material_brightness_high:before {
  content: "\e1ac";
}
.material_brightness_low:before {
  content: "\e1ad";
}
.material_brightness_medium:before {
  content: "\e1ae";
}
.material_broken_image:before {
  content: "\e3ad";
}
.material_brush:before {
  content: "\e3ae";
}
.material_bubble_chart:before {
  content: "\e6dd";
}
.material_bug_report:before {
  content: "\e868";
}
.material_build:before {
  content: "\e869";
}
.material_burst_mode:before {
  content: "\e43c";
}
.material_business:before {
  content: "\e0af";
}
.material_business_center:before {
  content: "\eb3f";
}
.material_cached:before {
  content: "\e86a";
}
.material_cake:before {
  content: "\e7e9";
}
.material_call:before {
  content: "\e0b0";
}
.material_call_end:before {
  content: "\e0b1";
}
.material_call_made:before {
  content: "\e0b2";
}
.material_call_merge:before {
  content: "\e0b3";
}
.material_call_missed:before {
  content: "\e0b4";
}
.material_call_missed_outgoing:before {
  content: "\e0e4";
}
.material_call_received:before {
  content: "\e0b5";
}
.material_call_split:before {
  content: "\e0b6";
}
.material_call_to_action:before {
  content: "\e06c";
}
.material_camera:before {
  content: "\e3af";
}
.material_camera_alt:before {
  content: "\e3b0";
}
.material_camera_enhance:before {
  content: "\e8fc";
}
.material_camera_front:before {
  content: "\e3b1";
}
.material_camera_rear:before {
  content: "\e3b2";
}
.material_camera_roll:before {
  content: "\e3b3";
}
.material_cancel:before {
  content: "\e5c9";
}
.material_card_giftcard:before {
  content: "\e8f6";
}
.material_card_membership:before {
  content: "\e8f7";
}
.material_card_travel:before {
  content: "\e8f8";
}
.material_casino:before {
  content: "\eb40";
}
.material_cast:before {
  content: "\e307";
}
.material_cast_connected:before {
  content: "\e308";
}
.material_center_focus_strong:before {
  content: "\e3b4";
}
.material_center_focus_weak:before {
  content: "\e3b5";
}
.material_change_history:before {
  content: "\e86b";
}
.material_chat:before {
  content: "\e0b7";
}
.material_chat_bubble:before {
  content: "\e0ca";
}
.material_chat_bubble_outline:before {
  content: "\e0cb";
}
.material_check:before {
  content: "\e5ca";
}
.material_check_box:before {
  content: "\e834";
}
.material_check_box_outline_blank:before {
  content: "\e835";
}
.material_check_circle:before {
  content: "\e86c";
}
.material_chevron_left:before {
  content: "\e5cb";
}
.material_chevron_right:before {
  content: "\e5cc";
}
.material_child_care:before {
  content: "\eb41";
}
.material_child_friendly:before {
  content: "\eb42";
}
.material_chrome_reader_mode:before {
  content: "\e86d";
}
.material_class:before {
  content: "\e86e";
}
.material_clear:before {
  content: "\e14c";
}
.material_clear_all:before {
  content: "\e0b8";
}
.material_close:before {
  content: "\e5cd";
}
.material_closed_caption:before {
  content: "\e01c";
}
.material_cloud:before {
  content: "\e2bd";
}
.material_cloud_circle:before {
  content: "\e2be";
}
.material_cloud_done:before {
  content: "\e2bf";
}
.material_cloud_download:before {
  content: "\e2c0";
}
.material_cloud_off:before {
  content: "\e2c1";
}
.material_cloud_queue:before {
  content: "\e2c2";
}
.material_cloud_upload:before {
  content: "\e2c3";
}
.material_code:before {
  content: "\e86f";
}
.material_collections:before {
  content: "\e3b6";
}
.material_collections_bookmark:before {
  content: "\e431";
}
.material_color_lens:before {
  content: "\e3b7";
}
.material_colorize:before {
  content: "\e3b8";
}
.material_comment:before {
  content: "\e0b9";
}
.material_compare:before {
  content: "\e3b9";
}
.material_compare_arrows:before {
  content: "\e915";
}
.material_computer:before {
  content: "\e30a";
}
.material_confirmation_number:before {
  content: "\e638";
}
.material_contact_mail:before {
  content: "\e0d0";
}
.material_contact_phone:before {
  content: "\e0cf";
}
.material_contacts:before {
  content: "\e0ba";
}
.material_content_copy:before {
  content: "\e14d";
}
.material_content_cut:before {
  content: "\e14e";
}
.material_content_paste:before {
  content: "\e14f";
}
.material_control_point:before {
  content: "\e3ba";
}
.material_control_point_duplicate:before {
  content: "\e3bb";
}
.material_copyright:before {
  content: "\e90c";
}
.material_create:before {
  content: "\e150";
}
.material_create_new_folder:before {
  content: "\e2cc";
}
.material_credit_card:before {
  content: "\e870";
}
.material_crop:before {
  content: "\e3be";
}
.material_crop_16_9:before {
  content: "\e3bc";
}
.material_crop_3_2:before {
  content: "\e3bd";
}
.material_crop_5_4:before {
  content: "\e3bf";
}
.material_crop_7_5:before {
  content: "\e3c0";
}
.material_crop_din:before {
  content: "\e3c1";
}
.material_crop_free:before {
  content: "\e3c2";
}
.material_crop_landscape:before {
  content: "\e3c3";
}
.material_crop_original:before {
  content: "\e3c4";
}
.material_crop_portrait:before {
  content: "\e3c5";
}
.material_crop_rotate:before {
  content: "\e437";
}
.material_crop_square:before {
  content: "\e3c6";
}
.material_dashboard:before {
  content: "\e871";
}
.material_data_usage:before {
  content: "\e1af";
}
.material_date_range:before {
  content: "\e916";
}
.material_dehaze:before {
  content: "\e3c7";
}
.material_delete:before {
  content: "\e872";
}
.material_delete_forever:before {
  content: "\e92b";
}
.material_delete_sweep:before {
  content: "\e16c";
}
.material_description:before {
  content: "\e873";
}
.material_desktop_mac:before {
  content: "\e30b";
}
.material_desktop_windows:before {
  content: "\e30c";
}
.material_details:before {
  content: "\e3c8";
}
.material_developer_board:before {
  content: "\e30d";
}
.material_developer_mode:before {
  content: "\e1b0";
}
.material_device_hub:before {
  content: "\e335";
}
.material_devices:before {
  content: "\e1b1";
}
.material_devices_other:before {
  content: "\e337";
}
.material_dialer_sip:before {
  content: "\e0bb";
}
.material_dialpad:before {
  content: "\e0bc";
}
.material_directions:before {
  content: "\e52e";
}
.material_directions_bike:before {
  content: "\e52f";
}
.material_directions_boat:before {
  content: "\e532";
}
.material_directions_bus:before {
  content: "\e530";
}
.material_directions_car:before {
  content: "\e531";
}
.material_directions_railway:before {
  content: "\e534";
}
.material_directions_run:before {
  content: "\e566";
}
.material_directions_subway:before {
  content: "\e533";
}
.material_directions_transit:before {
  content: "\e535";
}
.material_directions_walk:before {
  content: "\e536";
}
.material_disc_full:before {
  content: "\e610";
}
.material_dns:before {
  content: "\e875";
}
.material_do_not_disturb:before {
  content: "\e612";
}
.material_do_not_disturb_alt:before {
  content: "\e611";
}
.material_do_not_disturb_off:before {
  content: "\e643";
}
.material_do_not_disturb_on:before {
  content: "\e644";
}
.material_dock:before {
  content: "\e30e";
}
.material_domain:before {
  content: "\e7ee";
}
.material_done:before {
  content: "\e876";
}
.material_done_all:before {
  content: "\e877";
}
.material_donut_large:before {
  content: "\e917";
}
.material_donut_small:before {
  content: "\e918";
}
.material_drafts:before {
  content: "\e151";
}
.material_drag_handle:before {
  content: "\e25d";
}
.material_drive_eta:before {
  content: "\e613";
}
.material_dvr:before {
  content: "\e1b2";
}
.material_edit:before {
  content: "\e3c9";
}
.material_edit_location:before {
  content: "\e568";
}
.material_eject:before {
  content: "\e8fb";
}
.material_email:before {
  content: "\e0be";
}
.material_enhanced_encryption:before {
  content: "\e63f";
}
.material_equalizer:before {
  content: "\e01d";
}
.material_error:before {
  content: "\e000";
}
.material_error_outline:before {
  content: "\e001";
}
.material_euro_symbol:before {
  content: "\e926";
}
.material_ev_station:before {
  content: "\e56d";
}
.material_event:before {
  content: "\e878";
}
.material_event_available:before {
  content: "\e614";
}
.material_event_busy:before {
  content: "\e615";
}
.material_event_note:before {
  content: "\e616";
}
.material_event_seat:before {
  content: "\e903";
}
.material_exit_to_app:before {
  content: "\e879";
}
.material_expand_less:before {
  content: "\e5ce";
}
.material_expand_more:before {
  content: "\e5cf";
}
.material_explicit:before {
  content: "\e01e";
}
.material_explore:before {
  content: "\e87a";
}
.material_exposure:before {
  content: "\e3ca";
}
.material_exposure_neg_1:before {
  content: "\e3cb";
}
.material_exposure_neg_2:before {
  content: "\e3cc";
}
.material_exposure_plus_1:before {
  content: "\e3cd";
}
.material_exposure_plus_2:before {
  content: "\e3ce";
}
.material_exposure_zero:before {
  content: "\e3cf";
}
.material_extension:before {
  content: "\e87b";
}
.material_face:before {
  content: "\e87c";
}
.material_fast_forward:before {
  content: "\e01f";
}
.material_fast_rewind:before {
  content: "\e020";
}
.material_favorite:before {
  content: "\e87d";
}
.material_favorite_border:before {
  content: "\e87e";
}
.material_featured_play_list:before {
  content: "\e06d";
}
.material_featured_video:before {
  content: "\e06e";
}
.material_feedback:before {
  content: "\e87f";
}
.material_fiber_dvr:before {
  content: "\e05d";
}
.material_fiber_manual_record:before {
  content: "\e061";
}
.material_fiber_new:before {
  content: "\e05e";
}
.material_fiber_pin:before {
  content: "\e06a";
}
.material_fiber_smart_record:before {
  content: "\e062";
}
.material_file_download:before {
  content: "\e2c4";
}
.material_file_upload:before {
  content: "\e2c6";
}
.material_filter:before {
  content: "\e3d3";
}
.material_filter_1:before {
  content: "\e3d0";
}
.material_filter_2:before {
  content: "\e3d1";
}
.material_filter_3:before {
  content: "\e3d2";
}
.material_filter_4:before {
  content: "\e3d4";
}
.material_filter_5:before {
  content: "\e3d5";
}
.material_filter_6:before {
  content: "\e3d6";
}
.material_filter_7:before {
  content: "\e3d7";
}
.material_filter_8:before {
  content: "\e3d8";
}
.material_filter_9:before {
  content: "\e3d9";
}
.material_filter_9_plus:before {
  content: "\e3da";
}
.material_filter_b_and_w:before {
  content: "\e3db";
}
.material_filter_center_focus:before {
  content: "\e3dc";
}
.material_filter_drama:before {
  content: "\e3dd";
}
.material_filter_frames:before {
  content: "\e3de";
}
.material_filter_hdr:before {
  content: "\e3df";
}
.material_filter_list:before {
  content: "\e152";
}
.material_filter_none:before {
  content: "\e3e0";
}
.material_filter_tilt_shift:before {
  content: "\e3e2";
}
.material_filter_vintage:before {
  content: "\e3e3";
}
.material_find_in_page:before {
  content: "\e880";
}
.material_find_replace:before {
  content: "\e881";
}
.material_fingerprint:before {
  content: "\e90d";
}
.material_first_page:before {
  content: "\e5dc";
}
.material_fitness_center:before {
  content: "\eb43";
}
.material_flag:before {
  content: "\e153";
}
.material_flare:before {
  content: "\e3e4";
}
.material_flash_auto:before {
  content: "\e3e5";
}
.material_flash_off:before {
  content: "\e3e6";
}
.material_flash_on:before {
  content: "\e3e7";
}
.material_flight:before {
  content: "\e539";
}
.material_flight_land:before {
  content: "\e904";
}
.material_flight_takeoff:before {
  content: "\e905";
}
.material_flip:before {
  content: "\e3e8";
}
.material_flip_to_back:before {
  content: "\e882";
}
.material_flip_to_front:before {
  content: "\e883";
}
.material_folder:before {
  content: "\e2c7";
}
.material_folder_open:before {
  content: "\e2c8";
}
.material_folder_shared:before {
  content: "\e2c9";
}
.material_folder_special:before {
  content: "\e617";
}
.material_font_download:before {
  content: "\e167";
}
.material_format_align_center:before {
  content: "\e234";
}
.material_format_align_justify:before {
  content: "\e235";
}
.material_format_align_left:before {
  content: "\e236";
}
.material_format_align_right:before {
  content: "\e237";
}
.material_format_bold:before {
  content: "\e238";
}
.material_format_clear:before {
  content: "\e239";
}
.material_format_color_fill:before {
  content: "\e23a";
}
.material_format_color_reset:before {
  content: "\e23b";
}
.material_format_color_text:before {
  content: "\e23c";
}
.material_format_indent_decrease:before {
  content: "\e23d";
}
.material_format_indent_increase:before {
  content: "\e23e";
}
.material_format_italic:before {
  content: "\e23f";
}
.material_format_line_spacing:before {
  content: "\e240";
}
.material_format_list_bulleted:before {
  content: "\e241";
}
.material_format_list_numbered:before {
  content: "\e242";
}
.material_format_paint:before {
  content: "\e243";
}
.material_format_quote:before {
  content: "\e244";
}
.material_format_shapes:before {
  content: "\e25e";
}
.material_format_size:before {
  content: "\e245";
}
.material_format_strikethrough:before {
  content: "\e246";
}
.material_format_textdirection_l_to_r:before {
  content: "\e247";
}
.material_format_textdirection_r_to_l:before {
  content: "\e248";
}
.material_format_underlined:before {
  content: "\e249";
}
.material_forum:before {
  content: "\e0bf";
}
.material_forward:before {
  content: "\e154";
}
.material_forward_10:before {
  content: "\e056";
}
.material_forward_30:before {
  content: "\e057";
}
.material_forward_5:before {
  content: "\e058";
}
.material_free_breakfast:before {
  content: "\eb44";
}
.material_fullscreen:before {
  content: "\e5d0";
}
.material_fullscreen_exit:before {
  content: "\e5d1";
}
.material_functions:before {
  content: "\e24a";
}
.material_g_translate:before {
  content: "\e927";
}
.material_gamepad:before {
  content: "\e30f";
}
.material_games:before {
  content: "\e021";
}
.material_gavel:before {
  content: "\e90e";
}
.material_gesture:before {
  content: "\e155";
}
.material_get_app:before {
  content: "\e884";
}
.material_gif:before {
  content: "\e908";
}
.material_golf_course:before {
  content: "\eb45";
}
.material_gps_fixed:before {
  content: "\e1b3";
}
.material_gps_not_fixed:before {
  content: "\e1b4";
}
.material_gps_off:before {
  content: "\e1b5";
}
.material_grade:before {
  content: "\e885";
}
.material_gradient:before {
  content: "\e3e9";
}
.material_grain:before {
  content: "\e3ea";
}
.material_graphic_eq:before {
  content: "\e1b8";
}
.material_grid_off:before {
  content: "\e3eb";
}
.material_grid_on:before {
  content: "\e3ec";
}
.material_group:before {
  content: "\e7ef";
}
.material_group_add:before {
  content: "\e7f0";
}
.material_group_work:before {
  content: "\e886";
}
.material_hd:before {
  content: "\e052";
}
.material_hdr_off:before {
  content: "\e3ed";
}
.material_hdr_on:before {
  content: "\e3ee";
}
.material_hdr_strong:before {
  content: "\e3f1";
}
.material_hdr_weak:before {
  content: "\e3f2";
}
.material_headset:before {
  content: "\e310";
}
.material_headset_mic:before {
  content: "\e311";
}
.material_healing:before {
  content: "\e3f3";
}
.material_hearing:before {
  content: "\e023";
}
.material_help:before {
  content: "\e887";
}
.material_help_outline:before {
  content: "\e8fd";
}
.material_high_quality:before {
  content: "\e024";
}
.material_highlight:before {
  content: "\e25f";
}
.material_highlight_off:before {
  content: "\e888";
}
.material_history:before {
  content: "\e889";
}
.material_home:before {
  content: "\e88a";
}
.material_hot_tub:before {
  content: "\eb46";
}
.material_hotel:before {
  content: "\e53a";
}
.material_hourglass_empty:before {
  content: "\e88b";
}
.material_hourglass_full:before {
  content: "\e88c";
}
.material_http:before {
  content: "\e902";
}
.material_https:before {
  content: "\e88d";
}
.material_image:before {
  content: "\e3f4";
}
.material_image_aspect_ratio:before {
  content: "\e3f5";
}
.material_import_contacts:before {
  content: "\e0e0";
}
.material_import_export:before {
  content: "\e0c3";
}
.material_important_devices:before {
  content: "\e912";
}
.material_inbox:before {
  content: "\e156";
}
.material_indeterminate_check_box:before {
  content: "\e909";
}
.material_info:before {
  content: "\e88e";
}
.material_info_outline:before {
  content: "\e88f";
}
.material_input:before {
  content: "\e890";
}
.material_insert_chart:before {
  content: "\e24b";
}
.material_insert_comment:before {
  content: "\e24c";
}
.material_insert_drive_file:before {
  content: "\e24d";
}
.material_insert_emoticon:before {
  content: "\e24e";
}
.material_insert_invitation:before {
  content: "\e24f";
}
.material_insert_link:before {
  content: "\e250";
}
.material_insert_photo:before {
  content: "\e251";
}
.material_invert_colors:before {
  content: "\e891";
}
.material_invert_colors_off:before {
  content: "\e0c4";
}
.material_iso:before {
  content: "\e3f6";
}
.material_keyboard:before {
  content: "\e312";
}
.material_keyboard_arrow_down:before {
  content: "\e313";
}
.material_keyboard_arrow_left:before {
  content: "\e314";
}
.material_keyboard_arrow_right:before {
  content: "\e315";
}
.material_keyboard_arrow_up:before {
  content: "\e316";
}
.material_keyboard_backspace:before {
  content: "\e317";
}
.material_keyboard_capslock:before {
  content: "\e318";
}
.material_keyboard_hide:before {
  content: "\e31a";
}
.material_keyboard_return:before {
  content: "\e31b";
}
.material_keyboard_tab:before {
  content: "\e31c";
}
.material_keyboard_voice:before {
  content: "\e31d";
}
.material_kitchen:before {
  content: "\eb47";
}
.material_label:before {
  content: "\e892";
}
.material_label_outline:before {
  content: "\e893";
}
.material_landscape:before {
  content: "\e3f7";
}
.material_language:before {
  content: "\e894";
}
.material_laptop:before {
  content: "\e31e";
}
.material_laptop_chromebook:before {
  content: "\e31f";
}
.material_laptop_mac:before {
  content: "\e320";
}
.material_laptop_windows:before {
  content: "\e321";
}
.material_last_page:before {
  content: "\e5dd";
}
.material_launch:before {
  content: "\e895";
}
.material_layers:before {
  content: "\e53b";
}
.material_layers_clear:before {
  content: "\e53c";
}
.material_leak_add:before {
  content: "\e3f8";
}
.material_leak_remove:before {
  content: "\e3f9";
}
.material_lens:before {
  content: "\e3fa";
}
.material_library_add:before {
  content: "\e02e";
}
.material_library_books:before {
  content: "\e02f";
}
.material_library_music:before {
  content: "\e030";
}
.material_lightbulb_outline:before {
  content: "\e90f";
}
.material_line_style:before {
  content: "\e919";
}
.material_line_weight:before {
  content: "\e91a";
}
.material_linear_scale:before {
  content: "\e260";
}
.material_link:before {
  content: "\e157";
}
.material_linked_camera:before {
  content: "\e438";
}
.material_list:before {
  content: "\e896";
}
.material_live_help:before {
  content: "\e0c6";
}
.material_live_tv:before {
  content: "\e639";
}
.material_local_activity:before {
  content: "\e53f";
}
.material_local_airport:before {
  content: "\e53d";
}
.material_local_atm:before {
  content: "\e53e";
}
.material_local_bar:before {
  content: "\e540";
}
.material_local_cafe:before {
  content: "\e541";
}
.material_local_car_wash:before {
  content: "\e542";
}
.material_local_convenience_store:before {
  content: "\e543";
}
.material_local_dining:before {
  content: "\e556";
}
.material_local_drink:before {
  content: "\e544";
}
.material_local_florist:before {
  content: "\e545";
}
.material_local_gas_station:before {
  content: "\e546";
}
.material_local_grocery_store:before {
  content: "\e547";
}
.material_local_hospital:before {
  content: "\e548";
}
.material_local_hotel:before {
  content: "\e549";
}
.material_local_laundry_service:before {
  content: "\e54a";
}
.material_local_library:before {
  content: "\e54b";
}
.material_local_mall:before {
  content: "\e54c";
}
.material_local_movies:before {
  content: "\e54d";
}
.material_local_offer:before {
  content: "\e54e";
}
.material_local_parking:before {
  content: "\e54f";
}
.material_local_pharmacy:before {
  content: "\e550";
}
.material_local_phone:before {
  content: "\e551";
}
.material_local_pizza:before {
  content: "\e552";
}
.material_local_play:before {
  content: "\e553";
}
.material_local_post_office:before {
  content: "\e554";
}
.material_local_printshop:before {
  content: "\e555";
}
.material_local_see:before {
  content: "\e557";
}
.material_local_shipping:before {
  content: "\e558";
}
.material_local_taxi:before {
  content: "\e559";
}
.material_location_city:before {
  content: "\e7f1";
}
.material_location_disabled:before {
  content: "\e1b6";
}
.material_location_off:before {
  content: "\e0c7";
}
.material_location_on:before {
  content: "\e0c8";
}
.material_location_searching:before {
  content: "\e1b7";
}
.material_lock:before {
  content: "\e897";
}
.material_lock_open:before {
  content: "\e898";
}
.material_lock_outline:before {
  content: "\e899";
}
.material_looks:before {
  content: "\e3fc";
}
.material_looks_3:before {
  content: "\e3fb";
}
.material_looks_4:before {
  content: "\e3fd";
}
.material_looks_5:before {
  content: "\e3fe";
}
.material_looks_6:before {
  content: "\e3ff";
}
.material_looks_one:before {
  content: "\e400";
}
.material_looks_two:before {
  content: "\e401";
}
.material_loop:before {
  content: "\e028";
}
.material_loupe:before {
  content: "\e402";
}
.material_low_priority:before {
  content: "\e16d";
}
.material_loyalty:before {
  content: "\e89a";
}
.material_mail:before {
  content: "\e158";
}
.material_mail_outline:before {
  content: "\e0e1";
}
.material_map:before {
  content: "\e55b";
}
.material_markunread:before {
  content: "\e159";
}
.material_markunread_mailbox:before {
  content: "\e89b";
}
.material_memory:before {
  content: "\e322";
}
.material_menu:before {
  content: "\e5d2";
}
.material_merge_type:before {
  content: "\e252";
}
.material_message:before {
  content: "\e0c9";
}
.material_mic:before {
  content: "\e029";
}
.material_mic_none:before {
  content: "\e02a";
}
.material_mic_off:before {
  content: "\e02b";
}
.material_mms:before {
  content: "\e618";
}
.material_mode_comment:before {
  content: "\e253";
}
.material_mode_edit:before {
  content: "\e254";
}
.material_monetization_on:before {
  content: "\e263";
}
.material_money_off:before {
  content: "\e25c";
}
.material_monochrome_photos:before {
  content: "\e403";
}
.material_mood:before {
  content: "\e7f2";
}
.material_mood_bad:before {
  content: "\e7f3";
}
.material_more:before {
  content: "\e619";
}
.material_more_horiz:before {
  content: "\e5d3";
}
.material_more_vert:before {
  content: "\e5d4";
}
.material_motorcycle:before {
  content: "\e91b";
}
.material_mouse:before {
  content: "\e323";
}
.material_move_to_inbox:before {
  content: "\e168";
}
.material_movie:before {
  content: "\e02c";
}
.material_movie_creation:before {
  content: "\e404";
}
.material_movie_filter:before {
  content: "\e43a";
}
.material_multiline_chart:before {
  content: "\e6df";
}
.material_music_note:before {
  content: "\e405";
}
.material_music_video:before {
  content: "\e063";
}
.material_my_location:before {
  content: "\e55c";
}
.material_nature:before {
  content: "\e406";
}
.material_nature_people:before {
  content: "\e407";
}
.material_navigate_before:before {
  content: "\e408";
}
.material_navigate_next:before {
  content: "\e409";
}
.material_navigation:before {
  content: "\e55d";
}
.material_near_me:before {
  content: "\e569";
}
.material_network_cell:before {
  content: "\e1b9";
}
.material_network_check:before {
  content: "\e640";
}
.material_network_locked:before {
  content: "\e61a";
}
.material_network_wifi:before {
  content: "\e1ba";
}
.material_new_releases:before {
  content: "\e031";
}
.material_next_week:before {
  content: "\e16a";
}
.material_nfc:before {
  content: "\e1bb";
}
.material_no_encryption:before {
  content: "\e641";
}
.material_no_sim:before {
  content: "\e0cc";
}
.material_not_interested:before {
  content: "\e033";
}
.material_note:before {
  content: "\e06f";
}
.material_note_add:before {
  content: "\e89c";
}
.material_notifications:before {
  content: "\e7f4";
}
.material_notifications_active:before {
  content: "\e7f7";
}
.material_notifications_none:before {
  content: "\e7f5";
}
.material_notifications_off:before {
  content: "\e7f6";
}
.material_notifications_paused:before {
  content: "\e7f8";
}
.material_offline_pin:before {
  content: "\e90a";
}
.material_ondemand_video:before {
  content: "\e63a";
}
.material_opacity:before {
  content: "\e91c";
}
.material_open_in_browser:before {
  content: "\e89d";
}
.material_open_in_new:before {
  content: "\e89e";
}
.material_open_with:before {
  content: "\e89f";
}
.material_pages:before {
  content: "\e7f9";
}
.material_pageview:before {
  content: "\e8a0";
}
.material_palette:before {
  content: "\e40a";
}
.material_pan_tool:before {
  content: "\e925";
}
.material_panorama:before {
  content: "\e40b";
}
.material_panorama_fish_eye:before {
  content: "\e40c";
}
.material_panorama_horizontal:before {
  content: "\e40d";
}
.material_panorama_vertical:before {
  content: "\e40e";
}
.material_panorama_wide_angle:before {
  content: "\e40f";
}
.material_party_mode:before {
  content: "\e7fa";
}
.material_pause:before {
  content: "\e034";
}
.material_pause_circle_filled:before {
  content: "\e035";
}
.material_pause_circle_outline:before {
  content: "\e036";
}
.material_payment:before {
  content: "\e8a1";
}
.material_people:before {
  content: "\e7fb";
}
.material_people_outline:before {
  content: "\e7fc";
}
.material_perm_camera_mic:before {
  content: "\e8a2";
}
.material_perm_contact_calendar:before {
  content: "\e8a3";
}
.material_perm_data_setting:before {
  content: "\e8a4";
}
.material_perm_device_information:before {
  content: "\e8a5";
}
.material_perm_identity:before {
  content: "\e8a6";
}
.material_perm_media:before {
  content: "\e8a7";
}
.material_perm_phone_msg:before {
  content: "\e8a8";
}
.material_perm_scan_wifi:before {
  content: "\e8a9";
}
.material_person:before {
  content: "\e7fd";
}
.material_person_add:before {
  content: "\e7fe";
}
.material_person_outline:before {
  content: "\e7ff";
}
.material_person_pin:before {
  content: "\e55a";
}
.material_person_pin_circle:before {
  content: "\e56a";
}
.material_personal_video:before {
  content: "\e63b";
}
.material_pets:before {
  content: "\e91d";
}
.material_phone:before {
  content: "\e0cd";
}
.material_phone_android:before {
  content: "\e324";
}
.material_phone_bluetooth_speaker:before {
  content: "\e61b";
}
.material_phone_forwarded:before {
  content: "\e61c";
}
.material_phone_in_talk:before {
  content: "\e61d";
}
.material_phone_iphone:before {
  content: "\e325";
}
.material_phone_locked:before {
  content: "\e61e";
}
.material_phone_missed:before {
  content: "\e61f";
}
.material_phone_paused:before {
  content: "\e620";
}
.material_phonelink:before {
  content: "\e326";
}
.material_phonelink_erase:before {
  content: "\e0db";
}
.material_phonelink_lock:before {
  content: "\e0dc";
}
.material_phonelink_off:before {
  content: "\e327";
}
.material_phonelink_ring:before {
  content: "\e0dd";
}
.material_phonelink_setup:before {
  content: "\e0de";
}
.material_photo:before {
  content: "\e410";
}
.material_photo_album:before {
  content: "\e411";
}
.material_photo_camera:before {
  content: "\e412";
}
.material_photo_filter:before {
  content: "\e43b";
}
.material_photo_library:before {
  content: "\e413";
}
.material_photo_size_select_actual:before {
  content: "\e432";
}
.material_photo_size_select_large:before {
  content: "\e433";
}
.material_photo_size_select_small:before {
  content: "\e434";
}
.material_picture_as_pdf:before {
  content: "\e415";
}
.material_picture_in_picture:before {
  content: "\e8aa";
}
.material_picture_in_picture_alt:before {
  content: "\e911";
}
.material_pie_chart:before {
  content: "\e6c4";
}
.material_pie_chart_outlined:before {
  content: "\e6c5";
}
.material_pin_drop:before {
  content: "\e55e";
}
.material_place:before {
  content: "\e55f";
}
.material_play_arrow:before {
  content: "\e037";
}
.material_play_circle_filled:before {
  content: "\e038";
}
.material_play_circle_outline:before {
  content: "\e039";
}
.material_play_for_work:before {
  content: "\e906";
}
.material_playlist_add:before {
  content: "\e03b";
}
.material_playlist_add_check:before {
  content: "\e065";
}
.material_playlist_play:before {
  content: "\e05f";
}
.material_plus_one:before {
  content: "\e800";
}
.material_poll:before {
  content: "\e801";
}
.material_polymer:before {
  content: "\e8ab";
}
.material_pool:before {
  content: "\eb48";
}
.material_portable_wifi_off:before {
  content: "\e0ce";
}
.material_portrait:before {
  content: "\e416";
}
.material_power:before {
  content: "\e63c";
}
.material_power_input:before {
  content: "\e336";
}
.material_power_settings_new:before {
  content: "\e8ac";
}
.material_pregnant_woman:before {
  content: "\e91e";
}
.material_present_to_all:before {
  content: "\e0df";
}
.material_print:before {
  content: "\e8ad";
}
.material_priority_high:before {
  content: "\e645";
}
.material_public:before {
  content: "\e80b";
}
.material_publish:before {
  content: "\e255";
}
.material_query_builder:before {
  content: "\e8ae";
}
.material_question_answer:before {
  content: "\e8af";
}
.material_queue:before {
  content: "\e03c";
}
.material_queue_music:before {
  content: "\e03d";
}
.material_queue_play_next:before {
  content: "\e066";
}
.material_radio:before {
  content: "\e03e";
}
.material_radio_button_checked:before {
  content: "\e837";
}
.material_radio_button_unchecked:before {
  content: "\e836";
}
.material_rate_review:before {
  content: "\e560";
}
.material_receipt:before {
  content: "\e8b0";
}
.material_recent_actors:before {
  content: "\e03f";
}
.material_record_voice_over:before {
  content: "\e91f";
}
.material_redeem:before {
  content: "\e8b1";
}
.material_redo:before {
  content: "\e15a";
}
.material_refresh:before {
  content: "\e5d5";
}
.material_remove:before {
  content: "\e15b";
}
.material_remove_circle:before {
  content: "\e15c";
}
.material_remove_circle_outline:before {
  content: "\e15d";
}
.material_remove_from_queue:before {
  content: "\e067";
}
.material_remove_red_eye:before {
  content: "\e417";
}
.material_remove_shopping_cart:before {
  content: "\e928";
}
.material_reorder:before {
  content: "\e8fe";
}
.material_repeat:before {
  content: "\e040";
}
.material_repeat_one:before {
  content: "\e041";
}
.material_replay:before {
  content: "\e042";
}
.material_replay_10:before {
  content: "\e059";
}
.material_replay_30:before {
  content: "\e05a";
}
.material_replay_5:before {
  content: "\e05b";
}
.material_reply:before {
  content: "\e15e";
}
.material_reply_all:before {
  content: "\e15f";
}
.material_report:before {
  content: "\e160";
}
.material_report_problem:before {
  content: "\e8b2";
}
.material_restaurant:before {
  content: "\e56c";
}
.material_restaurant_menu:before {
  content: "\e561";
}
.material_restore:before {
  content: "\e8b3";
}
.material_restore_page:before {
  content: "\e929";
}
.material_ring_volume:before {
  content: "\e0d1";
}
.material_room:before {
  content: "\e8b4";
}
.material_room_service:before {
  content: "\eb49";
}
.material_rotate_90_degrees_ccw:before {
  content: "\e418";
}
.material_rotate_left:before {
  content: "\e419";
}
.material_rotate_right:before {
  content: "\e41a";
}
.material_rounded_corner:before {
  content: "\e920";
}
.material_router:before {
  content: "\e328";
}
.material_rowing:before {
  content: "\e921";
}
.material_rss_feed:before {
  content: "\e0e5";
}
.material_rv_hookup:before {
  content: "\e642";
}
.material_satellite:before {
  content: "\e562";
}
.material_save:before {
  content: "\e161";
}
.material_scanner:before {
  content: "\e329";
}
.material_schedule:before {
  content: "\e8b5";
}
.material_school:before {
  content: "\e80c";
}
.material_screen_lock_landscape:before {
  content: "\e1be";
}
.material_screen_lock_portrait:before {
  content: "\e1bf";
}
.material_screen_lock_rotation:before {
  content: "\e1c0";
}
.material_screen_rotation:before {
  content: "\e1c1";
}
.material_screen_share:before {
  content: "\e0e2";
}
.material_sd_card:before {
  content: "\e623";
}
.material_sd_storage:before {
  content: "\e1c2";
}
.material_search:before {
  content: "\e8b6";
}
.material_security:before {
  content: "\e32a";
}
.material_select_all:before {
  content: "\e162";
}
.material_send:before {
  content: "\e163";
}
.material_sentiment_dissatisfied:before {
  content: "\e811";
}
.material_sentiment_neutral:before {
  content: "\e812";
}
.material_sentiment_satisfied:before {
  content: "\e813";
}
.material_sentiment_very_dissatisfied:before {
  content: "\e814";
}
.material_sentiment_very_satisfied:before {
  content: "\e815";
}
.material_settings:before {
  content: "\e8b8";
}
.material_settings_applications:before {
  content: "\e8b9";
}
.material_settings_backup_restore:before {
  content: "\e8ba";
}
.material_settings_bluetooth:before {
  content: "\e8bb";
}
.material_settings_brightness:before {
  content: "\e8bd";
}
.material_settings_cell:before {
  content: "\e8bc";
}
.material_settings_ethernet:before {
  content: "\e8be";
}
.material_settings_input_antenna:before {
  content: "\e8bf";
}
.material_settings_input_component:before {
  content: "\e8c0";
}
.material_settings_input_composite:before {
  content: "\e8c1";
}
.material_settings_input_hdmi:before {
  content: "\e8c2";
}
.material_settings_input_svideo:before {
  content: "\e8c3";
}
.material_settings_overscan:before {
  content: "\e8c4";
}
.material_settings_phone:before {
  content: "\e8c5";
}
.material_settings_power:before {
  content: "\e8c6";
}
.material_settings_remote:before {
  content: "\e8c7";
}
.material_settings_system_daydream:before {
  content: "\e1c3";
}
.material_settings_voice:before {
  content: "\e8c8";
}
.material_share:before {
  content: "\e80d";
}
.material_shop:before {
  content: "\e8c9";
}
.material_shop_two:before {
  content: "\e8ca";
}
.material_shopping_basket:before {
  content: "\e8cb";
}
.material_shopping_cart:before {
  content: "\e8cc";
}
.material_short_text:before {
  content: "\e261";
}
.material_show_chart:before {
  content: "\e6e1";
}
.material_shuffle:before {
  content: "\e043";
}
.material_signal_cellular_4_bar:before {
  content: "\e1c8";
}
.material_signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.material_signal_cellular_no_sim:before {
  content: "\e1ce";
}
.material_signal_cellular_null:before {
  content: "\e1cf";
}
.material_signal_cellular_off:before {
  content: "\e1d0";
}
.material_signal_wifi_4_bar:before {
  content: "\e1d8";
}
.material_signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.material_signal_wifi_off:before {
  content: "\e1da";
}
.material_sim_card:before {
  content: "\e32b";
}
.material_sim_card_alert:before {
  content: "\e624";
}
.material_skip_next:before {
  content: "\e044";
}
.material_skip_previous:before {
  content: "\e045";
}
.material_slideshow:before {
  content: "\e41b";
}
.material_slow_motion_video:before {
  content: "\e068";
}
.material_smartphone:before {
  content: "\e32c";
}
.material_smoke_free:before {
  content: "\eb4a";
}
.material_smoking_rooms:before {
  content: "\eb4b";
}
.material_sms:before {
  content: "\e625";
}
.material_sms_failed:before {
  content: "\e626";
}
.material_snooze:before {
  content: "\e046";
}
.material_sort:before {
  content: "\e164";
}
.material_sort_by_alpha:before {
  content: "\e053";
}
.material_spa:before {
  content: "\eb4c";
}
.material_space_bar:before {
  content: "\e256";
}
.material_speaker:before {
  content: "\e32d";
}
.material_speaker_group:before {
  content: "\e32e";
}
.material_speaker_notes:before {
  content: "\e8cd";
}
.material_speaker_notes_off:before {
  content: "\e92a";
}
.material_speaker_phone:before {
  content: "\e0d2";
}
.material_spellcheck:before {
  content: "\e8ce";
}
.material_star:before {
  content: "\e838";
}
.material_star_border:before {
  content: "\e83a";
}
.material_star_half:before {
  content: "\e839";
}
.material_stars:before {
  content: "\e8d0";
}
.material_stay_current_landscape:before {
  content: "\e0d3";
}
.material_stay_current_portrait:before {
  content: "\e0d4";
}
.material_stay_primary_landscape:before {
  content: "\e0d5";
}
.material_stay_primary_portrait:before {
  content: "\e0d6";
}
.material_stop:before {
  content: "\e047";
}
.material_stop_screen_share:before {
  content: "\e0e3";
}
.material_storage:before {
  content: "\e1db";
}
.material_store:before {
  content: "\e8d1";
}
.material_store_mall_directory:before {
  content: "\e563";
}
.material_straighten:before {
  content: "\e41c";
}
.material_streetview:before {
  content: "\e56e";
}
.material_strikethrough_s:before {
  content: "\e257";
}
.material_style:before {
  content: "\e41d";
}
.material_subdirectory_arrow_left:before {
  content: "\e5d9";
}
.material_subdirectory_arrow_right:before {
  content: "\e5da";
}
.material_subject:before {
  content: "\e8d2";
}
.material_subscriptions:before {
  content: "\e064";
}
.material_subtitles:before {
  content: "\e048";
}
.material_subway:before {
  content: "\e56f";
}
.material_supervisor_account:before {
  content: "\e8d3";
}
.material_surround_sound:before {
  content: "\e049";
}
.material_swap_calls:before {
  content: "\e0d7";
}
.material_swap_horiz:before {
  content: "\e8d4";
}
.material_swap_vert:before {
  content: "\e8d5";
}
.material_swap_vertical_circle:before {
  content: "\e8d6";
}
.material_switch_camera:before {
  content: "\e41e";
}
.material_switch_video:before {
  content: "\e41f";
}
.material_sync:before {
  content: "\e627";
}
.material_sync_disabled:before {
  content: "\e628";
}
.material_sync_problem:before {
  content: "\e629";
}
.material_system_update:before {
  content: "\e62a";
}
.material_system_update_alt:before {
  content: "\e8d7";
}
.material_tab:before {
  content: "\e8d8";
}
.material_tab_unselected:before {
  content: "\e8d9";
}
.material_tablet:before {
  content: "\e32f";
}
.material_tablet_android:before {
  content: "\e330";
}
.material_tablet_mac:before {
  content: "\e331";
}
.material_tag_faces:before {
  content: "\e420";
}
.material_tap_and_play:before {
  content: "\e62b";
}
.material_terrain:before {
  content: "\e564";
}
.material_text_fields:before {
  content: "\e262";
}
.material_text_format:before {
  content: "\e165";
}
.material_textsms:before {
  content: "\e0d8";
}
.material_texture:before {
  content: "\e421";
}
.material_theaters:before {
  content: "\e8da";
}
.material_thumb_down:before {
  content: "\e8db";
}
.material_thumb_up:before {
  content: "\e8dc";
}
.material_thumbs_up_down:before {
  content: "\e8dd";
}
.material_time_to_leave:before {
  content: "\e62c";
}
.material_timelapse:before {
  content: "\e422";
}
.material_timeline:before {
  content: "\e922";
}
.material_timer:before {
  content: "\e425";
}
.material_timer_10:before {
  content: "\e423";
}
.material_timer_3:before {
  content: "\e424";
}
.material_timer_off:before {
  content: "\e426";
}
.material_title:before {
  content: "\e264";
}
.material_toc:before {
  content: "\e8de";
}
.material_today:before {
  content: "\e8df";
}
.material_toll:before {
  content: "\e8e0";
}
.material_tonality:before {
  content: "\e427";
}
.material_touch_app:before {
  content: "\e913";
}
.material_toys:before {
  content: "\e332";
}
.material_track_changes:before {
  content: "\e8e1";
}
.material_traffic:before {
  content: "\e565";
}
.material_train:before {
  content: "\e570";
}
.material_tram:before {
  content: "\e571";
}
.material_transfer_within_a_station:before {
  content: "\e572";
}
.material_transform:before {
  content: "\e428";
}
.material_translate:before {
  content: "\e8e2";
}
.material_trending_down:before {
  content: "\e8e3";
}
.material_trending_flat:before {
  content: "\e8e4";
}
.material_trending_up:before {
  content: "\e8e5";
}
.material_tune:before {
  content: "\e429";
}
.material_turned_in:before {
  content: "\e8e6";
}
.material_turned_in_not:before {
  content: "\e8e7";
}
.material_tv:before {
  content: "\e333";
}
.material_unarchive:before {
  content: "\e169";
}
.material_undo:before {
  content: "\e166";
}
.material_unfold_less:before {
  content: "\e5d6";
}
.material_unfold_more:before {
  content: "\e5d7";
}
.material_update:before {
  content: "\e923";
}
.material_usb:before {
  content: "\e1e0";
}
.material_verified_user:before {
  content: "\e8e8";
}
.material_vertical_align_bottom:before {
  content: "\e258";
}
.material_vertical_align_center:before {
  content: "\e259";
}
.material_vertical_align_top:before {
  content: "\e25a";
}
.material_vibration:before {
  content: "\e62d";
}
.material_video_call:before {
  content: "\e070";
}
.material_video_label:before {
  content: "\e071";
}
.material_video_library:before {
  content: "\e04a";
}
.material_videocam:before {
  content: "\e04b";
}
.material_videocam_off:before {
  content: "\e04c";
}
.material_videogame_asset:before {
  content: "\e338";
}
.material_view_agenda:before {
  content: "\e8e9";
}
.material_view_array:before {
  content: "\e8ea";
}
.material_view_carousel:before {
  content: "\e8eb";
}
.material_view_column:before {
  content: "\e8ec";
}
.material_view_comfy:before {
  content: "\e42a";
}
.material_view_compact:before {
  content: "\e42b";
}
.material_view_day:before {
  content: "\e8ed";
}
.material_view_headline:before {
  content: "\e8ee";
}
.material_view_list:before {
  content: "\e8ef";
}
.material_view_module:before {
  content: "\e8f0";
}
.material_view_quilt:before {
  content: "\e8f1";
}
.material_view_stream:before {
  content: "\e8f2";
}
.material_view_week:before {
  content: "\e8f3";
}
.material_vignette:before {
  content: "\e435";
}
.material_visibility:before {
  content: "\e8f4";
}
.material_visibility_off:before {
  content: "\e8f5";
}
.material_voice_chat:before {
  content: "\e62e";
}
.material_voicemail:before {
  content: "\e0d9";
}
.material_volume_down:before {
  content: "\e04d";
}
.material_volume_mute:before {
  content: "\e04e";
}
.material_volume_off:before {
  content: "\e04f";
}
.material_volume_up:before {
  content: "\e050";
}
.material_vpn_key:before {
  content: "\e0da";
}
.material_vpn_lock:before {
  content: "\e62f";
}
.material_wallpaper:before {
  content: "\e1bc";
}
.material_warning:before {
  content: "\e002";
}
.material_watch:before {
  content: "\e334";
}
.material_watch_later:before {
  content: "\e924";
}
.material_wb_auto:before {
  content: "\e42c";
}
.material_wb_cloudy:before {
  content: "\e42d";
}
.material_wb_incandescent:before {
  content: "\e42e";
}
.material_wb_iridescent:before {
  content: "\e436";
}
.material_wb_sunny:before {
  content: "\e430";
}
.material_wc:before {
  content: "\e63d";
}
.material_web:before {
  content: "\e051";
}
.material_web_asset:before {
  content: "\e069";
}
.material_weekend:before {
  content: "\e16b";
}
.material_whatshot:before {
  content: "\e80e";
}
.material_widgets:before {
  content: "\e1bd";
}
.material_wifi:before {
  content: "\e63e";
}
.material_wifi_lock:before {
  content: "\e1e1";
}
.material_wifi_tethering:before {
  content: "\e1e2";
}
.material_work:before {
  content: "\e8f9";
}
.material_wrap_text:before {
  content: "\e25b";
}
.material_youtube_searched_for:before {
  content: "\e8fa";
}
.material_zoom_in:before {
  content: "\e8ff";
}
.material_zoom_out:before {
  content: "\e900";
}
.material_zoom_out_map:before {
  content: "\e56b";
}
@font-face {
  font-family: Roboto;
  src: url(source/fonts/Roboto-Medium.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(source/fonts/Montserrat-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(source/fonts/MaterialIcons-Regular.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.action.primary {
  text-transform: uppercase;
}
.nav-sections-item-content {
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  /*box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);*/
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
}
.page-footer {
  border-top: 10px solid #171717;
  background: url(../images/footer-bg.jpg) #EFEFEE center center repeat-x;
  background-size: cover;
}
.copyright {
  color: #555;
  border-top: 1px solid #171717;
  max-width: 1280px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}
.actions.dropdown.options.switcher-options {
  text-transform: uppercase;
  color: #fff;
}
.minicart-wrapper,
.block-search {
  margin-top: 10px;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-de {
  background-image: url(../images/flags/de.svg);
}
.flag-icon-default {
  background-image: url(../images/flags/default.svg);
}
.flag-icon-en {
  background-image: url(../images/flags/en.svg);
}
.block-search input {
  background: #636363;
  border-color: #636363;
}
.page-products.page-layout-2columns-left .column.main {
  width: 100%;
}
.page-products .toolbar-sorter.sorter {
  display: none;
}
.energyClass {
  height: 50px;
  position: relative;
  width: 100px;
  color: #FFF;
  margin-left: 25px;
  padding-left: 15px;
  line-height: 25px;
}
.energyClass:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  left: -50px;
  top: 0px;
}
.energyClass > strong,
.energyClass > span {
  display: block;
}
.energyClass > span {
  font-size: 12px;
}
.energyClass.A3,
.energyClass.A2,
.energyClass.A1,
.energyClass.A {
  background-color: #009641;
}
.energyClass.A3:before,
.energyClass.A2:before,
.energyClass.A1:before,
.energyClass.A:before {
  border-right-color: #009641;
}
.energyClass.B {
  background-color: #54af32;
}
.energyClass.B:before {
  border-right-color: #54af32;
}
.energyClass.C {
  background-color: #c8d400;
}
.energyClass.C:before {
  border-right-color: #c8d400;
}
.energyClass.D {
  background-color: #ffee00;
}
.energyClass.D:before {
  border-right-color: #ffee00;
}
.energyClass.E {
  background-color: #fbba00;
}
.energyClass.E:before {
  border-right-color: #fbba00;
}
.energyClass.F {
  background-color: #eb6708;
}
.energyClass.F:before {
  border-right-color: #eb6708;
}
.energyClass.G {
  background-color: #e20613;
}
.energyClass.G:before {
  border-right-color: #e20613;
}
.highlight {
  color: #DC005A;
}
.inactive {
  display: none;
}
.breadcrumb-wrapper ul.items {
  float: left;
}
.breadcrumb-wrapper .modes {
  float: right;
  margin-right: 0px;
}
.breadcrumb-wrapper .modes {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.products.wrapper ~ .toolbar .breadcrumb-wrapper .modes {
  display: none;
}
.breadcrumb-wrapper-fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 5;
  line-height: 30px;
  padding: 10px 0px;
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  top: 0px;
}
.breadcrumb-wrapper-fixed .sidebar.sidebar-main {
  width: 30px;
  height: 30px;
  line-height: normal;
}
.breadcrumb-wrapper-fixed .breadcrumbs .item:not(:last-child):after {
  line-height: 30px;
}
.breadcrumb-wrapper .modes {
  float: right;
  margin-right: 0px;
}
.breadcrumb-wrapper .breadcrumbs {
  display: block;
}
.filter-current .items {
  padding: 0px;
}
.filter-actions {
  padding: 0px;
}
.footer-flow .block-promo-wrapper > .block-promo,
.footer-social .block-promo-wrapper > .block-promo {
  float: left;
  width: auto;
  margin-right: 20px;
  min-height: 50px;
}
.fullwidthContent {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.fullwidthContent .content-home {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}
.fullwidthContent .content-home .title {
  font-family: 'Montserrat';
  color: #171717;
}
.fullwidthContent.page-main .block.block-static-block {
  margin-bottom: 0px;
}
.home-testimonial {
  background: url(../images/customer-reviews-bg.png) center center repeat-x;
  background-size: cover;
  padding-top: 2%;
  padding-bottom: 2%;
}
.home-testimonial > .content-home > .cell-wrapper {
  margin-top: 1%;
  margin-bottom: 5%;
}
.home-testimonial > .content-home > .cell-wrapper > .cell-left {
  width: 50%;
  padding-top: 7%;
  padding-bottom: 3%;
}
.home-testimonial > .content-home > .cell-wrapper > .cell-left .profile-pic {
  float: left;
}
.home-testimonial > .content-home > .cell-wrapper > .cell-left .profile-content {
  width: 70%;
  margin-left: 5%;
  float: left;
  text-align: left;
}
.home-testimonial > .content-home > .cell-wrapper > .cell-left .profile-content .head {
  font-size: 18px;
  text-transform: uppercase;
}
.bg-banner-home > .content-home.cell-wrapper {
  padding-top: 7%;
  padding-bottom: 0px;
}
.bg-banner-home > .content-home.cell-wrapper > .cell-left {
  width: 50%;
  color: #fff;
  text-align: left;
  line-height: 24px;
  font-size: 18px;
}
.bg-banner-home > .content-home.cell-wrapper > .cell-left > h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}
.bg-banner-home > .content-home.cell-wrapper > .cell-left > p {
  padding: 3% 0px;
}
.bg-banner-home > .content-home.cell-wrapper > .cell-left > img {
  width: 100%;
  vertical-align: bottom;
}
body.cms-home.cms-index-index.page-layout-zorro-home {
  background-color: #F4F4F4;
}
body.cms-home.cms-index-index.page-layout-zorro_home {
  background-color: #F4F4F4;
}
.page-footer .block-promo-wrapper::before,
.page-footer .block-promo-wrapper::after {
  content: "";
  display: table;
}
.page-footer .block-promo-wrapper::after {
  clear: both;
}
.page-footer .footer-logo > img {
  width: 250px;
}
.footer-header,
.large-text {
  font-size: 22px;
  font-family: 'Montserrat';
  clear: both;
}
.footer .block-promo {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
}
.footer .block-promo i {
  font-size: 50px;
}
.footer .newsletter-new .legend {
  font-size: 22px;
  font-family: 'Montserrat';
}
.footer form div.control {
  position: relative;
}
.footer form input:valid {
  background: white;
}
.footer form input,
.footer form select {
  height: 40px;
}
.footer form input:focus,
.footer form select:focus {
  border-color: #DC005A;
}
.footer form input:focus + label,
.footer form select:focus + label {
  background: #DC005A;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
  top: -15px;
  display: block;
}
.footer form label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #555;
  padding: 9px 10px;
  top: 0px;
  font-size: 14px;
  display: none;
}
.cell-wrapper::before,
.cell-wrapper::after {
  content: "";
  display: table;
}
.cell-wrapper::after {
  clear: both;
}
.home-quality {
  background-color: #171717;
  padding: 30px 0px;
  color: #fff;
}
.home-quality .cell-left::before {
  color: #4A4A4A;
  content: "|";
  position: absolute;
  font-size: 30px;
  left: 0px;
  top: 40%;
}
.home-quality .cell-left:first-child::before {
  content: "";
}
.cms-index-index .page-wrapper .sections.nav-sections {
  margin-bottom: 0px;
}
.product.info #description .moreInfo,
.product.info #description .descriptionInfo {
  display: inline-block;
  vertical-align: top;
}
.product.info #description .moreInfo {
  max-width: 45%;
}
.product.info #description .descriptionInfo {
  width: 46%;
  margin-right: 50px;
}
#product\.info\.description .moreInfo,
#product\.info\.description .descriptionInfo {
  display: inline-block;
  vertical-align: top;
}
#product\.info\.description .moreInfo {
  max-width: 45%;
}
#product\.info\.description .descriptionInfo {
  width: 46%;
  margin-right: 50px;
}
.product-top-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: block;
}
.product.info.detailed {
  margin-top: 60px;
  background: #f0f0f0;
  margin-bottom: 0px;
}
.product.info.detailed .product.data.items {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0px;
}
.product.info.detailed .product.data.items > .item.title {
  margin-top: 0px;
  display: inline-block;
}
.product.info.detailed .product.data.items > .item.title > .switch {
  background: #fff;
  border: 0px;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items > .item.title:hover > .switch,
.product.info.detailed .product.data.items > .item.title.active > .switch {
  background: #fff;
  border-bottom: 3px solid #DC005A;
}
.product.info.detailed .product.data.items > .item.content {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0px;
}
.rating-summary .rating-result > span:before {
  color: #E99A1D;
}
.row-wrapper {
  display: table;
}
.row-wrapper .row-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 2px;
}
.header .row-wrapper {
  float: right;
  margin-top: 10px;
  font-size: 10px;
  margin-left: 5px;
}
.header .row-wrapper .row-column {
  color: #fff;
  padding: 0px 2px;
}
.header .row-wrapper .row-column i.material-icons {
  font-size: 30px;
}
.energyClass {
  height: 50px;
  position: relative;
  width: auto;
  color: #FFF;
  margin-left: 25px;
  padding-left: 15px;
  line-height: 25px;
  min-width: 100px;
}
.energyClass:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  left: -50px;
  top: 0px;
}
.energyClass > strong {
  font-size: 20px;
}
.energyClass > strong,
.energyClass > span {
  display: block;
}
.energyClass > span {
  font-size: 12px;
}
.energyClass.A3,
.energyClass.A2,
.energyClass.A1,
.energyClass.A {
  background-color: #009641;
}
.energyClass.A3:before,
.energyClass.A2:before,
.energyClass.A1:before,
.energyClass.A:before {
  border-right-color: #009641;
}
.energyClass.B {
  background-color: #54af32;
}
.energyClass.B:before {
  border-right-color: #54af32;
}
.energyClass.C {
  background-color: #c8d400;
}
.energyClass.C:before {
  border-right-color: #c8d400;
}
.energyClass.D {
  background-color: #ffee00;
}
.energyClass.D:before {
  border-right-color: #ffee00;
}
.energyClass.E {
  background-color: #fbba00;
}
.energyClass.E:before {
  border-right-color: #fbba00;
}
.energyClass.F {
  background-color: #eb6708;
}
.energyClass.F:before {
  border-right-color: #eb6708;
}
.energyClass.G {
  background-color: #e20613;
}
.energyClass.G:before {
  border-right-color: #e20613;
}
.energyLabel:hover {
  text-decoration: none;
}
.energyWrapper {
  position: absolute;
  right: 2px;
  top: 20px;
  z-index: 2;
}
.energyWrapper.mini {
  right: 3px;
  top: 3px;
}
.energyWrapper.mini .energyClass {
  height: 40px;
  width: auto;
  margin-left: 0px;
  padding-left: 3px;
  line-height: 20px;
  min-width: 60px;
}
.energyWrapper.mini .energyClass:before {
  border-width: 20px;
  left: -40px;
}
.energyWrapper.mini .energyClass > strong {
  font-size: 14px;
}
.energyWrapper.mini .energyClass > span {
  font-size: 10px;
}
.manufacturer {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 19;
}
.manufacturer img {
  max-width: 100%;
}
.floatWrapper {
  position: relative;
}
.column.main .product.attribute li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.column.main .product.attribute li:before {
  content: "\e876";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  padding-right: 9px;
  color: #000;
}
.product-image-photo {
  width: 97%!important;
  border: none;
}
.product-item .price-box .price {
  color: #DC005A;
  font-size: 20px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: none;
  border: 0px;
  margin: 0;
  padding: 0;
}
a.product-item-photo {
  padding: 10px!important;
  border: 3px solid #ebebeb;
  box-sizing: border-box;
}
.products-grid a.product-item-photo,
.products-zorro-slider a.product-item-photo {
  display: block;
}
.products-list .product-item-details {
  padding-left: 20px!important;
}
.products-list .product-item {
  padding: 10px 20px!important;
}
.fotorama__stage__frame .fotorama__img {
  max-width: 96%;
}
.deliverybox {
  width: auto;
  margin-right: 0px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
.deliverybox .material-icons {
  font-size: 40px;
}
.deliverybox .dateBox {
  line-height: 1;
  text-align: center;
  padding-top: 5px;
}
.deliverybox .textBox {
  border-bottom: 2px solid #575757;
  line-height: 1;
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-edit::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before {
  color: #ccc;
}
.payment-method.amazon-payment-method .widget-container {
  overflow: initial!important;
}
.payment-group .step-title {
  display: none!important;
}
.energyLabel,
.energyLabel:hover {
  text-decoration: none;
}
.energyClass {
  cursor: pointer;
}
.buttontransparent {
  background: transparent !important;
  padding: 0px;
  border: 0px !important;
  box-shadow: none !important;
}
.buttontransparent i.material-icons {
  font-size: 50px;
}
.imagePopup {
  width: auto !important;
}
.fotorama__stage__shaft {
  width: 100% !important;
}
.product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
  padding-right: 15px;
}
.estimatedDeliveryDate.message.success {
  margin: 0px !important;
  padding: 0px;
  color: #575757;
  background: transparent;
}
.estimatedDeliveryDate.message.success > *:first-child:before {
  content: none;
}
.estimatedDeliveryDate .deliverybox {
  text-align: left;
}
.estimatedDeliveryDate .deliverybox:first-child {
  padding-right: 10px;
}
.product-info-main .product-info-stock-sku {
  padding: 0px;
  display: inline-block;
  text-align: left;
  float: right;
}
.product-info-main .product-info-price .price-box > span {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.privatecustomer .product-info-main .product-info-price .price-box .price-including-tax {
  color: #DC005A;
}
.price-box .old-price .price-container .price-label,
.swatch-attribute.configurable_value_1 > .swatch-attribute-label,
.swatch-attribute.configurable_value_2 > .swatch-attribute-label {
  display: none !important;
}
.price-box .old-price .price-container .price-including-tax {
  font-weight: bold;
  text-decoration: line-through;
  color: #575757 !important;
}
.categoryTab.data.items {
  background: #2E2E2E;
}
.categoryTab.data.items > .item.content {
  background: #171717;
  margin-top: 0px;
  overflow: hidden;
  border: 0px;
  max-height: 300px;
}
.categoryTab.data.items .tabHeader-wrapper > .item.title > .switch {
  background: #2E2E2E;
}
.categoryTab.data.items .tabHeader-wrapper > .item.title:hover > a.switch,
.categoryTab.data.items .tabHeader-wrapper > .item.title.active > a.switch {
  border-right: 0px;
  background: #ffffff;
}
.products-zorro-slider .owl-prev,
.products-zorro-slider .owl-next {
  position: absolute;
  width: auto;
  height: 100%;
  text-align: center;
  top: 30%;
  box-shadow: 0 0 15px #ccc;
}
.products-zorro-slider .owl-prev .material-icons,
.products-zorro-slider .owl-next .material-icons {
  position: absolute;
  top: 0px;
  font-size: 50px;
  color: #000;
  box-shadow: 0 0 15px #ccc;
  background: #fff;
}
.products-zorro-slider .owl-prev {
  left: 0px;
}
.products-zorro-slider .owl-next {
  right: 50px;
}
.tabbedCcategoryList .owl-prev,
.tabbedCcategoryList .owl-next {
  position: absolute;
  width: 8%;
  height: 100%;
  text-align: center;
  top: 0px;
  box-shadow: 0 0 150px #000;
  box-shadow: -130px 8px 165px 10px rgba(0, 0, 0, 0.62);
  box-shadow: -9px 3px 60px 39px rgba(0, 0, 0, 0.62);
  background-color: rgba(0, 0, 0, 0.62);
}
.tabbedCcategoryList .owl-prev .material-icons,
.tabbedCcategoryList .owl-next .material-icons {
  position: absolute;
  top: 45%;
  font-size: 50px;
  color: #fff;
  box-shadow: none;
  background: transparent;
}
.tabbedCcategoryList .owl-next {
  right: 0px;
}
.tabbedCcategoryList .owl-prev {
  box-shadow: 1px 0px 76px 48px rgba(0, 0, 0, 0.62);
}
.tabbedCcategoryList .owl-prev i {
  left: 0px;
}
.breadcrumb-wrapper .filter-title strong:before,
.breadcrumb-wrapper .modes-mode:before {
  font-family: "Material Icons";
}
a.product-item-photo {
  background-color: #fff;
}
.product-info-main .product-options-wrapper .swatch-option {
  min-width: 60px !important;
  max-width: 100%;
  height: auto;
  line-height: normal !Important;
  margin: 0px 2.5% 2.5% 0px;
  width: 46.9%;
  padding: 0px;
  border: 3px solid #dadada;
  outline: none !important;
  -webkit-box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.1);
  display: table;
}
.swatch-option.selected {
  border: 3px solid #DC005A !important;
  outline: none !important;
}
.fotorama__thumb-border {
  border: 1px solid #DC005A !important;
}
.product-info-main .product-options-wrapper .swatch-option.image {
  background-size: cover !important;
}
.swatch-option:not(.disabled):hover,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 3px solid #999;
  outline: none !important;
}
.config-converted-value,
.configImage {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
.config-converted-value {
  width: 75%;
}
.configImage {
  width: 60px;
  border-right: 1px solid #dadada;
}
.config-converted-value td {
  padding: 2px;
  text-align: left;
  font-size: 12px;
}
.config-converted-value td:last-child {
  text-align: right;
  width: 1%;
}
.config-converted-value .configPrice {
  text-align: right;
  padding: 2px;
  padding-top: 5px;
  border-top: 1px solid #dadada;
  color: #c30052;
}
.product-options-wrapper span.swatch-attribute-selected-option {
  display: none;
}
#product\.tab\.services {
  background: transparent;
}
#product\.tab\.services .row-wrapper {
  width: 100%;
}
#product\.tab\.services .row-wrapper .row-column {
  vertical-align: top;
}
#product\.tab\.services .madpataccordion {
  width: 60%;
}
.madpataccordion {
  vertical-align: top !important;
}
.madpataccordion ul {
  list-style: none;
  padding: 0;
}
.madpataccordion ul .inner {
  overflow: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #f0f0f0;
  height: 400px;
  overflow-y: auto;
  width: 93%;
  padding: 0px 3%;
  margin: 0px;
}
.madpataccordion ul .inner.show {
  display: block;
}
.madpataccordion ul .inner::-webkit-scrollbar {
  width: 4px;
  background-color: #DC005A;
}
.madpataccordion ul .inner::-webkit-scrollbar-thumb {
  background-color: #DC005A;
}
.madpataccordion ul .inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.madpataccordion ul li {
  margin: 0px;
  margin-bottom: 5px;
  background: #fff;
}
.madpataccordion ul li a.toggle {
  width: auto;
  display: block;
  background: #ffffff;
  color: #333;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  position: relative;
  line-height: 45px;
  vertical-align: middle;
  text-transform: uppercase;
}
.madpataccordion ul li a.toggle:hover {
  background: rgba(255, 255, 255, 0.9);
}
.madpataccordion ul li a.toggle.active:after,
.madpataccordion ul li a.toggle:after {
  content: "\e313";
  position: absolute;
  font-size: 30px;
  top: 12px;
  left: auto;
  margin: 0px;
  bottom: auto;
  padding: 0px;
  right: 0px;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  color: #000;
  font-family: "Material Icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.madpataccordion ul li a.toggle.active:after {
  content: "\e316";
}
.madpataccordion ul li a.toggle i.material-icons {
  float: left;
  margin: 0px;
  margin-right: 10px;
  font-size: 45px !important;
}
.heightauto.madpataccordion ul .inner {
  height: auto;
}
.product.options.list dt.label:after {
  content: " : ";
}
.product.options.list dt.label {
  float: left;
}
.page.messages .message {
  max-width: 1280px;
  margin: 0px auto;
  background: #DC005A !important;
  color: #fff !important;
}
.page.messages .message a {
  color: #fff !important;
  text-decoration: none;
}
.page.messages {
  background: #DC005A;
}
.column.main .message.info {
  max-width: 1280px;
  margin: 0px auto;
  box-sizing: border-box;
}
.page.messages .message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  content: '\e7f4';
  font-family: "Material Icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.page.messages .message > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  content: '\e14c';
  font-family: "Material Icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.businesscustomer .price-box {
  position: relative;
}
.businesscustomer .product-info-main .price-box .price-including-tax .price {
  color: #575757;
  font-size: 12px !important;
}
.businesscustomer .product-info-main .price-box .price-including-tax {
  color: #575757;
  font-size: 12px !important;
  position: absolute;
  top: 35px;
}
.businesscustomer .product-info-main .price-box .price-excluding-tax {
  float: left;
}
.businesscustomer .product-info-main .price-box .price-excluding-tax .price {
  font-size: 35px !important;
  line-height: 35px !important;
  color: #DC005A;
}
.businesscustomer .product-info-main .price-box .price-excluding-tax {
  margin-bottom: 10px !important;
}
.businesscustomer .product-item .price-box .price-excluding-tax .price {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #DC005A;
}
.businesscustomer .grid-item .price-box .price-excluding-tax .price {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #DC005A;
}
.businesscustomer .product-item .price-box .price-including-tax,
.businesscustomer .grid-item .price-box .price-including-tax {
  display: none;
}
.privatecustomer .product-item .price-box .price-excluding-tax,
.privatecustomer .grid-item .price-box .price-excluding-tax {
  display: none;
}
.businesscustomer .product-item .price-box .price-excluding-tax:before,
.businesscustomer .grid-item .price-box .price-excluding-tax:before {
  content: ' ';
}
.privatecustomer .product-item .price-box .price-including-tax:after,
.privatecustomer .grid-item .price-box .price-including-tax:after,
.businesscustomer .product-item .price-box .price-excluding-tax:after,
.businesscustomer .grid-item .price-box .price-excluding-tax:after {
  content: attr(data-label) ' ';
  display: block;
  font-size: 1.1rem;
}
.businesscustomer .product-info-main .price-including-tax + .price-excluding-tax:before {
  content: ' ';
}
.businesscustomer .product-info-main .price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: ' (';
}
.businesscustomer .product-info-main .price-tier_price .price-including-tax + .price-excluding-tax:after {
  content: attr(data-label) ')';
}
.businesscustomer .product-info-main .price-including-tax:before {
  content: ' ';
}
.businesscustomer .product-info-main .price-including-tax:after {
  content: ' ' attr(data-label);
}
.product-item .price-box .old-price .price-including-tax,
.grid-item .price-box .old-price .price-including-tax,
.product-item .price-box .minimal-price-link .price-including-tax,
.grid-item .price-box .minimal-price-link .price-including-tax {
  display: block;
}
.product-item .price-box .old-price .price-including-tax:before,
.grid-item .price-box .old-price .price-including-tax:before,
.product-item .price-box .minimal-price-link .price-including-tax:before,
.grid-item .price-box .minimal-price-link .price-including-tax:before {
  content: attr(data-label) ': ';
  font-size: 10px !important;
}
.grid-item .price-box .old-price .price-including-tax .price,
.product-item .price-box .old-price .price-including-tax .price,
.product-item .price-box .minimal-price-link .price-including-tax .price,
.grid-item .price-box .minimal-price-link .price-including-tax .price {
  font-size: 16px !important;
  text-decoration: line-through;
  color: #666666;
}
.product-item .special-price,
.grid-item .special-price,
.product-item .price-box .minimal-price-link .price-label,
.grid-item .price-box .minimal-price-link .price-label {
  float: none;
}
.product-item .old-price,
.grid-item .old-price,
.product-item .price-box .minimal-price-link .price-including-tax,
.grid-item .price-box .minimal-price-link .price-including-tax {
  float: none;
}
.product-item .old-price .price-label,
.grid-item .old-price .price-label {
  display: none;
}
a.filetype.download {
  color: #171717;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
a.filetype.download:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e2c0";
  vertical-align: middle;
  margin-right: 6px;
}
a.filetype.download.pdf:before {
  content: "\e415";
}
a.filetype.download.image:before {
  content: "\e410";
}
h1,
h2,
h3,
h4,
h5 {
  color: #171717;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.businesscustomer .includingtax,
.privatecustomer .excludingtax {
  display: none;
}
.privatecustomer .includingtax,
.businesscustomer .excludingtax {
  display: block;
}
button,
a.action.primary {
  border-radius: 0;
}
.minicart-items-wrapper {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0px;
}
.businesscustomer .list.products-list .product-item .price-box .price-including-tax,
.businesscustomer .product-info-main .price-box .old-price .price-including-tax,
.businesscustomer .product-item .price-box .price-including-tax,
.businesscustomer .owl-item .price-box .price-including-tax,
.businesscustomer .grid-item .price-box .price-including-tax {
  display: none;
}
.privatecustomer .list.products-list .product-item .price-box .price-including-tax,
.privatecustomer .product-info-main .price-box .old-price .price-excluding-tax,
.privatecustomer .owl-item .price-box .price-excluding-tax,
.privatecustomer .product-item .price-box .price-excluding-tax,
.privatecustomer .grid-item .price-box .price-excluding-tax {
  display: none;
}
.owl-item .price-box .price-including-tax .price,
.product-item .price-box .price-including-tax .price,
.grid-item .price-box .price-including-tax .price {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #DC005A;
}
.businesscustomer .product-info-main .price-box .old-price .price-excluding-tax .price,
.privatecustomer .product-info-main .price-box .old-price .price-including-tax .price {
  text-decoration: line-through;
  color: #666666 !important;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 40px !important;
  margin-left: 15px;
}
.privatecustomer .product-info-main .price-box .special-price .price-including-tax .product-info-main .price-box .price-including-tax,
.grid-item .price-box .special-price .price-including-tax,
.product-item .price-box .special-price .price-including-tax,
.owl-item .price-box .special-price .price-including-tax {
  float: left;
}
.product-info-main .price-box .price-including-tax .price {
  font-size: 35px !important;
  line-height: 35px !important;
  color: #DC005A;
}
.owl-item .price-box .old-price .price-including-tax,
.product-item .price-box .old-price .price-including-tax,
.grid-item .price-box .old-price .price-including-tax {
  float: left;
  margin-left: 5px;
  margin-right: 0px;
  font-size: 16px !important;
  text-decoration: line-through;
}
.businesscustomer .list.products-list .product-item .price-box .price-excluding-tax,
.privatecustomer .list.products-list .product-item .price-box .price-including-tax {
  float: none;
  display: block;
}
.owl-item .price-box .old-price .price-excluding-tax:after,
.product-item .price-box .old-price .price-excluding-tax:after,
.grid-item .price-box .old-price .price-excluding-tax:after,
.owl-item .price-box .old-price .price-including-tax:after,
.product-item .price-box .old-price .price-including-tax:after,
.grid-item .price-box .old-price .price-including-tax:after,
.owl-item .price-box .old-price .price-excluding-tax:before,
.product-item .price-box .old-price .price-excluding-tax:before,
.grid-item .price-box .old-price .price-excluding-tax:before,
.owl-item .price-box .old-price .price-including-tax:before,
.product-item .price-box .old-price .price-including-tax:before,
.grid-item .price-box .old-price .price-including-tax:before {
  content: ' ';
}
.owl-item .price-box .old-price .price,
.product-item .price-box .old-price .price,
.grid-item .price-box .old-price .price {
  color: #666666 !important;
  font-weight: normal;
}
.businesscustomer .price-box {
  position: relative;
}
.businesscustomer .product-info-main .price-box .price-including-tax .price {
  color: #575757;
  font-size: 12px !important;
}
.businesscustomer .product-info-main .price-box .price-including-tax {
  color: #575757;
  font-size: 12px !important;
  position: absolute;
  top: 35px;
}
.businesscustomer .product-info-main .price-box .price-excluding-tax,
.businesscustomer .grid-item .price-box .special-price .price-excluding-tax,
.businesscustomer .product-item .price-box .special-price .price-excluding-tax,
.businesscustomer .owl-item .price-box .special-price .price-excluding-tax {
  float: left;
}
.businesscustomer .product-info-main .price-box .price-excluding-tax .price {
  font-size: 35px !important;
  line-height: 35px !important;
  color: #DC005A;
}
.product-info-price .price-box .price-container .price .businesscustomer .owl-item .price-box .old-price .price-excluding-tax,
.businesscustomer .product-item .price-box .old-price .price-excluding-tax,
.businesscustomer .grid-item .price-box .old-price .price-excluding-tax {
  float: right;
  font-size: 16px !important;
  text-decoration: line-through;
}
.businesscustomer .owl-item .price-box .old-price .price-excluding-tax,
.businesscustomer .product-item .price-box .old-price .price-excluding-tax,
.businesscustomer .grid-item .price-box .old-price .price-excluding-tax {
  float: left;
  margin-left: 5px;
  margin-right: 0px;
}
.owl-item .price-box::after,
.product-item .price-box::after,
.grid-item .price-box::after {
  content: ' ';
  clear: both;
  display: block;
}
.businesscustomer .owl-item .price-box .old-price .price,
.businesscustomer .product-item .price-box .old-price .price,
.businesscustomer .grid-item .price-box .old-price .price {
  color: #666666 !important;
  font-weight: normal;
}
.filter .block-subtitle {
  border-bottom: 1px solid #fff;
  padding: 15px 10px 15px;
  display: none!important;
}
.filter-options-item.filter-state,
.filter-options-item.filter-state *,
.filter-options-item.filter-state .items li a {
  background-color: #DC005A !important;
  color: #fff !important;
}
.filter-options .filter-options-item {
  border-bottom: 1px solid #303030;
}
.filter-options .filter-options-item.toolbar-sorter-sort {
  border-bottom: 1px solid #fff;
}
.filter-options .filter-options-item.toolbar-sorter-sort .action.sorter-action {
  float: right;
}
.filter-options .filter-options-item.filter-state {
  background-color: #DC005A !important;
  color: #fff !important;
}
.filter-options .filter-options-item.filter-state .filter-options-content {
  background-color: #DC005A !important;
  color: #fff !important;
}
.filter-options .filter-options-item.filter-state .filter-options-content .items > li a {
  color: #fff !important;
}
.filter-options .filter-options-item.filter-state .filter-options-content .items > li a:before {
  color: #fff !important;
}
.filter-options .filter-options-item .filter-options-content {
  padding: 0px 10px;
  padding-left: 43px;
}
.filter-options .filter-options-item .filter-options-content a {
  color: #fff !important;
}
.filter-options .filter-options-item .filter-options-content a:after {
  content: " ";
  display: none;
}
.filter-options .filter-options-item .filter-options-content a .count {
  color: #A2A2A2 !important;
  font-weight: 500;
}
.filter-options .filter-options-item .filter-options-content .items > li {
  display: block;
  font-size: 14px;
}
.filter-options .filter-options-item .filter-options-content .items > li:after {
  content: " ";
  display: none;
}
.filter-options .filter-options-item .filter-options-content .items > li.highlight a {
  color: #fff !important;
}
.filter-options .filter-options-item .filter-options-title {
  display: table;
  width: auto;
  padding-right: 10px;
  color: #fff !important;
}
.filter-options .filter-options-item .filter-options-title:before {
  content: "\e145";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: table-cell;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  padding-right: 9px;
  color: #fff !important;
  width: 1%;
}
.filter-options .filter-options-item .filter-options-title:after {
  content: "";
  display: none;
}
.filter-options .filter-options-item.active .filter-options-title {
  color: #fff !important;
}
.filter-options .filter-options-item.active .filter-options-title:before {
  content: "\e15b";
}
.filter-options .filter-options-item.active .filter-options-title:after {
  content: "";
  display: none;
}
.privatecustomer .product-info-main .price-excluding-tax:before {
  content: ' ';
}
.privatecustomer .product-info-main .price-excluding-tax:after {
  content: ' ' attr(data-label);
}
.privatecustomer .product-info-main .prices-tier .price-container .price-excluding-tax:before {
  content: '(';
}
.privatecustomer .product-info-main .prices-tier .price-container .price-excluding-tax:after {
  content: attr(data-label) ')';
}
#one-step-checkout-form fieldset.admin__field .admin__field.admin__field-option:first-child {
  display: none;
}
.product-info-main .product-info-price {
  border-bottom: 3px solid #e1e1e1;
}
.config-finalPrice {
  display: block;
}
.config-finalPrice > .price-label {
  display: inline-block;
  min-height: 35px;
  vertical-align: middle;
  color: grey;
  font-size: 10px;
}
.config-finalPrice > .price-wrapper {
  display: inline-block;
}
.product-item .config-finalPrice > .price-label,
.product-info-main .product-info-price .config-finalPrice > .price-label {
  float: left;
  min-height: 5px!important;
  line-height: 45px;
  padding-right: 5px;
  position: relative;
  clip: unset;
  width: auto!important;
  overflow: unset;
}
.amxnotif-block .amxnotif_guest_action {
  margin-top: 0px;
}
.amxnotif-block .notification-container {
  margin-top: 10px;
}
.product-item .config-finalPrice > .price-label {
  line-height: 32px;
}
.config-finalPrice > .price-label:after {
  content: ' ' !important;
}
.ehiwidget_responsivebar_ratings_8bdc08d2163a0f430563a9ff587e0570 {
  display: none!important;
}
.amxnotif-block.stock {
  background-color: #555555d1;
  padding-right: 20px;
}
.amxnotif-block.stock .input-fields {
  margin-bottom: 20px;
}
.amxnotif-block.stock .fieldset {
  margin: -10px 0 10px;
  padding: 10px;
  padding-left: 18px;
}
.amxnotif-block label {
  padding: 0px;
  margin-left: 20px;
  color: #ffffffd4;
  padding-top: 17px;
}
.bundled footer.modal-footer {
  display: none;
}
.bundle-options-wrapper {
  float: left;
  border-right: 2px solid #e1e1e1;
  width: 57%;
}
.block-bundle-summary {
  float: right;
  width: 41%;
}
.bundlepro {
  width: 50%;
  float: left;
  height: auto;
  display: inline-flex;
}
.bundlepro ul {
  list-style-type: none;
}
.block-bundle-summary span.price-wrapper.price-including-tax {
  color: #c30052;
}
.block-bundle-summary.price-container .price {
  font-size: 35px;
}
.block-bundle-summary span.price-wrapper.price-including-tax span.price {
  font-size: 35px!important;
}
.block-bundle-summary .cartButtonBox > div {
  display: none!important;
}
.bundlepro .control {
  margin: 10px;
}
.bundlepro label.label {
  text-transform: uppercase;
}
.bundlepro .control label.label {
  text-transform: capitalize;
}
.block-bundle-summary .product-details {
  border-bottom: 1px solid #e1e1e1;
}
.bundle-summary {
  padding: 10px;
}
button.action-close::before {
  background: #0000005e;
}
.bundlepro .control .choice {
  display: inline-flex;
}
@media screen and (max-width: 2560px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 63%;
  }
  .bundlepro {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 60%;
  }
  .bundlepro {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 36%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1235px) {
  .bundle-options-wrapper {
    width: 75%;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
}
@media screen and (max-width: 1204px) {
  .bundle-options-wrapper {
    width: 53%;
  }
  .block-bundle-summary {
    float: right;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 52%;
  }
  .bundlepro {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 43%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 70%;
  }
  .block-bundle-summary {
    float: right;
    width: 28%;
  }
  .bundlepro {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 425px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundlepro ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundlepro {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundlepro ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundlepro {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundlepro ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundlepro {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
.bundleproselect {
  width: 50%;
  float: left;
  height: auto;
  display: inline-flex;
}
.bundleproselect ul {
  list-style-type: none;
}
.bundleproselect .control {
  margin: 10px;
}
.bundleproselect label.label {
  text-transform: uppercase;
}
.bundleproselect .control label.label {
  text-transform: capitalize;
}
.bundleproselect .nested .qty .control {
  margin: 0;
  padding: 0px;
  width: 50px;
}
.bundleproselect .control .choice {
  display: inline-flex;
}
@media screen and (max-width: 2560px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 57%;
  }
  .bundleproselect {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 71%;
  }
  .bundleproselect {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 26%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 63%;
  }
  .bundleproselect {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 35%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 86%;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
  }
  .bundleproselect {
    width: 50%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 425px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproselect ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproselect {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproselect ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproselect {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproselect ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproselect {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
.bundleproradio {
  width: 50%;
  float: left;
  height: auto;
  display: inline-flex;
}
.bundleproradio ul {
  list-style-type: none;
}
.bundleproradio .control {
  margin: 10px;
}
.bundleproradio label.label {
  text-transform: uppercase;
}
.bundleproradio .control label.label {
  text-transform: capitalize;
}
.bundleproradio .nested .qty .control {
  margin: 0;
  padding: 0px;
  width: 50px;
}
.bundleproradio .control .choice {
  display: inline-flex;
}
.bundleproradio .control .choice .price-notice {
  display: flex;
}
@media screen and (max-width: 2560px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 68%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 28%;
  }
}
@media screen and (max-width: 1440px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 67%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 32%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1426px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 69%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 28%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1387px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 71%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 28%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1350px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 73%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 24%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1311px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 76%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1284px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 76%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1267px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 77%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1251px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 78%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 20%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1236px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 79%;
  }
  .bundleproradio {
    width: 45%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 20%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 70%;
  }
  .bundleproradio {
    width: 48%;
    float: left;
    height: auto;
    display: inline-flex;
    font-size: 10px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 26%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 1013px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 72%;
  }
  .bundleproradio {
    width: 48%;
    float: left;
    height: auto;
    display: inline-flex;
    font-size: 10px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 26%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 987px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 74%;
  }
  .bundleproradio {
    width: 48%;
    float: left;
    height: auto;
    display: inline-flex;
    font-size: 10px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 960px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 75%;
  }
  .bundleproradio {
    width: 48%;
    float: left;
    height: auto;
    display: inline-flex;
    font-size: 10px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 951px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: none;
    border-right: 2px solid #e1e1e1;
    width: 76%;
  }
  .bundleproradio {
    width: 48%;
    float: left;
    height: auto;
    display: inline-flex;
    font-size: 10px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 22%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 920px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproradio {
    width: 49%;
    float: inherit;
    height: auto;
    display: inline-flex;
    font-size: 14px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
  }
  .bundleproradio {
    width: 46%;
    float: inherit;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary .primary {
    padding: 10px;
  }
  .block-bundle-summary .primary .action {
    margin: 10px;
  }
}
@media screen and (max-width: 560px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .bundleproradio {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .bundleproradio:nth-child(odd) {
    border-right: none;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
}
@media screen and (max-width: 425px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproradio ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproradio {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: none;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproradio ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproradio {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: none;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .bundle-options-wrapper {
    float: left;
    border-bottom: 2px solid #e1e1e1;
    border-right: none;
    width: 100%;
  }
  .bundleproradio ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .bundleproradio {
    width: 100%;
    float: left;
    height: auto;
    display: inline-flex;
  }
  .block-bundle-summary {
    float: right;
    width: 100%;
    padding: 15px;
  }
  .bundleproradio:nth-child(odd) {
    border-right: none;
  }
  .block-bundle-summary .primary {
    padding: 0px;
  }
  .block-bundle-summary .primary .action {
    margin: 0px;
  }
  .block-bundle-summary .amxnotif-block .notification-container {
    display: inline-block;
    padding: 10px;
  }
}
.bundlepromulti {
  width: 50%;
  float: left;
  height: auto;
  display: inline-flex;
}
.bundlepromulti ul {
  list-style-type: none;
}
.bundlepromulti .control {
  margin: 10px;
}
.bundlepromulti label.label {
  text-transform: uppercase;
}
.bundlepromulti .control label.label {
  text-transform: capitalize;
}
.bundlepromulti .nested .qty .control {
  margin: 0;
  padding: 0px;
  width: 50px;
}
.bundlepromulti .control .choice {
  display: inline-flex;
}
.bundlepromulti .control .choice .price-notice {
  display: flex;
}
.modal-popup .action-close:before {
  font-size: 30px;
  line-height: 30px;
  color: #c1c1c1;
  background-color: transparent;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin: 0px;
  padding-top: 11px;
}
.page-product-bundle .product-info-main .price-box .price-including-tax {
  top: 16px;
}
.page-product-bundle .product-info-main .product-info-price .price-box > p.price-from,
.page-product-bundle .product-info-main .product-info-price .price-box > p.price-to {
  min-width: 50%;
}
.page-product-bundle .product-info-main .product-info-price .price-box {
  display: flex;
}
#billing-new-address-form .field {
  position: inherit;
}
._required .label .required-symbol {
  display: contents! important;
}
div#gw-euvat-field {
  display: none;
}
.account .messages {
  margin-bottom: 0px;
}
.gw-euvat-field input {
  font-size: 15px;
  padding: 0 9px;
  display: block;
  width: 100%!important;
  height: 32px !important;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  font-weight: 500;
  color: #252525;
}
.checkout-index-index .checkbox-text {
  color: #dc005a;
  cursor: pointer;
}
.checkout-index-index .checkout-agreement .action.action-show {
  display: contents;
}
.klaro .cookie-modal .cm-btn.cm-btn-success {
  background: #dc005a !important;
  margin-right: 0 !important;
  box-shadow: none !important;
}
.klaro .cookie-modal .cm-modal {
  background: #333 !important;
  color: #fff !important;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  color: #fff !important;
}
.klaro .cookie-modal .cm-modal .cm-header p {
  color: #fff !important;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  text-align: right !important;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: block !important;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons #select-label {
  font-weight: 600 !important;
  display: inline-block !important;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons #klaro_group {
  display: inline-block !important;
  max-width: 150px !important;
  background: no-repeat !important;
  border: none !important;
  color: #dc005a !important;
  font-weight: 600 !important;
  padding-left: 5px !important;
  margin-right: 10px !important;
  cursor: pointer;
  appearance: auto;
  box-shadow: none;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons #klaro_group:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e5c5';
  font-family: "Material Icons";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.klaro .cookie-modal a,
.klaro .cookie-modal .cookie-notice a {
  color: #dc005a !important;
}
.klaro .cookie-modal li {
  color: #fff !important;
}
.klaro .cookie-modal .cm-list-description {
  color: #fff !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #fff !important;
}
.deliverybox .textBox label {
  padding-top: 2px;
}
#countery_switch {
  font-size: 12px;
  font-weight: 500;
  color: #575757;
  cursor: pointer;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.sparsh_banner_slider .slick-slide img {
  width: 100%;
}
.sparsh_banner_slider .slick-slide video {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .slick-slide iframe {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .caption {
  position: absolute;
  margin: 0 auto;
  max-width: 1280px;
  right: 0;
  z-index: 3;
  top: 49%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -5px;
}
.sparsh_banner_slider .caption h2 {
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.sparsh_banner_slider .caption p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin-bottom: 3rem;
}
.sparsh_banner_slider .caption .btn-banner {
  border: 2px solid #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  width: 40%;
  height: 43px;
  line-height: 44px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.sparsh_banner_slider .caption .btn-banner:hover {
  background: #000;
  color: #fff;
}
.sparsh_banner {
  overflow: hidden;
  margin-bottom: 11px;
}
.sparsh_banner_slider.slick-initialized .slick-slide {
  position: relative;
}
.sparsh_banner_slider.slick-initialized .slick-slide > div > div {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh_banner_slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh_banner_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-list {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow.slick-next {
  left: inherit;
  right: 0px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-next:before {
  content: none !important;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../../../../frontend/Madpat/zorro/de_DE/Sparsh_Banner/images/right-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-prev:before {
  content: none !important;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../../../../frontend/Madpat/zorro/de_DE/Sparsh_Banner/images/left-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .sparsh_banner_slider .caption {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .sparsh_banner_slider .caption {
    padding: 0 40px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 39px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .slick-arrow {
    height: 40px;
    line-height: 32px;
    padding: 0;
    width: 30px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next {
    right: 15px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: 18px;
    left: 0px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: 18px;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-list {
    max-height: 280px;
  }
  .sparsh_banner_slider.slick-initialized .slick-slide > div > div {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .sparsh_banner_slider .caption {
    padding: 0 15px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 13px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 14px;
    display: none;
  }
  .sparsh_banner_slider .slick-arrow {
    display: none !important;
  }
  .sparsh_banner_slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #fff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0px;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #242424;
    line-height: 60px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #DC005A;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #DC005A;
    border-style: solid;
    border-width: 0 0 3px;
    color: #DC005A;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 500;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #242424;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #DC005A;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #DC005A;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #DC005A;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 40px;
    font-size: 1.4rem;
    color: #9f9f9f;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #9f9f9f;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #555;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #555;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #ccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    width: 40%;
    top: 25%;
    margin: 0 auto;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 500;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #9f9f9f;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #9f9f9f;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #555;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #555;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #555;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #555;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #9f9f9f;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #fff;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper {
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .opc-summary-wrapper .opc-block-summary .title {
    font-size: 22px;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 16.66666667%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #9f9f9f;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #DC005A;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block-search {
    float: right;
    width: 210px;
  }
  .page-header .header.panel {
    float: right;
    margin-top: 6px;
    padding: 10px 0px;
  }
  .page-header .header.content .logo {
    margin: 0px;
  }
  .page-header .header.content .logo img {
    height: 43px;
  }
  .page-header .header.content {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-wrapper .page-bottom {
    width: 100%;
  }
  .navigation,
  .navigation ul,
  .navigation li.level0,
  .navigation .level0.submenu {
    text-align: left;
    z-index: 20!important;
    left: 0px;
  }
  .nav-sections {
    z-index: 20!important;
  }
  .navigation ul {
    position: static;
    text-align: left;
    z-index: 20!important;
    left: 0px;
    width: 100%;
  }
  .navigation li.level0 {
    position: static;
    text-align: left;
    z-index: 20!important;
    left: 0px;
    width: auto;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .navigation .level0 .submenu a {
    color: #fff;
    padding-left: 30px;
  }
  .navigation .level0.submenu {
    left: 0px!important;
    width: 100%;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0px;
    padding: 30px 0px;
    top: inherit!important;
    transition: all 0s ease;
    position: relative;
    margin: 0px auto!important;
    max-width: 1280px;
  }
  .navigation li.level0:hover .submenu {
    transition-delay: 0.75s;
  }
  .navigation .level0 .submenu {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0px;
  }
  .navigation .level1.submenu,
  .navigation .level0 .submenu .submenu {
    position: relative!important;
    left: 0px!important;
    width: 100%;
  }
  .navigation .level0.submenu > li {
    float: left;
    width: 25%;
  }
  .navigation .level0.submenu > li:nth-child(4n+1) {
    clear: both;
  }
  .menu-overlay {
    width: 100%;
    position: fixed;
    z-index: 19;
    top: auto;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transition: 0.5s;
    padding-bottom: 100px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
  }
  body.onOverlay {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }
  .navigation li.level0.level0Over > a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #fff;
    content: '\e622';
    font-family: "Material Icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    z-index: 20;
  }
  .navigation .level0.submenu li.level1 > a {
    padding-left: 30px;
  }
  .navigation li.level0 > a {
    position: relative;
  }
  .navigation li.level0.level0Over > a::before {
    content: "\e5c5";
    position: absolute;
    font-size: 50px;
    bottom: -54px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
  }
  .navigation li.level0.level0Over > .level0.submenu,
  .navigation li.level0.level0Over > .level0.submenu .level1.submenu.level1Over {
    display: block!important;
  }
  .level0OverIcon,
  .level0CloseIcon {
    position: absolute;
    line-height: 35px;
    z-index: 100;
    cursor: pointer;
  }
  .level0CloseIcon {
    font-size: 50px;
    right: 0px;
  }
  .navigation li.level0.level0Over > .level0.submenu .level1.submenu {
    padding-left: 13px;
  }
  .navigation a {
    text-transform: uppercase;
    border: 0px!important;
  }
  .navigation .level0 > .level-top {
    border-right: 1px solid #CBCBCB!important;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    display: inline;
  }
  .navigation .level0:last-child > .level-top {
    border-right: 0px solid #CBCBCB!important;
  }
  .navigation .level2 a {
    text-transform: none;
  }
  .page-footer {
    background: url(../images/footer-bg.jpg) #EFEFEE center center repeat-x;
    background-size: cover;
  }
  .page-footer .block-promo-wrapper > .block-promo {
    border-width: 0px;
  }
  .page-footer .block-promo-wrapper > .block-promo:nth-child(2) {
    padding: 0 6%;
  }
  .page-footer .footer-flow .block-promo-wrapper > .block-promo:nth-child(2),
  .page-footer .footer-social .block-promo-wrapper > .block-promo:nth-child(2) {
    padding: 0px;
  }
  .page-footer .footer {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
  }
  .page-footer .footer a {
    font-size: 16px;
  }
  .page-footer .footer .footer-header {
    word-break: normal;
  }
  .fullwidthContent .content-home {
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product.info.detailed .product.data.items > .item.title {
    margin-top: -45px !important;
  }
  li.level0:not(.level0Over) ul.level0.submenu.ui-menu {
    display: none!important;
  }
  .row-wrapper .row-column {
    padding: 0px 3px!important;
  }
  .row-wrapper .row-column i.material-icons {
    font-size: 45px!important;
  }
  .slide-text-right,
  .slide-text-left {
    position: absolute;
    top: 12%;
    right: 47%;
    left: auto;
    text-align: left;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
  .slide-text-right > h2,
  .slide-text-left > h2 {
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    color: #171717;
  }
  .slide-text-right > p,
  .slide-text-left > p {
    padding: 1% 0px;
    width: 80%;
  }
  .slide-text-right > a.action.primary,
  .slide-text-left > a.action.primary {
    font-size: 12px;
    padding: 3px 15px;
  }
  .slide-text-right {
    left: 47%;
    right: auto;
  }
  .home-offers .block-products-list {
    text-align: left !important;
  }
  .home-offers .block-products-list .products-grid {
    margin-top: 40px;
  }
  .home-offers .block-products-list .products-grid .product-items {
    margin-left: 0px !important;
  }
  .home-offers .block-products-list .products-grid .product-items .product-item {
    padding-left: 0px !important;
    width: 32.139% !important;
    margin-left: calc((100% - 3 * 32.639%) / 2) !important;
  }
  .home-offers .block-products-list .products-grid .product-items .product-item .product-item-info:hover {
    background: transparent;
  }
  .home-offers .block-products-list .products-grid .product-items .product-item .product-item-info.active {
    background: transparent;
  }
  .home-offers .block-products-list .products-grid .product-items .product-item .product-item-info a.product-item-photo {
    text-align: center;
    border-width: 6px !important;
  }
  .home-offers .block-products-list .products-grid .product-items .product-item:nth-child(3n-2) {
    margin-left: 0px !important;
  }
  .level0Over .menu-overlay > ul,
  .level0Over .menu-overlay ul.level1Over {
    display: block!important;
  }
  .categoryTab.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .categoryTab.data.items:before,
  .categoryTab.data.items:after {
    content: '';
    display: table;
  }
  .categoryTab.data.items:after {
    clear: both;
  }
  .categoryTab.data.items > .item.title {
    float: left;
    width: auto;
  }
  .categoryTab.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .categoryTab.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .categoryTab.data.items > .item.content:before,
  .categoryTab.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .categoryTab.data.items > .item.content:after {
    clear: both;
  }
  .categoryTab.data.items > .item.content.active {
    display: block;
  }
  .categoryTab.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .categoryTab.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 40px;
    font-size: 1.4rem;
    color: #9f9f9f;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .categoryTab.data.items > .item.title > .switch:visited {
    color: #9f9f9f;
    text-decoration: none;
  }
  .categoryTab.data.items > .item.title > .switch:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .categoryTab.data.items > .item.title > .switch:active {
    color: #555;
    text-decoration: none;
  }
  .categoryTab.data.items > .item.title:not(.disabled) > .switch:focus,
  .categoryTab.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .categoryTab.data.items > .item.title:not(.disabled) > .switch:active,
  .categoryTab.data.items > .item.title.active > .switch,
  .categoryTab.data.items > .item.title.active > .switch:focus,
  .categoryTab.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #555;
    text-decoration: none;
  }
  .categoryTab.data.items > .item.title.active > .switch,
  .categoryTab.data.items > .item.title.active > .switch:focus,
  .categoryTab.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .categoryTab.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .categoryTab.data.items .item.title a {
    border: 0px;
    border-right: 1px solid #9f9f9f;
  }
  .categoryTab.data.items .item.title a:after {
    display: none;
  }
  .categoryTab.data.items .item.title.active,
  .categoryTab.data.items .item.title:hover {
    background: #fff;
  }
  .categoryTab.data.items .item.title.active a:before,
  .categoryTab.data.items .item.title a:hover:before,
  .categoryTab.data.items .item.title:hover a:before {
    content: "\e5c5";
    position: absolute;
    font-size: 108px;
    bottom: -32px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: #fff;
    font-family: "Material Icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .categoryTab.data.items .tabHeader-wrapper {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin: 0px auto!important;
    display: flex;
    max-width: 1280px;
  }
  .categoryTab.data.items .tabHeader-wrapper:before,
  .categoryTab.data.items .tabHeader-wrapper:after {
    content: '';
    display: table;
  }
  .categoryTab.data.items .tabHeader-wrapper:after {
    clear: both;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title {
    float: left;
    width: auto;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.content:before,
  .categoryTab.data.items .tabHeader-wrapper > .item.content:after {
    content: '';
    display: table;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.content:after {
    clear: both;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.content.active {
    display: block;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title {
    margin: 0 -1px 0 0;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title > .switch {
    font-weight: 500;
    line-height: 40px;
    font-size: 1.4rem;
    color: #9f9f9f;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title > .switch:visited {
    color: #9f9f9f;
    text-decoration: none;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title > .switch:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title > .switch:active {
    color: #555;
    text-decoration: none;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title:not(.disabled) > .switch:focus,
  .categoryTab.data.items .tabHeader-wrapper > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title:not(.disabled) > .switch:active,
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch,
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch:focus,
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #555;
    text-decoration: none;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch,
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch:focus,
  .categoryTab.data.items .tabHeader-wrapper > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .categoryTab.data.items .tabHeader-wrapper > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .categoryTab.data.items .tabHeader-wrapper .item.title {
    width: 100%;
    margin: 0px auto!important;
    padding: 10px 0px;
    text-align: center;
  }
  .categoryTab.data.items .tabHeader-wrapper .item.title > a.switch {
    border: 0px;
    border-right: 1px solid #9f9f9f;
  }
  .categoryTab.data.items .tabHeader-wrapper .item.title > a.switch:after {
    display: none;
  }
  .categoryTab.data.items .tabHeader-wrapper .item.title:last-child a.switch {
    border-right: 0px;
  }
  .categoryTab.data.items > .item.content {
    padding: 25px;
  }
  .categoryTab.data.items > .item.content .product-items {
    margin-left: 0px;
  }
  .categoryTab.data.items > .item.content .product-items .product-item {
    display: table;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .product-image-container {
    display: table-cell;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .product-item-details {
    padding: 15px;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .product-item-link,
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .price {
    color: #fff;
    font-size: 15px;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .product-item-link {
    font-size: 12px;
  }
  .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .action.primary {
    font-size: 10px;
    padding: 5px;
    color: #fff;
  }
  .fotorama__stage {
    width: 98.5% !important;
    max-width: 98.90000000000001% !important;
    border: 3px solid #ebebeb;
    margin-bottom: 20px;
  }
  .page-header {
    z-index: 21;
  }
  /*.onOverlay .page-header .header.content > * {
      visibility: hidden;
    }*/
  .page-header .switcher .options ul.dropdown,
  .page-footer .switcher .options ul.dropdown {
    min-width: 60px;
    right: 0px;
  }
  .page-header .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:before {
    right: 4px;
    left: auto;
  }
  .page-header .switcher .options ul.dropdown:after,
  .page-footer .switcher .options ul.dropdown:after {
    right: 3px;
    left: auto;
  }
  .header.panel > .header.links > li.welcome {
    display: none;
  }
  .header.content {
    position: inherit;
  }
  .header.panel > .header.links > li.authorization-link {
    display: none;
  }
  .newstyle-dropdown .menu-dropdown {
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .newstyle-dropdown .menu-dropdown > span {
    margin-right: 0px;
  }
  .newstyle-dropdown .menu-dropdown.active {
    color: #DC005A;
  }
  .newstyle-dropdown .switcher-group-dropdown {
    color: #fff;
    background: #0F0F0F;
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 30px 0px;
    z-index: 21;
    top: 60px;
    box-sizing: border-box;
    display: none;
  }
  .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown {
    margin: 0px;
    padding: 0px;
  }
  .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li {
    margin: 0px;
    width: 46%;
    float: left;
    list-style: none;
    padding: 10px 20px;
    font-size: 15px;
  }
  .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li > a {
    color: #fff;
  }
  .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
    padding: 10px 0px;
  }
  .newstyle-dropdown .switcher-group-dropdown .row-wrapper {
    float: none!important;
    width: 100%;
    max-width: 1280px;
    margin: auto;
  }
  .newstyle-dropdown .switcher-group-dropdown .row-wrapper .row-column {
    vertical-align: top;
  }
  .newstyle-dropdown .switcher-group-dropdown .minilogin {
    max-width: 800px!important;
    width: 96%;
  }
  .newstyle-dropdown .switcher-group-dropdown .minilogin .group-header {
    padding: 10px 0px;
  }
  .newstyle-dropdown .switcher-group-dropdown .minilogin .register {
    width: 40%!important;
    padding-right: 20px!important;
  }
  .privatecolumn {
    width: 25%;
    background: #2E2E2E;
    text-align: center;
  }
  .row-wrapper .row-column.privatecolumn,
  .row-wrapper .row-column.businesscolumn {
    padding: 20px!important;
  }
  .privatecolumn img {
    width: 100%;
  }
  .group-header {
    color: #DC005A;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
  }
  .row-wrapper .row-column.businesscolumn {
    padding-left: 40px!important;
  }
  .menu-dropdown.active > span:after {
    position: absolute;
    left: 5%;
    z-index: 23;
    top: -24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 96px;
    line-height: inherit;
    color: #242424;
    content: '\e5c5';
    font-family: "Material Icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .miniForm .menu-dropdown.active > span:after {
    left: -18px;
  }
  .menuCloseIcon {
    line-height: 35px;
    z-index: 100;
    cursor: pointer;
    font-size: 50px;
    float: right;
  }
  .newstyle-dropdown .selected-column {
    background: rgba(220, 0, 90, 0.1);
  }
  .minicart-items .product-item-details {
    padding-left: 5px;
    float: left;
    width: 70%;
  }
  .minicart-items .product > .product-item-photo {
    padding: 3px!important;
    width: 25%;
  }
  .minicart-items .product-image-wrapper .product-image-photo {
    height: auto!important;
  }
  .page-header .switcher {
    float: left;
    margin-right: 0px;
    padding-right: 7px;
    margin-left: 7px;
    border-right: 1px solid #484848;
  }
  .header.panel > .header.links > li.newstyle-dropdown {
    margin-left: 7px;
  }
  .page-header .switcher .options .action.toggle.active:after,
  .page-footer .switcher .options .action.toggle.active:after,
  .page-header .switcher .options .action.toggle:after,
  .page-footer .switcher .options .action.toggle:after,
  .menu-dropdown:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e5c5';
    font-family: "Material Icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .switcher .options .action.toggle.active:after,
  .page-footer .switcher .options .action.toggle.active:after {
    content: '\e5c7';
  }
  .page-header .switcher .options.active,
  .page-footer .switcher .options.active {
    color: #DC005A;
  }
  .page-header .switcher .options .action.toggle.active,
  .page-footer .switcher .options .action.toggle.active {
    color: #DC005A;
  }
  .page-layout-1column .product-info-main {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .page-layout-1column .product.media {
    width: 50%;
    box-sizing: border-box;
  }
  .product-info-main .page-title-wrapper h2 {
    margin-bottom: 15px;
    font-size: 40px;
    margin-top: 0px;
  }
  .customer-welcome {
    color: #fff;
  }
  .filter.block .filter-content {
    top: 40px;
  }
  .nav-sections {
    margin-bottom: 15px;
  }
  .breadcrumbs {
    line-height: 46px;
  }
  .breadcrumbs .item:not(:last-child):after {
    line-height: 46px;
  }
  .breadcrumb-wrapper .breadcrumbs {
    display: block;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .breadcrumb-wrapper .breadcrumbs:after {
    clear: both;
    content: ' ';
    display: block;
  }
  .breadcrumb-wrapper .breadcrumbs .item:not(:last-child):after {
    line-height: 46px;
  }
  .breadcrumb-wrapper-fixed .breadcrumbs .item:not(:last-child):after {
    line-height: 46px!important;
  }
  .nav-sections {
    margin-bottom: 15px;
  }
  .products.wrapper {
    margin-top: 15px;
  }
  .mobile-only {
    display: none;
  }
  .navigation .level0 > .level-top {
    display: inline;
    padding-right: 12px!important;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon::after,
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    content: ' ';
    display: none!important;
  }
  .product-info-main .wrapper.rating {
    margin: -10px 0px 10px 0px;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: auto!important;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block-search {
    width: 180px;
    padding-left: 0px;
  }
  .product-info-main .product-options-wrapper .swatch-option:nth-child(2n) {
    width: 48%;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .tablet-invisible {
    display: none!important;
  }
  .slide-text-right,
  .slide-text-left {
    top: 0px!important;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .block-search {
    width: 250px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2Fslick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_back-to-top.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_core.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animate.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_autoheight.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_lazyload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_video.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMadpat_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_owl.theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fvendor%5C%2Fmaterial-design-icons%5C%2F_material-icons-modificators.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FAmasty_Xnotif%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FWeSupply_Toolbox%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMadpat%5C%2Fzorro_child%5C%2Fde_DE%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3B%3B%3B%3B%3B%3B%3B%3B%3BACIT%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACFR%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACOR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACNR%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BACjCR%3BEAEQ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEDKD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BACnBJ%2CqBAgBI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CoBAAC%3BEDTD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BACYJ%3BEAEQ%2CQAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAALR%2CoBAQI%3BEACI%2CkBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2C4BAAA%3B%3BAAGJ%2CoBAAC%3BEDpCD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3BECqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BACzER%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BACLJ%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAND%2CaAQC%3BEACC%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgCAAA%3B%3B%3BAAXF%2CaAcC%2CWAAU%3BEACT%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAApBF%2CaAuBC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CmBAAmB%2C0BAAnB%3B%3BAA3BF%2CaA8BC%3BAA9BD%2CaA%2BBC%3BEACC%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3B%3BAArCF%2CaAwCC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3B%3BAA9CF%2CaAgDC%2CUAAU%3BEACT%2CcAAA%3BEACA%2CWAAA%3B%3BAAlDF%2CaAqDC%2CSAAQ%3BAArDT%2CaAsDC%2CUAAS%3BEACR%2CaAAA%3B%3BAAvDF%2CaA0DC%2CSAAS%3BAA1DV%2CaA2DC%2CSAAS%3BAA3DV%2CaA4DC%3BEACC%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CaAAC%3BEACA%2CcAAA%3B%3BAAGD%2CaAAC%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAGD%2CaAAC%3BEACA%2CUAAA%3B%3BAAGD%2CaAAC%2CYAAa%3BEACb%2CkBAAA%3B%3BAAGD%2CaAAC%2CSAAU%3BEACV%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CaAAC%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGD%2CaAAC%3BEACA%2CcAAA%3B%3BAAGD%2CaAAC%2CQAAS%3BEACT%2CYAAA%3B%3B%3BAAKF%2CMAAO%3BEACN%2CcAAA%3B%3B%3B%3B%3BAC9GD%2CaACC%3BEACC%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAHF%2CaAKC%3BEACC%2CUAAA%3B%3BAANF%2CaAQC%3BEACC%2CUAAA%3B%3BAATF%2CaAWC%3BEACC%2CuBAAA%3B%3BAAIF%3BEACC%3BIACC%2CUAAA%3B%3BEAGD%3BIACC%2CUAAA%3B%3B%3B%3B%3B%3BACrBF%3BEACC%2CoCAAA%3B%3B%3B%3B%3BACDD%2CaACC%2CUACC%3BEACE%2CUAAA%3BEACA%2C8BAAA%3B%3BAAJJ%2CaACC%2CUAMC%2CIAAG%3BEACF%2C4BAAA%3B%3B%3B%3B%3BACRH%2CaACC%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAJF%2CaAOC%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2C%2BBAAhB%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAAnBF%2CaAsBC%2CqBAAoB%3BEACnB%2CWAAW%2CeAAX%3B%3BAAvBF%2CaA0BC%2CmBAAmB%3BAA1BpB%2CaA2BC%2CmBAAmB%3BEAClB%2CaAAA%3B%3BAA5BF%2CaA%2BBC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BAArCF%2CaAwCC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BACpBF%2CUAEC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3B%3BAALF%2CUAEC%2CSAKC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CUAjBF%2CSAKC%2CgBAYE%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtBJ%2CUAEC%2CSAuBM%3BAAzBP%2CUAEC%2CSAwBM%3BEACG%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5BV%2CUAEC%2CSAuBM%2CUAIF%3BAA7BL%2CUAEC%2CSAwBM%2CUAGF%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBN%2CUAEC%2CSAgCC%3BEACC%2CUAAA%3B%3BAAnCH%2CUAEC%2CSAmCC%3BEACC%2CSAAA%3B%3BAAtCH%2CUAEC%2CSAsCC%3BEACC%2CYAAA%3BEACA%2CeAAA%3B%3BAA1CH%2CUA%2BCC%2CSAAQ%2CSAAY%3BEACnB%2CgBAAA%3B%3BAAhDF%2CUAmDC%3BEACC%2CkBAAA%3BEACA%2CwCAAA%3B%3BAArDF%2CUAmDC%2CUAIC%3BEACC%2CqBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAA1DH%2CUAmDC%2CUAIC%2CSAKC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CUApBF%2CUAIC%2CSAgBE%2COAEA%3BAADD%2CUArBF%2CUAIC%2CSAiBE%2CMACA%3BEACC%2CmBAAA%3B%3BAAMJ%2CUAAC%3BEACA%2CkBAAA%3B%3BAADD%2CUAAC%2CaAEA%2CUACC%3BEACC%2CgBAAA%3B%3BAAGA%2CUAPF%2CaAEA%2CUAIC%2CKACE%3BAAAO%2CUAPV%2CaAEA%2CUAIC%2CKACU%3BAAAM%2CUAPjB%2CaAEA%2CUAIC%2CKACiB%3BEACf%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CUAhBF%2CaAEA%2CUAIC%2CKAUE%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAED%2CUAvBF%2CaAEA%2CUAIC%2CKAiBE%3BEACA%2CWAAA%3B%3BAAED%2CUA1BF%2CaAEA%2CUAIC%2CKAoBE%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3BAC5BL%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEiFR%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC9DhB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BAC3LM%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC1B%2CaAAC%3BEAAc%2CSAAS%2COAAT%3B%3BAACf%2CaAAC%3BEAAc%2CSAAS%2COAAT%3B%3BAACA%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CuCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACzB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACG%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACzB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACG%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACvB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CYAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACE%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACvB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACO%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC9B%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACzB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACzB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACvB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACG%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACE%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACI%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACI%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACO%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CqCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC3B%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACE%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACG%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACW%2CqDAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChC%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C6BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACM%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CgCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC5B%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACE%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACI%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACO%2CiCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC5B%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACC%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2C2BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACzB%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACnB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACF%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACU%2CmCAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAC3B%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAClB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACtB%2CYAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACJ%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CgBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACD%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACH%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2C%2BBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2C4BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACpB%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACR%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACX%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CoBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CeAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CqBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACf%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACT%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CyBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CuBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAAChB%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACjB%2CYAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CaAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACL%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACb%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACZ%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACd%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CwBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACrB%2CcAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACN%2CmBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACA%2C8BAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACxB%2CiBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACV%2CkBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAACP%2CsBAAC%3BEAAU%2CSAAS%2COAAT%3B%3BAC55BnC%3BEACI%2CmBAAA%3BEACA%2CwCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2C0CAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACE%2CaAAa%2CgBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmDAAmD%2COAAO%2CQAA1D%3B%3BAAGF%3BEACE%2CaAAa%2CgBAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C4BAA4B%2CMAA5B%3BEACA%2CkCAAA%3B%3BAA4RA%2COAAO%3BEJ3CL%2CyBAAA%3B%3BAI8CF%3BEACE%2CmDAAA%3BEACA%2CgDAAA%3B%3BEAEA%2C2CAAA%3B%3BAAGF%3BEJrDE%2C8BAAA%3BEIuDA%2CuEAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEJ1DE%2CWAAA%3BEAAA%2C6BAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CaAAA%3BEIgEA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CQAAQ%2CSAAS%2CQAAQ%3BEJpEvB%2CyBAAA%3BEAAA%2CWAAA%3B%3BAIwEF%3BAACA%3BEACE%2CgBAAA%3B%3BAAKF%3BEACE%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAGF%3BEALE%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEAKA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CUAAC%3BEACC%2CSAAS%2COAAT%3B%3BAAKF%2CWAAW%3BEACT%2C6CAAA%3B%3BAADF%2CWAAW%3BEACT%2CkDAAA%3B%3BAADF%2CWAAW%3BEACT%2C6CAAA%3B%3BAAMJ%2CaAAc%3BEACZ%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAOK%2CcAFJ%2C0BACC%2CQACI%3BEACC%2CWAAA%3B%3BAAKL%2CcADF%2CgBACG%3BEACC%2CaAAA%3B%3BAAKN%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CYAAY%3BEACV%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAEF%2CYAAe%3BAAAQ%2CYAAe%3BEACpC%2CcAAA%3B%3BAAEF%2CYAAe%3BEACb%2CeAAA%3B%3BAAEF%2CYAAY%3BAAAK%2CYAAY%3BAAAK%2CYAAY%3BAAAK%2CYAAY%3BEAC7D%2CyBAAA%3B%3BAAEF%2CYAAY%2CGAAG%3BAAAS%2CYAAY%2CGAAG%3BAAAS%2CYAAY%2CGAAG%3BAAAS%2CYAAY%2CEAAE%3BEACpF%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%2CYAAY%3BEACV%2CyBAAA%3B%3BAAEF%2CYAAY%2CEAAE%3BEACZ%2C2BAAA%3B%3BAAEF%3BEAAW%2CcAAA%3B%3BAAEX%3BEACE%2CaAAA%3B%3BAAGF%2CmBAAoB%2CGAAE%3BEACpB%2CWAAA%3B%3BAAEF%2CmBAAoB%3BEAClB%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CmBAAoB%3BEAClB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CoBALX%3BEAMhB%2CaAAA%3B%3BAAGJ%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmDAAA%3BEACA%2CgDAAA%3BEACA%2C2CAAA%3BEACA%2CQAAA%3B%3BAAVF%2CyBAWE%2CSAAQ%3BEACN%2CWAAA%3BEAAW%2CYAAA%3BEACX%2CmBAAA%3B%3BAAbJ%2CyBAeE%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BEACjC%2CiBAAA%3B%3BAAKJ%2CmBAAoB%3BEAClB%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CmBAAoB%3BEAClB%2CcAAA%3B%3BAAGF%2CeACE%3BEACE%2CYAAA%3B%3BAAGJ%3BEAAgB%2CYAAA%3B%3BAAElB%2CYACE%2CqBACI%3BAAFQ%2CcACZ%2CqBACI%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKR%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJH%2CiBAKG%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEJ7QD%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEIkRC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAdL%2CiBAKG%2CcAUE%3BEACE%2CaA3iBkB%2CYA2iBlB%3BEACA%2CcAAA%3B%3BAAML%2CiBAAC%2CUACE%2COAAM%3BEACJ%2CkBAAA%3B%3BAAKP%3BEACG%2CyEAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJH%2CiBAKG%2CgBACG%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAARN%2CiBAKG%2CgBACG%2CgBAGE%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CiBAKG%2CgBACG%2CgBAGE%2CaAIA%3BEACE%2CWAAA%3B%3BAAdV%2CiBAKG%2CgBACG%2CgBAGE%2CaAOA%3BEACE%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApBV%2CiBAKG%2CgBACG%2CgBAGE%2CaAOA%2CiBAKE%3BEACE%2CeAAA%3BEACA%2CyBAAA%3B%3BAAUP%2CeADD%2CgBACE%3BEACA%2CeAAA%3BEACC%2CmBAAA%3B%3BAAFF%2CeADD%2CgBACE%2CaAGG%3BEACD%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAARH%2CeADD%2CgBACE%2CaAGG%2CaAMG%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAZN%2CeADD%2CgBACE%2CaAGG%2CaAWE%3BEACD%2CeAAA%3B%3BAAfL%2CeADD%2CgBACE%2CaAGG%2CaAcE%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAOX%2CIAAI%2CSAAS%2CgBAAgB%3BEAC3B%2CyBAAA%3B%3BAAEF%2CIAAI%2CSAAS%2CgBAAgB%3BEAC3B%2CyBAAA%3B%3BAAME%2CYADF%2CqBACG%3BAAAU%2CYADb%2CqBACc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEF%2CYALF%2CqBAKG%3BEACC%2CWAAA%3B%3BAARN%2CYAWE%2CaACI%3BEACA%2CYAAA%3B%3BAAKN%3BAAAe%3BEACb%2CeAAA%3BEACA%2CaA%5C%2FoBuB%2CYA%2BoBvB%3BEACA%2CWAAA%3B%3BAAEF%2COACE%3BEACE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAALJ%2COACE%2CaAKG%3BEACG%2CeAAA%3B%3BAAPR%2COAUE%2CgBACG%3BEACE%2CeAAA%3BEACA%2CaA%5C%2FpBkB%2CYA%2BpBlB%3B%3BAAbP%2COAiBE%2CKACG%2CIAAG%3BEACF%2CkBAAA%3B%3BAAGA%2COALJ%2CKAIE%2CMACG%3BEAEC%2CiBAAA%3B%3BAAxBR%2COAiBE%2CKAUE%3BAA3BJ%2COAiBE%2CKAUS%3BEACL%2CYAAA%3B%3BAACA%2COAZJ%2CKAUE%2CMAEG%3BAAAD%2COAZJ%2CKAUS%2COAEJ%3BEACC%2CqBAAA%3B%3BAAEF%2COAfJ%2CKAUE%2CMAKG%2CMAAS%3BAAAV%2COAfJ%2CKAUS%2COAKJ%2CMAAS%3BEACR%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAxCR%2COAiBE%2CKA0BE%3BEACE%2CqFAAA%3BEAOA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAMJ%2CaAAC%3BAAAU%2CaAAC%3BEACV%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEF%2CaAAC%3BEACC%2CWAAA%3B%3BAAKJ%3BEACE%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEE%2CaADF%2CWACG%3BEACC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGA%2CaAVJ%2CWASG%2CYACE%3BEACC%2CSAAS%2CEAAT%3B%3BAAKR%2CgBACE%2CcACE%2CUAAS%3BEACP%2CkBAAA%3B%3BAAIN%2CQAAQ%2CKAAM%2CaACZ%3BAADF%2CQAAQ%2CKAAM%2CaAEZ%3BEACE%2CqBAAA%3BEAAsB%2CmBAAA%3B%3BAAH1B%2CQAAQ%2CKAAM%2CaAKZ%3BEACE%2CcAAA%3B%3BAANJ%2CQAAQ%2CKAAM%2CaAQZ%3BEACE%2CUAAA%3BEAAU%2CkBAAA%3B%3BAAId%2C2BACE%3BAADF%2C2BAEE%3BEACE%2CqBAAA%3BEAAsB%2CmBAAA%3B%3BAAH1B%2C2BAKE%3BEACE%2CcAAA%3B%3BAANJ%2C2BAQE%3BEACE%2CUAAA%3BEAAU%2CkBAAA%3B%3BAAGd%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEJ3fE%2CiBAAA%3BEI6fF%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEF%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHF%2CQAAQ%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%3BEACX%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEJzgBA%2CiBAAA%3BEI2gBA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAZJ%2CQAAQ%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%2CMAST%2CQAAK%3BEACL%2CeAAA%3BEACA%2CqBAAA%3B%3BAAfN%2CQAAQ%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%2CMAST%2CQAAK%2CMAGH%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CQAvBE%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%2CMAST%2CQAAK%2CMAUJ%2CMAEG%3BAADJ%2CQAxBE%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%2CMAST%2CQAAK%2CMAWJ%2COACG%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAA3BV%2CQAAQ%2CKAAK%2CSAIX%2CSAAQ%2CKAAK%2CMA2BT%2CQAAK%3BEACL%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIN%2CeAAgB%2CeAAiB%2COAAI%3BEACnC%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAADF%2CYAEE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COACE%3BEACE%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAALJ%2COACE%2CaAKE%3BEACE%2CWAAA%3BEACA%2CgBAAA%3B%3BAARN%2COACE%2CaAKE%2CYAGE%2CEAAC%3BEACC%2CeAAA%3B%3BAA8eR%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAEF%2CYAAI%3BEACF%2CeAAA%3B%3BAAEF%2CYAAI%3BAACJ%2CYAAI%3BEACF%2CcAAA%3B%3BAAEF%2CYAAI%3BEACF%2CeAAA%3B%3BAAEF%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CGAAG%3BAACJ%2CYAAC%2CGAAG%3BAACJ%2CYAAC%2CGAAG%3BAACJ%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAGF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAEF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAEF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAEF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAEF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAEF%2CYAAC%3BEACC%2CyBAAA%3B%3BAAEF%2CYAAC%2CEAAE%3BEACD%2C2BAAA%3B%3BAAGJ%2CYAAY%3BEACV%2CqBAAA%3B%3BAAEF%3BEAEE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAAC%3BEACC%2CUAAA%3BEACA%2CQAAA%3B%3BAAFF%2CcAAC%2CKAGC%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACC%2CcAVJ%2CKAGC%2CaAOI%3BEACC%2CkBAAA%3BEACD%2CWAAA%3B%3BAAEF%2CcAdH%2CKAGC%2CaAWM%3BEACF%2CeAAA%3B%3BAAEF%2CcAjBH%2CKAGC%2CaAcM%3BEACF%2CeAAA%3B%3BAAKR%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAJF%2CaAKE%3BEACE%2CeAAA%3B%3BAAGJ%3BEAAc%2CkBAAA%3B%3BAACd%2COAAO%2CKAAM%2CSAAQ%2CUAAW%3BEAC9B%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAACA%2COALK%2CKAAM%2CSAAQ%2CUAAW%2CGAK7B%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACE%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CaAAc%2CWAAW%3BEACvB%2CcAAA%3BEACA%2CeAAA%3B%3BAAEF%2CcAAe%2CmBAAkB%3BAAAQ%2CcAAe%2CmBAAkB%3BEACxE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGF%2CCAAC%3BEACC%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CcAAe%2CEAAC%3BAAAoB%2CsBAAuB%2CEAAC%3BEAC1D%2CcAAA%3B%3BAAEF%2CcAAe%3BEACb%2C4BAAA%3B%3BAAEF%2CcAAe%3BEACb%2C4BAAA%3B%3BAAEF%2CuBAAwB%3BEAAe%2CcAAA%3B%3BAACvC%3BEAAa%2CWAAA%3BEAAW%2CiBAAA%3BEAAiB%2CqBAAA%3BEAAqB%2CeAAA%3BEAAe%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAAChG%2CYAAa%3BEAAgB%2CeAAA%3B%3BAAC7B%2CYAAa%3BEAAS%2CcAAA%3BEAAe%2CkBAAA%3BEAAmB%2CgBAAA%3B%3BAACxD%2CYAAa%3BEAAS%2CgCAAA%3BEAAiC%2CcAAA%3B%3BAAmcvD%2CeAAgB%2CQAAO%2CKAAK%3BAAAU%2CeAAgB%2CQAAO%2COAAO%3BAACpE%2CKAAK%2CcAAe%2CiBAAmB%2CeAAY%3BAAAU%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEAAS%2CWAAA%3B%3BAAC3H%2CeAAe%2CsBAAuB%3BEACpC%2C2BAAA%3B%3BAAED%2CcAAe%3BEAAY%2CuBAAA%3B%3BAAC1B%3BAAAc%2CYAAY%3BEACxB%2CqBAAA%3B%3BAAEF%3BEACE%2CeAAA%3B%3BAAEF%3BEACE%2CkCAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEF%2CkBAAmB%2CEAAC%3BEAClB%2CeAAA%3B%3BAAEF%3BEACE%2CsBAAA%3B%3BAAEF%3BEACE%2CsBAAA%3B%3BAAEF%2CkBAAmB%2CoBAAoB%3BEACrC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CsBAAsB%2CQAAQ%3BEAC5B%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CsBAAsB%2CQAAQ%2CQAAW%2CIAAC%2CYAAY%3BEACpD%2CaAAA%3B%3BAAEF%2CsBAAuB%3BEACrB%2CgBAAA%3B%3BAAEF%2CsBAAuB%2CaAAY%3BEACjC%2CmBAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CkBAAmB%2CoBAAoB%2CWAAa%3BEAClD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CgBAAiB%2CmBAAmB%2CoBAAoB%2CWAAW%3BEACjE%2CcAAA%3B%3BAAEF%2CUAAW%2CWAAW%2CiBAAiB%3BAACvC%2CiBAAiB%2CqBAAwB%3BAACzC%2CiBAAiB%2CqBAAwB%3BEACvC%2CwBAAA%3B%3BAAEF%2CUAAW%2CWAAW%2CiBAAiB%3BEACrC%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGF%2CYAAY%2CKAAK%3BEACf%2CmBAAA%3B%3BAADF%2CYAAY%2CKAAK%2CMAEb%2CQAAK%3BEACL%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAPJ%2CYAAY%2CKAAK%2CMASf%2CmBAAqB%2CQAAK%2CMAAS%3BEACjC%2CmBAAA%3B%3BAAVJ%2CYAAY%2CKAAK%2CMAYf%2CmBAAqB%2CQAAK%2CMAAM%2CMAAS%2CIAAC%3BAAZ5C%2CYAAY%2CKAAK%2CMAaf%2CmBAAqB%2CQAAK%2CMAAM%2COAAU%2CIAAC%3BEACzC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBACE%3BAADF%2CsBAEE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3B%3BAARJ%2CsBACE%2CUAQE%3BAATJ%2CsBAEE%2CUAOE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAfN%2CsBAkBE%3BEACE%2CSAAA%3B%3BAAnBJ%2CsBAqBE%3BEACE%2CWAAA%3B%3BAAGJ%2CoBACE%3BAADF%2CoBAEE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CqCAAA%3B%3BAAXJ%2CoBACE%2CUAWE%3BAAZJ%2CoBAEE%2CUAUE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAlBN%2CoBAqBE%3BEACE%2CUAAA%3B%3BAAtBJ%2CoBAwBE%3BEACE%2CiDAAA%3B%3BAAzBJ%2CoBAwBE%2CUAEE%3BEACE%2CSAAA%3B%3BAAOF%2CmBAFF%2CcAAc%2COAEX%3BAAAD%2CmBADF%2CYACG%3BEACC%2CaA5hEgB%2CgBA4hEhB%3B%3BAAIN%2CCAAC%3BEACC%2CsBAAA%3B%3BAAGF%2CkBAAmB%2CyBAAyB%3BEAC1C%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuDAAA%3BEACA%2CoDAAA%3BEACA%2C%2BCAAA%3BEACA%2CcAAA%3B%3BAAEF%2CcAAc%3BEACZ%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAEF%3BEACE%2CyBAAA%3B%3BAAEF%2CkBAAmB%2CyBAAyB%2CeAAc%3BEACxD%2CiCAAA%3B%3BAAEF%2CcAAc%2CIAAI%2CWAAW%3BAAAQ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BAAAQ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BEACjH%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAEF%3BAAAyB%3BEACvB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEACE%2CUAAA%3B%3BAAEF%3BEACE%2CWAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CuBAAwB%3BEACtB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CuBAAwB%2CGAAE%3BEACxB%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEF%2CuBAAwB%3BEACtB%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CwBAAyB%2CKAAI%3BEAC3B%2CaAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAADF%2CuBAEE%3BEACE%2CWAAA%3B%3BAAHJ%2CuBAEE%2CaAEE%3BEACE%2CmBAAA%3B%3BAALN%2CuBAQE%3BEACE%2CUAAA%3B%3BAAIJ%3BEACE%2C8BAAA%3B%3BAADF%2CgBAEE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CgBAEE%2CGAGE%3BEACE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CgBAbJ%2CGAGE%2COAUG%3BEACC%2CcAAA%3B%3BAAEF%2CgBAhBJ%2CGAGE%2COAaG%3BEACC%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CgBApBJ%2CGAGE%2COAiBG%3BEACC%2CyBAAA%3B%3BAAEF%2CgBAvBJ%2CGAGE%2COAoBG%3BEACC%2CkDAAA%3BEACA%2C0DAAA%3BEACA%2CsBAAA%3B%3BAA5BR%2CgBAEE%2CGA8BE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnCN%2CgBAEE%2CGA8BE%2CGAIE%2CEAAC%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CgBA9CN%2CGA8BE%2CGAIE%2CEAAC%2COAYE%3BEACC%2CoCAAA%3B%3BAAEF%2CgBAjDN%2CGA8BE%2CGAIE%2CEAAC%2COAeE%2COAAO%3BAACR%2CgBAlDN%2CGA8BE%2CGAIE%2CEAAC%2COAgBE%3BEACC%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CgBAzEN%2CGA8BE%2CGAIE%2CEAAC%2COAuCE%2COAAO%3BEACN%2CSAAS%2COAAT%3B%3BAA5EV%2CgBAEE%2CGA8BE%2CGAIE%2CEAAC%2COA0CC%2CEAAC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAMV%2CWAAW%2CgBAAiB%2CGAAG%3BEAAO%2CYAAA%3B%3BAACtC%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CMAAM%3BEAC5B%2CSAAS%2CKAAT%3B%3BAAEF%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%3BEACtB%2CWAAA%3B%3BAAGF%2CKAAK%2CSAAU%3BEJz%2BDb%2CiBAAA%3BEI2%2BDA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CKAAK%2CSAAU%2CSAAS%3BEACtB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CKAAK%3BEACH%2CmBAAA%3B%3BAAEF%2COAAO%2CKAAM%2CSAAQ%3BEJt%5C%2FDnB%2CiBAAA%3BEIw%5C%2FDA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CKAAK%2CSAAU%2CSAAW%2CIAAC%2CYAAY%3BEACrC%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CKAAK%2CSAAU%2CSAAW%2CIAAC%2CYAAY%3BEACrC%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CiBAAkB%3BEAChB%2CkBAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%2CqBAAqB%3BEACnE%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%3BEAC9C%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%3BEAC9C%2CWAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%2CqBAAqB%3BEACnE%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%3BEAC9C%2C8BAAA%3B%3BAAEF%2CiBAAkB%2CcAAc%2CWAAW%2CqBAAqB%3BEAC9D%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CiBAAkB%2CWAAW%2CWAAW%2CqBAAqB%3BEAC3D%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CiBAAkB%2CcAAc%2CWAAW%3BAAC3C%2CiBAAkB%2CWAAW%2CWAAW%3BEACtC%2CaAAA%3B%3BAAEF%2CgBAAiB%2CcAAc%2CWAAW%3BAAC1C%2CgBAAiB%2CWAAW%2CWAAW%3BEACrC%2CaAAA%3B%3BAAEF%2CiBAAkB%2CcAAc%2CWAAW%2CqBAAoB%3BAAC%5C%2FD%2CiBAAkB%2CWAAW%2CWAAW%2CqBAAoB%3BEAC1D%2CSAAS%2CGAAT%3B%3BAAEF%2CgBAAiB%2CcAAc%2CWAAW%2CqBAAoB%3BAAC9D%2CgBAAiB%2CWAAW%2CWAAW%2CqBAAoB%3BAAC3D%2CiBAAkB%2CcAAc%2CWAAW%2CqBAAoB%3BAAC%5C%2FD%2CiBAAkB%2CWAAW%2CWAAW%2CqBAAoB%3BEAC1D%2CSAAS%2CiBAAiB%2CGAA1B%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CmBAAmB%2CqBAAuB%2CuBAAoB%3BEAC9E%2CSAAS%2CGAAT%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CkBAAkB%2CqBAAuB%2CuBAAoB%3BEAChG%2CSAAS%2CIAAT%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CkBAAkB%2CqBAAuB%2CuBAAoB%3BEAChG%2CSAAQ%2CiBAAiB%2CGAAzB%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CqBAAoB%3BEACvD%2CSAAS%2CGAAT%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CqBAAoB%3BEACvD%2CSAAS%2CIAAI%2CgBAAb%3B%3BAAGA%2CaAAc%2CWAAW%2CWAAW%3BAACpC%2CUAAW%2CWAAW%2CWAAW%3BAACjC%2CaAAc%2CWAAW%2CoBAAoB%3BAAC7C%2CUAAW%2CWAAW%2CoBAAoB%3BEACxC%2CcAAA%3B%3BAAEF%2CaAAc%2CWAAW%2CWAAW%2CqBAAoB%3BAACxD%2CUAAW%2CWAAW%2CWAAW%2CqBAAoB%3BAACrD%2CaAAc%2CWAAW%2CoBAAoB%2CqBAAoB%3BAACjE%2CUAAW%2CWAAW%2CoBAAoB%2CqBAAoB%3BEAC5D%2CSAAS%2CiBAAiB%2CIAA1B%3BEACA%2C0BAAA%3B%3BAAEF%2CUAAW%2CWAAW%2CWAAW%2CqBAAqB%3BAACtD%2CaAAc%2CWAAW%2CWAAW%2CqBAAqB%3BAACzD%2CaAAc%2CWAAW%2CoBAAoB%2CqBAAqB%3BAAClE%2CUAAW%2CWAAW%2CoBAAoB%2CqBAAqB%3BEAC7D%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CaAAc%3BAACd%2CUAAW%3BAACX%2CaAAc%2CWAAW%2CoBAAoB%3BAAC7C%2CUAAW%2CWAAW%2CoBAAoB%3BEACxC%2CWAAA%3B%3BAAEF%2CaAAc%3BAAAY%2CUAAW%3BAACrC%2CaAAc%2CWAAW%2CoBAAoB%3BAAC7C%2CUAAW%2CWAAW%2CoBAAoB%3BEACxC%2CWAAA%3B%3BAAEF%2CaAAc%2CWAAW%3BAAAc%2CUAAW%2CWAAW%3BEAC3D%2CaAAA%3B%3BAAGF%2CCAAC%2CSAAS%3BEACR%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CCAAC%2CSAAS%2CSAAS%3BEACjB%2CaAAa%2CgBAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CmCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CCAAC%2CSAAS%2CSAAS%2CIAAI%3BEACrB%2CSAAS%2COAAT%3B%3BAAEF%2CCAAC%2CSAAS%2CSAAS%2CMAAM%3BEACvB%2CSAAS%2COAAT%3B%3BAAEF%3BAACA%3BAAAI%3BAAAI%3BAAAI%3BEACV%2CcAAA%3B%3BAAEF%2CkBAAmB%2CSAAQ%2CUAAU%2CIAAK%2CMAAK%3BEAC7C%2CSAAS%2CGAAT%3B%3BAAEF%2CiBAAkB%3BAAAe%2CgBAAiB%3BEAChD%2CaAAA%3B%3BAAEF%2CgBAAiB%3BAAAe%2CiBAAkB%3BEAChD%2CcAAA%3B%3BAAEF%3BAAAQ%2CCAAC%2COAAO%3BEACd%2CgBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CiBAAkB%3BEAChB%2CeAAA%3B%3BAAEF%2CiBAAkB%2CMAAK%2CcAAe%2CcAAc%2CWAAW%3BAAC%5C%2FD%2CiBAAkB%2CmBAAmB%2CWAAW%2CWAAW%3BAAC3D%2CiBAAkB%2CcAAc%2CWAAW%3BAAC3C%2CiBAAkB%2CUAAU%2CWAAW%3BAACvC%2CiBAAkB%2CWAAW%2CWAAW%3BEACtC%2CaAAA%3B%3BAAEF%2CgBAAiB%2CMAAK%2CcAAe%2CcAAc%2CWAAW%3BAAC9D%2CgBAAiB%2CmBAAmB%2CWAAW%2CWAAW%3BAAC1D%2CgBAAiB%2CUAAU%2CWAAW%3BAACtC%2CgBAAiB%2CcAAc%2CWAAW%3BAAC1C%2CgBAAiB%2CWAAW%2CWAAW%3BEACrC%2CaAAA%3B%3BAAEF%2CSAAU%2CWAAW%2CqBAAqB%3BAAC1C%2CaAAc%2CWAAW%2CqBAAqB%3BAAC9C%2CUAAW%2CWAAW%2CqBAAqB%3BEACzC%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%2CWAAW%2CqBAAqB%3BAAChF%2CgBAAiB%2CmBAAmB%2CWAAW%2CWAAW%2CqBAAqB%3BEAC7E%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CgBAAiB%2CmBAAmB%2CWAAW%2CeAAe%2CqBAC9D%2CmBAAmB%2CWAAW%3BAAC9B%2CUAAW%2CWAAW%2CeAAe%3BAACrC%2CaAAc%2CWAAW%2CeAAe%3BAACxC%2CSAAU%2CWAAW%2CeAAe%3BEAClC%2CWAAA%3B%3BAAEF%2CkBAAmB%2CWAAW%2CqBAAqB%3BEACjD%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CSAAU%2CWAAW%2CWAAW%3BAAChC%2CaAAc%2CWAAW%2CWAAW%3BAACpC%2CUAAW%2CWAAW%2CWAAW%3BEAC%5C%2FB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAEF%2CiBAAkB%2CMAAK%2CcAAe%2CcAAc%2CWAAW%3BAAC%5C%2FD%2CgBAAiB%2CMAAK%2CcAAe%2CcAAc%2CWAAW%3BEAC5D%2CWAAA%3BEACA%2CcAAA%3B%3BAAGF%2CSAAU%2CWAAW%2CWAAW%2CqBAAoB%3BAACpD%2CaAAc%2CWAAW%2CWAAW%2CqBAAoB%3BAACxD%2CUAAW%2CWAAW%2CWAAW%2CqBAAoB%3BAACrD%2CSAAU%2CWAAW%2CWAAW%2CqBAAoB%3BAACpD%2CaAAc%2CWAAW%2CWAAW%2CqBAAoB%3BAACxD%2CUAAW%2CWAAW%2CWAAW%2CqBAAoB%3BAACrD%2CSAAU%2CWAAW%2CWAAW%2CqBAAoB%3BAACpD%2CaAAc%2CWAAW%2CWAAW%2CqBAAoB%3BAACxD%2CUAAW%2CWAAW%2CWAAW%2CqBAAoB%3BAACrD%2CSAAU%2CWAAW%2CWAAW%2CqBAAoB%3BAACpD%2CaAAc%2CWAAW%2CWAAW%2CqBAAoB%3BAACxD%2CUAAW%2CWAAW%2CWAAW%2CqBAAoB%3BEACnD%2CSAAS%2CGAAT%3B%3BAAEF%2CSAAU%2CWAAW%2CWAAW%3BAAChC%2CaAAc%2CWAAW%2CWAAW%3BAACpC%2CUAAW%2CWAAW%2CWAAW%3BEAC%5C%2FB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CkBAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%2CqBAAqB%3BEACnE%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%3BEAC9C%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%3BAAChD%2CiBAAkB%2CWAAW%2CWAAW%2CeAAe%3BAACvD%2CiBAAkB%2CcAAc%2CWAAW%2CeAAe%3BAAC1D%2CiBAAkB%2CUAAU%2CWAAW%2CeAAe%3BEACpD%2CWAAA%3B%3BAAEF%2CiBAAkB%2CmBAAmB%2CWAAW%2CqBAAqB%3BEACnE%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEF%2CmBAAoB%2CWAAW%2CiBAAiB%2COAChD%2CkBAAkB%2CUAAU%2CWAAW%2CWAAW%3BAAClD%2CiBAAkB%2CcAAc%2CWAAW%2CWAAW%3BAACtD%2CiBAAkB%2CWAAW%2CWAAW%2CWAAW%3BEACjD%2CYAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAEF%2CiBAAkB%2CUAAU%2CWAAW%2CWAAW%3BAAClD%2CiBAAkB%2CcAAc%2CWAAW%2CWAAW%3BAACtD%2CiBAAkB%2CWAAW%2CWAAW%2CWAAW%3BEACjD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CSAAU%2CWAAU%3BAACpB%2CaAAc%2CWAAU%3BAACxB%2CUAAW%2CWAAU%3BEACnB%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEF%2CiBAAkB%2CUAAU%2CWAAW%2CWAAW%3BAAClD%2CiBAAkB%2CcAAc%2CWAAW%2CWAAW%3BAACtD%2CiBAAkB%2CWAAW%2CWAAW%2CWAAW%3BEACjD%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEF%2COAAQ%3BEACN%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CoBAAoB%3BAAAe%2CoBAAoB%2CaAAc%3BAAAG%2CoBAAoB%2CaAAc%2COAAO%2CGAAG%3BEAClH%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeACE%3BEACE%2CgCAAA%3B%3BAACA%2CeAFF%2CqBAEG%3BEACC%2C6BAAA%3B%3BAADF%2CeAFF%2CqBAEG%2CoBAEC%2CQAAO%3BEACL%2CYAAA%3B%3BAAGJ%2CeARF%2CqBAQG%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CeARF%2CqBAQG%2CaAGC%3BEACE%2CyBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CeARF%2CqBAQG%2CaAGC%2CwBAGE%2COAAS%2CKAAG%3BEACV%2CWAAA%3B%3BAACA%2CeAhBR%2CqBAQG%2CaAGC%2CwBAGE%2COAAS%2CKAAG%2CEAET%3BEACC%2CWAAA%3B%3BAAlBZ%2CeACE%2CqBAsBE%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzBN%2CeACE%2CqBAsBE%2CwBAGE%3BEACE%2CWAAA%3B%3BAACA%2CeA3BN%2CqBAsBE%2CwBAGE%2CEAEG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CaAAA%3B%3BAA9BV%2CeACE%2CqBAsBE%2CwBAGE%2CEAME%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCV%2CeACE%2CqBAsBE%2CwBAcE%2COAAS%3BEACP%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CeAvCN%2CqBAsBE%2CwBAcE%2COAAS%2CKAGN%3BEACC%2CSAAS%2CGAAT%3BEACA%2CaAAA%3B%3BAAEF%2CeA3CN%2CqBAsBE%2CwBAcE%2COAAS%2CKAON%2CUACC%3BEACE%2CWAAA%3B%3BAA9CZ%2CeACE%2CqBAkDE%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAACA%2CeAvDJ%2CqBAkDE%2CsBAKG%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEF%2CeA1EJ%2CqBAkDE%2CsBAwBG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAGJ%2CeA%5C%2FEF%2CqBA%2BEG%2COACC%3BEACE%2CWAAA%3B%3BAACA%2CeAlFN%2CqBA%2BEG%2COACC%2CsBAEG%3BEACC%2CSAAS%2COAAT%3B%3BAAEF%2CeArFN%2CqBA%2BEG%2COACC%2CsBAKG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAgJZ%2CgBAAiB%2CmBAAmB%2CqBAAoB%3BEACtD%2CSAAS%2CGAAT%3B%3BAAEF%2CgBAAiB%2CmBAAmB%2CqBAAoB%3BEACtD%2CSAAS%2CIAAI%2CgBAAb%3B%3BAAEF%2CgBAAiB%2CmBAAmB%2CaAAa%2CiBAAiB%2CqBAAoB%3BEACpF%2CSAAS%2CGAAT%3B%3BAAEF%2CgBAAiB%2CmBAAmB%2CaAAa%2CiBAAiB%2CqBAAoB%3BEACpF%2CSAAS%2CiBAAgB%2CGAAzB%3B%3BAAGF%2CuBAAwB%2CSAAQ%2CaAAc%2CcAAa%2CoBAAoB%3BEAC7E%2CaAAA%3B%3BAAGF%2CkBAAmB%3BEAAqB%2CgCAAA%3B%3BAACxC%3BEACG%2CcAAA%3B%3BAADH%2CkBAEK%3BEACD%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CkBASK%3BEACD%2CqBAAA%3B%3BAAGJ%2CaAAc%2CmBAAmB%3BAAAa%2CkBAAmB%2CoBAAoB%2CmBAAqB%3BEAAa%2CWAAA%3BEAAW%2CyBAAA%3BEAAyB%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CWAAA%3BEAAW%2CqBAAA%3BEAAqB%2CeAAA%3B%3BAAChP%2CeAAgB%3BEAAuB%2CeAAA%3B%3BAACvC%2CeAAgB%3BEAAwB%2CgBAAA%3B%3BAACxC%2CaAAc%2CmBAAmB%3BEAC%5C%2FB%2CiBAAA%3B%3BAAEF%2CkBAAmB%2CeAAY%3BEAC7B%2CSAAS%2CGAAT%3B%3BAAEF%3BEAAkE%2CuBAAA%3B%3BAAElE%2CeAAe%3BEACX%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CmBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACd%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMF%2CQAAS%2COAAM%3BEACX%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACD%2C%2BBAAA%3BEACC%2CUAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CUAAW%3BEACP%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CKAAI%2CcAAc%3BEACpC%2CcAAA%3B%3BAAGJ%2CqBAAqB%2CgBAAiB%3BEACpC%2CeAAA%3B%3BAAEF%2CqBAAsB%2CKAAI%2CcAAc%2CoBAAqB%2CKAAI%3BEAC7D%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAiB%3BEACnC%2CuBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CYAAA%3B%3BAAEJ%2CUAAW%2CMAAK%3BEACZ%2CyBAAA%3B%3BAAEJ%2CUAAW%2CSAAS%2CMAAK%3BEACrB%2C0BAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CgCAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CMAAM%2CaAAa%3BEACf%2CqBAAA%3B%3BAAGJ%2CUAAW%2CSAAS%3BEAChB%2CoBAAA%3B%3BAAOJ%2CmBALsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEAChD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3B%3BAASpC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEAChD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAOxC%2CmBALsC%3BEACtC%3BIAAyB%2CUAAA%3B%3BEACzB%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3B%3BAAOpC%2CmBAJsC%3BEACtC%3BIAAyB%2CUAAA%3B%3BEACzB%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3B%3BAASpC%2CmBAPsC%3BEACpC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEAClD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAYxC%2CmBAVqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%3BIAAY%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEAChD%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAexC%2CmBAVqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CUAAW%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEACrC%3BIAAY%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACjD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAarF%2CmBAVqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CUAAW%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEACvC%3BIAAY%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACjD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAcrF%2CmBAXqC%3BEAErC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CUAAW%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEACrC%3BIAAY%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACjD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAGrF%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CgBAAiB%3BEACb%2CqBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAEJ%2CgBAAiB%2CMAAK%3BEAClB%2CyBAAA%3B%3BAAEJ%2CgBAAiB%2CSAAS%2CMAAK%3BEAC3B%2C0BAAA%3B%3BAAEJ%2CgBAAiB%2CQAAQ%2CKAAK%3BEAC1B%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%2CSAAS%3BEACtB%2CoBAAA%3B%3BAAOJ%2CmBALsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAkB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3B%3BAAUpC%2CmBARsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAkB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBAPsC%3BEACpC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAkB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACxD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAYxC%2CmBAVqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CUAAA%3B%3BEACzF%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3B%3BEACpC%3BIAAkB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAexC%2CmBAVqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CgBAAiB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC3C%3BIAAkB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACvD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAarF%2CmBAVqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CgBAAiB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC7C%3BIAAkB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACvD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAcrF%2CmBAXqC%3BEAErC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CgBAAiB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC3C%3BIAAkB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACvD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAGrF%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CeAAgB%3BEACZ%2CqBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAEJ%2CeAAgB%2CMAAK%3BEACjB%2CyBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%2CMAAK%3BEAC1B%2C0BAAA%3B%3BAAEJ%2CeAAgB%2CQAAQ%2CKAAK%3BEACzB%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%3BEACrB%2CoBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%2CQAAQ%3BEAC7B%2CaAAA%3B%3BAAUJ%2CmBANsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACjC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3B%3BAAUpC%2CmBARsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACjC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAASxC%2CmBAPsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBARsC%3BEACtC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACrD%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAWxC%2CmBARsC%3BEACpC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC1E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBARsC%3BEACpC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC1E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBARqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC1E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBARqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC1E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBARqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2C%2BBAAA%3BIAAgC%2CUAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC1E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CUAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAWxC%2CmBATqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%3BIAAiB%2CUAAA%3BIAAW%2CcAAA%3BIAAe%2CYAAA%3BIAAa%2CoBAAA%3BIAAqB%2CeAAA%3B%3BEAC7E%2CeAAe%2CUAAU%3BIAAQ%2C%2BBAAA%3B%3BEACnC%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3B%3BEACpC%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAUxC%2CmBAPqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3B%3BEACpC%3BIAAiB%2CUAAA%3BIAAW%2CcAAA%3BIAAe%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACxD%2CqBAAsB%3BIAAU%2CaAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CYAAA%3B%3B%3BAAaxC%2CmBAXqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%3BIAAiB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%2CeAAe%2CUAAU%3BIAAQ%2CkBAAA%3B%3BEACjC%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3B%3BAAgBxC%2CmBAXqC%3BEACrC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CeAAgB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC1C%3BIAAiB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CeAAe%2CUAAU%3BIAAQ%2CkBAAA%3B%3BEACjC%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAcrF%2CmBAXqC%3BEACnC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CeAAgB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC5C%3BIAAiB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CeAAe%2CUAAU%3BIAAQ%2CkBAAA%3B%3BEACjC%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAerF%2CmBAZqC%3BEAErC%3BIAAyB%2CWAAA%3BIAAY%2CgCAAA%3BIAAiC%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACzF%2CeAAgB%3BIAAI%2CqBAAA%3BIAAsB%2CiBAAA%3B%3BEAC1C%3BIAAiB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CYAAA%3BIAAa%2CoBAAA%3B%3BEACtD%3BIAAuB%2CYAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3B%3BEACjD%2CeAAe%2CUAAU%3BIAAQ%2CkBAAA%3B%3BEACjC%2CqBAAsB%3BIAAU%2CYAAA%3B%3BEAChC%2CqBAAsB%2CSAAS%3BIAAS%2CWAAA%3B%3BEACxC%2CqBAAsB%2CgBAAgB%3BIAAyB%2CqBAAA%3BIAAsB%2CaAAA%3B%3B%3BAAGrF%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CeAAgB%3BEACZ%2CqBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAEJ%2CeAAgB%2CMAAK%3BEACjB%2CyBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%2CMAAK%3BEAC1B%2C0BAAA%3B%3BAAEJ%2CeAAgB%2CQAAQ%2CKAAK%3BEACzB%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%3BEACrB%2CoBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%2CQAAQ%3BEAC7B%2CaAAA%3B%3BAAGJ%2CYAAa%2CcAAa%3BEACtB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAqB%2CmBAAmB%2CoBAAoB%2CWAAW%2CiBAAiB%2COAAI%3BEAC1F%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CoBAAqB%2CmBAAmB%2CWAAW%3BEACjD%2CSAAA%3B%3BAAEF%2CoBAAqB%2CmBAAmB%2CoBAAoB%2CWAAW%2CIAAC%3BAAAa%2CoBAAqB%2CmBAAmB%2CoBAAoB%2CWAAW%2CIAAC%3BEAC3J%2CcAAA%3B%3BAAEF%2CoBAAqB%2CmBAAmB%2CoBAAoB%3BEAC1D%2CaAAA%3B%3BAAGF%2CyBAA0B%3BEACtB%2CiBAAA%3B%3BAAEJ%2CUAAW%2COAAO%3BEACd%2C4BAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CQAAO%3BEAC7C%2CiBAAA%3B%3BAAGJ%2CMACE%2CcACE%2CQAAO%3BEACL%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAALN%2CMACE%2CcAME%3BEACE%2CgBAAA%3BEACA%2CWAAA%3B%3BAATN%2CMACE%2CcAME%2CUAGE%2CWACE%2CGAAE%3BEACA%2CWAAA%3B%3BAAZV%2CMACE%2CcAME%2CUAGE%2CWAIE%3BEACE%2CWAAA%3B%3BAAfV%2CMACE%2CcAME%2CUAWE%3BEACE%2C4BAAA%3B%3BAAnBR%2CMACE%2CcAME%2CUAcE%3BEACE%2CyBAAA%3B%3BAAtBR%2CMACE%2CcAME%2CUAcE%2CmBAEE%3BEACE%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAzBV%2CMACE%2CcAME%2CUAcE%2CmBAME%3BEACE%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CMAtCR%2CcAME%2CUAcE%2CmBAME%2CaAYG%3BEACC%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAArDZ%2CMACE%2CcAyDE%3BAA1DJ%2CMACE%2CcAyDK%2CeAAe%3BEAChB%2CcAAA%3B%3BAA3DN%2CMACE%2CcA4DE%3BEACE%2CWAAA%3B%3BAA9DN%2CMACE%2CcA%2BDE%3BEACE%2CWAAA%3B%3BAAKN%2CMAAO%2CcAAc%2CUAAU%2CSAAS%2CGAAE%2CYAAa%2CGAAE%2CWAAY%2CEAAC%3BAAAW%2CMAAO%2CcAAc%2CUAAU%2CSAAS%2CGAAE%2CYAAa%2CGAAE%2CWAAY%2CEAAC%3BAAAW%2CMAAO%2CcAAc%2CUAAU%2CSAAS%2CGAAE%2CYAAa%2CGAAE%2CWAAY%2CEAAC%3BAAAW%2CMAAO%2CcAAc%2CUAAU%2CSAAS%2CGAAE%2CYAAa%2CGAAE%2CWAAY%2CEAAC%3BEACvT%2CWAAA%3B%3BAAEF%2CYAAa%2CSAAS%3BEACpB%2CgBAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC1%2BGF%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CsBAAA%3BEAEA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3BEAER%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACI%2CmBAAA%3BEACJ%2CwCAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CaAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEAEV%2CmBAAmB%2CoBAAnB%3BEACG%2CgBAAgB%2CoBAAhB%3BEACC%2CeAAe%2CoBAAf%3BEACC%2CcAAc%2CoBAAd%3BEACG%2CWAAW%2CoBAAX%3B%3BAAGZ%3BEAEI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAY%3BAACZ%2CYAAY%3BEAER%2CcAAA%3BEAEA%2CSAAS%2CEAAT%3B%3BAAEJ%2CYAAY%3BEAER%2CWAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAGJ%3BEAEI%2CaAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CYAAA%3B%3BAAEJ%2CYAAa%3BEAET%2CcAAA%3B%3BAAEJ%2CYAAY%2CcAAe%3BEAEvB%2CaAAA%3B%3BAAEJ%2CYAAY%2CSAAU%3BEAElB%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEAEf%2CcAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEAEZ%2CcAAA%3BEAEA%2CYAAA%3BEAEA%2C6BAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CaAAA%3B%3B%3BA9BnHJ%2CcAAe%3BEAEX%2CqBAAqB%2C0CAArB%3B%3B%3BAAIJ%3BEAEI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CSAAS%2CkBAAT%3BEACA%2CSAAS%2C0BAA4B%2COAAO%2C0BAA0B%2CoBAAsB%2COAAO%2CaAAa%2CmBAAqB%2COAAO%2CiBAAiB%2CyBAA2B%2COAAO%2CMAA%5C%2FL%3B%3B%3BAAGJ%3BAACA%3BEAEI%2CYAAA%3BEACA%2CcAAA%3BEAEA%2CkBAAA%3BEACA%2CQAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BEAEP%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BEAEb%2CUAAA%3B%3BAAEJ%2CWAAW%2CeAAe%3BAAC1B%2CWAAW%2CeAAe%3BEAEtB%2CaAAA%3B%3BAAGJ%2CWAAW%3BAACX%2CWAAW%3BEAEP%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaAAA%3BEACA%2CYAAA%3BEAEA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEAEI%2CWAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CSAAS%2CKAAT%3B%3BAAEJ%2CWAAY%2CYAAW%3BEAEnB%2CSAAS%2CKAAT%3B%3BAAGJ%3BEAEI%2CYAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CSAAS%2CKAAT%3B%3BAAEJ%2CWAAY%2CYAAW%3BEAEnB%2CSAAS%2CKAAT%3B%3B%3BAAIJ%2CaAAa%3BEAET%2CmBAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEACA%2CaAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEAEA%2CgBAAA%3BEAEA%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CkBAAA%3BEAEA%2CqBAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEAEA%2CeAAA%3B%3BAAEJ%2CWAAY%2CGAAG%3BEAEX%2CYAAA%3BEACA%2CcAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%3BAACrB%2CWAAY%2CGAAG%2COAAM%3BEAEjB%2CaAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%2CMAAM%3BAAC3B%2CWAAY%2CGAAG%2COAAM%2CMAAM%3BEAEvB%2CUAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%3BEAEjB%2CaAAa%2COAAb%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEAEA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CSAAS%2CKAAT%3BEACA%2CkBAAA%3BEAEA%2CaAAA%3BEACA%2CYAAA%3BEAEA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CaAAc%2COAAM%3BEAE9B%2CaAAA%3BEACA%2CYAAA%3B%3BA%2BBxMJ%2CgBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CaAAa%3BEACT%2CWAAA%3B%3BAAFR%2CqBAII%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAANR%2CqBAQI%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CgBAAA%3B%3BAArBR%2CqBAYI%2CSAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CqBAYI%2CSAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnCZ%2CqBAYI%2CSAyBI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBArCR%2CSAyBI%2CYAYK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKhB%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAqB%2CkBACjB%3BEACI%2CkBAAA%3B%3BAAFR%2CqBAAqB%2CkBAIjB%2CaAAa%2CMAAI%3BEACb%2CiBAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBkB%2CaAkBjB%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAvBkB%2CaAuBjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBA7BkB%2CaA6BjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAY%3BEAC9B%2CaAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAJkB%2CaAAY%2CWAI7B%3BEACG%2CwBAAA%3B%3BAAEJ%2CqBAPkB%2CaAAY%2CWAO7B%3BEACG%2CgBAAA%3BEACG%2C4BAAA%3BEACA%2CgBAAgB%2C4BAAhB%3BEACH%2CiBAAA%3B%3BAAEJ%2CqBAbkB%2CaAAY%2CWAa7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%2CaAAY%3BEAU9B%2CUAAA%3BEACA%2CyBAAA%3B%3BAAVA%2CqBADkB%2CaAAY%2CWAC7B%3BEACG%2CwBAAA%3B%3BAAEJ%2CqBAJkB%2CaAAY%2CWAI7B%3BEACG%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAgB%2C2BAAhB%3BEACA%2CiBAAA%3B%3BAAIJ%2CqBAZkB%2CaAAY%2CWAY7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CqBADkB%2CcACjB%2CMACG%2CsBAAsB%2CaAAY%3BEAC9B%2CQAAA%3B%3BAAFR%2CqBADkB%2CcACjB%2CMAIG%2CsBAAsB%2CaAAY%3BEAC9B%2CUAAA%3B%3BAAWZ%2CmBAPqC%3BEACjC%2CqBACI%3BIACI%2CeAAA%3B%3B%3BAAwDZ%2CmBApDoC%3BEAChC%2CqBACI%3BIACI%2CeAAA%3B%3BEAFR%2CqBACI%2CSAEI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEALZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAXZ%2CqBACI%2CSAYI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%3BIAM9B%2CWAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%2CaAAY%3BIAM9B%2CSAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%3BIAClB%2CiBAAA%3B%3BEAEJ%2CqBAAqB%2CkBACjB%2CaAAa%2CMAAI%3BIACb%2CiBAAA%3B%3B%3BAAyDZ%2CmBArDoC%3BEAChC%2CgBACI%3BIACI%2CgBAAA%3B%3BEAIR%2CqBACI%3BIAKI%2CeAAA%3B%3BEANR%2CqBACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAZZ%2CqBACI%2CSAaI%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CwBAAA%3B%3BEAEJ%2CqBAAsB%2CaAClB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEALR%2CqBAAsB%2CaAQlB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAZR%2CqBAAsB%2CaAelB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAAIZ%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CcAAe%3BEACZ%2CYAAA%3BEACA%2CeAAA%3B%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAC5NC%2CgBALsC%3BEC4EtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEEjtDJ%2COACI%2CgBACI%2CeAGI%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGmMX%2CgBAGI%2COHtMH%2CUAAU%3BEGiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Rf%2CUAAU%3BEGmVX%2CkBACM%2CYHpVL%2CUAAU%3BEGyVX%2CkBACI%2CUH1VH%2CUAAU%3BEIhJX%2CYACI%2COJ%2BIH%2CUAAU%3BEKcX%2CiCL%2BsDI%2COA7tDH%2CUAAU%3BEMJX%2CuBNiuDI%2COA7tDH%2CUAAU%3BEO6hBX%2CcPgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEEOX%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%3BEG8LX%2CgBAGI%2COHjMH%2CUAAU%3BEG4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%3BEG8UX%2CkBACM%2CYH%5C%2FUL%2CUAAU%3BEGoVX%2CkBACI%2CUHrVH%2CUAAU%3BEIrJX%2CYACI%2COJoJH%2CUAAU%3BEKSX%2CiCL%2BsDI%2COAxtDH%2CUAAU%3BEMTX%2CuBNiuDI%2COAxtDH%2CUAAU%3BEOwhBX%2CcPgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEEIR%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%2CGAGH%3BEG2LR%2CgBAGI%2COHjMH%2CUAAU%2CGAGH%3BEGyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%2CGAGH%3BEG2UR%2CkBACM%2CYH%5C%2FUL%2CUAAU%2CGAGH%3BEGiVR%2CkBACI%2CUHrVH%2CUAAU%2CGAGH%3BEIxJR%2CYACI%2COJoJH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGuNA%2CUACI%3BEKVJ%2CgBACI%3BIR9MA%2CmBAAA%3B%3BEAsEJ%3BEK1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BELmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BENzTjB%2CmBMgTI%2CUAOI%2CYACI%2CQACK%3BES9ajB%2CKAAK%2CKAAK%2COTqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BENlTZ%2CmBMgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIRtLA%2CkBAAA%3B%3BEQ0OA%3BEUnRA%3BEChCA%2CaAOI%3BECtJJ%2CsBACI%3BIpBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEamFD%2CwBAKI%2CebzFH%3BEaoFD%2CwBAKI%2CebxFH%3BEaoID%2CiCbrIC%3BEaqID%2CiCbpIC%3BEa0JD%2CkBb3JC%3BEa2JD%2CkBb1JC%3BEciED%2CcAKI%2CedvEH%3BEckED%2CcAKI%2CedtEH%3BEckHD%2CuBdnHC%3BEcmHD%2CuBdlHC%3BEc8ID%2CkBd%5C%2FIC%3BEc%2BID%2CkBd9IC%3BEUgHD%2CkBAaI%2CeV9HH%3BEUiHD%2CkBAaI%2CeV7HH%3BEUkID%2COACI%2CgBACI%2CeVrIP%3BEUmID%2COACI%2CgBACI%2CeVpIP%3BEe8fD%2Cef%5C%2FfC%3BEe%2BfD%2Cef9fC%3BEWyTD%2CgBX1TC%3BEW0TD%2CgBXzTC%3BEWuYD%2CQACI%2CoBXzYH%3BEWwYD%2CQACI%2CoBXxYH%3BEWuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeX%5C%2FYX%3BEWwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeX9YX%3BEWuaD%2CqBACI%2COAAM%2CUXzaT%3BEWwaD%2CqBACI%2COAAM%2CUXxaT%3BESmSD%2C0BACI%2CcTrSH%3BESoSD%2C0BACI%2CcTpSH%3BEqByND%2CKAAK%2CMACD%2CeACI%2CQrB5NP%3BEqB0ND%2CKAAK%2CMACD%2CeACI%2CQrB3NP%3BEqByND%2CKAAK%2CMACD%2CeAEI%2CSrB7NP%3BEqB0ND%2CKAAK%2CMACD%2CeAEI%2CSrB5NP%3BEsBoaD%2C0BtBraC%3BEsBqaD%2C0BtBpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BEuBugBD%2CYvBxgBC%3BEuBwgBD%2CYvBvgBC%3BEuBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEuBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEuBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEwBocD%2CYASI%2CQAAO%2CMxB9cV%3BEwBqcD%2CYASI%2CQAAO%2CMxB7cV%3BEwBylBG%2COAAC%2CQxB1lBJ%3BEwB0lBG%2COAAC%2CQxBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEa8ED%2CwBAKI%2CebnFH%3BEa%2BHD%2CiCb%5C%2FHC%3BEaqJD%2CkBbrJC%3BEc4DD%2CcAKI%2CedjEH%3BEc6GD%2CuBd7GC%3BEcyID%2CkBdzIC%3BEU2GD%2CkBAaI%2CeVxHH%3BEU6HD%2COACI%2CgBACI%2CeV%5C%2FHP%3BEeyfD%2CefzfC%3BEWoTD%2CgBXpTC%3BEWkYD%2CQACI%2CoBXnYH%3BEWkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeXzYX%3BEWkaD%2CqBACI%2COAAM%2CUXnaT%3BES8RD%2C0BACI%2CcT%5C%2FRH%3BEqBoND%2CKAAK%2CMACD%2CeACI%2CQrBtNP%3BEqBoND%2CKAAK%2CMACD%2CeAEI%2CSrBvNP%3BEsB%2BZD%2C0BtB%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BEuBkgBD%2CYvBlgBC%3BEuB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEuB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEuB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEwB%2BbD%2CYASI%2CQAAO%2CMxBxcV%3BEwBolBG%2COAAC%2CQxBplBJ%3BIACG%2CWAAA%3B%3BEQ2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEbjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEqB0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEbvbpC%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BInByKJ%2CsBAAA%3B%3BEAsBA%3BEoB9dA%3BIpBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIRvUlB%2CgBAAA%3B%3BE6BulBA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEADN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBpSR%2C8BACI%2CUACM%2CSqB8KR%3BErBhLF%2C8BACI%2CUAEI%2CQAAU%2CSqB6KhB%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2C8BrBhTA%2CUACM%2CSqB6ST%2COAEI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEAAD%2C8BrBhTA%2CUACM%2CSqB8ST%2CSACI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BErB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BEN7gBJ%2CmBM4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIR5XJ%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BE3BtzBJ%2CmBM4gBA%2CUACI%2COqBySA%3BEZ36BJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COqBySA%3BIACA%2CWAAA%3B%3BErBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BENjhBxB%2CmBM4gBA%2CUACI%2COAGK%2CeAAe%3BENhhBxB%2CmBM4gBA%2CUACI%2COAIK%2CeAAe%3BEStoBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAGK%2CeAAe%3BESroBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BENrhBR%2CmBM4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIRjaA%2CWAAA%3B%3BEQqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIRpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEQ0xBA%2C0BAOI%2CQAAU%3BEWjjBd%2CKAAK%2COAAO%2CSXijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEmB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BIhB3GJ%2CiBAAA%3B%3BEQqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BIvBhRd%2CiBAAA%3B%3BEQqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BIvBvSX%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiC%5C%2FQS%2COjC%2BQT%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BE0B5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI3B%2BrCnC%2CaAAA%3B%3BEAsCA%3BENvtCA%3BEqBscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BENvwCZ%2C4BMqwCI%2CWACI%2CoBACI%3BENtwCZ%2CyBMowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI4B3tCA%2CYAAA%3B%3BE5B2tCA%2C2B4BztCE%2CQAGI%2CKACI%3BE5BqtCV%2C2B4BxtCE%2CQAEI%2CKACI%3BE5BqtCV%2C2B4BvtCE%2CQACI%2CKACI%3BE5BqtCV%2C2B4BztCE%2CQAGI%2CKAEI%3BE5BotCV%2C2B4BxtCE%2CQAEI%2CKAEI%3BE5BotCV%2C2B4BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE5BmtCZ%2C2B4B9sCE%2CQACI%2CKACI%3BE5B4sCV%2C2B4B9sCE%2CQACI%2CKAEI%3BIpCoCV%2C6BAAA%3B%3BEQorCA%3BEGhiCA%2CQA2BI%3BEFnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGpiCJ%2CQA2BI%2CSHwgCA%3BEGniCJ%2CQA2BI%2CSHygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEGxiCJ%2CQA2BI%2CSH6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEG7iCJ%2CQA2BI%2CSHkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BIRjsCJ%2CiBAAA%3BIQmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BI3B3HJ%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIQ4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKltDV%2CiCL%2BsDI%2COAGM%3BEMpuDV%2CuBNiuDI%2COAGM%3BEOnsCV%2CcPgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKttDZ%2CiCL%2BsDI%2COAGM%2CSAIE%3BEMxuDZ%2CuBNiuDI%2COAGM%2CSAIE%3BEOvsCZ%2CcPgsCI%2COAGM%2CSAIE%3BIRvmDZ%2CiBAAA%3B%3BEQ%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIR5mDR%2CiBAAA%3B%3BEQ%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE8B%5C%2F2DZ%3BItC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEyB%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEYrDA%2CCAAC%2CmBAAwB%2CQZkDtB%3BIzBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCrZL%2CCAAC%2CoBAAyB%2CQZ%2BCvB%3BIzBoMP%2CmBAAA%3BIqC9KA%2CqBAAA%3BIrC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqClZL%2CCAAC%2CyBAA%2BB%2CQZ4C7B%3BIzBoMP%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqC%5C%2FYL%2CCAAC%2C0BAAgC%2CQZyC9B%3BIzBoMP%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyBhWT%3BIAEI%2CiBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIrCuO9B%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCtYL%2CCAAC%2CyBAA%2BB%3BIrCoOpC%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCnYL%2CCAAC%2C0BAAgC%3BIrCiOrC%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIrC2N9B%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqC1XL%2CCAAC%2CyBAA%2BB%3BIrCwNpC%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCvXL%2CCAAC%2C0BAAgC%3BIrCqNrC%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEc6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIvCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIuCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIxCSA%2CgBAAA%3BIAAA%2CgBAAA%3BIwCJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIxChBN%2CgBAAA%3B%3BEwCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIxCxBJ%2CWAAA%3BIwC0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIxC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIwCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIxC1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIxCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIwC2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIxCzFpB%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEQmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBRnGhB%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CWQkPI%2CQA2DK%2COACK%2CaAGI%2CgBRjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQlFA%2CWAiCI%2CQA8EI%3BIxCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIwC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIxClHZ%2CgBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIxC%5C%2FON%2CgBAAA%3B%3BEwCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIxC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIwC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIxCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIwCuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIxCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEwCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIxCjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIxCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIxCpL5B%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEQgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR9LxB%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CWQkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCxPQ%2COzCwPR%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQ0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIxCpMZ%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEAMA%2CWQkPI%2CQA2KK%2CKR7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCzPgB%2COzCyPhB%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEGpGR%3BI1CyFA%2CgCAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE3CdJ%2CQ2CUQ%2CKAAK%2CM3CVZ%3BEACD%2CQ2CSQ%2CKAAK%2CM3CTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CM3CJZ%3BIACG%2CWAAA%3B%3BE2CGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI5CwRN%2CYAAA%3BI4CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI5CgRP%2CgBAAA%3BI4C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5CsBJ%2CQ2CUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C4BN%3BEACD%2CQ2CSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5CkCN%3BIACG%2CWAAA%3B%3BE4C3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI5CsNP%2CkBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI5CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI4C%5C%2FLQ%2CmBAAA%3BI5C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6CjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BI7CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BI7C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5CyL9B%2CmBAAA%3B%3BE4CrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5C0KtB%2CmBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI5CqKP%2CmBAAA%3BI4CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5CkKJ%2CsBAAA%3B%3BE2CnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BI9C8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE8CjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BI%5C%2FCiQJ%2CkBAAA%3B%3BE8C9PA%2CgBCMA%2CWAKI%2CEAAC%3BI%5C%2FCmPL%2CeAAA%3B%3BE8C9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIjDiHR%2C6BAAA%3BIiD%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECaZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEtCmEJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BIb0GJ%2CmBAAA%3B%3BEatGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEvB5CR%2CyBADqB%2CSACpB%3BIAzJD%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CyBAkJyB%2CSACpB%2CMAnJJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA8IyB%2CSACpB%2CMA%5C%2FIJ%3BIDKD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BECwII%2CyBADqB%2CSACpB%2CMA3IL%3BIACI%2CaAAA%3B%3BEA8IA%2CyBALqB%2CSAKpB%3BIAxID%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAGJ%2CyBA8HyB%2CSAKpB%2CKAnIJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA0HyB%2CSAKpB%2CKA%5C%2FHJ%3BIDTD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CsCAAhB%3B%3BEC0II%2CyBATqB%2CSASpB%3BIA5HD%2CQAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAyHA%2CyBATqB%2CSASpB%2CKAtHL%3BIACI%2CkBAAA%3B%3BEAGJ%2CyBAyGyB%2CSASpB%2CKAlHJ%3BIACG%2C4BAAA%3B%3BEAGJ%2CyBAqGyB%2CSASpB%2CKA9GJ%3BIDpCD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3BICqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BE8DqCJ%2CeAAgB%2CkBAGZ%3BEAFJ%2CuBAAwB%2CkBAEpB%3BEADJ%2CgBAAiB%2CkBACb%3BIACI%2CWAAA%3B%3BEAJR%2CeAAgB%2CkBAOZ%2CqBAAoB%2CWAAW%3BEANnC%2CuBAAwB%2CkBAMpB%2CqBAAoB%2CWAAW%3BEALnC%2CgBAAiB%2CkBAKb%2CqBAAoB%2CWAAW%3BIAC3B%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBAAqB%3BIACjB%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEClGJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%2CMAAM%2CQAAQ%2CIAAI%3BIAChD%2CSAAA%3B%3BECsIJ%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAC5D%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAM5D%2CSAAM%3BIACJ%2CUAAA%3BIACA%2CWAAA%3B%3BEARR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAW5D%3BEAXN%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAY5D%3BIACE%2CeAAA%3B%3BEAKJ%2CsBADmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUACnD%2CiBAAkB%2CQAAU%3BEAC7B%2CsBAFmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAEnD%2CiBAAkB%2CQAAU%3BIACzB%2COAAO%2CgBAAP%3B%3BEC4GR%3BIAEQ%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CiBAAC%2CaAAc%3BIACX%2C2BAAA%3B%3BEAGJ%2CiBAAC%2CcAAe%3BIACZ%2CmBAAA%3B%3BEAhBR%2CiBAmBI%3BIACI%2CYAAA%3B%3BEApBR%2CiBAuBI%3BIACI%2CYAAA%3B%3BEAxBR%2CiBA2BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BEA3BjD%2CiBA4BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BIACzC%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBR%2CiBAkCI%2CuBAAuB%2CUAAS%2COAAO%2CKAAQ%2CSAAM%2CIAAI%3BIACrD%2CgBAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CsBAAA%3B%3BEAvCR%2CiBA0CI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA5CR%2CiBA%2BCI%2CmBAAmB%3BIACf%2CaAAA%3B%3BEAhDR%2CiBAmDI%3BIACI%2CmBAAA%3B%3BEApDR%2CiBAuDI%2CoBAAoB%2CqBAAoB%2CWAAW%3BIAC%5C%2FC%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%3BEAChC%2CiBAAiB%2CaAAc%3BICrV3B%2CaAAA%3BIAYA%2CeAAA%3BID6UI%2CoBAAA%3BIACA%2CWAAA%3B%3BEANR%2CiBAAiB%2CcAAe%2CoBAS5B%3BEARJ%2CiBAAiB%2CaAAc%2CoBAQ3B%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CiBAAiB%2CcAAe%2CoBAc5B%3BEAbJ%2CiBAAiB%2CaAAc%2CoBAa3B%3BEAdJ%2CiBAAiB%2CcAAe%2CoBAe5B%3BEAdJ%2CiBAAiB%2CaAAc%2CoBAc3B%3BIACI%2CgBAAA%3B%3BEAhBR%2CiBAAiB%2CcAAe%2CoBAmB5B%3BEAlBJ%2CiBAAiB%2CaAAc%2CoBAkB3B%3BIACI%2CcAAA%3B%3BEApBR%2CiBAAiB%2CcAAe%2CoBAuB5B%3BEAtBJ%2CiBAAiB%2CaAAc%2CoBAsB3B%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA3BR%2CiBAAiB%2CcAAe%2CoBA8B5B%3BEA7BJ%2CiBAAiB%2CaAAc%2CoBA6B3B%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAjCR%2CiBAAiB%2CcAAe%2CoBAoC5B%2CmBAAmB%3BEAnCvB%2CiBAAiB%2CaAAc%2CoBAmC3B%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAvCR%2CiBAAiB%2CcAAe%2CoBA0C5B%2CmBAAmB%3BEAzCvB%2CiBAAiB%2CaAAc%2CoBAyC3B%2CmBAAmB%3BIACf%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEA9CR%2CiBAAiB%2CcAAe%2CoBAiD5B%2CYAAW%3BEAhDf%2CiBAAiB%2CaAAc%2CoBAgD3B%2CYAAW%3BIACP%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEApDR%2CiBAAiB%2CcAAe%2CoBAuD5B%2CYAAW%3BEAtDf%2CiBAAiB%2CaAAc%2CoBAsD3B%2CYAAW%3BIACP%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CiBAAiB%2CcAAe%2CoBA6D5B%3BEA5DJ%2CiBAAiB%2CaAAc%2CoBA4D3B%3BIACI%2CkBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%2CoBAAmB%3BEACnD%2CiBAAiB%2CaAAc%2CoBAAmB%3BIAE1C%2CsBAAA%3B%3BEAHR%2CiBAAiB%2CcAAe%2CoBAAmB%2COAM%5C%2FC%3BEALJ%2CiBAAiB%2CaAAc%2CoBAAmB%2COAK9C%3BIACI%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CYAAa%2CoBAC1B%3BIACI%2CiBAAA%3B%3BEAFR%2CiBAAiB%2CYAAa%2CoBAK1B%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAPR%2CiBAAiB%2CYAAa%2CoBAU1B%3BIACI%2CmBAAA%3B%3BEAXR%2CiBAAiB%2CYAAa%2CoBAc1B%3BIACI%2CmBAAA%3B%3BEAIR%2CiBAAiB%2CeAAgB%3BIAC7B%2CsBAAA%3B%3BEEtVJ%3BIAEQ%2CmBAAA%3B%3BEAFR%2CcAKI%3BIACI%2CUAAA%3B%3BECqDR%3BIACI%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BEAChB%2CgBAAiB%3BEACjB%2CuBAAwB%3BIAEhB%2CmBAAA%3BIACA%2CoBAAA%3B%3BEALR%2CeAAgB%2CmBAQZ%3BEAPJ%2CgBAAiB%2CmBAOb%3BEANJ%2CuBAAwB%2CmBAMpB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAVR%2CeAAgB%2CmBAaZ%3BEAZJ%2CgBAAiB%2CmBAYb%3BEAXJ%2CuBAAwB%2CmBAWpB%3BIACI%2CmBAAA%3B%3BECnCR%2CeAAgB%3BIACZ%2CkBAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CkBAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CUAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3B%3BEC2fJ%3BIACI%2C6BAAA%3B%3BEADJ%2C0BAGI%3BIACI%2CqBAAA%3B%3BEAJR%2C0BAOI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGR%2C0BACI%2CcACI%3BIACI%2CYAAA%3B%3BEAHZ%2C0BACI%2CcAKI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3B%3BEARZ%2C0BACI%2CcAUI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYACI%3BIACI%2CiBAAA%3B%3BEACA%2CYAFJ%2C2BAEK%3BIACG%2CmBAAA%3B%3BEAJZ%2CYACI%2C2BAKI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEARZ%2CYACI%2C2BAUI%3BIACI%2CUAAA%3B%3BEAIA%2CYAfR%2C2BAcI%2CcACK%3BIACG%2CgBAAA%3B%3BEAjBhB%2CYACI%2C2BAcI%2CcAKI%3BIACI%2CYAAA%3B%3BEArBhB%2CYACI%2C2BAcI%2CcASI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAKhB%2C%2BBACI%2CGAAE%3BIACE%2CaAAA%3B%3BECloBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI7DgMR%2CiBAAA%3B%3BE6DzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI7DqLR%2CeAAA%3B%3BE6DzMA%2CqBAcI%2CQAUI%3BI7DiLR%2CiBAAA%3BI6D%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI7D0KR%2CeAAA%3B%3BE6DzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI7DmKb%2CeAAA%3BI6DjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEhD2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BId4HJ%2CmBAAA%3B%3BEcxHY%2CuBAJR%2COAGK%2CSACI%3BIdwHb%2CoBAAA%3B%3BEclHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEgBuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BI1BuE7B%2CcAAA%3BI0BrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BI1B8DZ%2CcAAA%3B%3BE0B5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BI1B2DhB%2CiBAAA%3BI0BzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BI1BmDZ%2CiBAAA%3BI0BjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEqCsKZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BE7C1OZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIlBqCA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIkBjCI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIlB2BJ%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEdqPI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIlBqBL%2CcAAA%3BIkBnBQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIlBWL%2C%2BFAAA%3BIkBTQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWcyBE%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgCHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCnPQ%2COzCmPR%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIhC2PL%2CcAAA%3B%3BEkBKI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSuBjQA%2COvBiQA%3B%3BEAIR%3BIACI%2CYAAA%3B%3BEACA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CcAAA%3B%3BE8C8TR%2CkBACI%2CoBACI%3BIhEnVR%2CmBAAA%3B%3BEgEiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BIhEtXZ%2CiBAAA%3BIgEwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6QR%2CQAAQ%3BIACJ%2CYAAA%3BIhErtBJ%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3B%3BEmB83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIhEztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CjJA%2CQmBq2BQ%2CQAIJ%2CQAAO%2CQnBz2BV%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQmBg2BQ%2CQAIJ%2CQAAO%2CQnBp2BV%3BI7C4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6CvIA%2CQmB21BQ%2CQAIJ%2CQAAO%2CQnB%5C%2F1BV%3BI7CuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEgEotBA%2CQAAQ%2CQASJ%2CSAAQ%3BIhE7tBZ%2CcAAA%3B%3BEgEguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BE7C9yBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEnB4IR%2CamBhJI%2CMnBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CamBrJI%2CMnBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CamB1JI%2CMnB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CamB%5C%2FJI%2CMnB%2BJH%3BIAvGD%2CcAAA%3B%3BEmBzEA%2CaAwBI%2CQAAO%3BInBiDX%2CqBAAA%3BIiEzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIjEgDA%2CgBAAA%3BImBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COaqCT%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgCHA%2CabuNI%2CQAAO%2COavNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSyC3OU%2COzC2OV%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cab0MA%2CQAAO%2COa3MV%2CMACI%3BIhC2PL%2CWAAA%3B%3BEgCrPI%2CaboMA%2CQAAO%2COarMV%2COACI%3BIhCqPL%2CcAAA%3B%3BEiE7CA%2Ca9CJI%2CQAAO%2CO8CIV%3BEACD%2Ca9CLI%2CQAAO%2CO8CKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca9CVI%2CQAAO%2CO8CUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca9CfI%2CQAAO%2CO8CeV%3BEACD%2Ca9ChBI%2CQAAO%2CO8CgBV%3BEACD%2CQAAQ%2CUAAW%2Cc9CjBf%2CQAAO%3BI8CkBP%2CoBAAA%3BIjE%2BBJ%2CYAAA%3B%3BEmBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BInBgCb%2CWAAA%3B%3BEmBzBA%3BIACI%2CaAAA%3B%3BEJuRJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIf9RA%2CUAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIe8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIf%5C%2FTZ%2CgBAAA%3BIeiUgB%2CgBAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIfhaA%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIeiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIfjcL%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIekSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BEmDnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BElCpVR%2CSkCuVU%2CQAAO%2COlCvVhB%3BEAAD%2CiBkCwVkB%2CQAAO%2CKlCxVxB%3BIhC4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE4BpKA%3BI5BoKA%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI4BnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEuC7ER%2CqBACI%2CaACI%3BInEqOR%2CgBAAA%3B%3BEmEvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BIpEVJ%2CgBAAA%3B%3BEoEQA%2CYAMI%3BIpEdJ%2C6BAAA%3BIoEgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIrEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEC3OT%3BIACI%2CUAAA%3B%3BEADJ%2CoBAEI%2CcACI%3BIACI%2CaAAA%3B%3BEAJZ%2CoBAQI%2CmBACI%3BIACI%2CeAAA%3B%3BEqE5GZ%3BItE2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIsExKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BItE4JL%2CYAAA%3BIsE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BItEkJA%2CmBAAA%3BIsEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BItE4IJ%2CiBAAA%3BIsE1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BItEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIsErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BItEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEsEjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIxEsFJ%2CkBAAA%3B%3BEwEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE7D0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BE6DyIR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BI1EmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3B%3BE6Cj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7CunBhB%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEAtOJ%2CsB6CxZI%2CkBAGI%2COAAM%2CIAAI%2CO7CqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsB6C3yBI%2CkBAGI%2COAAM%2CIAAI%2CO7CwyBd%3BIACA%2CWAAA%3B%3BE6Cp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C%2BZhB%3BI7B5RF%2CgBAAA%3B%3BE6BqSI%2CsB6C3aA%2CkBAGI%2COAAM%2CIAAI%2CO7C%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BE6CpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C6alB%2CQACI%3BIACI%2CmBAAA%3B%3BE7BhiBR%2CsB0E8GI%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CM7BpiBN%3BEACD%2CsB0E6GI%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CM7BniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsB0EwGI%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CM7B9hBN%3BIACG%2CWAAA%3B%3BE0E%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsB6C7bA%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB6CjcA%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsB6CrcA%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB6CzcA%2CkBAGI%2COAAM%2CIAAI%2CO7CmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BE6CleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%3BI7BpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BI6ByLJ%2CUAAA%3BIACA%2CWAAA%3B%3BE6C1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAMI%3BE6C5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAOI%3BE6C7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAQI%3BI7BhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BI6BwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BE6CnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAgBI%3BE6CtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAiBI%3BI7BzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CqEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BI6BjPA%2CsBAAA%3BI7BiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI6B0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsB6C5OI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAgBI%2CWAlPH%3BEAAD%2CsB6C5OI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAiBI%2CUAnPH%3BI7BtGD%2CYAAA%3B%3BE6BqHA%2CsB6C3PI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAgBI%2CWAnOH%3BEAAD%2CsB6C3PI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAiBI%2CUApOH%3BI7BrHD%2CcAAA%3B%3BE6B0HA%2CsB6ChQI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAgBI%2CWA9NH%3BEAAD%2CsB6ChQI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAiBI%2CUA%5C%2FNH%3BI7B1HD%2CcAAA%3B%3BE6B%2BHA%2CsB6CrQI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAgBI%2CWAzNH%3BEAAD%2CsB6CrQI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COAiBI%2CUA1NH%3BI7B%5C%2FHD%2CcAAA%3B%3BE0E9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2clB%2COA0BI%3BIACI%2CWAAA%3BI7BnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0EhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C2elB%3BI7BxWA%2CgBAAA%3B%3BE6BugBI%2CsB6C7oBA%2CkBAGI%2COAAM%2CIAAI%2CO7CwoBjB%2CSAAY%2CSAER%3BEAAD%2CsB6C7oBA%2CkBAGI%2COAAM%2CIAAI%2CO7CyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BI7BxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BE0E9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO7C%2BqBlB%3BI7B5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEAMA%2CsB0CkII%2CkBAGI%2COAAM%2CIAAI%2CO7C%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE0CtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BE%5C%2FC4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BI3BpEb%2C8BAAA%3BI2BsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI3BnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE2BwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BElBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB2BtItB%2CQAGI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BrItB%2CQAEI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BpItB%2CQACI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BtItB%2CQAGI%2CKAEI%3BE3BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BrItB%2CQAEI%2CKAEI%3BE3BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BpItB%2CQACI%2CKAEI%3BIpCyHV%2C0BAAA%3B%3BESQI%2CQAAS%2CMAAK%2CMAAM%2CyB2B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE3BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE3BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB2BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE3BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB2BhHtB%2CQAAQ%3BIpCwGV%2C0BAAA%3B%3BESQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIThCb%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3BIpBjoBgB%2CmBAAA%3B%3BEoBmoBhB%2CyBpB1oBI%2CUAGI%2COACK%2CKoBsoBT%3BEAAJ%2CyBpB1oBI%2CUAGI%2COAEK%2CSoBqoBT%3BIACA%2CWAAA%3B%3BEpBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEY%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIrBGZ%2C8BAAA%3BIqBDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BEsDnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BI9EjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI8EiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI9EzLrB%2CyBAAA%3BI8E2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BI9E3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI8EgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BI9E3Ob%2CcAAA%3BI8E6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BExDpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BItBxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIsB6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BItBxOZ%2CeAAA%3B%3BEsB8OQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEyDhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BE%5C%2FDmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEd9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEqB%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIxBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIwDveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEhFFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEwBieJ%2CiBwDpeA%3BIhFgPA%2CUAAA%3BIgF9OI%2CeAAA%3BIhF8OJ%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BERodA%2CiBwDpeA%2CehDoOE%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CiBgDtBA%2CehDsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBgDnCJ%2CehDkCC%2CMACI%3BIhC6ML%2CcAAA%3B%3BEgCvMI%2CiBgDzCJ%2CehDwCC%2COACI%3BIhCuML%2CcAAA%3B%3BEgFqEA%2CiBArTA%2CeAqTC%3BIhFrED%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEgDqSA%2CiBArTA%2CeAqTC%2COhDjFC%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CiBgDtBA%2CeAqTC%2COhD%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC%5C%2FNM%2COzC%2BNN%3BIAAA%2CaIvOe%2CYJuOf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBgDnCJ%2CeAqTC%2COhDnRA%2CMACI%3BIhC6ML%2CcAAA%3B%3BEgCvMI%2CiBgDzCJ%2CeAqTC%2COhD7QA%2COACI%3BIhCuML%2CcAAA%3B%3BEwBoPA%2CiBwD7SA%3BIhFyDA%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BI7C0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIgFhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIhF8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEwBoPA%2CiBwD7SA%2CGAsBI%3BIhFmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEgF3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIhF2BT%2CmBAAA%3BIgFzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BIhFzSJ%2CsDAAA%3BIgF2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIhF%5C%2FSJ%2CsDAAA%3BIgFiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIhF%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEgFoRA%2CiBA7UA%2CGA6UC%3BIhFpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEgFZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BExD4PR%2CiBAgBI%2CGACI%3BIxBrQR%2CWAAA%3BIAAA%2CqBAAA%3BIwBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEqBnaZ%2CiBrBqZI%2CGACI%2CEqBtZP%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CiBrBgZI%2CGACI%2CEqBjZP%3BI7C4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CiBrB2YI%2CGACI%2CEqB5YP%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BIyCvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIjEgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BEiE7CA%2CiBzC2UI%2CQAAO%2COyC3UV%3BEACD%2CiBzC0UI%2CQAAO%2COyC1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBzCqUI%2CQAAO%2COyCrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBzCgUI%2CQAAO%2COyChUV%3BEACD%2CiBzC%2BTI%2CQAAO%2COyC%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBzC8Tf%2CQAAO%3BIyC7TP%2CoBAAA%3BIjE%2BBJ%2CYAAA%3B%3BEwBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BIhCgKD%2CSyC%5C%2FNM%2COzC%2BNN%3B%3BEwBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIxB5TjB%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BIrBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMqBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BErB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIxB3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEwBmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIxBhYA%2CmBAAA%3BIwBkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIxBrZjB%2CsDAAA%3B%3BEwByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIxBzZjB%2CsDAAA%3BIwB2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEyDzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuRI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BIlF9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BIkFoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BE%5C%2FCpTZ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3BE%5C%2FBmzBd%3BIACE%2CYAAA%3BIACA%2CYAAA%3B%3BEAEF%2CYAAa%2CQAAO%3BIAClB%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CYAAa%2CQAAO%2CQAAS%3BIAC3B%2CWAAA%3B%3BEADF%2CYAAa%2CQAAO%2CQAAS%2CMAG3B%3BIACE%2CYAAA%3B%3BEAGJ%2CYAAa%2CQAAO%3BIAClB%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CaACE%3BIACE%2CWAAA%3B%3BEAGJ%3BEAAa%2CWAAY%3BEAAG%2CWAAY%2CGAAE%3BEAAQ%2CWAAY%2CQAAO%3BIACnE%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3B%3BEAEF%3BIAAc%2CqBAAA%3B%3BEACd%2CWAAY%3BIACV%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIAAU%2CWAAA%3B%3BEAEZ%2CWAAY%2CGAAE%3BIACZ%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIAAU%2CWAAA%3B%3BEAEZ%2CWAAY%3BIACV%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEF%2CWAAY%2CQAAQ%2CSAAS%3BIAAE%2CWAAA%3BIAAW%2CkBAAA%3B%3BEAC1C%2CWAAY%2CQAAO%3BIACjB%2CmBAAA%3BIAAoB%2CWAAA%3BIACpB%2CuBAAA%3BIAAuB%2CWAAA%3BIAAW%2CgBAAA%3BIAAgB%2CWAAA%3BIAClD%2CiBAAA%3BIAAiB%2CsBAAA%3BIACjB%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIJ3tBA%2CiBAAA%3B%3BEI8tBF%2CWAAY%2CGAAE%2COAAO%2CMAAO%3BIAC1B%2CuBAAA%3B%3BEAEF%2CWAAY%2CQAAQ%3BIAClB%2CuBAAA%3BIAAuB%2CWAAA%3BIAAW%2CgBAAA%3BIAAgB%2CWAAA%3B%3BEAEpD%2CWAAY%2CQAAO%3BEAAS%2CWAAY%2CQAAQ%2CSAAS%3BIACvD%2C4BAAA%3BIAA4B%2CmBAAA%3BIAAoB%2CWAAA%3B%3BEAIlD%2CWAAY%2CQAAO%2CQAAW%3BIAC5B%2CWAAA%3BIACA%2CUAAA%3B%3BEAEF%2CWAAY%2CQAAO%2CQAAW%2CKAAE%2CUAAU%3BIACxC%2CWAAA%3B%3BEAEF%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CqCAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIAAgB%2CqBAAA%3B%3BEAElB%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BEAAQ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BIAAgB%2CuBAAA%3B%3BEACpF%2CIAAI%3BIAAW%2CeAAA%3BIAAe%2CkBAAA%3BIAAkB%2CWAAA%3B%3BEAEhD%2CWAAY%2CGAAE%2COAAO%2CWAAc%2CIAAC%3BIAClC%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CgBAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CWAAY%2CQAAO%2CQAAS%2CGAAE%2COAAU%3BIAAE%2CkBAAA%3B%3BEAC1C%2CWAAY%2CGAAE%2COAAU%3BIAAE%2CkBAAA%3B%3BEAC1B%2CWAAY%2CGAAE%2COAAO%2CWAAc%2CIAAC%3BIAClC%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CWAAY%2CGAAE%2COAAO%2CWAAc%2CUAAO%3BEAAU%2CWAAY%2CGAAE%2COAAO%2CWAAc%2CUAAO%2CQAAU%2CQAAO%2CQAAQ%3BIACrH%2CwBAAA%3B%3BEAEF%3BEAAgB%3BIACd%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CeAAA%3BIAAe%2CUAAA%3B%3BEAEjB%2CWAAY%2CGAAE%2COAAO%2CWAAc%2CUAAO%2CQAAS%2CQAAO%3BIAAS%2CkBAAA%3B%3BEAEnE%2CWACE%3BIJ5yBA%2CyBAAA%3BII8yBE%2CqBAAA%3B%3BEAHJ%2CWAME%2CQACI%3BIJlzBJ%2CyCAAA%3B%3BEIqzBE%2CWAJF%2CQAIG%2COAEG%3BEADJ%2CWALF%2CQAKG%2CWACG%3BIJvzBN%2CeAAA%3B%3BEI2zBE%2CWAVF%2CQAUG%2CWACG%3BIJ5zBN%2CyCAAA%3B%3BEI2yBF%2CWAuBE%2CQACE%3BIJn0BF%2CoBAAA%3B%3BEIw0BF%3BIACE%2CuEAAA%3BIACA%2CsBAAA%3B%3BEAFF%2CYAGE%2CqBACG%3BIACC%2CiBAAA%3B%3BEACA%2CYAHJ%2CqBACG%2CeAEE%2CUAAU%3BIACT%2CaAAA%3B%3BEAOA%2CYAHN%2CaACE%2CqBACI%2CeACC%2CUAAU%3BEAAX%2CYAHQ%2CeACZ%2CqBACI%2CeACC%2CUAAU%3BIACT%2CYAAA%3B%3BEAfV%2CYAoBE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAvBJ%2CYAoBE%2CQAIE%3BIACE%2CeAAA%3B%3BEAzBN%2CYAoBE%2CQAOE%3BIACE%2CkBAAA%3B%3BEAIN%2CiBACE%3BIACE%2CgBAAA%3BIJ12BF%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEI%2B2BF%2CQAAQ%2CKAAK%2CSACX%2CSAAQ%2CKAAK%2CMACT%2CQAAK%3BIACL%2CiBAAA%3B%3BEAIN%2CEAAE%2COAAO%2CIAAI%2CaAAc%2CGAAE%2COAAO%2CQAAQ%3BIAC1C%2CuBAAA%3B%3BEAEF%2CYACE%3BIACE%2C0BAAA%3B%3BEAFJ%2CYACE%2CYAEE%2CEAAC%3BIACC%2CyBAAA%3B%3BEAKN%3BEACA%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIJz4BA%2CkBAAA%3BIAAA%2CmBAAA%3BII44BA%2CeAAA%3B%3BEAVF%2CiBAWI%3BEAVJ%2CgBAUI%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAfJ%2CiBAiBI%3BEAhBJ%2CgBAgBI%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAnBJ%2CiBAqBI%2CIAAC%2COAAO%3BEApBZ%2CgBAoBI%2CIAAC%2COAAO%3BIACR%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACE%2CSAAA%3BIACA%2CWAAA%3B%3BEAEF%2CYACE%3BIACE%2C2BAAA%3B%3BEAFJ%2CYACE%2CqBAEE%3BIACE%2CgBAAA%3B%3BEAJN%2CYACE%2CqBAEE%2CeAEE%3BIACE%2C2BAAA%3B%3BEANR%2CYACE%2CqBAEE%2CeAEE%2CeAEE%3BIACE%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2C8BAAb%3B%3BEAEE%2CYAXV%2CqBAEE%2CeAEE%2CeAEE%2CcAIE%2CmBACG%3BIACC%2CuBAAA%3B%3BEAEF%2CYAdV%2CqBAEE%2CeAEE%2CeAEE%2CcAIE%2CmBAIG%3BIACC%2CuBAAA%3B%3BEAhBd%2CYACE%2CqBAEE%2CeAEE%2CeAEE%2CcAIE%2CmBAOE%2CEAAC%3BIACC%2CkBAAA%3BIACA%2C4BAAA%3B%3BEApBd%2CYACE%2CqBAEE%2CeAEE%2CeAmBE%2CcAAa%2CUAAU%3BIACrB%2C2BAAA%3B%3BEAMV%2CWAAY%2CcAAe%3BEAAG%2CWAAY%2CcAAc%2CGAAE%3BIAAY%2CwBAAA%3B%3BEAwYpE%2CYAAY%2CKAAK%3BIwCtmDjB%2CkBAAA%3BIACA%2CUAAA%3BIxCumDE%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEJ%5C%2FjDF%2CYI2jDY%2CKAAK%2CMJ3jDhB%3BEACD%2CYI0jDY%2CKAAK%2CMJ1jDhB%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CYIqjDY%2CKAAK%2CMJrjDhB%3BIACG%2CWAAA%3B%3BEIojDJ%2CYAAY%2CKAAK%2CMwCnmDf%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BExCimDJ%2CYAAY%2CKAAK%2CMwCnmDf%2CQAAK%2CMAID%3BI5CwRN%2CYAAA%3BI4CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BExC2lDR%2CYAAY%2CKAAK%2CMwCvlDf%2CQAAK%3BI5CgRP%2CgBAAA%3BI4C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5CsBJ%2CYI2jDY%2CKAAK%2CMwCvlDf%2CQAAK%2CQ5C4BN%3BEACD%2CYI0jDY%2CKAAK%2CMwCvlDf%2CQAAK%2CQ5C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CYIqjDY%2CKAAK%2CMwCvlDf%2CQAAK%2CQ5CkCN%3BIACG%2CWAAA%3B%3BE4C3BA%2CYxC%2BkDQ%2CKAAK%2CMwCvlDf%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BExC8kDR%2CYAAY%2CKAAK%2CMwC7hDf%2CQAAK%3BI5CsNP%2CkBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMwC7hDf%2CQAAK%2CMAED%3BI5CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI4C%5C%2FLQ%2CmBAAA%3BI5C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6CjJA%2CYzCw9CY%2CKAAK%2CMwC7hDf%2CQAAK%2CMAED%2CUCmEL%3BI7CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CYzCm9CY%2CKAAK%2CMwC7hDf%2CQAAK%2CMAED%2CUCwEL%3BI7C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CYzC88CY%2CKAAK%2CMwC7hDf%2CQAAK%2CMAED%2CUC6EL%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C1LI%2CYxCigDQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CYxCggDQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5CyL9B%2CmBAAA%3B%3BE4CrLI%2CYxC4%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CYxC2%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CYxC0%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CYxCy%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C5KI%2CYxCm%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CYxCk%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CYxCi%5C%2FCQ%2CKAAK%2CMwC7hDf%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5C0KtB%2CmBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMwC5%2BCf%2CQAAK%3BI5CqKP%2CmBAAA%3BI4CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5CkKJ%2CsBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMAMf%2CMAAK%2CMAAO%3BIACV%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEACA%2CYATQ%2CKAAK%2CMAMf%2CMAAK%2CMAAO%2CEAGT%3BIACC%2CaAAA%3B%3BEAVN%2CYAAY%2CKAAK%2CMAaf%2CMAAK%2CMAAM%3BEAbb%2CYAAY%2CKAAK%2CMAcf%2CMAAK%2CMAAM%3BIACT%2CgBAAA%3B%3BEAKA%2CYApBQ%2CKAAK%2CMAiBf%2CMAAK%2CMAAM%2COAAQ%2CEAGhB%3BEAAD%2CYApBQ%2CKAAK%2CMAkBf%2CMAAK%2CMAAO%2CEAAC%2CMAEV%3BEAAD%2CYApBQ%2CKAAK%2CMAmBf%2CMAAK%2CMAAM%2CMAAO%2CEACf%3BIACC%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CaAAa%2CgBAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAvCN%2CYAAY%2CKAAK%2CMA0Cf%3BIwChpDF%2CkBAAA%3BIACA%2CUAAA%3BIxCipDI%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEJ1mDJ%2CYI2jDY%2CKAAK%2CMA0Cf%2CmBJrmDD%3BEACD%2CYI0jDY%2CKAAK%2CMA0Cf%2CmBJpmDD%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CYIqjDY%2CKAAK%2CMA0Cf%2CmBJ%5C%2FlDD%3BIACG%2CWAAA%3B%3BEIojDJ%2CYAAY%2CKAAK%2CMA0Cf%2CmBwC7oDA%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BExCimDJ%2CYAAY%2CKAAK%2CMA0Cf%2CmBwC7oDA%2CQAAK%2CMAID%3BI5CwRN%2CYAAA%3BI4CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BExC2lDR%2CYAAY%2CKAAK%2CMA0Cf%2CmBwCjoDA%2CQAAK%3BI5CgRP%2CgBAAA%3BI4C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5CsBJ%2CYI2jDY%2CKAAK%2CMA0Cf%2CmBwCjoDA%2CQAAK%2CQ5C4BN%3BEACD%2CYI0jDY%2CKAAK%2CMA0Cf%2CmBwCjoDA%2CQAAK%2CQ5C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CYIqjDY%2CKAAK%2CMA0Cf%2CmBwCjoDA%2CQAAK%2CQ5CkCN%3BIACG%2CWAAA%3B%3BE4C3BA%2CYxC%2BkDQ%2CKAAK%2CMA0Cf%2CmBwCjoDA%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BExC8kDR%2CYAAY%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%3BI5CsNP%2CkBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAED%3BI5CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI4C%5C%2FLQ%2CmBAAA%3BI5C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6CjJA%2CYzCw9CY%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAED%2CUCmEL%3BI7CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CYzCm9CY%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAED%2CUCwEL%3BI7C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CYzC88CY%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAED%2CUC6EL%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C1LI%2CYxCigDQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CYxCggDQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5CyL9B%2CmBAAA%3B%3BE4CrLI%2CYxC4%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CYxC2%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CYxC0%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CYxCy%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C5KI%2CYxCm%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CYxCk%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CYxCi%5C%2FCQ%2CKAAK%2CMA0Cf%2CmBwCvkDA%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5C0KtB%2CmBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMA0Cf%2CmBwCthDA%2CQAAK%3BI5CqKP%2CmBAAA%3BI4CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5CkKJ%2CsBAAA%3B%3BEIu0CA%2CYAAY%2CKAAK%2CMA0Cf%2CmBAME%2CMAAK%3BIACH%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEApDN%2CYAAY%2CKAAK%2CMA0Cf%2CmBAME%2CMAAK%2CMAKD%2CIAAC%3BIACD%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEACA%2CYAxDI%2CKAAK%2CMA0Cf%2CmBAME%2CMAAK%2CMAKD%2CIAAC%2COAGA%3BIACC%2CaAAA%3B%3BEAGJ%2CYA5DM%2CKAAK%2CMA0Cf%2CmBAME%2CMAAK%2CMAYF%2CWACC%2CEAAC%3BIACC%2CiBAAA%3B%3BEA9DV%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%3BIACL%2CaAAA%3B%3BEApEJ%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%3BIAEE%2CgBAAA%3B%3BEAvEN%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%3BIAEE%2CcAAA%3B%3BEAEE%2CYA5EE%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBACM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FEZ%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBAME%3BIACE%2CmBAAA%3B%3BEAlFZ%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBASE%3BIACE%2CaAAA%3B%3BEArFZ%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBAYE%3BEAvFV%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBAizDZ%2CCAryDiC%3BIACjB%2CWAAA%3BIAAW%2CeAAA%3B%3BEAxFvB%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBAeE%3BIACE%2CeAAA%3B%3BEA3FZ%2CYAAY%2CKAAK%2CMAmEb%2CQAAK%2CQAEL%2CeAGE%2CcAGE%2CmBAkBE%2CQAAO%3BIACL%2CeAAA%3BIACA%2CYAAA%3BIAAa%2CWAAA%3B%3BEAOzB%3BIACE%2CYAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAEF%3BIACE%2CWAAA%3B%3B%3B%3B%3BEAKF%2CYAAa%2CUAAU%2CSAAS%2CGAAE%3BEAClC%2CYAAa%2CUAAU%2CSAAS%2CGAAE%3BIAC%5C%2FB%2CeAAA%3BIACA%2CUAAA%3B%3BEAEH%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BEAAS%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BIAC7F%2CUAAA%3BIAAU%2CUAAA%3B%3BEAEZ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BEAAQ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAS%3BIAC5F%2CUAAA%3BIAAU%2CUAAA%3B%3BEAEZ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BIAAS%2CaAAA%3B%3BEAE3C%2COAAO%3BIACL%2CiBAAA%3B%3BEAEF%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BIAAoB%2CaAAA%3B%3BEACtD%2CkBACE%3BIACE%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CkBAJF%2CeAIK%3BIACD%2CiBAAA%3B%3BEAEF%2CkBAPF%2CeAOG%3BIACC%2CcAAA%3B%3BEATN%2CkBAYE%3BIACE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIAAkB%2CSAAA%3BIAClB%2CiBAAA%3BIACA%2CWAAA%3BIAAW%2CSAAA%3BIAAS%2CsBAAA%3BIACpB%2CaAAA%3B%3BEAnBJ%2CkBAYE%2CyBAQE%3BIACE%2CWAAA%3BIAAW%2CYAAA%3B%3BEACX%2CkBAVJ%2CyBAQE%2CmBAEK%3BIACD%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEACA%2CkBAjBN%2CyBAQE%2CmBAEK%2CKAOE%3BIACD%2CWAAA%3B%3BEAEF%2CkBApBN%2CyBAQE%2CmBAEK%2CKAUA%2CUAAU%3BIACT%2C4BAAA%3BIACA%2CiBAAA%3B%3BEAlCV%2CkBAYE%2CyBA0BE%3BIACE%2CqBAAA%3BIACA%2CWAAA%3BIJl%5C%2FCN%2CiBAAA%3BIIo%5C%2FCM%2CYAAA%3B%3BEA1CN%2CkBAYE%2CyBA0BE%2CaAKE%3BIACE%2CmBAAA%3B%3BEA5CR%2CkBAYE%2CyBAmCE%3BIACE%2C0BAAA%3BIACA%2CUAAA%3B%3BEAjDN%2CkBAYE%2CyBAmCE%2CWAGE%3BIACG%2CiBAAA%3B%3BEAnDT%2CkBAYE%2CyBAmCE%2CWAME%3BIACE%2CoBAAA%3BIACA%2C6BAAA%3B%3BEAKR%3BIACE%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CYAAa%2CYAAW%3BEAAe%2CYAAa%2CYAAW%3BIAAgB%2CuBAAA%3B%3BEAC%5C%2FE%2CcAAe%3BIAAI%2CWAAA%3B%3BEACnB%3BIACE%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CYAAa%2CYAAW%3BIACtB%2C4BAAA%3B%3BEAEF%2CcAAc%2COAAU%2COAAI%3BIAC1B%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CgBAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CSAAU%2CeAAc%2COAAU%2COAAI%3BIACpC%2CWAAA%3B%3BEAEF%3BIACE%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEF%2CkBAAmB%3BIACjB%2CiCAAA%3B%3BEAGF%2CeAAgB%3BIACd%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEF%2CeAAgB%2CSAAW%3BIACzB%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEF%2CeAAgB%2CuBAAuB%3BIACrC%2CsBAAA%3B%3BEAEF%2CYAAa%3BIACX%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C%2BBAAA%3B%3BEAEF%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BIAChC%2CgBAAA%3B%3BEAEF%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BEAAQ%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BEAClH%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAAQ%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAAQ%2CcAAc%3BIACxH%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CgBAAb%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BEAAQ%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%2COAAO%3BIAChH%2CSAAS%2COAAT%3B%3BEAEF%2CYAAa%2CUAAU%2CSAAQ%3BEAAS%2CYAAa%2CUAAU%2CSAAQ%3BIACrE%2CcAAA%3B%3BEAEF%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAAS%2CYAAa%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BIACnG%2CcAAA%3B%3BEAEF%2CoBAAqB%3BIACnB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEF%2CoBAAqB%2CSAAQ%3BIAC3B%2CUAAA%3BIACA%2CsBAAA%3B%3BEAEF%2CkBAAmB%2CoBAAoB%3BIACrC%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIAAkB%2CWAAA%3B%3BEAClB%2COAAO%2CMAAO%3BIAAgB%2CSAAA%3B%3BEAC9B%3BIAAc%2CmBAAA%3B%3BEACd%3BIACE%2CiBAAA%3B%3BEADF%2CYAEE%2CMAAK%2CIAAI%2CaAAa%3BIACpB%2CiBAAA%3B%3BEAGJ%2CmBAAoB%3BIAClB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CmBAJkB%2CaAIjB%3BIACC%2CWAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CcAAA%3B%3BEAPJ%2CmBAAoB%2CaASlB%2CMAAK%2CIAAI%2CaAAa%3BIACpB%2CiBAAA%3B%3BEAGJ%2CyBAA0B%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BIAC3D%2C2BAAA%3B%3BEAEF%3BIAAc%2CmBAAA%3B%3BEACd%2CSAAS%3BIAAS%2CgBAAA%3B%3BEAClB%3BIAAa%2CaAAA%3B%3BEAEb%2CWAAY%2CQAAU%3BIACpB%2CeAAA%3BIAAgB%2C6BAAA%3B%3BEAElB%2CWAAY%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BEACvD%2CWAAY%2CQAAQ%2CSAAS%2CGAAE%2COAAU%2CIAAI%2CgBAAa%3BIAAO%2CSAAQ%2CGAAR%3BIAAY%2CuBAAA%3B%3BEAE7E%2CkBAAmB%2CSAAQ%3BIAAQ%2C0BAAA%3B%3BEAEjC%2CKAAM%3BEACN%2CKAAM%3BIACJ%2CsBAAA%3B%3BE%2BEx6CJ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA5EpdR%2CgBALsC%3BEoD%2BFtC%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CUAAA%3B%3BECmjBJ%3BIACI%2CiBAAA%3B%3BEADJ%2C0BAGI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEG3RR%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BECyiBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEG5%2BBR%2CqBACI%2CaACI%3BInEoNR%2CmBAAA%3BIAAA%2CYAAA%3BImEjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BIpE3BJ%2CmBAAA%3B%3BEoE8BQ%2CYAHJ%2CuBAGK%3BIpE9BT%2CgBAAA%3BIAAA%2CQoExQoC%2CiBpEwQpC%3BIoEiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BE7CqWJ%2CYACI%3BIACI%2CkBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BE2DvSZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BE%5C%2FCzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3BE%5C%2FB4iCV%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEAqmDF%2CkBAAmB%2CyBAAyB%2CeAAc%2CUAAU%3BIAClE%2CUAAA%3B%3B%3BAG5vFA%2CgBAL4C%3BERgE5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3BEK6qFV%3BIACE%2CuBAAA%3B%3BEAEF%3BEACA%3BIACE%2CkBAAA%3B%3B%3BAG7uFJ%2CgBAJ2C%3BEyDkqBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BE5DukEd%3BIACE%2CYAAA%22%7D */