/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* Generated Less from WeltPixel_CustomHeader */
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 200px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.sticky-header .wrap .modal .block-search .action.search:before {
    color: #F8F8F8 !important;
  }
  :root .theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    width: 94px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    z-index: 14;
  }
  :root .theme-pearl .page-wrapper .page-header .logo img {
    width: 94px;
    height: 34px;
  }
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
  margin-top: -17px;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
  left: 114px !important;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4).page-header-v3 .sections.nav-sections {
  margin-left: 124px !important;
}
.page-header-v2 .customer-welcome .customer-name span {
  display: none;
}
.page-header-v2 .customer-welcome .customer-name:before {
  color: #090909 !important;
}
.page-header-v2 .customer-welcome .customer-name:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .block-search input::-webkit-input-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::-moz-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::-ms-placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search input::placeholder {
  color: #5C5C5C !important;
}
.page-wrapper .page-header .block-search .action.search:before {
  color: #090909 !important;
}
.page-wrapper .page-header .block-search .action.search:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.wrapper {
  color: initial;
  border-bottom: 1px solid #FFFFFF;
  background-color: #ADC9D9 !important;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper {
  color: #B05D5D;
  background-color: #FFE8E8;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  color: #B05D5D;
}
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-i,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper .wpx-link,
.page-wrapper .page-header .header-global-promo .global-notification-wrapper #buttons a {
  color: #B05D5D;
}
.page-wrapper .page-header .panel.header {
  max-width: 1310px !important;
}
.page-wrapper .page-header .panel.header ul.compare li > a,
.page-wrapper .page-header .panel.header ul.compare li > a span {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.compare li > a:visited,
.page-wrapper .page-header .panel.header ul.compare li > a span:visited {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.compare li > a:active,
.page-wrapper .page-header .panel.header ul.compare li > a span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.compare li > a:hover,
.page-wrapper .page-header .panel.header ul.compare li > a span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li > a,
.page-wrapper .page-header .panel.header ul.header.links li span {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:visited,
.page-wrapper .page-header .panel.header ul.header.links li span:visited {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:active,
.page-wrapper .page-header .panel.header ul.header.links li span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.header.links li > a:hover,
.page-wrapper .page-header .panel.header ul.header.links li span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links li:after {
  color: #090909;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header ul.header.links li:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .customer-welcome .action.switch:after {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong,
.page-wrapper .page-header .panel.header .switcher-language strong {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:active,
.page-wrapper .page-header .panel.header .switcher-language strong:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency strong:hover,
.page-wrapper .page-header .panel.header .switcher-language strong:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span,
.page-wrapper .page-header .panel.header .switcher-language strong span {
  color: #090909;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:active,
.page-wrapper .page-header .panel.header .switcher-language strong span:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency strong span:hover,
.page-wrapper .page-header .panel.header .switcher-language strong span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after {
  color: #090909 !important;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:active,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:active {
  color: #133264;
}
.page-wrapper .page-header .panel.header .switcher-currency .switcher-trigger:after:hover,
.page-wrapper .page-header .panel.header .switcher-language .switcher-trigger:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content {
  max-width: 1310px !important;
}
.page-wrapper .page-header .header.content ul.compare li > a,
.page-wrapper .page-header .header.content ul.compare li > a span {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.compare li > a:visited,
.page-wrapper .page-header .header.content ul.compare li > a span:visited {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.compare li > a:active,
.page-wrapper .page-header .header.content ul.compare li > a span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.compare li > a:hover,
.page-wrapper .page-header .header.content ul.compare li > a span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links li > a,
.page-wrapper .page-header .header.content ul.header.links li span {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li > a:visited,
.page-wrapper .page-header .header.content ul.header.links li span:visited {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li > a:active,
.page-wrapper .page-header .header.content ul.header.links li span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.header.links li > a:hover,
.page-wrapper .page-header .header.content ul.header.links li span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links li:after {
  color: #090909;
}
.page-wrapper .page-header .header.content ul.header.links li:after:active {
  color: #133264;
}
.page-wrapper .page-header .header.content ul.header.links li:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content ul.header.links .customer-menu ul.header.links li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .customer-welcome .action.switch:after {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong,
.page-wrapper .page-header .header.content .switcher-language strong {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong:active,
.page-wrapper .page-header .header.content .switcher-language strong:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency strong:hover,
.page-wrapper .page-header .header.content .switcher-language strong:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .switcher-currency strong span,
.page-wrapper .page-header .header.content .switcher-language strong span {
  color: #090909;
}
.page-wrapper .page-header .header.content .switcher-currency strong span:active,
.page-wrapper .page-header .header.content .switcher-language strong span:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency strong span:hover,
.page-wrapper .page-header .header.content .switcher-language strong span:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after:active,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after:active {
  color: #133264;
}
.page-wrapper .page-header .header.content .switcher-currency .switcher-trigger:after:hover,
.page-wrapper .page-header .header.content .switcher-language .switcher-trigger:after:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header-multistore .multistore-desktop .weltpixel_multistore {
  max-width: 1310px;
}
.page-wrapper .page-header .header.content,
.page-wrapper .page-header .header_right {
  max-width: 1310px;
}
@media (max-width: 1310px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.page-wrapper .page-header .header.content .block-search input,
.page-wrapper .page-header .header_right .block-search input {
  width: 250px;
  height: 30px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #5C5C5C;
  background-color: transparent;
  color: #5C5C5C;
  font-size: 12px;
}
.page-wrapper .page-header .header.content .block-search input:focus,
.page-wrapper .page-header .header_right .block-search input:focus {
  border-color: #5C5C5C;
}
.page-wrapper .page-header .header.content .modal,
.page-wrapper .page-header .header_right .modal {
  background-color: rgba(25, 25, 25, 0.95) !important;
}
.page-wrapper .page-header .header.content .modal .close-sec a:before,
.page-wrapper .page-header .header_right .modal .close-sec a:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .modal .actions.wpx-pos-search button,
.page-wrapper .page-header .header_right .modal .actions.wpx-pos-search button {
  background-color: #133264;
}
.page-wrapper .page-header .header.content .modal #search,
.page-wrapper .page-header .header_right .modal #search {
  background-color: #222222 !important;
  color: #F8F8F8 !important;
  border: 3px solid #F8F8F8 !important;
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-webkit-input-placeholder,
.page-wrapper .page-header .header_right .modal #search::-webkit-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search::-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search::-moz-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-ms-input-placeholder,
.page-wrapper .page-header .header_right .modal #search:-ms-input-placeholder {
  font-size: 18px !important;
}
.page-wrapper .page-header .header.content .modal #search:-moz-placeholder,
.page-wrapper .page-header .header_right .modal #search:-moz-placeholder {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-webkit-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white::-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-ms-input-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.horizontally-white:-moz-placeholder,
  .page-wrapper .page-header .header_right .modal #search.horizontally-white:-moz-placeholder {
    font-size: 18px !important;
  }
}
.page-wrapper .page-header .header.content .modal .action.search:before,
.page-wrapper .page-header .header_right .modal .action.search:before {
  color: #F8F8F8 !important;
}
.page-wrapper .page-header .header.content .nav-toggle:before {
  color: #090909 !important;
}
.page-wrapper .page-header .header.content .nav-toggle:hover:before {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a,
.page-wrapper .page-header #switcher-currency ul li a {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:visited,
.page-wrapper .page-header #switcher-currency ul li a:visited {
  color: #090909 !important;
}
.page-wrapper .page-header #switcher-language ul li a:hover,
.page-wrapper .page-header #switcher-currency ul li a:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.links > li.authorization-link a:before,
.page-wrapper .page-header .header.links > li.authorization-link a > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:before,
.page-wrapper .page-header .header.links > li.link.compare > a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
.page-wrapper .page-header .block-search .action.search:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote.active:before {
  font-size: 18px !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search {
  color: #090909 !important;
}
.page-wrapper .page-header .block-search.minisearch-v2 .open-modal-search:hover {
  color: #133264 !important;
}
.page-wrapper .page-header .header.links .authorization-link a:before,
.page-wrapper .page-header .header.links > li.authorization-link a > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:before,
.page-wrapper .page-header .header.links > li.link.compare > a:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:before {
  color: #090909 !important;
}
.page-wrapper .page-header .header.links .authorization-link a:hover:before,
.page-wrapper .page-header .header.links > li.authorization-link a:hover > i,
.page-wrapper .page-header .header.links > li.link.wishlist > a:hover:before,
.page-wrapper .page-header .header.links > li.link.compare > a:hover:before,
.page-wrapper .page-header .minicart-wrapper .action.showcart:hover:before,
.page-wrapper .page-header .miniquote-wrapper .action.showquote:hover:before {
  color: #133264 !important;
}
.page-wrapper .page-header .header.content .field.search label,
.page-wrapper .page-header .header_right .field.search label {
  color: #090909 !important;
}
.nav-sections {
  background-color: transparent !important;
}
.nav-sections .nav-sections-items {
  background-color: transparent !important;
}
.nav-sections .navigation {
  max-width: 1310px;
  background-color: transparent !important;
}
@media (max-width: 1310px) {
  .nav-sections .navigation {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.nav-sections .navigation ul li.level0 > a {
  color: #090909 !important;
}
.nav-sections .navigation ul li.level0 > a:visited {
  color: #090909 !important;
}
.nav-sections .navigation ul li.level0 > a:hover {
  color: #133264 !important;
}
@media (max-width: 767px) {
  .nav-sections .navigation ul li.level0 > a {
    color: #575757 !important;
  }
}
.nav-sections .navigation ul li.parent > a span:nth-child(2),
.nav-sections .navigation ul li:not(.parent) > a span:first-child {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .nav-sections .navigation ul li.level0 .parent > a {
    padding: 8px 20px;
  }
}
.nav-sections .navigation ul li.level0 > a.bold-menu {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0 > a.bold-menu:visited {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0 li > a:hover {
  color: #133264 !important;
}
.nav-sections .navigation ul li.level0:hover > a {
  color: #133264 !important;
}
@media (max-width: 767px) {
  .nav-sections .navigation {
    background-color: inherit !important;
  }
}
@media (min-width: 768px) {
  .nav-sections .navigation .megamenu .submenu [data-has-children] a:hover span:last-child {
    border-color: #133264 40 !important;
  }
}
.nav-sections .megamenu a.bold-menu,
.nav-sections .megamenu a:hover,
.nav-sections .megamenu.level1:not(.parent):hover,
.nav-sections .megamenu.level2:hover {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
.nav-sections .megamenu a.bold-menu > a,
.nav-sections .megamenu a:hover > a,
.nav-sections .megamenu.level1:not(.parent):hover > a,
.nav-sections .megamenu.level2:hover > a {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
.nav-sections .megamenu a.bold-menu > a:hover,
.nav-sections .megamenu a:hover > a:hover,
.nav-sections .megamenu.level1:not(.parent):hover > a:hover,
.nav-sections .megamenu.level2:hover > a:hover {
  text-shadow: 0 0 0 #133264 !important;
  color: #133264 !important;
}
@media only screen and (max-width: 768px) {
  .nav-sections .nav-sections-item-content .navigation {
    border-top: 0 none !important;
  }
}
@media (max-width: 767px) {
  .nav-sections {
    background-color: white !important;
  }
}
@media (min-width: 767px) {
  .nav-sections .nav-sections-item-content {
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.page-header.sticky-header,
.page-header.sticky-header-mobile {
  background-color: #ffffff !important;
}
.page-header.sticky-header .page-header,
.page-header.sticky-header-mobile .page-header {
  background-color: #ffffff !important;
}
.page-header.sticky-header .panel.wrapper,
.page-header.sticky-header-mobile .panel.wrapper {
  background-color: #ffffff !important;
}
.page-header.sticky-header .nav-sections .navigation,
.page-header.sticky-header-mobile .nav-sections .navigation,
.page-header.sticky-header .nav-sections .nav-sections-items,
.page-header.sticky-header-mobile .nav-sections .nav-sections-items {
  background-color: transparent !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu {
  color: #133264 !important;
}
.page-header.sticky-header .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a:hover:visited,
.page-header.sticky-header .navigation ul li.level0 > a.bold-menu:visited,
.page-header.sticky-header-mobile .navigation ul li.level0 > a.bold-menu:visited {
  color: #133264 !important;
}
.page-header.sticky-header .header_right .block-search input,
.page-header.sticky-header-mobile .header_right .block-search input {
  background-color: transparent !important;
}
.page-header.sticky-header .block-search .field.search .control,
.page-header.sticky-header-mobile .block-search .field.search .control {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .block-search .control,
.page-header.sticky-header-mobile .header.content .block-search .control {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .block-search input,
.page-header.sticky-header-mobile .header.content .block-search input {
  background-color: transparent !important;
}
.page-header.sticky-header .header.content .modal .modal-content .block-search.wpx-block-search #search,
.page-header.sticky-header-mobile .header.content .modal .modal-content .block-search.wpx-block-search #search {
  background-color: #222222 !important;
}
.page-header.sticky-header .header.links .authorization-link,
.page-header.sticky-header-mobile .header.links .authorization-link {
  margin-left: 0;
}
.page-header.page-header-v4.sticky-header .header.content {
  z-index: 1;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-webkit-input-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white::-moz-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-ms-input-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .wrap .modal-content #search.horizontally-white:-moz-placeholder {
  color: #5C5C5C !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper {
  background-color: transparent !important;
}
.page-header.page-header-v4.sticky-header .panel.wrapper .panel.header .switcher-currency {
  display: none;
}
.nav-sections.sticky-header {
  background-color: #ffffff !important;
  padding-bottom: 0 !important;
}
.nav-sections.sticky-header .nav-sections-item-content {
  background-color: #ffffff !important;
}
.nav-sections.sticky-header .navigation {
  background-color: #ffffff !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_CustomHeader%5C%2Fcss%5C%2Fweltpixel_custom_header_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAgBY%2CQAd0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaACI%2CMACI%3BIACI%2CYAAA%3BIAAa%2CYAAA%3B%3B%3BAAwBrC%2CQAhB0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcACP%2CMAAM%2COAAO%2CcAAc%2CQAAO%2COAAO%3BIACxC%2CcAAA%3B%3BEAJd%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAIR%2CMACI%3BIACI%2CWAAA%3BIAAY%2CYAAA%3B%3B%3BAAsBpC%2CQAf0B%3BEACtB%2CKAAM%2CaACF%2CcACI%2CaACI%3BIACI%2CWAAA%3B%3BEAJhB%2CKAAM%2CaACF%2CcACI%2CaACI%2CMAEI%3BIACI%2CWAAA%3BIAAY%2CYAAA%3B%3B%3BAAQpC%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAC1B%3BEACI%2CiBAAA%3B%3BAAJhB%2CKAAM%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAI1B%2CUAAS%3BEACL%2CsBAAA%3B%3BAAEJ%2CKATN%2CaACF%2CcACI%2CaAAY%2CcAAc%2CIAAI%2CiBAOzB%2CeACG%2CUAAS%3BEACL%2C6BAAA%3B%3BAAOxB%2CeACI%2CkBACI%2CeACI%3BEACI%2CaAAA%3B%3BAAEJ%2CeALR%2CkBACI%2CeAIK%3BEACG%2CcAAA%3B%3BAAGA%2CeATZ%2CkBACI%2CeAOK%2CMACI%3BEACG%2CcAAA%3B%3BAAMxB%2CaAAc%2CaAEV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAAHR%2CaAAc%2CaAKV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAANR%2CaAAc%2CaAQV%2CcAAc%2CMAAK%3BEACf%2CcAAA%3B%3BAATR%2CaAAc%2CaAWV%2CcAAc%2CMAAK%3BEAEf%2CcAAA%3B%3BAAbR%2CaAAc%2CaAeV%2CcAAc%2CQAAO%2COAAO%3BEAExB%2CcAAA%3B%3BAAGA%2CaApBM%2CaAmBV%2CcAAc%2CQAAO%2COAAO%2CMACvB%3BEACG%2CcAAA%3B%3BAArBZ%2CaAAc%2CaAwBV%2COAAM%3BEACF%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAA3BR%2CaAAc%2CaA6BV%2CqBACI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAhCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAGI%2CEAAC%3BEACG%2CcAAA%3B%3BAAlChB%2CaAAc%2CaA6BV%2CqBACI%2C6BAMI%3BAApCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAOI%3BAArCZ%2CaAAc%2CaA6BV%2CqBACI%2C6BAQI%2CSAAS%3BEACL%2CcAAA%3B%3BAAvChB%2CaAAc%2CaA2CV%2COAAM%3BEACF%2C4BAAA%3B%3BAA5CR%2CaAAc%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%3BAA%5C%2FClB%2CaAAc%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%3BEAIA%2CcAAA%3B%3BAAHA%2CaAjDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAEG%3BAAAD%2CaAjDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKACC%3BEACG%2CcAAA%3B%3BAAGJ%2CaArDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAMG%3BAAAD%2CaArDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAKC%3BEAAU%2CcAAA%3B%3BAACX%2CaAtDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGACM%2CIAOG%3BAAAD%2CaAtDN%2CaA2CV%2COAAM%2COAEF%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAMC%3BEAAS%2CcAAA%3B%3BAAtD9B%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%3BAA5DlB%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%3BEAII%2CcAAA%3B%3BAAHA%2CaA9DN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAEG%3BAAAD%2CaA9DN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CaAlEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAMG%3BAAAD%2CaAlEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAKK%3BEAAU%2CcAAA%3B%3BAACX%2CaAnEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAOG%3BAAAD%2CaAnEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAMK%3BEAAS%2CcAAA%3B%3BAAEd%2CaArEF%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%3BEACG%2CcAAA%3B%3BAACA%2CaAvEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaAxEN%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAGI%3BEAAS%2CcAAA%3B%3BAAxE9B%2CaAAc%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAhFd%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaAnFd%2CaA2CV%2COAAM%2COAeF%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAAnFtC%2CaAAc%2CaA2CV%2COAAM%2COA8CF%2CkBAAkB%2CQAAO%2COAAO%3BEAC9B%2CcAAA%3B%3BAA1FV%2CaAAc%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%3BAA%5C%2FFZ%2CaAAc%2CaA2CV%2COAAM%2COAmDF%2CmBACI%3BEACI%2CcAAA%3B%3BAACA%2CaAjGF%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAEK%3BAAAD%2CaAjGF%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAlGF%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAGK%3BAAAD%2CaAlGF%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAGK%3BEAAS%2CcAAA%3B%3BAAlG1B%2CaAAc%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%3BAAnGhB%2CaAAc%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CaArGN%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%2CKAEK%3BAAAD%2CaArGN%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%2CKAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAtGN%2CaA2CV%2COAAM%2COAkDF%2CmBAEI%2COAII%2CKAGK%3BAAAD%2CaAtGN%2CaA2CV%2COAAM%2COAmDF%2CmBACI%2COAII%2CKAGK%3BEAAS%2CcAAA%3B%3BAAId%2CaA1GF%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%3BAAAD%2CaA1GF%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%3BEACG%2CcAAA%3B%3BAACA%2CaA5GN%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%2CMAEI%3BAAAD%2CaA5GN%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaA7GN%2CaA2CV%2COAAM%2COAkDF%2CmBAYI%2CkBACK%2CMAGI%3BAAAD%2CaA7GN%2CaA2CV%2COAAM%2COAmDF%2CmBAWI%2CkBACK%2CMAGI%3BEAAS%2CcAAA%3B%3BAA7G9B%2CaAAc%2CaAkHV%2CQAAO%3BEACH%2C4BAAA%3B%3BAAnHR%2CaAAc%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%3BAAtHlB%2CaAAc%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%3BEAIA%2CcAAA%3B%3BAAHA%2CaAxHN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAEG%3BAAAD%2CaAxHN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKACC%3BEACG%2CcAAA%3B%3BAAGJ%2CaA5HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAMG%3BAAAD%2CaA5HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAKC%3BEAAU%2CcAAA%3B%3BAACX%2CaA7HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGACM%2CIAOG%3BAAAD%2CaA7HN%2CaAkHV%2CQAAO%2CQAEH%2CGAAE%2CQACE%2CGAEM%2CIAAE%2CKAMC%3BEAAS%2CcAAA%3B%3BAA7H9B%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%3BAAnIlB%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%3BEAII%2CcAAA%3B%3BAAHA%2CaArIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAEG%3BAAAD%2CaArIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CaAzIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAMG%3BAAAD%2CaAzIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAKK%3BEAAU%2CcAAA%3B%3BAACX%2CaA1IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGACM%2CIAOG%3BAAAD%2CaA1IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAEI%2CKAMK%3BEAAS%2CcAAA%3B%3BAAEd%2CaA5IF%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%3BEACG%2CcAAA%3B%3BAACA%2CaA9IN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaA%5C%2FIN%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMACL%2CGAUK%2CMAGI%3BEAAS%2CcAAA%3B%3BAA%5C%2FI9B%2CaAAc%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAvJd%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaA1Jd%2CaAkHV%2CQAAO%2CQAeH%2CGAAE%2COAAO%2CMAiBL%2CeACI%2CGAAE%2COAAO%2CMACL%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAA1JtC%2CaAAc%2CaAkHV%2CQAAO%2CQA8CH%2CkBAAkB%2CQAAO%2COAAO%3BEAC9B%2CcAAA%3B%3BAAjKV%2CaAAc%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%3BAAtKZ%2CaAAc%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%3BEACI%2CcAAA%3B%3BAACA%2CaAxKF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAEK%3BAAAD%2CaAxKF%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaAzKF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAGK%3BAAAD%2CaAzKF%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAGK%3BEAAS%2CcAAA%3B%3BAAzK1B%2CaAAc%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%3BAA1KhB%2CaAAc%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CaA5KN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%2CKAEK%3BAAAD%2CaA5KN%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%2CKAEK%3BEAAU%2CcAAA%3B%3BAACX%2CaA7KN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAEI%2COAII%2CKAGK%3BAAAD%2CaA7KN%2CaAkHV%2CQAAO%2CQAmDH%2CmBACI%2COAII%2CKAGK%3BEAAS%2CcAAA%3B%3BAAId%2CaAjLF%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%3BAAAD%2CaAjLF%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%3BEACG%2CcAAA%3B%3BAACA%2CaAnLN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%2CMAEI%3BAAAD%2CaAnLN%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%2CMAEI%3BEAAU%2CcAAA%3B%3BAACX%2CaApLN%2CaAkHV%2CQAAO%2CQAkDH%2CmBAYI%2CkBACK%2CMAGI%3BAAAD%2CaApLN%2CaAkHV%2CQAAO%2CQAmDH%2CmBAWI%2CkBACK%2CMAGI%3BEAAS%2CcAAA%3B%3BAApL9B%2CaAAc%2CaA2Ld%2CmBAAmB%2CoBAAoB%3BEACnC%2CiBAAA%3B%3BAA5LJ%2CaAAc%2CaA8Ld%2CQAAO%3BAA9LP%2CaAAc%2CaA%2BLd%3BEACI%2CiBAAA%3B%3BAAEA%2CQAD0B%3BEAC1B%2CaAlMU%2CaA8Ld%2CQAAO%3BEAIH%2CaAlMU%2CaA%2BLd%3BIAEgC%2C8BAAA%3BIAAgC%2C6BAAA%3B%3B%3BAAjMhE%2CaAAc%2CaA8Ld%2CQAAO%2CQAIH%2CcACI%3BAAnMR%2CaAAc%2CaA%2BLd%2CcAGI%2CcACI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CaA5ME%2CaA8Ld%2CQAAO%2CQAIH%2CcACI%2CMASK%3BAAAD%2CaA5ME%2CaA%2BLd%2CcAGI%2CcACI%2CMASK%3BEACI%2CqBAAA%3B%3BAA7MjB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%3BAAjNJ%2CaAAc%2CaA%2BLd%2CcAkBI%3BEACQ%2CwCAAA%3B%3BAAGQ%2CaArNN%2CaA8Ld%2CQAAO%2CQAmBH%2COAEQ%2CWACI%2CEACK%3BAAAD%2CaArNN%2CaA%2BLd%2CcAkBI%2COAEQ%2CWACI%2CEACK%3BEACC%2CcAAA%3B%3BAAtNtB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COASQ%2CSAAQ%2CeACJ%3BAA3NhB%2CaAAc%2CaA%2BLd%2CcAkBI%2COASQ%2CSAAQ%2CeACJ%3BEACI%2CyBAAA%3B%3BAA5NpB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%3BAA%5C%2FNZ%2CaAAc%2CaA%2BLd%2CcAkBI%2COAcQ%3BEACC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAACI%2CaApOH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAKM%3BAAAD%2CaApOH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAKM%3BEACE%2C0BAAA%3B%3BAAEH%2CaAvOH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAQM%3BAAAD%2CaAvOH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAQM%3BEACE%2C0BAAA%3B%3BAAEH%2CaA1OH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAWM%3BAAAD%2CaA1OH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAWM%3BEACE%2C0BAAA%3B%3BAAEH%2CaA7OH%2CaA8Ld%2CQAAO%2CQAmBH%2COAcQ%2CQAcM%3BAAAD%2CaA7OH%2CaA%2BLd%2CcAkBI%2COAcQ%2CQAcM%3BEACE%2C0BAAA%3B%3BAAoBR%2CQAjB0B%3BEAEpB%2CaAnPJ%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBACJ%3BEAAD%2CaAnPJ%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBACJ%3BIACK%2C0BAAA%3B%3BEAEH%2CaAtPP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAID%3BEAAD%2CaAtPP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAID%3BIACE%2C0BAAA%3B%3BEAEH%2CaAzPP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAOD%3BEAAD%2CaAzPP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAOD%3BIACE%2C0BAAA%3B%3BEAEH%2CaA5PP%2CaA8Ld%2CQAAO%2CQAmBH%2COAiCY%2CQAAO%2CmBAUD%3BEAAD%2CaA5PP%2CaA%2BLd%2CcAkBI%2COAiCY%2CQAAO%2CmBAUD%3BIACE%2C0BAAA%3B%3B%3BAA7PxB%2CaAAc%2CaA8Ld%2CQAAO%2CQAmBH%2COAiDQ%2CQAAO%2COAAO%3BAAlQ1B%2CaAAc%2CaA%2BLd%2CcAkBI%2COAiDQ%2CQAAO%2COAAO%3BEACX%2CcAAA%3B%3BAAMP%2CaAzQM%2CaAuQd%2CQAAO%2CQACH%2CYACK%3BEACG%2CcAAA%3B%3BAAGA%2CaA7QE%2CaAuQd%2CQAAO%2CQACH%2CYAIK%2CMACI%3BEACG%2CcAAA%3B%3BAA9QhB%2CaAAc%2CaAmRd%2CmBAEI%2CGACI%2CGACI%3BAAvRZ%2CaAAc%2CaAoRd%2CmBACI%2CGACI%2CGACI%3BEACI%2CcAAA%3B%3BAACA%2CaAzRF%2CaAmRd%2CmBAEI%2CGACI%2CGACI%2CEAEK%3BAAAD%2CaAzRF%2CaAoRd%2CmBACI%2CGACI%2CGACI%2CEAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CaA5RF%2CaAmRd%2CmBAEI%2CGACI%2CGACI%2CEAKK%3BAAAD%2CaA5RF%2CaAoRd%2CmBACI%2CGACI%2CGACI%2CEAKK%3BEAAS%2CcAAA%3B%3BAA5R1B%2CaAAc%2CaAiSd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAC%3BAAjSvC%2CaAAc%2CaAkSd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAI%3BAAlS1C%2CaAAc%2CaAmSd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%3BAAnSpC%2CaAAc%2CaAoSd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%3BAApSnC%2CaAAc%2CaAqSd%2CkBAAkB%2CQAAO%2CSAAS%3BAArSlC%2CaAAc%2CaAsSd%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BAAtSzC%2CaAAc%2CaAuSd%2CcAAc%2CQAAO%2COAAO%3BAAvS5B%2CaAAc%2CaAwSd%2CmBAAmB%2CQAAO%2CUAAU%3BAAxSpC%2CaAAc%2CaAySd%2CmBAAmB%2CQAAO%2CUAAU%2COAAO%3BEACvC%2C0BAAA%3B%3BAAGA%2CaA7SU%2CaA4Sd%2CcACK%2CcAAe%3BEACZ%2CcAAA%3B%3BAACA%2CaA%5C%2FSM%2CaA4Sd%2CcACK%2CcAAe%2CmBAEX%3BEACG%2CcAAA%3B%3BAAhTZ%2CaAAc%2CaAoTd%2CQAAO%2CMAAO%2CoBAAoB%2CEAAC%3BAApTnC%2CaAAc%2CaAqTd%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAI%3BAArT1C%2CaAAc%2CaAsTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%3BAAtTpC%2CaAAc%2CaAuTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%3BAAvTnC%2CaAAc%2CaAwTd%2CkBAAkB%2CQAAO%2CSAAS%3BAAxTlC%2CaAAc%2CaAyTd%2CmBAAmB%2CQAAO%2CUAAU%3BEAChC%2CcAAA%3B%3BAA1TJ%2CaAAc%2CaA4Td%2CQAAO%2CMAAO%2CoBAAoB%2CEAAC%2CMAAM%3BAA5TzC%2CaAAc%2CaA6Td%2CQAAO%2CMAAS%2CKAAE%2CmBAAoB%2CEAAC%2CMAAS%3BAA7ThD%2CaAAc%2CaA8Td%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CSAAY%2CIAAC%2CMAAM%3BAA9T1C%2CaAAc%2CaA%2BTd%2CQAAO%2CMAAS%2CKAAE%2CKAAK%2CQAAW%2CIAAC%2CMAAM%3BAA%5C%2FTzC%2CaAAc%2CaAgUd%2CkBAAkB%2CQAAO%2CSAAS%2CMAAM%3BAAhUxC%2CaAAc%2CaAiUd%2CmBAAmB%2CQAAO%2CUAAU%2CMAAM%3BEACtC%2CcAAA%3B%3BAAlUJ%2CaAAc%2CaAoUd%2CQAAO%2CQAEH%2COAAM%2COACF%3BAAvUR%2CaAAc%2CaAqUd%2CcACI%2COAAM%2COACF%3BEACI%2CcAAA%3B%3BAAMhB%3BEACI%2CwCAAA%3B%3BAADJ%2CaAEI%3BEACI%2CwCAAA%3B%3BAAHR%2CaAKI%3BEACI%2CiBAAA%3BEACA%2CwCAAA%3B%3BAAEA%2CQAD0B%3BEAC1B%2CaAJJ%3BIAGgC%2C8BAAA%3BIAAgC%2C6BAAA%3B%3B%3BAARpE%2CaAKI%2CYAII%2CGACI%2CGAAE%2COAAU%3BEACR%2CcAAA%3B%3BAACA%2CaAPZ%2CYAII%2CGACI%2CGAAE%2COAAU%2CIAEP%3BEACG%2CcAAA%3B%3BAAEJ%2CaAVZ%2CYAII%2CGACI%2CGAAE%2COAAU%2CIAKP%3BEAAS%2CcAAA%3B%3BAAId%2CQAH8B%3BEAG9B%2CaAdR%2CYAII%2CGACI%2CGAAE%2COAAU%3BIAOJ%2CcAAA%3B%3B%3BAAjBpB%2CaAKI%2CYAII%2CGAWI%2CGAAE%2COAAU%2CIAAE%2CKAAI%2CUAAU%3BAApBxC%2CaAKI%2CYAII%2CGAYI%2CGAAE%2CIAAI%2CSAAY%2CIAAE%2CKAAI%3BEACpB%2C0BAAA%3B%3BAAOA%2CQAH8B%3BEAG9B%2CaAxBZ%2CYAII%2CGAeI%2CGAAE%2COACE%2CQAAU%3BIAEF%2CiBAAA%3B%3B%3BAAMZ%2CaA5BR%2CYA2BI%2CGAAG%2CGAAE%2COACG%2CIAAC%3BEACD%2CcAAA%3B%3BAACA%2CaA9BZ%2CYA2BI%2CGAAG%2CGAAE%2COACG%2CIAAC%2CUAEA%3BEACG%2CcAAA%3B%3BAApCpB%2CaAKI%2CYA2BI%2CGAAG%2CGAAE%2COAOD%2CGAAK%2CIAAC%3BEACF%2CcAAA%3B%3BAAxChB%2CaAKI%2CYAsCI%2CGAAG%2CGAAE%2COAAO%2CMAAS%3BEAAI%2CcAAA%3B%3BAAIzB%2CQAH0B%3BEAG1B%2CaA1CJ%3BIAwCQ%2CoCAAA%3B%3B%3BAAaA%2CQAT8B%3BEAElB%2CaA9CpB%2CYA0CI%2CUACI%2CSAAS%2CoBAED%2CEACK%2CMACG%2CKAAI%3BIACA%2CwBAAA%3B%3B%3BAArDhC%2CaA6DI%2CUAAU%2CEAAC%3BAA7Df%2CaA8DI%2CUAAU%2CEAAC%3BAA9Df%2CaA%2BDI%2CUAAS%2COAAO%2CIAAI%2CSAAS%3BAA%5C%2FDjC%2CaAgEI%2CUAAS%2COAAO%3BEACZ%2C0BAAA%3BEACA%2CcAAA%3B%3BAACA%2CaANJ%2CUAAU%2CEAAC%2CUAMH%3BAAAJ%2CaALJ%2CUAAU%2CEAAC%2CMAKH%3BAAAJ%2CaAJJ%2CUAAS%2COAAO%2CIAAI%2CSAAS%2CMAIrB%3BAAAJ%2CaAHJ%2CUAAS%2COAAO%2CMAGR%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAACA%2CaATR%2CUAAU%2CEAAC%2CUAMH%2CIAGC%3BAAAD%2CaARR%2CUAAU%2CEAAC%2CMAKH%2CIAGC%3BAAAD%2CaAPR%2CUAAS%2COAAO%2CIAAI%2CSAAS%2CMAIrB%2CIAGC%3BAAAD%2CaANR%2CUAAS%2COAAO%2CMAGR%2CIAGC%3BEACG%2C0BAAA%3BEACA%2CcAAA%3B%3BAAQZ%2CwBAH8C%3BEAG9C%2CaAJA%2C2BAA2B%3BIAEnB%2C6BAAA%3B%3B%3BAAMR%2CQAH0B%3BEAG1B%3BIAFI%2CkCAAA%3B%3B%3BAAMJ%2CQAH8B%3BEAG9B%2CaAJA%3BIAEQ%2CmDAAA%3BIAAkD%2CgDAAA%3BIAA%2BC%2C8CAAA%3BIAA6C%2C2CAAA%3B%3B%3BAAK1J%2CYAAY%3BAACZ%2CYAAY%3BEACR%2CyBAAA%3B%3BAAFJ%2CYAAY%2CcAGR%3BAAFJ%2CYAAY%2CqBAER%3BEACI%2CyBAAA%3B%3BAAJR%2CYAAY%2CcAMR%2COAAM%3BAALV%2CYAAY%2CqBAKR%2COAAM%3BEACF%2CyBAAA%3B%3BAAPR%2CYAAY%2CcA2BR%2CcACI%3BAA3BR%2CYAAY%2CqBA0BR%2CcACI%3BAA5BR%2CYAAY%2CcA2BR%2CcAEI%3BAA5BR%2CYAAY%2CqBA0BR%2CcAEI%3BEACI%2CwCAAA%3B%3BAA9BZ%2CYAAY%2CcA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA9ChC%2CYAAY%2CqBA8CR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA%5C%2FChC%2CYAAY%2CcAgDR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BAA%5C%2FChC%2CYAAY%2CqBA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%3BEACxB%2CcAAA%3B%3BAACA%2CYAlDI%2CcA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CMAGvB%3BAAAD%2CYAjDI%2CqBA8CR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CMAGvB%3BAAAD%2CYAlDI%2CcAgDR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CUAEvB%3BAAAD%2CYAjDI%2CqBA%2BCR%2CYAAY%2CGAAG%2CGAAE%2COAAU%2CIAAC%2CUAEvB%3BEACG%2CcAAA%3B%3BAAnDZ%2CYAAY%2CcAiGR%2CcAKI%2CcACI%3BAAtGZ%2CYAAY%2CqBAgGR%2CcAKI%2CcACI%3BEAGI%2CwCAAA%3B%3BAA1GhB%2CYAAY%2CcAwHR%2CcACI%2COAAM%2COAIF%3BAA5HZ%2CYAAY%2CqBAuHR%2CcACI%2COAAM%2COAIF%3BEACI%2CwCAAA%3B%3BAA9HhB%2CYAAY%2CcAwIR%2CQAAO%2CQAeH%2CcACI%3BAAvJZ%2CYAAY%2CqBAuIR%2CQAAO%2CQAeH%2CcACI%3BEACI%2CwCAAA%3B%3BAAzJhB%2CYAAY%2CcAwIR%2CQAAO%2CQAeH%2CcAII%3BAA1JZ%2CYAAY%2CqBAuIR%2CQAAO%2CQAeH%2CcAII%3BEACI%2CwCAAA%3B%3BAA5JhB%2CYAAY%2CcAwIR%2CQAAO%2CQAoDH%2COACG%2CeACG%2CcAAa%2CiBACR%3BAA9LnB%2CYAAY%2CqBAuIR%2CQAAO%2CQAoDH%2COACG%2CeACG%2CcAAa%2CiBACR%3BEACG%2CyBAAA%3B%3BAAhMtB%2CYAAY%2CcAsMR%2CQAAO%2CMAAO%3BAArMlB%2CYAAY%2CqBAqMR%2CQAAO%2CMAAO%3BEACV%2CcAAA%3B%3BAAaR%2CYAAY%2CeAAe%2CcACvB%2CQAAO%3BEACH%2CUAAA%3B%3BAAKQ%2CYAPJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBACF%3BEAA8B%2CcAAA%3B%3BAAC%5C%2FB%2CYARJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAEF%3BEAAqB%2CcAAA%3B%3BAACtB%2CYATJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAGF%3BEAAyB%2CcAAA%3B%3BAAC1B%2CYAVJ%2CeAAe%2CcAIvB%2CMACI%2CeACI%2CQAAO%2CmBAIF%3BEAAoB%2CcAAA%3B%3BAAVrC%2CYAAY%2CeAAe%2CcAgBvB%2COAAM%3BEACF%2CwCAAA%3B%3BAAjBR%2CYAAY%2CeAAe%2CcAgBvB%2COAAM%2CQAuBF%2COAAM%2COAgBF%3BEACI%2CaAAA%3B%3BAAKhB%2CaAAa%3BEACT%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAFJ%2CaAAa%2CcAGT%3BEACI%2CyBAAA%3B%3BAAJR%2CaAAa%2CcAMT%3BEACI%2CyBAAA%22%7D *//* Generated Less from WeltPixel_CustomFooter */
.theme-pearl .page-wrapper .page-footer {
  background-color: #F0ECE5;
  position: relative;
  z-index: 0;
}
.theme-pearl .page-wrapper .page-footer .footer.content,
.theme-pearl .page-wrapper .page-footer .w {
  max-width: inherit;
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4,
.theme-pearl .page-wrapper .page-footer .w h4,
.theme-pearl .page-wrapper .page-footer .footer.content p,
.theme-pearl .page-wrapper .page-footer .w p,
.theme-pearl .page-wrapper .page-footer .footer.content a,
.theme-pearl .page-wrapper .page-footer .w a,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter,
.theme-pearl .page-wrapper .page-footer .footer.content small,
.theme-pearl .page-wrapper .page-footer .w small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4:visited,
.theme-pearl .page-wrapper .page-footer .w h4:visited,
.theme-pearl .page-wrapper .page-footer .footer.content p:visited,
.theme-pearl .page-wrapper .page-footer .w p:visited,
.theme-pearl .page-wrapper .page-footer .footer.content a:visited,
.theme-pearl .page-wrapper .page-footer .w a:visited,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter:visited,
.theme-pearl .page-wrapper .page-footer .footer.content small:visited,
.theme-pearl .page-wrapper .page-footer .w small:visited,
.theme-pearl .page-wrapper .page-footer .footer.content h4.footer-title,
.theme-pearl .page-wrapper .page-footer .w h4.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content p.footer-title,
.theme-pearl .page-wrapper .page-footer .w p.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content a.footer-title,
.theme-pearl .page-wrapper .page-footer .w a.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter.footer-title,
.theme-pearl .page-wrapper .page-footer .footer.content small.footer-title,
.theme-pearl .page-wrapper .page-footer .w small.footer-title {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content h4 i,
.theme-pearl .page-wrapper .page-footer .w h4 i,
.theme-pearl .page-wrapper .page-footer .footer.content p i,
.theme-pearl .page-wrapper .page-footer .w p i,
.theme-pearl .page-wrapper .page-footer .footer.content a i,
.theme-pearl .page-wrapper .page-footer .w a i,
.theme-pearl .page-wrapper .page-footer .footer.content .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .w .togglet.newsletter i,
.theme-pearl .page-wrapper .page-footer .footer.content small i,
.theme-pearl .page-wrapper .page-footer .w small i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content a:hover i,
.theme-pearl .page-wrapper .page-footer .w a:hover i {
  color: #FFFFFF !important;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content p,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content p,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content p {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v1-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v2-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v3-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v4-content .border-v1 small,
.theme-pearl .page-wrapper .page-footer .w .footer-v4-content .border-v1 small {
  color: #CCCCCC;
}
.theme-pearl .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content,
.theme-pearl .page-wrapper .page-footer .w .pre-footer .pre-footer-content {
  max-width: 1310px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1,
.theme-pearl .page-wrapper .page-footer .footer-v2,
.theme-pearl .page-wrapper .page-footer .footer-v3,
.theme-pearl .page-wrapper .page-footer .footer-v4 {
  max-width: 100%;
  margin: 0 auto;
  float: none;
  background-color: #F0ECE5;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 i,
.theme-pearl .page-wrapper .page-footer .footer-v2 i,
.theme-pearl .page-wrapper .page-footer .footer-v3 i,
.theme-pearl .page-wrapper .page-footer .footer-v4 i {
  color: #FFFFFF !important;
}
.theme-pearl .w {
  background-color: #F0ECE5;
}
.theme-pearl .w i {
  color: #FFFFFF !important;
}
.theme-pearl.fullpagescroll .page-wrapper .page-footer {
  position: fixed;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_CustomFooter%5C%2Fcss%5C%2Fweltpixel_custom_footer_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%2CYACgB%2CcACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALxB%2CYACgB%2CcACI%2CaAII%2CQAAO%3BAAN%5C%2FB%2CYACgB%2CcACI%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAT5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAIH%3BAAV5B%2CYACgB%2CcACI%2CaAKI%2CGAGI%3BAAV5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAKH%3BAAX5B%2CYACgB%2CcACI%2CaAKI%2CGAII%3BAAX5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAMH%3BAAZ5B%2CYACgB%2CcACI%2CaAKI%2CGAKI%3BAAZ5B%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%3BAAbpC%2CYACgB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%3BAAbpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAQH%3BAAd5B%2CYACgB%2CcACI%2CaAKI%2CGAOI%3BEACI%2CcAAA%3B%3BAACA%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAMK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAGI%2CGAMK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEAKK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAII%2CEAKK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAIK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAKI%2CEAIK%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAGH%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAGH%3BAAAD%2CYAfhB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAEK%3BAAAD%2CYAfhB%2CcACI%2CaAKI%2CGAOI%2CMAEK%3BAACD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAOK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAGI%2CGAOK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEAMK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAII%2CEAMK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAKK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAKI%2CEAKK%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAIH%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAIH%3BAAAD%2CYAhBhB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAGK%3BAAAD%2CYAhBhB%2CcACI%2CaAKI%2CGAOI%2CMAGK%3BEACG%2CcAAA%3B%3BAAlBpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAIH%2CGAUI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAGI%2CGAUI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAKH%2CEASI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAII%2CEASI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAMH%2CEAQI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAKI%2CEAQI%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAOH%2CSAAQ%2CWAOJ%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAMI%2CSAAQ%2CWAOJ%3BAApBhC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAQH%2CMAMI%3BAApBhC%2CYACgB%2CcACI%2CaAKI%2CGAOI%2CMAMI%3BEACI%2CcAAA%3B%3BAAIJ%2CYAxBhB%2CcACI%2CaAII%2CQAAO%2CQAkBH%2CEACK%2CMACG%3BAADJ%2CYAxBhB%2CcACI%2CaAKI%2CGAiBI%2CEACK%2CMACG%3BEACI%2CcAAA%3B%3BAA3BxC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAyBH%2CmBAII%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGAwBI%2CmBAII%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA0BH%2CmBAGI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGAyBI%2CmBAGI%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA2BH%2CmBAEI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGA0BI%2CmBAEI%3BAAnChC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA4BH%2CmBACI%3BAAnChC%2CYACgB%2CcACI%2CaAKI%2CGA2BI%2CmBACI%3BEACI%2CcAAA%3B%3BAApCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAyBH%2CmBAOI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGAwBI%2CmBAOI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA0BH%2CmBAMI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGAyBI%2CmBAMI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA2BH%2CmBAKI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGA0BI%2CmBAKI%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQA4BH%2CmBAII%2CWACI%3BAAvCpC%2CYACgB%2CcACI%2CaAKI%2CGA2BI%2CmBAII%2CWACI%3BEACI%2CcAAA%3B%3BAAxCxC%2CYACgB%2CcACI%2CaAII%2CQAAO%2CQAsCH%2CYASI%3BAArDhC%2CYACgB%2CcACI%2CaAKI%2CGAqCI%2CYASI%3BEACI%2CiBAAA%3B%3BAAtDpC%2CYACgB%2CcACI%2CaAwDI%3BAA1DxB%2CYACgB%2CcACI%2CaAyDI%3BAA3DxB%2CYACgB%2CcACI%2CaA0DI%3BAA5DxB%2CYACgB%2CcACI%2CaA2DI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAjE5B%2CYACgB%2CcACI%2CaAwDI%2CWAQI%3BAAlE5B%2CYACgB%2CcACI%2CaAyDI%2CWAOI%3BAAlE5B%2CYACgB%2CcACI%2CaA0DI%2CWAMI%3BAAlE5B%2CYACgB%2CcACI%2CaA2DI%2CWAKI%3BEACI%2CcAAA%3B%3BAAnEhC%2CYAwEgB%3BEACI%2CyBAAA%3B%3BAAzEpB%2CYAwEgB%2CGAEI%3BEACI%2CcAAA%3B%3BAAGR%2CYAAC%2CeACG%2CcAAc%3BEAAe%2CeAAA%22%7D *//* header */
.switcher-language .weltpixel_multistore li {
	margin-right: 5px;
}
.switcher-language .weltpixel_multistore li:last-child{
	margin-right: 0;
}
.switcher-language .weltpixel_multistore li img{
	height: 20px;
}

/* footer */
.page-wrapper footer.page-footer .footer.content .footer-v3{
	padding-bottom: 30px;
    padding-top: 30px;
}
.page-wrapper footer.page-footer .footer.content h4{
	padding-top: 0;
}

@media only screen and (min-width: 768px), print{
	.nav-sections .navigation .level0{
		margin-right: 9px;
	}
	.nav-sections .navigation ul li.level0.first > a {
		padding-left: 10px;
	}
	header.page-header .switcher .label{
	    display: inline-block;
	    width: auto;
	    height: auto;
	    float: none;
	    color: #fff;
	    line-height: 1;
	    font-size: 12px;
	    clip: inherit;
	    position: static;
	    margin: 0;
	    margin-right: 5px;
	    vertical-align: middle;
	}
	.page-header-v1 header.page-header .multistore-switcher{
	    position: static;
    	margin-left: 0;
	    float: left;

	}
	header.page-header ul.weltpixel_multistore{
		display: inline-block;
    	vertical-align: middle;
	}
}

.design-image-container{
	background: #ffffff;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 150px;
	line-height: 1;
	margin: 1rem 0.3rem 1rem 0;
	overflow: hidden;
	position: relative;
	width: 150px;
    vertical-align: middle;
    display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}
.design-image-container .design-image-photo {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.account .block-collapsible-nav .title{
	position: static;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.checkout-index-index .ui-datepicker-buttonpane .ui-datepicker-current{
    display:none;   
}body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', '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;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff url('../../frontend/BrandMd/ultimate/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus),
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus),
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary: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);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.block-compare .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  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;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  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;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.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,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .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,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 23px - 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 21px - 10px - 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}




.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-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;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-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;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-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;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-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;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-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;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/BrandMd/ultimate/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .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;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', '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;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .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;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}

button,
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):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);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.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 {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/BrandMd/ultimate/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1310px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.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;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@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;
}
.amcoupons-main-container .amcoupons-input .label {
  font-weight: 400;
}
.amcoupons-applied-coupon {
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 10px;
  border-radius: 1px;
  background: #fff;
}
.amcoupons-applied-coupon:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcoupons-applied-coupon .amcoupons-remove {
  margin-left: auto;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.amcoupons-applied-coupon .amcoupons-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #575855;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcoupons-applied-coupon .amcoupons-message {
  width: 100%;
}
.amcoupons-applied-coupon.message.success,
.amcoupons-applied-coupon.message.warning {
  display: flex;
  padding: 7px 10px;
}
.amcoupons-applied-coupon.message.success .amcoupons-remove,
.amcoupons-applied-coupon.message.warning .amcoupons-remove {
  display: none;
}
.amcoupons-applied-coupon.message.success > *:first-child:before,
.amcoupons-applied-coupon.message.warning > *:first-child:before {
  content: '';
}
.cart-totals tr[class='totals'] .title,
.totals.discount .title {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title:after,
.totals.discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals tr[class='totals'] .title.-active,
.totals.discount .title.-active {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title.-active:after,
.totals.discount .title.-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.totals.discount {
  cursor: pointer;
}
.totals.discount .title {
  word-wrap: break-word;
  word-break: break-word;
}
.totals.discount .discount.coupon {
  display: none;
}
.totals.discount .mark {
  max-width: 290px;
}
.cart-totals .title {
  word-wrap: break-word;
  word-break: break-word;
}
.cart-totals .mark {
  max-width: 209px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals tr[class='totals'] .title {
  word-wrap: break-word;
  word-break: break-word;
}
.table-wrapper tr[class='totals'] {
  cursor: pointer;
}
.cart-totals .amcoupons-total-coupons {
  display: none;
}
.cart-totals .amcoupons-total-coupons .mark {
  padding-left: 10px;
}
.cart-summary .block .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  width: 100%;
  text-align: center;
}
.checkout-index-index .amcoupons-main-container,
.paypal-express-review .amcoupons-main-container,
.braintree-paypal-review .amcoupons-main-container {
  display: flex;
  flex-direction: column;
  width: 275px;
}
.checkout-index-index .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.paypal-express-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.braintree-paypal-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message) {
  background: #f5faff;
}
.checkout-index-index .amcoupons-main-container .field,
.paypal-express-review .amcoupons-main-container .field,
.braintree-paypal-review .amcoupons-main-container .field {
  margin: 0;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar,
.paypal-express-review .amcoupons-main-container .actions-toolbar,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar {
  margin: 0;
  width: auto;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  margin: 10px 0 0;
}
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 3px;
  box-shadow: none;
}
.quickview-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  /* Initially hidden */
}
.quickview-loader .loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cms-start-now #maincontent .columns .column.main {
  padding: 0px 0px !important;
}
.cms-start-now .page-wrapper main#maincontent {
  padding-left: 0px;
  padding-right: 0px;
}
.result-section {
  max-width: 1320px;
  margin: 0 auto;
  font-family: Gotham;
}
.image-section {
  position: relative;
}
.image-section img {
  width: 100%;
}
.banner-content {
  text-align: center;
  /*background-image: url(../../frontend/Magento/luma/en_US/BrandMd_RegistrationQuiz/images/hero-banner-wifth-product-img.jpg);*/
  background-image: url(../../frontend/Magento/luma/en_US/BrandMd_RegistrationQuiz/images/new-quiz-banner.png);
  background-position: center;
  background-size: cover;
  padding: 77px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-size: 100%;
}
.hero-top-to-down-arrow img {
  width: 100px;
}
.herobtn-add-to-cart {
  font-size: 38px;
  color: #fff;
  background-color: #b1cddd;
  border: none;
  padding: 38px 50px;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: 'Gotham';
}
.strokeme {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 23px;
  margin-top: 80px;
  font-weight: 600;
}
.banner-content-p {
  font-size: 32px;
  margin-bottom: 30px;
  max-width: 655px;
  width: 100%;
}
.banner-content-p2 {
  font-size: 26.5px;
  margin-bottom: 20px;
  max-width: 660px;
  width: 100%;
}
.banner-content-bold-text {
  font-weight: 700;
}
.ask-expert-first-section {
  background-color: #B1CDDD;
  padding: 0px 20px;
  margin-bottom: 1px;
}
.ask-expert-second-section {
  display: none;
  padding: 0px 20px;
}
.field-1 .radio-container .option {
  display: none;
}
.ask-expert-inner-div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 40px 0px;
}
.expert-section-h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.expert-section-p {
  font-size: 26px;
  margin-bottom: 18px;
}
.expert-section-button {
  background-color: black;
  color: white;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 6px;
  line-height: unset;
}
.expert-section-second-h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #359381;
  margin-bottom: 28px;
  font-weight: 600;
}
.ask-expert-inner-div h2 {
  font-weight: 600;
}
.ask-expert-images img {
  max-width: unset;
}
.result_page .product-item-info {
  width: 90%;
  text-align: center;
}
.result_page .product-item-info .product-item-name {
  margin: 10px 0;
}
.result_page .product-item-info .sort-desc {
  color: #cccccc;
}
.result_page .product-item-info .actions-primary {
  margin: 5px 0;
}
.result_page .product-item-info .actions-primary span {
  font-weight: 500;
}
.result_page .product-item-info .actions-primary .tocart {
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  letter-spacing: -0.36px;
  width: 100%;
}
.slick-arrow {
  top: 170px;
  background-color: #cccccc !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.result_page .result-page-slider .slider-top {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .result_page .result-page-slider .slider-top h1 {
    margin-bottom: 0px;
  }
  .result_page .result-page-slider .slider-middle h1 {
    margin-bottom: 0px;
  }
  .result_page .result-page-slider .slider-last h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1050px) {
  .strokeme {
    font-size: 38px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 28px;
  }
  .herobtn-add-to-cart {
    font-size: 31px;
    padding: 18px 45px;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .strokeme {
    font-size: 32px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 24px;
    max-width: 560px;
    width: 100%;
  }
  .herobtn-add-to-cart {
    font-size: 26px;
    padding: 18px 45px;
    margin-bottom: 40px;
  }
  .banner-content-p2 {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 660px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ask-expert-inner-div {
    gap: 20px;
    align-items: center;
    padding: 40px 0px;
  }
  .expert-section-h1 {
    font-size: 26px;
  }
  .expert-section-p {
    font-size: 18px;
  }
  .expert-section-second-h1 {
    margin-bottom: 18px;
  }
  .strokeme {
    font-size: 32px;
    margin-bottom: 23px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 24px;
    max-width: 560px;
    width: 100%;
  }
  .herobtn-add-to-cart {
    font-size: 26px;
    padding: 18px 45px;
    margin-bottom: 40px;
  }
  .banner-content-p2 {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 660px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  /* .ask-expert-inner-div{
        gap:20px;
        align-items: center;
        padding: 40px 0px;
    }
    .expert-section-h1{
        font-size: 26px;

    }
    .expert-section-p{
        font-size: 18px;

    }
    .expert-section-second-h1{
      margin-bottom: 18px;
    } */
  .ask-expert-inner-div {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 20px 0px;
  }
  .expert-section-button {
    font-size: 16px;
  }
  .expert-section-p {
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .customer-account-result .column.main {
    width: 100% !important;
  }
}
.alekseon-widget-registration_quiz-form--wrapper .legend,
.alekseon-widget-registration_quiz-form--wrapper .submit {
  display: none;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
  margin-bottom: 20px;
}
#myBar {
  height: 30px;
  background-color: #5cb85c;
  width: 0%;
  transition: all ease-in-out 0.5s;
}
#maincontent .columns .column.main #myProgress #myBar {
  height: 18px;
  background-color: #9CBED0;
}
#maincontent .columns .column.main #myProgress {
  background: transparent;
  border: 1px solid #707070;
}
.quiz-form .fieldset {
  text-align: center;
}
.quiz-form .fieldset .field label:nth-child(1) {
  font-size: 32px;
  font-weight: 400 !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
.quiz-form .control.radio-container {
  display: grid;
  align-items: center;
  width: max-content;
  align-content: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  gap: 15px;
}
.quiz-form .control.radio-container input[type="radio"] {
  display: none;
}
.quiz-form .control.radio-container label {
  display: inline-block;
  background: #ECE7DE;
  padding: 15px 50px;
  border-radius: 10px;
  cursor: pointer;
}
.quiz-form .control.radio-container input[type="radio"]:checked + label {
  background-color: #9CBED0;
}
.quiz-form .control.radio-container label {
  background: #ECE7DE;
  padding: 15px 50px;
  border-radius: 10px;
}
.quiz-form .next {
  color: #707070;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
.customer-account-page-wrapper > form > fieldset {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-page-wrapper > form > fieldset > .field {
  width: 50% !important;
}
.customer-account-page-wrapper > form > fieldset > .field > .control > input,
div > div > input,
select,
textarea {
  background: #f4f4f4 !important;
}
.control.checkbox_v-container .checkbox-container input[type="checkbox"] {
  display: none;
  position: relative;
}
.field-2 .control.radio-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.field-2 .control.radio-container .option img {
  width: 100% !important;
}
.field-2 .control.radio-container .option img {
  position: relative;
}
.field-7 .control.checkbox_v-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.field-7 .control.checkbox_v-container .checkbox-container .option img {
  position: relative;
}
.quiz-form .control.radio-container input[type="radio"]:checked + label {
  background-color: #9CBED0;
}
.field-8 .control.checkbox_v-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  max-width: 1100px;
  margin: 0 auto;
}
.checkbox-container p {
  font-size: 23px;
  font-weight: 500;
}
.field-9 .control.with-image.multi-columns.checkbox_v-container {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
.field-9 .control.with-image.multi-columns.checkbox_v-container .checkbox-container {
  width: 20%;
  background: #ECE7DE;
  border-radius: 10px;
}
.quiz-form div.back {
  cursor: pointer;
}
.quiz-form p.error {
  color: red;
  text-align: center;
}
.quiz-form div.next {
  cursor: pointer;
}
.quiz-form .control.radio-container p {
  margin-bottom: 0px;
}
.quiz-form .field-9 .control .checkbox-container input[type="checkbox"]:checked + label p {
  background-color: #9CBED0 !important;
  border-radius: 10px;
}
.checkbox-container label div {
  position: relative;
  cursor: pointer;
}
.checkbox-container label img {
  width: 100% !important;
}
.field-2 .control.radio-container .option img {
  border-radius: 8px !important;
}
.checkbox-container input[type="checkbox"]:checked + label div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 0;
}
.checkbox-container label div.option {
  line-height: 0px;
}
.field-7 .control.checkbox_v-container {
  column-gap: 30px;
  row-gap: 20px;
}
.field-7 .checkbox-container label p {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.field-8 .control.checkbox_v-container {
  column-gap: 40px;
  row-gap: 20px;
}
.field-8 .checkbox-container label p {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.field-9 .checkbox_v-container > .checkbox-container input[type="checkbox"]:checked + label {
  background-color: #9CBED0;
}
.field-9 .control.checkbox_v-container {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
.field-9 .control.checkbox_v-container .checkbox-container {
  width: 20%;
  background: #ECE7DE;
  border-radius: 10px;
}
.field-9 .checkbox_v-container .checkbox-container label {
  cursor: pointer;
}
.field-9 .checkbox_v-container .checkbox-container label p {
  margin: 0px;
  padding: 20px;
  font-size: 20px;
}
.customer-account-create .form-create-account .actions-toolbar {
  padding: 0 70px !important;
  margin-top: 0px !important;
}
.customer-account-create .form-create-account .actions-toolbar .primary span {
  font-size: 36px;
}
.quiz-form .customer-account-page-wrapper {
  padding: 0px !important;
}
fieldset.create.fieldset.info {
  margin: 0px !important;
}
.iti.iti--allow-dropdown {
  width: 100% !important;
}
.quiz-form .customer-account-page-wrapper {
  padding: 0px !important;
}
.customer-account-create .customer-account-page-wrapper {
  padding: 0 0px !important;
}
.ultimatePage-top.get-started-page-top .form-start-h6 {
  font-size: 30px !important;
  margin-bottom: 23px !important;
}
.customer-account-create .form-create-account .fieldset .field input {
  height: 43px !important;
}
.customer-account-create .form-create-account .fieldset .field select {
  height: 43px !important;
}
.customer-account-create .form-create-account .fieldset.additional_info .field input {
  height: 30px !important;
}
.ultimatePage-top.get-started-page-top .form-start-p {
  font-size: 23px !important;
}
.customer-account-create .form-create-account .fieldset .field .label {
  font-size: 20px !important;
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-size: 25px !important;
  padding: 20px 30px !important;
}
.customer-account-create .form-create-account .fieldset .field.newsletter span {
  font-size: 22px !important;
}
.customer-account-create .form-create-account .fieldset .field {
  padding: 0px 70px !important;
}
.fieldset.additional_info .field-recaptcha .g-recaptcha {
  padding-left: 70px;
}
.customer-account-create .actions-toolbar .primary #send2 {
  margin-bottom: 100px;
}
.customer-account-result #maincontent {
  padding: 0px !important;
  margin-top: 0px;
}
.customer-account-result #maincontent .column.main {
  padding: 0px !important;
}
.customer-account-result .column.main .result_page .result-section .result-page-slider {
  padding: 0px 20px;
}
.customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
  max-width: 250px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result_page .result-page-slider h1 {
  font-size: 32px;
  font-weight: 600;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev.slick-disabled {
  opacity: 0.4;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
  height: 40px;
  width: 40px;
  left: -50px;
  right: 85px !important;
  border-radius: 50%;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
  font-size: 24px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  right: -20px !important;
}
.customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
  font-size: 24px;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs {
  display: none;
}
.page-start {
  max-width: 1400px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}
.page-start .email-input {
  width: 100%;
  padding: 30px 20px 27px 20px;
  border-radius: 10px;
  max-width: 640px;
  height: auto !important;
  font-size: 20px;
}
.page-start .email-input::placeholder {
  font-weight: 700;
  color: black;
  font-size: 27px;
}
.skincare-line-h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: math-auto;
}
.skincare-p {
  font-size: 36px;
  margin-bottom: 48px;
  text-align: center;
}
.skincare-button-outer {
  text-align: center;
  margin-bottom: 40px;
}
button.skincare-button {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 24px;
  background-color: white;
  padding: 30px 18px;
  cursor: pointer;
}
.skincare-second-button-outer {
  text-align: center;
  margin-bottom: 63px;
}
button.skincare-second-button {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 36px;
  background-color: black;
  color: #fff;
  padding: 35px 44px;
  cursor: pointer;
  font-family: 'Gotham';
}
.skincare-hero-banner {
  text-align: center;
  width: 100%;
}
.skincare-hero-banner img {
  width: 100%;
}
.customer-account-create .columns .column.main .quiz-form .actions-toolbar {
  display: none;
}
.ask-expert-second-section .ask-expert-inner-div h2 {
  margin: 0px;
}
.customer-account-create .columns .quiz-form .fieldset .field {
  margin-bottom: 0px !important;
}
@media (max-width: 1350px) {
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: -15px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    right: 2rem !important;
  }
}
@media (max-width: 1279px) {
  .skincare-line-h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 30px;
    margin-bottom: 42px;
  }
  button.skincare-button {
    padding: 24px 14px;
  }
  button.skincare-second-button {
    font-size: 28px;
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(4, 1fr);
    max-width: 930px;
  }
}
@media (max-width: 1110px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .field-8 .control.checkbox_v-container {
    max-width: 876px;
    margin: 0 auto;
  }
  .field-8 .checkbox-container label p {
    font-size: 18px;
    overflow-wrap: anywhere;
  }
  .field-2 .control.radio-container {
    max-width: 876px;
    margin: 0 auto;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .banner-content {
    padding: 100px 0px 0px 0px;
  }
  .hero-top-to-down-arrow img {
    width: 80px;
  }
  .ask-expert-inner-div {
    gap: 20px;
    align-items: center;
    padding: 40px 0px;
  }
  .expert-section-h1 {
    font-size: 30px;
  }
  .expert-section-p {
    font-size: 22px;
  }
  .expert-section-second-h1 {
    margin-bottom: 20px;
  }
  .skincare-line-h1 {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 25px;
    margin-bottom: 38px;
  }
  button.skincare-button {
    padding: 20px 14px;
    font-size: 24px;
  }
  button.skincare-second-button {
    font-size: 24px;
    padding: 27px 38px;
  }
  .skincare-line-h1 {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .skincare-p {
    font-size: 19px;
    margin-bottom: 28px;
  }
  button.skincare-button {
    padding: 16px 14px;
    font-size: 22px;
  }
  .skincare-button-outer {
    margin-bottom: 35px;
  }
  .skincare-second-button-outer {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .quiz-form .control.radio-container {
    font-size: 18px;
  }
  .quiz-form .fieldset .field label:nth-child(1) {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .quiz-form .next {
    font-size: 26px;
  }
  .field-7 .checkbox-container label p {
    font-size: 18px;
  }
  .field-9 .checkbox_v-container .checkbox-container label p {
    font-size: 18px;
  }
  .field-2 .control.radio-container p {
    font-size: 18px;
    font-weight: 500;
  }
  .customer-account-create .form-create-account .fieldset .field {
    padding: 0px 30px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0 30px !important;
    margin-top: 0px !important;
  }
  .fieldset.additional_info .field-recaptcha .g-recaptcha {
    padding-left: 30px;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 15px;
  }
  .result_page .result-page-slider h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    height: 36px;
    width: 36px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 36px;
    width: 36px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
    font-size: 21px;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
    font-size: 21px;
  }
}
@media (max-width: 876px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 630px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 630px;
  }
  .field-2 .control.radio-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 630px;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 12px;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 180px;
  }
  .result_page .result-page-slider h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (ma-width: 830px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 31%;
  }
}
@media (max-width: 800px) {
  .strokeme {
    font-size: 29px;
    margin-bottom: 18px;
    margin-top: 0px;
  }
  .banner-content-p {
    font-size: 22px;
    max-width: 524px;
  }
  .herobtn-add-to-cart {
    font-size: 24px;
    padding: 21px 40px;
    margin-bottom: 35px;
  }
  .banner-content-p2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .hero-top-to-down-arrow img {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .field-9 .checkbox_v-container .checkbox-container label p {
    font-size: 16px;
  }
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 31%;
  }
  .quiz-form .fieldset .field label:nth-child(1) {
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .banner-content {
    padding: 65px 10px 0px 10px;
    background-size: cover;
  }
  .customer-account-page-wrapper > form > fieldset > .field {
    width: 100% !important;
  }
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a span {
    font-size: 12px;
  }
  .result_page .result-page-slider h1 {
    font-size: 24px;
  }
  button.skincare-second-button {
    font-size: 22px;
    padding: 24px 38px;
  }
}
@media (max-width: 599px) {
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
    right: unset !important;
    left: -21px !important;
  }
  .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: 28px !important;
  }
}
@media (max-width: 575px) {
  .field-7 .control.checkbox_v-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }
  .field-7 .checkbox-container label p {
    font-size: 17px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 400px;
  }
  .field-8 .checkbox-container label p {
    font-size: 17px;
  }
  .field-2 .control.radio-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }
  .field-2 .control.radio-container p {
    font-size: 17px;
    font-weight: 500;
  }
  .quiz-form .control.radio-container {
    width: 100%;
    font-size: 16px;
  }
  .customer-account-create .form-create-account .fieldset .field {
    padding: 0px 10px !important;
  }
  .fieldset.additional_info .field-recaptcha .g-recaptcha {
    padding-left: 10px;
  }
  .customer-account-create .form-create-account .actions-toolbar button.action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
    font-size: 18px !important;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0 10px !important;
    margin-top: 0px !important;
  }
  .result_page .result-page-slider h1 {
    font-size: 22px;
  }
  .customer-account-create .quiz-form {
    padding: 0px 0px;
  }
  .customer-account-create .columns .quiz-form .back {
    padding: 0px 15px;
  }
  .customer-account-create .columns .quiz-form .fieldset .field .control.radio-container {
    padding: 0px 40px;
  }
}
@media (max-width: 480px) {
  .strokeme {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .banner-content-p {
    font-size: 20px;
  }
  .banner-content-p2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .result_page .banner-content .herobtn-add-to-cart {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  button.skincare-button {
    padding: 14px 14px;
    font-size: 18px;
  }
  button.skincare-second-button {
    font-size: 18px;
    padding: 14px 38px;
  }
  .skincare-button-outer {
    margin-bottom: 25px;
  }
  .skincare-second-button-outer {
    margin-bottom: 25px;
  }
}
@media (max-width: 430px) {
  .field-9 .checkbox_v-container .checkbox-container label p {
    padding: 12px;
  }
}
@media (max-width: 420px) {
  .field-7 .control.checkbox_v-container {
    column-gap: 20px;
  }
  .field-7 .checkbox-container label p {
    font-size: 15px;
  }
  .field-8 .control.checkbox_v-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 400px;
  }
  .field-8 .checkbox-container label p {
    font-size: 15px;
  }
  .field-2 .control.radio-container p {
    font-size: 17px;
    font-weight: 500;
  }
}
@media (max-width: 399px) {
  .customer-account-result .slick-slider .slick-track .product-item .product-item-info .product-item-details .actions-primary a {
    padding: 10px 10px;
  }
  .customer-account-result .slick-list .product-item .product-item-info .product-item-details .sort-desc {
    max-width: 130px;
  }
  .result_page .result-page-slider h1 {
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  .field-9 .control.checkbox_v-container .checkbox-container {
    width: 100%;
  }
}
.customer-account-result .modal-popup .action-close {
  left: 0;
  right: unset;
}
@media (max-width: 768px) {
  .customer-account-result .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100%;
    height: 100%;
  }
  .customer-account-result .modal-popup.modal-slide {
    left: 0;
    z-index: 900;
  }
}
@media (max-width: 575px) {
  .customer-account-result .modal-content {
    padding: 0px !important;
  }
}
.customer-account-result .product-quickview iframe {
  height: 2410px !important;
}
/*.form-create-account .region{
    display:none !important;
}*/
@media (min-width: 1285px) {
  div#myProgress {
    width: 1285px;
    margin: auto;
  }
  .quiz-form {
    width: 1285px;
    margin: 20px auto;
  }
}
.customer-account-page-wrapper .back {
  margin: 10px 0;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary {
  display: flex;
  gap: 10px;
  /* flex-wrap:wrap; */
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form {
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form button {
  font-size: 14px;
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible {
  width: 100%;
}
.result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible a {
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  background-color: black;
}
@media (max-width: 1310px) {
  .result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .result-page-slider #category-product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary form button,
  .result-page-slider #category- product-list .slick-list .slick-slide .product-item .product-item-info .actions-primary .quick-view-button-visible a {
    font-size: 12px;
  }
}
._error .order-comment-form__characters {
  color: #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 14px !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em 0.5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #333;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #198dd3;
  font-weight: bold;
}
.mageprince-faq-collection .group-title i {
  border-bottom: 1px solid #b55;
  border-bottom-color: #198dd3;
  bottom: -1px;
  float: left;
  position: absolute;
  width: 2.15em;
  z-index: 9999;
}
.mageprince-faq-collection .faq-groups {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.mageprince-faq-collection .faq-group {
  display: inline-block;
}
.mageprince-faq-collection .faq-group-image {
  border: 1px solid #1979c3;
  margin-right: 25px;
  padding: 20px;
}
.mageprince-faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #fff;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mageprince-faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
.mageprince-faq-collection .collspan-expand-block {
  float: right;
}
.mageprince-faq-loader {
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 9999;
}
.minicart-weltpixel .mage-dropdown-dialog {
  display: block !important;
}
.minicart-weltpixel.minicart-wrapper .block-minicart {
  z-index: 1001;
}
.box-sized {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: auto;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: -500px !important;
  top: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart {
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  min-height: 30px;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
  min-height: 30px;
  min-width: 54px;
  right: 0;
  margin: 0;
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close span {
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:hover span {
  color: #fff;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:before {
  content: '';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
  border: 0 none;
  height: calc(100% - 215px) !important;
  margin: 0;
  z-index: -1;
  /*position: absolute;*/
  overflow-y: auto;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-moz-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding-bottom: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
  max-width: 90%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-image-wrapper {
  margin-bottom: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  background: transparent;
  display: block;
  font-size: 16px;
  height: 15px;
  margin: 0;
  position: relative;
  padding: 0;
  top: 0;
  width: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
  float: left;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty .spinner {
  display: none;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 4px 15px;
  float: left;
  border: 1px solid #000;
  border-radius: 50%;
  border-bottom: 0 none;
  border-top: 0 none;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotateX(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container {
  float: right;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price {
  font-size: 14px;
  margin: 0 0 10px 0;
  float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options {
  margin: 0;
  min-height: 18px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  float: left;
  margin: 0 5px 0 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
  line-height: 16px;
  float: left;
  padding: 0 20px 0 0;
  width: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
  color: #000;
  font-size: 13px;
  float: left;
  padding: 0 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus {
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
  content: '\e617';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
  content: '\e608';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {
  color: #000;
  border: 0 none;
  float: left;
  height: auto;
  line-height: 14px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item button.update-cart-item {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
  border-bottom: 1px solid #ccc;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container {
  /*bottom: 0;
                    position: absolute;*/
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .items-total {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary {
  padding: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
  display: block;
  margin: 0 auto 10px;
  min-width: 200px;
  padding: 15px 0;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
}

.modal-content .block .searchautocomplete.vertically .block-right a {
  font-size: 18px !important;
}
.modal-content .block .searchautocomplete.vertically .block-right .price {
  font-weight: bold;
  font-size: 14px !important;
  margin-top: 5px !important;
  color: #3e3d3d;
}
.modal-content .block .searchautocomplete.horizontally {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-content .block .searchautocomplete.horizontally .product-list {
  margin-top: 35px;
}
.modal-content .block .searchautocomplete.horizontally .category-list {
  margin-top: 10px;
}
.modal-content .block .searchautocomplete.horizontally .block-right {
  text-align: center !important;
}
.modal-content .block .searchautocomplete.horizontally .block-right .price {
  color: rgba(84, 84, 84, 0.55);
}
#search_mini_form .control {
  text-align: right;
  border-top: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
.prod-container .text-no-result {
  padding: 10px 0;
  text-transform: initial;
}
.wpx-search-autocomplete-hidden {
  display: none !important;
}
.wpx-search-autocomplete {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 10px 10px 0 10px;
}
.wpx-search-autocomplete ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.wpx-search-autocomplete ul li {
  cursor: pointer;
}
.wpx-search-autocomplete ul li span {
  text-transform: capitalize;
}
.wpx-search-autocomplete ul .amount {
  float: right;
}
.separator {
  padding: 10px;
  text-transform: initial;
  font-size: 13px;
}
.footer-img {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_SearchAutoComplete/images/img-footer.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 10px;
  height: 28px;
  max-width: 200px;
}
.loader-ajax {
  position: relative;
}
.loader-ajax:after {
  content: "";
  background-image: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_SearchAutoComplete/images/ias-spinner.gif');
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  right: 32px;
  top: 8px;
}
.modal-content .block .searchautocomplete.vertically {
  max-height: 70vh;
}
.block .searchautocomplete {
  max-height: 80vh;
  overflow-y: auto;
  background: none repeat scroll 0 0 #fff;
  margin: 0;
  display: none;
  text-align: left;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  -moz-box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
  box-shadow: 0px 3px 15px 0px rgba(112, 112, 112, 0.5);
}
.block .searchautocomplete .container-autocomplete {
  padding: 10px;
}
.block .searchautocomplete .wpx-header {
  line-height: 25px;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .advanced_search {
  cursor: pointer;
}
.block .searchautocomplete .search-results-items {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.block .searchautocomplete .search-results-items span {
  font-weight: 600;
  text-transform: lowercase;
}
.block .searchautocomplete .category-list {
  padding-left: 0px;
  margin: 0;
}
.block .searchautocomplete .category-list li {
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 1px;
}
.block .searchautocomplete .category-list li span.parent-cats {
  color: #5a5959;
  font-size: smaller;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator {
  padding: 0 5px;
}
.block .searchautocomplete .category-list li span.parent-cats span.parent-cats-separator:after {
  content: '\e7a5';
  font-family: 'font-icons-sac';
  size: 6px;
}
.block .searchautocomplete .product-list {
  padding-left: 0px;
  margin-top: 25px;
}
.block .searchautocomplete .product-list li {
  list-style-type: none;
  padding-bottom: 10px;
}
.block .searchautocomplete .product-list .block-flex {
  display: flex;
}
.block .searchautocomplete .product-list .block-flex .block-left .prod-img {
  max-width: initial;
  margin-right: 10px;
}
.block .searchautocomplete .product-list .block-flex .block-right {
  align-self: flex-start;
}
.block .searchautocomplete .product-list .block-flex .block-right p {
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .product-list .block-flex .block-right .product-title {
  margin: 0px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  font-size: 15px;
}
.block .searchautocomplete .product-list .block-flex .block-right .price {
  margin: 0 0 10px 0;
  display: block;
  font-size: 13px;
}
.block .searchautocomplete .product-list .img-result {
  float: left;
}
.block .searchautocomplete .more-results {
  line-height: 25px;
}
.block .searchautocomplete .more-results .advanced_search {
  font-weight: 600;
  text-transform: initial;
  font-size: 13px;
}
.block .searchautocomplete .wpx-footer {
  line-height: 25px;
  font-size: 13px;
  text-transform: initial;
}
.scroll {
  height: 370px;
  overflow-y: scroll;
}
.searchautocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.searchautocomplete::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/BrandMd/ultimate/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/BrandMd/ultimate/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/BrandMd/ultimate/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  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: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/BrandMd/ultimate/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  display: block;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  border: 1px solid #ccc;
  top: 19px;
  transition: background 0.3s;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #666;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  border: 1px solid #ccc;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:hover:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete:hover > span:before {
  background: #d7d7d7;
}
.opc-progress-bar-item._complete > span {
  color: #006bb4;
}
.opc-progress-bar-item._complete > span:after {
  font-family: 'luma-icons';
  content: '\e610';
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
  border-color: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333;
  font-weight: 600;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
  border-color: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  border-color: #ff5501;
  content: '\e610';
  font-family: 'luma-icons';
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@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;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@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;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle: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;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.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;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.canvas_icons,
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]),
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.canvas_icons:before {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .widget.block.block-static-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .widget.block.block-static-block > * {
    margin: 0;
    padding: 0;
  }
  .widget.block.block-static-block img {
    display: block;
  }
}
.header.panel > .header.links > li.welcome {
  line-height: inherit !important;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name {
  width: 17px;
}
.page-header .header-global-promo .global-notification-wrapper {
  display: none;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.page-header .header-global-promo .global-notification-wrapper a.close-global-notification {
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  margin-top: 3px;
  float: right;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #000;
}
.page-header .header-global-promo .notice-inner {
  margin: 0 auto;
  padding: 0px;
  width: 90%;
}
.page-header .header-global-promo .notice-inner * {
  text-transform: none !important;
}
.page-header #switcher-language.switcher strong,
.page-header #switcher-store.switcher strong,
.page-header #switcher-currency.switcher strong {
  font-size: 12px;
}
.page-header #switcher-language .options ul.dropdown,
.page-header #switcher-store .options ul.dropdown,
.page-header #switcher-currency .options ul.dropdown {
  right: 0;
  z-index: 999;
}
.page-header #switcher-language .options ul.dropdown:before,
.page-header #switcher-store .options ul.dropdown:before,
.page-header #switcher-currency .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after,
.page-header #switcher-store .options ul.dropdown:after,
.page-header #switcher-currency .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header #switcher-language .options ul.dropdown li a,
.page-header #switcher-store .options ul.dropdown li a,
.page-header #switcher-currency .options ul.dropdown li a {
  font-size: 12px;
}
.page-header * {
  text-transform: uppercase;
}
.page-header-v2 .header.content,
.page-header-v3 .header.content,
.page-header-v4 .header.content {
  padding: 21px 0 21px 0;
  margin: 0 auto;
}
.page-header-v2 .header.content .logo,
.page-header-v3 .header.content .logo,
.page-header-v4 .header.content .logo {
  margin: 0 30px 0 0;
}
.page-header-v3 .header.content {
  padding: 18px 0 18px 0;
}
.page-header-v3 .header.content .header_right {
  padding: 0 !important;
}
.page-header-v3 .header.content .block-search.minisearch-v2 {
  padding: 0 15px;
}
.page-header-v4 .header.panel > .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
.page-header-v4 .header.panel > .header.links li.greet.welcome {
  float: left;
  min-width: 20px;
}
.page-header-v4 .panel.header .multistore-switcher {
  margin-left: 0;
}
.page-header-v4 .panel.header .switcher-currency {
  float: left;
  top: 10px;
  position: relative;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown {
  right: unset;
  left: 0;
}
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:before,
.page-header-v4 .panel.header #switcher-language .options.switcher-options ul.dropdown:after {
  right: unset;
  left: 10px;
}
.page-header-v4 .header.content {
  text-align: center;
}
.page-header-v4 .header.content .logo {
  float: none;
}
.page-header-v4 .header.content .logo img {
  display: inline-block;
}
.nav-open .nav-toggle::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
  right: unset !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content,
  .page-wrapper .page-header .header_right {
    max-width: 100%;
  }
}
.page-wrapper .page-header .panel.wrapper {
  position: relative;
  height: 40px;
}
.page-header {
  position: relative;
  z-index: 100;
}
.page-header .block-search input {
  text-transform: none !important;
}
:root .wp-device-xxs .page-header-v .page-header .header.content,
:root .wp-device-xs .page-header-v4 .page-header .header.content,
:root .wp-device-s .page-header-v4 .page-header .header.content,
:root .wp-device-m .page-header-v4 .page-header .header.content {
  padding: 18px 0 14px 0;
}
:root .wp-device-xxs .page-header-v2 .page-header,
:root .wp-device-xs .page-header-v2 .page-header,
:root .wp-device-s .page-header-v2 .page-header,
:root .wp-device-m .page-header-v2 .page-header,
:root .wp-device-xxs .page-header-v3 .page-header,
:root .wp-device-xs .page-header-v3 .page-header,
:root .wp-device-s .page-header-v3 .page-header,
:root .wp-device-m .page-header-v3 .page-header,
:root .wp-device-xxs .page-header-v4 .page-header,
:root .wp-device-xs .page-header-v4 .page-header,
:root .wp-device-s .page-header-v4 .page-header,
:root .wp-device-m .page-header-v4 .page-header {
  margin-bottom: 0;
  border: 0;
}
:root .page-header-v2 .page-header .compare.wrapper {
  float: left;
}
:root .page-header-v3 .page-header .compare.wrapper,
:root .page-header-v4 .page-header .compare.wrapper {
  margin: 5px 0 0 20px;
}
:root .page-header-v4 .page-header .compare.wrapper {
  float: left;
  margin: 15px 20px 0 0;
}
:root .page-header-v2 .page-header .panel.header {
  width: 100%;
  margin: 0 auto;
}
:root .page-header-v4 .page-header .panel.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .panel.header,
:root .wp-device-xs .page-header-v4 .page-header .panel.header,
:root .wp-device-s .page-header-v4 .page-header .panel.header,
:root .wp-device-m .page-header-v4 .page-header .panel.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  :root .page-header-v2 .page-header .panel.header {
    padding-bottom: 0;
  }
}
:root .wp-device-xxs .page-header-v1 .page-header .header.content,
:root .wp-device-xs .page-header-v1 .page-header .header.content,
:root .wp-device-s .page-header-v1 .page-header .header.content,
:root .wp-device-m .page-header-v1 .page-header .header.content {
  padding-bottom: 5px;
  padding-top: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.content,
:root .wp-device-xl .page-header-v2 .page-header .header.content,
:root .wp-device-l .page-header-v3 .page-header .header.content,
:root .wp-device-xl .page-header-v3 .page-header .header.content,
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  height: auto;
  padding: 21px 0;
  margin: 0 auto;
}
:root .wp-device-l .page-header-v4 .page-header .header.content,
:root .wp-device-xl .page-header-v4 .page-header .header.content {
  text-align: center;
  height: auto;
}
.page-header .compare.wrapper {
  font-size: 12px;
  color: #303030;
}
.page-header .compare.wrapper li > a {
  color: #303030;
}
.page-header #switcher-language .options ul.dropdown {
  right: 0;
}
.page-header #switcher-language .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-language .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
:root .wp-device-xxs .page-header #switcher-store,
:root .wp-device-xxs .page-header #switcher-currency,
:root .wp-device-xxs .page-header #switcher-language,
:root .wp-device-xs .page-header #switcher-store,
:root .wp-device-xs .page-header #switcher-currency,
:root .wp-device-xs .page-header #switcher-language,
:root .wp-device-s .page-header #switcher-store,
:root .wp-device-s .page-header #switcher-currency,
:root .wp-device-s .page-header #switcher-language,
:root .wp-device-m .page-header #switcher-store,
:root .wp-device-m .page-header #switcher-currency,
:root .wp-device-m .page-header #switcher-language {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header #switcher-store,
:root .wp-device-l .page-header-v4 .page-header #switcher-currency,
:root .wp-device-l .page-header-v4 .page-header #switcher-language,
:root .wp-device-xl .page-header-v4 .page-header #switcher-store,
:root .wp-device-xl .page-header-v4 .page-header #switcher-currency,
:root .wp-device-xl .page-header-v4 .page-header #switcher-language {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 10px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language {
  margin: 5px 10px 0 !important;
  margin: 3px 10px 0;
  padding: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  right: 0;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:before,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:before {
  left: auto;
  right: 10px;
}
.page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown:after,
.page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown:after {
  left: auto;
  right: 9px;
}
:root .page-header-v2 .page-header #switcher-store .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header-v2 .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 0 5px;
}
.page-header #switcher-store-trigger,
.page-header #switcher-currency-trigger,
.page-header #switcher-language-trigger {
  margin-bottom: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
  top: 12px;
}
:root .wp-device-xxs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-xs .page-header-v4 .page-header .action.nav-toggle,
:root .wp-device-s .page-header-v4 .page-header .action.nav-toggle,
.page-header .action.nav-toggle :root .wp-device-m .page-header-v4 {
  top: 15px;
}
:root .wp-device-l .page-header-v1 .page-header .action.nav-toggle,
:root .wp-device-xl .page-header-v1 .page-header .action.nav-toggle {
  margin-bottom: 0;
}
.page-header .logo {
  z-index: 10;
}
:root .wp-device-xxs .page-header-v1 .page-header .logo,
:root .wp-device-xs .page-header-v1 .page-header .logo,
:root .wp-device-s .page-header-v1 .page-header .logo,
:root .wp-device-m .page-header-v1 .page-header .logo,
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo,
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo,
:root .wp-device-m .page-header-v3 .page-header .logo,
:root .wp-device-xxs .page-header-v4 .page-header .logo,
:root .wp-device-xs .page-header-v4 .page-header .logo,
:root .wp-device-s .page-header-v4 .page-header .logo,
:root .wp-device-m .page-header-v4 .page-header .logo {
  margin-left: 40px;
}
:root .wp-device-l .page-header-v2 .page-header .logo,
:root .wp-device-xl .page-header-v2 .page-header .logo,
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  margin: 0 30px 0 0;
}
:root .wp-device-xxs .page-header-v3 .page-header .logo,
:root .wp-device-xs .page-header-v3 .page-header .logo,
:root .wp-device-s .page-header-v3 .page-header .logo {
  margin: 3px 30px 0 40px;
}
:root .wp-device-l .page-header-v4 .page-header .logo,
:root .wp-device-xl .page-header-v4 .page-header .logo {
  float: none;
}
:root .wp-device-xxs .page-header-v2 .page-header .logo,
:root .wp-device-xs .page-header-v2 .page-header .logo,
:root .wp-device-s .page-header-v2 .page-header .logo,
:root .wp-device-m .page-header-v2 .page-header .logo {
  margin: 0 0 10px 40px;
}
:root .wp-device-xxs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v1 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v2 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v3 .page-header .logo,
:root .wp-device-xxs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-xs.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-s.checkout-index-index .page-header-v4 .page-header .logo,
:root .wp-device-m.checkout-index-index .page-header-v4 .page-header .logo {
  margin-left: 0;
}
:root .page-header-v1 .page-header .logo img,
:root .page-header-v2 .page-header .logo img,
:root .page-header-v3 .page-header .logo img,
:root .page-header-v4 .page-header .logo img,
:root .page-header-v1.sticky-header .page-header .logo img,
:root .page-header-v2.sticky-header .page-header .logo img,
:root .page-header-v3.sticky-header .page-header .logo img,
:root .page-header-v4.sticky-header .page-header .logo img {
  width: auto;
  height: 34px;
}
:root .wp-device-l .page-header-v4 .page-header .logo img,
:root .wp-device-xl .page-header-v4 .page-header .logo img {
  display: inline-block;
}
:root .page-header-v2 .page-header .header_right,
:root .page-header-v3 .page-header .header_right,
:root .page-header-v4 .page-header .header_right {
  float: right;
  position: relative;
  margin: 5px 0 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .header_right,
:root .wp-device-xs .page-header-v4 .page-header .header_right,
:root .wp-device-s .page-header-v4 .page-header .header_right,
:root .wp-device-m .page-header-v4 .page-header .header_right {
  position: static;
  margin-top: 15px;
}
:root .page-header-v2 .page-header #switcher-store,
:root .page-header-v2 .page-header #switcher-currency,
:root .page-header-v2 .page-header #switcher-language,
:root .page-header-v2 .page-header .compare.wrapper li a,
:root .page-header-v2 .page-header .header.links,
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v2 .page-header .block-search {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
}
:root .page-header-v2 .page-header a.action.showcart {
  margin-top: 1px;
}
:root .wp-device-m .page-header-v2 .page-header a.action.showcart {
  margin-top: 0;
}
:root .page-header-v3 .page-header a.action.showcart {
  position: relative;
  top: -4px;
}
:root .wp-device-m .page-header-v4 .page-header a.action.showcart {
  margin-top: 2px;
}
:root .page-header-v2 .page-header .minisearch-v2 {
  margin-top: 2px;
}
:root .page-header-v3 .page-header .compare.wrapper li,
:root .page-header-v3 .page-header .compare.wrapper li a,
:root .page-header-v4 .page-header .compare.wrapper li,
:root .page-header-v4 .page-header .compare.wrapper li a {
  margin: 0;
  line-height: 1;
}
:root .wp-device-xxs .page-header .header.links,
:root .wp-device-xs .page-header .header.links,
:root .wp-device-s .page-header .header.links,
:root .wp-device-m .page-header .header.links {
  display: none;
}
:root .page-header-v2 .page-header .header.links {
  list-style: none;
  margin-top: 2px;
}
:root .wp-device-l .page-header-v4 .page-header .header.links,
:root .wp-device-xl .page-header-v4 .page-header .header.links {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
:root .wp-device-l .page-header-v2 .page-header .header.links li,
:root .wp-device-xl .page-header-v2 .page-header .header.links li {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:root .wp-device-l .page-header-v2 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v2 .page-header .header.links .greet.welcome {
  display: none;
}
:root .wp-device-l .page-header-v4 .page-header .header.links .greet.welcome,
:root .wp-device-xl .page-header-v4 .page-header .header.links .greet.welcome {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
:root .page-header-v2 .page-header .header.links > li {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]) {
  top: 2px;
  font-size: 0;
}
:root .page-header-v2 .page-header .header.links > li.authorization-link a:not([data-post]):before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.page-header .header.links > li.authorization-link:after {
  font-size: 12px;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome {
  display: block !important;
}
:root .page-header-v2 .page-header .header.links > li.customer-welcome:after {
  display: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-name:before {
  content: "\e66c";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-size: 16px;
}
.page-header .header.links > .customer-welcome .customer-menu .header.links {
  position: absolute;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links {
  right: -7px;
  margin-top: 5px;
  padding: 10px;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li {
  display: block;
  float: none;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: left;
}
:root .page-header-v2 .page-header .header.links > .customer-welcome .customer-menu .header.links li a:before {
  content: '';
  font-size: 12px !important;
}
.page-header .header.links * {
  font-size: 12px;
}
.page-header .minicart-wrapper {
  float: right;
  line-height: 1;
}
:root .page-header-v2 .page-header .minicart-wrapper,
:root .page-header-v3 .page-header .minicart-wrapper,
:root .page-header-v4 .page-header .minicart-wrapper {
  margin: 0 5px;
  padding: 0 5px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v2 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v3 .page-header .minicart-wrapper,
:root .wp-device-xxs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-xs .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-s .page-header-v4 .page-header .minicart-wrapper,
:root .wp-device-m .page-header-v4 .page-header .minicart-wrapper {
  float: right;
}
.page-header .minicart-wrapper * {
  text-transform: none;
}
.page-header .block-search {
  width: auto;
  height: auto;
}
:root .page-header-v2 .page-header .block-search {
  position: absolute;
  right: 0;
  top: 90px;
  margin-right: 0;
  padding-right: 0;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search,
:root .wp-device-xs .page-header-v2 .page-header .block-search,
:root .wp-device-s .page-header-v2 .page-header .block-search,
:root .wp-device-m .page-header-v2 .page-header .block-search {
  float: none;
  position: static;
  top: 0;
  right: 0;
  margin-top: 3px;
}
:root .wp-device-l .page-header-v4 .page-header .block-search,
:root .wp-device-xl .page-header-v4 .page-header .block-search {
  margin-top: 0;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search,
:root .wp-device-xs .page-header-v4 .page-header .block-search,
:root .wp-device-s .page-header-v4 .page-header .block-search,
:root .wp-device-m .page-header-v4 .page-header .block-search {
  float: left;
}
.page-header .block-search .control {
  z-index: 99;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control,
:root .wp-device-s .page-header-v2 .page-header .block-search .control,
:root .wp-device-m .page-header-v2 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search .control,
:root .wp-device-s .page-header-v3 .page-header .block-search .control,
:root .wp-device-m .page-header-v3 .page-header .block-search .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search .control,
:root .wp-device-s .page-header-v4 .page-header .block-search .control,
:root .wp-device-m .page-header-v4 .page-header .block-search .control {
  border: none;
  height: 0px;
  overflow: hidden;
}
.page-header .block-search .control input {
  box-sizing: border-box;
}
.page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px lightgrey;
  border-color: transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  float: left;
  position: relative;
  top: 0;
}
:root .page-header-v2 .page-header .block-search .control input,
:root .page-header-v1 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v2 .page-header .block-search .control input:focus,
:root .page-header-v1 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: none;
}
:root .page-header-v3 .page-header .block-search .control input {
  padding-left: 0;
  padding-right: 0;
}
:root .page-header-v3 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .page-header-v4 .page-header .block-search .control input {
  padding-left: 5px;
  padding-right: 40px;
}
:root .page-header-v4 .page-header .block-search .control input:focus {
  box-shadow: 0 0 3px 1px transparent;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search .control input {
  padding-right: 10px;
  padding-left: 10px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label,
:root .wp-device-xs .page-header-v1 .page-header .block-search label,
:root .wp-device-s .page-header-v1 .page-header .block-search label,
:root .wp-device-m .page-header-v1 .page-header .block-search label,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  cursor: pointer;
  margin-right: 5px;
  padding-right: 5px;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  height: auto;
  overflow: visible;
  position: absolute;
  top: 55px;
  left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v1 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control input,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control input,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control input {
  float: left;
  width: 100%;
  position: static;
  margin: 0;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
  font-size: 20px;
  line-height: 25px;
  color: inherit;
}
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:-moz-any-link,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v1 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v2 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v3 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xs .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-s .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-m .page-header-v4 .page-header .block-search label x:default,
:root .wp-device-xxs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v1 .page-header .block-search label:before,
:root .wp-device-s .page-header-v1 .page-header .block-search label:before,
:root .wp-device-m .page-header-v1 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v2 .page-header .block-search label:before,
:root .wp-device-s .page-header-v2 .page-header .block-search label:before,
:root .wp-device-m .page-header-v2 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v3 .page-header .block-search label:before,
:root .wp-device-s .page-header-v3 .page-header .block-search label:before,
:root .wp-device-m .page-header-v3 .page-header .block-search label:before,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 4px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label,
:root .wp-device-xs .page-header-v2 .page-header .block-search label,
:root .wp-device-s .page-header-v2 .page-header .block-search label,
:root .wp-device-m .page-header-v2 .page-header .block-search label {
  margin-right: -20px;
}
:root .wp-device-xxs .page-header-v3 .page-header .block-search label,
:root .wp-device-xs .page-header-v3 .page-header .block-search label,
:root .wp-device-s .page-header-v3 .page-header .block-search label,
:root .wp-device-m .page-header-v3 .page-header .block-search label {
  margin-right: -5px;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label,
:root .wp-device-xs .page-header-v4 .page-header .block-search label,
:root .wp-device-s .page-header-v4 .page-header .block-search label,
:root .wp-device-m .page-header-v4 .page-header .block-search label {
  margin-right: -10px;
}
:root .wp-device-xxs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v2 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v3 .page-header .block-search label.active + .control,
:root .wp-device-xxs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-s .page-header-v4 .page-header .block-search label.active + .control,
:root .wp-device-m .page-header-v4 .page-header .block-search label.active + .control {
  border: none;
}
:root .wp-device-xxs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-xs .page-header-v4 .page-header .block-search label:before,
:root .wp-device-s .page-header-v4 .page-header .block-search label:before,
:root .wp-device-m .page-header-v4 .page-header .block-search label:before {
  margin-top: 0;
}
.page-header .block-search .actions button {
  z-index: 99;
}
:root .page-header-v2 .page-header .block-search .actions button,
:root .page-header-v3 .page-header .block-search .actions button,
:root .page-header-v4 .page-header .block-search .actions button {
  right: 10px;
  left: auto;
}
:root .page-header-v2 .page-header .block-search .actions button:before,
:root .page-header-v3 .page-header .block-search .actions button:before,
:root .page-header-v4 .page-header .block-search .actions button:before {
  font-size: 20px;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header {
  height: 0;
  padding: 0;
}
:root .theme-pearl.checkout-index-index .page-header .header.links,
:root .theme-pearl.checkout-index-index .page-header .switcher-language {
  display: none;
}
:root .theme-pearl.checkout-index-index .page-header .logo {
  margin: 0 auto !important;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content {
  min-height: 55px;
  padding: 10px 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header .header.content .logo img {
  margin: 0 auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header {
  height: auto;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.wrapper,
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .panel.header {
  padding: 0;
  height: 0;
}
:root .theme-pearl.checkout-index-index .page-header.sticky-header.page-header-v4 .page-header .header.content {
  top: 0;
  padding-bottom: 15px !important;
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  position: relative;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  padding: 0 3px;
}
:root .page-header-v2 .panel.wrapper {
  display: none;
}
body.checkout-index-index .header.content {
  text-align: center;
}
body.checkout-index-index .header.content .logo {
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
body.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
}
body.checkout-index-index .authentication-wrapper button {
  background: none;
  border: none;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button:hover {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper button span {
  color: #000;
  font-size: inherit;
}
body.checkout-index-index .authentication-wrapper .actions-toolbar button span {
  font-size: initial;
  vertical-align: top;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
:root .page-header-v3 .nav-sections,
:root .page-header-v4 .nav-sections {
  float: left;
}
.nav-sections.nav-sections-2 nav > ul {
  padding: 0;
}
:root .wp-device-xxs .nav-sections .header.links,
:root .wp-device-xs .nav-sections .header.links,
:root .wp-device-s .nav-sections .header.links,
:root .wp-device-m .nav-sections .header.links {
  display: block;
}
.page-wrapper .page-header-v1 + .nav-sections,
.page-wrapper .page-header-v2 + .nav-sections,
.page-wrapper .page-header-v4 + .nav-sections {
  padding-bottom: 15px;
}
.page-wrapper .sections.nav-sections-4 {
  text-align: center;
}
.navigation {
  width: 100%;
  margin: 0 auto;
}
.navigation > ul {
  padding: 0 !important;
}
:root .wp-device-l .nav-sections-4 .navigation > ul,
:root .wp-device-xl .nav-sections-4 .navigation > ul {
  text-align: center;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li {
  float: none;
  display: inline-block;
}
:root .wp-device-l .nav-sections-4 .navigation > ul > li > ul li a,
:root .wp-device-xl .nav-sections-4 .navigation > ul > li > ul li a {
  text-align: left;
}
.navigation > ul > li > ul li a {
  text-transform: uppercase;
}
.navigation > ul > li > ul li a span {
  text-transform: uppercase;
}
.navigation ul {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation ul li.level0.first > a {
    padding-left: 0;
  }
}
.page-wrapper .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.maincontent {
  margin-top: 15px;
}
.page-header-v4 .page-header .header_right,
.page-header-v3 .page-header .header_right,
.page-header-v2 .page-header .header_right,
.page-header-v1 .page-header .header_right {
  padding-right: 0px !important;
}
.page-header-v4 .block-search .control input,
.page-header-v3 .block-search .control input,
.page-header-v2 .block-search .control input,
.page-header-v1 .block-search .control input {
  padding: 0 10px !important;
}
/* Sticky header */
.page-header-v1 ,
.page-header-v2 ,
.page-header-v3 ,
.page-header-v4 ,
.header.content .block-search ,
.header.content .header.links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* All header version */
.page-header.sticky-header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  top: 0;
}
.page-header.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header.sticky-header .header.content {
  padding-top: 20px;
  padding-bottom: 5px;
}
.page-header.sticky-header .header.content .logo {
  margin-top: -5px;
  margin-bottom: 0;
  height: auto;
}
.page-header.sticky-header .switcher-currency,
.page-header.sticky-header .compare.wrapper,
.page-header.sticky-header .switcher-language {
  display: none !important;
}
.page-header.sticky-header .nav-sections.too-wide {
  clear: both;
  left: 0 !important;
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header.sticky-header .nav-sections.too-wide .navigation .megamenu.level-top-fullwidth .fullwidth {
  left: 0 !important;
}
.page-header.sticky-header .global-notification-wrapper {
  display: none !important;
}
.page-header.sticky-header:not(.page-header-v4) .logo {
  position: absolute;
  top: 48%;
}
/* Custom styles for particular headers */
.page-header-v1.sticky-header .header.content {
  padding-bottom: 0;
}
.page-header-v1.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v1.sticky-header .header.content .nav-sections {
  margin-top: -5px;
  float: left;
}
.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 15px;
}
.page-header-v2.sticky-header {
  top: 0;
}
.page-header-v2.sticky-header .header.content .block-search {
  float: right;
  position: relative;
  top: 5px;
  z-index: 100;
}
.page-header-v2.sticky-header .header.content .block-search.minisearch-v2 {
  top: 5px;
  margin-left: 25px;
}
.page-header-v2.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v2.sticky-header .header.content .header_right .multistore-switcher {
  display: none;
}
.page-header-v2.sticky-header .nav-sections .navigation .level0.submenu {
  top: 60px !important;
}
.page-header-v3.sticky-header .header.content .logo {
  margin-top: 0;
}
.page-header-v4.sticky-header {
  top: 0;
  padding-bottom: 2px;
  height: 50px;
  box-shadow: none;
  z-index: 11;
}
.page-header-v4.sticky-header .page-header {
  height: 0;
}
.page-header-v4.sticky-header .panel.wrapper {
  border: 0 none;
}
.page-header-v4.sticky-header .header.content {
  top: -60px;
  padding-bottom: 0 !important;
}
.page-header-v4.sticky-header .header.content .logo {
  top: 5px;
  display: block;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.page-header-v4.sticky-header .header.links {
  z-index: 100;
  position: relative;
}
.page-header-v4.sticky-header .panel.header .switcher-currency {
  display: none;
}
.nav-sections-4.sticky-header {
  position: fixed !important;
  z-index: 100 !important;
  width: 100%;
  top: 45px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}
.nav-sections-4.sticky-header .navigation {
  padding-bottom: 5px;
}
.nav-sections-4.sticky-header .navigation .level0.submenu {
  top: 44px !important;
}
.page-header.sticky-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}
.page-header.sticky-header-mobile .panel.wrapper {
  border-bottom: 0 none;
}
.header-global-promo #carousel {
  position: relative;
}
.header-global-promo #carousel.no-carousel #slides ul {
  left: 0px !important;
}
.header-global-promo .btn-bar {
  width: 100%;
}
.header-global-promo .btn-bar #buttons a {
  text-align: right;
  display: inline-block;
  position: absolute;
  z-index: 999;
  text-decoration: none;
  line-height: 20px;
  font-size: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-global-promo .btn-bar.no-arrows {
  display: none;
}
.header-global-promo #slides {
  margin: 0 auto;
  overflow: hidden;
}
.header-global-promo #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-global-promo #slides ul li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
}
.header-global-promo #slides ul li .quoteContainer .wpx-i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-sub {
  font-weight: bold;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link {
  font-size: 12px;
  text-decoration: underline;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link:first-child {
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .wpx-link.wpx-mg {
  margin-left: 10px;
  margin-right: 10px;
}
.header-global-promo #slides ul li .quoteContainer .quote-phrase {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hidescroll {
  overflow-y: hidden;
}
/* SEARCH VERSION */
.minisearch-v2 {
  float: right;
}
.page-header-v1 .open-modal-search:before,
.page-header-v2 .open-modal-search:before,
.page-header-v3 .open-modal-search:before,
.page-header-v4 .open-modal-search:before {
  content: '\e615';
  font-family: 'luma-icons';
}
.page-header-v1 .open-modal-search {
  padding-top: 5px;
  padding-right: 11px;
}
.wrap .modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding: 0 8px;
}
.wrap .modal:target {
  opacity: 1;
  pointer-events: auto;
}
.wrap .modal.isOpen {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 500ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0ms;
}
.wrap .modal.isOpen .modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 500ms;
}
.wrap .modal .close-sec {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .modal .close-sec a {
  font-size: 30px;
  cursor: pointer;
}
.wrap .modal .form.minisearch .searchautocomplete {
  min-width: 100% !important;
  position: absolute !important;
  right: auto !important;
  margin-top: 3px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically {
  top: 66px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list {
  margin: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li {
  display: block;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left {
  margin-right: 30px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-left,
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right {
  display: inline-block;
  vertical-align: middle;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li .block-right .price {
  margin-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete.vertically .product-list li:last-child {
  border-bottom: none !important;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li {
  display: inline-block;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-left {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete.horizontally .product-list li .block-right {
  text-align: center;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list {
  display: table;
  width: 100%;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wrap .modal .form.minisearch .searchautocomplete .product-list .block-flex {
  display: block;
}
.wrap .modal .wpx-pos-search {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.wrap .modal .wpx-pos-search .control {
  position: relative;
}
.wrap .modal .wpx-pos-search .control .wpx-pos-search {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrap .modal .wpx-pos-search input {
  width: 100% !important;
  height: 66px !important;
  border: 3px solid !important;
  padding-left: 20px !important;
}
.wrap .modal .wpx-pos-search label {
  display: none;
}
.wrap .modal .wpx-pos-search a.closebutton {
  text-decoration: none;
  font-size: 75px;
  margin-left: 50px;
  position: relative;
  top: 11px;
  line-height: 26px;
}
.wrap .modal .wpx-pos-search a.closebutton:hover {
  color: black;
}
.wrap .modal .wpx-pos-search .action.search {
  padding: 12px 22px;
  border: none !important;
  margin-top: 5px;
  margin-right: 4px;
  right: 0px !important;
}
.wrap .modal .closeoverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
  z-index: 2;
  position: fixed;
  cursor: pointer;
}
.wrap .modal .modal-content {
  width: 80%;
  margin: 80px auto 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 500ms;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.wrap .modal .block.block-search.wpx-block-search {
  position: static !important;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.search-visible-md {
  display: block;
}
.search-visible-md .open-modal-search {
  font-size: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wrap .modal .modal-content {
    margin-top: 80px !important;
    margin-left: 0 !important;
  }
  .horizontally-control #search::-ms-clear {
    display: none;
  }
  .wrap .modal {
    position: absolute !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
    visibility: hidden;
  }
  .header .quickcart-wrapper .block-quickcart.quickCartIE {
    position: fixed !important;
    visibility: visible;
  }
  .wrap .modal.isOpenIE {
    position: fixed !important;
  }
  .header .quickcart-wrapper .block-quickcart {
    position: absolute !important;
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  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: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
body {
  color: #000000;
  font-family: "Gotham";
}
.light-blue-btn,
.action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-family: "Gotham" !important;
  background: #9cbed0;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  font-weight: 100;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.nav-sections {
  margin-bottom: 0;
}
.generalChat-popup-content #active-design-chat-list ul li .design-name {
  font-size: 13px;
}
/* Remove box-shadow for all inputs on focus */
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}
.navigation {
  font-weight: normal;
}
.navigation .level0 > .level-top {
  line-height: 45px;
}
:root .page-header-v3 .navigation .level0 > .level-top,
:root .page-header-v4 .navigation .level0 > .level-top {
  line-height: 34px;
}
.navigation .level0 .submenu {
  background-color: white !important;
}
.navigation .level0 .submenu:hover {
  background-color: white !important;
}
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu a:hover {
  background: #fff;
  text-decoration: none;
}
.nav-sections-item-title {
  background-color: white;
  border-color: lightgrey;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top {
  display: inline-block;
  width: 100%;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title h1 {
  margin: 0 0 20px;
  font-size: 46px;
  font-family: "Gotham";
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title h1 {
    width: 100%;
    font-size: 24px;
  }
}
.theme-pearl[class*="store-view-"] .ultimatePage-top .ultimatePage-title p {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: 300;
  text-align: center;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab {
  display: inline-flex;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #9cbed0;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button {
  margin: 0 15px 0px;
  border: 1px solid #9cbed0;
  border-bottom: 0;
  padding: 0 30px;
  height: 49px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  font-family: "Gotham";
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 16px 16px 0 0;
}
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button:hover,
.theme-pearl[class*="store-view-"] .ultimatePage-design-tab button.active {
  background-color: #9cbed0;
  color: #ffffff;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"] .ultimatePage-design-tab button {
    margin: 0 5px 0;
    padding: 0 10px;
    height: 34px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 14px 14px 0 0;
  }
}
.theme-pearl[class*="store-view-"] button.action.primary:hover span,
.theme-pearl[class*="store-view-"] .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span,
.theme-pearl[class*="store-view-"] .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover span {
  color: #ffffff;
}
/* COMPARE PRODUCTS */
.theme-pearl.catalog-product-compare-index .table-comparison {
  overflow: hidden !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody {
  border: none !important;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody tr:hover {
  background: #d9edf7;
}
.theme-pearl.catalog-product-compare-index .table-comparison tbody td.info {
  background: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label {
  border-right: none;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.attribute {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.theme-pearl.catalog-product-compare-index .table-comparison .cell.label,
.theme-pearl.catalog-product-compare-index .table-comparison .cell.product.info {
  border-bottom: none !important;
}
.checkout-agreements button {
  background: none !important;
  border: none !important;
}
.checkout-agreements button span {
  color: #fa583f !important;
  font-size: 16px !important;
}
.checkout-agreements button span:hover {
  text-decoration: underline;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  padding: 7px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none !important;
}
/* pe pagina de produse repara dropdownul de cantitate */
.theme-pearl.catalog-product-view .box-tocart .field.qty select {
  padding: 15px;
  direction: inherit;
}
.theme-pearl .block.block-minicart .quickcart-content-wrapper button.action span,
.theme-pearl .block.block-minicart button.action.primary span,
.theme-pearl .block.block-minicart button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.theme-pearl .block.block-minicart button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  font-size: 12px;
}
.theme-pearl .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .action.delete:before {
  content: "" !important;
}
.theme-pearl .modal-custom .action-close,
.theme-pearl .modal-popup .action-close,
.theme-pearl .modal-slide .action-close {
  background: none;
  border: none;
}
.theme-pearl .modal-custom .action-close:hover,
.theme-pearl .modal-popup .action-close:hover,
.theme-pearl .modal-slide .action-close:hover {
  background: none;
  border: none;
}
.theme-pearl .swatch-option {
  margin: 0 15px 5px 0;
}
.theme-pearl .breadcrumbs .items strong,
.theme-pearl .breadcrumbs .items a {
  text-transform: uppercase !important;
}
.theme-pearl #wishlist-sidebar .product-image-container {
  width: 75px !important;
}
.theme-pearl #wishlist-sidebar .product-image-container .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.theme-pearl #wishlist-sidebar .actions-primary a span {
  font-size: 18px !important;
}
/* adauga un pic de padding la dropdownuri gen select store */
:root .page-header #switcher-currency .mage-dropdown-dialog .dropdown.switcher-dropdown,
:root .page-header #switcher-language .mage-dropdown-dialog .dropdown.switcher-dropdown {
  padding: 10px !important;
}
/* product page related items add to compare si favorite fix */
.secondary-addto-links.actions-secondary {
  display: none;
}
.product-item-info:hover .secondary-addto-links.actions-secondary {
  display: inherit;
}
.owl-carousel .owl-item {
  text-align: center;
}
/* navigation underscore */
@media (min-width: 768px) {
  .navigation .level0.level-top > .level-top,
  .navigation .level0 > .level-top {
    border-bottom: 1px solid transparent;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-bottom: 1px solid #000000;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000;
  }
  .navigation .level0 > .level-top {
    display: inline-block;
    line-height: 38px;
    margin-bottom: 0;
  }
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions button,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions button {
  float: none;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .box-tocart .actions,
.weltpixel_quickview-catalog_product-view.catalog-product-view .box-tocart .actions {
  float: none;
}
.mfp-iframe-holder .mfp-close {
  border: none !important;
  background: none !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .pre-footer {
  background-color: #f4f4f4;
  display: flex;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
  display: block;
  font-weight: bold;
  text-align: center;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
  text-align: center;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #303030;
}
.page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .footer-icon {
  font-size: 35px;
  display: block;
  text-align: center;
  color: #aaa;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingright {
  padding-right: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .nopadding {
  padding: 0;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  padding-top: 50px;
  margin-top: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content p {
  color: #575757;
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li {
  margin-bottom: 6px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li a {
  color: #575757;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  text-transform: uppercase;
  font-weight: 600;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 {
  border-top: 1px solid #adadad;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .small-text {
  margin-top: 15px;
  display: block;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 {
  margin-top: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons {
  margin: 0px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1 .social-icons-v1 .social-icons i {
  font-size: 15px;
}
.page-wrapper .page-footer .footer.content .footer-section2-content {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 {
  padding-top: 60px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .social-icons {
  margin: 0 20px 5px 0;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav a {
  padding: 10px;
  cursor: pointer;
}
.page-wrapper .page-footer .footer.content .footer-v2 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v2 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter {
  margin: 0 auto;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter input,
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .action.subscribe {
  height: 50px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.page-wrapper .page-footer .footer.content .footer-v2 .block {
  float: initial !important;
}
.page-wrapper .page-footer .footer.content .footer-v3 {
  padding-bottom: 10px;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list,
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 {
  line-height: 1.6;
}
.page-wrapper .page-footer .footer.content .footer-v3 .address-v3 i {
  padding-right: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v3 .white-lnk {
  color: #ccc;
}
.page-wrapper .page-footer .footer.content .footer-v4 .footer-nav,
.page-wrapper .page-footer .footer.content .footer-v4 .togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
/** CMS DEMO PAGES **/
.hp-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 10px;
  padding: 50px 0;
}
.hp-title .subtitle {
  display: block;
  font-style: initial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: initial;
  line-height: inherit;
}
/* image hover */
.promo {
  position: relative;
  z-index: 0;
}
body:not(.device-touch) .promo-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promo-image {
  position: relative;
}
.promo-image > a,
.promo-image img {
  display: block;
  width: 100%;
}
.promo-image .title {
  color: #fff;
  text-align: center;
}
.promo-image .title span {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}
.promo-image .title span .upper {
  text-transform: uppercase;
}
.promo-image .title-v2 {
  color: #000;
}
.promo-image .title-v2 span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.promo-overlay .title {
  color: #000;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  padding: 20px;
}
.promo-overlay .title span {
  display: block;
  font-size: 16px;
}
.img-block {
  display: block;
}
.light {
  color: #fff;
}
.header_right {
  z-index: 100;
}
.promo:hover .promo-overlay {
  opacity: 1;
}
.section.parallax .block.newsletter {
  margin: 0 auto;
}
.section.parallax .block.newsletter input,
.section.parallax .block.newsletter .action.subscribe {
  height: 50px;
}
.section.parallax .block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
}
.social-container .social-icons {
  background-color: rgba(225, 225, 225, 0.5);
  font-size: 20px !important;
}
/* Demo Page v3 */
.heading-title span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.page-footer {
  background-color: #f4f4f4;
  padding-top: 60px;
  display: inline-block;
  width: 100%;
}
#page-footer-section-03,
#page-footer-section-03 a {
  color: #fff;
}
#page-footer-section-03 a:hover {
  text-decoration: none;
}
.footer.content {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h3 strong,
h4 strong {
  font-size: 24px !important;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  border-bottom: 2px solid #d83701;
}
.faqlist li a {
  color: #444;
  font-size: 14px;
  font-weight: 900;
}
.faqlist li a:hover,
.faqlist li a:active {
  color: #d83701 !important;
  text-decoration: none;
}
.contact-index-index .column .contact-container h4 {
  padding: 17px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .column .contact-container .form.contact {
  width: 100%;
  float: none;
}
.contact-index-index .form-area {
  padding-bottom: 15px;
}
.contact-index-index .form-area .input-text {
  border: 1px solid grey;
  width: 100%;
  border-radius: 10px;
}
.contact-index-index .form-area :after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
}
.contact-index-index #comment {
  height: 250px;
  padding: 0px;
}
.contact-index-index .page-title h1 {
  font-size: 26px;
}
.catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  width: 100%;
}
.catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  width: 100%;
}
.theme-pearl.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.theme-pearl.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
}
.page-products .columns {
  z-index: 0;
}
#block-discount-heading,
#block-giftcard-heading,
.gift-item-block .title {
  color: black;
  font-size: 1.6rem;
}
#discount-coupon-form .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  line-height: 16px;
}
#discount-coupon-form .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#discount-coupon-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
#giftcard-form .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  line-height: 16px;
}
#giftcard-form .secondary button span {
  color: black;
}
.checkout-cart-index .gift-message-summary {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkout-cart-index .cart.table-wrapper .gift-summary .actions-toolbar {
  top: 8px;
  position: relative;
  float: left;
}
.checkout-cart-index .gift-summary .action-edit:before,
.checkout-cart-index .gift-summary .action-delete:before {
  font-size: 15px;
}
.checkout-cart-index .gift-summary .action-edit:before {
  font-family: font-icons;
  content: "\e635";
}
.checkout-cart-index .gift-summary .action-delete:before {
  content: "\e616";
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift {
  font-weight: 700;
}
.checkout-cart-index .gift-options-cart-item > a.action.action-gift:after {
  font-size: 12px;
}
.checkout-cart-index .gift-summary .actions-toolbar > .secondary .action:first-of-type {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 20px;
}
.customer-welcome .action.switch {
  font-size: 15px;
}
.customer-welcome .action.switch:after {
  color: #000000;
  line-height: 20px;
}
.page-header .switcher strong,
.page-footer .switcher strong,
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  line-height: 1.5;
}
footer.page-footer {
  padding-top: 60px;
  padding-bottom: 0px !important;
}
.footer-nav,
.togglet.newsletter {
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 10px;
}
.footer-nav a {
  padding: 10px;
}
.block.newsletter {
  margin: 0 auto;
}
.block.newsletter input {
  padding-left: 60px;
}
.block.newsletter input,
.block.newsletter .action.subscribe {
  height: 50px;
}
.block.newsletter .field .control:before {
  line-height: 50px;
  font-size: 20px;
  margin-left: 24px;
}
.footer.content .block {
  float: initial !important;
}
.page-product-downloadable .product-add-form .product-options-wrapper,
.page-product-downloadable .product-add-form .product-options-bottom {
  float: none;
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box {
  display: none;
}
/* ORDER AND RETURNS STYLE */
.track-order-description {
  max-width: 100%;
  text-align: center;
}
.track-order {
  background: rgba(84, 84, 84, 0.05);
  margin: 0 auto 57px auto;
  position: relative;
}
.track-order:before {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order:after {
  background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
}
.track-order input {
  height: 40px;
}
.track-order input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
}
.track-order input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
}
.track-order input :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
}
.track-order input :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
}
.track-order label {
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}
.track-order .field.lastname {
  margin-bottom: 21px;
}
.track-order .primary {
  width: 100%;
}
.track-order .primary .action.submit.primary {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
}
/*@light-blue-clr: #adc9d9;*/











@media only screen and (max-width: 370px) {
  header.page-header .minicart-wrapper .action.showcart .counter.qty,
  header.page-header .minicart-wrapper .action.showcart.active .counter.qty,
  .page-header .miniquote-wrapper .action.showquote .counter.qty,
  .page-header .miniquote-wrapper .action.showquote.active .counter.qty {
    position: absolute;
    left: 9px;
    top: -6px;
    line-height: 17px;
    height: 18px;
    min-width: 18px;
    font-size: 11px;
  }
}
.page-header .miniquote-wrapper .action.showquote .counter.qty {
  margin-top: -1px;
}
.page-header .miniquote-wrapper .action.showquote .counter.qty,
.page-header .miniquote-wrapper .action.showquote.active .counter.qty {
  margin-left: 0;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
}
.nav-sections nav.navigation {
  /*.level0 {
			> .submenu{
				&.level0{
					@media screen and (min-width: 768px){
						max-height: 400px;
    					overflow-y: auto !important;
					}
				}
			}
		}*/
}
.nav-sections nav.navigation .megamenu a {
  text-transform: capitalize;
}
.nav-sections nav.navigation ul {
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}
.nav-sections nav.navigation ul li {
  margin-right: 0;
}
.nav-sections nav.navigation ul li.level0:first-child {
  display: none;
}
.nav-sections nav.navigation ul li.parent > a span:nth-child(2) {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .nav-sections nav.navigation ul li.parent > a span:nth-child(2) {
    text-transform: capitalize;
  }
}
.nav-sections nav.navigation ul li:not(.parent) > a span:first-child {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .nav-sections nav.navigation ul li:not(.parent) > a span:first-child {
    text-transform: capitalize;
  }
}
.nav-sections nav.navigation .level0.disabled-link.parent > a.level-top {
  cursor: pointer !important;
}
@media (min-width: 768px), print {
  .nav-sections nav.navigation .level0.parent > .level-top {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-boxed .submenu .columns-group li > a span,
  nav.navigation .megamenu.level-top-sectioned .submenu .columns-group li > a span {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-boxed .submenu .level1 .submenu li > a,
  nav.navigation .megamenu.level-top-sectioned .submenu .level1 .submenu li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span:last-child,
  nav.navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span:last-child {
    padding: 0;
    border-bottom: none;
    font-weight: bold;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0 .submenu a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.navigation .level0.submenu > li {
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0.submenu > li > .fullwidth-wrapper {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 991px) {
  nav.navigation .level0.parent:hover > .submenu {
    /*display: inline-block !important;*/
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  nav.navigation .level0.parent:hover > .submenu {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav-sections .navigation ul li.level0 .parent > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-header .multistore-switcher #switcher-language-trigger {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #multistore-mobile-switcher-language {
    background-color: #cacaca;
  }
}
.miniquote-wrapper {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .miniquote-wrapper {
    margin-right: 0;
  }
}
.miniquote-wrapper .action.showquote {
  white-space: nowrap;
  position: relative;
}
.miniquote-wrapper .action.showquote > .text,
.minicart-wrapper .action.showcart > .text {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  clip: inherit;
  color: #575757;
  right: 0;
  top: 100%;
  font-size: 12px;
  text-transform: capitalize;
  padding: 3px 6px;
  border-radius: 3px;
  overflow: visible;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e5f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e4e5f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e5f0', GradientType=0);
  border: 1px solid #767676;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1;
}
.miniquote-wrapper .action.showquote:before {
  content: "\e74a" !important;
  font-family: 'font-icons' !important;
  color: #090909;
  font-size: 18px;
  line-height: 1.8;
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .miniquote-wrapper .action.showquote:before {
    line-height: 1 !important;
  }
}
.miniquote-wrapper .action.showquote:hover:before {
  color: #133264;
}
.miniquote-wrapper .action.showquote:hover > .text,
.minicart-wrapper .action.showcart:hover > .text {
  display: inline-block;
}
.miniquote-wrapper .action.showquote.active:before {
  content: "\e74a";
  font-family: 'font-icons';
  color: #090909;
}
.miniquote-wrapper .action.showquote.active:hover:before {
  color: #133264;
}
.header .block.block-miniquote .quickcart-content-wrapper button.action span,
.header .block.block-miniquote button.action.primary span,
.header .block.block-miniquote button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.header .block.block-miniquote button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  font-size: 12px;
}
.block-miniquote .block-content > .actions > .primary .action.primary,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-miniquote .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  padding: 8px 10px;
}
.page-header.page-header-v1 .header.links {
  /*margin-left: 13px;*/
  /*> .item.compare{
				margin-bottom: 0;
			}*/
}
.page-header.page-header-v1 .header.links li.link.compare {
  vertical-align: top !important;
  margin-left: 0 !important;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare {
  font-size: 0;
  margin-left: 10px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare.no-display {
  display: none;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare:before {
  content: '\e61e';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 18px;
}
.page-header.page-header-v1 .header.links li.link.compare a.compare > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-v1 .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
.page-header.page-header-v1 .switcher .options ul.dropdown {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  min-width: 116px;
}
.page-header.page-header-v1 .switcher .options ul.dropdown li {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  .page-header.page-header-v1 header.page-header .multistore-switcher {
    float: right;
  }
}
.page-header.page-header-v1 header.page-header .open-modal-search {
  font-size: 18px;
  padding-top: 0;
  padding-right: 0;
  line-height: 1.8;
  vertical-align: middle;
}
.page-header.page-header-v1 .header.content .header .welcome {
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  float: right;
}
.page-header.page-header-v1 .header.content .header.links * {
  font-size: 16px;
}
.page-header.page-header-v1 .header.content .header.links .welcome * {
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .page-header.page-header-v1 .header.content .header.links > li {
    margin-left: 20px;
  }
}
.page-header.page-header-v1 .header.content .header.links > li > a {
  font-size: 16px;
  text-transform: none;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist {
  margin-left: 0;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a {
  font-size: 0;
  margin-left: 10px;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a:before {
  content: "\e024";
  font-family: 'lined-icons';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  vertical-align: middle;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  width: auto;
  border-radius: 3px;
  margin: 0 0 0 3px;
  padding: 0 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty:before,
.page-header.page-header-v1 .header.content .header.links li.link.wishlist > a > .qty:after {
  content: "";
  display: none;
}
.page-header.page-header-v1 .header.content .header.links .authorization-link > a {
  line-height: 2;
  /*font-size: 0;
				    		&:before{
				    			content: "\e66e";
							    display: inline-block;
							    font-family: 'font-icons';
							    line-height: 1.8;
				    		}*/
}
.page-header.page-header-v1 .header.content .header.links .authorization-link > a > i[class*="icon-"] {
  font-size: 20px;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links {
  min-width: 108px;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links > li {
  width: 100%;
  margin-left: 0;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links .authorization-link > a {
  font-size: 16px;
  border-top: 1px solid #999999;
  line-height: normal;
}
.page-header.page-header-v1 .header.content .customer-menu .header.links .authorization-link > a:before {
  content: "";
  display: none;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .page-header.page-header-v1 .header.content > .header.links {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .logo {
    position: static;
    margin: 10px 0;
  }
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .sections.nav-sections {
  width: 100%;
  left: 0 !important;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-header.sticky-header .header .nav-sections {
    margin-top: 5px !important;
  }
}
.quickcart-bottom-container .subtotal .label {
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .product.options .content {
  line-height: 1;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin-left: 13px;
  }
}
.minicart-wrapper .block-minicart {
  width: 450px;
  padding: 25px 20px 0;
  border: none;
  top: 150%;
  right: -10px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .minicart-wrapper .block-minicart {
    width: 364px;
  }
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  font-family: 'Gotham';
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close {
  right: 20px;
  top: 8px;
}
.minicart-wrapper .block-minicart .minicart-items li:hover {
  cursor: auto;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-pricing .qty .qty-update {
  cursor: pointer;
}
.minicart-wrapper .minicart-items-wrapper {
  overflow: auto;
  /*height: auto !important;*/
  /*max-height: 445px;*/
  border: none;
}
@media only screen and (max-width: 1310px) {
  .minicart-wrapper .minicart-items-wrapper {
    /*max-height: 270px;*/
  }
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
  border-bottom: 2px solid #9cbed0;
  border-top: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product {
  display: flex;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  align-items: center;
  display: flex;
  flex: 0 25%;
  /*.product-image-container {
							width: 100% !important;
						}*/
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  flex: 0 75%;
  display: flex;
  flex-flow: column;
  padding-left: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.attribute.sku {
  font-family: 'Gotham';
  color: #999999;
  margin-bottom: 10px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.attribute.sku .value {
  margin-left: 20px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize !important;
  line-height: 1;
  text-decoration: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
  display: flex;
  align-items: flex-start;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty {
  display: flex;
  flex-flow: column;
  flex: 1;
  margin-top: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .brand-name em {
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .qty-wrapper .label {
  text-transform: uppercase;
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .qty-wrapper input {
  border: none;
  text-align: left;
  padding: 0;
  color: #999999;
  height: auto;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  flex: 1.8;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper,
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  justify-content: flex-end;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-wrapper .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-wrapper .price-excluding-tax .price,
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .total-price {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .discount-price-wrapper .price-discount {
  font-size: 20px;
  font-weight: 500;
  color: red;
  margin-left: 5px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper {
  color: #999999;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper .original-price .price {
  font-weight: 300;
  margin-left: 5px;
  position: relative;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .list-price-wrapper .original-price .price:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: red;
  transform: rotate(6deg);
  top: 50%;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper {
  text-align: right;
  margin-top: 15px;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .total-price .price {
  font-size: 20px;
  font-weight: 500;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .save-price {
  color: red;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper .save-price .price {
  font-weight: 300;
  margin-left: 5px;
}
.minicart-wrapper .total-price-wrapper {
  display: flex;
  margin: 30px 0 10px;
}
.minicart-wrapper .total-price-wrapper .actions button.checkout {
  background: #000000;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: normal;
  border-radius: 8px;
  font-weight: 600;
}
.minicart-wrapper .total-price-wrapper .actions button.checkout:hover {
  border: none;
  background: #9cbed0;
}
.minicart-wrapper .total-price-wrapper .total-price-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.minicart-wrapper .total-price-wrapper .total-price-section .subtotal {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 640px) {
  .minicart-wrapper .total-price-wrapper .total-price-section .subtotal {
    font-size: 22px;
  }
}
.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .price-container .price {
  font-size: 26px;
}
@media (max-width: 640px) {
  .minicart-wrapper .total-price-wrapper .total-price-section .subtotal .price-container .price {
    font-size: 20px;
  }
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 100%;
  color: red;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price .price {
  margin-left: 5px;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div {
  font-weight: bold;
  color: red;
}
.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div label {
  text-transform: uppercase;
}
.minicart-wrapper .actions {
  /*margin: 0 0 15px !important;*/
}
.minicart-wrapper .actions .secondary {
  /*text-align: left !important;*/
}
.minicart-wrapper .actions .secondary a.viewcart {
  color: #000000;
  text-decoration: underline;
  font-size: 15px;
}
.minicart-wrapper .actions .secondary a.viewcart:hover {
  color: #9cbed0;
}
.minicart-wrapper .minicart-bottom-section img {
  margin-left: -20px;
  width: calc(100% + 40px);
  max-width: unset;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.page-header-v1 .message.global.demo {
  background: transparent;
  color: #090909;
  padding: 0;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 768px) {
  .page-header-v1 .message.global.demo {
    line-height: 1.7;
  }
}
.global-notice.desktop {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .global-notice.desktop {
    display: none;
  }
}
.global-notice.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global-notice.mobile {
    display: block;
  }
}
.page-wrapper .page-header .customer-name > span {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-header.page-header-v1 .logo {
    margin-bottom: 10px;
  }
}
.page-wrapper .page-header.page-header-v1 .logo img {
  width: 162px !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 .logo img {
    width: 100px !important;
  }
}
.page-wrapper .page-header.page-header-v1 + .nav-sections {
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .page-wrapper .page-header.page-header-v1 + .nav-sections {
    padding: 0;
  }
}
.page-wrapper .page-header.page-header-v1 header.page-header .block-search i[class*='icon-'] {
  cursor: pointer;
}
.page-wrapper .page-header .switcher {
  margin-left: 27px;
}
.page-wrapper .page-header #switcher-currency-trigger,
.page-wrapper .page-header #switcher-store-trigger,
.page-wrapper .page-header #switcher-language-trigger {
  line-height: 1;
}
.page-wrapper .page-header #switcher-language.switcher strong,
.page-wrapper .page-header #switcher-store.switcher strong,
.page-wrapper .page-header #switcher-currency.switcher strong {
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .miniquote-wrapper .action.showquote.active:before {
    font-size: 22px !important;
    line-height: 1.5;
  }
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content {
  box-shadow: none;
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link .sr-only {
  display: block;
  position: static;
  width: auto;
  height: auto;
  clip: inherit;
}
.page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links .authorization-link i[class^='icon-'] {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:before {
    content: '(';
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections .section-item-content.nav-sections-item-content .header.links li.link.compare a.compare > .qty:after {
    content: ')';
  }
}
@media only screen and (max-width: 767px) {
  .block-minicart .subtitle.empty,
  .block-miniquote .subtitle.empty {
    padding: 10px 0 0 !important;
  }
}
.customer-welcome ul {
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.3);
}
.customer-welcome ul.header.links:before {
  top: -11px;
}
.customer-welcome ul.header.links:after {
  top: -13px;
}
.page-header .panel.header {
  padding-bottom: 5px;
  padding-top: 5px;
}
.page-header .panel.header .header_top_panel_message {
  font-family: 'Gotham';
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
}
.page-header .header.content {
  padding: 0px 15px;
}
:root .theme-pearl .page-wrapper .header-placeholder {
  box-shadow: none;
}
:root .theme-pearl .page-wrapper .page-header .header.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 15px 40px;
  min-height: 60px;
}
:root .theme-pearl .page-wrapper .page-header .header.content:after {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .header.content:before {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .logo {
  margin: 0;
  left: 0;
}
:root .theme-pearl .page-wrapper .page-header .panel_header_right {
  float: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  right: 0;
  flex-direction: row-reverse;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links {
  float: left;
  margin: 0;
  top: 30px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome {
  float: left;
  margin: 0px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span {
  background: url(../../frontend/BrandMd/ultimate/en_US/images/header_account_icon.png) no-repeat center;
  width: 21px;
  height: 21px;
  font-size: 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  :root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span {
    display: block;
    margin-right: 15px;
  }
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome > span span {
  font-size: 0px;
}
:root .theme-pearl .page-wrapper .page-header ul.header.links li.customer-welcome .action.switch {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header .block.block-search {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header .block.block-search .block.block-content .open-modal-search {
  background: url(../../frontend/BrandMd/ultimate/en_US/images/header_search_icon.png) no-repeat center;
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 0;
  vertical-align: middle;
}
:root .theme-pearl .page-wrapper .page-header .minicart-wrapper {
  margin: 0 0 0 13px;
}
:root .theme-pearl .page-wrapper .page-header .customer-welcome::before,
:root .theme-pearl .page-wrapper .page-header .customer-welcome::after {
  display: none;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content {
  padding: 0px 15px;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content ul.header.links {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .block.block-search {
  margin: 0;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .header.content .minicart-wrapper {
  margin: 0 0 0 13px;
}
:root .theme-pearl .page-wrapper .page-header.page-header-v1.sticky-header .sections.nav-sections {
  width: calc(100% - 450px);
  margin-top: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 5px;
    margin-left: 5px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 5px;
    margin-left: 5px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1309px) {
  :root .theme-pearl .page-wrapper .page-header .logo {
    margin: 0;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: static;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    margin-right: 10px;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top span {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root .theme-pearl .page-wrapper .page-header .nav-sections {
    float: left;
    margin: 0;
    position: fixed;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation ul {
    display: block !important;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 {
    display: block;
  }
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
  }
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .header.content {
    position: relative;
    justify-content: center;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .nav-sections {
    float: none;
    margin: auto 0 auto auto;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    float: none;
    display: flex;
    align-items: center;
    margin-left: auto;
    right: 0;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .nav-sections nav.navigation ul {
    display: block !important;
  }
}
@media (max-width: 1400px) {
  :root .theme-pearl .page-wrapper .page-header .header.content .logo {
    position: relative;
    left: 30px;
  }
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    position: relative;
    right: 30px;
  }
}
@media (max-width: 768px) {
  :root .theme-pearl .page-wrapper .page-header .header.content .panel_header_right {
    position: relative;
    right: 0;
    margin-left: unset;
  }
}
.nav-toggle {
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle.icon.mobile-active:before {
  content: '\e616';
}
.custom-navigation-menu {
  background: #f0ece5;
  font-family: 'Gotham';
  border-bottom: 1px solid #ffffff;
}
.custom-navigation-menu ul {
  list-style: none;
}
.custom-navigation-menu ul li a {
  color: #000000;
}
.custom-navigation-menu .navigation-mobile {
  display: flex;
  justify-content: space-between;
}
.custom-navigation-menu .navigation-mobile li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-navigation-menu .mobile-toggle-menu {
  background: #f0ece5;
  margin-top: -40px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px !important;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu li a {
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 10px 10px 0;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .top-menu li a:after {
  content: "\e608";
  font-family: 'luma-icons';
  position: absolute;
  left: 50%;
  font-size: 26px;
  margin-left: 10px;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .bottom-menu {
  margin-top: 10px;
}
.custom-navigation-menu .mobile-toggle-menu .navigation .bottom-menu li a {
  font-size: 16px;
  padding: 7px 10px 7px 0;
}
.threebox-wrapper {
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row {
    margin-left: 0;
  }
}
.threebox-wrapper > .row > .col-8 {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row > .col-8 {
    width: 100%;
  }
}
.threebox-wrapper > .row > .col-4 {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .threebox-wrapper > .row > .col-4 {
    width: 100%;
  }
}
.threebox-wrapper > .row > div[class*="col-"] {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] .three-box-block.box2 {
    -webkit-align-items: flex-start;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .threebox-wrapper > .row > div[class*="col-"] .three-box-block.box3 {
    -webkit-align-items: flex-end;
    align-self: flex-end;
  }
}
.threebox-wrapper .three-box-block {
  margin-bottom: 10px;
  position: relative;
}
.threebox-wrapper .three-box-block .floating-div {
  position: absolute;
  bottom: 6%;
  left: 5%;
}
.threebox-wrapper .three-box-block .floating-div a.action {
  font-size: 18px;
  padding: 13px 22px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  height: auto;
  text-transform: capitalize;
  color: #363636;
}
.threebox-wrapper .three-box-block .floating-div a.action [class^=icon-] {
  font-weight: bold;
}
.threebox-wrapper .three-box-block .floating-div a.action:hover {
  color: #ffffff !important;
}
.threebox-wrapper .three-box-block img {
  width: 100%;
}
.widget.block.block-static-block .threebox-wrapper {
  padding: 15px 0;
}
.creat-your-own {
  background: #f4f4f4;
}
.creat-your-own .service-block-listing {
  margin-left: -20px;
  margin-right: -20px;
}
.creat-your-own .color-border-box {
  display: inline-block;
}
.creat-your-own .color-border-box .service-block-list {
  width: 25%;
  float: left;
  padding: 0 20px 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 50%;
  }
  .creat-your-own .color-border-box .service-block-list:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .creat-your-own .color-border-box .service-block-list {
    width: 100%;
  }
}
.creat-your-own .color-border-box .service-block-list .service-box {
  text-align: center;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon {
  font-size: 36px;
  color: #ffffff;
  background: #363636;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-box-icon:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px;
  font-weight: bold;
}
.creat-your-own .color-border-box .service-block-list .service-box .service-title:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-box-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.creat-your-own .color-border-box .service-block-list:hover .service-box .service-title:after {
  width: 50px;
}
.creat-your-own .color-border-box .section-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.creat-your-own .color-border-box .section-title h2 {
  margin: 0 0 12px;
  display: inline-block;
  border: none;
  padding: 0;
}
.creat-your-own .color-border-box .text-center {
  text-align: center;
}
.widget.block.block-static-block .creat-your-own {
  padding: 60px 0 15px;
  margin-top: 30px;
  margin-bottom: -44px;
}
@media only screen and (max-width: 767px) {
  .widget.block.block-static-block .creat-your-own .row {
    margin-left: 0;
  }
}
.promocode-wrapper {
  position: relative;
  background: #fadc32;
  padding: 41px 0;
  margin: 90px 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper {
    padding: 18px 0;
    margin: 30px 0;
  }
}
.promocode-wrapper:before {
  content: "";
  background: #fadc32;
  position: absolute;
  height: calc(100% - 77.5px);
  width: 100%;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1370px;
  display: block;
  margin: -3px auto 0;
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .content > .row {
    margin-left: 0;
  }
}
.promocode-wrapper .content > .row > div:first-child {
  min-width: 0;
  max-width: 199px;
}
.promocode-wrapper .pro-image-box {
  background: #fff;
  position: absolute;
  transform: translateY(-38.98%);
  top: 1.5px;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .pro-image-box {
    top: 0.5px;
    min-width: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .discount-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.promocode-wrapper .discount-text .upto-txt,
.promocode-wrapper .discount-text .discount-content {
  display: inline-block;
  font-family: 'Milkshake';
}
.promocode-wrapper .discount-text .discountbox {
  color: #363636;
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #363636;
  line-height: 1;
  padding: 6px 9px;
  margin: 0 4px;
  vertical-align: middle;
  text-shadow: 2px 0px 1px #363636;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discountbox {
    font-size: 26px;
    padding: 6px 10px;
  }
}
.promocode-wrapper .discount-text .upto-txt {
  vertical-align: top;
  font-size: 23px;
  line-height: 1;
}
.promocode-wrapper .discount-text .discount-content {
  vertical-align: middle;
  font-size: 33px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .promocode-wrapper .discount-text .discount-content {
    font-size: 19px;
  }
}
.promocode-wrapper .promocode-coupon {
  /*display: inline-block;*/
  background: #ffffff;
  padding: 14px 16px;
}
@media only screen and (max-width: 991px) {
  .promocode-wrapper .promocode-coupon {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .promocode-wrapper .promocode-coupon {
    text-align: center;
    float: none !important;
  }
}
.promocode-wrapper .promocode-coupon h6 {
  font-size: 20px;
  display: inline-block;
  text-transform: capitalize;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  font-weight: 900;
}
.promocode-wrapper .promocode-coupon .promo-box {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #363636;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  font-weight: 900;
}
.footer.content {
  font-size: 18px;
  padding: 0;
  color: #000000 !important;
}
@media (max-width: 1310px) {
  .footer.content {
    padding: 0 30px;
  }
}
.footer.content .footer-logo-section img {
  max-width: 65% !important;
  margin-bottom: 5px;
}
.footer.content .footer-logo-section p {
  margin: 0;
}
.footer.content .footer-link-section a:hover {
  text-decoration: underline;
}
.footer.content ul {
  padding-right: 0;
}
.footer.content .footer-v3-list li {
  margin-bottom: 13px;
}
.footer.content .footer-v3-list li a {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  position: relative;
}
.footer.content .footer-v3-list li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  margin-top: -0.5px;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content .footer-v3-list li a:hover {
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.footer.content .footer-v3-list li a:hover:before {
  width: 15px;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}
.footer.content h4 {
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 26px;
  font-size: 22px;
}
.footer.content h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #ffbc27;
  height: 6px;
  border-radius: 6px;
}
.footer.content a:hover {
  color: #fadc32;
}
.footer.content .address-box {
  padding-left: 34px;
  position: relative;
}
.footer.content .address-box [class^="icon-"] {
  padding-right: 0;
  position: absolute;
  left: 3px;
  font-size: 22px;
  vertical-align: middle;
  line-height: 29px;
}
.footer.content .footer-social ul li {
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px !important;
}
.footer.content .footer-social ul li [class^="icon-"] {
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-align: center;
}
.footer.content .footer-social ul li [class^="icon-"]:before {
  color: #133264;
  line-height: 32px;
}
.footer-copy {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0;
}
.footer-copy span {
  font-size: 16px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .footer-copy div[class^="col-"] {
    text-align: center;
  }
}
.footer-copy .bottom-footer-link ul {
  margin: 0;
  list-style: none;
  padding: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-copy .bottom-footer-link ul {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.footer-copy .bottom-footer-link ul li {
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  border-right: 2px solid #363636;
  margin: 0;
  padding: 0 11px;
}
.footer-copy .bottom-footer-link ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 1500px) and (min-width: 768px) {
  body.theme-pearl .footer-copy {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  body.theme-pearl {
    margin-bottom: 40px;
  }
}
.theme-pearl .page-wrapper .page-footer {
  border-top: 3px solid #b5c8d7;
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
  font-weight: 300;
  font-size: 19px;
  font-family: 'Gotham';
}
.theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content a {
  color: #6e6f72;
}
.footer.content h4:after {
  display: none;
}
.footer-copy {
  display: none;
}
.copyright {
  display: none;
}
.page-wrapper .page-footer .footer.content .footer-v1-content {
  display: inline-block;
  width: 100%;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Gotham';
  margin-bottom: 5px;
}
.page-wrapper .page-footer .footer.content .footer-v1-content a {
  font-weight: 300;
  font-size: 16px;
  font-family: 'Gotham';
}
.page-wrapper .page-footer .footer.content .footer-v1-content .mini-logo {
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-social-icons li {
  display: inline-block;
}
.page-wrapper .page-footer .container {
  max-width: 1310px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content a {
    font-size: 16px;
  }
  .theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
    font-size: 16px;
  }
}
.footer-top-newsletter {
  padding: 20px 0;
  position: relative;
  /*&:after,&:before{
    	content: "";
	    display: inline-block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
    }
    &:before{
    	left: -100%;
    }
    &:after{
    	right: -100%;
    }*/
}
.footer-top-newsletter h2 {
  margin: 0;
}
.footer-top-newsletter p {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter p:last-child {
  margin-bottom: 1.1rem;
}
.footer-top-newsletter .form-group input {
  height: 46px;
  background: transparent;
}
.footer-top-newsletter .form-group .subscribe {
  min-width: 200px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  font-family: 'Gotham';
  margin-top: 10px;
}
.footer-top-newsletter .form-group .subscribe:hover {
  background: #000000;
  border: none;
}
.footer-top-newsletter .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.newsletter-subscribe.about-us .newsletter-title {
  font-size: 20px;
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .newsletter-subscribe.about-us .newsletter-title {
    font-size: 16px;
  }
}
.newsletter-subscribe.about-us .form-group {
  max-width: 500px;
}
.newsletter-subscribe.about-us .form-group input {
  border-color: #000000;
}
.newsletter-subscribe.about-us .form-group .subscribe {
  background: #000000;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .newsletter-subscribe.about-us .form-group .subscribe {
    font-size: 12px;
    min-width: 160px;
  }
}
.newsletter-subscribe.about-us .form-group .subscribe:hover {
  border-color: #707070;
  background: transparent;
}
.newsletter-subscribe.about-us .form-group .subscribe:hover span {
  color: #000000;
}
:root .theme-pearl.checkout-index-index .nav-sections {
  display: block;
}
:root .theme-pearl.checkout-index-index .header.content .logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  :root .theme-pearl.checkout-index-index .header.content .logo {
    margin: 4px 0 13px 40px !important;
  }
}
:root .theme-pearl.checkout-index-index .header.content .minicart-wrapper {
  display: block;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 .header.content .customer-menu .header.links > li {
  text-align: left;
}
:root .theme-pearl.checkout-index-index .page-header .page-header-v1 + .nav-sections {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  :root .theme-pearl.checkout-index-index .page-header .panel.header {
    height: auto;
    padding: 11px 20px;
  }
}
.checkout-index-index .ampromo-items-add {
  padding: 10px;
  border: none;
  text-align: center;
  background: #9cbed0;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: Gotham;
  border-radius: 8px;
}
.checkout-index-index .ampromo-items-add > a {
  border-bottom: none;
  color: #ffffff;
  font-weight: 500;
}
.checkout-index-index .ampromo-items-add::before {
  content: unset !important;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: -53px !important;
  }
}
.checkout-index-index .header.content .header {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  border-color: #9cbed0;
  background: #9cbed0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
  border-color: #9cbed0;
  background: #9cbed0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
  border-color: #000000;
}
.checkout-index-index #checkout .opc-wrapper {
  width: 70%;
}
@media (max-width: 767px) {
  .checkout-index-index #checkout .opc-wrapper {
    width: 100%;
  }
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps li .step-title {
  border-bottom: 3px solid #9cbed0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.6rem;
  text-transform: capitalize;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .shipping-address-item.selected-item {
  border-color: #9cbed0;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .shipping-address-item.selected-item:after {
  background: #9cbed0;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .new-address-popup button.action {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
}
.checkout-index-index #checkout .checkout-shipping-address .step-content .new-address-popup button.action:hover {
  background: #9cbed0;
  border-color: #9cbed0;
}
.checkout-index-index #checkout .opc-sidebar {
  width: 30%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .checkout-index-index #checkout .opc-sidebar {
    width: 100%;
  }
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary {
  background: #f0ece5;
  border-radius: 30px;
  font-family: "Gotham";
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .items-in-cart > .title {
  border-bottom: 4px solid #9cbed0;
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-top: 4px solid #9cbed0;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-image-container {
  width: auto !important;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details {
  padding-left: 80px;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name {
  font-weight: 500;
  font-size: 1.6rem;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .details-qty {
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .details-qty .label {
  color: #999999;
}
.checkout-index-index #checkout .opc-sidebar .opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price {
  font-weight: 500;
  color: #777777;
}
.checkout-index-index .abs-discount-code,
.checkout-index-index .checkout-payment-method .payment-option-content {
  display: block !important;
}
.checkout-index-index .abs-discount-code .form-discount,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount {
  width: auto;
}
.checkout-index-index .abs-discount-code .form-discount .payment-option-inner .input-text,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .payment-option-inner .input-text {
  height: 38px;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  width: auto;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  font-family: "Gotham" !important;
  font-weight: 100;
  font-size: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #000000;
  border-color: #000000;
  box-shadow: none !important;
  color: #ffffff;
}
.checkout-index-index .abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #9cbed0;
}
.checkout-index-index .payment-method-braintree .braintree-credit-card-selected {
  width: 30px;
}
.checkout-index-index .payment-method-braintree #braintree_expirationDate {
  padding: 8px 10px;
  width: 110px;
}
.checkout-index-index .payment-method-braintree .cvv .field-tooltip {
  top: 1px;
}
.quotation-quote-index .cart.table-wrapper .actions-toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 479px) {
  .methods-shipping #onepage-checkout-shipping-method-additional-load {
    width: 100% !important;
  }
}
.checkout-cart-index .modal-popup .modal-content .product.media {
  display: block;
  float: none;
  margin: 0 auto;
}
.checkout-cart-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
@media (max-width: 768px) {
  .checkout-cart-index {
    padding: 0 10px;
  }
}
.checkout-cart-index .ultimatePage-cart-top .ultimatePage-cart-title h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .checkout-cart-index .ultimatePage-cart-top .ultimatePage-cart-title h1 {
    font-size: 32px;
    margin-top: 0;
    text-align: center;
  }
}
.checkout-cart-index .ampromo-items-add {
  padding: 10px;
  border: none;
  text-align: center;
  background: #9cbed0;
  width: 66%;
  color: #ffffff;
  font-size: 18px;
  font-family: Gotham;
  border-radius: 8px;
}
.checkout-cart-index .ampromo-items-add > a {
  border-bottom: none;
  color: #ffffff;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart {
  width: 70%;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper {
    border-top-color: #9cbed0;
  }
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table {
  font-family: "Gotham";
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col {
  border-bottom: none;
  min-width: 150px;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col.item {
  min-width: unset;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col.item span {
  min-width: unset;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table th.col span {
  background: #9cbed0;
  padding: 2px 20px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  min-width: 140px;
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item {
  border-bottom: 3px solid #9cbed0;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo .product-image-photo {
    max-height: 90px;
  }
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.item .product-item-photo .product-item-name {
  font-size: 2rem;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .price-excluding-tax {
  display: contents;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .price {
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price {
  color: #999999;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price .price {
  font-size: inherit;
  color: #999999;
  font-weight: 300;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.price .original-price .price:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: red;
  transform: rotate(6deg);
  top: 50%;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .label {
  width: auto;
  height: auto;
  position: static;
  text-transform: uppercase;
  color: #999999;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .control {
  text-align: left;
  display: inline-block;
  position: relative;
  top: -5px;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.qty .control input {
  width: 34px;
  border: none;
  height: auto;
  color: #999999;
  opacity: 1;
  padding: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal {
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .price {
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .subtotal-saving {
  font-weight: normal !important;
  color: red !important;
  font-size: 1rem !important;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .cart.item .col.subtotal .subtotal-saving .price {
  font-weight: normal !important;
  color: red !important;
  font-size: 1rem !important;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
  display: inline-block;
  height: auto;
  float: right;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart #shopping-cart-table .actions.main .clear {
    float: none;
    margin-right: 6px;
    margin-bottom: 10px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.clear {
  background: #9cbed0;
  padding: 2px 20px;
  color: #ffffff;
  border-radius: 20px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  height: auto;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 30%;
  background: #f0ece5;
  border-radius: 30px;
  margin-top: -60px;
  font-family: "Gotham";
  padding: 10px 30px 40px;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    margin-top: 15px;
    width: 100%;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping > .title {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping > .title #block-shipping-heading {
  font-size: 1.8rem;
  font-weight: 300;
  color: #999999;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: 4px solid #9cbed0;
  color: #999999;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.sub .mark {
  font-size: 2rem;
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.sub .amount {
  font-size: 2rem;
  font-weight: 500;
  color: #777777;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .totals.shipping.excl {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount {
  border-top: 4px solid #9cbed0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark strong,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount strong {
  font-weight: 300;
  font-size: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .mark strong .price,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals .amount strong .price {
  font-weight: 500;
  color: #777777;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout {
  background: #000000;
  width: auto;
  padding: 10px 20px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout span {
  font-size: 20px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button.checkout:hover {
  background: #9cbed0;
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout {
  color: #000000;
  text-decoration: underline;
  font-size: 1.6rem;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout:hover {
  color: #9cbed0;
}
.checkout-cart-index .cart-container .cart.table-wrapper {
  font-family: "Gotham";
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th.col {
  border: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart thead tr th:not(:first-child) {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart tbody tr td:not(:first-child) {
  text-align: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart-item-idetification span.brandMd-cart-item {
  text-transform: capitalize;
  font-style: italic;
  font-weight: 100;
  color: #999999;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart-item-idetification span.brandMd-cart-item.free {
  color: #ffffff;
  background-color: #9cbed0;
  display: block;
  width: fit-content;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-preview::before {
  content: "\e724";
  font-family: "font-icons";
  color: #363636;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-preview:hover:before {
  color: #757575;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-attachment::before {
  content: "\e76a";
  font-family: "font-icons";
  color: #363636;
}
.checkout-cart-index .cart-container .cart.table-wrapper .actions-toolbar > .action-attachment:hover:before {
  color: #757575;
}
.checkout-cart-index .cart-container .cart-discount #block-discount .content {
  display: block !important;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .control {
  display: block !important;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .control input {
  height: 38px;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .actions-toolbar button.apply {
  background: #000000;
  border-color: #000000;
  box-shadow: none;
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-discount #block-discount #discount-coupon-form .actions-toolbar button.apply:hover {
  background: #9cbed0;
}
.checkout-cart-index .cart.item .item-actions a[href*=""] {
  display: none !important;
}
.checkout-cart-index .cart.item .item-actions a.action-edit {
  display: inline-block !important;
}
.quotation-quote-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
  width: 100%;
}
@media (min-width: 768px) {
  .product-item-pricing .price-container {
    position: absolute;
    top: 22px;
    right: 0;
  }
  .product-item-details {
    position: relative;
  }
  /*.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details   a{
        font-size: 15px !important;
    }*/
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .subtotal-price-wrapper {
    margin-top: 22px !important;
  }
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    width: 250px;
  }
  .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
    width: 150px;
  }
}
.home-page-main-slider .banner-content-area {
  font-family: 'Gotham';
  margin: 0 auto;
}
.home-page-main-slider .banner-content-area .banner-title,
.customer-account-create .banner-content-area .banner-title {
  text-transform: none;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .banner-title,
  .customer-account-create .banner-content-area .banner-title {
    font-size: 22px;
  }
}
.home-page-main-slider .banner-content-area .sort-desc,
.customer-account-create .banner-content-area .sort-desc {
  font-size: 3.6rem;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .sort-desc,
  .customer-account-create .banner-content-area .sort-desc {
    font-size: 16px;
  }
}
.home-page-main-slider .banner-content-area .action.secondary.start,
.cms-index-index .before-footer-section .btn-area .action.secondary,
.cms-about-us .about-us-content .btn-area .action.start-now {
  font-size: 36px;
  background: #000000;
  color: #ffffff;
  padding: 25px 40px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
  width: auto;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.home-page-main-slider .banner-content-area .action.secondary.start:hover {
  background: #9cbed0;
}
@media (max-width: 767px) {
  .home-page-main-slider .banner-content-area .action.secondary.start,
  .cms-index-index .before-footer-section .btn-area .action.secondary,
  .cms-about-us .about-us-content .btn-area .action.start-now {
    font-size: 20px;
    padding: 12px 20px;
  }
}
.custom-slider {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-slider {
    padding-bottom: 20px;
  }
}
.custom-slider .owl-theme .owl-controls {
  display: inline-block;
  width: 100%;
  margin-top: -40px;
  float: left;
}
.custom-slider .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  z-index: 1;
  position: relative;
  opacity: 1;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.custom-slider .owl-theme .owl-controls .owl-page.active span {
  background: #000000;
  width: 60px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.custom-slider .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .custom-slider .owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit,
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok {
  background: none;
  border: none;
}
#bss-fastorder-form table td.bss-fastorder-row-edit button.btn-edit:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e601';
}
#bss-fastorder-form table td.bss-fastorder-row-action button.btn-ok:before {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'luma-icons';
  overflow: hidden;
  content: '\e603';
}
#bss-fastorder-form .add-btn {
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete {
    border: 1px solid #C2C2C2;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form .bss-fastorder-autocomplete ul {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  #bss-fastorder-form tr > th {
    display: none;
  }
  #bss-fastorder-form tr.bss-fastorder-row {
    display: block;
  }
  #bss-fastorder-form tbody tr.bss-fastorder-row {
    border: 1px solid #dddddd;
    margin-bottom: 12px;
  }
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: center;
  }
  #bss-fastorder-form table td {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  #bss-fastorder-form table td:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-row-ref .bss-height-tr {
    margin-bottom: 10px;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form table .bss-fastorder-autocomplete + .input-box {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .bss-fastorder-row-image img {
    display: inline-block;
    vertical-align: middle;
  }
  #bss-fastorder-form .table-responsive {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  #bss-fastorder-form table td.bss-fastorder-row-name {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #bss-fastorder-form table .bss-fastorder-autocomplete {
    max-width: 182px;
  }
}
body.account .toolbar .pager .toolbar-amount .toolbar-number {
  margin-right: 20px;
}
body.account .toolbar .pager .toolbar-amount .toolbar-number:empty {
  margin: 0;
}
body.account .toolbar .pager .pages {
  position: static;
  width: auto;
  display: inline-block;
  margin-left: 0;
}
body.account .toolbar .pager .pages .pages-items {
  padding-left: 0;
  padding-right: 0;
}
body.account .toolbar .pager .pages .pages-items .pages-item-previous,
body.account .toolbar .pager .pages .pages-items .pages-item-next {
  position: static;
}
body.account .toolbar .pager .limiter {
  float: right;
}
.account .page.messages {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .account .page.messages {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.account .account-information,
.account .account-information #AddressBook,
.account .label-information,
.account .order-information,
.customer-account-login .login-container,
.customer-account-create .form-create-account {
  margin-top: 100px;
  padding: 0 30px;
  font-family: 'Gotham';
}
@media (max-width: 1200px) {
  .account .account-information,
  .account .account-information #AddressBook,
  .account .label-information,
  .account .order-information,
  .customer-account-login .login-container,
  .customer-account-create .form-create-account {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .account .account-information,
  .account .account-information #AddressBook,
  .account .label-information,
  .account .order-information,
  .customer-account-login .login-container,
  .customer-account-create .form-create-account {
    margin-top: 20px;
    padding: 0;
  }
}
.account .account-information .account_title,
.account .account-information #AddressBook .address_title,
.account .label-information .label-title,
.account .order-information .orders-history .order-title,
.customer-account-create .form-create-account .fieldset .form-title {
  text-align: left;
  font-weight: bold;
  padding: 0 20px 20px;
  border-bottom: 4px solid #9cbed0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .account .account-information .account_title,
  .account .account-information #AddressBook .address_title,
  .account .label-information .label-title,
  .account .order-information .orders-history .order-title,
  .customer-account-create .form-create-account .fieldset .form-title {
    font-size: 1.8rem;
  }
}
.account .account-information .block-dashboard-info {
  padding: 0 20px;
  border-bottom: 3px solid #9cbed0;
}
.account .account-information .block-dashboard-info .block-title {
  border-bottom: none !important;
}
.account .account-information .block-dashboard-info .block-title h2.form-title,
.account .account-information .form-edit-account .block-title .form-title,
.account .account-information #AddressBook .block-addresses-default .block-title strong,
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-title {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 30px;
  color: #999999;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 2.2rem;
}
.account .account-information .block-dashboard-info .fieldset .field {
  font-size: 18px;
}
.account .account-information .block-dashboard-info .fieldset .field .label,
.account .account-information .form-edit-account .fieldset.info .field .label {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 300;
}
.account .account-information .block-dashboard-info .fieldset .field input,
.account .account-information .form-edit-account .fieldset.info .field input,
.customer-account-login .login-container .block .block-content .fieldset .field .control input,
.customer-account-create .form-create-account .fieldset .field input,
.customer-account-create .form-create-account .fieldset .field select {
  color: #999999;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 8px;
  font-size: 18px;
  height: 34px;
  line-height: normal;
  font-weight: 300;
}
.account .account-information .block-dashboard-info .fieldset .field input::placeholder {
  opacity: 0.5;
}
.account .account-information .block-dashboard-info .fieldset .image-sec {
  text-align: center;
}
.account .account-information .block-dashboard-info .fieldset .image-sec h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  text-align: left;
}
.account .account-information .form-edit-account {
  padding: 0 20px;
}
.account .account-information .form-edit-account .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.account .account-information .form-edit-account .fieldset {
  margin: 0 0 20px;
}
.account .account-information .form-edit-account .fieldset.info {
  float: none;
  width: 100%;
}
.account .account-information .form-edit-account .fieldset.info .field {
  font-size: 18px;
}
.account .account-information .form-edit-account .fieldset.additional_info {
  margin-bottom: 0;
}
.account .account-information .form-edit-account .fieldset hr {
  display: block;
  width: calc(100% - 30px);
  border-top-width: 3px;
  border-top-color: #999999;
}
.account .account-information .form-edit-account .actions-toolbar button.action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
}
.account .account-information #AddressBook {
  padding: 0;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook {
    margin-top: 50px;
  }
}
.account .account-information #AddressBook .block-addresses-default {
  border-bottom: 3px solid #9cbed0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default {
    display: inline-block;
    width: 100%;
  }
}
.account .account-information #AddressBook .block-addresses-default .block-title {
  border-bottom: none;
  display: none;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box {
  float: left;
  text-transform: uppercase;
  font-size: 22px;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-title > span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default .block-content .box .box-title > span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-default .block-content .box .box-content {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.account .account-information #AddressBook .block-addresses-default .block-content .box address {
  margin: 20px 0 30px;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box address a {
  color: #000000;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-actions a.edit,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #9cbed0;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
}
.account .account-information #AddressBook .block-addresses-default .block-content .box .box-actions a.edit:hover {
  background: #000000;
  color: #ffffff;
}
.account .account-information #AddressBook .block-addresses-list .block-title {
  padding: 0 20px 20px;
  border-bottom: none;
  margin: 30px 0 0;
}
.account .account-information #AddressBook .block-addresses-list .block-title strong {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .account .account-information #AddressBook .block-addresses-list .block-title strong {
    font-size: 1.8rem;
  }
}
.account .account-information #AddressBook .block-addresses-list .block-content {
  padding-left: 20px;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses {
  font-size: 1.6rem;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table > thead > tr > th,
.account .order-information .orders-history #my-orders-table thead tr th {
  font-weight: 500;
  border-bottom: 4px solid #999999;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td {
  border-bottom: 2px solid #999999;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action {
  color: #000000;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:hover.edit {
  color: #9cbed0;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:hover.delete {
  color: red;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr td.col a.action:after {
  border-color: #000000;
  height: 18px;
  margin: 0 6px;
  vertical-align: -4px;
}
.account .account-information #AddressBook .block-addresses-list .block-content .additional-addresses table tbody tr:first-child td {
  padding-top: 20px;
}
.account .account-information #AddressBook .actions-toolbar button.action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add:hover {
  background: #000000;
}
.account .label-information #label-contact-information-form .block .block-title {
  border-bottom: none;
  padding-left: 20px;
}
.account .label-information #label-contact-information-form .block .block-title .sorc-desc {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.account .label-information #label-contact-information-form .block .block-title .sorc-desc strong {
  text-align: left;
  text-transform: unset;
  font-weight: 500;
  color: #000000;
  border-bottom: none;
  font-size: 16px;
}
.account .label-information #label-contact-information-form .block .fieldset {
  padding-left: 10px	;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .label {
  font-weight: 500;
  padding-left: 0;
  font-size: 16px;
  color: #000000;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .label:after {
  font-size: 16px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field select,
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field input {
  border-radius: 8px;
  border-color: #999999;
  font-size: 16px;
  font-weight: 300;
  height: 34px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .upload-wrapper .file-uploader .drag-drop-box {
  position: relative;
  max-width: 100%;
  border: 1px solid #999999;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .upload-wrapper .file-uploader .drag-drop-box .action.save {
  background: #999999;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 20px;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .actions-toolbar .primary input.action.submit,
.account .account-information .form-edit-account .actions-toolbar button.action.primary,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.action.primary.add,
.account .account-information .form-edit-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information .form-edit-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information #AddressBook .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.add,
.account .account-information #AddressBook .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.add {
  font-weight: bold;
  font-size: 20px;
  border: none;
  line-height: 1;
  height: auto;
}
.account .label-information #label-contact-information-form .block .fieldset .label-info-section .field .actions-toolbar .primary input.action.submit:hover {
  background: #000000;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section {
  text-align: right;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section img {
  height: 920px;
}
.account .label-information #label-contact-information-form .block .fieldset .example-section .image-sec .example-title {
  color: #999999;
  text-align: left;
  width: 520px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .account .label-information #label-contact-information-form .block .fieldset .example-section .image-sec .example-title {
    width: auto;
  }
}
@media (max-width: 767px) {
  .account .order-information .orders-history {
    border: none;
  }
}
.account .order-information .orders-history #my-orders-table {
  padding-left: 20px;
}
.account .order-information .orders-history #my-orders-table tbody tr td {
  border-bottom: 2px solid #999999;
}
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action {
  color: #000000;
}
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action:hover.view,
.account .order-information .orders-history #my-orders-table tbody tr td.col a.action:hover.order {
  color: #9cbed0;
}
.account .order-information .orders-history #my-orders-table tbody tr:first-child td {
  padding-top: 20px;
}
.account .sidebar.sidebar-main {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-top: 0;
}
.account .sidebar.sidebar-main .block.block-collapsible-nav {
  margin-bottom: 20px;
}
.account .sidebar .block-collapsible-nav .content,
.account .sidebar .block-collapsible-nav-designer .content {
  background: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content,
  .account .sidebar .block-collapsible-nav-designer .content {
    border-bottom: 1px solid #cccccc;
    display: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .content.active,
  .account .sidebar .block-collapsible-nav-designer .content.active {
    display: block;
  }
}
.account .sidebar .block-collapsible-nav .item,
.account .sidebar .block-collapsible-nav-designer .item {
  margin: 3px 0 0;
}
.account .sidebar .block-collapsible-nav .item:first-child,
.account .sidebar .block-collapsible-nav-designer .item:first-child {
  margin-top: 0;
}
.account .sidebar .block-collapsible-nav .item:last-child > .delimiter,
.account .sidebar .block-collapsible-nav-designer .item:last-child > .delimiter {
  margin: 0;
  border: none;
}
.account .sidebar .block-collapsible-nav .item a,
.account .sidebar .block-collapsible-nav-designer .item a,
.account .sidebar .block-collapsible-nav .item > strong,
.account .sidebar .block-collapsible-nav-designer .item > strong {
  text-decoration: none;
  border-left: 3px solid rgba(0, 0, 0, 0);
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account .sidebar .block-collapsible-nav .item a:hover,
.account .sidebar .block-collapsible-nav-designer .item a:hover {
  background: #e8e8e8;
}
.account .sidebar .block-collapsible-nav .item.current a,
.account .sidebar .block-collapsible-nav-designer .item.current a,
.account .sidebar .block-collapsible-nav .item.current > strong,
.account .sidebar .block-collapsible-nav-designer .item.current > strong {
  color: #133264;
  font-weight: 600;
  border-color: #133264;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav,
  .account .sidebar .block-collapsible-nav-designer {
    width: 100%;
    position: static;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block-collapsible-nav .title,
  .account .sidebar .block-collapsible-nav-designer .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .account .sidebar .block-collapsible-nav .title:after,
  .account .sidebar .block-collapsible-nav-designer .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
.account .page-main .page-title-wrapper .order-date {
  margin-top: 0;
}
.account .products-grid.wishlist .product-item-name,
.account .products-grid.wishlist .product-item-description,
.account .products-grid.wishlist .product-item .price-box,
.account .products-grid.wishlist .product-item-tooltip {
  clear: both;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .account .products-grid.wishlist .product-item-name,
  .account .products-grid.wishlist .product-item-description,
  .account .products-grid.wishlist .product-item .price-box,
  .account .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
.account .products-grid.wishlist .product-item-info .product-item-inner {
  padding: 0 10px;
  border: none;
}
.account .products-grid.wishlist .product-item-info:hover .product-item-inner {
  border: none;
}
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  vertical-align: top;
}
.account .action-menu input[type='checkbox'].admin__control-checkbox,
.account .action-menu input[type='radio'].admin__control-checkbox {
  opacity: 0;
}
.account .design-create .action-select-wrap .action-close {
  color: #ffffff;
}
.account .admin__data-grid-header {
  z-index: 1;
  position: relative;
}
.account .data-grid-filters-action-wrap .action-default._active {
  background: #133264;
  color: #ffffff;
  border-right-color: #363636;
}
.account .data-grid-filters-action-wrap .action-default:hover::before {
  color: #ffffff;
}
.block.block-dashboard-info .block-title {
  margin-top: 20px;
}
.theme-pearl.store-view-default .field-dob button {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.theme-pearl.store-view-default .field-dob button:hover,
.theme-pearl.store-view-default .field-dob button:focus,
.theme-pearl.store-view-default .field-dob button:active {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.theme-pearl.store-view-default .field-dob ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #333333;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear {
  padding: 0.6rem 1em 0.6rem;
  text-decoration: none;
  color: #ffffff;
}
.theme-pearl.store-view-default .admin__current-filters-actions-wrap .action-clear:hover {
  color: #000000;
}
.theme-pearl.store-view-default .action-remove[data-action="grid-filter-remove-chip"] {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  line-height: 1;
}
.designer-design-editdesignidea .design-create .fieldset button.edit-button.button,
.designer-design-edittemplate .design-create .fieldset button.edit-button.button,
.designer-design-editdesignidea .design-create .fieldset button.unpubilshed_confirmation.button,
.designer-design-edittemplate .design-create .fieldset button.unpubilshed_confirmation.button {
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
.designer-design-editdesignidea .design-create .fieldset .m-status,
.designer-design-edittemplate .design-create .fieldset .m-status {
  margin: 0 0 22px;
  clear: both;
  float: left;
}
.designer-design-create {
  font-family: 'Source Sans Pro', sans-serif;
}
.admin__data-grid-wrap .admin__actions-switch-checkbox {
  left: -1000px;
}
.table .design-images {
  display: inline-block;
}
.account .design-create .fieldset .field.product-options {
  clear: both;
}
/*Customer Login Page Css*/
.customer-account-login .login-container .block .block-title {
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
  padding: 0 20px 20px;
  border-bottom: 4px solid #9cbed0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.customer-account-login .login-container .block .block-content {
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
}
.customer-account-login .login-container .block .block-content .fieldset .field .label {
  font-weight: 500;
  font-size: 18px;
}
.customer-account-login .login-container .block .block-content .fieldset .field .control {
  width: 100%;
}
.customer-account-login .login-container .block .block-content .fieldset .field.choice input[type="checkbox"] {
  top: 1px;
  height: 17px;
  width: 17px;
}
.customer-account-login .login-container .block .block-content .fieldset .field.choice .label {
  font-weight: 300;
  color: #999999;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  font-weight: 600;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-login .login-container .block .block-content .actions-toolbar .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #000000;
  border: none;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .secondary a.action {
  color: #9cbed0;
  margin-top: 5px;
}
.customer-account-login .login-container .block .block-content .actions-toolbar .secondary a.action:hover {
  color: #000000;
}
/*Create Customer account page css*/
.customer-account-create .page-main {
  margin-top: 0px !important;
}
@media only screen and (min-width: 1310px) {
  .customer-account-create .customer-account-page-wrapper {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1309px) {
  .customer-account-create .customer-account-page-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-account-create .customer-account-page-wrapper {
    padding: 0 15px;
  }
  .customer-account-create .customer-account-page-wrapper h1 {
    font-size: 30px;
  }
}
.customer-account-create .get-started-section img {
  width: 100%;
}
.customer-account-create .static-block {
  margin-top: 30px;
  font-family: 'Gotham';
}
.customer-account-create .static-block h2 {
  text-align: center;
  color: #9cbed0;
  font-weight: 600;
  font-style: italic;
  font-size: 46px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.customer-account-create .static-block p.sort-desc {
  background: #6d6e71;
  font-size: 28px;
  padding: 20px 20px;
  text-align: center;
  border-radius: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block p.sort-desc {
    font-size: 18px;
  }
}
.customer-account-create .static-block p.sort-desc img {
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .static-block p.sort-desc img {
    width: 100px;
    margin-top: -8px;
  }
}
.customer-account-create .ultimatePage-top .get-started-page-title {
  margin-bottom: 0px !important;
}
.customer-account-create .ultimatePage-top .get-started-page-title h1 {
  letter-spacing: -0.96px;
  color: #000000;
  text-transform: math-auto !important;
  font-family: 'Gotham';
}
.customer-account-create .form-create-account {
  width: 100% !important;
  margin-top: 40px;
  display: grid;
  place-items: center;
}
.customer-account-create .form-create-account .fieldset {
  width: 100%;
}
.customer-account-create .form-create-account .fieldset .field {
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field {
    width: 100%;
    padding: 0 15px;
  }
}
.customer-account-create .form-create-account .fieldset .field .label {
  font-weight: 500;
  padding-left: 0;
  font-size: 25px;
  color: #000000;
  letter-spacing: -0.5px;
}
.customer-account-create .form-create-account .fieldset .field .label:after {
  font-size: 25px !important;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field .label {
    font-size: 16px;
  }
  .customer-account-create .form-create-account .fieldset .field .label:after {
    font-size: 16px !important;
  }
}
.customer-account-create .form-create-account .fieldset .field input,
.customer-account-create .form-create-account .fieldset .field select {
  border: 0.5px solid #707070;
  border-radius: 0px;
  height: 50px;
  font-family: "Gotham";
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .field input,
  .customer-account-create .form-create-account .fieldset .field select {
    height: 30px;
    font-size: 14px;
  }
}
.customer-account-create .form-create-account .fieldset .field input[type="checkbox"] {
  top: 1px;
  height: 17px;
  width: 17px;
}
.customer-account-create .form-create-account .fieldset .field.street .nested {
  display: none;
}
.customer-account-create .form-create-account .fieldset .field.field-dob {
  display: none;
}
.customer-account-create .form-create-account .fieldset .newsletter #is_subscribed {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .newsletter #is_subscribed {
    width: 22px;
    height: 22px;
  }
}
.customer-account-create .form-create-account .fieldset .newsletter label {
  vertical-align: super;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .newsletter label {
    margin-left: 5px !important;
    font-size: 12px !important;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount-error {
  position: absolute;
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .tcagreecreateaccount #tcagreecreateaccount {
    width: 22px;
    height: 22px;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount label {
  color: #6E6F72 !important;
  vertical-align: super;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .fieldset .tcagreecreateaccount label {
    margin-left: 5px;
    font-size: 12px !important;
  }
}
.customer-account-create .form-create-account .fieldset .tcagreecreateaccount label a {
  color: #6E6F72;
  text-decoration: underline;
}
.customer-account-create .form-create-account .actions-toolbar {
  padding: 0 20px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .actions-toolbar {
    margin-top: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar > .primary {
    text-align: left;
  }
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  letter-spacing: -0.72px;
  font-size: 36px;
  text-transform: uppercase;
  padding: 25px 36px;
  background: #000000;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1;
}
.customer-account-create .form-create-account .actions-toolbar button.action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  background: #9cbed0;
  border: none;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .actions-toolbar button.action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
  .customer-account-create .form-create-account .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
    padding: 12px 20px;
    font-size: 20px;
    width: auto;
  }
}
.catalog-product-view {
  font-family: 'Gotham';
}
.catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage__frame {
  background: #f0ece5;
  border-radius: 30px;
}
.catalog-product-view .product.media .fotorama__wrap * {
  text-align: center;
}
.catalog-product-view .product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  left: 0;
}
.catalog-product-view .product-info-main .product.sku .value {
  font-size: 2rem;
  color: #999999;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 3.6rem;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 160px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result:before,
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000000;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none;
  display: none;
}
.catalog-product-view .product-info-main .product.overview .value {
  font-size: 1.5rem;
}
.catalog-product-view .product-info-main .product.overview .value ul {
  padding: 0 0 0 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field {
  font-size: 20px;
  color: #999999;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .label {
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .option-information-link {
  cursor: pointer;
  width: 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .control {
  width: 50%;
  float: right;
  text-align: right;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-wrapper .fieldset .field .control select {
  width: 145px;
  border-radius: 4px;
  border-color: #999999;
  color: #999999;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart {
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty {
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper {
  border-bottom-width: 2px;
  gap: 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border {
  border: 1px solid #999999;
  padding: 15px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div {
  color: #999999;
  font-size: 22px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div label[for="custom-unit-price"],
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div label[for="custom-unit-price"] {
  display: none;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .custom-unit-price,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .custom-unit-price {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .unit-price-discount,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .unit-price-discount {
  color: red;
  font-size: 19px;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .price-wrapper .total-price-div .unit-price-discount,
  .catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .total-price-div .unit-price-discount {
    width: max-content;
  }
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border {
  border-top-width: 2px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border > div {
  padding: 0 10px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper {
  flex: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box {
  border: 1px solid #999999;
  color: #999999;
  display: flex;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box button {
  background-color: unset !important;
  background: none;
  border: none;
  margin: 0;
  font-size: 36px;
  color: #999999;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .qty-box-wrapper .qty-box input {
  border-color: #999999;
  border-top: 0;
  border-bottom: 0;
  font-size: 36px;
  color: #999999;
  font-weight: 100;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  flex: 1 1 100%;
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions {
  justify-content: center;
  display: flex !important;
  flex: 1;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  width: auto !important;
  margin-right: 0;
  margin-bottom: 0;
  float: left;
  padding: 5px 0;
  background-color: #000000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .qty-box-border .actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  border: none;
  background-color: #9cbed0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .sample-action.tocart {
  background-color: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
  margin-top: 20px;
  width: 100%;
  border-radius: 15px;
  font-size: 26px;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .fieldset .field.qty .shipping-day {
  color: #999999;
  font-size: 24px;
  font-weight: 100;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box {
  background: #9cbed0;
  padding: 20px;
  border-radius: 30px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .personalize-box-title {
  font-size: 22px;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .personalize-box-title strong {
  font-weight: 600;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit {
  background: #ffffff;
  border: none;
  color: #9cbed0;
  border-radius: 15px;
  width: auto !important;
  padding: 15px 20px;
  font-size: 2em;
  font-weight: 600;
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit:hover {
  color: #000000;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box button.personaliseit:hover span {
  color: #000000;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count {
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count label {
  font-family: 'Gotham';
  font-style: italic;
  color: dimgrey;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count h5 {
  margin: 0 0 10px 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-actions-info-content .product-options-bottom .box-tocart .personalize-box .saved-design-count ul li {
  margin: 0;
}
.catalog-product-view .product-info-main .price-box.price-final_price {
  min-height: 53px;
}
.catalog-product-view .product-info-main .product-social-links {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links a {
  margin-right: 20px !important;
  text-transform: none;
  max-width: 145px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download {
  text-transform: none;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download .icon-download-alt {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.download span:last-child {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto {
  font-size: 12px !important;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.mailto:before {
  width: 40px !important;
  height: 40px;
  display: table-cell;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .fieldset .actions {
  margin-bottom: 0 !important;
  float: none;
}
.catalog-product-view .product-info-main .product-actions-info .product-actions-info-content .get-started {
  background-color: #ebeef3;
  padding: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .product-info-main .discount-section {
  margin: 0 0 30px;
  font-size: 24px;
  font-family: 'Gotham';
  font-weight: 300;
}
.catalog-product-view .product-info-main .discount-section span {
  color: red;
}
.catalog-product-view .product-info-main #valume-discount-link {
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
  color: #9cbed0;
  cursor: pointer;
}
.catalog-product-view .product-info-main #valume-discount-link:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
.catalog-product-view .main > .product.info .product.data.items {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view .estimaste-body .select2-container {
  z-index: 9;
}
.catalog-product-view .slider-block-content .grid.products-grid .owl-item .product-item {
  width: 100% !important;
}
.catalog-product-view .grid.products-grid .owl-carousel.products {
  margin-left: 0 !important;
}
.catalog-product-view .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:before {
  display: none;
  width: 0;
  height: 0;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.catalog-product-view [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] .i-rounded:before {
  float: left;
  margin-left: 6px;
}
@media only screen and (max-width: 639px) {
  .catalog-product-view .product-info-price > :first-child {
    padding-left: 0;
  }
}
.catalog-product-view #maincontent .product-info-main .product-info-price > .old-price .price {
  text-decoration: line-through;
}
.catalog-product-view .block.upsell,
.catalog-product-view .block.related {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
}
body .product-info-main .product-options-bottom .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
body .product-info-main .box-tocart .actions {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px !important;
}
.product-info-main .product-addto-links .action span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  letter-spacing: 0;
}
@media only screen and (max-width: 639px) {
  .product-info-main .product-info-price {
    width: 100% !important;
    margin-left: 0;
  }
}
.product-add-form.product-actions-info .box-tocart {
  max-width: 100%;
}
.theme-pearl.catalog-product-view .box-tocart .actions {
  margin-bottom: 5px;
}
.theme-pearl.catalog-product-view .box-tocart .actions button {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .box-tocart .actions {
    width: 100%;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed {
  position: relative;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header {
  margin: 0 15px -1px;
  border: 1px solid #b5c8d7 !important;
  padding: 0 5px;
  height: 49px;
  align-items: center;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-family: 'Gotham';
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 14px 14px 0 0;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header {
    height: 40px;
    font-size: 10px;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header.ui-tabs-active {
  background-color: #9cbed0;
  color: #ffffff;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header.ui-tabs-active a {
  color: #ffffff;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed .tabs-navigation .tab-header a.tab-title {
    font-size: 11px;
    font-weight: bold;
    padding: 13px 10px;
  }
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active {
  bottom: 0 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title.active > .switch {
  height: 45px !important;
  border-bottom: 1px solid #000000 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a {
  height: 45px;
  line-height: 45px;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a.switch {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 1px;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.title a.switch:hover {
  border-bottom-color: #000000 !important;
}
.theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
  margin-top: 45px;
  border: none;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .page-wrapper .page-main .columns .product.info.detailed > .items > .item.content {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .theme-pearl.catalog-product-view .product-social-links {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.product-actions-info-content .product-actions-info-box .estimaste-body {
  border-top: none !important;
}
.product-actions-info-content > .heading-box {
  display: none;
}
.product-options-wrapper .mageworx-swatch-option.text {
  height: auto;
}
.row.circle-block {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}
.circle-block .circle {
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 145px;
  height: 145px;
  margin-top: 30px;
}
.circle-block .circle h2.number {
  margin: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}
.circle-block .circle > .img-responsive {
  max-width: 68px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.circle-block .circle > h4.text {
  margin: 0;
  padding: 0 7px;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.circle-block .circle i[class*="icon-"],
.circle-block .circle em[class*="icon-"] {
  font-size: 45px;
  width: 100%;
  text-align: center;
  align-self: flex-end;
}
.theme-pearl.catalog-product-view .product-actions-info-content .product-actions-info-box #product-options-wrapper .swatch-attribute .swatch-attribute-options {
  margin-top: 0px !important;
}
.product-primary-info-container {
  z-index: 2;
}
.catalog-product-view .product-primary-info-container .estimaste-body .select2-container {
  z-index: 1;
}
.login-msg-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 520px;
  width: 100%;
}
.login-msg-popup .popup-inner {
  background: #f0ece5;
  border-radius: 15px;
  padding-bottom: 15px;
}
.login-msg-popup .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.login-msg-popup .popup-inner .content p {
  font-weight: normal;
  text-align: center;
}
.login-msg-popup .popup-inner .actions-popup {
  margin: 20px 0 10px;
}
.login-msg-popup .popup-inner .actions-popup a.popup-close {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  min-width: 120px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: auto;
  background: #999999;
}
.login-msg-popup .popup-inner .actions-popup a.popup-close:hover {
  background: #9cbed0;
}
.catalog-product-view .templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.templates-grid.products-related {
  background: #f1f2f2;
  position: relative;
}
.templates-grid.products-related:after,
.templates-grid.products-related:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f1f2f2;
  height: 100%;
  width: 100%;
}
.templates-grid.products-related:before {
  left: -100%;
}
.templates-grid.products-related:after {
  right: -100%;
}
.templates-grid.products-related .products.products-grid {
  padding-bottom: 20px;
}
.templates-grid.products-related .products.products-grid .product-items {
  margin-left: -5px;
  margin-right: -5px;
}
.templates-grid.products-related .products.products-grid .product-item {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.templates-grid.products-related .products.products-grid .product-item:hover {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.templates-grid.products-related .products.products-grid .product-item .product-item-info {
  max-width: 100%;
  background: #ffffff;
}
.templates-grid.products-related .template-container .block-title.title span {
  padding-top: 18px;
  display: inline-block;
}
.catalog-category-view .page-main .column.main .products-grid .product-item {
  margin: 0 0 20px;
  padding: 0 15px !important;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(25% - 30px);
    /*&:nth-child(4n + 1) {
							clear: left;
						}*/
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(33.33% - 30px);
  }
  .catalog-category-view .page-main .column.main .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .page-main .column.main .products-grid .product-item {
    width: calc(50% - 20px);
    padding: 0 10px !important;
  }
  .catalog-category-view .page-main .column.main .products-grid .product-item:nth-child(2n + 1) {
    clear: left;
  }
}
.catalog-category-view .page-main .column.main #layered-filter-block .block-search {
  padding-right: 0;
}
@media (max-width: 767px) {
  .catalog-category-view .page-main .column.main #layered-filter-block .block-search {
    margin-top: 30px;
    width: 150px !important;
  }
}
.products-grid .product-item .product-item-info .product-item-inner {
  display: block !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item .product-item-info:hover,
.products-grid .product-item .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
}
.page-products .products-grid .product-item .product-item-details,
.catalog-product-view .products-grid .product-item .product-item-details,
.checkout-cart-index .products-grid .product-item .product-item-details {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: 'Gotham';
}
.page-products .products-grid .product-item .product-item-details .sort-desc,
.catalog-product-view .products-grid .product-item .product-item-details .sort-desc,
.checkout-cart-index .products-grid .product-item .product-item-details .sort-desc {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  display: block;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  min-height: 23px;
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item .product-item-details .sort-desc,
  .catalog-product-view .products-grid .product-item .product-item-details .sort-desc,
  .checkout-cart-index .products-grid .product-item .product-item-details .sort-desc {
    font-size: 12px;
    min-height: 18px;
  }
}
.page-products .products-grid .product-item .product-item-details .actions-primary,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary {
  margin-top: 10px;
}
.page-products .products-grid .product-item .product-item-details .actions-primary a.action,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  font-family: 'Gotham';
  letter-spacing: -0.36px;
  width: 100%;
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item .product-item-details .actions-primary a.action,
  .catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action,
  .checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action {
    font-size: 12px;
    padding: 10px 14px;
  }
}
.page-products .products-grid .product-item .product-item-details .actions-primary a.action .price,
.catalog-product-view .products-grid .product-item .product-item-details .actions-primary a.action .price,
.checkout-cart-index .products-grid .product-item .product-item-details .actions-primary a.action .price {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item,
  .catalog-product-view .products-grid .product-item,
  .checkout-cart-index .products-grid .product-item {
    padding: 0 !important;
  }
}
.page-products .product-item-info,
.catalog-product-view .product-item-info,
.checkout-cart-index .product-item-info {
  width: 100%;
}
.catalog-product-view .products-grid .product-item {
  float: left;
  padding: 0 15px !important;
}
@media (min-width: 1200px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .products-grid .product-item {
    width: calc(50% - 5px);
    padding: 0 !important;
  }
}
.catalog-product-view .products-grid .product-item .product-img-bx .product-image-photo {
  display: block;
  max-height: calc(100% - 30px);
  height: auto;
  width: auto;
  max-width: calc(100% - 30px);
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product.info.detailed {
  margin-top: 20px;
}
.products.products-grid .block-title-main {
  text-align: center;
}
.products.products-grid .product-item-actions {
  margin-top: 5px;
}
.column.main .products-grid .product-item {
  margin-bottom: 16px;
  margin-top: 10px;
}
.column.main .products-grid .product-item .product-item-info {
  padding: 0 0 10px 0;
}
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
  background: #f0ece5;
  padding: 10px;
  display: block;
  border-radius: 30px;
  text-align: center;
}
.column.main .products-grid .product-item .action.tocompare,
.column.main .products-grid .product-item .action.towishlist,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary,
.column.main .block .block-content .products-grid button.action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart,
.column.main .block .block-content .products-grid button.action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 50% !important;
  padding: 0;
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-color: #eee;
  color: #363636;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  line-height: 38px !important;
}
.column.main .products-grid .product-item .action.tocompare:hover,
.column.main .products-grid .product-item .action.towishlist:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
body.theme-pearl .column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover,
.column.main .block .block-content .products-grid button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart:hover {
  color: #ffffff !important;
  background: #133264;
}
.column.main .products-grid .product-item .action.tocompare:before {
  margin-top: 0 !important;
}
.column.main .products-grid:not(.wishlist) .product-item-actions button.action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart {
  border-radius: 10px !important;
  padding: 0 10px;
  width: auto;
  height: 40px;
  background: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
  box-shadow: none;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.column.main .products-grid:not(.wishlist) .product-item-actions button.action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.column.main .products-grid:not(.wishlist) .product-item-actions a.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
body.theme-pearl .column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
body.theme-pearl .column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"],
.column.main .block .block-content .products-grid * button.paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.tocart [class^="icon-"] {
  font-size: 18px;
}
.block-title h2.heading {
  font-weight: 400;
  text-align: center;
}
.products-grid .product-item .product-item-details {
  display: inline-block;
  width: 100%;
}
.products-grid .product-item .product-item-details .price-container .price {
  font-weight: bold;
}
.products-grid .product-item .product-item-name .product-item-link {
  color: #000000;
  font-weight: 100;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.products-grid .product-item .product-item-name .product-item-link .sku {
  font-size: 16px;
  vertical-align: baseline;
}
@media (max-width: 640px) {
  .products-grid .product-item .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.products-grid .product-item .price-box {
  margin-top: 0;
  margin-bottom: 5px;
}
.products.products-grid .product-img-bx,
.widget.block-products-list .product-img-bx {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.products.products-grid .product-img-bx .product-item-actions,
.widget.block-products-list .product-img-bx .product-item-actions {
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  bottom: -36px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: -11px 0 11px;
}
.widget.block-products-list {
  margin: 30px 0;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .widget.block-products-list {
    margin-left: 15px;
    padding: 0;
  }
}
.widget.block-products-list.block:last-child {
  margin-bottom: 30px;
}
.widget.block-products-list .widget-product-grid .owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -91px;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0;
  text-indent: 0;
  position: static;
  width: auto;
  height: auto;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"]:before {
  display: none;
  width: 0;
  height: 0;
}
.widget.block-products-list .widget-product-grid .owl-nav [class*="owl-"] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px !important;
}
.widget.block-products-list .widget-product-grid .owl-nav.disabled {
  display: none;
}
.widget.block-products-list .widget-product-grid .owl-nav button {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.widget.block-products-list .widget-product-grid .owl-nav button .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.widget.block-products-list .widget-product-grid .owl-dots {
  text-align: center;
  position: static;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot > span {
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: #133264 1px solid;
}
.widget.block-products-list .widget-product-grid .owl-dots .owl-dot.active > span,
.widget.block-products-list .widget-product-grid .owl-dots button.owl-dot.active > span {
  background: #133264 !important;
}
.widget.block-products-list .widget-product-grid .owl-dots.disabled {
  display: none;
}
.widget.block-products-list .view-all > a {
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 15px;
  font-size: 1.8rem;
}
.catalog-category-view .column.main .products-grid .product-item .action.tocompare:before {
  margin-top: -7px;
}
@media (max-width: 767px) {
  body.filter-active .page-wrapper {
    margin-top: 0;
    visibility: visible;
  }
  body.filter-active .page-header {
    display: block;
  }
  body.filter-active .filter-title strong {
    left: 8px !important;
    right: auto !important;
    top: 52px !important;
    background: #ffffff !important;
    width: auto;
    font-size: 0;
    padding: 6px 8px;
  }
  body.filter-active .filter-title strong:after {
    font-size: 24px !important;
    color: #000000 !important;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .block.filter:not(.active) .block-title strong {
    border-radius: 8px;
    background: none;
    border-color: #999999;
    top: 0;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 150px;
    left: 0;
  }
  .block.filter:not(.active) .block-title strong:after {
    content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    right: auto;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-subtitle {
    top: 50px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-title strong {
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block .filter.active .filter-options {
    top: 100px !important;
  }
}
@media (max-width: 767px) {
  #layered-filter-block.filter .block-content .block-subtitle {
    background: #f0ece5;
    padding-left: 10px;
    top: 100px;
    height: auto;
    font-size: 24px;
    font-weight: 500;
  }
}
.products-list .products .product-item-details .product-item-actions .actions-primary {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .column.main .products-grid.products-related .product-item .product-item-info {
    float: none;
  }
  body .products.products-grid {
    padding-bottom: 20px;
  }
}
.theme-pearl[class*="store-view-"].cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
  margin-top: 0;
}
.theme-pearl[class*="store-view-"].customer-order-place .page-main,
.theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .page-main,
.theme-pearl[class*="store-view-"].customer-account-create .page-main {
  max-width: 100%;
  padding: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 1310px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper,
  .theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .marketing-page-wrapper {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1309px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper,
  .theme-pearl[class*="store-view-"].marketingcenter-marketing-product_listing .marketing-page-wrapper {
    padding: 0 20px;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab {
  position: relative;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab button {
    margin: 0 8px 0 0;
    padding: 0 8px;
  }
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab button:nth-child(3) {
    margin-right: 0;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: #999999;
  text-transform: uppercase;
  font-family: "Gotham";
  text-decoration: underline;
  font-size: 17px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link:hover {
  color: #000000;
}
@media (max-width: 640px) {
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .ultimatePage-design-tab a.history-link {
    top: -35px;
    bottom: unset;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  border: none;
  font-size: 17px;
  font-family: "Gotham";
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .all-link a {
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding: 0 3px;
  font-weight: 100;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .all-link a:after {
  content: "";
  border-bottom: 3px solid #999999;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search {
  width: 200px;
  margin: 0 25px;
  padding-left: 0;
  float: none;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form {
  position: relative;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content .filter-options-item,
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content .filter-options-item,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content .filter-options-item {
  border: 2px solid #aaaaaa;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 10;
}
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .filter-content .filter-options-item .filter-options-title,
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content .filter-options-item .filter-options-title,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 100;
  padding-right: 30px;
}
.theme-pearl[class*="store-view-"].customer-design-index #Marketing .filter-content {
  margin-top: 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index hr {
  border-top: 4px solid #9cbed0;
  margin: 30px 0 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form {
  position: relative;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .featured-product-title {
  font-weight: 600;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .container-fluid {
  padding: 0;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list {
  border-bottom: 4px solid #9cbed0;
  margin-bottom: 30px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item {
  list-style: none;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box {
  border: none;
  background: #f0ece5;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  min-height: 330px;
  max-width: 330px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .image-box {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .image-box img {
  max-width: 170px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail {
  text-align: center;
  padding: 10px;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span {
  display: block;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.title-desc {
  font-size: 24px;
  font-weight: 500;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .design-list .template-item .inner-box .product-detail span.description {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .product-title {
  color: #999999;
  font-weight: 600;
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs {
    background-color: #f9f7fc;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items {
    float: none;
    width: 100% !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item {
    float: left;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item strong,
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item a {
    float: left;
    font-size: 13px;
    font-style: italic;
    color: #363636;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px), print {
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item strong:hover,
  .theme-pearl[class*="store-view-"] .page-wrapper .breadcrumbs .items .item a:hover {
    color: #fadc32;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main .ultimatePage-top .ultimatePage-title {
  margin: 0 0 50px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block {
  border-top: 4px solid #9cbed0;
  padding: 20px 0;
  margin: 28px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block {
    flex-flow: row wrap;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search,
.customer-design-index .tabcontent .custom-radio-buttons .block-search {
  width: 200px;
  margin-right: 0;
  padding-left: 0;
  float: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form {
  position: relative;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control {
    border-top: none;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
    position: static;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
.theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
.theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
  border-radius: 8px;
  border-color: #9cbed0;
  text-transform: uppercase;
  font-size: 17px;
  border-width: 2px;
  text-align: center;
  padding: 2px 5px 2px 25px;
  font-family: "Gotham";
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .control input,
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control input,
  .theme-pearl[class*="store-view-"].customer-order-place .order-page-wrapper .row .block.filter .block-search .form .control input,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .row .block.filter .block-search .form .control input {
    padding: 2px 5px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions button.search {
  position: static;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .block-search .form .actions button.search:before {
  font-size: 20px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-title:before {
  display: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content {
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content {
    margin: 0;
    padding: 15px 15px;
    flex-flow: row wrap;
    justify-content: center;
    flex: 0 1 100%;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current {
  background: #aaaaaa;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
  line-height: normal;
  margin-left: 28px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current {
    margin: 0;
    padding: 5px 25px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 100;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong {
    background: transparent;
    top: unset;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong:before {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current strong:after {
    content: "";
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items {
  padding: 5px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items {
    margin-top: 10px;
    border-top: 1px solid #ffffff;
    text-align: center;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item {
  margin: 0;
  font-size: 17px;
  padding: 0;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item .filter-value {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item .filter-label,
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-current .items .item a.remove {
  display: none;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions {
    flex: 0 1 100%;
    margin: 0;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions a.clear {
  font-size: unset;
  height: auto;
  line-height: normal;
  color: #9cbed0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-actions a.clear {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options {
  text-align: center;
  margin-left: 28px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options {
    background: #f0ece5;
    width: 100%;
    margin: 114px auto 15px;
    padding: 15px;
    border-bottom: 1px solid #999999;
    bottom: auto;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item {
  border: 2px solid #aaaaaa;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 10;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item {
    margin-bottom: 15px;
    border: none;
    text-align: left;
    padding: 6px 0;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active:before {
  bottom: -9px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active:after {
  bottom: -9px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\e621";
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 100;
  padding-right: 30px;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title {
    padding: 5px 40px 5px 10px;
    font-size: 26px;
    font-weight: 500;
  }
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
    font-size: 24px;
    right: auto;
    left: 40%;
    content: "\e608";
  }
}
@media (max-width: 767px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-title:after {
    left: 60% !important;
  }
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content {
  top: 130%;
  left: 0;
  text-align: left;
}
.theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .count {
  display: none;
}
@media (max-width: 768px) {
  .theme-pearl[class*="store-view-"].page-layout-1column.page-with-filter .column.main #layered-filter-block .filter-content .filter-options .filter-options-item .filter-options-content .item a {
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
  }
}
.cart.table-wrapper .item .col.item {
  min-height: 110px !important;
  overflow: auto;
}
.edit-order-table .col-image .admin__field-control img {
  width: 50px;
}
.box-tocart .field.qty .control #qty-error.mage-error {
  width: 100%;
  float: left;
}
.slider-block-content .owl-carousel.products .owl-controls .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"]:before {
  display: none;
  width: 0;
  height: 0;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] .i-rounded {
  width: 46px !important;
  height: 46px !important;
  line-height: 1.5 !important;
  font-size: 30px;
}
.slider-block-content .products[class*="owl-carousel-products-"].owl-theme .owl-controls .owl-nav [class*="owl-"] .i-rounded:before {
  float: left;
  margin-left: 6px;
}
.slider-block-content.block-margin {
  padding: 0 15px;
}
.slider-block-content.block-margin .block-content .products.products-grid {
  padding-top: 0 !important;
}
.slider-block-content.block-margin .block-content .products.products-grid [class*="owl-carousel-products-"].owl-theme .owl-dots {
  bottom: 0;
}
.slider-block-content.block-margin .block-content:last-child .products.products-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.slider-block-content.block-margin.block.crosssell .owl-stage .owl-item .product-item {
  width: 100% !important;
  margin: 0;
}
.owl-thumbs:empty {
  padding: 0;
}
.cms-index-index .column.main {
  padding-bottom: 0;
}
.cms-index-index .products.products-grid .block-title-main h2 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cms-index-index.theme-pearl.page-layout-1column .products.products-grid {
    padding-bottom: 50px;
    padding-top: 40px !important;
  }
}
.cms-index-index .home-page-product-slider .product-title {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-title {
    font-size: 22px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item {
  text-align: center;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info {
  background: #f0ece5;
  border-radius: 30px;
  margin: 15px;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info .product-item-photo {
  position: relative;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-info .product-item-photo .product-image-photo {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
  position: absolute;
  margin: auto;
  bottom: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details {
  font-size: 24px;
  font-family: "Gotham";
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-name .product-item-link {
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  letter-spacing: -0.44px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .sort-desc {
  text-align: center;
  font: normal normal normal 18px/19px Gotham;
  letter-spacing: -0.36px;
  color: #6e6f72;
  min-height: 19px;
  padding: 0px 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .sort-desc {
    font-size: 12px;
    padding: 0 5px;
  }
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .price-box {
  margin: 0;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner {
  margin-top: 15px;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  width: 100%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .product-items .slick-slide li.product-item div.product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
    font-size: 12px;
    padding: 10px 10px;
  }
}
.cms-index-index .home-page-product-slider .btn-area a.view-all {
  background: transparent;
  border: 1px solid #707070;
  color: #000000;
  padding: 25px 40px;
  font-size: 36px;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  margin: 40px 0;
}
.cms-index-index .home-page-product-slider .btn-area a.view-all:hover {
  background: #9cbed0;
  border-color: #9cbed0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cms-index-index .home-page-product-slider .btn-area a.view-all {
    font-size: 20px;
    padding: 12px 20px;
    margin: 20px 0;
  }
}
.cms-index-index .static-gray-section {
  color: #ffffff;
}
.cms-index-index .static-gray-section .container-fluid {
  max-width: 1310px;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cms-index-index .static-gray-section .title,
.cms-index-index .before-footer-section .title {
  text-transform: none;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .title,
  .cms-index-index .before-footer-section .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column {
    margin-bottom: 30px;
  }
  .cms-index-index .static-gray-section .column:nth-child(2n) {
    clear: left;
  }
}
@media (max-width: 400px) {
  .cms-index-index .static-gray-section .column {
    padding: 0 10px;
  }
}
.cms-index-index .static-gray-section .column img {
  max-width: 123x;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column img {
    max-height: 72px;
    max-width: 72px;
  }
}
.cms-index-index .static-gray-section .column .semi-title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  margin: 30px 0 40px;
  min-height: 50px;
  border-bottom: 6px solid #9cbed0;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column .semi-title {
    font-size: 16px;
    margin: 20px 0 15px;
    padding-bottom: 15px;
    border-bottom-width: 4px;
  }
}
.cms-index-index .static-gray-section .column .desc {
  font-size: 23px;
  letter-spacing: -0.46px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .column .desc {
    font-size: 14px;
  }
}
.cms-index-index .static-gray-section .btn-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .btn-area {
    display: inline-block;
    margin-top: 10px;
  }
}
.cms-index-index .static-gray-section .btn-area .action.primary.start,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start {
  font-size: 36px;
  font-weight: 500;
  padding: 25px 40px;
  border-radius: 10px;
  letter-spacing: -0.72px;
}
.cms-index-index .static-gray-section .btn-area .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover,
.cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start:hover {
  background: #000000;
  border: none;
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section .btn-area .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.start,
  .cms-index-index .static-gray-section .btn-area .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.start {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .static-gray-section {
    padding: 10px 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section {
    padding: 15px 15px !important;
  }
  .cms-index-index .why-us-section .pagebuilder-column {
    width: 100% !important;
    margin: 0 auto;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cms-index-index .why-us-section .why-us-content {
    padding-right: 50px;
    margin-left: 30%;
  }
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content {
    padding: 0 20px;
    text-align: center;
  }
}
.cms-index-index .why-us-section .why-us-content .title {
  font-size: 48px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content .title {
    font-size: 22px;
  }
}
.cms-index-index .why-us-section .why-us-content .desc {
  font-size: 26px;
  letter-spacing: -0.52px;
}
@media (max-width: 767px) {
  .cms-index-index .why-us-section .why-us-content .desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cms-index-index .why-us-section .why-us-img {
    padding-left: 50px;
  }
}
.cms-index-index .before-footer-section {
  color: #ffffff;
  text-align: center;
  padding: 70px 10px 140px;
}
.cms-index-index .before-footer-section .container-fluid {
  padding: 0;
}
.cms-index-index .before-footer-section .title em {
  font-family: "Didot";
  font-weight: 500;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .title {
    font-size: 22px;
  }
}
.cms-index-index .before-footer-section ul {
  list-style: none;
}
@media (min-width: 768px) {
  .cms-index-index .before-footer-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 920px;
    margin: 0 auto;
  }
}
.cms-index-index .before-footer-section ul li {
  text-transform: uppercase;
  margin: 0 30px;
  font-weight: 600;
  width: auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .cms-index-index .before-footer-section ul li {
    font-size: 25px;
    margin: 0 35px;
  }
  .cms-index-index .before-footer-section ul li:nth-child(odd) {
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
  }
  .cms-index-index .before-footer-section ul li:nth-child(odd):after {
    content: "";
    position: absolute;
    bottom: -5px;
    border-bottom: 9px solid #9cbed0;
    border-radius: 5px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index .before-footer-section ul li:nth-child(2),
  .cms-index-index .before-footer-section ul li:nth-child(4) {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1;
    width: calc(50% - 34px);
  }
  .cms-index-index .before-footer-section ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #9cbed0;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .cms-index-index .before-footer-section ul li:nth-last-child(2):after,
  .cms-index-index .before-footer-section ul li:last-child:after {
    border-bottom: none;
  }
}
.cms-index-index .before-footer-section .btn-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .btn-area {
    margin-top: 0;
  }
}
.cms-index-index .before-footer-section .btn-area .action.secondary {
  padding-left: 90px;
  padding-right: 90px;
}
.cms-index-index .before-footer-section .btn-area .action.secondary:hover {
  background: #9cbed0;
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section .btn-area .action.secondary {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .before-footer-section {
    padding: 20px 10px 40px !important;
  }
}
.featuredproducts.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}
.featuredproducts.owl-carousel .owl-controls .owl-dots {
  bottom: 8px;
}
.section-title h2,
.section-title h3 {
  margin-top: 0;
  padding-bottom: 13px;
  border-bottom: 2px solid #585858;
  margin-bottom: 30px;
}
.section-title.block-heading h3 {
  margin-bottom: 10px;
}
.page-wrapper > .page-bottom {
  width: 100%;
}
.page-wrapper > .page-bottom .widget.block-static-block {
  margin-bottom: 0;
}
.page-wrapper > .page-bottom .widget.block > .row {
  margin-right: 0;
  margin-left: 0;
}
.page-wrapper > .page-bottom + .page-footer {
  margin-top: 0;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.canvas-index-index.page-layout-empty .page-main,
.merchandise-index-index.page-layout-empty .page-main {
  max-width: 100%;
}
.product-image-container {
  width: 100%;
}
@media screen and (max-width: 360px) {
  .toolbar.toolbar-products select.sorter-options {
    max-width: 130px;
  }
}
#recipients-options button.action.remove span {
  color: #000000;
}
.header-placeholder {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table-comparison .cell.product {
  border-left: 1px solid #cccccc;
}
.table-comparison .cell.product.info {
  background: rgba(0, 0, 0, 0);
}
.table-comparison .cell.product.label {
  border-left: none;
}
.table-comparison .cell.remove {
  position: relative;
}
.table-comparison .cell.remove.label {
  border: none;
}
.table-comparison .cell.remove .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .row {
    margin-right: -15px;
  }
}
.warning-main-custom-modal,
.warning-edit-custom-modal {
  margin: 0 auto;
  max-width: 575px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  font-family: "Gotham";
  color: #000000;
  display: flex;
  align-items: center;
}
.warning-main-custom-modal .modal-inner-wrap,
.warning-edit-custom-modal .modal-inner-wrap {
  margin: 0;
  width: 100%;
  border-radius: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-header,
.warning-edit-custom-modal .modal-inner-wrap .modal-header {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content {
  padding: 0 !important;
  border-radius: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .popup-inner {
  border: none;
  border-radius: 0;
  padding-bottom: 0;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts h4,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts h4 {
  text-align: left;
  padding: 15px 20px;
  margin: 0;
  color: #9cbed0;
  font-weight: 300;
  font-size: 20px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table {
  font-family: "Gotham";
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table th,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table th {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 100;
  color: #000000;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr {
  background-color: #9cbed0;
  color: #ffffff;
  text-align: left;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr:last-child td,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr:last-child td {
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td {
  padding: 0px 20px;
  font-size: 22px;
  font-weight: 100;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td:nth-child(2),
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-volume-pricing .price-discounts table tr td:nth-child(2) {
  color: red;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner {
  background: #f0ece5;
  border: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: red;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .popup-title img,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .popup-title img,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .popup-title img {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content {
  padding: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .description p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .description p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .description p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .description p {
  font-size: 16px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text {
  min-height: 50px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .content .label-text p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .content .label-text p,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .content .label-text p {
  font-weight: bold;
  font-size: 18px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  min-width: 120px;
  padding: 5px 15px;
  text-transform: uppercase;
  height: auto;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn.btn-secondary {
  background-color: #999999;
  border-color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton-link,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal1 .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-main-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #designs-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-main-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #newMessage-modal-information .popup-inner .actions-popup .action-btn#confirmationbutton {
  font-weight: bold;
  background-color: #9cbed0;
  border-color: #9cbed0;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner {
  background: #f0ece5;
  border: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  font-size: 22px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title img,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .popup-title img {
  display: none;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content {
  padding: 10px;
  color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text {
  min-height: 50px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .content .label-text p {
  font-weight: normal;
  font-size: 18px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn {
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  min-width: 120px;
  padding: 10px 15px;
  text-transform: uppercase;
  height: auto;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn.btn-secondary,
.warning-edit-custom-modal .modal-inner-wrap .modal-content #legacy-design-details-popup .popup-inner .actions-popup .action-btn.btn-secondary {
  background-color: #999999;
  border-color: #999999;
}
.warning-main-custom-modal .modal-inner-wrap .modal-content p,
.warning-edit-custom-modal .modal-inner-wrap .modal-content p {
  margin: 0 0 15px;
}
body:not(.cms-index-index) .page-main {
  margin-top: 30px;
  max-width: 1310px;
}
@media only screen and (max-width: 767px) {
  body:not(.cms-index-index) .page-main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 0 !important;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 100% !important;
  }
  .form-cart .cart.actions a.action,
  .form-cart .cart.actions button.action {
    margin-bottom: 10px;
  }
}
.designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .designer-index-index .page-products .products-grid.template-list-wrapper .product-item {
    margin-bottom: 20px;
  }
}
.products-grid .owl-carousel.products .product-image-wrapper .product-image-photo {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary {
  margin-bottom: 10px;
  vertical-align: top;
}
.blog-post-view .products-grid .product-item .product-item-details {
  text-align: center;
}
.view-all .action.primary,
.view-all .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.view-all .paypal-express-review .paypal-review-discount .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  min-width: 200px;
}
/*Customer Order page css*/
.design-list::-webkit-scrollbar {
  width: 10px;
}
.design-list::-webkit-scrollbar-track {
  background: #999999;
}
.design-list::-webkit-scrollbar-thumb {
  background: #9cbed0;
}
/*About Us Page*/
@media (max-width: 767px) {
  .cms-about-us .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content {
    text-align: center;
  }
}
.cms-about-us .about-us-content .about-us-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 40px 0 100px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-title {
    font-size: 22px;
    margin: 20px 0;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .pagebuilder-column:first-child {
    padding-right: 30px;
  }
  .cms-about-us .about-us-content .about-us-content-wrapper .pagebuilder-column:last-child {
    padding-left: 30px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .image-box {
  justify-content: center;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .image-box {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box {
    order: 2;
    padding: 0 30px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box h4 {
    font-size: 22px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box p {
  font-size: 21px;
  letter-spacing: -0.42px;
  color: #6e6f72;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .about-us-content-wrapper .content-box p {
    font-size: 14px;
  }
}
.cms-about-us .about-us-content .about-us-content-wrapper .content-box p span {
  font-weight: 500;
}
.cms-about-us .about-us-content .btn-area {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cms-about-us .about-us-content .btn-area {
    margin-bottom: 50px;
  }
}
.cms-about-us .blue-section-full .title {
  font-family: "Didot";
  text-transform: unset;
  font-size: 54px;
}
.cms-about-us .blue-section-full .title em {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cms-about-us .blue-section-full .title {
    font-size: 28px;
  }
}
.cms-about-us .blue-section-full p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .cms-about-us .blue-section-full p {
    font-size: 14px;
  }
}
#brandMD-products,
#Labels,
#design-list,
.marketing-product,
.marketing-list {
  position: relative;
  width: 100%;
}
#brandMD-products .container-fluid,
#Labels .container-fluid,
#design-list .container-fluid,
.marketing-product .container-fluid,
.marketing-list .container-fluid {
  padding: 0;
}
#brandMD-products .info.empty,
#Labels .info.empty,
#design-list .info.empty,
.marketing-product .info.empty,
.marketing-list .info.empty {
  text-align: right;
  position: relative;
  right: 100px;
  margin-top: 10px;
}
#brandMD-products .info.empty span,
#Labels .info.empty span,
#design-list .info.empty span,
.marketing-product .info.empty span,
.marketing-list .info.empty span {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0 30px;
  position: relative;
  top: 12px;
  text-align: center;
}
#brandMD-products .info.empty img,
#Labels .info.empty img,
#design-list .info.empty img,
.marketing-product .info.empty img,
.marketing-list .info.empty img {
  width: 120px;
}
#brandMD-products .info.empty.designs-status-missing,
#Labels .info.empty.designs-status-missing,
#design-list .info.empty.designs-status-missing,
.marketing-product .info.empty.designs-status-missing,
.marketing-list .info.empty.designs-status-missing {
  right: 0;
  background: #9cbed0;
  color: #ffffff;
  text-align: center;
  font-family: "Gotham";
  border-radius: 10px;
}
#brandMD-products .info.empty.designs-status-missing span,
#Labels .info.empty.designs-status-missing span,
#design-list .info.empty.designs-status-missing span,
.marketing-product .info.empty.designs-status-missing span,
.marketing-list .info.empty.designs-status-missing span {
  top: 0;
  font-weight: 100;
  text-transform: uppercase;
}
#brandMD-products .info.empty.designs-status-missing span:before,
#Labels .info.empty.designs-status-missing span:before,
#design-list .info.empty.designs-status-missing span:before,
.marketing-product .info.empty.designs-status-missing span:before,
.marketing-list .info.empty.designs-status-missing span:before {
  content: "";
}
#brandMD-products .design-list,
#Labels .design-list,
#design-list .design-list,
.marketing-product .design-list,
.marketing-list .design-list {
  margin-top: 30px;
}
#brandMD-products .design-list .designlist-grid .item,
#Labels .design-list .designlist-grid .item,
#design-list .design-list .designlist-grid .item,
.marketing-product .design-list .designlist-grid .item,
.marketing-list .design-list .designlist-grid .item,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item {
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item,
  #Labels .design-list .designlist-grid .item,
  #design-list .design-list .designlist-grid .item,
  .marketing-product .design-list .designlist-grid .item,
  .marketing-list .design-list .designlist-grid .item,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item {
    padding: 0 10px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box,
#Labels .design-list .designlist-grid .item .inner-box,
#design-list .design-list .designlist-grid .item .inner-box,
.marketing-product .design-list .designlist-grid .item .inner-box,
.marketing-list .design-list .designlist-grid .item .inner-box {
  position: relative;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail,
#Labels .design-list .designlist-grid .item .inner-box .product-detail,
#design-list .design-list .designlist-grid .item .inner-box .product-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail,
#Labels .design-list .designlist-grid .item .inner-box .material-detail,
#design-list .design-list .designlist-grid .item .inner-box .material-detail,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail {
  font-family: "Gotham";
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .product-name {
  color: #000000;
  font-size: 22px;
  margin: 5px 0;
  text-transform: capitalize;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1 1 100%;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku {
  font-size: 16px;
  vertical-align: baseline;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .product-name {
    font-size: 14px;
  }
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .product-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .label-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .material-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .material-name .sku,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .material-name .sku {
    font-size: 14px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  font-family: "Gotham";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  min-height: 22px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .sort-desc,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .sort-desc,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .sort-desc,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .sort-desc {
    font-size: 10px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button {
  margin-top: 10px;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .actions-primary a.action.tocart {
  background: #9cbed0;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  width: 100%;
  letter-spacing: -0.36px;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action,
  #brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action,
  #brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  #Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  #design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .product-detail .actions-primary a.action.tocart {
    font-size: 16px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:hover,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:active,
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action:focus,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action:focus,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action:focus {
  background: #9cbed0;
  border: none;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .product-detail .order-button .view-action span,
#brandMD-products .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .labels-detail .order-button .view-action span,
#brandMD-products .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
#Labels .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
#design-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
.marketing-product .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span,
.marketing-list .design-list .designlist-grid .item .inner-box .material-detail .order-button .view-action span {
  font-weight: 600;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn,
#Labels .design-list .designlist-grid .item .inner-box .img-btn,
#design-list .design-list .designlist-grid .item .inner-box .img-btn,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn {
  border: none;
  background: #f0ece5;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  min-height: 170px;
  margin-bottom: 20px;
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box,
#Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box,
#design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box {
  min-height: 330px;
  max-height: 330px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  #brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  #Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  #design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box,
  .theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box {
    min-height: 200px;
    max-height: 200px;
  }
}
#brandMD-products .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
#Labels .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
#design-list .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.marketing-product .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.marketing-list .design-list .designlist-grid .item .inner-box .img-btn .image-box img,
.theme-pearl[class*="store-view-"].educationcenter-index-index .education-center-list .webinar-product-list .grid .template-item .inner-box .img-btn .image-box img {
  max-height: calc(100% - 30px);
  height: auto;
  width: auto;
  max-width: calc(100% - 30px);
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#design-loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
#design-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.customer-design-index .tabcontent .custom-radio-buttons {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons {
    flex-flow: row wrap;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form {
  position: relative;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .block-search .form .control {
    border-top: none;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions {
  position: absolute;
  left: 6px;
  top: 0;
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions button.search {
  position: static;
}
.customer-design-index .tabcontent .custom-radio-buttons .block-search .form .actions button.search:before {
  font-size: 20px;
  color: #000000;
}
.customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn {
  padding: 6px 40px 5px 25px;
  background: transparent;
  color: #000000;
  border-radius: 8px;
  font-family: "Gotham";
  font-size: 17px;
  font-weight: 300;
  border: 2px solid #999999;
  text-transform: uppercase;
  min-width: 170px;
  line-height: 1;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn {
    min-width: 200px;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .label-status-wrapper .dropbtn:after {
  content: "\e622";
  font-family: "luma-icons";
  font-size: 14px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (max-width: 640px) {
  .customer-design-index .tabcontent .custom-radio-buttons .create-label-wrapper {
    margin-top: 15px;
  }
}
.customer-design-index .tabcontent .custom-radio-buttons .create-label-wrapper .dropbtn {
  padding: 8px 40px;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Gotham";
  font-size: 17px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f3f0e9;
  border-radius: 15px;
  padding: 15px 7px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 1;
  font-family: "Gotham";
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.customer-design-index .tabcontent .custom-radio-buttons .dropdown .dropdown-content a:hover {
  background: #9cbed0;
  color: #ffffff;
  border-radius: 10px;
}
.customer-design-index .tabcontent.marketing_tab_bg .custom-radio-buttons .create-label-wrapper {
  /*position: absolute;
                    right: 0;*/
}
.customer-design-index #Labels .container-fluid,
.customer-design-index .marketing-list .container-fluid {
  padding: 0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .label-sku,
.customer-design-index .marketing-list .item .inner-box .labels-detail .label-sku,
.customer-design-index #Labels .item .inner-box .material-detail .label-sku,
.customer-design-index .marketing-list .item .inner-box .material-detail .label-sku {
  font-size: 20px;
  margin-right: 5px;
  color: #999999;
  width: 62px;
  overflow: hidden;
  display: inline-block;
  height: 22px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 640px) {
  .customer-design-index #Labels .item .inner-box .labels-detail .label-sku,
  .customer-design-index .marketing-list .item .inner-box .labels-detail .label-sku,
  .customer-design-index #Labels .item .inner-box .material-detail .label-sku,
  .customer-design-index .marketing-list .item .inner-box .material-detail .label-sku {
    font-size: 14px;
  }
}
.customer-design-index #Labels .item .inner-box .labels-detail .status,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status,
.customer-design-index #Labels .item .inner-box .material-detail .status,
.customer-design-index .marketing-list .item .inner-box .material-detail .status {
  color: #ffffff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham";
  line-height: 22px;
  border-radius: 8px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.pending,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.pending,
.customer-design-index #Labels .item .inner-box .material-detail .status.pending,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.pending {
  background-color: #9cbed0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.draft,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.draft,
.customer-design-index #Labels .item .inner-box .material-detail .status.draft,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.draft {
  background-color: #b1b1b1;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.approved,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.approved,
.customer-design-index #Labels .item .inner-box .material-detail .status.approved,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.approved {
  background-color: #a6cd9e;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.active,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.active,
.customer-design-index #Labels .item .inner-box .material-detail .status.active,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.active {
  background-color: #757575;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.cust_approve,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.cust_approve,
.customer-design-index #Labels .item .inner-box .material-detail .status.cust_approve,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.cust_approve {
  background-color: #b6c8d6;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.rejected,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.rejected,
.customer-design-index #Labels .item .inner-box .material-detail .status.rejected,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.rejected {
  background-color: #d4a86b;
}
.customer-design-index #Labels .item .inner-box .labels-detail .status.inactive,
.customer-design-index .marketing-list .item .inner-box .labels-detail .status.inactive,
.customer-design-index #Labels .item .inner-box .material-detail .status.inactive,
.customer-design-index .marketing-list .item .inner-box .material-detail .status.inactive {
  background-color: #d4a86b;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex: 0 1 100%;
}
@media (max-width: 640px) {
  .customer-design-index #Labels .item .inner-box .labels-detail .actions-btn,
  .customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn,
  .customer-design-index #Labels .item .inner-box .material-detail .actions-btn,
  .customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn {
    height: 100px;
    flex-flow: row wrap;
  }
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text {
  padding: 5px;
  width: 70%;
  background: #9cbed0;
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  margin-right: 10px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text span,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text span,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text span,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text span {
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  vertical-align: -webkit-baseline-middle;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon {
  background: transparent;
  border: none;
  padding: 5px;
  display: inline-block;
  line-height: normal;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .legacy-button-text .legacy_detail_popup_icon img {
  width: 16px;
  vertical-align: -webkit-baseline-middle;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon {
  margin-right: 10px;
  cursor: pointer;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon::before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon::before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon::before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon::before {
  content: "";
  display: block;
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/new-design-item-icon.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  transition: 0.5s;
  margin: 0 auto;
  background-size: 200px 64px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:before {
  background-position: 0 0;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:hover::before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.edit-btn:hover::before {
  background-position: 0px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:before {
  background-position: -40px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.approve-btn:hover:before {
  background-position: -41px -34px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.cancel-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.archive-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:before {
  background-position: -128px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.version-btn:hover:before {
  background-position: -128px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:before {
  background-position: -85px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.reactivate-btn:hover:before {
  background-position: -85px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:before {
  background-position: -172px 0px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:hover:before,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon.download-btn:hover:before {
  background-position: -172px -35px;
}
.customer-design-index #Labels .item .inner-box .labels-detail .actions-btn .btn-icon > span,
.customer-design-index .marketing-list .item .inner-box .labels-detail .actions-btn .btn-icon > span,
.customer-design-index #Labels .item .inner-box .material-detail .actions-btn .btn-icon > span,
.customer-design-index .marketing-list .item .inner-box .material-detail .actions-btn .btn-icon > span {
  font-size: 16px;
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Barlow Condensed";
  color: #999999;
  text-transform: lowercase;
}
#Labels .btn-icon.edit-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/edit_icon.svg) !important;
  background-position: unset !important;
  background-size: unset !important;
}
#Labels .btn-icon.edit-btn:hover:before {
  background-position: unset !important;
  background-size: unset !important;
}
#Labels .btn-icon.help-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/chat_icon.svg) !important;
  background-size: unset !important;
}
#Labels .btn-icon.marketing-btn:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/marketing_icon.svg) !important;
  background-size: unset !important;
}
#Labels .btn-icon.btn-more:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/more_icon.svg) !important;
  background-size: unset !important;
}
#Marketing .btn-icon.btn-more:before {
  background-image: url(../../frontend/BrandMd/ultimate/en_US/images/more_icon.svg) !important;
  background-size: unset !important;
}
.page-wrapper .page-header .panel.wrapper {
  height: auto !important;
}
@media (min-width: 425px) and (max-width: 768px) {
  .page-wrapper .page-header .panel.header [data-content-type='html'] span {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (max-width: 424px) {
  .page-wrapper .page-header .panel.header [data-content-type='html'] span {
    font-size: 10px !important;
  }
  .page-wrapper .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
/**
 * 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.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #fff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #fff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #fff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #fff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #fff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #fff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
/* EXTEND SOCIAL ICONS */
.social-icons.si-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.social-icons.si-light:last-child i:last-child {
  color: #666 !important;
}
button:not(.primary) {
  box-shadow: none;
}
.design-version ul,
.design-version li {
  padding: 0;
  list-style: none;
  margin: 0;
}
.design-version .day {
  margin-bottom: 10px;
}
.design-version .versionlist-li {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding: 10px;
}
.design-version .versionlist-li.active {
  background: #d7d7d7 9c;
}
.design-version .versionlist-li .listnum {
  width: 50px;
  display: flex;
  align-items: center;
}
.design-version .versionlist-li .listnum span {
  background-color: #1979c3;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.design-version .versionlist-li .child-sect {
  width: calc(100% - 50px);
}
.design-version .versionlist-li .child-sect .child-list li {
  font-weight: bold;
}
.design-version .versionlist-li .child-sect .child-list li span {
  font-weight: normal;
}
.design-version .version-list .parent-list > li {
  padding: 10px 0 10px 10px;
}
.design-version .version-list .parent-list > li:not(:last-child) {
  border-bottom: 2px solid #e3e3e3;
}
.design-version .version-img-sec {
  padding-bottom: 30px;
  width: 760px;
  margin: auto;
}
.design-version .version-img-sec .actions {
  margin-bottom: 20px;
  text-align: right;
}
.design-version .version-img-sec .version-img {
  text-align: center;
  box-shadow: 0 0 3px 3px #000000 5e;
  border-radius: 3px;
}
.design-list .designlist-grid .template-item .inner-box .image-box {
  position: relative;
}
.design-list .designlist-grid .template-item .inner-box .image-box img {
  vertical-align: middle;
}
.design-list .designlist-grid .template-item .inner-box .image-box:hover .hover-view {
  opacity: 1;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link {
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link::before {
  text-align: center;
  font-family: "font-icons";
  font-size: 20px;
  color: #fff;
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link.preview::before {
  content: "\e6a5";
}
.design-list .designlist-grid .template-item .inner-box .image-box .hover-view .text-link.comment::before {
  content: "\e65f";
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap {
  max-width: 70%;
  text-align: center;
  background-color: white;
  box-shadow: none;
  transform: translate(-50%, calc(-50% - 39px));
  -webkit-transform: translate(-50%, calc(-50% - 39px));
  right: auto;
  left: 50%;
  top: calc(50% - 39px);
  margin: 0 auto;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .modal-header {
  display: none;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .designid {
  font-weight: 600;
  margin-right: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #4d4d4d;
  padding: 2px 10px;
  margin-right: 10px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box {
  width: 80px;
  overflow: hidden;
  position: relative;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box::before {
  content: "\e622";
  font-family: "luma-icons";
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box .percentage-selecter {
  width: 120px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: relative;
  z-index: 5;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .selecter-box option {
  color: #000;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .zoom-btn {
  width: 24px;
  text-align: center;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #bdbdbd;
  line-height: 1;
  color: #bdbdbd;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .zoom-buttons .zoom-btn:not(.plus-btn) {
  margin-right: 20px;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .closebtn {
  padding: 0;
  border: none;
  background-color: #000000;
  border-radius: 5px;
  font-size: 20px;
  height: 39px;
  width: 39px;
  text-align: center;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .zoom-in-out .closebtn::before {
  font-size: 20px;
  line-height: 14px;
  color: #fff;
  content: "\e616";
  font-family: "luma-icons";
  color: #d0d0d0;
}
.saved-design-preview-popup.modal-popup .modal-inner-wrap .designimg {
  background-color: transparent;
  text-align: right;
}
.status-list .status,
.design-list .status {
  font-size: 10px;
}
.warning-main-custom-modal,
.warning-edit-custom-modal {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
}
.warning-main-custom-modal.listing,
.warning-edit-custom-modal.listing {
  max-width: 950px;
}
.warning-main-custom-modal .content,
.warning-edit-custom-modal .content {
  padding: 10px;
}
.warning-main-custom-modal img,
.warning-edit-custom-modal img {
  max-width: 100%;
  vertical-align: middle;
}
.warning-main-custom-modal .action-btn,
.warning-edit-custom-modal .action-btn {
  text-align: center;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  min-width: 120px;
}
.warning-main-custom-modal p,
.warning-edit-custom-modal p {
  margin: 0 0 15px 0;
}
.warning-main-custom-modal button.btn-primary:hover,
.warning-edit-custom-modal button.btn-primary:hover {
  color: #fff;
}
.warning-main-custom-modal button.action-btn.btn-secondary,
.warning-edit-custom-modal button.action-btn.btn-secondary {
  background-color: #868686;
  border-color: #868686;
}
.warning-main-custom-modal button.action-btn.btn-secondary:hover,
.warning-edit-custom-modal button.action-btn.btn-secondary:hover {
  background-color: #4a4646;
  border-color: #4a4646;
}
.warning-main-custom-modal .popup-inner,
.warning-edit-custom-modal .popup-inner {
  border: 2px solid #a0a0a0;
  border-radius: 15px;
  padding-bottom: 15px;
}
.warning-main-custom-modal h2,
.warning-edit-custom-modal h2 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #f55555;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.actions-popup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.actions-popup .action-btn:not(:first-child) {
  margin-left: 15px;
}
.warning-edit-custom-modal {
  max-width: 700px;
}
.warning-text p {
  color: #f55555;
  font-size: 14px;
}
.label-text {
  min-height: 50px;
}
.label-text p {
  font-weight: bold;
  font-size: 18px;
}
.description p {
  font-size: 15px;
}
.popup-title img {
  width: 40px;
  margin-left: 10px;
}
.status-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.status-list ul li {
  list-style: none;
  width: 33.333%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.status-list .image-box {
  margin-bottom: 20px;
}
.status-list .name {
  background-color: #000000;
  color: #fff;
  padding: 5px;
}
.status-list .title {
  background-color: #c6c6c6;
  color: #141414;
  padding: 5px;
}
.status-list .status {
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.status-list .status.mastertemplate {
  font-weight: bold;
  color: #ff0000;
}
.status-list .status.draft {
  background-color: #206ca8;
}
.status-list .status.approved {
  background-color: #129507;
}
.status-list .status.inactive {
  background-color: #757575;
}
.status-list .img-btn {
  border: 1px solid #dbdbdb;
  padding: 20px 10px;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}
.close-btn::before {
  content: "";
  background: url(../../frontend/BrandMd/ultimate/en_US/images/close.png) no-repeat center;
  height: 30px;
  width: 30px;
  display: block;
}
.warning-main-custom-modal.modal-popup .modal-header,
.warning-edit-custom-modal.modal-popup .modal-header {
  display: none;
}
.warning-main-custom-modal.modal-popup .modal-inner-wrap,
.warning-edit-custom-modal.modal-popup .modal-inner-wrap {
  margin: 0;
  width: 100%;
  border-radius: 15px;
}
.warning-main-custom-modal .modal-slide,
.warning-main-custom-modal .modal-popup,
.warning-edit-custom-modal .modal-slide,
.warning-edit-custom-modal .modal-popup {
  bottom: auto;
}
.warning-main-custom-modal.modal-popup._inner-scroll .modal-content,
.warning-edit-custom-modal.modal-popup._inner-scroll .modal-content {
  padding: 10px;
  border-radius: 15px;
}
@media only screen and (max-width: 1365px) {
  .design-list .designlist-grid .template-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .design-list .designlist-grid .template-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .design-list .designlist-grid .template-item {
    width: 50%;
  }
  .modal-popup.saved-design-preview-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.saved-design-preview-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: inherit;
    min-height: inherit;
    position: absolute;
    width: 100%;
    max-width: 90%;
    background: white;
    transform: translate(-50%, calc(-50% - 39px));
    -webkit-transform: translate(-50%, calc(-50% - 39px));
  }
  .modal-popup.warning-main-custom-modal.modal-slide._inner-scroll,
  .modal-popup.warning-edit-custom-modal.modal-slide._inner-scroll {
    left: 0;
    bottom: auto;
  }
  .modal-popup.warning-main-custom-modal.modal-slide._inner-scroll .modal-inner-wrap,
  .modal-popup.warning-edit-custom-modal.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: inherit;
    margin: 0 auto;
  }
  .modal-popup.warning-edit-custom-modal .content {
    max-height: 70vh;
    overflow: auto;
  }
  .actions-popup {
    padding: 0 15px;
  }
  .actions-popup .action-btn {
    width: 100%;
  }
  .actions-popup .action-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .status-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .status-list ul li {
    width: 100%;
  }
}
body.account .page-title {
  font-size: 2.8rem;
}
body.customer-account-index .fieldset.row {
  margin-left: -15px;
  margin-right: -15px;
}
.block.block-dashboard-info .block-title,
.block.block-dashboard-addresses .block-title,
.block.block-dashboard-orders .block-title,
.block.resetpassword-block .block-title {
  margin-bottom: 20px;
}
.block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong,
.block.block-dashboard-orders .block-title strong,
.block.resetpassword-block .block-title strong {
  font-size: 1.8rem;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
}
.block.block-dashboard-info .block-title p,
.block.block-dashboard-addresses .block-title p,
.block.block-dashboard-orders .block-title p,
.block.resetpassword-block .block-title p {
  text-align: center;
}
.block.block-dashboard-info .block-title p:last-child,
.block.block-dashboard-addresses .block-title p:last-child,
.block.block-dashboard-orders .block-title p:last-child,
.block.resetpassword-block .block-title p:last-child {
  font-style: italic;
  margin-bottom: 10px;
}
.block.block-dashboard-info .table-wrapper.orders-recent,
.block.block-dashboard-addresses .table-wrapper.orders-recent,
.block.block-dashboard-orders .table-wrapper.orders-recent,
.block.resetpassword-block .table-wrapper.orders-recent {
  margin-top: -10px;
}
.block.block-dashboard-info .field.admin__field .admin__field-label {
  display: none;
}
.profile_image-row {
  margin-bottom: 20px;
}
.profile_image-row .drag-drop-box {
  position: relative;
  max-width: 300px;
  border: 2px solid #c2c2c2;
  padding: 20px;
  text-align: center;
}
.profile_image-row .drag-drop-box::before {
  content: "";
  background: url('../../frontend/BrandMd/ultimate/en_US/images/upload.png') no-repeat center;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.profile_image-row .drag-drop-box span.drag-drop,
.profile_image-row .drag-drop-box span.or {
  display: block;
}
.profile_image-row .drag-drop-box span.or {
  text-transform: uppercase;
}
.profile_image-row .drag-drop-box .file-uploader-button {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  font-size: 0;
}
/** NavigationLinks */
@media screen and (max-width: 639px) {
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .block-search,
  .theme-pearl.mobile-nav .page-header-v1 .page-header .header.content .minicart-wrapper {
    margin-top: unset;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v3 .page-header .block-search .control {
    height: inherit;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search .control {
    height: initial;
  }
  .theme-pearl.mobile-nav .page-header.page-header-v2 .page-header .block-search #search {
    position: relative;
    top: 0;
    left: -10px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1439px) {
  .nav-sections .section-item-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .theme-pearl .form.minisearch .searchautocomplete {
    margin-right: 0px !important;
    position: static !important;
    clear: both;
  }
  .theme-pearl .loader-ajax:after {
    right: 17px;
    top: 9px;
  }
  .form.minisearch .searchautocomplete {
    width: auto !important;
    margin-right: 15px;
  }
  .form.minisearch .searchautocomplete .block-left img {
    max-width: initial;
  }
  .loader-ajax:after {
    right: 24px;
    top: 24px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .search-description span {
    display: block;
  }
  .page-header-v1.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v1.page-header .modal #search {
    margin-bottom: 0px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 {
    margin-right: 21px;
    padding-right: 20px;
  }
  .page-header-v2.page-header .block-search.minisearch-v2 .open-modal-search {
    font-size: 20px;
    margin-top: -2px;
  }
  .page-header-v2.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v2.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v2.page-header .modal .control #search {
    margin-bottom: 0px;
  }
  .page-header-v3.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v3.page-header .modal #search {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .block-search {
    margin-top: 0px;
  }
  .page-header-v4.page-header .modal .control.vertically-control.loader-ajax:after {
    top: 20px;
  }
  .page-header-v4.page-header .modal .control {
    overflow: initial !important;
    height: auto !important;
  }
  .page-header-v4.page-header #search_mini_form .control:not(.vertically-control):not(.horizontally-control) {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  :root .wp-device-xs .page-header-v4 .page-header .block-search label.active + .control {
    border-top: 0 none !important;
  }
  .page-wrapper .header.content .logo {
    max-width: 65%;
    margin-bottom: 13px;
    margin-top: 4px;
    z-index: 0;
  }
  .page-wrapper .header.content .logo img {
    width: 100%;
    height: auto;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
    border: none;
  }
  .page-wrapper .page-header .panel.header {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-wrapper .page-header .panel.header .header_right {
    padding-right: 0 !important;
  }
  .page-wrapper .page-header .minicart-wrapper .action.showcart.active:before,
  .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    font-size: 22px !important;
  }
  .page-wrapper .page-main {
    padding-top: 20px;
  }
  .page-wrapper .page-header-v1 .block-search .control {
    border-top: none;
  }
  .page-wrapper .page-header-v1 .nav-toggle:before {
    margin-top: 4px;
  }
  .page-wrapper .page-header-v2 .field.search label:before {
    margin-top: 0px !important;
  }
  .page-wrapper .page-header-v2 .page-header .header_right {
    margin: 0px;
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .page-header .header_right,
  .page-wrapper .page-header-v3 .page-header .header_right,
  .page-wrapper .page-header-v2 .page-header .header_right,
  .page-wrapper .page-header-v1 .page-header .header_right {
    padding-right: 0px !important;
  }
  .page-wrapper .page-header-v4 .block-search .control,
  .page-wrapper .page-header-v3 .block-search .control,
  .page-wrapper .page-header-v2 .block-search .control,
  .page-wrapper .page-header-v1 .block-search .control {
    border: none !important;
  }
  .page-wrapper .page-header-v4 .page-header .block-search {
    margin-top: 5px;
  }
  .page-wrapper .page-header-v4 .page-header .header_right {
    margin-top: 0;
  }
  .page-wrapper .page-header-v4 .page-header .header_right label {
    padding-right: 10px !important;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .section-item-content .switcher-store .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .account .block-collapsible-nav {
    top: 0px;
    z-index: 1;
  }
  .search-autocomplete {
    margin-top: 30px;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black::-moz-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .page-wrapper .page-header .header.content .modal #search.vertically-black:-moz-placeholder {
    font-size: 18px !important;
  }
  .header-global-promo .global-notification-wrapper #slides {
    max-width: 100%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #prev {
    left: -2%;
  }
  .header-global-promo .global-notification-wrapper .btn-bar #buttons #next {
    right: -5%;
  }
  .header-global-promo .global-notification-wrapper .glb-prm .wpx-sub {
    display: block;
  }
  .page-wrapper .page-header .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v1 .open-modal-search {
    padding-top: 3px;
    padding-right: 20px;
    font-size: 20px;
  }
  .page-header-v1 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v1 .field.search label:before {
    margin-top: 5px !important;
  }
  .page-header-v2 .action.showcart:before {
    line-height: 26px !important;
  }
  .page-wrapper .page-header.page-header-v1 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v2 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v3 .modal #search.horizontally-white,
  .page-wrapper .page-header.page-header-v4 .modal #search.horizontally-white {
    font-size: 18px !important;
    height: 44px !important;
  }
  .page-header-v3 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v3 #search_mini_form .control {
    overflow: inherit;
    height: auto !important;
  }
  .page-header-v3 .block-search {
    margin-top: 4px;
  }
  .page-header-v3 .block-search.minisearch-v2 {
    margin-top: -4px;
  }
  .page-header-v3 .open-modal-search {
    font-size: 20px;
    margin-top: 7px;
    position: relative;
    right: -5px;
  }
  .page-header-v3 .field.search label:before {
    margin-top: 2px !important;
  }
  .page-header-v3 .wrap .modal .wpx-pos-search input {
    margin-top: 4px;
  }
  .page-header-v4 .open-modal-search {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .page-header-v4 .action.showcart {
    margin-top: 5px !important;
  }
  .page-header-v4 .field.search label:before {
    line-height: 34px !important;
  }
  .page-header-v4 #search_mini_form .control:not('.vertically-control') {
    position: absolute;
    top: 55px;
    padding: 0  15px;
  }
  .page-header-v4 .loader-ajax:after {
    top: 9px;
  }
  .page-header-v4 .wrap .modal .wpx-pos-search input {
    margin: 0px;
  }
  .wrap .modal .modal-content {
    width: 95% !important;
  }
  .wrap .modal .wpx-pos-search input {
    position: static !important;
    margin-top: 0px;
  }
  .wrap .modal .searchautocomplete {
    max-height: 60vh;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-flex {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-left {
    margin-right: 0px !important;
  }
  .wrap .modal .searchautocomplete.vertically .product-list li .block-right {
    align-self: auto;
  }
  .wrap .modal .searchautocomplete.horizontally {
    top: 42px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li {
    display: flex !important;
    align-items: center;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left,
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-left img {
    max-width: 80px;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right {
    text-align: left !important;
  }
  .wrap .modal .searchautocomplete.horizontally .product-list li .block-right a {
    font-weight: normal !important;
  }
  .wrap .modal .loader-ajax:after {
    background-size: 22px 21px;
    top: 9px;
    height: 25px;
  }
  .page-header-v4 .wrap {
    display: inline-block;
  }
  .header.content .block-search .wpx-pos-search input {
    width: 100% !important;
    height: 66px !important;
    background: transparent !important;
    font-size: 12px !important;
    color: black !important;
    border-color: #333 !important;
    border: none !important;
    border-bottom: 1px solid black !important;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: -60px !important;
    z-index: 10 !important;
  }
  .navigation .submenu:not(:first-child) .level1.active > a,
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #000;
  }
  .footer.content .footer-v1 .footer-title:after {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    margin: 5px auto 0 auto;
    border-top: 1px solid #cecece;
  }
  .footer.content .footer-v1 .links li {
    border-top: none;
    background: transparent;
  }
  .footer.content .footer-v2 .nopadding-left-mob,
  .footer.content .footer-v4 .nopadding-left-mob {
    padding-left: 0px;
  }
  .footer.content .links > li {
    padding: 10px 25px;
  }
  .footer.content .links > li > a {
    padding: 0px;
  }
  .nav-sections-item-title a.nav-sections-item-switch {
    text-transform: uppercase;
  }
  .page-wrapper .page-footer .footer.content .footer-v2 .block.newsletter .actions {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: auto;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 h4.no-padding-mob {
    padding-bottom: 0px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .footer-v3-list {
    line-height: 1.8 !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .mg-mobile a.social-icons {
    margin: 0 20px 5px 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 {
    margin-bottom: 30px;
  }
  .page-wrapper .page-footer .footer.content .footer-v3 .details-v3 a {
    color: #cccccc;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 14px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 20px;
  }
  .promo-image .title {
    font-size: 25px;
    padding: 20px;
  }
  .promo-image .title-v2 {
    text-align: center;
    font-size: 25px;
    padding: 20px;
  }
  .page-wrapper .page-footer {
    float: left;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .nopaddingleft {
    padding-right: 0px;
  }
  .account .page.messages {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .contact-index-index .col-contact-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .sales-order-history.account .table-wrapper {
    border-bottom: none;
  }
  .form-orders-search .open-modal-search .track-order {
    padding: 33px 30px 50px;
    margin: 57px auto;
  }
  .form-orders-search .open-modal-search .track-order .primary {
    margin-top: 20px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item {
    padding-left: 0px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item:hover {
    padding: 20px 10px 20px 0px !important;
    background: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info .product-item-photo .photo.image {
    max-width: 80px;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .theme-pearl.wishlist-index-index .column.main .products-grid.wishlist .product-item-tooltip {
    text-align: center;
  }
  .theme-pearl {
    margin-bottom: 0;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .panel.header .widget.block.block-static-block {
    margin: 0px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .panel.header .widget.block.block-static-block p {
    font-size: 14px;
    margin: 10px 0;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content a.logo {
    margin: 10px auto;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .panel_header_right .header.links li a .icon-line2-logout {
    margin-right: 15px;
  }
  .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .nav-sections {
    float: none;
    margin: 0;
  }
  .theme-pearl .designer-help-new-message {
    right: -110%;
    width: 100%;
  }
  .theme-pearl .nav-sections nav.navigation .level0 > .level-top {
    font-size: 19px;
    font-weight: 300;
    font-family: 'Gotham';
    text-transform: uppercase !important;
  }
  .theme-pearl .nav-sections nav.navigation .level0 > .level-top span {
    text-transform: uppercase !important;
  }
  .theme-pearl .nav-sections .header.links + .header.links {
    display: none;
  }
  .theme-pearl .nav-sections .section-item-content {
    padding-top: 0;
  }
  .theme-pearl .nav-sections .navigation {
    padding: 0 !important;
  }
  .theme-pearl .nav-sections .navigation ul {
    flex-flow: row wrap;
  }
  .theme-pearl .nav-sections .navigation ul li {
    width: 100%;
  }
  .theme-pearl .nav-sections .navigation ul li:nth-child(2) {
    border-top: none;
  }
  .customer-welcome {
    position: relative;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .header.links {
    right: 10px;
    border: 1px solid #bbbbbb;
  }
  .customer-welcome .header.links:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -11px;
    right: 10px;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome .header.links:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -13px;
    right: 9px;
    width: 0;
  }
  .customer-welcome .header.links li a {
    display: block;
    line-height: 1;
    padding: 8px;
  }
  .page-wrapper .page-footer {
    margin-top: 0;
  }
  .page-wrapper .page-footer .footer.content {
    padding: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
    font-size: 16px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title:after {
    border: none !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content ul li {
    font-size: initial;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content ul.links > li {
    padding: 0;
    margin: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content a {
    font-size: 14px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .footer-social-icons li img {
    height: 30px !important;
    width: 30px !important;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .col-sm-4.col-xs-6:nth-child(2) {
    padding: 0;
  }
  .page-wrapper .page-footer .footer.content .footer-v1-content .col-sm-4.col-xs-6:last-child {
    margin-top: 63px;
  }
  .theme-pearl .page-wrapper .page-footer .footer.content .footer-v1-content p {
    font-size: 16px;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
  }
  .theme-pearl .row {
    margin-right: 0px;
  }
  .page-wrapper .btt-button {
    bottom: 60px;
  }
  .design-version {
    padding-top: 20px;
  }
  .design-version .version-img-sec .version-img {
    padding: 10px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-progress-bar {
    margin: 0 0 30px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    width: 165px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .page-header.page-header-v1 .minicart-wrapper,
  .page-header.page-header-v1 .block-search {
    margin-top: 4px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-index-index .columns .amcoupons-main-container,
  .paypal-express-review .amcoupons-main-container,
  .braintree-paypal-review .amcoupons-main-container {
    box-sizing: border-box;
    width: 100%;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .opc-progress-bar-item {
    width: 125px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s: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-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .review-form {
    max-width: 100%;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-subtitle {
    font-size: 16px;
  }
  .page-wrapper .page-footer .footer.content .pre-footer .pre-footer-content .pre-footer-title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Coupons%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_QuickView%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FBrandMd_RegistrationQuiz%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FEcomteck_OrderComment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageplaza_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMageprince_Faq%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_QuickCart%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_SearchAutoComplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2Ffields%5C%2F_file-uploader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_CustomHeader%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fwp_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_threegridbox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_createyourown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_promocode.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_newslettersection.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_bannerslider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_fastorder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_productView.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_templatesGrid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fless%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_DesignElements%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FDesignnbuy_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FWeltPixel_NavigationLinks%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FBrandMd%5C%2Fultimate%5C%2Fen_US%5C%2FAmasty_BannersLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CkBAAA%3B%3BAF%5C%2FNA%3BAM7DJ%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BEC3HhB%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CMAAC%3BAD%2BEmB%2CoBA1IpB%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%2COAMK%3BEJgHrB%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAP%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAQ4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BENwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BENtGD%2CYAAA%3B%3BAMqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BENrHD%2CcAAA%3B%3BAM0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEN%5C%2FHD%2CcAAA%3B%3BAMpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BENYA%2CkEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BENnFD%2CyBAAA%3B%3BAMsGA%2CMAAC%3BENtGD%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3B%3BAMRA%2CMAAM%3BENQN%2CYAAA%3BEMNI%2CsBAAA%3B%3BAAGJ%3BENGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiPA%2CgBAAA%3B%3BAMsGA%2CQAAC%3BENtGD%2CYAAA%3B%3BAMqHA%2CQAAC%3BENrHD%2CcAAA%3B%3BAM0HA%2CQAAC%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CQAAC%3BEN%5C%2FHD%2CcAAA%3B%3BAMEA%2CKAAK%3BENFL%2CmBAAA%3BEMII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BENuMD%2CYAAA%3B%3BAMQA%2CKAAK%3BENRL%2CmBAAA%3B%3BAMvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BENuMD%2CYAAA%3B%3BAMzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BENyHD%2CqBAAA%3B%3BAMkBA%2CGAAG%3BENlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAMsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BARrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAOvRA%2CyBAiEI%2CsBAsCI%2CQAAO%3BACvFX%2CQAAC%3BACuYL%3BACvOA%3BAC5JA%2CaAgFI%3BAC7EJ%2CYAGI%3BACOJ%3BACNA%3BACPA%2CoBA2KI%3BAC6BA%2COAAC%2CQAIG%3BACzOR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BElBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAQ7GA%2CyBAiEI%2CsBAsCI%2CQAAO%2CMY1GT%3BAXmBF%2CQAAC%2CMWnBC%3BAV0ZN%2CYU1ZM%3BATmLN%2CaSnLM%3BARuBN%2CaAgFI%2CwBQvGE%3BAP0BN%2CYAGI%2CKO7BE%3BANoCN%2CiBMpCM%3BAL8BN%2C0BK9BM%3BAJuBN%2CoBA2KI%2CWIlME%3BAH%2BNF%2COAAC%2CQAIG%2CGGnOF%3BAFNN%2CcAII%2CcEEE%3BAFLN%2CqBAGI%2CcEEE%3BADNN%2CYA0DI%2CcAKI%2CQCzDF%3BEACE%2CSAAA%3B%3BAd6ER%2CeAAC%3BAACD%2CeAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CeAAC%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcmuDQ%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAVp8Bb%2CcAwBI%2CQAAO%3BAE74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAQtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACjBnB%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BAChIhB%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAdktB9E%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHrJ1E%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAditBhF%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHtJ5E%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC1HhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BAMr0Db%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%3BAS1CpB%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%3BAF4nDJ%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAdktB9E%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHrJ1E%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAditBhF%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHtJ5E%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CkBAAA%3B%3BAmBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAAszDG%2CmBAPR%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAVk3BT%2CcAwBI%2CQAAO%2CQU14BN%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQQ7BlB%2CIAAI%3BAPqCT%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQOjDX%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDxBV%2CIAAI%3BAEOb%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQFzLX%2CIAAI%3BAGyDT%2CiCHsvDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAGyDT%2CiCHsvDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAAqzDG%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BAVk3BT%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BAAqzDG%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BAVk3BT%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BAKuCT%2CuBLwwDI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BAKuCT%2CuBLwwDI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BARiUT%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQArzDR%2CIAAI%3BARiUT%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COAtzDR%2CIAAI%3BAMfT%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%2CQOjDX%2CIAAI%3BAEOb%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQFzLX%2CIAAI%3BAAqzDG%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BAVk3BT%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJhKzE%2CIAAI%3BAAqzDG%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BAVk3BT%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BARHT%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BACWL%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJjK3E%2CIAAI%3BEnBgQT%2C8EAAA%3B%3BAmBqjDY%2CmBANR%2CiBAKI%2CQACK%2CQAjzDR%3BAAkzDO%2CmBAPR%2CiBAKI%2CQAEK%2COAlzDR%3BAV82BL%2CcAwBI%2CQAAO%2CQUt4BN%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQQzBlB%3BAPiCL%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQO7CX%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQDpBV%3BAEGT%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQFrLX%3BAGqDL%2CiCHsvDI%2CiBAKI%2CQACK%2CQAjzDR%3BAGqDL%2CiCHsvDI%2CiBAKI%2CQAEK%2COAlzDR%3BAAizDO%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BAV82BL%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BAAizDO%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BAV82BL%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BAKmCL%2CuBLwwDI%2CiBAKI%2CQACK%2CQAjzDR%3BAKmCL%2CuBLwwDI%2CiBAKI%2CQAEK%2COAlzDR%3BAR6TL%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQAjzDR%3BAR6TL%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COAlzDR%3BAMnBL%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%2CQO7CX%3BAEGT%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQFrLX%3BAAizDO%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BAV82BL%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ5JzE%3BAAizDO%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BAV82BL%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BARPL%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BACOD%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQJ7J3E%3BEnB4PL%2C%2BFAAA%3B%3BAkB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEKxHA%2CqBAAA%3BELwHA%2CkBAAA%3B%3BAK5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcmMJ%3BAAm9CA%2CmBAoCI%2CQAAO%3BAOzzDC%2CMAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%3BApB5BJ%2CyBA4DI%2CQAAO%3BAE48BX%2CMAAM%2CQACF%2CQAAO%3BAEr3BP%2CKAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BAiB3QlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBAiGI%2C0BAUI%3BAlBzHR%2C0BA6BI%3BAmBDJ%2CaAGI%2CiBACI%3BAAkBR%2CaAaI%3BAAbJ%2CaAcI%3BAAoBJ%3BACYA%2CoBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%3BAhB8XF%2CeADJ%2CQACK%3BAGnVT%2CiCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAiB3aT%2CqBjB0aI%2CQACK%3BAkBlaT%2CmBlBiaI%2CQACK%3BAmB5aT%2CKAAK%2CKAAK%2COnB2aN%2CQACK%3BEnB5IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEmBlOI%2CgBAAA%3B%3BApBiFJ%2C0BAAC%3BAoBiOD%2CkBpBjOC%3BAoBorDD%2CmBAoCI%2CQAAO%2CMpBxtDV%3BA2BjGW%2CMAFR%2CiBACI%2CQACK%2CO3BiGZ%3BA4B3GD%2CqBACI%2Ce5B0GH%3BAQtID%2CyBA4DI%2CQAAO%2CKR0EV%3BAUk4BD%2CMAAM%2CQACF%2CQAAO%2COVn4BV%3BAYcG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBZ9Gb%3BAYkIW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIZlIjB%3BA6BzID%2CqBACI%2CaAeI%2CcACI%2CmB7BwHX%3BA8B5GD%2CYA0FI%2CmB9BkBH%3BA%2BB5HD%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBmHP%3BAgCjHD%2CmBhCiHC%3BAiCjID%2CwBAiGI%2C0BAUI%2CejCsBP%3BAe%5C%2FID%2C0BA6BI%2CafkHH%3BAkCnHD%2CaAGI%2CiBACI%2CelC%2BGP%3BAkC7FD%2CaAaI%2CalCgFH%3BAkC7FD%2CaAcI%2CelC%2BEH%3BAkC3DD%2CYlC2DC%3BAmC%5C%2FCD%2CoBAGI%2CenC4CH%3BAoCpIG%2CSAAC%2CMAAM%2COAmCD%2CUpCiGT%3BAoB6RO%2CeADJ%2CQACK%2COpB7RR%3BAuBtDD%2CiCH8wDI%2CQAAO%2CMpBxtDV%3BAyBxED%2CuBLgyDI%2CQAAO%2CMpBxtDV%3BAYkND%2CcQsgDI%2CQAAO%2CMpBxtDV%3BAqB%5C%2FID%2CwBD2aI%2CQACK%2COpB7RR%3BAqB9ID%2CuBD0aI%2CQACK%2COpB7RR%3BAqC9ID%2CqBjB0aI%2CQACK%2COpB7RR%3BAsCrID%2CmBlBiaI%2CQACK%2COpB7RR%3BAuC%5C%2FID%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COpB7RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAoB4ND%2CkBpB5NC%3BAoB%2BqDD%2CmBAoCI%2CQAAO%2CMpBntDV%3BA2BtGW%2CMAFR%2CiBACI%2CQACK%2CO3BsGZ%3BA4BhHD%2CqBACI%2Ce5B%2BGH%3BAQ3ID%2CyBA4DI%2CQAAO%2CKR%2BEV%3BAU63BD%2CMAAM%2CQACF%2CQAAO%2COV93BV%3BAYSG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBZzGb%3BAY6HW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIZ7HjB%3BA6B9ID%2CqBACI%2CaAeI%2CcACI%2CmB7B6HX%3BA8BjHD%2CYA0FI%2CmB9BuBH%3BA%2BBjID%2C%2BBAGI%2C4BAMI%2Ca%5C%2FBwHP%3BAgCtHD%2CmBhCsHC%3BAiCtID%2CwBAiGI%2C0BAUI%2CejC2BP%3BAepJD%2C0BA6BI%2CafuHH%3BAkCxHD%2CaAGI%2CiBACI%2CelCoHP%3BAkClGD%2CaAaI%2CalCqFH%3BAkClGD%2CaAcI%2CelCoFH%3BAkChED%2CYlCgEC%3BAmCpDD%2CoBAGI%2CenCiDH%3BAoCzIG%2CSAAC%2CMAAM%2COAmCD%2CUpCsGT%3BAoBwRO%2CeADJ%2CQACK%2COpBxRR%3BAuB3DD%2CiCH8wDI%2CQAAO%2CMpBntDV%3BAyB7ED%2CuBLgyDI%2CQAAO%2CMpBntDV%3BAY6MD%2CcQsgDI%2CQAAO%2CMpBntDV%3BAqBpJD%2CwBD2aI%2CQACK%2COpBxRR%3BAqBnJD%2CuBD0aI%2CQACK%2COpBxRR%3BAqCnJD%2CqBjB0aI%2CQACK%2COpBxRR%3BAsC1ID%2CmBlBiaI%2CQACK%2COpBxRR%3BAuCpJD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COpBxRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAoBuND%2CkBpBvNC%3BAoB0qDD%2CmBAoCI%2CQAAO%2CMpB9sDV%3BA2B3GW%2CMAFR%2CiBACI%2CQACK%2CO3B2GZ%3BA4BrHD%2CqBACI%2Ce5BoHH%3BAQhJD%2CyBA4DI%2CQAAO%2CKRoFV%3BAUw3BD%2CMAAM%2CQACF%2CQAAO%2COVz3BV%3BAYIG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBZpGb%3BAYwHW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIZxHjB%3BA6BnJD%2CqBACI%2CaAeI%2CcACI%2CmB7BkIX%3BA8BtHD%2CYA0FI%2CmB9B4BH%3BA%2BBtID%2C%2BBAGI%2C4BAMI%2Ca%5C%2FB6HP%3BAgC3HD%2CmBhC2HC%3BAiC3ID%2CwBAiGI%2C0BAUI%2CejCgCP%3BAezJD%2C0BA6BI%2Caf4HH%3BAkC7HD%2CaAGI%2CiBACI%2CelCyHP%3BAkCvGD%2CaAaI%2CalC0FH%3BAkCvGD%2CaAcI%2CelCyFH%3BAkCrED%2CYlCqEC%3BAmCzDD%2CoBAGI%2CenCsDH%3BAoC9IG%2CSAAC%2CMAAM%2COAmCD%2CUpC2GT%3BAoBmRO%2CeADJ%2CQACK%2COpBnRR%3BAuBhED%2CiCH8wDI%2CQAAO%2CMpB9sDV%3BAyBlFD%2CuBLgyDI%2CQAAO%2CMpB9sDV%3BAYwMD%2CcQsgDI%2CQAAO%2CMpB9sDV%3BAqBzJD%2CwBD2aI%2CQACK%2COpBnRR%3BAqBxJD%2CuBD0aI%2CQACK%2COpBnRR%3BAqCxJD%2CqBjB0aI%2CQACK%2COpBnRR%3BAsC%5C%2FID%2CmBlBiaI%2CQACK%2COpBnRR%3BAuCzJD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COpBnRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAcsKD%2CkBdxKC%3BAcwKD%2CkBdvKC%3BAcuKD%2CkBdtKC%3BAcynDD%2CmBAoCI%2CQAAO%2CMd%5C%2FpDV%3BAc2nDD%2CmBAoCI%2CQAAO%2CMd9pDV%3BAc0nDD%2CmBAoCI%2CQAAO%2CMd7pDV%3BAqB5JW%2CMAFR%2CiBACI%2CQACK%2COrB0JZ%3BAqB1JW%2CMAFR%2CiBACI%2CQACK%2COrB2JZ%3BAqB3JW%2CMAFR%2CiBACI%2CQACK%2COrB4JZ%3BAsBtKD%2CqBACI%2CetBmKH%3BAsBpKD%2CqBACI%2CetBoKH%3BAsBrKD%2CqBACI%2CetBqKH%3BAEjMD%2CyBA4DI%2CQAAO%2CKFmIV%3BAE%5C%2FLD%2CyBA4DI%2CQAAO%2CKFoIV%3BAEhMD%2CyBA4DI%2CQAAO%2CKFqIV%3BAIu0BD%2CMAAM%2CQACF%2CQAAO%2COJ10BV%3BAIy0BD%2CMAAM%2CQACF%2CQAAO%2COJz0BV%3BAIw0BD%2CMAAM%2CQACF%2CQAAO%2COJx0BV%3BAM7CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNrDb%3BAM3CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNpDb%3BAM5CG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBNnDb%3BAMuEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINzEjB%3BAMyEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINxEjB%3BAMwEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINvEjB%3BAuBpMD%2CqBACI%2CaAeI%2CcACI%2CmBvBiLX%3BAuBlMD%2CqBACI%2CaAeI%2CcACI%2CmBvBkLX%3BAuBnMD%2CqBACI%2CaAeI%2CcACI%2CmBvBmLX%3BAwBvKD%2CYA0FI%2CmBxB2EH%3BAwBrKD%2CYA0FI%2CmBxB4EH%3BAwBtKD%2CYA0FI%2CmBxB6EH%3BAyBvLD%2C%2BBAGI%2C4BAMI%2CazB4KP%3BAyBrLD%2C%2BBAGI%2C4BAMI%2CazB6KP%3BAyBtLD%2C%2BBAGI%2C4BAMI%2CazB8KP%3BA0B5KD%2CmB1B0KC%3BA0B1KD%2CmB1B2KC%3BA0B3KD%2CmB1B4KC%3BA2B5LD%2CwBAiGI%2C0BAUI%2Ce3B%2BEP%3BA2B1LD%2CwBAiGI%2C0BAUI%2Ce3BgFP%3BA2B3LD%2CwBAiGI%2C0BAUI%2Ce3BiFP%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BA4B9KD%2CaAGI%2CiBACI%2Ce5BwKP%3BA4B5KD%2CaAGI%2CiBACI%2Ce5ByKP%3BA4B7KD%2CaAGI%2CiBACI%2Ce5B0KP%3BA4BxJD%2CaAaI%2Ca5ByIH%3BA4BtJD%2CaAaI%2Ca5B0IH%3BA4BvJD%2CaAaI%2Ca5B2IH%3BA4BxJD%2CaAcI%2Ce5BwIH%3BA4BtJD%2CaAcI%2Ce5ByIH%3BA4BvJD%2CaAcI%2Ce5B0IH%3BA4BtHD%2CY5BoHC%3BA4BpHD%2CY5BqHC%3BA4BrHD%2CY5BsHC%3BA6B1GD%2CoBAGI%2Ce7BqGH%3BA6BxGD%2CoBAGI%2Ce7BsGH%3BA6BzGD%2CoBAGI%2Ce7BuGH%3BA8B%5C%2FLG%2CSAAC%2CMAAM%2COAmCD%2CU9B0JT%3BA8B7LG%2CSAAC%2CMAAM%2COAmCD%2CU9B2JT%3BA8B9LG%2CSAAC%2CMAAM%2COAmCD%2CU9B4JT%3BAckOO%2CeADJ%2CQACK%2COdpOR%3BAcoOO%2CeADJ%2CQACK%2COdnOR%3BAcmOO%2CeADJ%2CQACK%2COdlOR%3BAiBjHD%2CiCH8wDI%2CQAAO%2CMd%5C%2FpDV%3BAiB%5C%2FGD%2CiCH8wDI%2CQAAO%2CMd9pDV%3BAiBhHD%2CiCH8wDI%2CQAAO%2CMd7pDV%3BAmBnID%2CuBLgyDI%2CQAAO%2CMd%5C%2FpDV%3BAmBjID%2CuBLgyDI%2CQAAO%2CMd9pDV%3BAmBlID%2CuBLgyDI%2CQAAO%2CMd7pDV%3BAMuJD%2CcQsgDI%2CQAAO%2CMd%5C%2FpDV%3BAMyJD%2CcQsgDI%2CQAAO%2CMd9pDV%3BAMwJD%2CcQsgDI%2CQAAO%2CMd7pDV%3BAe1MD%2CwBD2aI%2CQACK%2COdpOR%3BAexMD%2CwBD2aI%2CQACK%2COdnOR%3BAezMD%2CwBD2aI%2CQACK%2COdlOR%3BAezMD%2CuBD0aI%2CQACK%2COdpOR%3BAevMD%2CuBD0aI%2CQACK%2COdnOR%3BAexMD%2CuBD0aI%2CQACK%2COdlOR%3BA%2BBzMD%2CqBjB0aI%2CQACK%2COdpOR%3BA%2BBvMD%2CqBjB0aI%2CQACK%2COdnOR%3BA%2BBxMD%2CqBjB0aI%2CQACK%2COdlOR%3BAgChMD%2CmBlBiaI%2CQACK%2COdpOR%3BAgC9LD%2CmBlBiaI%2CQACK%2COdnOR%3BAgC%5C%2FLD%2CmBlBiaI%2CQACK%2COdlOR%3BAiC1MD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COdpOR%3BAiCxMD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COdnOR%3BAiCzMD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COdlOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAc%2BJnB%2CkBdjKC%3BAciKD%2CkBdhKC%3BAACD%2CQAAQ%2CUc%2BJR%3BAAm9CA%2CmBAoCI%2CQAAO%2CMdxpDV%3BAconDD%2CmBAoCI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUcknDR%2CoBAoCI%2CQAAO%3BAOzzDC%2CMAFR%2CiBACI%2CQACK%2COrBiKZ%3BAqBjKW%2CMAFR%2CiBACI%2CQACK%2COrBkKZ%3BAACD%2CQAAQ%2CUqBnKI%2COAFR%2CiBACI%2CQACK%3BACVb%2CqBACI%2CetB0KH%3BAsB3KD%2CqBACI%2CetB2KH%3BAACD%2CQAAQ%2CUsB7KR%2CsBACI%3BApB5BJ%2CyBA4DI%2CQAAO%2CKF0IV%3BAEtMD%2CyBA4DI%2CQAAO%2CKF2IV%3BAACD%2CQAAQ%2CUExMR%2C0BA4DI%2CQAAO%3BAE48BX%2CMAAM%2CQACF%2CQAAO%2COJn0BV%3BAIk0BD%2CMAAM%2CQACF%2CQAAO%2COJl0BV%3BAACD%2CQAAQ%2CUIg0BR%2COAAM%2CQACF%2CQAAO%3BAEr3BP%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN9Cb%3BAMlDG%2CKAAC%2CcA0EG%2CiBAsBM%2CiBN7Cb%3BAACD%2CQAAQ%2CUMpDJ%2CMAAC%2CcA0EG%2CiBAsBM%3BAAoBF%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINlEjB%3BAMkEW%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CINjEjB%3BAACD%2CQAAQ%2CUMgEI%2CMApHP%2CcA6GG%2CQAOK%2CKAAK%3BAiB3QlB%2CqBACI%2CaAeI%2CcACI%2CmBvBwLX%3BAuBzMD%2CqBACI%2CaAeI%2CcACI%2CmBvByLX%3BAACD%2CQAAQ%2CUuB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYA0FI%2CmBxBkFH%3BAwB5KD%2CYA0FI%2CmBxBmFH%3BAACD%2CQAAQ%2CUwB9KR%2CaA0FI%3BAC1GJ%2C%2BBAGI%2C4BAMI%2CazBmLP%3BAyB5LD%2C%2BBAGI%2C4BAMI%2CazBoLP%3BAACD%2CQAAQ%2CUyB9LR%2CgCAGI%2C4BAMI%3BACER%2CmB1BiLC%3BA0BjLD%2CmB1BkLC%3BAACD%2CQAAQ%2CU0BnLR%3BAChBA%2CwBAiGI%2C0BAUI%2Ce3BsFP%3BA2BjMD%2CwBAiGI%2C0BAUI%2Ce3BuFP%3BAACD%2CQAAQ%2CU2BnMR%2CyBAiGI%2C0BAUI%3BAlBzHR%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAmBDJ%2CaAGI%2CiBACI%2Ce5B%2BKP%3BA4BnLD%2CaAGI%2CiBACI%2Ce5BgLP%3BAACD%2CQAAQ%2CU4BrLR%2CcAGI%2CiBACI%3BAAkBR%2CaAaI%2Ca5BgJH%3BA4B7JD%2CaAaI%2Ca5BiJH%3BAACD%2CQAAQ%2CU4B%5C%2FJR%2CcAaI%3BAAbJ%2CaAcI%2Ce5B%2BIH%3BA4B7JD%2CaAcI%2Ce5BgJH%3BAACD%2CQAAQ%2CU4B%5C%2FJR%2CcAcI%3BAAoBJ%2CY5B2HC%3BA4B3HD%2CY5B4HC%3BAACD%2CQAAQ%2CU4B7HR%3BACYA%2CoBAGI%2Ce7B4GH%3BA6B%5C%2FGD%2CoBAGI%2Ce7B6GH%3BAACD%2CQAAQ%2CU6BjHR%2CqBAGI%3BACxFA%2CSAAC%2CMAAM%2COAmCD%2CU9BiKT%3BA8BpMG%2CSAAC%2CMAAM%2COAmCD%2CU9BkKT%3BAACD%2CQAAQ%2CU8BtMJ%2CUAAC%2CMAAM%2COAmCD%3BAhB8XF%2CeADJ%2CQACK%2COd7NR%3BAc6NO%2CeADJ%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUc2NA%2CgBADJ%2CQACK%3BAGnVT%2CiCH8wDI%2CQAAO%2CMdxpDV%3BAiBtHD%2CiCH8wDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUiBxHR%2CkCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%2CMdxpDV%3BAmBxID%2CuBLgyDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUmB1IR%2CwBLgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%2CMdxpDV%3BAMkJD%2CcQsgDI%2CQAAO%2CMdvpDV%3BAACD%2CQAAQ%2CUMgJR%2CeQsgDI%2CQAAO%3BACv2DX%2CwBD2aI%2CQACK%2COd7NR%3BAe%5C%2FMD%2CwBD2aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUejNR%2CyBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%2COd7NR%3BAe9MD%2CuBD0aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUehNR%2CwBD0aI%2CQACK%3BAiB3aT%2CqBjB0aI%2CQACK%2COd7NR%3BA%2BB9MD%2CqBjB0aI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CU%2BBhNR%2CsBjB0aI%2CQACK%3BAkBlaT%2CmBlBiaI%2CQACK%2COd7NR%3BAgCrMD%2CmBlBiaI%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUgCvMR%2CoBlBiaI%2CQACK%3BAmB5aT%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COd7NR%3BAiC%5C%2FMD%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COd5NR%3BAACD%2CQAAQ%2CUiCjNR%2CMAAK%2CKAAK%2COnB2aN%2CQACK%3BEnB5IT%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAc0JJ%2CkBAhTK%3BAAgTL%2CkBA%5C%2FSK%2CIAAI%3BAAkwDT%2CmBAoCI%2CQAAO%2CMAvyDN%3BAAmwDL%2CmBAoCI%2CQAAO%2CMAtyDN%2CIAAI%3BAOnBG%2CMAFR%2CiBACI%2CQACK%2COPkBR%3BAOlBO%2CMAFR%2CiBACI%2CQACK%2COPmBR%2CIAAI%3BAQ7BT%2CqBACI%2CeR2BC%3BAQ5BL%2CqBACI%2CeR4BC%2CIAAI%3BAZxDT%2CyBA4DI%2CQAAO%2CKYLN%3BAZvDL%2CyBA4DI%2CQAAO%2CKYJN%2CIAAI%3BAVg9BT%2CMAAM%2CQACF%2CQAAO%2COUl9BN%3BAVi9BL%2CMAAM%2CQACF%2CQAAO%2COUj9BN%2CIAAI%3BAR4FL%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQ7LT%3BAR6FD%2CKAAC%2CcA0EG%2CiBAsBM%2CiBQ5LT%2CIAAI%3BARgNG%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIQjNb%3BARiNO%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%2CIQhNb%2CIAAI%3BAS3DT%2CqBACI%2CaAeI%2CcACI%2CmBTyCP%3BAS1DL%2CqBACI%2CaAeI%2CcACI%2CmBT0CP%2CIAAI%3BAU9BT%2CYA0FI%2CmBV7DC%3BAU7BL%2CYA0FI%2CmBV5DC%2CIAAI%3BAW9CT%2C%2BBAGI%2C4BAMI%2CaXoCH%3BAW7CL%2C%2BBAGI%2C4BAMI%2CaXqCH%2CIAAI%3BAYnCT%2CmBZkCK%3BAYlCL%2CmBZmCK%2CIAAI%3BAanDT%2CwBAiGI%2C0BAUI%2CebzDH%3BAalDL%2CwBAiGI%2C0BAUI%2CebxDH%2CIAAI%3BALjET%2C0BA6BI%2CaKmCC%3BALhEL%2C0BA6BI%2CaKoCC%2CIAAI%3BAcrCT%2CaAGI%2CiBACI%2CedgCH%3BAcpCL%2CaAGI%2CiBACI%2CediCH%2CIAAI%3BAcfT%2CaAaI%2CadCC%3BAcdL%2CaAaI%2CadEC%2CIAAI%3BAcfT%2CaAcI%2CedAC%3BAcdL%2CaAcI%2CedCC%2CIAAI%3BAcmBT%2CYdpBK%3BAcoBL%2CYdnBK%2CIAAI%3BAe%2BBT%2CoBAGI%2CefnCC%3BAegCL%2CoBAGI%2CeflCC%2CIAAI%3BAgBtDL%2CSAAC%2CMAAM%2COAmCD%2CUhBkBL%3BAgBrDD%2CSAAC%2CMAAM%2COAmCD%2CUhBmBL%2CIAAI%3BAA2WD%2CeADJ%2CQACK%2COA5WJ%3BAA4WG%2CeADJ%2CQACK%2COA3WJ%2CIAAI%3BAGwBT%2CiCH8wDI%2CQAAO%2CMAvyDN%3BAGyBL%2CiCH8wDI%2CQAAO%2CMAtyDN%2CIAAI%3BAKMT%2CuBLgyDI%2CQAAO%2CMAvyDN%3BAKOL%2CuBLgyDI%2CQAAO%2CMAtyDN%2CIAAI%3BARgST%2CcQsgDI%2CQAAO%2CMAvyDN%3BARiSL%2CcQsgDI%2CQAAO%2CMAtyDN%2CIAAI%3BACjET%2CwBD2aI%2CQACK%2COA5WJ%3BAChEL%2CwBD2aI%2CQACK%2COA3WJ%2CIAAI%3BAChET%2CuBD0aI%2CQACK%2COA5WJ%3BAC%5C%2FDL%2CuBD0aI%2CQACK%2COA3WJ%2CIAAI%3BAiBhET%2CqBjB0aI%2CQACK%2COA5WJ%3BAiB%5C%2FDL%2CqBjB0aI%2CQACK%2COA3WJ%2CIAAI%3BAkBvDT%2CmBlBiaI%2CQACK%2COA5WJ%3BAkBtDL%2CmBlBiaI%2CQACK%2COA3WJ%2CIAAI%3BAmBjET%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COA5WJ%3BAmBhEL%2CKAAK%2CKAAK%2COnB2aN%2CQACK%2COA3WJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BAGrBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAEAD%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAL80DL%2CmBANR%2CiBAKI%2CQACK%3BAACD%2CmBAPR%2CiBAKI%2CQAEK%3BAG%5C%2F0DG%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACzL9D%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BADzL9D%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC1LhE%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAditBhF%2CcAwBI%2CQAAO%3BAE74BX%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BACQvB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAQtCZ%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%3BACjBnB%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BAChIhB%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BADzL9D%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACzL9D%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAdktB9E%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHrJ1E%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD1LhE%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC1LhE%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAditBhF%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHtJ5E%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC1HhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BAMr0Db%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%3BAS1CpB%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%3BAF4nDJ%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAdktB9E%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHrJ1E%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAditBhF%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAHtJ5E%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKqDA%2C2BAAC%3BAACD%2C2BAAC%3BAc1TD%2C%2BBdyTC%3BAczTD%2C%2BBd0TC%3BAiB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQjB8UhB%3BAiB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQjB%2BUhB%3BAmB%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQnB8UhB%3BAmB9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQnB%2BUhB%3BAc%2B%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQdhgDZ%3BAcggDW%2CmBANR%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAcggDW%2CmBAPR%2CiBAKI%2CQAEK%2COdjgDZ%3BAcigDW%2CmBAPR%2CiBAKI%2CQAEK%2COdhgDZ%3BAiB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAiB9Ue%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAmB%5C%2FUe%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAmB9Ue%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAiB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAiB9Ue%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAmB%5C%2FUe%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAmB9Ue%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAI4jBD%2CcAwBI%2CQAAO%2CQJrlBV%3BAI6jBD%2CcAwBI%2CQAAO%2CQJplBV%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQNwRtB%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQNyRtB%3BAOjRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQPoQf%3BAOhRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQPqQf%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf6Rd%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQf8Rd%3BAgB%5C%2FSL%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQhB4Hf%3BAgB9SL%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQhB6Hf%3BAiB7PD%2CiCHsvDI%2CiBAKI%2CQACK%2CQdhgDZ%3BAiB5PD%2CiCHsvDI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAiB7PD%2CiCHsvDI%2CiBAKI%2CQAEK%2COdjgDZ%3BAiB5PD%2CiCHsvDI%2CiBAKI%2CQAEK%2COdhgDZ%3BAc%2B%5C%2FCW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAcggDW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAiB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAiB9Ue%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAmB%5C%2FUe%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAmB9Ue%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAI4jBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAI6jBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAc%2B%5C%2FCW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAcggDW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAiB%5C%2FUe%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAiB9Ue%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAmB%5C%2FUe%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAmB9Ue%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAI4jBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAI6jBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAmB%5C%2FQD%2CuBLwwDI%2CiBAKI%2CQACK%2CQdhgDZ%3BAmB9QD%2CuBLwwDI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAmB%5C%2FQD%2CuBLwwDI%2CiBAKI%2CQAEK%2COdjgDZ%3BAmB9QD%2CuBLwwDI%2CiBAKI%2CQAEK%2COdhgDZ%3BAMWD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQdhgDZ%3BAMYD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQd%5C%2F%5C%2FCZ%3BAMWD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COdjgDZ%3BAMYD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COdhgDZ%3BAoBrUD%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%2CQPoQf%3BAoBpUD%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%2CQPqQf%3BAgB%5C%2FSL%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQhB4Hf%3BAgB9SL%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQhB6Hf%3BAc%2B%5C%2FCW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAcggDW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAI4jBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAI6jBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ7E%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBsJ7E%3BAc%2B%5C%2FCW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAcggDW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAI4jBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAI6jBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAMzTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAMxTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BAe3SG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBoJ%5C%2FE%3BAe1SG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBqJ%5C%2FE%3BELtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK4DA%2C2BAAC%3BAchUD%2C%2BBdgUC%3BAiBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQjBqVhB%3BAmBrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQnBqVhB%3BAcy%5C%2FCW%2CmBANR%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAc0%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAiBrVe%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAmBrVe%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAiBrVe%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAmBrVe%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAIsjBD%2CcAwBI%2CQAAO%2CQJ9kBV%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%2CQN%2BRtB%3BAOvRD%2CkBACI%2CeAII%2CiBAKI%2CSAEI%2CQP2Qf%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUAcX%2CQAAO%2CQfoSd%3BAgBrTL%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQhBmIf%3BAiBnQD%2CiCHsvDI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAiBnQD%2CiCHsvDI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAcy%5C%2FCW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAiBrVe%2CwBAJZ%2COAEI%2CiBC4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAmBrVe%2CcAJZ%2COAEI%2CiBD4LR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAIsjBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAcy%5C%2FCW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAiBrVe%2CwBAJZ%2COAEI%2CiBC2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAmBrVe%2CcAJZ%2COAEI%2CiBD2LR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAIsjBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAmBrRD%2CuBLwwDI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAmBrRD%2CuBLwwDI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAMKD%2CcQ8%2BCI%2CiBAKI%2CQACK%2CQdz%5C%2FCZ%3BAMKD%2CcQ8%2BCI%2CiBAKI%2CQAEK%2COd1%5C%2FCZ%3BAoB3UD%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%2CQP2Qf%3BAgBrTL%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQhBmIf%3BAcy%5C%2FCW%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAIsjBD%2CccjtBA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUGuJnB%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB4J7E%3BAcy%5C%2FCW%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAIsjBD%2CccltBA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAM%5C%2FTD%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BAejTG%2CaAAc%2CMADb%2CaAAc%2CUGsJnB%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB2J%5C%2FE%3BEL5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAuClKQ%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYAKI%3BEvCkHhB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAsB9LQ%2CkBADJ%2CQACK%3BAElBD%2CkBADJ%2CQACK%3BAjB%5C%2FET%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BAErWX%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAXsET%2CiBAFR%2CiBACI%2CQACK%3BAEpHb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACRS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BASQrB%2CkBAKI%2CiBAAiB%2CQAAO%3BACtE5B%2CWACI%2CQAAO%3BACIX%2CcAiJI%2CQAAO%3BArBhDH%2CkBC8FR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAChHtE%2CkBDgHR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB%5C%2FL9E%2CegB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB7L3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgBwER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAgFI%2CwBYmFJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ7EvD%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBoHd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM1ClE%2CiBAFR%2CiBN4CJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAS3I1D%2CwBAJhB%2CwBACM%2CmBACI%2CWT6Id%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAkBnI9E%2CkBAKI%2CiBlB8HJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAoB%5C%2FL9E%2CcpB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD9FtE%2CkBC%2BFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACjHxE%2CkBDiHR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBhMhF%2CegBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB9L7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgByER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAgFI%2CwBYoFJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ9EzD%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBqHd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM3CpE%2CiBAFR%2CiBN6CJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAS5I5D%2CwBAJhB%2CwBACM%2CmBACI%2CWT8Id%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAkBpIhF%2CkBAKI%2CiBlB%2BHJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAoBhMhF%2CcpBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD%5C%2FFxE%2CkBC%2BFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAChHtE%2CkBDiHR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB%5C%2FL9E%2CegBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB7L3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgByER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAgFI%2CwBYoFJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ7EvD%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBqHd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM1ClE%2CiBAFR%2CiBN6CJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAS3I1D%2CwBAJhB%2CwBACM%2CmBACI%2CWT8Id%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAkBnI9E%2CkBAKI%2CiBlB%2BHJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAoB%5C%2FL9E%2CcpBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAD9FtE%2CkBC8FR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BACjHxE%2CkBDgHR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBhMhF%2CegB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB9L7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgBwER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAgFI%2CwBYmFJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ9EzD%3BA6BnCH%2CeAZhB%2CeACM%2CWAOI%2CWjBoHd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM3CpE%2CiBAFR%2CiBN4CJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAS5I5D%2CwBAJhB%2CwBACM%2CmBACI%2CWT6Id%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAkBpIhF%2CkBAKI%2CiBlB8HJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAoBhMhF%2CcpB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAWnII%2CKAAC%2CcAmJG%2CcQtMR%3BAqB6LgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrB7LjB%3BAyBxFA%2CkBAoDI%2CeA4BI%2CSAEI%2CczBMZ%3BACYA%2CgCAwCI%2CSACI%2CcDrDR%3BAwBzGA%2CcAqJI%2CcxB5CJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BARgDA%2CKAAC%2CcAmJG%2CcQtMR%2CGAKK%3BAqBwLW%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrB7LjB%2CGAKK%3BAyB7FL%2CkBAoDI%2CeA4BI%2CSAEI%2CczBMZ%2CGAKK%3BACOL%2CgCAwCI%2CSACI%2CcDrDR%2CGAKK%3BAwB9GL%2CcAqJI%2CcxB5CJ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAR6CJ%2CKAAC%2CcAmJG%2CcQ5LR%3BAqBmLgB%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKrBnLjB%3BAyBlGA%2CkBAoDI%2CeA4BI%2CSAEI%2CczBgBZ%3BACEA%2CgCAwCI%2CSACI%2CcD3CR%3BAwBnHA%2CcAqJI%2CcxBlCJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BA0BvHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BAtCNR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYAGI%2CQAAO%3BAE0PnB%2CWAaI%2CQAAO%3BAiCtYX%2CWACI%2CQAAO%3BAnCIX%2CegB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB7L3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgBwER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB%5C%2FL9E%2CegBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB9L7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgByER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhBhMhF%2CegBgMA%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB7L3D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgByER%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAhB%5C%2FL9E%2CegB%2BLA%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQhB9L7D%3BAAMnB%2CyBAiEI%2CsBA8CI%2CYgBwER%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BElB8BhF%2CWAAA%3B%3BAGUA%2CcAwBI%3BAGpGA%2CKAAC%2CcAoKG%3BA6BlGR%2CeAmBI%3BApB5HJ%2CgCAKI%3BEDwEA%2CYAAA%3BEACA%2CqBAAA%3B%3BAXqCJ%2CcAwBI%2CuBW3DA%3BARzCA%2CKAAC%2CcAoKG%2CuBQ3HJ%3BAqByBJ%2CeAmBI%2CuBrB5CA%3BAChFJ%2CgCAKI%2CuBD2EA%3BEACI%2CgBAAA%3B%3BAVjGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEUiHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAsB7MJ%2CgBACI%2COAOI%3BEzC0QR%2CgCAAA%3BEAAA%2CiBAAA%3BEmBzDI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAsB1NJ%2CgBACI%2COAOI%2CatBoNJ%3BEACI%2CgBAAA%3B%3BACnNR%3BAeiHI%2CSAAC%3BEW5FL%2CqBAAA%3BEACA%2CkBAAA%3B%3BA9CFA%2CoBAAC%3BAACD%2CoBAAC%3BAoBrBD%2CqBpBoBC%3BAoBpBD%2CqBpBqBC%3BAmC4FG%2CSAAC%2CSnC7FJ%3BAmC6FG%2CSAAC%2CSnC5FJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAoB1BD%2CqBpB0BC%3BAmCuFG%2CSAAC%2CSnCvFJ%3BEACG%2CWAAA%3B%3BAmBkMJ%2CoB2BrMA%3BA1BxBA%2CqB0BwBA%3BAXyFI%2CSAAC%2CSWzFL%3BEAEI%2CeAAA%3BE9C8OJ%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BA3B9CD%2CqB0BwBA%2CeCsBC%3BAZmEG%2CSAAC%2CSWzFL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BA3B3DL%2CqB0BwBA%2CeCkCC%2CMACI%3BAZsDD%2CSAAC%2CSWzFL%2CeCkCC%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BA3BjEL%2CqB0BwBA%2CeCwCC%2COACI%3BAZgDD%2CSAAC%2CSWzFL%2CeCwCC%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BA8CqEA%2CoBArTA%2CeAqTC%3BA1B7UD%2CqB0BwBA%2CeAqTC%3BAX5NG%2CSAAC%2CSWzFL%2CeAqTC%3BE9CrED%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BA3B9CD%2CqB0BwBA%2CeAqTC%2COC%5C%2FRA%3BAZmEG%2CSAAC%2CSWzFL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BA3B3DL%2CqB0BwBA%2CeAqTC%2COCnRA%2CMACI%3BAZsDD%2CSAAC%2CSWzFL%2CeAqTC%2COCnRA%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BA3BjEL%2CqB0BwBA%2CeAqTC%2COC7QA%2COACI%3BAZgDD%2CSAAC%2CSWzFL%2CeAqTC%2COC7QA%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAmB3CA%2CoB2BdA%3BA1B%5C%2FMA%2CqB0B%2BMA%3BAX9FI%2CSAAC%2CSW8FL%3BE9CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmB3CA%2CoB2BdA%2CYAsBI%3BA1BrOJ%2CqB0B%2BMA%2CYAsBI%3BAXpHA%2CSAAC%2CSW8FL%2CYAsBI%3BE9CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA8C3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BA1B7OT%2CqB0B%2BMA%2CYAsBI%2CGAQK%3BAX5HL%2CSAAC%2CSW8FL%2CYAsBI%2CGAQK%3BE9C2BT%2CmBAAA%3BE8CzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BA1BviBD%2CqB0B%2BMA%2CYAuVC%3BA1BtiBD%2CqB0B%2BMA%2CYAwVC%3BAXtbG%2CSAAC%2CSW8FL%2CYAuVC%3BAXrbG%2CSAAC%2CSW8FL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BA1BhjBD%2CqB0B%2BMA%2CYAiWC%3BAX%5C%2FbG%2CSAAC%2CSW8FL%2CYAiWC%3BEACG%2CiBAAA%3BE9CzSJ%2CsDAAA%3BE8C2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BA1BtjBD%2CqB0B%2BMA%2CYAuWC%3BAXrcG%2CSAAC%2CSW8FL%2CYAuWC%3BEACG%2CiBAAA%3BE9C%5C%2FSJ%2CsDAAA%3BE8CiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BA1BhgBD%2CqB0B%2BMA%2CYAiTC%3BAX%5C%2FYG%2CSAAC%2CSW8FL%2CYAiTC%3BE9CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8C6PA%2CoBAtTA%2CYAsTC%3BA1BrgBD%2CqB0B%2BMA%2CYAsTC%3BAXpZG%2CSAAC%2CSW8FL%2CYAsTC%3BE9C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8CZA%2CoBAAC%3BA1B5PD%2CqB0B4PC%3BAX3IG%2CSAAC%2CSW2IJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BA1B%5C%2FPJ%2CqB0B4PC%2COAGG%3BAX9IA%2CSAAC%2CSW2IJ%2COAGG%3BEACI%2CcAAA%3B%3BA1BhQR%2CqBDqOI%2CGAAE%3BAgBpHF%2CSAAC%2CShBoHD%2CGAAE%3BEACE%2CcAAA%3B%3BA%2BB9PR%2COACI%2CgBA4BI%2CKACI%3BA3CrBZ%2CyBAcI%2CYAAW%3BAE8Vf%2CWAMI%2CYAAW%3BAgCxDf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BArBvSZ%2CyBACI%2COAAM%2CIAAK%3BAAsFf%2CgCAkCI%2CKACI%3BA%2BBpJR%2CMAAM%2CQAWF%2CKAAI%2CIAGA%2CSAAQ%2CIACJ%3BAhBmTJ%2C0BADJ%2CYACK%3BAQtUT%2CcA6EI%2CeAOI%2CKACI%2CKAGI%3BAJpDhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BAAoEA%2CcAFM%2CSACV%2CSACK%2CKA2CG%2CYACI%2CMAAK%3BAatJD%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BEjCoPpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAsBzDJ%3BAYsMA%2CgBACI%3BApCxZJ%3BAACA%3BEEmRI%2CmBAAA%3B%3BAVuOQ%2CQAzDR%2CeAwDI%2CQACK%3BAAWD%2CQAFR%2CeACI%2CQACK%3BAAqUL%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BA6Ct2BP%2COAAC%2CQAmBG%2CQAAO%3BEtDwNf%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BA5BiRA%2C6B4BfE%3BAtCuOU%2CQAzDR%2CeAwDI%2CQACK%2COsCvOX%3BAtCkPU%2CQAFR%2CeACI%2CQACK%2COsClPX%3BAtCujBM%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COsC5jBjB%3BAtC8nBF%2CcASI%2CQAAO%2COsCvoBT%3BAO%5C%2FNE%2COAAC%2CQAmBG%2CQAAO%2COP4Mb%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2C6BAAC%3BAtCmeW%2CQAzDR%2CeAwDI%2CQACK%2COsCneZ%3BAtC8eW%2CQAFR%2CeACI%2CQACK%2COsC9eZ%3BAtCmzBO%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COsCxzBlB%3BAtC03BD%2CcASI%2CQAAO%2COsCn4BV%3BAO6BG%2COAAC%2CQAmBG%2CQAAO%2COPhDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAtCsdO%2CQAzDR%2CeAwDI%2CQACK%2COsCvdZ%2CMACI%3BAtCieO%2CQAFR%2CeACI%2CQACK%2COsCleZ%2CMACI%3BAtCsyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COsC5yBlB%2CMACI%3BAtC62BL%2CcASI%2CQAAO%2COsCv3BV%2CMACI%3BAOgBD%2COAAC%2CQAmBG%2CQAAO%2COPpCd%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2C6BADH%2COACI%3BAtCgdO%2CQAzDR%2CeAwDI%2CQACK%2COsCjdZ%2COACI%3BAtC2dO%2CQAFR%2CeACI%2CQACK%2COsC5dZ%2COACI%3BAtCgyBG%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%2COsCtyBlB%2COACI%3BAtCu2BL%2CcASI%2CQAAO%2COsCj3BV%2COACI%3BAOUD%2COAAC%2CQAmBG%2CQAAO%2COP9Bd%2COACI%3BE%5C%2FCqPL%2CWAAA%3B%3BAQlPQ%2CQAhBH%2CKAgBI%3BACAT%2CQAAQ%2CKAAM%3BEUwQV%2CgBAAA%3B%3BAXxQI%2CQAhBH%2CKAgBI%2CKWyQH%3BAVzQN%2CQAAQ%2CKAAM%2CEUyQR%3BEnBvBN%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBoBwKM%2CIpBxKL%3BASjGO%2CQAhBH%2CKAgBI%2CKWyQH%2CIpBxKL%3BAUjGD%2CQAAQ%2CKAAM%2CEUyQR%2CIpBxKL%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBoBmKM%2CIpBnKL%3BAStGO%2CQAhBH%2CKAgBI%2CKWyQH%2CIpBnKL%3BAUtGD%2CQAAQ%2CKAAM%2CEUyQR%2CIpBnKL%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBoB8JM%2CIpB9JL%3BAS3GO%2CQAhBH%2CKAgBI%2CKWyQH%2CIpB9JL%3BAU3GD%2CQAAQ%2CKAAM%2CEUyQR%2CIpB9JL%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAoB9QA%2CKAAK%2CaAAa%2CMACd%3BAmBDJ%2CKAAK%2CSAAS%2CMACV%3BEpBmUJ%2CcAAA%3B%3BAAsFQ%2CeADJ%2CQACK%3BAC5aT%2CwBD2aI%2CQACK%3BAC3aT%2CuBD0aI%2CQACK%3BAiB3aT%2CqBjB0aI%2CQACK%3BAkBlaT%2CmBlBiaI%2CQACK%3BAmB5aT%2CKAAK%2CKAAK%2COnB2aN%2CQACK%3BEA1DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BACtXJ%2CwBD0YI%2CUACI%2COACI%3BAC3YZ%2CuBDyYI%2CUACI%2COACI%3BAiB3YZ%2CqBjByYI%2CUACI%2COACI%3BAkBlYZ%2CmBlBgYI%2CUACI%2COACI%3BAmB5YZ%2CKAAK%2CKAAK%2COnB0YN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAC7YhB%2CwBD0YI%2CUAOI%2CiBAGM%3BACnZd%2CuBDyYI%2CUAOI%2CiBAGM%3BAiBnZd%2CqBjByYI%2CUAOI%2CiBAGM%3BAkB1Yd%2CmBlBgYI%2CUAOI%2CiBAGM%3BAmBpZd%2CKAAK%2CKAAK%2COnB0YN%2CUAOI%2CiBAGM%3BEAOE%2CWAAA%3B%3BAC3ZhB%2CwBD0YI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BACrZrB%2CuBDyYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAiBrZrB%2CqBjByYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAkB5YrB%2CmBlBgYI%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BAmBtZrB%2CKAAK%2CKAAK%2COnB0YN%2CUAOI%2CiBAGM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BACvZxB%2CwBD0YI%2CUAqBI%2CQACI%3BAC%5C%2FZZ%2CuBDyYI%2CUAqBI%2CQACI%3BAiB%5C%2FZZ%2CqBjByYI%2CUAqBI%2CQACI%3BAkBtZZ%2CmBlBgYI%2CUAqBI%2CQACI%3BAmBhaZ%2CKAAK%2CKAAK%2COnB0YN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BACjahB%2CwBDsaI%3BACraJ%2CuBDqaI%3BAiBraJ%2CqBjBqaI%3BAkB5ZJ%2CmBlB4ZI%3BAmBtaJ%2CKAAK%2CKAAK%2COnBsaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACxaR%2CwBDibI%2CSACK%3BACjbT%2CuBDgbI%2CSACK%3BAiBjbT%2CqBjBgbI%2CSACK%3BAkBxaT%2CmBlBuaI%2CSACK%3BAmBlbT%2CKAAK%2CKAAK%2COnBibN%2CSACK%3BEACG%2CgBAAA%3B%3BAcpNA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BEjChNjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAuDhBA%2CYACI%2CeAEI%2COACI%3BAhDKZ%2CyBAiEI%2CsBAuEI%3BAAxIR%2CyBAiEI%2CsBAwEI%2CSAAQ%3BAAzIhB%2CyBAiEI%2CsBAyEI%3BACjFA%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUASE%3BACzCpB%2CcACI%3BAA0vBQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAkOhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BAEv2BI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BA6B3BR%2CiBAjBJ%2CQAiBK%2CSAGG%3BAAHJ%2CiBAjBJ%2CQAiBK%2CSAoCG%3BA5BtLZ%2CqBACI%3BAoBRJ%2CwBA%2BHI%2CsBACM%3BAAhIV%2CwBA%2BII%2CUACI%3BAP7IR%2CwBA8FI%2COACI%3BAgBJR%2CSACI%2CUACM%3BAAuFV%2CMAAM%2COACF%2COACI%3BAevMR%2CcACI%3BACaJ%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BAC5BnB%2CsBAgFI%2CUAAS%2CSACJ%3BAClET%2CYACI%2CuBAGI%2COAGI%3BAvBtBZ%2CqBAGI%2CQACI%3BAkByIA%2COA7CH%2CQA6CI%2CQAyCG%3BAnBrGI%2CiBAHU%2CUApErB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUArElB%2CMAAM%2COAsEG%2CUACG%2CMACG%3BAAmEpB%2CuBACI%2CoBACI%3BAA4FR%2C2BAKI%2CsBAII%2CUACM%3BAQ7Pd%2CcA6EI%2CeAOI%2CKASI%3BAA7FZ%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAiBnKtB%2CMAAM%2CWA4CF%3BAPkIA%2COAAC%2CKAGG%3BAAoOR%2CgBACI%2CiBAII%3BAtCnFR%2CcAoBI%2CcACI%3BAC1LJ%2COADG%2CKACF%2CIAAI%3BAAqHT%2CYAAa%2COAAM%2CQAEf%2CUAmCI%3BAApCR%2CYACI%2CUAmCI%3BAuBhMA%2CcAFM%2CSACV%2CSACK%2CKAqBG%2CaACI%3BEvChIhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCoTQ%2CeAhCJ%2CSAgCK%2CQACG%2CQAYM%3BAqB%5C%2FUd%2CsBAAC%2CcAGG%2CsBAQI%3BE7DOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAmB4VD%2CeACI%2CUAOI%2CiBnBrWP%3BAmB6VD%2CeACI%2CUAOI%2CiBnBpWP%3BAOpCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2COPTX%3BAOnCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2COPRX%3BA8DzBD%2CQ9DwBC%3BA8DxBD%2CQ9DyBC%3BASoZD%2CQAwFI%2CsBT7eH%3BASqZD%2CQAwFI%2CsBT5eH%3BAWgHG%2CKAAC%2CcA0EG%2CiBX3LP%3BAWiHG%2CKAAC%2CcA0EG%2CiBX1LP%3BAWgHG%2CKAAC%2CcAmJG%2CcXpQP%3BAWiHG%2CKAAC%2CcAmJG%2CcXnQP%3BAwCkLD%2CeAGI%2CcAWM%2CWxCjMT%3BAwCmLD%2CeAGI%2CcAWM%2CWxChMT%3BAwC0Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKxC3PhB%3BAwC2Pe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKxC1PhB%3BAYlBD%2CmBZiBC%3BAYjBD%2CmBZkBC%3BAYgBD%2CyBZjBC%3BAYiBD%2CyBZhBC%3BA%2BDxCD%2CsB%5C%2FDuCC%3BA%2BDvCD%2CsB%5C%2FDwCC%3BA6B2DO%2CYADJ%2COACK%2CU7B5DR%3BA6B4DO%2CYADJ%2COACK%2CU7B3DR%3BA4C3BD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc5CxDX%3BA4C1BD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc5CvDX%3BA4C3BD%2CkBAwGI%2CcACI%2CsB5C%5C%2FEP%3BA4C1BD%2CkBAwGI%2CcACI%2CsB5C9EP%3BAyD%5C%2FBD%2C0BACI%2CkBzD6BH%3BAyD9BD%2C0BACI%2CkBzD8BH%3BAiC2GD%2CgBA%2BBI%2CSjC3IH%3BAiC4GD%2CgBA%2BBI%2CSjC1IH%3BAiCqJD%2CoBACI%2CoBjCvJH%3BAiCsJD%2CoBACI%2CoBjCtJH%3BAiCqJD%2CoBAEI%2CkCjCxJH%3BAiCsJD%2CoBAEI%2CkCjCvJH%3BAoByED%2CgCAwCI%2CSACI%2CcpBnHP%3BAoB0ED%2CgCAwCI%2CSACI%2CcpBlHP%3BAkCXD%2CmBlCUC%3BAkCVD%2CmBlCWC%3BAkCqGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSlC%5C%2FGP%3BAkCsGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSlC9GP%3BAkCsGD%2CkBACI%2CeAOI%2CSlC%5C%2FGP%3BAkCuGD%2CkBACI%2CeAOI%2CSlC9GP%3BAkCmJD%2CcAKI%2CSlCzJH%3BAkCoJD%2CcAKI%2CSlCxJH%3BAgEtCD%2CUAWI%2CgBhE0BH%3BAgErCD%2CUAWI%2CgBhE2BH%3BA2C5CD%2CcAqJI%2Cc3C1GH%3BA2C3CD%2CcAqJI%2Cc3CzGH%3BA2C5CD%2CcA8JI%2CO3CnHH%3BA2C3CD%2CcA8JI%2CO3ClHH%3BA2C5CD%2CcAyMI%2Ce3C9JH%3BA2C3CD%2CcAyMI%2Ce3C7JH%3BAqD0WD%2CgBACI%2CiBrD5WH%3BAqD2WD%2CgBACI%2CiBrD3WH%3BAqCnCD%2CmBAaI%2CiBrCqBH%3BAqClCD%2CmBAaI%2CiBrCsBH%3BAgBgFG%2COAAC%2CQhBjFJ%3BAgBiFG%2COAAC%2CQhBhFJ%3BAoB7CD%2CwBD0YI%2CUAOI%2CiBnBrWP%3BAoB5CD%2CwBD0YI%2CUAOI%2CiBnBpWP%3BAoB5CD%2CuBDyYI%2CUAOI%2CiBnBrWP%3BAoB3CD%2CuBDyYI%2CUAOI%2CiBnBpWP%3BAoC5CD%2CqBjByYI%2CUAOI%2CiBnBrWP%3BAoC3CD%2CqBjByYI%2CUAOI%2CiBnBpWP%3BAqCnCD%2CmBlBgYI%2CUAOI%2CiBnBrWP%3BAqClCD%2CmBlBgYI%2CUAOI%2CiBnBpWP%3BAsC7CD%2CKAAK%2CKAAK%2COnB0YN%2CUAOI%2CiBnBrWP%3BAsC5CD%2CKAAK%2CKAAK%2COnB0YN%2CUAOI%2CiBnBpWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAmBuVD%2CeACI%2CUAOI%2CiBnB%5C%2FVP%3BAOzCD%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%2COPHX%3BA8D9BD%2CQ9D8BC%3BAS%2BYD%2CQAwFI%2CsBTveH%3BAW2GG%2CKAAC%2CcA0EG%2CiBXrLP%3BAW2GG%2CKAAC%2CcAmJG%2CcX9PP%3BAwC6KD%2CeAGI%2CcAWM%2CWxC3LT%3BAwCqPe%2CeAzBZ%2CsBAuBI%2CSACI%2CSACK%2CKxCrPhB%3BAYvBD%2CmBZuBC%3BAYWD%2CyBZXC%3BA%2BD7CD%2CsB%5C%2FD6CC%3BA6BsDO%2CYADJ%2COACK%2CU7BtDR%3BA4ChCD%2CkBAoDI%2CeA4BI%2CSAEI%2Cc5ClDX%3BA4ChCD%2CkBAwGI%2CcACI%2CsB5CzEP%3BAyDpCD%2C0BACI%2CkBzDmCH%3BAiCsGD%2CgBA%2BBI%2CSjCrIH%3BAiCgJD%2CoBACI%2CoBjCjJH%3BAiCgJD%2CoBAEI%2CkCjClJH%3BAoBoED%2CgCAwCI%2CSACI%2CcpB7GP%3BAkChBD%2CmBlCgBC%3BAkCgGD%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSlCzGP%3BAkCiGD%2CkBACI%2CeAOI%2CSlCzGP%3BAkC8ID%2CcAKI%2CSlCnJH%3BAgE3CD%2CUAWI%2CgBhEgCH%3BA2CjDD%2CcAqJI%2Cc3CpGH%3BA2CjDD%2CcA8JI%2CO3C7GH%3BA2CjDD%2CcAyMI%2Ce3CxJH%3BAqDqWD%2CgBACI%2CiBrDtWH%3BAqCxCD%2CmBAaI%2CiBrC2BH%3BAgB2EG%2COAAC%2CQhB3EJ%3BAoBlDD%2CwBD0YI%2CUAOI%2CiBnB%5C%2FVP%3BAoBjDD%2CuBDyYI%2CUAOI%2CiBnB%5C%2FVP%3BAoCjDD%2CqBjByYI%2CUAOI%2CiBnB%5C%2FVP%3BAqCxCD%2CmBlBgYI%2CUAOI%2CiBnB%5C%2FVP%3BAsClDD%2CKAAK%2CKAAK%2COnB0YN%2CUAOI%2CiBnB%5C%2FVP%3BEACG%2CWAAA%3B%3BAmByhDJ%2CeACI%3BAA2BJ%3BA8CpmDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAfvBJ%2COACI%2CgBAqBI%3BA1CQJ%2CQAAC%3BACmaL%2CQAwFI%2CsBAII%3BAC1cR%3BACtDA%3BAkBMA%2CYA4BI%3BAgClDA%2CsBAAC%2CcAgBG%3BAjBXR%3BA1BoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BAkCzID%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BA1CwJT%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKSw6CT%3BA%2BCrkDI%2CMADJ%2CSACK%3BA9C4DT%2CuBACI%2COAAM%2CKDwgDN%3BEAzgCJ%2CsBAAA%3B%3BA4B9fA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAmB0lBJ%2CiB2B5MA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BA3B0MJ%2CiB2BvMA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BA3BqMJ%2CiB2BvLA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BA3BqLJ%2CiB2BlLA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BA3B%2BKJ%2CiB2B9eA%3BE9CiIA%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BA5B6kBA%2CiB2B9eA%2CeCqHE%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BA8CuHA%2CiBAxPA%2CeAwPC%3BE9CvHD%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAmB6WA%2CiB2BtaA%3BE9CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BE8ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmB6WA%2CiB2BtaA%2COAsBI%3BE9CmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BA8C3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BE9C2BT%2CmBAAA%3BE8CzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BE9CzSJ%2CsDAAA%3BE8C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BE9C%5C%2FSJ%2CsDAAA%3BE8CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BE9C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8CoRA%2CiBA7UA%2COA6UC%3BE9CpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAvC%5C%2FQR%2CyBAiEI%2CsBAuDI%2CqBAGM%3BAClEN%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BACoUlB%2CqBAII%2CQAAO%3BA0BzWC%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BAGrCb%2CqBAAsB%2CQAAO%2COAAO%3BACYpC%2CqBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BEvCoQX%2CWAAA%3BEmBgfI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEnBlfJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAxCfD%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUwC5Gb%3BAvC0CO%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUuC1DjB%3BAtC8XD%2CqBAII%2CQAAO%2CUsClYV%3BAZyBW%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMYzBZ%3BATZD%2CqBAAsB%2CQAAO%2COAAO%2COSYnC%3BARAD%2CqBAII%2CQAAO%2CWQJV%3BARCD%2CqBAGI%2CQAAO%2CWQJV%3BARED%2CaAEI%2CQAAO%2CWQJV%3BARGD%2CiBACI%2CQAAO%2CWQJV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxChWA%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUYupBT%3BAXztBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUWysBb%3BAVrYL%2CqBAII%2CQAAO%2CUUiYN%3BAgB1uBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMhB0uBR%3BAmB%5C%2FwBL%2CqBAAsB%2CQAAO%2COAAO%2COnB%2BwB%5C%2FB%3BAoBnwBL%2CqBAII%2CQAAO%2CWpB%2BvBN%3BAoBlwBL%2CqBAGI%2CQAAO%2CWpB%2BvBN%3BAoBjwBL%2CaAEI%2CQAAO%2CWpB%2BvBN%3BAoBhwBL%2CiBACI%2CQAAO%2CWpB%2BvBN%3BEnB3fL%2CWAAA%3BEmB6fQ%2CqBAAA%3B%3BAZpxBR%2CyBAiEI%2CsBAuDI%2CqBAGM%2CUY4pBT%3BAX9tBG%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%2CUW8sBb%3BAV1YL%2CqBAII%2CQAAO%2CUUsYN%3BAgB%5C%2FuBO%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%2CMhB%2BuBR%3BAmBpxBL%2CqBAAsB%2CQAAO%2COAAO%2COnBoxB%5C%2FB%3BAoBxwBL%2CqBAII%2CQAAO%2CWpBowBN%3BAoBvwBL%2CqBAGI%2CQAAO%2CWpBowBN%3BAoBtwBL%2CaAEI%2CQAAO%2CWpBowBN%3BAoBrwBL%2CiBACI%2CQAAO%2CWpBowBN%3BEACG%2CWAAA%3B%3BAZxxBR%2CyBAiEI%2CsBA8CI%3BAE6PR%3BEUubI%2CgBAAA%3B%3BAA8FJ%2CeAGM%3BAqB9qBN%2CeAgFI%2CSAMI%3BArB8gDR%2CmBACI%2COAv7BE%3BARh3BN%2CaAaI%2COQm2BE%3BAGpzBN%2CiCH2uDI%2COAv7BE%3BAKt0BN%2CuBL6vDI%2COAv7BE%3BAR5iBN%2CcQm%2BCI%2COAv7BE%3BEnB7mBN%2C0BAAA%3BEmBmjBA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEnBrjBA%2C4BAAA%3BEAAA%2CcAAA%3BE%2BChOA%2CqBAAA%3B%3BA5B00BA%2CeAGM%2CSAtDL%3BAqBxnBD%2CeAgFI%2CSAMI%2CQrBkiBP%3BAA4%2BBD%2CmBACI%2COAv7BE%2CSAtDL%3BAR1zBD%2CaAaI%2COQm2BE%2CSAtDL%3BAG9vBD%2CiCH2uDI%2COAv7BE%2CSAtDL%3BAKhxBD%2CuBL6vDI%2COAv7BE%2CSAtDL%3BARtfD%2CcQm%2BCI%2COAv7BE%2CSAtDL%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CmB4B3kBE%3BA5BsnBF%2CeAGM%2CS4BznBJ%3BAPrDF%2CeAgFI%2CSAMI%2CQOjCN%3BA5B%2BiDF%2CmBACI%2COAv7BE%2CS4BznBJ%3BApCvPF%2CaAaI%2COQm2BE%2CS4BznBJ%3BAzB3LF%2CiCH2uDI%2COAv7BE%2CS4BznBJ%3BAvB7MF%2CuBL6vDI%2COAv7BE%2CS4BznBJ%3BApC6EF%2CcQm%2BCI%2COAv7BE%2CS4BznBJ%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CmBAAC%3BA5Bo0BD%2CeAGM%2CS4Bv0BL%3BAPyJD%2CeAgFI%2CSAMI%2CQO%5C%2FOP%3BA5B6vDD%2CmBACI%2COAv7BE%2CS4Bv0BL%3BApCzCD%2CaAaI%2COQm2BE%2CS4Bv0BL%3BAzBmBD%2CiCH2uDI%2COAv7BE%2CS4Bv0BL%3BAvBCD%2CuBL6vDI%2COAv7BE%2CS4Bv0BL%3BApC2RD%2CcQm%2BCI%2COAv7BE%2CS4Bv0BL%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA5B09CA%2CmBACI%3BARvyDJ%2CaAaI%3BAW%2BCJ%2CiCH2uDI%3BAK7vDJ%2CuBL6vDI%3BARn%2BCJ%2CcQm%2BCI%3BEAz7BA%2CSAAA%3B%3BAAw7BJ%2CmBACI%2COAv7BE%2CSAEG%3BARl3BT%2CaAaI%2COQm2BE%2CSAEG%3BAGtzBT%2CiCH2uDI%2COAv7BE%2CSAEG%3BAKx0BT%2CuBL6vDI%2COAv7BE%2CSAEG%3BAR9iBT%2CcQm%2BCI%2COAv7BE%2CSAEG%3BEACG%2CcAAA%3B%3BAAm7BZ%2CmBACI%2COAh7BA%3BARv3BJ%2CaAaI%2COQ02BA%3BAG3zBJ%2CiCH2uDI%2COAh7BA%3BAK70BJ%2CuBL6vDI%2COAh7BA%3BARnjBJ%2CcQm%2BCI%2COAh7BA%3BEACI%2CaAAA%3BEnBrnBR%2CsBAAA%3BEmBunBQ%2CkBAAA%3B%3BA4BvxBR%2Ce5B0xBK%2COACK%2CS4B3xBT%3BA5BmsDD%2CmBACI%2COA16BC%2COACK%2CS4B3xBT%3BApCnGD%2CaAaI%2COQg3BC%2COACK%2CS4B3xBT%3BAzBvCD%2CiCH2uDI%2COA16BC%2COACK%2CS4B3xBT%3BAvBzDD%2CuBL6vDI%2COA16BC%2COACK%2CS4B3xBT%3BApCiOD%2CcQm%2BCI%2COA16BC%2COACK%2CS4B3xBT%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAmBmiDA%2CmBACI%2COA16BC%2COAQG%3BARr4BR%2CaAaI%2COQg3BC%2COAQG%3BAGz0BR%2CiCH2uDI%2COA16BC%2COAQG%3BAK31BR%2CuBL6vDI%2COA16BC%2COAQG%3BARjkBR%2CcQm%2BCI%2COA16BC%2COAQG%3BEACI%2CcAAA%3B%3BAwBl6BZ%2CcA6EI%2CeA4BI%3BE3CsLR%2CcAAA%3BEAAA%2CiBAAA%3BEmBqpBI%2CgBAAA%3B%3BAwBp7BJ%2CcA6EI%2CeAgCI%3BE3CkLR%2CiBAAA%3BEmBgqBI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA2SJ%2CmBACI%3BAsB5mCJ%2CQAqCI%3BArB5FJ%2CyBAGI%3BAAiBJ%2C2BACI%3BAAuBJ%2CgCACI%3BAe6HJ%2C2BACI%3BAAgBJ%2C8BACI%3BAQrQJ%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BAU2NnB%2CgBAiBI%2CgBAGI%3BA%5C%2FBzaR%2CwBACI%2COH0uCA%3BAK3uCJ%2CcACI%2COL0uCA%3BAsB5mCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%3BAwB5uCJ%2CcxB4uCI%3BAkBnqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlBiqCd%3BAJh4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BAJ%5C%2F3BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%3BEnB78BJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAmB48BA%2CmBACI%2CaAlPE%3BAAiPN%2CmBACI%2CaAjPE%3BAsB33BN%2CQAqCI%2CQtBq1BE%3BAsB13BN%2CQAqCI%2CQtBs1BE%3BACl7BN%2CyBAGI%2CQD86BE%3BACj7BN%2CyBAGI%2CQD%2B6BE%3BAC95BN%2C2BACI%2CaD45BE%3BAC75BN%2C2BACI%2CaD65BE%3BACt4BN%2CgCACI%2CaDo4BE%3BACr4BN%2CgCACI%2CaDq4BE%3BAgBxwBN%2C2BACI%2CahBswBE%3BAgBvwBN%2C2BACI%2CahBuwBE%3BAgBvvBN%2C8BACI%2CahBqvBE%3BAgBtvBN%2C8BACI%2CahBsvBE%3BAwB3%5C%2FBN%2CcA0LI%2CaxBg0BE%3BAwB1%5C%2FBN%2CcA0LI%2CaxBi0BE%3BAwB3%5C%2FBN%2CcA2LI%2CeAAe%2COxB%2BzBb%3BAwB1%5C%2FBN%2CcA2LI%2CeAAe%2COxBg0Bb%3BAkCrmBN%2CgBAiBI%2CgBAGI%2COlCglBF%3BAkCpmBN%2CgBAiBI%2CgBAGI%2COlCilBF%3BAG1%5C%2FBN%2CwBACI%2COH0uCA%2CaAlPE%3BAGz%5C%2FBN%2CwBACI%2COH0uCA%2CaAjPE%3BAK1%5C%2FBN%2CcACI%2COL0uCA%2CaAlPE%3BAKz%5C%2FBN%2CcACI%2COL0uCA%2CaAjPE%3BAsB33BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAlPE%3BAsB13BN%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAjPE%3BAwB3%5C%2FBN%2CcxB4uCI%2CaAlPE%3BAwB1%5C%2FBN%2CcxB4uCI%2CaAjPE%3BAkBl7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlBiqCd%2CaAlPE%3BAkBj7BN%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlBiqCd%2CaAjPE%3BAJ%5C%2FoBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAlPE%3BAJ9oBN%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAjPE%3BAJ9oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAlPE%3BAJ7oBN%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAjPE%3BEnB5tBN%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAyC3PA%2CqBAmBI%3BAA4DJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEtB65BA%2CiBAAA%3B%3BAJ1%5C%2FBJ%2CoBA8II%2CMIi5BA%3BEnB5xBJ%2CmBAAA%3B%3BAsB9PY%2CwBAFR%2CqCACI%2CKACK%2CMHokCT%3BAGpkCQ%2CwBAFR%2CqCACI%2CKACK%2CMHqkCT%3BAGpkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSHmkCT%3BAGnkCQ%2CwBAHR%2CqCACI%2CKAEK%2CSHokCT%3BAKrkCQ%2CcAFR%2C2BACI%2CKACK%2CMLokCT%3BAKpkCQ%2CcAFR%2C2BACI%2CKACK%2CMLqkCT%3BAKpkCQ%2CcAHR%2C2BACI%2CKAEK%2CSLmkCT%3BAKnkCQ%2CcAHR%2C2BACI%2CKAEK%2CSLokCT%3BARj7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQg7BT%3BARh7BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMQi7BT%3BARh7BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQ%2B6BT%3BAR%5C%2F6BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSQg7BT%3BAR%5C%2F6BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ86BT%3BAR96BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKQ%2B6BT%3BAJ78BI%2CoBADJ%2CKACK%2CMI48BL%3BAJ58BI%2CoBADJ%2CKACK%2CMI68BL%3BAJ58BI%2CoBAFJ%2CKAEK%2CSI28BL%3BAJ38BI%2CoBAFJ%2CKAEK%2CSI48BL%3BEnBv0BJ%2CWAAA%3BEAAA%2CiBAAA%3BEmB00BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAG1kCI%2CwBAFR%2CqCACI%2CKACK%2CMHokCT%2CqBAQI%3BAG5kCI%2CwBAFR%2CqCACI%2CKACK%2CMHqkCT%2CqBAOI%3BAG3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSHmkCT%2CqBAQI%3BAG3kCI%2CwBAHR%2CqCACI%2CKAEK%2CSHokCT%2CqBAOI%3BAK5kCI%2CcAFR%2C2BACI%2CKACK%2CMLokCT%2CqBAQI%3BAK5kCI%2CcAFR%2C2BACI%2CKACK%2CMLqkCT%2CqBAOI%3BAK3kCI%2CcAHR%2C2BACI%2CKAEK%2CSLmkCT%2CqBAQI%3BAK3kCI%2CcAHR%2C2BACI%2CKAEK%2CSLokCT%2CqBAOI%3BARx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQg7BT%2CqBAQI%3BARx7BI%2CKAzBP%2CcAsBG%2CKAGK%2CMQi7BT%2CqBAOI%3BARv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQ%2B6BT%2CqBAQI%3BARv7BI%2CKA1BP%2CcAsBG%2CKAIK%2CSQg7BT%2CqBAOI%3BARt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ86BT%2CqBAQI%3BARt7BI%2CKA3BP%2CcAsBG%2CKAKK%2CKQ%2B6BT%2CqBAOI%3BAJp9BA%2CoBADJ%2CKACK%2CMI48BL%2CqBAQI%3BAJp9BA%2CoBADJ%2CKACK%2CMI68BL%2CqBAOI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI28BL%2CqBAQI%3BAJn9BA%2CoBAFJ%2CKAEK%2CSI48BL%2CqBAOI%3BEACI%2CgBAAA%3B%3BAZtmCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY4kCZ%3BAZ5mCJ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcY6kCZ%3BAZ7mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY0jCR%3BAZ5mCJ%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcY2jCR%3BARzlCJ%2CaQwlCI%3BARxlCJ%2CaQylCI%3BAe78BJ%2Caf48BI%3BAe58BJ%2Caf68BI%3BAe58BJ%2Caf28BI%3BAe38BJ%2Caf48BI%3BEnBt1BJ%2CiBAAA%3BEmBw1BQ%2CqBAAA%3B%3BAZ%5C%2FmCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%3BAZlnC3B%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%3BAR9lC3B%2CaQ8lCI%2CqBAAuB%3BAel9B3B%2Cafk9BI%2CqBAAuB%3BAej9B3B%2Cafi9BI%2CqBAAuB%3BEnB31B3B%2CiBAAA%3BEmB61BQ%2CqBAAA%3B%3BAZpnCR%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%2CuBAIlB%3BAZtnCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%2CuBAIlB%3BARlmCT%2CaQ8lCI%2CqBAAuB%2CuBAIlB%3BAet9BT%2Cafk9BI%2CqBAAuB%2CuBAIlB%3BAer9BT%2Cafi9BI%2CqBAAuB%2CuBAIlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZvnCZ%2CyBAkBI%2CyBAYI%2CyBACI%2COAAM%2COACF%2CcYklCZ%2CqBAAuB%2CuBAQlB%3BAZ1nCT%2CyBAkBI%2CyBAoBI%2COAAM%2COAYF%2CcYgkCR%2CqBAAuB%2CuBAQlB%3BARtmCT%2CaQ8lCI%2CqBAAuB%2CuBAQlB%3BAe19BT%2Cafk9BI%2CqBAAuB%2CuBAQlB%3BAez9BT%2Cafi9BI%2CqBAAuB%2CuBAQlB%3BEACG%2CSAAS%2CGAAT%3B%3BAgDvmCR%2CoBAUI%3BAATJ%2CoBASI%3BA7CrCR%2CwBA8BI%2CqCAgBI%3BAE9CR%2CcA8BI%2C2BAgBI%3BAb6GJ%2CKAAC%2CcA6JG%3BAI7RR%2CoBAuII%3BEI4%2BBA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEnBl3BJ%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAoBzCG%2CoBAUI%2CgBpB%2BBP%3BAoBxCG%2CoBASI%2CgBpB%2BBP%3BAzBpED%2CwBA8BI%2CqCAgBI%2CgByBsBP%3BAvBpED%2CcA8BI%2C2BAgBI%2CgBuBsBP%3BApCuFG%2CKAAC%2CcA6JG%2CgBoCpPP%3BAhCzCD%2CoBAuII%2CgBgC9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoB5UI%2CoBAUI%2CgBhDqnCH%3BAgD9nCD%2CoBASI%2CgBhDqnCH%3BAG1pCL%2CwBA8BI%2CqCAgBI%2CgBH4mCH%3BAK1pCL%2CcA8BI%2C2BAgBI%2CgBL4mCH%3BAR%5C%2F%5C%2FBD%2CKAAC%2CcA6JG%2CgBQk2BH%3BAJ%5C%2FnCL%2CoBAuII%2CgBIw%5C%2FBC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BA4B%5C%2FhCR%2CuBAAC%3BAoBvFW%2CoBAFJ%2CgBAEK%2CSpBuFZ%3BAoBvFW%2CoBAFJ%2CgBAEK%2CSpBuFZ%3BAzB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSyB8EZ%3BAvB9EW%2CcAlBR%2C2BAgBI%2CgBAEK%2CSuB8EZ%3BApC4LW%2CKA%5C%2FJP%2CcA6JG%2CgBAEK%2CSoC5LZ%3BAhCsCO%2CoBAFJ%2CgBAEK%2CSgCtCR%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BA2DhSA%2CiBAKI%2CsBAKI%3BAvCoDR%2CyBACI%3BEpBiOJ%2CmBAAA%3B%3BAqD%5C%2FHI%2COAAC%2CQlC0hCD%2CQACK%3BAkCryBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQACK%3BEACG%2CkBAAA%3B%3BAkC5hCR%2COAAC%2CQlC0hCD%2CQAKK%3BAkCzyBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAkCpiCR%2COAAC%2CQlC0hCD%2CQAaK%3BAkCjzBT%2CgBAiBI%2CgBAOI%2CwBlC4wBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAsBrqCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQtBoqCP%3BAsB3iCL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsB1iCL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsBziCL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtB4hCP%3BAsBrgCL%2CMAwBI%2CaAGI%2CQtB0%2BBH%3BEnBt7BL%2C8BAAA%3BEmBw7BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAsBvrCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQtB6qCP%2CWACI%3BAsBrjCT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsBpjCT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsBnjCT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQtBqiCP%2CWACI%3BAsB%5C%2FgCT%2CMAwBI%2CaAGI%2CQtBm%5C%2FBH%2CWACI%3BEACG%2CaAAA%3B%3BAG%5C%2FtCZ%2CwBACI%2COH0uCA%2CaAGM%3BAK9uCV%2CcACI%2COL0uCA%2CaAGM%3BAsB%5C%2FmCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStB0lCd%2CaAGM%3BAwB%5C%2FuCV%2CcxB4uCI%2CaAGM%3BAkBtqCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlBiqCd%2CaAGM%3BAJn4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAGM%3BAJl4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSI63Bd%2CaAGM%3BEACE%2CiBAAA%3B%3BAG%5C%2FuCZ%2CwBACI%2COHkvCA%3BAKnvCJ%2CcACI%2COLkvCA%3BAsBpnCJ%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%3BAwBpvCJ%2CcxBovCI%3BAkB3qCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlByqCd%3BAJx4BJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BAJv4BJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%3BEAKI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAGzvCR%2CwBACI%2COHkvCA%2CWACM%3BAKpvCV%2CcACI%2COLkvCA%2CWACM%3BAsBrnCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%2CWACM%3BAwBrvCV%2CcxBovCI%2CWACM%3BAkB5qCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlByqCd%2CWACM%3BAJz4BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWACM%3BAJx4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWACM%3BEnBt9BV%2CiBAAA%3B%3BAsB9RA%2CwBACI%2COHkvCA%2CWAQM%3BAK3vCV%2CcACI%2COLkvCA%2CWAQM%3BAsB5nCV%2CQAWI%2CQAAO%2CKAOH%2COAAM%2CIAAI%2CStBkmCd%2CWAQM%3BAwB5vCV%2CcxBovCI%2CWAQM%3BAkBnrCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSlByqCd%2CWAQM%3BAJh5BV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWAQM%3BAJ%5C%2F4BV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSIq4Bd%2CWAQM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAqBjvCZ%2CeAUI%2CUAII%2COrB%2BuCH%3BAqB5iCL%2CeAwII%2CaAEI%2COrBk6BH%3BAqB5iCL%2CeAyII%2CgBACI%2COrBk6BH%3BAczkCL%2CoBACI%2CoBAUI%2COd8jCH%3BAczkCL%2CoBAEI%2CkCASI%2COd8jCH%3BAgB1lCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMhB0lCZ%3BEACG%2CSAAS%2CIAAT%3B%3BAAsCR%2CuBAOI%2CQAAO%3BAgB9yCP%2CSAAC%2CMAAM%2COhB8yCP%2CQAAO%3BAgBhrCP%2CSAAC%2CShBgrCD%2CQAAO%3BEnBzhCX%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BA5B0xCD%2CuBAOI%2CQAAO%2CI4BjyCV%3BAZbG%2CSAAC%2CMAAM%2COhB8yCP%2CQAAO%2CI4BjyCV%3BAZiHG%2CSAAC%2CShBgrCD%2CQAAO%2CI4BjyCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDpOU%2COhDoOV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZ9VI%2CSAAC%2CMAAM%2COhBwyCP%2COAAO%2CMAAK%2CWACP%3BAgB3qCL%2CSAAC%2CShB0qCD%2COAAO%2CMAAK%2CWACP%3BEnBphCT%2CmBAAA%3B%3BAmCrRI%2CSAAC%2CMAAM%2COhB8yCP%2CQAAO%2CIAEF%3BAgBlrCL%2CSAAC%2CShBgrCD%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAwXZ%2CmBAqBI%3BAVzwCJ%2CQAgFI%3BAEpfJ%2CaAaI%2COA0BI%2CUAAS%2CSACH%3BAAxCd%2CaAaI%2COA0BI%2CUAAS%2CSAEH%2CUAAU%3BA6ByJxB%2CeA%2BCI%2CsBAYI%2CMAAK%2CYAED%3BAkB3RZ%2CsBAgFI%2CUAAS%2CSAKJ%2CUAAU%3BAzB4GnB%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAUlOnB%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAxKhC%2CcA8PI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BA3BkGJ%3BALpOA%2CYQ6jDI%3BAyBxrDJ%2CkBAYI%2CczB4qDA%3BEAlYJ%2CaAAA%3B%3BAkB5yCA%3BAtB0RA%3BEftBA%2CsBAAA%3BEmBokCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAkBxyCJ%2C4BlByzCI%2CWACI%2CoBACI%3BAkB1zCZ%2CyBlBwzCI%2CWACI%2CoBACI%3BAkBlzCZ%2C0BlBgzCI%2CWACI%2CoBACI%3BAJlkCZ%2CQIgkCI%2CWACI%2CoBACI%3BAJjkCZ%2CuBI%2BjCI%2CWACI%2CoBACI%3BAJhkCZ%2CiBI8jCI%2CWACI%2CoBACI%3BAJ%5C%2FjCZ%2C0BI6jCI%2CWACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAkB5zChB%2C4BlByzCI%2CWACI%2CoBAKI%3BAkB9zCZ%2CyBlBwzCI%2CWACI%2CoBAKI%3BAkBtzCZ%2C0BlBgzCI%2CWACI%2CoBAKI%3BAJtkCZ%2CQIgkCI%2CWACI%2CoBAKI%3BAJrkCZ%2CuBI%2BjCI%2CWACI%2CoBAKI%3BAJpkCZ%2CiBI8jCI%2CWACI%2CoBAKI%3BAJnkCZ%2C0BI6jCI%2CWACI%2CoBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAkBj0ChB%2C4BlByzCI%2CWACI%2CoBAKI%2CYAII%3BAkBl0ChB%2CyBlBwzCI%2CWACI%2CoBAKI%2CYAII%3BAkB1zChB%2C0BlBgzCI%2CWACI%2CoBAKI%2CYAII%3BAJ1kChB%2CQIgkCI%2CWACI%2CoBAKI%2CYAII%3BAJzkChB%2CuBI%2BjCI%2CWACI%2CoBAKI%2CYAII%3BAJxkChB%2CiBI8jCI%2CWACI%2CoBAKI%2CYAII%3BAJvkChB%2C0BI6jCI%2CWACI%2CoBAKI%2CYAII%3BEACI%2CaAAA%3B%3BAsB1tCpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BArBnFrB%2C2BAKI%2CMAAK%3BAekKT%2C8BAKI%2CMAAK%3BApB4GT%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEZ9IrB%2CYAAA%3B%3BAgBosCA%2CkBhBpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBmoCN%2CkBhBpoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAsCnIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAsClIN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAsClIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAsCjIN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAsCjIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAsChIN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC2HnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAiBhNN%2C2BAKI%2CMAAK%2CMjByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAiB%5C%2FMN%2C2BAKI%2CMAAK%2CMjByMP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgCzCN%2C8BAKI%2CMAAK%2CMhCkCP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgCxCN%2C8BAKI%2CMAAK%2CMhCkCP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAYwEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAYyEN%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9EnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAmBgpCA%2CkBhBlsCE%2CQAGI%2CKACI%3BAgB8rCV%2CkBhBjsCE%2CQAEI%2CKACI%3BAgB8rCV%2CkBhBhsCE%2CQACI%2CKACI%3BAgB8rCV%2CkBhBlsCE%2CQAGI%2CKAEI%3BAgB6rCV%2CkBhBjsCE%2CQAEI%2CKAEI%3BAgB6rCV%2CkBhBhsCE%2CQACI%2CKAEI%3BAsCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKACI%3BAsCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKACI%3BAsCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKACI%3BAsCvEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKAEI%3BAsCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKAEI%3BAsCxEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKAEI%3BAsCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKACI%3BAsCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKACI%3BAsCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKACI%3BAsCtEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKAEI%3BAsCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKAEI%3BAsCvEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKAEI%3BAsCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKACI%3BAsCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKACI%3BAsCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKACI%3BAsCrEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC6DnB%2CQAGI%2CKAEI%3BAsCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC8DnB%2CQAEI%2CKAEI%3BAsCtEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtC%2BDnB%2CQACI%2CKAEI%3BAiBrJV%2C2BAKI%2CMAAK%2CMjB2IP%2CQAGI%2CKACI%3BAiBpJV%2C2BAKI%2CMAAK%2CMjB4IP%2CQAEI%2CKACI%3BAiBpJV%2C2BAKI%2CMAAK%2CMjB6IP%2CQACI%2CKACI%3BAiBpJV%2C2BAKI%2CMAAK%2CMjB2IP%2CQAGI%2CKAEI%3BAiBrJV%2C2BAKI%2CMAAK%2CMjB4IP%2CQAEI%2CKAEI%3BAiBrJV%2C2BAKI%2CMAAK%2CMjB6IP%2CQACI%2CKAEI%3BAgCkBV%2C8BAKI%2CMAAK%2CMhC5BP%2CQAGI%2CKACI%3BAgCmBV%2C8BAKI%2CMAAK%2CMhC3BP%2CQAEI%2CKACI%3BAgCmBV%2C8BAKI%2CMAAK%2CMhC1BP%2CQACI%2CKACI%3BAgCmBV%2C8BAKI%2CMAAK%2CMhC5BP%2CQAGI%2CKAEI%3BAgCkBV%2C8BAKI%2CMAAK%2CMhC3BP%2CQAEI%2CKAEI%3BAgCkBV%2C8BAKI%2CMAAK%2CMhC1BP%2CQACI%2CKAEI%3BAYmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ5InB%2CQAGI%2CKACI%3BAYoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ3InB%2CQAEI%2CKACI%3BAYoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ1InB%2CQACI%2CKACI%3BAYoIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ5InB%2CQAGI%2CKAEI%3BAYmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ3InB%2CQAEI%2CKAEI%3BAYmIV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ1InB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAgB4rCZ%2CkBhBvrCE%2CQACI%2CKACI%3BAgBqrCV%2CkBhBvrCE%2CQACI%2CKAEI%3BAsCjFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKACI%3BAsChFV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKAEI%3BAsChFV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKACI%3BAsC%5C%2FEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKAEI%3BAsC%5C%2FEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKACI%3BAsC9EV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMtCwEnB%2CQACI%2CKAEI%3BAiB9JV%2C2BAKI%2CMAAK%2CMjBsJP%2CQACI%2CKACI%3BAiB7JV%2C2BAKI%2CMAAK%2CMjBsJP%2CQACI%2CKAEI%3BAgCSV%2C8BAKI%2CMAAK%2CMhCjBP%2CQACI%2CKACI%3BAgCUV%2C8BAKI%2CMAAK%2CMhCjBP%2CQACI%2CKAEI%3BAY0HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjInB%2CQACI%2CKACI%3BAY2HV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjInB%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BASknBA%2CcAgBI%3BA8BpzBJ%2CeAKI%3BEvC6KJ%2CcAAA%3BEAAA%2CiBAAA%3BEmBstCI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAVrmBJ%2CcAgBI%2CSUulBC%3BAoB34CL%2CeAKI%2CSpBs4CC%3BEACG%2CSAAS%2CGAAT%3B%3BAVxmBR%2CcAgBI%2CSU2lBC%3BAoB%5C%2F4CL%2CeAKI%2CSpB04CC%3BEACG%2CSAAS%2CGAAT%3B%3BAV5mBR%2CcACI%3BAM1kBJ%2CcACI%3BACqBJ%2COAGI%3BAuBpPJ%2CeACI%3BEpB05CA%2CgBAAA%3B%3BAVvnBJ%2CcACI%2CaUwnBA%3BAJlsCJ%2CcACI%2CaIisCA%3BAH5qCJ%2COAGI%2CaGyqCA%3BAoB75CJ%2CeACI%2CapB45CA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA%2BB%5C%2F7CR%3BAvCzDA%2CeACI%3BEQkgDA%2CmBAAA%3B%3BA%2BB18CJ%2CkB%5C%2FB48CI%2CSAAQ%2CKACJ%3BARtgDR%2CeACI%2CWQogDA%2CSAAQ%2CKACJ%3BEACI%2CaAAA%3B%3BA%2BB98CZ%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%3BEnBhwCR%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEc81CY%2CgBAAA%3B%3BApBr5CZ%2CwBoB44CI%2CSAAQ%2CKAKJ%2COpBj5CP%3BAmDhED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COpBj5CP%3BAYzHD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COpBj5CP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CwBoBu4CI%2CSAAQ%2CKAKJ%2COpB54CP%3BAmDrED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COpB54CP%3BAY9HD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COpB54CP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CwBoBk4CI%2CSAAQ%2CKAKJ%2COpBv4CP%3BAmD1ED%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COpBv4CP%3BAYnID%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COpBv4CP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CwBcm1CI%2CSAAQ%2CKAKJ%2COdx1CP%3BAACD%2CwBck1CI%2CSAAQ%2CKAKJ%2COdv1CP%3BAACD%2CwBci1CI%2CSAAQ%2CKAKJ%2COdt1CP%3BA6C3HD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdx1CP%3BA6CzHD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdv1CP%3BA6C1HD%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdt1CP%3BAMpLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdx1CP%3BAMlLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdv1CP%3BAMnLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdt1CP%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBc40CI%2CSAAQ%2CKAKJ%2COdj1CP%3BAACD%2CwBc20CI%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CUAAW%2CyBc00Cf%2CSAAQ%2CKAKJ%3BA%2BBj9CR%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdj1CP%3BA6ChID%2CkB%5C%2FB48CI%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CU6ClIR%2CmB%5C%2FB48CI%2CSAAQ%2CKAKJ%3BAR1gDR%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdj1CP%3BAMzLD%2CeACI%2CWQogDA%2CSAAQ%2CKAKJ%2COdh1CP%3BAACD%2CQAAQ%2CUM3LR%2CgBACI%2CWQogDA%2CSAAQ%2CKAKJ%3BEnBhwCR%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAKjDQ%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKSw6CT%3BACzgDJ%2CuBACI%2COAAM%2CKDwgDN%3BEACI%2CkBAAA%3B%3BAAFR%2CeAMI%3BAiDp7CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAhDtFJ%2CyBAOI%2CyBAOI%3BAV6EI%2CKArCP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmCK%2CKS66CT%3BAC9gDJ%2CuBACI%2COAAM%2CKD6gDN%3BEnBlzCJ%2CkBAAA%3BEmB%2BzCI%2COAAO%2CwBAAP%3B%3BA%2BCvlDI%2CMADJ%2CSACK%3BE%5C%2FCkmDL%2CkBAAA%3B%3BA%2BClmDI%2CMADJ%2CSACK%2Cc%5C%2FComDL%3BEnB50CJ%2CkBAAA%3BEmB80CQ%2COAAO%2C8BAAP%3B%3BASxmDR%2CqBACI%2CaACI%2CeACI%3BAiCIR%2CsBAAC%2CcAgBG%3BE7DmQR%2CYAAA%3BEAAA%2CSAAA%3BEmB01CA%2CUAAA%3B%3BASpnDA%2CqBACI%2CaACI%2CeACI%2CuBTmnDX%3BAStnDD%2CqBACI%2CaACI%2CeACI%2CuBTonDX%3BA0ChnDG%2CsBAAC%2CcAgBG%2CuB1C%2BlDP%3BA0C%5C%2FmDG%2CsBAAC%2CcAgBG%2CuB1CgmDP%3BEnB%5C%2FyCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEmBq2CI%2CUAAA%3BEACA%2CMAAA%3B%3BAShoDJ%2CqBACI%2CaACI%2CeACI%2CuBTgoDX%3BA0C5nDG%2CsBAAC%2CcAgBG%2CuB1C4mDP%3BEnBz2CD%2C4BAAA%3B%3BA4B1RA%2CqBACI%2CaACI%2CeACI%2CuBTooDX%3BA0ChoDG%2CsBAAC%2CcAgBG%2CuB1CgnDP%3BEnB72CD%2C4BAAA%3BEmB%2B2CI%2CQAAA%3B%3BAP%5C%2FmDJ%2CYAOI%3BAkBpBJ%2C%2BBAGI%3BAcJJ%2CkBAMM%3BA9BYN%2C0BAQI%3BEdoPJ%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAWnJA%3BAiC3HA%2CkBAYI%3BEzBwpDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAR1iDJ%2CYQ4iDI%2CMAEI%3BAR9iDR%2CYQ6iDI%2CMACI%3BAyBzqDR%2CkBAYI%2CczB2pDA%2CMAEI%3BAyBzqDR%2CkBAYI%2CczB4pDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BARjjDZ%2CYQ4iDI%2CMAQI%3BARpjDR%2CYQ6iDI%2CMAOI%3BAyB%5C%2FqDR%2CkBAYI%2CczB2pDA%2CMAQI%3BAyB%5C%2FqDR%2CkBAYI%2CczB4pDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BARzjDZ%2CYQikDI%2COACI%3BARlkDR%2CYQikDI%2COAEI%3BAyB9rDR%2CkBAYI%2CczBgrDA%2COACI%3BAyB7rDR%2CkBAYI%2CczBgrDA%2COAEI%3BEACI%2CeAAA%3B%3BARpkDZ%2CYQikDI%2COAMI%3BAyBlsDR%2CkBAYI%2CczBgrDA%2COAMI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAR1kDZ%2CYQikDI%2COAYI%3BAyBxsDR%2CkBAYI%2CczBgrDA%2COAYI%3BEnB17CR%2CiBAAA%3BEmB47CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BARhlDZ%2CYQikDI%2COAkBI%3BAyB9sDR%2CkBAYI%2CczBgrDA%2COAkBI%3BEnBh8CR%2CiBAAA%3BEmBk8CY%2C0BAAA%3B%3BARrlDZ%2CYQylDI%3BAyBptDJ%2CkBAYI%2CczBwsDA%3BEACI%2CmBAAA%3B%3BAR1lDR%2CYQ6lDI%2CMAAM%2CGAAE%2CWAAY%3BAyBxtDxB%2CkBAYI%2CczB4sDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAR9lDR%2CYQimDI%2CYACK%2CQACG%3BARnmDZ%2CYQimDI%2CYACK%2CQAEG%3BAyB%5C%2FtDZ%2CkBAYI%2CczBgtDA%2CYACK%2CQACG%3BAyB9tDZ%2CkBAYI%2CczBgtDA%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BARvmDhB%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%3BAyBruDpB%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEnBz9ChB%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BA5B%2BqDQ%2CmBADJ%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BApCvIF%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BAHlQF%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO4Bn%2BClB%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CmB5BwqDI%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BApCuED%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BAHpDD%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2CO4BjrDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApC5NA%2CYQimDI%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BAyBhvDjB%2CkBAYI%2CczBgtDA%2CYACK%2CQAQG%2CQAAQ%2COAWH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BARxnDpB%2CYQimDI%2CYACK%2CQA0BI%2CSACG%3BAR7nDhB%2CYQimDI%2CYACK%2CQA0BI%2CSAEG%3BAyBzvDhB%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSACG%3BAyBxvDhB%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSAEG%3BEACI%2CgBAAA%3B%3BA4B5oDpB%2CmB5B8mDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BApCaD%2CYQimDI%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BAH9GD%2CkBAYI%2CczBgtDA%2CYACK%2CQA0BI%2CSAMG%2CQAAQ%2CO4B%5C%2FoDvB%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAWnJA%2CYQimDI%2CYA0CK%3BAyBtwDT%2CkBAYI%2CczBgtDA%2CYA0CK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BAR7oDZ%2CYQimDI%2CYA0CK%2CQAII%3BAyB1wDb%2CkBAYI%2CczBgtDA%2CYA0CK%2CQAII%3BEACG%2CkBAAA%3B%3BARhpDhB%2CYQqpDI%3BAyBhxDJ%2CkBAYI%2CczBowDA%3BEACI%2CgBAAA%3B%3BAG1sDR%2CiCH2uDI%2COAGM%2CSACE%3BAKjwDZ%2CuBL6vDI%2COAGM%2CSACE%3BARv%2BCZ%2CcQm%2BCI%2COAGM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAGjvDhB%2CiCHsvDI%3BAKxwDJ%2CuBLwwDI%3BAR9%2BCJ%2CcQ8%2BCI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAGzvDR%2CiCHsvDI%2CiBAKI%2CQACK%3BAG5vDb%2CiCHsvDI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAC1HhF%2CuBLwwDI%2CiBAKI%2CQACK%3BAK9wDb%2CuBLwwDI%2CiBAKI%2CQAEK%3BARr%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQACK%3BARp%5C%2FCb%2CcQ8%2BCI%2CiBAKI%2CQAEK%3BAADD%2CmBANR%2CiBI9oDJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAJqpDlE%2CmBANR%2CiBI%5C%2FoDJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEJupDhE%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAGnwDhB%2CiCHsvDI%2CiBAiBI%3BAKzxDR%2CuBLwwDI%2CiBAiBI%3BAR%5C%2F%5C%2FCR%2CcQ8%2BCI%2CiBAiBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAG1wDZ%2CiCH8wDI%2CQAAO%3BAKhyDX%2CuBLgyDI%2CQAAO%3BARtgDX%2CcQsgDI%2CQAAO%3BEAEH%2CgBAAA%3B%3BAGhxDR%2CiCHmxDI%3BAKryDJ%2CuBLqyDI%3BAR3gDJ%2CcQ2gDI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAGrxDR%2CiCHmxDI%2CUAIM%2CSACI%3BAK1yDd%2CuBLqyDI%2CUAIM%2CSACI%3BARhhDd%2CcQ2gDI%2CUAIM%2CSACI%3BEACE%2CaAAA%3B%3BAGzxDhB%2CiCH8xDI%3BAKhzDJ%2CuBLgzDI%3BARthDJ%2CcQshDI%3BEACI%2CmBAAA%3B%3BApBh3DR%3BEACI%2CasERc%2CWtEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CasEAc%2CWtEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CasEQc%2CWtERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CasEgBc%2CWtEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAsEmCJ%3BErE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkElHA%3BEjEgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEsEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BALnCJ%2CQAGI%2CQAAO%3BEjEyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEiErbD%2CWAAA%3B%3BAATR%2CQAYI%3BEjE4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAiE9bT%2CQAmBI%3BEjEqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAuElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKpEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuEnBA%2CMACI%3BEvEuRJ%2CmBAAA%3B%3BAuEpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BExE%2BRR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAwE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9PW%2COhD8PX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE%5C%2FCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BExE2RR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAwE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE%5C%2FCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BExEuRR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAwEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9PW%2COhD8PX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE%5C%2FCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BExEmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQD3CI%2COCwCR%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAwEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9PW%2COhD8PX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE%5C%2FCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BExE%2BQR%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEyEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAwE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE1BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE%5C%2FCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEyErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BE1EkRA%2CmBAAA%3B%3BA0E9QA%3BE1E8QA%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BE2BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA3BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDvPQ%2COhDuPR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0E9QA%2CW3BkQE%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2E1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE5EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE4EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE4ExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BE5EqOL%2CiBAAA%3BE4EnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE5EgOL%2CiBAAA%3BE4E9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE5EgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4E1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE5E0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA4EhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE5EgNF%2CYAAA%3B%3BA4E5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BE7E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE8E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE9EuQD%2C4B%2BE3RgC%2C2C%5C%2FE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE8EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAT5BJ%3BEpEwRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEM0KA%2CuBAAA%3B%3BA8DlcA%2CS9DocE%3BEACE%2CsBAAA%3B%3BA8DrcJ%2CS9DwcE%3BENhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEMoLI%2CsBAAA%3BEACA%2CWAAA%3BENrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAMgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA8D1dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BEpEgRhB%2CgBAAA%3B%3BAoExRA%2CSAOM%2CS9DqwBJ%3BA8D5wBF%2CSAQM%2CUAAU%2CS9DowBd%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAAtOJ%2CS8DniBM%2CS9DmiBL%3BAAAD%2CS8DliBM%2CUAAU%2CS9DkiBf%3BEACG%2CgBAAA%3B%3BA8D3iBJ%2CSAOM%2CS9D6iBJ%3BA8DpjBF%2CSAQM%2CUAAU%2CS9D4iBd%3BEN5RF%2CgBAAA%3B%3BAMqSI%2CS8DtjBE%2CS9D6iBJ%2CSASM%3BAAAJ%2CS8DrjBE%2CUAAU%2CS9D4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA8D9jBR%2CSAOM%2CS9D2jBN%2CQACI%3BA8DnkBJ%2CSAQM%2CUAAU%2CS9D0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BANhiBR%2CSoE7BM%2CS9DikBN%2CQAAO%2CMNpiBN%3BAAAD%2CSoE5BM%2CUAAU%2CS9DgkBhB%2CQAAO%2CMNpiBN%3BAACD%2CSoE9BM%2CS9DikBN%2CQAAO%2CMNniBN%3BAAAD%2CSoE7BM%2CUAAU%2CS9DgkBhB%2CQAAO%2CMNniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSoEnCM%2CS9DikBN%2CQAAO%2CMN9hBN%3BAAAD%2CSoElCM%2CUAAU%2CS9DgkBhB%2CQAAO%2CMN9hBN%3BEACG%2CWAAA%3B%3BAoE3CJ%2CSAOM%2CS9DikBN%2CQAAO%2CMAEH%3BA8D1kBJ%2CSAQM%2CUAAU%2CS9DgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS8DxkBE%2CS9DikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS8DvkBE%2CUAAU%2CS9DgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS8D5kBE%2CS9DikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS8D3kBE%2CUAAU%2CS9DgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS8DhlBE%2CS9DikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS8D%5C%2FkBE%2CUAAU%2CS9DgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS8DplBE%2CS9DikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS8DnlBE%2CUAAU%2CS9DgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA8D5lBR%2CSAOM%2CS9DylBN%3BA8DhmBA%2CSAQM%2CUAAU%2CS9DwlBhB%3BENpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEMyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA8DpmBJ%2CSAOM%2CS9DylBN%2COAMI%3BA8DtmBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COAMI%3BA8DtmBJ%2CSAOM%2CS9DylBN%2COAOI%3BA8DvmBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COAOI%3BA8DvmBJ%2CSAOM%2CS9DylBN%2COAQI%3BA8DxmBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COAQI%3BENhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEMwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA8D7mBR%2CSAOM%2CS9DylBN%2COAgBI%3BA8DhnBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COAgBI%3BA8DhnBJ%2CSAOM%2CS9DylBN%2COAiBI%3BA8DjnBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COAiBI%3BENzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEM0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS8DvXM%2CS9DylBN%2COAgBI%2CWAlPH%3BAAAD%2CS8DtXM%2CUAAU%2CS9DwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS8DvXM%2CS9DylBN%2COAiBI%2CUAnPH%3BAAAD%2CS8DtXM%2CUAAU%2CS9DwlBhB%2COAiBI%2CUAnPH%3BENtGD%2CYAAA%3B%3BAMqHA%2CS8DtYM%2CS9DylBN%2COAgBI%2CWAnOH%3BAAAD%2CS8DrYM%2CUAAU%2CS9DwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS8DtYM%2CS9DylBN%2COAiBI%2CUApOH%3BAAAD%2CS8DrYM%2CUAAU%2CS9DwlBhB%2COAiBI%2CUApOH%3BENrHD%2CcAAA%3B%3BAM0HA%2CS8D3YM%2CS9DylBN%2COAgBI%2CWA9NH%3BAAAD%2CS8D1YM%2CUAAU%2CS9DwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS8D3YM%2CS9DylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS8D1YM%2CUAAU%2CS9DwlBhB%2COAiBI%2CUA%5C%2FNH%3BEN1HD%2CcAAA%3B%3BAM%2BHA%2CS8DhZM%2CS9DylBN%2COAgBI%2CWAzNH%3BAAAD%2CS8D%5C%2FYM%2CUAAU%2CS9DwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS8DhZM%2CS9DylBN%2COAiBI%2CUA1NH%3BAAAD%2CS8D%5C%2FYM%2CUAAU%2CS9DwlBhB%2COAiBI%2CUA1NH%3BEN%5C%2FHD%2CcAAA%3B%3BAoExRA%2CSAOM%2CS9DylBN%2COA0BI%3BA8D1nBJ%2CSAQM%2CUAAU%2CS9DwlBhB%2COA0BI%3BEACI%2CWAAA%3BENnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAoE1bT%2CSAOM%2CS9DynBN%3BA8DhoBA%2CSAQM%2CUAAU%2CS9DwnBhB%3BENxWA%2CgBAAA%3B%3BAMugBI%2CS8DxxBE%2CS9DsxBL%2CSAAY%2CSAER%3BAAAD%2CS8DvxBE%2CUAAU%2CS9DqxBf%2CSAAY%2CSAER%3BAAAD%2CS8DxxBE%2CS9DuxBL%2CUAAa%2CSACT%3BAAAD%2CS8DvxBE%2CUAAU%2CS9DsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BENxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAoExRA%2CSAOM%2CS9D6zBN%3BA8Dp0BA%2CSAQM%2CUAAU%2CS9D4zBhB%3BEN5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CSqBTM%2CS9D6zBN%2CMyCpzBC%3BAAAD%2CSqBRM%2CUAAU%2CS9D4zBhB%2CMyCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BEpECd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoEHQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CiBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAiBZ%3BEpEoLF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEoEhMA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAQR%2CMAAM%3BEACF%2CYAAA%3B%3BAAGJ%3BAACA%2CGAAG%3BEACC%2CeAAA%3B%3BAAGJ%3BEpEuLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAoE%5C%2FKgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAASpB%2CMAAO%3BEQrGP%2CkBAAA%3B%3BARqGA%2CMAAO%2CSQnGP%3BE5EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE4EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE5E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE4EvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRyEG%2CSQnGP%2CiBA0BK%3BAACD%2CMRwEG%2CSQnGP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRgEG%2CSQnGP%2CiBAmCK%3BE5EqOL%2CiBAAA%3BE4EnOQ%2CyBAAA%3B%3BAAGJ%2CMR2DG%2CSQnGP%2CiBAwCK%3BE5EgOL%2CiBAAA%3BE4E9NQ%2CyBAAA%3B%3BAA0GR%2CMRjDO%2CSQnGP%2CiBAoJC%3BAACD%2CMRlDO%2CSQnGP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRtDO%2CSQnGP%2CiBAyJC%3BE5E%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4EzGA%2CMR5DO%2CSQnGP%2CiBA%2BJC%3BE5EyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA4EhNA%2CMR2CO%2CSQ3CL%3BE5EgNF%2CYAAA%3B%3BA4E5MA%2CMRuCO%2CSQvCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRsCO%2CSQtCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRqCO%2CSQrCN%2CMAAO%3BEACJ%2CcAAA%3B%3BARoCJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE%5C%2FD8FN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CcAAA%3BE%2BC9QA%2CqBAAA%3BEqBiIQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA%5C%2FD8FR%2CgB%2BD1GM%2CyB%5C%2FD0GL%3BAACD%2CgB%2BD3GM%2CyB%5C%2FD2GL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB%2BDhHM%2CyB%5C%2FDgHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB%2BDrHM%2CyB%5C%2FDqHL%3BAACD%2CgB%2BDtHM%2CyB%5C%2FDsHL%3BAACD%2CQAAQ%2CUAAW%2CiB%2BDvHb%3BE%5C%2FDwHF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoExJA%2CgBACM%2CyBrB2IJ%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CgBqBiHM%2CyBrBjHL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9OY%2COhD8OZ%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBlNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BArEnLhB%3BEACI%2CakDAW%2CYlDAX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAiFZJ%3BAACA%2CCAAC%2COAAO%3BAAAR%2CCzD6LA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyD7L9E%2CCzD8LA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAnB7LpF%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BA4EvKhB%2CCzD8LA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyD7L9E%2CCzD6LA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CkBAAA%3B%3BAgFxRI%2CMAAC%2CIAAI%3BEhFwRT%2CgBAAA%3B%3BAgFrRQ%2CMAHH%2CIAAI%2CUAGA%3BEhFqRT%2C%2BFAAA%3B%3BAgF5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BAAAR%2CCzDqKA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyDrK9E%2CCzDsKA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyDtKhF%2CCzDsKA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyDrK9E%2CCzDqKA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CqBAAA%3BEKxHA%2CqBAAA%3B%3BAAEA%2CC2E%5C%2FIC%2COAAO%2CQ3E%2BIP%3BAACD%2CC2EhJC%2COAAO%2CQ3EgJP%3BAACD%2CC2EjJC%2COAAO%2CQ3EiJP%3BAAFD%2CCkBsBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBtB7E%3BAACD%2CCkBqBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBrB7E%3BAACD%2CCkBoBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBpB7E%3BAAFD%2CCkBuBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBvB%5C%2FE%3BAACD%2CCkBsBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBtB%5C%2FE%3BAACD%2CCkBqBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBrB%5C%2FE%3BAAFD%2CCkBuBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBtB7E%3BAACD%2CCkBsBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBrB7E%3BAACD%2CCkBqBA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBpB7E%3BAAFD%2CCkBsBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBvB%5C%2FE%3BAACD%2CCkBqBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBtB%5C%2FE%3BAACD%2CCkBoBA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBrB%5C%2FE%3BEACG%2CqBAAA%3B%3BA2E9IJ%2COAAO%3BAACP%3BAzDgKA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BElBlJhF%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CO2ErDO%2CQ3EqDN%3BAAAD%2CeAAC%3BAACD%2CO2EtDO%2CQ3EsDN%3BAAAD%2CeAAC%3BAkB2GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB5G7E%3BAkB4GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB3G7E%3BAkB4GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB7G%5C%2FE%3BAkB6GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB5G%5C%2FE%3BAkB4GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB5G7E%3BAkB6GD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB3G7E%3BAkB2GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB7G%5C%2FE%3BAkB4GD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB5G%5C%2FE%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CO2ElEO%2CQ3EkEN%3BAAAD%2CeAAC%3BAkB%2BFD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB%5C%2FF7E%3BAkBgGD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBhG%5C%2FE%3BAkBgGD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlB%5C%2FF7E%3BAkB%2BFD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBhG%5C%2FE%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CO2E9EO%2CQ3E8EN%3BAAAD%2CeAAC%3BAACD%2CO2E%5C%2FEO%2CQ3E%2BEN%3BAAAD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%2CQ2EhFZ%3BA3EgFP%2CQAAQ%2CUAAW%3BAkBiFnB%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBnF7E%3BAkBmFD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBlF7E%3BAACD%2CQAAQ%2CUkBiFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBpF%5C%2FE%3BAkBoFD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBnF%5C%2FE%3BAACD%2CQAAQ%2CUkBkFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBnF7E%3BAkBoFD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBlF7E%3BAACD%2CQAAQ%2CUkBkFR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBpF%5C%2FE%3BAkBmFD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQlBnF%5C%2FE%3BAACD%2CQAAQ%2CUkBiFR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEvB%2BFhF%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA4ElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlF7HJ%2CQiF5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlFxHN%3BAACD%2CQiF7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQlFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQiFlDQ%2CKAAK%2CMCoKX%2CQAAK%2CQlFlHN%3BEACG%2CWAAA%3B%3BAkFwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BElFoEX%2CSAAA%3B%3BAiFhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BElF0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQkF%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQkFpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQkFzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CUnF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkFzBI%2CQDvQI%2CKAAK%2CMCqOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQI%2CKAAK%2CMCqOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQI%2CKAAK%2CMCqOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QI%2CKAAK%2CMCqOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BElFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAiFhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BElFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BAiFhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BElCuDZ%2CqBAAA%3B%3BAAMA%2CQkCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CElC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAkClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSjCiCV%2COiCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BEpF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmF3BA%2CMCmHA%3BEpF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEoFgEA%2CmBAAA%3BEpFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAmFhSA%2CMC6HA%3BEpFmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAmFhSA%2CMC6HA%2CMAUI%3BEpFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmF3BA%2CMC4IA%2CEAAC%3BEpFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFtII%2CMAdJ%2CEAAC%2CKAcI%3BEpFsIL%2CcAAA%3B%3BAoF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEpF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEpF6GL%2CcAAA%3B%3BAmFhSA%2CMCgMA%2COAAM%3BEpFgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAmFhSA%2CMCqNA%3BEpF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAoF7DI%2CMAdJ%2CQAcK%3BEpF6DL%2CcAAA%3B%3BAoFjDI%2CMA1BJ%2CQA0BK%3BEpFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAoFpCI%2CMAvCJ%2CQAuCK%3BEpFoCL%2CcAAA%3B%3BAoFxBI%2CMAnDJ%2CQAmDK%3BEpFwBL%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAqC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEpF9FL%2CcAAA%3B%3BAoFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEpFpGL%2CcAAA%3B%3BAoFxBI%2CMAnDJ%2CQAmDK%2CKrCYH%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CMqC6LA%2CQAmDK%2CKrChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDxPQ%2COhDwPR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMqCgLJ%2CQAmDK%2CKrCpOJ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CMqC0KJ%2CQAmDK%2CKrC9NJ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAoFNI%2CMArEJ%2CQAqEK%3BEpFML%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAqC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEpF9FL%2CcAAA%3B%3BAoFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEpFpGL%2CcAAA%3B%3BAoFNI%2CMArEJ%2CQAqEK%2CSrCNH%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CMqC6LA%2CQAqEK%2CSrClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDzOQ%2COhDyOR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMqCgLJ%2CQAqEK%2CSrCtPJ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CMqC0KJ%2CQAqEK%2CSrChPJ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAmFhSA%2CMAGI%3BEnF6RJ%2C2EAAA%3BEmFzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAtCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAIR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAwCvBZ%3BErFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAqFhSA%2CYCoEA%3BEtF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsFtHA%2CYCoEA%2COvFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAsF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEtFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAsFpMI%2CYAdJ%2CEAcK%3BEtFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAsFvLI%2CYA3BJ%2CEA2BK%3BEtFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAsF1KI%2CYAxCJ%2CEAwCK%3BEtF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAqFhSA%2CYCoIA%3BEtF4JA%2CgBAAA%3B%3BAqFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEtFoIb%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CYuCsFI%2CMAAK%2CIAAI%2CavCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CSgDxPQ%2COhDwPR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB9VY%2CUAFP%2CMACG%2CQACK%3BE1BqRb%2CkBAAA%3BE0BjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BE1B6QhB%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BA0BrRY%2CUAFP%2CMACG%2CQACK%2CMqByQX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CUrBfK%2CMACG%2CQACK%2CMqBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUrB5BC%2CMACG%2CQACK%2CMqByBZ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CUrBlCC%2CMACG%2CQACK%2CMqB%2BBZ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAK7CA%2CUqB1OK%2CMACG%2CQACK%2CMrBwOZ%3BAACD%2CUqB3OK%2CMACG%2CQACK%2CMrByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUqBhPK%2CMACG%2CQACK%2CMrB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUqBrPK%2CMACG%2CQACK%2CMrBmPZ%3BAACD%2CUqBtPK%2CMACG%2CQACK%2CMrBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWqBvPd%2CMACG%2CQACK%3BErBsPT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA0BlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA1B2aJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAmE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEnEiQR%2CiBAAA%3BEmE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEnE%2BOR%2CiBAAA%3B%3BAmE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEnE2OZ%2CiBAAA%3B%3BAmEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEnEuOR%2CiBAAA%3B%3BAuF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEvFuJA%2CYAAA%3B%3BAuFnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BEvFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEuFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEvF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAuF5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BEvF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAuFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEvFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAuFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEvFoHJ%2CwBAAA%3B%3BAuF9IA%2CYA8BI%3BEvFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAuF1GA%3BEvF0GA%2CYAAA%3BEuFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEvFmMJ%2CgBAAA%3B%3BAuF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEvFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEuF5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEvFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAuF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEvFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAuF9OR%2CYAqCI%3BEvFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAuF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEvF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAuF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEnF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEyCkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAnF6MR%2CamFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BAACD%2CamFzNI%2CcnFyNH%3BAAAD%2CYmFzNI%2CcnFyNH%3BAAAD%2CYmFzNI%2CcnFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamF9NI%2CcnF8NH%3BAAAD%2CYmF9NI%2CcnF8NH%3BAAAD%2CYmF9NI%2CcnF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAACD%2CamFpOI%2CcnFoOH%3BAAAD%2CYmFpOI%2CcnFoOH%3BAAAD%2CYmFpOI%2CcnFoOH%3BAACD%2CQAAQ%2CUAAW%2CcmFrOf%3BAnFqOJ%2CQAAQ%2CUAAW%2CamFrOf%3BAnFqOJ%2CQAAQ%2CUAAW%2CamFrOf%3BEnFsOA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAwFxQA%2CaAGI%2CczCyPF%3BAyC3PF%2CYAEI%2CczCyPF%3BAyC1PF%2CYACI%2CczCyPF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CayCGI%2CczCHH%3BAAAD%2CYyCGI%2CczCHH%3BAAAD%2CYyCGI%2CczCHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CayCVA%2CczCSH%2CMACI%3BAAAD%2CYyCVA%2CczCSH%2CMACI%3BAAAD%2CYyCVA%2CczCSH%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CayChBA%2CczCeH%2COACI%3BAAAD%2CYyChBA%2CczCeH%2COACI%3BAAAD%2CYyChBA%2CczCeH%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAwFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BExF%2BOJ%2CYAAA%3B%3BAwF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BExFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEwFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BExF4MA%2CwCAAA%3BEwF1MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC7FZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE5FgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE4F3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BErGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEqG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAtGuHR%2CCsGhIK%2CwBtGgIJ%3BAAAD%2CMsGhIK%2CwBtGgIJ%3BAAAD%2CGsGhIK%2CwBtGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCsGrIK%2CwBtGqIJ%3BAAAD%2CMsGrIK%2CwBtGqIJ%3BAAAD%2CGsGrIK%2CwBtGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCsG1IK%2CwBtG0IJ%3BAAAD%2CMsG1IK%2CwBtG0IJ%3BAAAD%2CGsG1IK%2CwBtG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CCgGzLK%2CwBhGyLJ%3BAAAD%2CMgGzLK%2CwBhGyLJ%3BAAAD%2CGgGzLK%2CwBhGyLJ%3BAACD%2CCgG1LK%2CwBhG0LJ%3BAAAD%2CMgG1LK%2CwBhG0LJ%3BAAAD%2CGgG1LK%2CwBhG0LJ%3BAACD%2CCgG3LK%2CwBhG2LJ%3BAAAD%2CMgG3LK%2CwBhG2LJ%3BAAAD%2CGgG3LK%2CwBhG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCgGhMK%2CwBhGgMJ%3BAAAD%2CMgGhMK%2CwBhGgMJ%3BAAAD%2CGgGhMK%2CwBhGgMJ%3BAACD%2CCgGjMK%2CwBhGiMJ%3BAAAD%2CMgGjMK%2CwBhGiMJ%3BAAAD%2CGgGjMK%2CwBhGiMJ%3BAACD%2CQAAQ%2CUAAW%2CEgGlMd%3BAhGkML%2CQAAQ%2CUAAW%2COgGlMd%3BAhGkML%2CQAAQ%2CUAAW%2CIgGlMd%3BErGiRL%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEhG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEqGhQQ%2CgBAAA%3B%3BAhG0IR%2CCgG%5C%2FIK%2C2BhG%2BIJ%3BAAAD%2CMgG%5C%2FIK%2C2BhG%2BIJ%3BAAAD%2CGgG%5C%2FIK%2C2BhG%2BIJ%3BAACD%2CCgGhJK%2C2BhGgJJ%3BAAAD%2CMgGhJK%2C2BhGgJJ%3BAAAD%2CGgGhJK%2C2BhGgJJ%3BAACD%2CCgGjJK%2C2BhGiJJ%3BAAAD%2CMgGjJK%2C2BhGiJJ%3BAAAD%2CGgGjJK%2C2BhGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCgGzDK%2C2BhGyDJ%3BAAAD%2CMgGzDK%2C2BhGyDJ%3BAAAD%2CGgGzDK%2C2BhGyDJ%3BAACD%2CCgG1DK%2C2BhG0DJ%3BAAAD%2CMgG1DK%2C2BhG0DJ%3BAAAD%2CGgG1DK%2C2BhG0DJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CCgGtEK%2C2BhGsEJ%3BAAAD%2CMgGtEK%2C2BhGsEJ%3BAAAD%2CGgGtEK%2C2BhGsEJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CCgGlFK%2C2BhGkFJ%3BAAAD%2CMgGlFK%2C2BhGkFJ%3BAAAD%2CGgGlFK%2C2BhGkFJ%3BAACD%2CCgGnFK%2C2BhGmFJ%3BAAAD%2CMgGnFK%2C2BhGmFJ%3BAAAD%2CGgGnFK%2C2BhGmFJ%3BAACD%2CQAAQ%2CUAAW%2CEgGpFd%3BAhGoFL%2CQAAQ%2CUAAW%2COgGpFd%3BAhGoFL%2CQAAQ%2CUAAW%2CIgGpFd%3BErGqQL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAgG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEhGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEqGxPQ%2CgBAAA%3B%3BAhGkIR%2CCgGvIK%2C6BhGuIJ%3BAAAD%2CMgGvIK%2C6BhGuIJ%3BAAAD%2CGgGvIK%2C6BhGuIJ%3BAACD%2CCgGxIK%2C6BhGwIJ%3BAAAD%2CMgGxIK%2C6BhGwIJ%3BAAAD%2CGgGxIK%2C6BhGwIJ%3BAACD%2CCgGzIK%2C6BhGyIJ%3BAAAD%2CMgGzIK%2C6BhGyIJ%3BAAAD%2CGgGzIK%2C6BhGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCgGjDK%2C6BhGiDJ%3BAAAD%2CMgGjDK%2C6BhGiDJ%3BAAAD%2CGgGjDK%2C6BhGiDJ%3BAACD%2CCgGlDK%2C6BhGkDJ%3BAAAD%2CMgGlDK%2C6BhGkDJ%3BAAAD%2CGgGlDK%2C6BhGkDJ%3BEL2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CCgG9DK%2C6BhG8DJ%3BAAAD%2CMgG9DK%2C6BhG8DJ%3BAAAD%2CGgG9DK%2C6BhG8DJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CCgG1EK%2C6BhG0EJ%3BAAAD%2CMgG1EK%2C6BhG0EJ%3BAAAD%2CGgG1EK%2C6BhG0EJ%3BAACD%2CCgG3EK%2C6BhG2EJ%3BAAAD%2CMgG3EK%2C6BhG2EJ%3BAAAD%2CGgG3EK%2C6BhG2EJ%3BAACD%2CQAAQ%2CUAAW%2CEgG5Ed%3BAhG4EL%2CQAAQ%2CUAAW%2COgG5Ed%3BAhG4EL%2CQAAQ%2CUAAW%2CIgG5Ed%3BErG6PL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiGlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BET%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAShHA%2CsBTkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BASrHJ%2CsBTkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BASxHR%2CsBT4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlF7HJ%2CsBkFwHE%2CQAAK%2CQlFxHN%3BAACD%2CsBkFuHE%2CQAAK%2CQlFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBkFkHE%2CQAAK%2CQlFlHN%3BEACG%2CWAAA%3B%3BAkFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BASpIR%2CsBToLM%2CQAAK%3BElFoEX%2CSAAA%3B%3BA2FxPA%2CsBT6LE%2CQAAK%2CMACD%3BElF0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBmFsFE%2CQAAK%2CMACD%2CUnFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBmFiFE%2CQAAK%2CMACD%2CUnFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBmF4EE%2CQAAK%2CMACD%2CUnF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BElFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA2FxPA%2CsBT0OE%2CQAAK%3BElFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3B%3B%3B%3B%3BA0HtSJ%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%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BA5G%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEtB2QV%2CiBAAA%3BEsBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA6GhGA%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%3BACJJ%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BAjHbR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAQA%2CyBACI%2CiBAAiB%3BEACb%2CgBAAA%3B%3BAAIR%3BEAfA%2CqBAAA%3BEACA%2CsBAAA%3BEAkBQ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAbR%2CyBAgBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEvBqPR%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CyBxBiBI%2CkBwBjBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxBhVA%2CyBA%2BBI%3BEACI%2CWAAA%3B%3BAAIR%2CyBAAyB%2CQAAQ%3BAACjC%2CyBAAyB%2CQAAQ%3BEAEzB%2CaAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CyBAAyB%2CQAAQ%2CQAO7B%3BAANJ%2CyBAAyB%2CQAAQ%2CQAM7B%3BEACI%2CaAAA%3B%3BAARR%2CyBAAyB%2CQAAQ%2CQAW3B%2CIAAC%2CYAAY%3BAAVnB%2CyBAAyB%2CQAAQ%2CQAU3B%2CIAAC%2CYAAY%3BEACX%2CSAAS%2CEAAT%3B%3BAAIR%2CYAAa%2CGAAE%2CgBAAiB%3BAAChC%2COAAO%2CSAAU%3BEvBkNjB%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CYxBOa%2CGAAE%2CgBAAiB%2COwBP%5C%2FB%3BAAAD%2COxBQO%2CSAAU%2COwBRhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB%5C%2FQA%2CYAAa%2CGAAE%2CgBAAiB%2COAAM%3BAACtC%2COAAO%2CSAAU%2COAAM%3BEvBqMvB%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CYxBoBa%2CGAAE%2CgBAAiB%2COAAM%2CQwBpBrC%3BAAAD%2COxBqBO%2CSAAU%2COAAM%2CQwBrBtB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxBlQA%2COAAO%3BEAEC%2CeAAA%3B%3BAAFR%2COAAO%2CSAKH%3BEAlGJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA4FA%2COAAO%2CSASH%2CUAAS%3BEACL%2CaAAA%3B%3BAAVR%2COAAO%2CSAaH%3BEACI%2CgBAAA%3B%3BAAIR%2CYACI%3BEAhHJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA8GA%2CYAKI%3BEACI%2CgBAAA%3B%3BAANR%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAVR%2CYAaI%2CGAAE%2CgBAAiB%3BEA5HvB%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAgIA%2CcAAe%2CGAAE%3BEACb%2CeAAA%3B%3BAAGJ%2CYAAa%3BEAEL%2CaAAA%3B%3BAAFR%2CYAAa%2CyBAKT%3BEACI%2CkBAAA%3B%3BAAKR%2CaAAc%2COAIV%2C0BAA0B%2CiBAAmB%3BAAHjD%2CqBAGI%2C0BAA0B%2CiBAAmB%3BAAFjD%2CsBAEI%2C0BAA0B%2CiBAAmB%3BAADjD%2CwBACI%2C0BAA0B%2CiBAAmB%3BEACzC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBAAsB%3BAACtB%2CsBAAuB%3BAACvB%2CwBAAyB%3BEAEjB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAANR%2CqBAAsB%2C0BASlB%2C0BAAyB%2CIAAI%3BAARjC%2CsBAAuB%2C0BAQnB%2C0BAAyB%2CIAAI%3BAAPjC%2CwBAAyB%2C0BAOrB%2C0BAAyB%2CIAAI%3BEACzB%2CmBAAA%3B%3BAAVR%2CqBAAsB%2C0BAalB%3BAAZJ%2CsBAAuB%2C0BAYnB%3BAAXJ%2CwBAAyB%2C0BAWrB%3BEACI%2CSAAA%3B%3BAAdR%2CqBAAsB%2C0BAiBlB%3BAAhBJ%2CsBAAuB%2C0BAgBnB%3BAAfJ%2CwBAAyB%2C0BAerB%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAAnBR%2CqBAAsB%2C0BAsBlB%2CiBAAmB%3BAArBvB%2CsBAAuB%2C0BAqBnB%2CiBAAmB%3BAApBvB%2CwBAAyB%2C0BAoBrB%2CiBAAmB%3BEACf%2CgBAAA%3B%3BAAKR%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEAG5E%2CkBAAA%3BEACA%2CgBAAA%3B%3BAkH%5C%2FMR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%3BIAAK%2CWAAW%2CYAAX%3B%3BEACL%3BIAAO%2CWAAW%2CcAAX%3B%3B%3BAC1BX%3BEACI%2CmBAAA%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CcAAe%2CaAAa%2CSAAS%2CQAAO%3BEACxC%2C2BAAA%3B%3BAAGJ%2CcAAe%2CcAAc%2CKAAI%3BEAC7B%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BEAEA%2CoDAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAY%2CQAAZ%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CgCAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAS%2CiBAAiB%3BEACtB%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CcAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CcAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%3BEAC5B%2CaAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CiBAAiB%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CYAAa%2CmBAAmB%2CiBAAiB%3BEAC7C%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CQAAA%3B%3BAAGJ%2CYAAa%2CoBAAoB%3BEAC7B%2CgBAAA%3B%3BAAiBJ%2CQAdwB%3BEACpB%2CYAAa%2CoBAAoB%2CYAAY%3BIACzC%2CkBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%2CeAAe%3BIAC5C%2CkBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%2CaAAa%3BIAC1C%2CkBAAA%3B%3B%3BAAuBR%2CQAnByB%3BEACrB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAgCR%2CQA3BwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAiDR%2CQA7CyB%3BEACrB%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAuCR%2CQAnCyB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAkBrB%3BIACI%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3B%3BAAWR%2CQAN0B%3BEACtB%2CwBAAyB%2CQAAO%3BIAC5B%2CsBAAA%3B%3B%3BAAIR%2CgDAAiD%3BAACjD%2CgDAAiD%3BEAC7C%2CaAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CYAAa%2CSAAS%2CQAAO%2CKAAM%2CYAAY%3BEAC3C%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%2CSAAS%2CQAAO%2CKAAM%3BEAC%5C%2FB%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3B%3BAAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BEACvC%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%3BEACf%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%3BEACrC%2CaAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%2CcAAc%2CQAAS%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%3BEAChC%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%2CWAAS%3BEACzC%2CqBAAA%3B%3BAAGJ%2C8BAA%2BB%2COAAK%2CWAAS%2CSAAO%2CWAAS%3BAAC7D%2CGAAI%2CMAAI%3BAACR%3BAACA%3BEACI%2CmBAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%2CoBAAoB%2CMAAK%3BEACnD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2CsBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2CkBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CqBAAsB%2CoBAAoB%2CQAAQ%3BEAC%5C%2FD%2CkBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%2CMAAK%2CcAAc%2CQAAS%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CWAAW%2CcAAc%3BEACtC%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CWAAW%2CcAAc%2CqBAAsB%3BEAC5D%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CIAAG%3BEACV%2CeAAA%3B%3BAAGJ%2CUAAW%2CEAAC%3BEACR%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAW%2CIAAG%3BEACV%2CeAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%2CgBAAiB%3BEAChC%2CkBAAA%3B%3BAAGJ%2CUAAW%2CSAAS%2CSAAS%2CoBAAoB%2CMAAK%2CiBAAiB%2CQAAS%2CQAAM%3BEAClF%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CsBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CgBAAiB%2CQAAQ%3BEACtC%2C6BAAA%3B%3BAAGJ%2CmBAAoB%2CMAAK%2CiBAAiB%2CQAAS%2CQAAM%2CIAAG%3BEACxD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CmBAAoB%2CMAAM%2CIAAG%3BEACzB%2CgBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CsBAAoB%2CMAAK%2CiBAAiB%2CQAAS%3BEAC9E%2CyBAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%3BEACb%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAS%2CSAAQ%2CqBAAsB%3BEACnC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%3BEAC%5C%2FC%2CeAAA%3B%3BAAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BEACrD%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%3BEAC1C%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2CSAAS%3BEACpE%2CeAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3B%3BAAGJ%2CQAAQ%2COAAO%2CSAAS%3BEACpB%2CsBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CuBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CyBAAA%3B%3BAAGJ%2CiBAAiB%2CqBAAsB%3BEACnC%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAS%2CgBAAiB%2COAAO%3BEAC3E%2CYAAA%3B%3BAAGJ%2CiBAAiB%2CqBAAsB%3BEACnC%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAO%3BEAC3D%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COAAM%2COAAO%3BAAA5E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnH%5C%2Fc3D%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAmH%2BclF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnH9c3D%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAmH8cpF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnH9c3D%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAmH%2BclF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnH%5C%2Fc3D%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEmH%2BchF%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%2COAAM%2CWAAY%3BEACtE%2C0BAAA%3B%3BAAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BEACpD%2C4BAAA%3B%3BAAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BEACvC%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CiBAAiB%2CSAAS%3BEAC%5C%2FC%2CoBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%2CaAAa%2CQAAO%3BEACzC%2CuBAAA%3B%3BAAGJ%2CwBAAyB%2CQAAO%2CKAAM%2CaAAa%2CgBAAgB%3BEAC%5C%2FD%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BEACxF%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAa%2CoBAAoB%3BEAC7B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BEAC%5C%2FF%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BEAE%5C%2FF%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BEAC1G%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEAEA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CWAAY%3BEAER%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CWAAY%2CaAAY%3BEACpB%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACD%2CaAAa%2CQAAb%3B%3BAAGH%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CSAAS%2CQAAO%2CKAAM%2CWAAW%3BEACtD%2CaAAA%3B%3BAAGJ%2C0BAA2B%2CsBAAsB%3BEAC7C%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CSAAS%2CWAAW%2CUAAU%3BEACnD%2CkBAAA%3B%3BAAuBJ%2CQAnByB%3BEACrB%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAA4BR%2CQArB0B%3BEACtB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAWR%2CQAPyB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CQANyB%3BEACrB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3B%3BAAyBR%2CQArByB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3B%3BAA4ER%2CQAxE0B%3BEACtB%3BIACI%2C0BAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CWAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAIJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAyER%2CQArEyB%3BEACrB%2CUAAW%2CSAAQ%3BIACf%2CeAAA%3B%3BEAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BIACvC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CeAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BIACpD%2C4BAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%3BIAC1C%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BIACvC%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BIAC1G%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%2CYAAW%3BIAC1G%2CeAAA%3B%3B%3BAAmCR%2CQA%5C%2FBwB%3BEACpB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3BEAEH%2CYAAa%2CoBAAoB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CQANuB%3BEACnB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3B%3BAAiCR%2CQA7BwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CuBAAwB%3BIACpB%2CWAAA%3B%3B%3BAA0CR%2CQAtCwB%3BEACpB%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CUAAA%3B%3BEAGJ%2CUAAW%2CUAAU%2COAAO%2CMAAK%2CUAAU%3BIACvC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2C8BAA%2BB%2COAAK%2CWAAS%3BIACzC%2CsBAAA%3B%3BEAGJ%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%2CEAAE%3BIAC1H%2CeAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3BEAEA%2CMAAM%3BIACN%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAsBR%2CQAjBuB%3BEAEnB%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CuBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CwBAAyB%2CoBAAoB%2CgBAAgB%2CeAAe%2CuBAAuB%3BIAC%5C%2FF%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAA4ER%2CQAtEyB%3BEACrB%2CQAAS%2CSAAQ%3BIACb%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CUAAW%2CSAAQ%3BIACf%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CUAAU%3BIACpD%2C4BAAA%3B%3BEAGJ%2CSAAS%2CgBAAiB%2CiBAAiB%3BIACvC%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COAAM%2COAAO%3BEAA5E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnHlgC%5C%2FD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEmHkgC9E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnHjgC%5C%2FD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEmHigChF%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnHjgC%5C%2FD%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEmHkgC9E%2CwBAAyB%2CqBAAqB%2CiBAAiB%2COnHlgC%5C%2FD%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BImHkgC5E%2C0BAAA%3B%3BEAGJ%2CwBAAyB%2CqBAAqB%3BIAC1C%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CgBAAA%3B%3BEAGJ%2CwBAAyB%2CSAAS%2CWAAW%3BIACzC%2CiBAAA%3B%3BEAEH%2CwBAAyB%2CSAAS%2CWAAW%2CUAAU%2COAAO%2CSAAQ%3BIACnE%2CiBAAA%3B%3B%3BAA0BR%2CQArBwB%3BEACpB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CYAAa%2CgBAAgB%3BIACzB%2CeAAA%3B%3B%3BAAwBR%2CQApByB%3BEACrB%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAYR%2CQARwB%3BEACpB%2CQAAS%2CsBAAsB%2CoBAAoB%2CMAAM%3BIACrD%2CaAAA%3B%3B%3BAA%2BBR%2CQAzBwB%3BEACpB%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%3BIACb%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAS%2CoBAAoB%2CMAAM%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CQAAS%2CSAAQ%2CgBAAiB%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAkBR%2CQAdwB%3BEACpB%2CwBAAyB%2CcAAc%2CaAAa%2CcAAc%2CmBAAmB%2CsBAAsB%2CiBAAiB%3BIACxH%2CkBAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%2CcAAc%2CmBAAmB%2CsBAAsB%3BIACxF%2CgBAAA%3B%3BEAGJ%2CYAAa%2CoBAAoB%3BIAC7B%2CeAAA%3B%3B%3BAAUR%2CQANwB%3BEACpB%2CQAAS%2CSAAQ%2CqBAAsB%3BIACnC%2CWAAA%3B%3B%3BAAIR%2CwBAAyB%2CaAAa%3BEAClC%2COAAA%3BEACA%2CYAAA%3B%3BAAaJ%2CQAVuB%3BEACrB%2CwBAAyB%2CaAAY%2CYAAa%3BIAChD%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CwBAAyB%2CaAAY%3BIACnC%2COAAA%3BIACA%2CYAAA%3B%3B%3BAASJ%2CQANwB%3BEACtB%2CwBAAyB%3BIACvB%2CuBAAA%3B%3B%3BAAIJ%2CwBAAyB%2CmBAAmB%3BEACxC%2CyBAAA%3B%3B%3B%3B%3BAAmBJ%2CQAZwB%3BEACpB%2CGAAG%3BIACC%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%2C8BAA%2BB%3BEAC3B%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%3BEACjG%2CaAAA%3BEACA%2CSAAA%3B%3B%3BAAGJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%3BEACrH%2CWAAA%3B%3BAAED%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2CKAAK%3BEACxH%2CeAAA%3BEACA%2CWAAA%3B%3BAAGH%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%3BEAClH%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2C2BAA2B%3BEAC9I%2CeAAA%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAWJ%2CQARwB%3BEACrB%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%3BIAErG%2CeAAA%3B%3B%3BAAUC%2CQALmB%3BEACtB%2CmBAAoB%2CuBAAuB%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2CKAAK%3BEAAO%2CmBAAoB%2CWACtJ%2CaAAa%2CYAAY%2CaAAa%2CcAAc%2CmBAAmB%2CiBAAiB%2C2BAA2B%3BIACjH%2CeAAA%3B%3B%3BACn5CH%2COACE%3BEACE%2CcAAA%3B%3BAAIJ%2CwBACE%2CgBAAe%2CaAAa%2CQAC1B%3BEACE%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACWN%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%3BEACV%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3BF%2C0BAA2B%3BEACzB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2C0BAA2B%2CuBAAuB%3BIAChD%2C0BAAA%3BIACA%2CqBAAA%3B%3B%3BAAUJ%2CwBAN0C%2CuBAAwB%3BEAChE%2C0BAA2B%2CuBAAuB%3BIAChD%2CqBAAA%3B%3B%3BAAIJ%2C0BAA2B%2CuBAAuB%3BEAChD%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CsBAAsB%2CMAAO%3BEAC3B%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGF%2C0BAA2B%2CuBAAuB%3BEAChD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAChEF%3BEACI%2CmBAAA%3B%3BAADJ%2C0BAGI%2CcAAc%3BEACV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAVR%2C0BAaI%2CcAAc%3BEACV%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2C0BAmBI%2CWAAU%2CkBAAmB%3BAAnBjC%2C0BAoBI%2CWAAU%2CkBAAmB%3BEACzB%2CeAAA%3B%3BAArBR%2C0BAwBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA1BR%2C0BA6BI%2CoBAAoB%3BEAChB%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAhCR%2C0BAmCI%2CoBAAoB%3BEAChB%2COAAA%3BEACA%2CWAAA%3B%3BAArCR%2C0BAwCI%2CoBAAoB%3BEAChB%2CSAAA%3B%3BAAzCR%2C0BA4CI%2CoBAAoB%3BEAChB%2CMAAA%3B%3BAA7CR%2C0BAgDI%2CeAAe%2CWAAU%3BEACrB%2CyBAAA%3B%3BAAjDR%2C0BAoDI%2CeAAe%3BEACX%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvDR%2C0BA0DI%2CeAAe%2CmBAAmB%3BEAC9B%2CWAAA%3B%3BAA3DR%2C0BA8DI%3BAA9DJ%2C0BA%2BDI%2CmBAAmB%3BAA%5C%2FDvB%2C0BAgEI%2CkBAAkB%3BEACd%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApER%2C0BAuEI%2CgBAAgB%3BAAvEpB%2C0BAwEI%2CgBAAgB%2CEAAC%3BAAxErB%2C0BAyEI%2CgBAAgB%2CEAAC%3BAAzErB%2C0BA0EI%2CgBAAgB%2CEAAC%3BAA1ErB%2C0BA2EI%2CgBAAgB%3BAA3EpB%2C0BA4EI%2CgBAAgB%2CEAAC%3BAA5ErB%2C0BA6EI%2CgBAAgB%2CEAAC%3BAA7ErB%2C0BA8EI%2CgBAAgB%2CEAAC%3BEACb%2CcAAA%3BEACA%2CqBAAA%3B%3BAAhFR%2C0BAmFI%3BEACI%2C%2BBAAA%3B%3BAApFR%2C0BAuFI%3BAAvFJ%2C0BAwFI%2CmBAAmB%3BAAxFvB%2C0BAyFI%2CkBAAkB%3BEACd%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA7FR%2C0BAgGI%2CiBAAiB%3BAAhGrB%2C0BAiGI%2CiBAAiB%2CEAAC%3BAAjGtB%2C0BAkGI%2CiBAAiB%2CEAAC%3BEACd%2CWAAA%3BEACA%2CqBAAA%3B%3BAApGR%2C0BAuGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAhHR%2C0BAmHI%2CaAAa%3BEACT%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAA1HR%2C0BA6HI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhIR%2C0BAmII%3BEACI%2CqBAAA%3B%3BAApIR%2C0BAuII%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA1IR%2C0BA6II%2CIAAG%3BEACC%2CaAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FIR%2C0BAkJI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAvJR%2C0BA0JI%2CWAAW%2CEAAC%2CWAAW%3BEACnB%2CcAAA%3BEACA%2CqBAAA%3B%3BAA5JR%2C0BA%2BJI%2CWAAW%2CiBAAgB%3BEACvB%2CqBAAA%3B%3BAAhKR%2C0BAmKI%2CaAAa%2CqBAAoB%3BEAC7B%2CyBAAA%3BEACA%2CWAAA%3B%3BAArKR%2C0BAwKI%2CWAAU%3BEACN%2CqBAAA%3B%3BAAzKR%2C0BA4KI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FKR%2C0BAkLI%2CcAAc%2CkBAAiB%3BEAC3B%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CYAAA%3B%3BAArLR%2C0BAwLI%2CcAAc%2C4BAA2B%3BEACrC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAA1LR%2C0BA6LI%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BACvMA%2CmBACI%3BEACI%2CyBAAA%3B%3BAAEJ%2CmBAAC%2CiBACG%3BEACI%2CaAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2COACI%2CmBAAmB%3BEACf%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEAnBJ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2COACI%2CmBAAmB%2CiBAgBf%3BEAtBJ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2COACI%2CmBAAmB%2CiBAoBf%3BEACI%2CWAAA%3B%3BAAtBZ%2COACI%2CmBAAmB%2CiBAuBf%3BEACI%2CWAAA%3B%3BAAzBZ%2COACI%2CmBAAmB%2CiBAuBf%2CyBAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEArCZ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2COACI%2CmBAAmB%2CiBAuBf%2CyBAGI%2CeASI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAzCpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBAGI%2CeASI%2COAAM%2CMAMF%3BEACI%2CkBAAA%3B%3BAA3CxB%2COACI%2CmBAAmB%2CiBAuBf%2CyBAGI%2CeAmBI%2COAAM%2CMAAM%2CMAAO%3BEACf%2CWAAA%3B%3BAA%5C%2FCpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBAGI%2CeAsBI%2COAAM%2CMAAM%3BEACR%2CSAAS%2CEAAT%3B%3BAAlDpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%3BEACI%2CcAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2COA5DZ%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAQK%3BEACG%2CoDAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2COAhEZ%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAYK%3BAACD%2COAjEZ%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAaK%3BEACG%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2COArEZ%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAiBK%3BEACG%2CyBAAA%3B%3BAAvEpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%3BEACI%2CiBAAA%3B%3BAA5ExB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAGI%3BEACI%2CcAAA%3B%3BAA%5C%2FE5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAMI%3BEACI%2CmBAAA%3B%3BAAlF5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBASI%2CQAAO%2COACH%3BEACI%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA9FhC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAsBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnG5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAsBI%2CaAII%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEAEA%2C2DAAA%3BEACA%2CmDAAA%3B%3BAAGJ%3BEACI%3BIAAK%2CmBAAmB%2CYAAnB%3B%3BEACL%3BIAAM%2CmBAAmB%2CeAAnB%3B%3BEACN%3BIAAO%2CmBAAmB%2CcAAnB%3B%3B%3BAAGX%3BEACI%3BIACI%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CaAAnB%3B%3BEACF%3BIACI%2CWAAW%2CeAAX%3BIACA%2CmBAAmB%2CeAAnB%3B%3BEACF%3BIACI%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3B%3B%3BAApIxC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA6DI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAA1I5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA6DI%2CiBAII%3BEACI%2CSAAA%3B%3BAA7IhC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA6DI%2CiBAOI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlJhC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA0EI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAvJ5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA0EI%2CSAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA5JhC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA0EI%2CSAII%2CgBAKI%2CGAAE%3BAA9JlC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA0EI%2CSAII%2CgBAMI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAAjKpC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA0EI%2CSAII%2CgBAUI%2CGAAE%3BEACE%2CSAAA%3B%3BAApKpC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBA6FI%2CsBAAsB%3BEAClB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5K5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAmGI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAACA%2COAlLxB%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAmGI%2CKAAI%2CWAKC%3BEACG%2CaAAa%2CYAAb%3B%3BAACA%2COApL5B%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAmGI%2CKAAI%2CWAKC%2CWAEI%3BEACG%2CSAAS%2COAAT%3B%3BAAGR%2COAxLxB%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAmGI%2CKAAI%2CWAWC%3BEACG%2CaAAa%2CYAAb%3B%3BAACA%2COA1L5B%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAmGI%2CKAAI%2CWAWC%2CUAEI%3BEACG%2CSAAS%2COAAT%3B%3BAA5LpC%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAqHI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA1M5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAEI%2CwBAiII%2COAAM%3BEACF%2CaAAA%3B%3BAA7M5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6BI%2CyBAoBI%2CiBAuII%2CwBAAuB%3BEACnB%2C6BAAA%3B%3BAAjNxB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%3B%3B%3BEAGI%2CWAAA%3B%3BAAxNhB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAKI%3BEACI%2CaAAA%3B%3BAA3NpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAQI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAhOpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAQI%2CUAKI%2CKAAI%3BEACA%2CWAAA%3B%3BAAnOxB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAQI%2CUAKI%2CKAAI%2CMAGA%3BEACI%2CeAAA%3B%3BAAtO5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAQI%2CUAYI%2CiBAEI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7O5B%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BA4BI%2CSAAQ%3BEACJ%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtPpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BA4BI%2CSAAQ%2CgBAOJ%3BEACI%2CaAAA%3B%3BAAzPxB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAuCI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FPpB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAuCI%2CSAAQ%2CgBAKJ%2COAAM%3BEACF%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtQxB%2COACI%2CmBAAmB%2CiBAuBf%2CyBA6LI%2C4BAoDI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAA3QpB%2COAgRI%2CmBAAkB%2COAAQ%3BEACtB%2CmBAAA%3B%3BAChSV%3BEACE%2CaAAa%2CgBAAb%3BEACA%2CSAAS%2C2DAAT%3BEACA%2CSAAQ%2C4DAA4D%2COAAO%2C0BACvE%2C6DAA6D%2COAAO%2CaACpE%2C4DAA4D%2COAAO%2CiBACnE%2C4DAA4D%2COAAO%2CMAHvE%3BEAIA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKM%2CcAFN%2COACE%2CoBACK%2CWACD%2CaACE%3BEACE%2C0BAAA%3B%3BAAHJ%2CcAFN%2COACE%2CoBACK%2CWACD%2CaAIE%3BEACE%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAIN%2CcAfJ%2COACE%2CoBAcG%3BEACG%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CcAfJ%2COACE%2CoBAcG%2CaAKG%3BEACE%2CgBAAA%3B%3BAANN%2CcAfJ%2COACE%2CoBAcG%2CaAQG%3BEACE%2CgBAAA%3B%3BAATN%2CcAfJ%2COACE%2CoBAcG%2CaAWG%3BEACE%2C6BAAA%3B%3BAAZN%2CcAfJ%2COACE%2CoBAcG%2CaAWG%2CaAEE%3BEACE%2C6BAAA%3B%3BAAOd%2CiBACE%3BEACE%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CeACE%3BEACE%2CeAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACE%2CwBAAA%3B%3BAAEF%3BEACE%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAJF%2CwBAKE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CwBAKE%2CGAIE%3BEACE%2CeAAA%3B%3BAAVN%2CwBAKE%2CGAIE%2CGAEE%3BEACE%2C0BAAA%3B%3BAAZR%2CwBAKE%2CGAUE%3BEACE%2CYAAA%3B%3BAAIN%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CsBAAsB%2CwDAAtB%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAACA%2CYAAC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CyDAAtB%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CcACE%2COACE%2CoBAAmB%3BEACjB%2CgBAAA%3B%3BAAIN%2CMACE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6DAAA%3BEACA%2C0DAAA%3BEACA%2CqDAAA%3B%3BAAZJ%2CMACE%2CoBAYE%3BEACE%2CaAAA%3B%3BAAdN%2CMACE%2CoBAeE%3BEACE%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAnBN%2CMACE%2CoBAoBE%3BEACE%2CeAAA%3B%3BAAtBN%2CMACE%2CoBAuBE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAA3BN%2CMACE%2CoBAuBE%2CsBAIE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9BR%2CMACE%2CoBAiCE%3BEACE%2CiBAAA%3BEACA%2CSAAA%3B%3BAApCN%2CMACE%2CoBAiCE%2CeAGE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CMACE%2CoBAiCE%2CeAGE%2CGAIE%2CKAAI%3BEACF%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3CV%2CMACE%2CoBAiCE%2CeAGE%2CGAIE%2CKAAI%2CYAGF%2CKAAI%3BEACF%2CcAAA%3B%3BAACA%2CMA7CV%2CoBAiCE%2CeAGE%2CGAIE%2CKAAI%2CYAGF%2CKAAI%2CsBAED%3BEACC%2CSAAS%2COAAT%3BEAEA%2CaAAa%2CgBAAb%3BEACA%2CSAAA%3B%3BAAlDd%2CMACE%2CoBAwDE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3DN%2CMACE%2CoBAwDE%2CcAGE%3BEACE%2CqBAAA%3BEACA%2CoBAAA%3B%3BAA9DR%2CMACE%2CoBAwDE%2CcAOE%3BEACE%2CaAAA%3B%3BAAjER%2CMACE%2CoBAwDE%2CcAOE%2CYAEE%2CYACE%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArEZ%2CMACE%2CoBAwDE%2CcAOE%2CYAQE%3BEACE%2CsBAAA%3B%3BAAzEV%2CMACE%2CoBAwDE%2CcAOE%2CYAQE%2CaAEE%3BEACE%2CuBAAA%3BEACA%2CeAAA%3B%3BAA5EZ%2CMACE%2CoBAwDE%2CcAOE%2CYAQE%2CaAME%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAnFZ%2CMACE%2CoBAwDE%2CcAOE%2CYAQE%2CaAaE%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAxFZ%2CMACE%2CoBAwDE%2CcAmCE%3BEACE%2CWAAA%3B%3BAA7FR%2CMACE%2CoBA%2BFE%3BEACE%2CiBAAA%3B%3BAAjGN%2CMACE%2CoBA%2BFE%2CcAEE%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAArGR%2CMACE%2CoBAuGE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIN%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CmBAAmB%3BEACjB%2CoDAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CmBAAmB%3BEACjB%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CmBAAmB%3BEACjB%2CyBAAA%3B%3BACvOA%3BEjJwRA%2CmBAAA%3BEAAA%2CWAAA%3BEiJrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEjJ2QR%2CiBAAA%3BEiJzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEjJqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkJ9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEjJ6PR%2CiBAAA%3BEiJ3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEjJwPR%2CeAAA%3BEiJtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BEjJuOR%2CiBAAA%3B%3BAiJxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEjJ2Nb%2CiBAAA%3BEiJzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3B%3B%3B%3B%3BAC%5C%2FEhB%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BACJR%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAzHCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%2CQACR%3BEACE%2CgBAAA%3B%3BAH7BZ%2CcAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CcAgBI%2CqBAGM%3BExB2QV%2CiBAAA%3BEwBzQY%2CgBAAA%3B%3BAArBZ%2CcAgBI%2CqBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAWA%2CcAPR%2C2BACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAXR%2C2BACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CcAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CcAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA6H1EA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA9F9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA%2BFyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEtJ6NhC%2CcAAA%3BEsJ3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEtJkNT%2CcAAA%3BEsJhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEtJsM3C%2CcAAA%3BEsJpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEtJwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAsJpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEtJoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAsJ3KI%2COAAC%3BEtJ2KL%2CyBAAA%3BEsJzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BEtJyJT%2CmBAAA%3BEAAA%2CcAAA%3BEsJtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEtJ%2BIb%2CsBAAA%3B%3BAsJ1IQ%2COAjCH%2COAiCI%3BEtJ0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAsJpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEtJoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAsJ5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEtJ4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAsJtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BEtJkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEsJvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEtJ6ET%2Ca%2BE3RgC%2CyB%5C%2FE2RhC%3B%3BAsJzEQ%2COAlGH%2COAkGI%3BEtJyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEsJrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BEtJmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEsJfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEtJQZ%2CcAAA%3BEsJNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BEtJPtB%2C%2BBAAA%3B%3BAsJWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CmBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CSACI%3BEACI%2CkBAAA%3BEvJ8RR%2CiBAAA%3B%3BAuJ3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BArGbR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2COACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAXpB%2COACI%2CgBACI%2CUAGI%2CQASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjBpB%2COACI%2CgBAqBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2COACI%2CgBA4BI%2CKACI%2CKAGM%3BEACE%2CWAAA%3B%3BAAlCpB%2COACI%2CgBAsCI%2CeACI%3BEACI%2CWAAA%3BElDuPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2COkD3CI%2CgBAsCI%2CeACI%2CiBlDIX%3BAACD%2COkD5CI%2CgBAsCI%2CeACI%2CiBlDKX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COkDjDI%2CgBAsCI%2CeACI%2CiBlDUX%3BEACG%2CWAAA%3B%3BAkDnDJ%2COACI%2CgBAsCI%2CeACI%2CiBsG6DZ%3BEACI%2CWAAA%3B%3BAtGtGJ%2COACI%2CgBAsCI%2CeACI%2CiBsGxBZ%3BAtGhBA%2COACI%2CgBAsCI%2CeACI%2CiBsGvBZ%3BEACI%2CqBAAA%3B%3BAtGlBJ%2COACI%2CgBAsCI%2CeACI%2CiBsGxBZ%2CSAQI%2CEAAC%3BAtGxBL%2COACI%2CgBAsCI%2CeACI%2CiBsGvBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAtGzBR%2COACI%2CgBAsCI%2CeACI%2CiBsGVZ%2CSACI%3BExJiQJ%2CkBAAA%3B%3BAkDhSA%2COACI%2CgBAsCI%2CeACI%2CiBsGAZ%2CWAKI%2CEAAC%3BExJmPL%2CeAAA%3B%3BAkDhSA%2COACI%2CgBAsCI%2CeACI%2CiBsGgBZ%3BAtGxDA%2COACI%2CgBAsCI%2CeACI%2CiBsGiBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAtG3DJ%2COACI%2CgBAsCI%2CeACI%2CiBAQM%3BEACE%2CgBAAA%3B%3BAAMR%2COAtDR%2CgBAqDI%2CQACK%3BElDyOb%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEG2CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAtDR%2CgBAqDI%2CQACK%2CIH6NX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2COGvBI%2CgBAqDI%2CQACK%2CIH%5C%2FBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDpOU%2COhDoOV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COGpCA%2CgBAqDI%2CQACK%2CIHnBZ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2COG1CA%2CgBAqDI%2CQACK%2CIHbZ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAkDhSA%2COACI%2CgBAkEI%3BEACI%2CaAAA%3B%3BAApEZ%2COACI%2CgBAsEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAII%3BElD6MJ%2CiBAAA%3B%3BAkDjNA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAuGrFJ%2C8BADJ%2CSACK%3BEACG%2CiBAAA%3B%3BAlJXZ%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BEPmRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEOjRQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACR%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANR%2CyBAEI%2CUAAY%2CSAIP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CyBAkBI%2CyBAoBI%2COAAM%2COACF%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAMF%3BEAEI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAoBI%2COAAM%2COAgBF%3BEACI%2CqBAAA%3B%3BAAvDhB%2CyBA4DI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAA9DR%2CyBAiEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAnEZ%2CyBAiEI%2CsBACM%2CSAGI%3BEPkNd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAOvRA%2CyBAiEI%2CsBASM%3BAA1EV%2CyBAiEI%2CsBAUI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA9EZ%2CyBAiEI%2CsBAgBI%3BEACI%2CmBAAA%3B%3BAAlFZ%2CyBAiEI%2CsBAgBI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtFhB%2CyBAiEI%2CsBAyBI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBA5BR%2CsBAyBI%2CgBAGK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAiEI%2CsBAyBI%2CgBAOM%3BEPsLd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEOpLgB%2CcAAA%3B%3BAAnGhB%2CyBAiEI%2CsBAsCI%2CQAAO%2CMAGD%3BEACE%2CmBAAA%3B%3BAA3GhB%2CyBAiEI%2CsBAuDI%3BEACI%2CkBAAA%3B%3BAAzHZ%2CyBAiEI%2CsBAuDI%2CqBAGM%3BEAEE%2CgBAAA%3B%3BAwCfhB%2CyBxC7CI%2CsBAuDI%2CqBAGM%2CUAIG%2CUwCjBhB%3BE%5C%2FCyKD%2CSgDlOgB%2COhDkOhB%3B%3BAOvRA%2CyBA%2BII%2CEAAC%3BEPwIL%2CcAAA%3B%3BAOvRA%2CyBAmJI%2CQACI%2COAAM%3BEPmId%2CgBAAA%3BEOxHY%2CgBAAA%3B%3BAA%5C%2FJZ%2CyBAmJI%2CQACI%2COAAM%2CIDunBZ%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAC%5C%2FwBJ%2CyBAmJI%2CQACI%2COAAM%2CIAGF%3BEACI%2CgBAAA%3B%3BAAGJ%2CyBARR%2CQACI%2COAAM%2CIAOD%3BEACG%2CgBAAA%3B%3BAA5JhB%2CyBAmKI%3BEACI%2CgBAAA%3B%3BAApKR%2CyBAuKI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAChKR%3BEACI%2CcAAA%3B%3BAAIA%2CQAAC%3BERyNL%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAQtNI%2CQAAC%3BERkQL%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEQ7NQ%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAJlB%3BEAKO%2CqBAAA%3BEACA%2CeAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAGJ%2CQAVH%2CKAUI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAhBH%2CKAgBI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQA3BH%2CKA2BI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSA%5C%2FBtB%2CKA2BI%3BEAKO%2CYAAA%3B%3BAAIR%2CQApCH%2CKAoCI%3BEACG%2CYAAA%3B%3BAADJ%2CQApCH%2CKAoCI%2CQAGK%3BEACE%2CiBAAA%3B%3BAAJR%2CQApCH%2CKAoCI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CQApCH%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEHyJxB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CQGrNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHqKvB%3BAACD%2CQGtNK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHsKvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQG3NK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COH2KvB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQGhOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHgLvB%3BAACD%2CQGjOK%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%2COHiLvB%3BAACD%2CQAAQ%2CUAAW%2CSGlOd%2CKAoCI%2CQAOG%2CmBAKM%2CSAAM%3BEHmLpB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAQ9NQ%2CQApCH%2CKAoCI%2CQAOG%2CmBASM%3BEAKE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALA%2CQAtDf%2CKAoCI%2CQAOG%2CmBASM%2CUAEG%3BEACG%2CSAAA%3B%3BAAnBhB%2CQApCH%2CKAoCI%2CQA%2BBG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CQApCH%2CKAoCI%2CQA%2BBG%2CiBAIM%2CSAAM%3BEACJ%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CQAhFH%2CKAgFI%3BEACG%2CcAAA%3B%3BAAjFR%2CQAAC%2CKAoFG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAtFZ%2CQAAC%2CKAoFG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA3FZ%2CQAAC%2CKA%2BFG%3BEACI%2CmBAAA%3B%3BAAhGR%2CQAAC%2CKA%2BFG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApGZ%2CQAAC%2CKA%2BFG%2CWAQI%3BER2JZ%2CWAAA%3BEQzJgB%2CeAAA%3B%3BAAzGZ%2CQAAC%2CKA6GG%3BEACI%2CaAAA%3B%3BAA9GR%2CQAAC%2CKA6GG%2CWAGI%3BEACI%2CmBAAA%3B%3BAAjHZ%2CQAAC%2CKAqHG%2CeACI%3BEACI%2CaAAA%3B%3BAAvHZ%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CeAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BAuC9CZ%2CQvCzFK%2CKA0IG%2CWuCjDP%3BE%5C%2FCyKD%2CSgDlOgB%2COhDkOhB%3B%3BAQlQI%2CQAAC%2CKAgJG%3BERkHR%2CiBAAA%3BEQhHY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CcAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CeAAA%3B%3BAAKZ%2CgBACI%3BER0FJ%2CiBAAA%3B%3BAQ3FA%2CgBAKI%2CqBAAuB%3BAAL3B%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAuB%3BAAV3B%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAuB%2CuBAAqB%3BAAZhD%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAQ%2CuBAAoB%3BAAdhC%2CgBAeI%2CMAAQ%2CuBAAqB%3BER4EjC%2CiBAAA%3B%3BAQvEQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAsDhPhB%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE9DuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BE8DpQQ%2CkBAAA%3B%3BAARR%2CQAUI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BE9D0OL%2C6BAAA%3B%3BA8D1OI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAzChB%2CQA8CI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BE9DsML%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2COekEK%2COflEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD7OY%2COhD6OZ%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COeqDC%2COftDJ%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA8DtMI%2COAAC%2COf0LH%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8DwEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSdhDE%2COcgDF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BArD%5C%2FGR%3BAACA%2CIAAI%3BETkRJ%2CWAAA%3B%3BAS1QgB%2CYAHZ%2CiBACI%2CqBACM%2CuBACG%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACM%2CuBAKG%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CcAAA%3BETgLR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAS1LA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BETuKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUhBA%2CQAAQ%2CMAmBJ%2COAAM%2COVGR%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAUxBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAAtBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAMF%3BEACI%2CcAAA%3B%3BAA1BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BEN0HR%2CYAAA%3B%3BAM%5C%2FHA%2CQAAQ%2CKAAK%2CSAIT%2CuBN6HF%2CQAGI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN8HF%2CQAEI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN%2BHF%2CQACI%2CKACI%3BAMrIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN6HF%2CQAGI%2CKAEI%3BAMtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN8HF%2CQAEI%2CKAEI%3BAMtIV%2CQAAQ%2CKAAK%2CSAIT%2CuBN%2BHF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAMvIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBNnBF%2CQAGI%2CKACI%3BAMWV%2CQAAQ%2CKAAK%2CSAIT%2CuBNlBF%2CQAEI%2CKACI%3BAMWV%2CQAAQ%2CKAAK%2CSAIT%2CuBNjBF%2CQACI%2CKACI%3BEHiKV%2C2BAAA%3B%3BAStJA%2CQAAQ%2CKAAK%2CSAIT%2CuBNnBF%2CQAGI%2CKAII%3BAMQV%2CQAAQ%2CKAAK%2CSAIT%2CuBNlBF%2CQAEI%2CKAII%3BAMQV%2CQAAQ%2CKAAK%2CSAIT%2CuBNjBF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAS3IA%2CkBACI%3BET0IJ%2CcAAA%3BESxIQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAuB%3BAAzB%5C%2FB%2CkBACI%2CoBAyBI%2CMAAQ%3BAA1BhB%2CkBACI%2CoBA0BI%3BETgHR%2CiBAAA%3B%3BAS3IA%2CkBACI%2CoBAwBI%2CqBAAuB%2CuBAInB%3BAA7BZ%2CkBACI%2CoBAyBI%2CMAAQ%2CuBAGJ%3BAA7BZ%2CkBACI%2CoBA0BI%2CMAEI%3BET8GZ%2CiBAAA%3BES5GgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CkBACI%2CoBAmCI%2CeAAe%3BETuGvB%2CiBAAA%3BESrGY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvCZ%2CkBACI%2CoBAyCI%2CWACI%2CeAAe%3BETgG3B%2CeAAA%3BES9FgB%2CgBAAA%3B%3BAAMA%2CkBAlDZ%2CoBAgDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBACI%2CoBAwDI%3BEACI%2CmBAAA%3B%3BAA1DZ%2CkBA8DI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAApER%2CkBAuEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7EZ%2CkBAiFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CcAAA%3B%3BAA7GZ%2CkBAiHI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAnHR%2CkBAsHI%3BEACI%2CWAAA%3B%3BAAvHR%2CkBA0HI%2CwBACI%3BEACI%2CgBAAA%3B%3BAAOJ%2CwBADJ%2CUACK%3BEACG%2CgBAAA%3B%3BAAHZ%2CwBAOI%2CgCACI%3BETER%2CgBAAA%3BEAAA%2CiBAAA%3BESCY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAfZ%2CwBAOI%2CgCAYI%2CMAAK%2CgBACC%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BETnBpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BASVA%2CwBAoCI%2COACI%3BEACI%2CcAAA%3BET5BZ%2CeAAA%3B%3BASVA%2CwBA0CI%2COACI%2CMAAK%3BEACD%2CcAAA%3B%3BAAKZ%2CuBAAwB%3BAACxB%2CmBAAoB%3BETxCpB%2CcAAA%3BES0CI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAmB%3BAAV3B%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACM%3BAAhBV%2CmBAAoB%2CWAehB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACM%2COAIG%3BAAAD%2CmBApBQ%2CWAehB%2CiBACM%2COAIG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%3BAAhC%5C%2FB%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%3BAAhChB%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%3BAAjChB%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BETzER%2CiBAAA%3BES2EY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAuB%2CuBAMnB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAQ%2CuBAKJ%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BET7EZ%2CiBAAA%3BES%2BEgB%2CgBAAA%3B%3BAAMhB%2CWAaI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAsCjSJ%2CqBtCmSI%2CQAAO%2CUsCnSV%3BE%5C%2FCyKD%2CSgDlOgB%2COhDkOhB%3B%3BASgIA%3BEAEI%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BETzJA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEL%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAI2OJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BETzMR%2CcAAA%3BES2MY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAFR%2CeACI%2CQACK%3BEAEG%2CcAAA%3B%3BAAvEhB%2CQA4EI%2CQAAO%3BEACH%2CgBAAA%3B%3BAA7ER%2CQAwFI%3BEAEI%2CiBAAA%3B%3BAA1FR%2CQAwFI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FFZ%2CQAuGI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GZ%2CQAuGI%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3BAAoNR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKACtB%3BAAPV%2CcAAc%2CWAMV%2CkBAAoB%2CQAAQ%2CKAEtB%3BEACE%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CiBAtBR%2CMAqBK%2CQACI%3BAACD%2CiBAvBR%2CMAqBK%2CQAEI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA5BJ%2CMA4BK%3BETliBT%2CiBAAA%3B%3BASkiBQ%2CiBA5BJ%2CMA4BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBArCJ%2CMAqCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBArCJ%2CMAqCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAA%5C%2FChB%2CiBAGI%2CMAgDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA3DZ%2CiBA%2BDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjER%2CiBAoEI%3BEACI%2CcAAA%3B%3BAArER%2CiBAwEI%3BAAxEJ%2CiBAyEI%3BAAzEJ%2CiBA0EI%2CSAAQ%3BAA1EZ%2CiBA2EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA7ER%2CiBAgFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BET5lBb%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BASmmBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BETzmBX%2CgBAAA%3BES2mBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0GR%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3B%3B%3B%3BACxhCR%2COACI%2CUACI%2CSACI%2COACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOpB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEqCnBJ%2CqBAAA%3BErC8BQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CaAaI%2COqC%2BOF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CarCaI%2COqCbH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD3OU%2COhD2OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CarCAA%2COqCDH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CarCNA%2COqCKH%2COACI%3BE%5C%2FCqPL%2CWAAA%3B%3BAU7OQ%2CaAdJ%2COAcK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA9BpB%2CaAoCI%2CQAAO%3BEACH%2CaAAA%3B%3BAArCR%2CaAwCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5CR%2CaA%2BCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnDR%2CaAsDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CoBAQI%3BEVqMJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAWxBQ%2CoBAHJ%2CGAGK%2CIAAI%3BEVkMb%2CgBAAA%3BEAAA%2CyBAAA%3BEU%5C%2FLY%2CaAAA%3B%3BAAdZ%2CoBAQI%2CGASI%3BEV4LR%2C6BAAA%3BEU1LY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAlBR%2CGASI%2CGASK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGASI%2CGAaK%3BAACD%2CoBAvBR%2CGASI%2CGAcK%3BEV8Kb%2CmBAAA%3B%3BAU7MA%2CoBAQI%2CGASI%2CGAkBI%3BEV0KZ%2CWAAA%3BEUxKgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%3BEACC%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSA2CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CaAIM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COAAO%3BEACH%2CmBAAA%3B%3BAC3LJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEXmQA%2CmBAAA%3BEWhQI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMM%3BEX6PN%2CiBAAA%3BEW3PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CaAaI%2COAeI%2CiBACM%3BEACE%2CgBAAA%3B%3BAA9BhB%2CaAaI%2COAeI%2CiBACM%2CWAGE%2CQAAO%3BAAhCvB%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZpKhF%2CaAaI%2COAeI%2CiBACM%2CWYuId%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAZnK9E%2CaAaI%2COAeI%2CiBACM%2CWYsId%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEZlI5D%2CWAAA%3B%3BAAlCpB%2CaAaI%2COAkCI%2COACI%3BEXmNZ%2CiBAAA%3BEWjNgB%2CgBAAA%3B%3BAAlDhB%2CaAaI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAvDZ%2CaAaI%2COAyCI%2CcAGI%2COACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA5DpB%2CaAaI%2COAyCI%2CcAGI%2COAMI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA5EZ%2CaAgFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApFR%2CaAgFI%2CwBAMI%2CQAAO%2CQAAQ%3BAAtFvB%2CaAgFI%2CwBYmFJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ7EvD%3BAAtFvB%2CaAgFI%2CwBYoFJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ9EzD%3BAAtFvB%2CaAgFI%2CwBYoFJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ7EvD%3BAAtFvB%2CaAgFI%2CwBYmFJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQZ9EzD%3BEAEX%2CWAAA%3B%3BAAxFZ%2CaAgFI%2CwBAWI%3BEACI%2CmBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FFhB%2CaAoGI%3BEACI%2CkBAAA%3B%3BAArGR%2CaAoGI%2CSAGM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAQZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CgBAAA%3B%3BAALZ%2CYASI%2CUAAS%3BEACL%2CaAAA%3B%3BAAMJ%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BM%3BEXkFd%2CcAAA%3BEAAA%2CiBAAA%3BEW%5C%2FEgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAtEZ%2CKAAC%2CcA0EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9ER%2CKAAC%2CcA0EG%2CiBAMM%3BAAhFV%2CKAAC%2CcA0EG%2CiBAOM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEX%2BChB%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BApC2II%2CKAAC%2CcA0EG%2CiBAMM%2CeoCuCZ%3BApCvHE%2CKAAC%2CcA0EG%2CiBAOM%2CiBoCsCZ%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CKpCqIK%2CcA0EG%2CiBAMM%2CeoCrNb%3BAAAD%2CKpCqIK%2CcA0EG%2CiBAOM%2CiBoCtNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CKpCwHC%2CcA0EG%2CiBAMM%2CeoCzMb%2CMACI%3BAAAD%2CKpCwHC%2CcA0EG%2CiBAOM%2CiBoC1Mb%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CKpCkHC%2CcA0EG%2CiBAMM%2CeoCnMb%2COACI%3BAAAD%2CKpCkHC%2CcA0EG%2CiBAOM%2CiBoCpMb%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAWnII%2CKAAC%2CcA0EG%2CiBAsBM%3BEAEE%2CQAAA%3B%3BAoCxIhB%2CKpCsCK%2CcA0EG%2CiBAsBM%2CiBoCtIb%3BE%5C%2FCyKD%2CSgD5PS%2COhD4PT%3B%3BAW5BgB%2CKAvGX%2CcA0EG%2CiBAsBM%2CiBAOG%3BEX4BjB%2CqBAAA%3B%3BAWnII%2CKAAC%2CcA6GG%3BEACI%2CkBAAA%3B%3BAAEA%2CKAhHP%2CcA6GG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKApHP%2CcA6GG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKA3HP%2CcA0HG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKArIP%2CcA0HG%2CSAWK%3BEXFb%2CiBAAA%3BEWIgB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKA7IP%2CcA4IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA9IZ%2CKAAC%2CcAmJG%3BEACI%2CgBAAA%3B%3BAApJR%2CKAAC%2CcAyJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAA1JR%2CKAAC%2CcAwKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1KR%2CKAAC%2CcA6KG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEM%3BAADN%2CKAAM%2CeACA%3BEACE%2CcAAA%3B%3BAAIR%2CKAAK%2CcAED%2CKAAI%3BAADR%2CYAAY%2CcACR%2CKAAI%3BAAFR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAyIJ%2CMAAC%3BEXnOL%2CeAAA%3BEWqOQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BA6B1fZ%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CeAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAASI%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBpB%2CeA8BI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CGACK%2CQAAQ%2CQAAQ%3BEACb%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAlDZ%2CeAsDI%2CeACM%3BEACE%2CgBAAA%3B%3BAAxDZ%2CeAsDI%2CeACM%2CWAGI%3BEACE%2CkBAAA%3B%3BAA3DhB%2CeAsDI%2CeACM%2CWAOI%3BEACE%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACM%2CWAOI%2CWAGE%2CQACK%3BAAAD%2CeAZhB%2CeACM%2CWAOI%2CWjBoHd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiBhH1D%2CeAZhB%2CeACM%2CWAOI%2CWjBqHd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiBjH5D%2CeAZhB%2CeACM%2CWAOI%2CWjBqHd%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiBhH1D%2CeAZhB%2CeACM%2CWAOI%2CWjBoHd%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEiB%5C%2FGxD%2CcAAA%3BEACA%2CWAAA%3B%3BAArExB%2CeAsDI%2CeACM%2CWAmBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5EhB%2CeAiFI%3BAAjFJ%2CeAkFI%3BAAlFJ%2CeAmFI%3BAAnFJ%2CeAoFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEM3DA%2CqBAAA%3BEACA%2CkBAAA%3BEN8EI%2CYAAA%3B%3BAxChFJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAwCqDJ%2CiBMxDA%3BEAEI%2CeAAA%3BE9C8OJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FOQ%2COhD%2BOR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CiBDKJ%2CiBCNC%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BA8CqEA%2CiBArTA%2CiBAqTC%3BE9CrED%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FOQ%2COhD%2BOR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAwCxLA%2CiBM%2BHA%3BE9CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BE8ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9C8CJ%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CyCAAA%3B%3BAwCxLA%2CiBM%2BHA%2CgBAsBI%3BE9CmCJ%2CSAAA%3B%3BA8C3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BE9CzSJ%2CsDAAA%3BE8C2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BE9C%5C%2FSJ%2CsDAAA%3BE8CiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BE9C%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8CoRA%2CiBA7UA%2CgBA6UC%3BE9CpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BA8CZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BANhLR%2CiBAsBI%3BExCkKJ%2CkBAAA%3B%3BAwCxLA%2CiBAsBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAA1BZ%2CiBA8BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CiBA8BI%2CSACI%2CSAIM%3BAAnCd%2CiBA8BI%2CSACI%2CSAKM%3BEACE%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIM%2CWAIG%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKM%2CaAGG%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEnC2EZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BA1CiOA%2CiBmC7FI%2CQACK%2CMnC4FR%3BAACD%2CiBmC9FI%2CQACK%2CMnC6FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmCnGI%2CQACK%2CMnCkGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmCxGI%2CQACK%2CMnCuGR%3BAACD%2CiBmCzGI%2CQACK%2CMnCwGR%3BAACD%2CQAAQ%2CUAAW%2CkBmC1Gf%2CQACK%3BEnC0GL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAwCzIQ%2CiBADJ%2CQACK%2CMO6HP%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CiBP8HI%2CQACK%2CMO%5C%2FHR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBPiHA%2CQACK%2CMOnHR%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CiBP2GA%2CQACK%2CMO7GR%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAwCzHQ%2CiBAjBJ%2CQAiBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%3BExCkHpB%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEwC7GgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAtCZ%2CQAiBK%2CSAOG%2CSAAQ%2CIAcH%3BEACG%2CaAAA%3B%3BAAtBZ%2CiBAjBJ%2CQAiBK%2CSAOG%2CSAAQ%2CIAkBJ%2CQACM%3BExC%2BFtB%2CeAAA%3B%3BAwCzHQ%2CiBAjBJ%2CQAiBK%2CSAgCG%3BEACI%2C4BAAA%3B%3BAAhGhB%2CiBAyGI%3BEACI%2CgBAAA%3B%3BAAIR%3BExC0EA%2CsBAAA%3BEAAA%2CeAAA%3BEwCvEI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BExCiEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAyCyGA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BExC2Db%2C0BAAA%3B%3BAwCvDQ%2CeAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAXZ%2CeAuBI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAzBZ%2CeA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CeAiCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CeAsCI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CeAsCI%2CmBAII%3BExCuBR%2CcAAA%3B%3BAwCjEA%2CeA%2BCI%3BEACI%2CkBAAA%3B%3BAAhDR%2CeA%2BCI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAnDZ%2CeA%2BCI%2CsBAOI%3BAAtDR%2CeA%2BCI%2CsBAQI%3BEACI%2CaAAA%3B%3BAAxDZ%2CeA%2BCI%2CsBAYI%2CMAAK%3BExCMb%2CiBAAA%3B%3BAwCjEA%2CeA%2BCI%2CsBAmBI%3BEACI%2CgBAAA%3B%3BAAnEZ%2CeAgFI%2CSACM%3BAAjFV%2CeAgFI%2CSAEM%3BEACE%2CWAAA%3B%3BAAnFZ%2CeAgFI%2CSAMI%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAZR%2CSAMI%2CQAMK%3BExC3Bb%2CcAAA%3BEwC6BgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAO9LhB%2CeP%2BKI%2CSAmBI%2CQACM%2CUOnMb%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAwC2CQ%2CeA5BJ%2CSA4BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%3BExCjDjB%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAPiRgB%2CeAlCZ%2CSAgCK%2CQACG%2CQACK%2CQO7Df%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CePyOI%2CSAgCK%2CQACG%2CQACK%2CQO3QhB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAP1BQ%2CeAhCJ%2CSAgCK%2CQAkBG%3BEACI%2CaAAA%3B%3BAAnIhB%2CeA%2BII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjJR%2CeAoJI%3BExCnFJ%2CiBAAA%3BEwCqFQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvJR%2CeA0JI%3BEACI%2CaAAA%3B%3BAAIA%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BExC%5C%2FFT%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAP4WQ%2CeADJ%2CQACK%2CKO1GP%3BAP2GM%2CeAFJ%2CQAEK%2COO3GP%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CePqWI%2CQACK%2CKOtWR%3BAAAD%2CePqWI%2CQAEK%2COOvWR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CePwVA%2CQACK%2CKO1VR%2CMACI%3BAAAD%2CePwVA%2CQAEK%2COO3VR%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CePkVA%2CQACK%2CKOpVR%2COACI%3BAAAD%2CePkVA%2CQAEK%2COOrVR%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BA%2BCzKA%2CePsQI%2CQAcK%2COOpRR%3BE%5C%2FCyKD%2CSgD5PS%2COhD4PT%3B%3BA0JvOA%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CmBARJ%2CMAAK%2CaAQA%2CMACK%3BEACE%2C6BAAA%3B%3BAAIR%2CmBAdJ%2CMAAK%2CaAcA%2CSACK%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CsBAAsB%2CyBAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBACI%3BEAUI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAApBR%2CsBACI%2Ce3GyJF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CsB2GmGI%2Ce3GnGH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0J1RmB%2CO1J0RnB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2GsFA%2Ce3GvFH%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA0J%5C%2FII%2CsBAAC%2CMACG%2CeAAe%3BAADnB%2CsBAAC%2CMAEG%2CcAAa%3BEACT%2CYAAA%3B%3BAA1BZ%2CsBA8BI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAhCR%2CsBAmCI%2CeAAe%3BEACX%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA5CR%2CsBA%2BCI%3BE1JuHJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CsB2GiJI%2Ce3GjJH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2GoIA%2Ce3GrIH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0J9GQ%2CsBATJ%2CeASK%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9DZ%2CsBAkEI%3BE1JoGJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2CsB2GoKI%2CkB3GpKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsB2GuJA%2CkB3GxJH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0J3FQ%2CsBATJ%2CkBASK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAAC%2CSACG%3BEACI%2CqBAAA%3B%3BAAHZ%2CcAOI%3BAAPJ%2CcAQI%3BEACI%2CmBAAA%3B%3BAATR%2CcAYI%3BE3J7JJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BE2J6JQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcALJ%2CwBAKK%3BEACG%2CmBAAA%3B%3BAAlBZ%2CcAsBI%3BEACI%2CcAAA%3B%3BAAvBR%2CcA0BI%3BEACI%2CiBAAA%3B%3BAAIA%2CUADO%2CeAAE%2CeACR%3BEACG%2C6BAAA%3B%3BAAOR%2C0BAAC%3BE1J0BL%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2C0B2G8OK%2CqB3G9OJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2GiOC%2CqB3GlOJ%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0JjBQ%2C0BATH%2CqBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE1JQL%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2C0B2GgQK%2CkB3GhQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2GmPC%2CkB3GpPJ%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0JCQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BE1JVL%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2C0B2GkRK%2CkB3GlRJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0B2GqQC%2CkB3GtQJ%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0JmBQ%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAOJ%3BEACI%2CeAAA%3B%3BAAEA%2CwBAAC%2CSACG%3BEACI%2CcAAA%3B%3BAAIA%2CwBANP%2CSAKG%2CsBACK%3BEACG%2CaAAA%3B%3BAAVhB%2CwBAeI%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAIQ%2CwBAdZ%2CqBAYM%2CsBACE%2CsBACK%3BEACG%2CaAAA%3B%3BAA9BpB%2CwBAoCI%3BEACI%2CUAAA%3B%3BAArCR%2CwBAwCI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA7CR%2CwBAgDI%3BEAEI%2CYAAA%3BEACA%2CkBAAA%3BE1JjGR%2CcAAA%3BE%2BC9QA%2CqBAAA%3B%3BA2G4TA%2CwBAgDI%2CsB3G1GF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CwB2GsWI%2CsB3GtWH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS0JzRiB%2CO1JyRjB%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwB2GyVA%2CsB3G1VH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA0J8CA%2CwBAiEI%3BEACI%2CWAAA%3B%3BAAlER%2CwBAiEI%2CoBAGI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAXR%2CoBAGI%2CeAQK%3BEACG%2CyDAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CwBAlBZ%2CoBAGI%2CeAcK%2CMACI%3BEACG%2CsDAAA%3B%3BAApFpB%2CwBAiEI%2CoBAGI%2CeAoBM%3BEACE%2CaAAA%3B%3BAAzFhB%2CwBAiEI%2CoBA4BI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BA9I7ZJ%3BEZqQA%2CgBAAA%3B%3BAYhQA%3BEZgQA%2CgBAAA%3B%3BAYhQA%2CYAOI%3BEZyPJ%2C6BAAA%3BEYtPQ%2CmBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%3BAADJ%2CqBAEI%3BEACI%2CaAAA%3B%3BAAHR%2CqBAMI%3BEACI%2CcAAA%3B%3BAAIR%2CyBAGI%3BEACI%2CaAAA%3B%3BAAIR%2CkBACI%3BAarDJ%2CwBA0CI%2CwBbWA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAHR%2CkBACI%2CeAII%3BAazDR%2CwBA0CI%2CwBbWA%2CeAII%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAARZ%2CkBACI%2CeAII%2CiBAKI%3BAa9DZ%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%3BEACI%2CWAAA%3B%3BAAXhB%2CkBACI%2CeAII%2CiBAKI%2CSAEI%3BAahEhB%2CwBA0CI%2CwBbWA%2CeAII%2CiBAKI%2CSAEI%3BEAEI%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBpB%2CkBACI%2CeAsBM%2CSACI%3BAa5Ed%2CwBA0CI%2CwBbWA%2CeAsBM%2CSACI%3BEACE%2CaAAA%3B%3BAmDzFhB%3BE%5C%2FD2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE%2BDrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE%5C%2FDmRJ%2CeAAA%3BE%2BDjRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BE1D4MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAK7CA%2CsB0D3NI%2CkBACI%2COAEK%2COAAO%2CS1DwNnB%3BAACD%2CsB0D5NI%2CkBACI%2COAEK%2COAAO%2CS1DyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0DjOI%2CkBACI%2COAEK%2COAAO%2CS1D8NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0DtOI%2CkBACI%2COAEK%2COAAO%2CS1DmOnB%3BAACD%2CsB0DvOI%2CkBACI%2COAEK%2COAAO%2CS1DoOnB%3BAACD%2CQAAQ%2CUAAW%2CuB0DxOf%2CkBACI%2COAEK%2COAAO%3BE1DsOhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA%2BDlQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE%5C%2FDkQjB%2CWAAA%3B%3BAatPA%3BEAEI%2CaAAA%3B%3BAAGJ%3BEbiPA%2CgBAAA%3BEa%5C%2FOI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEb0OA%2CgBAAA%3BEAAA%2CYAAA%3BEavOI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAAC%3BEbkOL%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CSAAA%3BEAAA%2C2BAAA%3BEa7NQ%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEbqNT%2C0BAAA%3B%3BAa%5C%2FMQ%2CsBADH%2CWACI%3BEb%2BMT%2C0BAAA%3B%3BAa1OA%2CsBAgCM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEbsMR%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAa3LQ%2CsBAfF%2COAeG%3BAACD%2CsBAhBF%2COAgBG%3BEb0LT%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2C2BAAA%3BEAAA%2CWAAA%3BEanLY%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBA9BF%2COA8BG%3BEb4KT%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEatKY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEbqKZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAazJI%2CsBAAC%3BEACG%2CeAAA%3B%3BAAGI%2CsBAJP%2CUAGI%2CMACI%3BEbqJb%2CmBAAA%3B%3BAahJgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BEbgJjB%2CmBAAA%3B%3BAazJI%2CsBAAC%2CUAeK%3BEb0IV%2CcAAA%3B%3BAavIY%2CsBAlBP%2CUAeK%2COAGG%3BEbuIb%2CaiDvRe%2CYjDuRf%3BEAAA%2CSgDhPa%2COhDgPb%3B%3BAa%5C%2FHQ%2CsBADH%2CQACI%3BEb%2BHT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAahII%2CsBAAC%2CQAMK%3BEb0HV%2CWAAA%3BEAAA%2CgBAAA%3B%3BAatHY%2CsBAVP%2CQAMK%2COAIG%3BEbsHb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAajHY%2CsBAfP%2CQAMK%2COASG%3BEbiHb%2CqBAAA%3BEAAA%2CSgDhPa%2COhDgPb%3BEAAA%2CaiDvRe%2CYjDuRf%3B%3BAkEnRI%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BElE2QR%2CiBAAA%3B%3BAkEtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BElEkQZ%2CqBAAA%3B%3BA4B1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BA%2BHEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE3J%2BPL%2CYAAA%3B%3BA2J%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE3JuPb%2CWAAA%3B%3BA2JrQA%2CcAoBI%3BE3J3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2JAA%2CcAwBI%3BE3J6OJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BA4GSA%2CcAwBI%2CsB5GiOF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2Cc4G2BI%2CsB5G3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgD7NQ%2COhD6NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cc4GcA%2CsB5GfH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA2JnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE3J%2BNT%2CYAAA%3B%3BA2J9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE3JuNjB%2CWAAA%3B%3BA2JrQA%2CcAqDI%3BE3JgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2JzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE3J8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE2JxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE3JkLT%2C2BAAA%3B%3BA2J9KQ%2CcAlCJ%2CuBAkCK%3BE3J8KT%2C2BAAA%3BE2J5KY%2CUAAA%3BEACA%2CUAAA%3B%3BAA2DhB%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%3BI3JwHrC%2CyBAAA%3B%3BE2JrHA%2CcAAe%2CuBAAsB%3BI3JqHrC%2C4BAAA%3BI2JnHI%2CQAAA%3B%3B%3BA9H1IJ%2CYAMI%3BAANJ%2CYAOI%3BE7BsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA6B7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAOI%3BAAjBZ%2CYAOI%2CuBAGI%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CYAwBI%3BEACI%2CYAAA%3B%3BAAzBR%2CYA4BI%3BE7BiOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BE6BxNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE7BmNT%2CqBAAA%3B%3BA6BhNY%2CYAjBR%2CuBAcK%2CcAGI%3BE7BgNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgDhPa%2COhDgPb%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE6BzMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA%5C%2FDhB%2CYA0EI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAhFhB%2CYAqFI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvFR%2CYA0FI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BAAAD%2CiBAFR%2CiBN4CJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM1ClE%2CiBAFR%2CiBN6CJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM3CpE%2CiBAFR%2CiBN6CJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAM1ClE%2CiBAFR%2CiBN4CJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEMzChE%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C%2BBAOI%2CMACI%3BE7B0HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA6BrHY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2C%2BBAOI%2CMACI%2CGAWI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2C%2BBAlBR%2CMAiBI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAA3BpB%2C%2BBAOI%2CMAyBI%3BEACI%2CgBAAA%3B%3BAAjCZ%2C%2BBAOI%2CMA6BI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAgC9LhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BE7DgRR%2CcAAA%3BE6D9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BE7DmQR%2CYAAA%3BE6D%5C%2FPY%2CSAAA%3B%3BA%5C%2FBdZ%3BE9B6QA%2CeAAA%3B%3BA8B7QA%2C%2BBAGI%3BE9B0QJ%2C6BAAA%3BE8BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE9BoQR%2CSAAA%3BEAAA%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEjBsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CaiBwPN%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2C%2BBjBFI%2C4BAMI%2CaiBJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBjBfA%2C4BAMI%2CaiBQP%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2C%2BBjBrBA%2C4BAMI%2CaiBcP%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BA8B7QA%2C%2BBA2BI%3BE9BkPJ%2CiBAAA%3B%3BA8B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAcrCR%3BE5C8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA4C9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BE5C6PR%2CWAAA%3BE4C3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE5C%2BOhB%2CiBAAA%3BE4C7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2C6BAAA%3BE5CwNZ%2CyBAAA%3BE4CtNY%2CeAAA%3BE5CsNZ%2CcAAA%3BE%2BChOA%2CqBAAA%3BEHYY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3DZ%2CkBAoDI%2CeACM%2CSG6MR%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CkBHAI%2CeACM%2CSGDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAH1RY%2CkBATR%2CeACM%2CSAQG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CkBAoDI%2CeACM%2CSAcE%3BE5C2MZ%2CiBAAA%3BE4CzMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAGwChB%2CkBH1DI%2CeAsBK%2COACK%2CSGmCb%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BA4C9QA%2CkBAoDI%2CeA4BI%3BEACI%2CkBAAA%3B%3BAAjFZ%2CkBA0FI%3BE5CoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE4ChLQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CkBAwGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhHZ%2CkBAwGI%2CcAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CkBAwGI%2CcAiBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3HZ%2CkBAwGI%2CcAsBI%3BE5CgJR%2CiBAAA%3BE4C9IY%2CgBAAA%3B%3BAAIA%2CkBA5BR%2CcA2BI%2CqBACQ%2CuBACA%3BE5CyIhB%2CeAAA%3B%3BA4C9QA%2CkBAwGI%2CcAmCI%3BEACI%2CgBAAA%3B%3BAA5IZ%2CkBAgJI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlJR%2CkBAgJI%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzJZ%2CkBAgJI%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BAA%2BDpB%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%3BAb9NZ%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAQR%2CqBACI%3BE%5C%2FB6PJ%2CiBAAA%3BE%2BB3PQ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CqBACI%2CaAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CqBAWI%2COACI%3BEACI%2CgBAAA%3B%3BAAbZ%2CqBAiBI%3BEACI%2CkBAAA%3B%3BAAlBR%2CqBAiBI%2CiBAGM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CqBA%2BBI%2COAAM%3BEACF%2CSAAA%3B%3BAAhCR%2CqBA%2BBI%2COAAM%2COAGF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CqBA%2BBI%2COAAM%2COAQF%2COACI%3BAAxCZ%2CqBA%2BBI%2COAAM%2COAQF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAhBJ%2COAAM%2COAgBE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAAM%2COAgBE%2CSAMC%3BE%5C%2FByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE%2BBpMgB%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC3FhB%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAPJ%2CgBAOK%2CQACG%3BEACI%2CcAAA%3B%3BAAIR%2CwBAbJ%2CgBAaQ%2CkBACA%3BEhC8PZ%2C0BAAA%3B%3BAgCzPY%2CwBAnBR%2CgBAkBI%2CKACK%3BEACG%2CmBAAA%3B%3BAADJ%2CwBAnBR%2CgBAkBI%2CKACK%2CoBAGG%3BEACI%2CUAAA%3B%3BAA7BpB%2CwBAmCI%3B%3B%3B%3B%3BAAnCJ%2CwBAmCI%2CwBAaI%3BEACI%2CmBAAA%3B%3BAAjDZ%2CwBAsDI%3BEhC4NJ%2CeAAA%3BEgC1NQ%2CSAAA%3B%3BAAxDR%2CwBAsDI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CwBAsDI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAlEZ%2CwBAsEI%3BEACI%2CaAAA%3BEhC2MR%2CsBAAA%3B%3BAgCxMY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAAnFhB%2CwBAwFI%3BAAxFJ%2CwBAyFI%3BEhCyLJ%2CgBAAA%3B%3BAgClRA%2CwBA6FI%3BEACI%2CgBAAA%3B%3BAA9FR%2CwBAiGI%3BEACI%2CgBAAA%3B%3BAAlGR%2CwBAiGI%2C0BAGI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvGhB%2CwBAiGI%2C0BAcI%3BEhCmKR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAgClRA%2CwBAiGI%2C0BAmBI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA3HZ%2CwBAqII%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAxIR%2CwBA2II%3BEACI%2CcAAA%3B%3BAPpIY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSuB0ClB%2COvB1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEzBwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAyB%5C%2FQA%2CwBAuBI%2CsBAII%3BEzBoPR%2CcAAA%3BEAAA%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CwBtB9BI%2CsBAII%2CesB0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBtB3CA%2CsBAII%2CesBsCP%2CMACI%3BE%5C%2FC6ML%2CWAAA%3B%3BA%2BCvMI%2CwBtBjDA%2CsBAII%2CesB4CP%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAyB%5C%2FQA%2CwBA0CI%3BEzBqOJ%2CsBAAA%3B%3BAyB9NgB%2CwBAPZ%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAlDpB%2CwBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CwBA6DI%3BEACI%2CUAAA%3B%3BAA9DR%2CwBA6DI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAA9EhB%2CwBA6DI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApFhB%2CwBA6DI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA1FZ%2CwBA8FI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAArGhB%2CwBA8FI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1GhB%2CwBA8FI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAhHhB%2CwBA8FI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAAtHhB%2CwBA8FI%2COA4BI%2CSAEI%3BAA5HZ%2CwBA8FI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA7HhB%2CwBA8FI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBA8FI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAA1IhB%2CwBA8FI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBApDJ%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAXvKxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEd%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAc9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEdiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAchSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA2BpCI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEzC0QR%2CiBAAA%3B%3BAMiwBA%2CgBmCrgCI%2CUnCqgCH%3BENjwBD%2CgBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAyCjQQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACA%2CQAGG%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CeAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAKZ%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAnC28BhB%2CoBmCv8BI%2CUAAS%2COAAO%2CQnCu8BnB%3BENjwBD%2CgBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAyCpMQ%2CoBAFJ%2CUAAS%2COAAO%2CQAEX%3BEACG%2CgBAAA%3B%3BAnCo8BZ%2CKmC%5C%2F7BK%2CSAAS%2COACV%2CUnC87BH%3BENjwBD%2CgBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAyC3LQ%2CKAHH%2CSAAS%2COACV%2CUAEK%3BEACG%2CgBAAA%3B%3BAAcZ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BE1CpDJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BA0CiCR%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAOI%3BEACI%2CmBAAA%3B%3BAARR%2CQAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAZR%2CQAWI%2CQAAO%2CKAGH%3BEACI%2CaAAA%3B%3BAAfZ%2CQAuBI%3BEACI%2CgBAAA%3B%3BAAxBR%2CQA2BI%3BEzCoIJ%2CmBAAA%3BEyClIQ%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQALJ%2CeAKK%3BEACG%2CgBAAA%3B%3BAA0BI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BEzCoGjB%2CcAAA%3B%3BAyC5EQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAQI%3BEAMI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CMAQI%2COACI%3BEzCsER%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyC5DQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAApBZ%2CMAwBI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BEzC6JJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAyCpMR%2CMAAM%2CSACF%2CSAII%3BEzCqMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAyC5MT%2CMAAM%2CSACF%2CSAQI%3BEzCiMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEyCjMG%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CcADW%2CyBACV%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CgBADa%2CyBACZ%3BEACG%2CyBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CqBADkB%2CyBACjB%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CQAAQ%3BEzC3BR%2CgBAAA%3B%3BAyC2BA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BAACA%3BEACI%2CkBAAA%3B%3BAAFJ%2CuBAII%3BAAHJ%2C2BAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CuBAQI%3BAAPJ%2C2BAOI%3BEACI%2CkBAAA%3B%3BAAIR%2CqBACI%2CMAAQ%2CQAAQ%2CKAAK%3BEACjB%2CmBAAA%3B%3BAe5VR%2CcAKI%3BExD2RJ%2CiBAAA%3BEAAA%2CiBAAA%3BEwDxRQ%2CqBAAA%3BEACA%2CiBAAA%3B%3BACTR%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAMI%2CQAAO%3BEzD0RX%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2C4BUlBI%2CQAAO%2CSVkBV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7QY%2COD6QZ%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAU3VA%2C0BACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C0BAOI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAcR%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAHpE%2CUAGwE%3BEACtE%2CWAAA%3B%3BAAJR%2CMAAM%2CUAOF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAXF%2CUAOF%2CiBAIK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAbZ%2CMAAM%2CUAiBF%3BEACI%2CeAAA%3B%3BAAEA%2CMApBF%2CUAiBF%2CqBAGK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CMAxBF%2CUAiBF%2CqBAOK%3BEACG%2CSAAS%2CGAAT%3B%3BAAzBZ%2CMAAM%2CUA6BF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEzDiNR%2CiBAAA%3B%3BAyDhPA%2CMAAM%2CUAmCF%2COAAM%3BEACF%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CMAAM%2CUAmCF%2COAAM%2COAUF%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMArDF%2CUAoDF%2COACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvDZ%2CMAAM%2CUA2DF%2CQAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMA%5C%2FDE%2CUA%2BDD%2CIACG%3BEzDgLR%2CcAAA%3BEAAA%2CqBAAA%3BEyD9KY%2CeAAA%3B%3BA1D6BZ%2CM0D%5C%2FFM%2CUA%2BDD%2CIACG%2CO1D%2BBP%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM0DpGM%2CUA%2BDD%2CIACG%2CO1DoCP%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM0DzGM%2CUA%2BDD%2CIACG%2CO1DyCP%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAyDjLI%2CMA%5C%2FDE%2CUA%2BDD%2CIAMG%3BEACI%2CUAAA%3B%3BAAIR%2CMA1EE%2CUA0ED%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC3HZ%2CsBACI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBACI%2CiBAOI%2COAAM%3BEACF%2CoBAAA%3B%3BAATZ%2CsBAaI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAIA%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYACK%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAZpB%2CmBACI%2CWAKI%2CiBACK%2CYACK%2COAIG%3BEACG%2CgBAAA%3B%3BAANZ%2CsBAPZ%2CmBACI%2CWAKI%2CiBACK%2CYAUG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAzBR%2CmBACI%2CWAwBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAxChB%2CsBAaI%2CmBA%2BBI%3BEACI%2CWAAA%3B%3BAA7CZ%2CsBAiDI%3BEACI%2CcAAA%3B%3BAAlDR%2CsBAqDI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CsBAqDI%2CkBAKI%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA5DZ%2CsBAgEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjER%2CsBAoEI%3BEACI%2CmBAAA%3B%3BAArER%2CsBAwEI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC9ER%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAASZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAGI%3BEACI%2CgBAAA%3B%3BAALZ%2CYAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CYAaI%2CuBAGI%3BEACI%2CgBAAA%3B%3BA1BhBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BEjC2QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAiCpQA%3BEACI%2CcAAA%3B%3BAADJ%2CaAGI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BEjCyPA%2CgBAAA%3BEiCvPI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CaAII%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAARhB%2CaAaI%3BAAbJ%2CaAcI%3BEjCgOJ%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAdgCA%2CaAaI%2CacqNF%3BAdlOF%2CaAcI%2CecoNF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CaduCI%2CacvCH%3BAAAD%2CadwCI%2CecxCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cad0BA%2Cac3BH%2CMACI%3BAAAD%2Cad2BA%2Cec5BH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CadoBA%2CacrBH%2COACI%3BAAAD%2CadqBA%2CectBH%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BA%2BCzKA%2Cad1CI%2Cec0CH%3BE%5C%2FCyKD%2CSgD5PS%2COhD4PT%3B%3BAiC5MA%3BEjC4MA%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE%5C%2FC6ML%2CWAAA%3B%3BA%2BCvMI%2CYADH%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAiC5LQ%2CYAFH%2COAEI%3BAAAD%2CYADH%2CQACI%3BEACG%2CSepCN%2COfoCM%3B%3BAAKZ%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAASJ%2CKAAC%2CcACG%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CKAVP%2CcACG%2CcASK%3BEACG%2CcAAA%3B%3BAAKJ%2CKAhBP%2CcAeG%2CWACK%3BEjCuJb%2C6BAAA%3B%3BAiCvKI%2CKAAC%2CcAeG%2CWAKI%3BEACI%2CeAAA%3B%3BAAUhB%3BEjCwIA%2CgCAAA%3BEiCtII%2CSAAA%3B%3BAAIQ%2CgBAFP%2CQACG%2COACK%3BEjCkIb%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAiCxIA%2CgBAYI%3BEjC4HJ%2CcAAA%3BEiC1HQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEjCuHR%2CcAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2CgBd8FI%2COc9FH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBdiFA%2COclFH%2CMACI%3BE%5C%2FC6ML%2CWAAA%3B%3BAiCxIA%2CgBA%2BBI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAcI%2CoBALR%2CoBAII%2CGACK%3BAAAD%2CoBAJR%2CkCAGI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPhB%2CoBACI%2CoBAcI%3BAAfR%2CoBAEI%2CkCAaI%3BEACI%2CWAAA%3B%3BAAhBZ%2CoBACI%2CoBAkBI%2CcACI%3BAApBZ%2CoBAEI%2CkCAiBI%2CcACI%3BEjC0EZ%2CgBAAA%3BEiCxEgB%2CcAAA%3B%3BAAkBhB%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAb9OJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAOI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAAThB%2CuBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEpBsQX%2CcAAA%3B%3BAoBjQA%2CyBAKI%3BEpB4PJ%2CkBAAA%3BEoB1PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAKX%3BEACI%2CgBAAA%3B%3BAALR%2CaAAc%2CMADb%2CaAAc%2CUAKX%2COAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAsBhB%3BEACI%2CmBAAA%3B%3BAAQQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAoBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAKZ%2CgCASI%2CMACI%3BEACI%2CSAAA%3B%3BAAXZ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAhBR%2CgCAmBI%3BEACI%2CuBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BEpBgJR%2CiBAAA%3BEoB9IY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAwCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEpBqHT%2CiBAAA%3BEoBnHY%2CcAAA%3BEACA%2CeAAA%3B%3BAc7JZ%2CcACI%3BElC8QJ%2CeAAA%3BEkC5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BElCoQA%2CgBAAA%3BEkClQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BElCwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAb9BA%2CmBAMI%2CUa4OF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CmBb9BI%2CUa8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QW%2COD2QX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAbrTQ%2CmBAZJ%2CUAYK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAKI%2CmBAFP%2CQACG%2CKACK%3BElCmNb%2CsBAAA%3BEkCjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEAEI%2CoBAAA%3BElC2LR%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAb8EA%2CoBAGI%2CeaiLF%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CoBb2EI%2Cea3EH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD5PS%2COhD4PT%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBb8DA%2Cea%5C%2FDH%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CoBbwDA%2CeazDH%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAkC7KA%2CqBACI%2CUACI%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAQQ%2CYAHZ%2CUACK%2CaACG%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAGI%3BAAJR%2CkBACI%2CeAGI%3BEACI%2CWAAA%3B%3BAANZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%3BAARR%2CkBACI%2CeAOI%3BEAEI%2CSAAA%3B%3BAAXZ%2CYAAa%2CMAAK%2CMAEd%2CeAOI%2CSAIM%3BAAZd%2CkBACI%2CeAOI%2CSAIM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BAiB%5C%2FMR%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAOF%2CKAAI%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CKAAI%3BEACA%2CUAAA%3B%3BAAZR%2CMAAM%2CQAqBF%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CMAAM%2CQA2BF%2CWACI%3BEACI%2CSAAA%3B%3BAA7BZ%2CMAAM%2CQA2BF%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CMAAM%2CQA2BF%2CWASI%2CWACI%3BEACI%2CmBAAA%3B%3BAAtChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBACI%2CmBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CqBAOI%3BEACI%2CgBAAA%3B%3BATpER%2CWACI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2CiBAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BANDZ%2CqBASI%3BAATJ%2CqBAUI%2COAAM%3BEpCqRV%2CgBAAA%3B%3BAoChRQ%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAGJ%2CqBALJ%2CQAKK%3BEpC4QT%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEXQY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBALJ%2CQAKK%2CIWgQP%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CqBXTI%2CQAKK%2CIWIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDpOU%2COhDoOV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBXtBA%2CQAKK%2CIWgBR%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CqBX5BA%2CQAKK%2CIWsBR%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAsD%5C%2FRI%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEtD0RR%2CyBAAA%3BEAAA%2C2EAAA%3BEsDrRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAjBP%2CMACG%2COAgBK%2CYAAY%3BEtD0QzB%2CWAAA%3BEsDxQgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA9BP%2CMACG%2COA6BK%3BEACG%2CYAAA%3B%3BAApChB%2COAyCI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEtDmML%2CcAAA%3B%3BAsD%5C%2FLI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEtD6KZ%2CcAAA%3BE%2BChOA%2CqBAAA%3B%3BAAMA%2COO2BK%2CQASI%2CMPpCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAO7OY%2COA3BP%2CQASI%2CMAkBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAjCP%2CQASI%2CMAwBI%3BEtD8Jb%2CcAAA%3B%3BA%2BChKA%2COOMsB%2CUArCjB%2CQASI%2CMPsBR%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAsDlJQ%2COA7CH%2CQA6CI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COA7CH%2CQA6CI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COA7CH%2CQA6CI%2CQASG%3BEtDyIZ%2CcAAA%3BEsDvIgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7DX%2CQA6CI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COAjEf%2CQA6CI%2CQASG%2CEAOK%2CMAIO%3BEACA%2CyBAAA%3B%3BAArBhB%2COA7CH%2CQA6CI%2CQA0BG%3BEtDwHZ%2CcAAA%3BEsDtHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COA7EX%2CQA6CI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COAjFX%2CQA6CI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAUlLpB%2CkBAAkB%2CMACd%2CQAAO%3BEhE8RX%2CSAAA%3B%3BAgEzRA%3BEhEyRA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4JlJA%2CaAAA%3BEACA%2CUAAA%3BE5F%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU4F0EA%3BE5J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAgEzRA%2CU4F0EA%2CcAGI%3BE5J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAgEzRA%2CU4FgGA%2CeACI%2CQAAO%3BE5JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAgEzRA%2CU4FgGA%2CeACI%2CQAAO%2CM7G4KT%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CU6G%2BEA%2CeACI%2CQAAO%2CM7GhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU6GkEJ%2CeACI%2CQAAO%2CM7GpEV%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CU6G4DJ%2CeACI%2CQAAO%2CM7G9DV%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAK7CA%2CUuJ5IA%2CeACI%2CQAAO%2CMvJ2IV%3BAACD%2CUuJ7IA%2CeACI%2CQAAO%2CMvJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuJlJA%2CeACI%2CQAAO%2CMvJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUuJvJA%2CeACI%2CQAAO%2CMvJsJV%3BAACD%2CUuJxJA%2CeACI%2CQAAO%2CMvJuJV%3BAACD%2CQAAQ%2CUAAW%2CWuJzJnB%2CeACI%2CQAAO%3BEvJyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA4J%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA5F3IJ%2CUAWI%3BEAEI%2CgBAAA%3B%3BAAbR%2CUAWI%2CgBAII%3BEACI%2CgBAAA%3B%3BAAGI%2CUARZ%2CgBAII%2CWAGI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOZ%2CUADJ%2CQACK%3BAAAD%2CUzC8JR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyC9JtE%2CUzC%2BJR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyC%5C%2FJxE%2CUzC%2BJR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAyC9JtE%2CUzC8JR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEyC9JpE%2CkBAAA%3B%3BAA5BZ%2CUAgCI%3BEACI%2CmBAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CUAwCI%2CeACI%3BEACI%2CaAAA%3B%3BAA1CZ%2CUA8CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAGI%3BEACI%2C6BAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%2CaAAc%3BAACd%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%2CIAAI%3BAAAL%2CaALU%2CeAKT%2CIAAI%3BAAAL%2CmBAJgB%2CeAIf%2CIAAI%3BEACD%2CkBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CMAAM%3BE3DmIN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CM2D%5C%2FIM%2Cc3D%2BIL%3BAACD%2CM2DhJM%2Cc3DgJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM2DrJM%2Cc3DqJL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CM2D1JM%2Cc3D0JL%3BAACD%2CM2D3JM%2Cc3D2JL%3BAACD%2CQAAQ%2CUAAW%2CO2D5Jb%3BE3D6JF%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CMiE3CM%2CcjE2CL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMiEhDM%2CcjEgDL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMiErDM%2CcjEqDL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CM2DpGM%2Cc3DoGL%3BAACD%2CM2DrGM%2Cc3DqGL%3BAACD%2CM2DtGM%2Cc3DsGL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CM2D3GM%2Cc3D2GL%3BAACD%2CM2D5GM%2Cc3D4GL%3BAACD%2CQAAQ%2CUAAW%2CO2D7Gb%3BEhE4LN%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA8B3MA%2CSAAC%2CMAAM%3BEWsIX%2CqBAAA%3BEACA%2CkBAAA%3BEXzHQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAnCkBR%2CSmCjCK%2CMAAM%2COnCiCV%3BAACD%2CSmClCK%2CMAAM%2COnCkCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSmCvCK%2CMAAM%2COnCuCV%3BEACG%2CWAAA%3B%3BAmCxCA%2CSAAC%2CMAAM%2COWsbX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAXxbA%2CSAAC%2CMAAM%2COW2bX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAX7bA%2CSAAC%2CMAAM%2COWoJX%3BE9CiIA%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BAZrDI%2CSAAC%2CMAAM%2COWoJX%2CeCqHE%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CSZ3DK%2CMAAM%2COWoJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSZxEC%2CMAAM%2COWoJX%2CeC7EC%2CMACI%3BE%5C%2FC6ML%2CWAAA%3B%3BA%2BCvMI%2CSZ9EC%2CMAAM%2COWoJX%2CeCvEC%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BA8CuHA%2CSX5YK%2CMAAM%2COWoJX%2CeAwPC%3BE9CvHD%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BADuVA%2CSX5YK%2CMAAM%2COWoJX%2CeAwPC%2COCnIC%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CSZ3DK%2CMAAM%2COWoJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSZxEC%2CMAAM%2COWoJX%2CeAwPC%2COCrUA%2CMACI%3BE%5C%2FC6ML%2CWAAA%3B%3BA%2BCvMI%2CSZ9EC%2CMAAM%2COWoJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAmCrRI%2CSAAC%2CMAAM%2COW4NX%3BE9CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmCrRI%2CSAAC%2CMAAM%2COW4NX%2COAsBI%3BE9CmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BA8C3BQ%2CSX1PH%2CMAAM%2COW4NX%2COAsBI%2CGAQK%3BE9C2BT%2CmBAAA%3BE8CzBY%2CeAAA%3B%3BAAuTZ%2CSXnjBK%2CMAAM%2COW4NX%2COAuVC%3BAACD%2CSXpjBK%2CMAAM%2COW4NX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSX7jBK%2CMAAM%2COW4NX%2COAiWC%3BEACG%2CiBAAA%3BE9CzSJ%2CsDAAA%3BE8C2SI%2CWAAA%3B%3BAAGJ%2CSXnkBK%2CMAAM%2COW4NX%2COAuWC%3BEACG%2CiBAAA%3BE9C%5C%2FSJ%2CsDAAA%3BE8CiTI%2CWAAA%3B%3BAAzDJ%2CSX7gBK%2CMAAM%2COW4NX%2COAiTC%3BE9CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8C6PA%2CSXlhBK%2CMAAM%2COW4NX%2COAsTC%3BE9C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8CZA%2CSXzQK%2CMAAM%2COWyQV%3BEACG%2CiBAAA%3B%3BAADJ%2CSXzQK%2CMAAM%2COWyQV%2COAGG%3BEACI%2CcAAA%3B%3BAX7QJ%2CSAAC%2CMAAM%2COAkBH%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CSAAC%2CMAAM%2COAkBH%2COAII%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzBhB%2CSAAC%2CMAAM%2COAkBH%2COAYI%3BEACI%2CUAAA%3B%3BAAOJ%2CSAtCP%2CMAAM%2COAmCD%2CUAGG%3BEAKG%2CiBAAA%3B%3BAYiEhB%2CSZ5GK%2CMAAM%2COAmCD%2CUAGG%2CMYsEZ%3BE%5C%2FCyKD%2CSgDhQiB%2COhDgQjB%3B%3BAmCxOgB%2CSA7CX%2CMAAM%2COAmCD%2CUAGG%2CMAOI%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%2CSAnDP%2CMAAM%2COAmCD%2CUAgBG%3BAACD%2CSApDP%2CMAAM%2COAmCD%2CUAiBG%3BAACD%2CSArDP%2CMAAM%2COAmCD%2CUAkBG%3BEnCgOb%2CWAAA%3B%3BAmC1NY%2CSA3DP%2CMAAM%2COA0DD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAeR%2CKAAK%2CcAAe%2CUA%5C%2FEvB%2CMAAM%3BEAgFC%2CwBAAA%3B%3BAAGI%2CKAJH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CKAXP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAOG%2COACI%3BEnC2LrB%2CcAAA%3B%3BAmCtLgB%2CKAhBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%3BAACD%2CKAjBH%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%3BEnCqLjB%2CcAAA%3B%3BAmClLoB%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAaG%2CMAII%3BAAAD%2CKApBP%2CcAAe%2CUA%5C%2FEvB%2CMAAM%2COAkFG%2CUAcG%2COAGI%3BEACG%2CaAAA%3B%3BAAQpB%2CSAAC%2COAAO%3BEnCyKZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4JlJA%2CaAAA%3BEACA%2CUAAA%3BEzHtBQ%2CsBAAA%3B%3BAAFJ%2CSAAC%2COAAO%2CMyHtCZ%3BE5J%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAmCzKI%2CSAAC%2COAAO%2CMyHtCZ%2CcAGI%3BE5J4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAmCzKI%2CSAAC%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%3BE5JwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAmCzKI%2CSAAC%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CM7G4KT%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CSZ%2BFK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CM7GhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSZkFC%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CM7GpEV%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CSZ4EC%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CM7G9DV%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAK7CA%2CS8B5HK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CMvJ2IV%3BAACD%2CS8B7HK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CMvJ4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS8BlIK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CMvJiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CS8BvIK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CMvJsJV%3BAACD%2CS8BxIK%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%2CMvJuJV%3BAACD%2CQAAQ%2CUAAW%2CU8BzId%2COAAO%2CMyHhBZ%2CeACI%2CQAAO%3BEvJyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA4J%5C%2FIA%2CSzH1BK%2COAAO%2CMyH0BX%3BEACG%2CUAAA%3B%3BAzHvBI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEnCgKL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE4JhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSzHvCK%2CQyHuCJ%3BE5JyHD%2CYAAA%3BE4JrHQ%2CyBAAA%3B%3BAzHxCA%2CSAHH%2CQAGI%3BEACG%2CcAAA%3B%3BAAUR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEnCgJf%2CcAAA%3B%3BAmC1IA%2CuBAOI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXZ%2CuBAOI%2CiBACM%2CWAKE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAOZ%2C0BAZJ%2CUAYK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAZJ%2CUAYK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BArBJ%2CUAqBK%3BEnC8FT%2CcAAA%3BEmC5FY%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BA1BR%2CUAqBK%2COAKI%3BEnCyFb%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BAAMA%2C0BZqJI%2CUAqBK%2COAKI%2CQY%5C%2FKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5QW%2COD4QX%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2C2BAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAZtJY%2C0BAtCR%2CUAqCK%2CQACI%3BAACD%2C0BAvCR%2CUAqCK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAGJ%2C0BA3CR%2CUAqCK%2CQAMI%3BEACG%2CkBAAA%3B%3BAAPR%2C0BArCJ%2CUAqCK%2CQAUG%2CMACI%3BEACI%2CQAAA%3B%3BAAEA%2C0BAnDhB%2CUAqCK%2CQAUG%2CMACI%2CUAGK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAxDhB%2CUAqCK%2CQAUG%2CMACI%2CUAQK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAOhB%2C0BAjEJ%2CUAiEK%2CSAAS%3BEACN%2CkBAAA%3B%3BAAKZ%2C2BAKI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUR%2C8BASI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CmBAAA%3BEnCWR%2CiBAAA%3B%3BAmCbA%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApCR%2C0BAuCI%2CmBACI%3BEnC3BR%2CcAAA%3B%3BAmCiCQ%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAQvUR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAII%3BAA3DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAII%3BEACI%2CkBAAA%3B%3BAA9DxB%2CcAqEI%3BEACI%2CmBAAA%3B%3BAAtER%2CcAqEI%2COAGI%3BEACI%2CgBAAA%3B%3BAAzEZ%2CcA6EI%3BEACI%2CgBAAA%3B%3BAA9ER%2CcA6EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAjFZ%2CcA6EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAchB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAArHhB%2CcA0HM%3BEACE%2CgBAAA%3B%3BAA3HR%2CcA8HI%2CiBACM%3BEACE%2CcAAA%3B%3BAAhIZ%2CcA8HI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAvIpB%2CcA8HI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAA7IZ%2CcAqJI%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAA9K5B%2CcA8JI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAAlL5B%2CcA0LI%3BAA1LJ%2CcA2LI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CoBAAA%3B%3BAA9LR%2CcA0LI%2CaAMI%3BAAhMR%2CcA2LI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAAjMZ%2CcA0LI%2CaAMI%2COAGI%3BAAnMZ%2CcA2LI%2CeAAe%2COAKX%2COAGI%3BE3C4FZ%2CcAAA%3B%3BA2C%5C%2FRA%2CcAyMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BE3C6EvB%2CiBAAA%3B%3BA2C9EI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhOZ%2CcAoOI%2CWACI%3BEACI%2CkBAAA%3B%3BAAtOZ%2CcAoOI%2CWAKM%3BEACE%2CSAAA%3B%3BAA1OZ%2CcA8OI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAhPZ%2CcAoPI%2CoBACI%3BEACI%2CSAAA%3B%3BAAtPZ%2CcAoPI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAzPhB%2CcAkQI%2CiBAAiB%2COAAM%3BE3C6B3B%2CiBAAA%3BE2C3BQ%2CmBAAA%3B%3BAApQR%2CcAkQI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAiBxRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BE5D4QR%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEaeY%2CcAAA%3B%3BAbTZ%2CMatBM%2CWAeF%2COAGI%2CSbIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDnOY%2COhDmOZ%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAa5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAmCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CMAAM%2CWAwCF%3BEACI%2CaAAA%3B%3BAAzCR%2CMAAM%2CWAgDF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CMAAM%2CWAsDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAPtDR%2CKAAK%2COAAQ%3BErD0Rb%2CcAAA%3B%3BAqDvRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BEwGuEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAxGxEA%2CewG2EA%3BE7JmMA%2CWAAA%3BE6JjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6JxEA%2CS7GnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6GmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxG9LA%2CewG2EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE7J2FA%2CcAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6JxEA%2CS7GnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6GmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxG9LA%2CewG2EA%2CeAsBM%2COAiBE%3BE7JhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqDLA%2CwBAEI%2CgBwGoHJ%3BAxGrHA%2CcACI%2CgBwGoHJ%3BE7JxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqDEA%3BEwGpBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE7JqRD%2CcAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS7GnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6GmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAxGKJ%2CoBwGFA%2CMAAK%3BE7JPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAxGLhB%2CoBwGWA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAxGdJ%2CoBwGWA%2CMAKI%3BE7JzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6JsBI%2CoBATJ%2CMASK%3BE7J%2BOL%2CcAAA%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE6J1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BAxGrChB%2CoBwG8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7GnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6GmLR%3B%3BAxG3LA%2CoBwG8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7GnLQ%2CQAAA%2CQAAA%2CQAAA%2CO6GmLR%3B%3BAxG3LA%2CoBwG8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7GnLQ%2CQAAA%2CQAAA%2CO6GmLR%3B%3BAxG3LA%2CoBwG8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7GnLQ%2CQAAA%2CO6GmLR%3B%3BAxG3LA%2CoBwG8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS7GnLQ%2CO6GmLR%3B%3BAxGxLI%2CoBAAC%3BEwGwLL%2CS5JtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO4JsMd%3B%3BAxG7KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BErD0MtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEqDvMY%2CSAAA%3B%3BAhD4PZ%2COgDhQK%2CKACG%2CQAAO%2COAAO%2CQhD%2BPrB%3BAACD%2COgDjQK%2CKACG%2CQAAO%2COAAO%2CQhDgQrB%3BELtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAK4DA%2COgDvQK%2CKACG%2CQAAO%2COAAO%2CQhDsQrB%3BEL5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAqD3MI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BErDgJZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAqD1II%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BArDlGR%2COqD8FK%2CKrD9FJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAqDiGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BErDwGL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEqDtGQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAA0DZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAlBZ%2CwBAYI%2CiBAQI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEACI%2CmBAAA%3B%3BAAEA%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAfZ%2CwBAmBI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CcAEI%3BAADJ%2CwBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBAUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CgBAiBI%3BEACI%2CSAAA%3B%3BAAlBR%2CgBAiBI%2CgBAOI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CgBAiBI%2CgBAOI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAbZ%2CgBAOI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FBpB%2CgBAiBI%2CgBAqBI%3BErD7JR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEqD%2BJY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2CgBAiBI%2CgBA2BI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CgBAiBI%2CgBAgCI%3BErDxKR%2CcAAA%3B%3BA8JhSA%2CkBACI%3BE9J%2BRJ%2CiBAAA%3BE8J7RQ%2CmBAAA%3B%3BAAMA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVZ%2CkBAMI%2CcAOI%3BAAbR%2CkBAOI%2CcAMI%3BAAbR%2CkBAQI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAzHfZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAGM%3BEACE%2CaAAA%3B%3BAASJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAALZ%2CmBASI%2COAAM%3BEACF%2CgBAAA%3B%3BAAcA%2CcAFM%2CcACV%2CiBACK%3BEACG%2CaAAA%3B%3BAAKZ%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAuBR%2CyBACI%2CaACI%2CMACI%3BErCyMZ%2CuBAAA%3BEAAA%2CkBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBsC1DI%2CaACI%2CMACI%2CEtCwDX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBsC%5C%2FDI%2CaACI%2CMACI%2CEtC6DX%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBsCpEI%2CaACI%2CMACI%2CEtCkEX%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyBgCnHI%2CaACI%2CMACI%2CEhCiHX%3BAACD%2CyBgCpHI%2CaACI%2CMACI%2CEhCkHX%3BAACD%2CyBgCrHI%2CaACI%2CMACI%2CEhCmHX%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBgC1HI%2CaACI%2CMACI%2CEhCwHX%3BAACD%2CyBgC3HI%2CaACI%2CMACI%2CEhCyHX%3BAACD%2CQAAQ%2CUAAW%2C0BgC5Hf%2CaACI%2CMACI%3BErCyMZ%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAgC3BR%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BAtBjMpB%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAII%3BEf2RR%2CmBAAA%3BEezRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAVZ%2CYACI%2CMAYI%3BEfmRR%2CmBAAA%3BEAAA%2CcAAA%3BEehRY%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYApBR%2CMAYI%2CEAQK%3BEf2Qb%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAenQA%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CoBAKI%2CaAIM%3BEf0PV%2CiBAAA%3BEexPY%2CgBAAA%3B%3BAAXZ%2CoBAKI%2CaASI%3BEACI%2CqBAAA%3B%3BAAfZ%2CoBAmBI%3BEACI%2CSAAA%3B%3BAApBR%2CoBAmBI%2CeAGM%3BEACE%2CaAAA%3B%3BAAGJ%2CoBAPJ%2CeAOK%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2CoBAXJ%2CeAWK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAIA%2CoBANR%2CmBAKI%2CMACQ%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAAS%2CqBAVjB%2CmBAKI%2CMAMQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAA%5C%2FCpB%2CoBAmCI%2CmBAKI%2CMAWI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAtBZ%2CmBAKI%2CMAgBI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBA5BZ%2CmBAKI%2CMAgBI%2CKAOK%3BEACG%2CuBAAA%3B%3BAAhEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeACE%3BEACI%2CmBAAA%3B%3BAAtEpB%2CoBAmCI%2CmBAKI%2CMA4BM%2CeAKI%2CKAAG%3BEACD%2CgBAAA%3B%3BAA1EpB%2CoBAmCI%2CmBAKI%2CMAsCI%2CwBAAwB%3BEACpB%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhFhB%2CoBAmCI%2CmBAiDI%3BEACI%2CgBAAA%3B%3BAArFZ%2CoBAyFI%3BEACI%2CSAAA%3B%3BAA1FR%2CoBAyFI%2CcAGI%3BEACI%2CSAAA%3B%3BAA7FZ%2CoBAyFI%2CcAOI%3BEACI%2CgBAAA%3B%3BAACA%2CoBATR%2CcAOI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAIR%2CoBAdJ%2CcAcK%2CMACG%3BEACI%2CqBAAA%3B%3BAAEA%2CoBAlBZ%2CcAcK%2CMACG%2CGAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CoBAdJ%2CcAcK%2CMASG%3BEACI%2CSAAA%3B%3BAAjHhB%2CoBAsHI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAUJ%2CoBANJ%2CKAMK%3BEACG%2CiBAAA%3B%3BAAgBJ%2CoBADJ%2CQACK%3BEfgHT%2CqBAAA%3BE%2BChOA%2CqBAAA%3BE%5C%2FCgOA%2CWAAA%3B%3BAehHQ%2CoBADJ%2CQACK%2CKgCoGP%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CoBhCyGI%2CQACK%2CKgC1GR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBhC%2BCI%2CQACK%2CKAWI%2CSgC3DZ%3BE%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BAenQA%2CoBAuKI%3BEf4FJ%2CiBAAA%3B%3BAenQA%2CoBA2KI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAOJ%2CoBAFR%2CaACI%2CMACK%3BAACD%2CoBAHR%2CaACI%2CMAEK%3BEACG%2CeAAA%3B%3BAAOZ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAGG%3BEACI%2CgBAAA%3B%3BAAJR%2CoBAAC%2CSAOG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAKG%3BEACI%2CgBAAA%3B%3BAANR%2CoBAAC%2CKASG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAZhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%3BEACI%2CSAAA%3B%3BAAhBhB%2CoBAAC%2CKASG%2CaACI%2CgBAKI%2CSAGM%3BEACE%2CgBAAA%3B%3BAAEA%2CoBArBnB%2CKASG%2CaACI%2CgBAKI%2CSAGM%2CSAGG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAKK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAKI%2CSAAA%3BEACA%2CeAAA%3B%3BAALA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAQI%3BEACI%2CqBAAA%3B%3BAATR%2CeAYI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBAHJ%2CQAGK%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAkBJ%2CmBADJ%2COACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CWAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAXR%2CcAcI%2CcAAa%3BEACT%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAjBR%2CcAoBI%2CcAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BAuBpWZ%2CKAAK%2CKAAK%2COAGN%2CUACI%2COACI%3BEACI%2CWAAA%3B%3BASiHhB%2CqBT3GsB%2CQAAO%2COAAO%2COS2GnC%3BE%5C%2FCyKD%2CSgDnOY%2COhDmOZ%3B%3BA%2BJ9QA%2CsBACI%3BE%5C%2FJ6QJ%2CmBAAA%3BE%2BJ3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BE%5C%2FJiQZ%2CcAAA%3BE%2BJ%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BE%5C%2FJwPb%2CmBAAA%3B%3BA%2BJnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BE%5C%2FJiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BA%2BJnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BE%5C%2FJ2OZ%2CqBAAA%3B%3BA%2BJ9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FINZ%3BEhByOA%2CsBAAA%3B%3BAgBrOA%3BEhByVA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEgB5XJ%2CiBAAA%3B%3BAAGJ%3BEhB2VA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAgBxVR%2CUACM%2CsBACE%3BEACI%2CaAAA%3B%3BAASZ%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEhB0MV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAgBpMA%2COAAO%2CMACD%2CUAAO%3BEhBmMb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEiBvBQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMjB%2BBX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAiBlCJ%2COAAO%2CMACD%2CUAAO%2CMAOH%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAZL%2CMACD%2CUAAO%2CMAOH%2CKAIG%3BEACG%2CiBAAA%3B%3BAAbhB%2COAAO%2CMACD%2CUAAO%2CMAOH%2CKAQI%3BEhBoLd%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COiBnDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIjBmCb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COiBxDO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIjBwCb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COiB7DO%2CMACD%2CUAAO%2CMAOH%2CKAQI%2CIjB6Cb%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAgBnKI%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWACI%3BEACI%2CaAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEhBwHL%2CmBAAA%3BEAAA%2CaAAA%3BEgBrHQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAGJ%2CQALI%2COAKH%3BAACD%2CQANI%2COAMH%3BEhB4FL%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEgB1FQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSyD9IL%3BAzD%2BII%2CQANI%2COAMH%2COyD%5C%2FIL%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQzDsII%2COAKH%2CSyD9IL%2CEAGK%3BAAAD%2CQzDsII%2COAMH%2COyD%5C%2FIL%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQzDkII%2COAKH%2CSyD9IL%2CEAOK%3BAAAD%2CQzDkII%2COAMH%2COyD%5C%2FIL%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAgBvFI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEhB2EL%2CgBAAA%3BEAAA%2C4BAAA%3BEyEnQA%2CcAAA%3BEzEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEgBzEQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKyDhKL%3BEzE2OA%2CcAAA%3B%3BAyExOI%2CQzDsII%2COAuBH%2CKyDhKL%2CEAGK%3BEzEwOL%2CcAAA%3B%3BAyEpOI%2CQzDkII%2COAuBH%2CKyDhKL%2CEAOK%3BEzEoOL%2CcAAA%3B%3BAgBhEA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAOG%2COACM%3BEhBmDd%2CmBAAA%3BEAAA%2CiBAAA%3BEgBhDgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbZ%2COAAC%2CQAOG%2COASI%3BAAhBR%2COAAC%2CQAOG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2COAAC%2CQAOG%2COAeI%3BEhBqCZ%2CcAAA%3BEgBnCgB%2CmBAAA%3B%3BAAxBZ%2COAAC%2CQAOG%2COAoBI%3BEhBgCZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COiBsFK%2CQAOG%2COAoBI%2CEjBjHX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COiBiFK%2CQAOG%2COAoBI%2CEjB5GX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COiB4EK%2CQAOG%2COAoBI%2CEjBvGX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAgBhBA%3BEhBgBA%2CyBAAA%3BEAAA%2CWAAA%3BEgBbI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAEf%2CUACI%3BAAFR%2CYACI%2CUACI%3BE8B%5C%2FOR%2CqBAAA%3BEACA%2CkBAAA%3B%3BA9CFA%2CYgB6Oa%2COAAM%2CQAEf%2CUACI%2CShBhPP%3BAAAD%2CYgB%2BOI%2CUACI%2CShBhPP%3BAACD%2CYgB4Oa%2COAAM%2CQAEf%2CUACI%2CShB%5C%2FOP%3BAAAD%2CYgB8OI%2CUACI%2CShB%5C%2FOP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYgBuOa%2COAAM%2CQAEf%2CUACI%2CShB1OP%3BAAAD%2CYgByOI%2CUACI%2CShB1OP%3BEACG%2CWAAA%3B%3BAgBsOJ%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%3BA9B0OA%2CYACI%2CUACI%2CS8B5OR%3BE9CgPA%2CUAAA%3BE8C9OI%2CeAAA%3BE9C8OJ%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BA%5C%2FByNA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCoOE%3BA%5C%2FBMF%2CYACI%2CUACI%2CS8B5OR%2CeCoOE%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CY%5C%2FBmNa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCsBC%3BAAAD%2CY%5C%2FBqNI%2CUACI%2CS8B5OR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD9NQ%2COhD8NR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY%5C%2FBsMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCkCC%2CMACI%3BAAAD%2CY%5C%2FBwMA%2CUACI%2CS8B5OR%2CeCkCC%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CY%5C%2FBgMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeCwCC%2COACI%3BAAAD%2CY%5C%2FBkMA%2CUACI%2CS8B5OR%2CeCwCC%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BA8CqEA%2CY9B5Ea%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%3BAAAD%2CY9B1EI%2CUACI%2CS8B5OR%2CeAqTC%3BE9CrED%2CqBAAA%3BE%2BChOA%2CqBAAA%3B%3BADqSA%2CY9B5Ea%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COCjFC%3BADiFF%2CY9B1EI%2CUACI%2CS8B5OR%2CeAqTC%2COCjFC%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BC2CA%2CY%5C%2FBmNa%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY%5C%2FBqNI%2CUACI%2CS8B5OR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY%5C%2FBsMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY%5C%2FBwMA%2CUACI%2CS8B5OR%2CeAqTC%2COCnRA%2CMACI%3BE%5C%2FC6ML%2CcAAA%3B%3BA%2BCvMI%2CY%5C%2FBgMS%2COAAM%2CQAEf%2CUACI%2CS8B5OR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY%5C%2FBkMA%2CUACI%2CS8B5OR%2CeAqTC%2COC7QA%2COACI%3BE%5C%2FCuML%2CcAAA%3B%3BAgBPA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%3BA9BmDA%2CYACI%2CUACI%2CS8BrDR%3BE9CyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BE8ChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BE9C8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAgBPA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsBI%3BA9B6BJ%2CYACI%2CUACI%2CS8BrDR%2CYAsBI%3BE9CmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BA8C3BQ%2CY9BoBK%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsBI%2CGAQK%3BAAAD%2CY9BsBJ%2CUACI%2CS8BrDR%2CYAsBI%2CGAQK%3BE9C2BT%2CmBAAA%3BE8CzBY%2CeAAA%3B%3BAAuTZ%2CY9BrSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAuVC%3BAAAD%2CY9BnSI%2CUACI%2CS8BrDR%2CYAuVC%3BAACD%2CY9BtSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAwVC%3BAAAD%2CY9BpSI%2CUACI%2CS8BrDR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CY9B%5C%2FSa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAiWC%3BAAAD%2CY9B7SI%2CUACI%2CS8BrDR%2CYAiWC%3BEACG%2CiBAAA%3BE9CzSJ%2CsDAAA%3BE8C2SI%2CWAAA%3B%3BAAGJ%2CY9BrTa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAuWC%3BAAAD%2CY9BnTI%2CUACI%2CS8BrDR%2CYAuWC%3BEACG%2CiBAAA%3BE9C%5C%2FSJ%2CsDAAA%3BE8CiTI%2CWAAA%3B%3BAAzDJ%2CY9B%5C%2FPa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAiTC%3BAAAD%2CY9B7PI%2CUACI%2CS8BrDR%2CYAiTC%3BE9CxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BA8C6PA%2CY9BpQa%2COAAM%2CQAEf%2CUACI%2CS8BrDR%2CYAsTC%3BAAAD%2CY9BlQI%2CUACI%2CS8BrDR%2CYAsTC%3BE9C7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BA8CZA%2CY9BKa%2COAAM%2CQAEf%2CUACI%2CS8BRP%3BAAAD%2CY9BOI%2CUACI%2CS8BRP%3BEACG%2CiBAAA%3B%3BAADJ%2CY9BKa%2COAAM%2CQAEf%2CUACI%2CS8BRP%2COAGG%3BAAHJ%2CY9BOI%2CUACI%2CS8BRP%2COAGG%3BEACI%2CcAAA%3B%3BA9BCR%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%3BAAfhB%2CYACI%2CUACI%2CSAYI%2CGAAE%2CSACE%3BEhBThB%2CWAAA%3BEAAA%2CqBAAA%3BEgBoBoB%2CcAAA%3BEACA%2CYAAA%3B%3BAjBtKpB%2CYiB0Ia%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjB1Jf%3BAAAD%2CYiB4II%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjB1Jf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYiBqIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjBrJf%3BAAAD%2CYiBuII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjBrJf%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYiBgIa%2COAAM%2CQAEf%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjBhJf%3BAAAD%2CYiBkII%2CUACI%2CSAYI%2CGAAE%2CSACE%2CEjBhJf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgBPA%2CYAAa%2COAAM%2CQAEf%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEACI%2CgBAAA%3B%3BAAQZ%2CYAAa%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%3BEACE%2CQAAA%3B%3BAACA%2CYALH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAEG%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYATH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAUpB%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAMJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEhBxEX%2CcAAA%3B%3BAgBsEA%2CYAMI%2COAAO%2CQAAO%3BAALlB%2CYAKI%2COAAO%2CQAAO%3BEACV%2CSAAA%3B%3BAAWR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEhB5FA%2CgBAAA%3BEgB8FI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAgJnYJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE3JkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB2J9OI%2CQAAO%2CO3J8OV%3BAACD%2CgB2J%5C%2FOI%2CQAAO%2CO3J%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2JpPI%2CQAAO%2CO3JoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2JzPI%2CQAAO%2CO3JyPV%3BAACD%2CgB2J1PI%2CQAAO%2CO3J0PV%3BAACD%2CQAAQ%2CUAAW%2CiB2J3Pf%2CQAAO%3BE3J4PP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CgBiK1II%2CQAAO%2COjK0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBiK%5C%2FII%2CQAAO%2COjK%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBiKpJI%2CQAAO%2COjKoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CgB2JnMI%2CQAAO%2CO3JmMV%3BAACD%2CgB2JpMI%2CQAAO%2CO3JoMV%3BAACD%2CgB2JrMI%2CQAAO%2CO3JqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB2J1MI%2CQAAO%2CO3J0MV%3BAACD%2CgB2J3MI%2CQAAO%2CO3J2MV%3BAACD%2CQAAQ%2CUAAW%2CiB2J5Mf%2CQAAO%3BEhK2RX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2J3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE3JuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE2JnLQ%2CkBAAA%3B%3BA3JgOR%2CsB2JnOI%2CQAAO%2CU3JmOV%3BAACD%2CsB2JpOI%2CQAAO%2CU3JoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2JzOI%2CQAAO%2CU3JyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2J9OI%2CQAAO%2CU3J8OV%3BAACD%2CsB2J%5C%2FOI%2CQAAO%2CU3J%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB2JhPf%2CQAAO%3BE3JiPP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CsBiK%5C%2FHI%2CQAAO%2CUjK%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBiKpII%2CQAAO%2CUjKoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBiKzII%2CQAAO%2CUjKyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CsB2JxLI%2CQAAO%2CU3JwLV%3BAACD%2CsB2JzLI%2CQAAO%2CU3JyLV%3BAACD%2CsB2J1LI%2CQAAO%2CU3J0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB2J%5C%2FLI%2CQAAO%2CU3J%2BLV%3BAACD%2CsB2JhMI%2CQAAO%2CU3JgMV%3BAACD%2CQAAQ%2CUAAW%2CuB2JjMf%2CQAAO%3BEhKgRX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkCrNA%2CQAAC%2CiBACG%3BEACI%2CYAAA%3B%3BAAFR%2CQAAC%2CiBAIG%2CMAAM%3BEACF%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CQAAC%2CiBASG%3BAATJ%2CQAAC%2CiBAUG%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAQ0GZ%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CqBR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CaR3FI%2CQAAO%2CWQ2FV%3BAAAD%2CiBR3FI%2CQAAO%2CWQ2FV%3BE%5C%2FCyKD%2CSgDhQiB%2COhDgQjB%3B%3BAuC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC6HjC%2CQAGI%2CKACI%3BAoCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC8HjC%2CQAEI%2CKACI%3BAoCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC%2BHjC%2CQACI%2CKACI%3BAoCjIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC6HjC%2CQAGI%2CKAEI%3BAoClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC8HjC%2CQAEI%2CKAEI%3BAoClIV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC%2BHjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BAuC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAoC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAoC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC0IjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAoC5IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpCwIjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAoC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpCyIjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAoC7IV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpC0IjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAoC9IZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSpCmJjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BAuC3PA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAK%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAANR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAS%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAAVR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAa%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%3BEACI%2CcAAA%3B%3BAAnBR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAkB%5C%2FB%2CYAGI%3BEACI%2CsBAAA%3B%3BAAMJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAGJ%2CQAhCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKAKK%3BEACG%2CgBAAA%3B%3BAAGJ%2CQApCC%2CeAAe%2CMAAK%2CMAAM%2CSA2B%5C%2FB%2CKASK%3BEACG%2CeAAA%3B%3BAArCZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CcAAA%3B%3BAA1CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSA6C%5C%2FB%2CYAAW%3BEACP%2CmBAAA%3B%3BAA9CR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAiD%5C%2FB%2CQAAO%3BAAjDX%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB2JnC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgB3J9E%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB4JnC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgB5JhF%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB4JnC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgB3J9E%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CShB2JnC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEgB1GxE%2CmBAAA%3B%3BAAlDR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAqD%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BEvCgMJ%2CcAAA%3BEuC9LQ%2CmBAAA%3B%3BAAEA%2CKALH%2CSACD%2CSAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKATH%2CSACD%2CSAQK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeASI%3BEACI%2CkBAAA%3B%3BAAMA%2CcAFM%2CSACV%2CSACK%3BEACG%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CcANE%2CSACV%2CSACK%2CKAII%2CUAAU%3BEACP%2CcAAA%3B%3BAAGJ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BEACG%2CaAAA%3B%3BAAdR%2CcAFM%2CSACV%2CSACK%2CKAiBG%3BEACI%2CSAAA%3B%3BAASJ%2CcA7BE%2CSACV%2CSACK%2CKA2BI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAnCE%2CSACV%2CSACK%2CKAiCI%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CcAvCN%2CSACV%2CSACK%2CKAiCI%2CQACK%2CIAGG%3BEACG%2CeAAA%3B%3BAAoBZ%2CcAHE%2CSACV%2CsBACI%2CQACK%3BAACD%2CcAJE%2CSACV%2CsBACI%2CQAEK%3BEvCuGb%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BARsKY%2CcAHE%2CSACV%2CsBACI%2CQACK%2CKQ4FX%3BAR3FU%2CcAJE%2CSACV%2CsBACI%2CQAEK%2COQ2FX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CcR6Jc%2CSACV%2CsBACI%2CQACK%2CKQhKZ%3BAAAD%2CcR6Jc%2CSACV%2CsBACI%2CQAEK%2COQjKZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CcRgJU%2CSACV%2CsBACI%2CQACK%2CKQpJZ%2CMACI%3BAAAD%2CcRgJU%2CSACV%2CsBACI%2CQAEK%2COQrJZ%2CMACI%3BE%5C%2FC2PL%2CWAAA%3B%3BA%2BCrPI%2CcR0IU%2CSACV%2CsBACI%2CQACK%2CKQ9IZ%2COACI%3BAAAD%2CcR0IU%2CSACV%2CsBACI%2CQAEK%2COQ%5C%2FIZ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BA%2BCzKA%2CcR8Dc%2CSACV%2CsBACI%2CQAcK%2COQ9EZ%3BE%5C%2FCyKD%2CSgD5PS%2COhD4PT%3B%3BAiK1SJ%3BAA2kBK%2CKAAM%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%3BAA6BL%2CKAAM%2CgBAAgB%2CaA9EzB%2CQAAO%2CMA4EJ%2CoBACD%3BEApmBF%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEAEA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEAEA%2CgBAAA%3B%3BAACA%2CaAAC%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAmBF%2CQAd2B%3BEAc3B%2COAfO%2CMAAM%3BIAEX%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAUF%2COAfO%2CMAAM%2CmBAMT%3BIACD%2CSAAA%3BIACA%2CUAAA%3B%3BEAOH%2COAfO%2CMAAM%2CmBAWX%3BIACC%2CcAAA%3B%3B%3BAAIH%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEACjC%2C%2BBAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAAa%2CQAAO%2CMAAS%2CoBAAkB%3BEACpE%2CWAAA%3B%3BAAED%2CYACC%2CqBACC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAATH%2CYACC%2CqBACC%2C6BAQC%2CEAAC%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtBJ%2CYACC%2CqBAwBC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA5BH%2CYACC%2CqBAwBC%2CcAIC%3BEACC%2C%2BBAAA%3B%3BAAKF%2CYADD%2CmBACE%2CSAAU%3BAAAX%2CYADmB%2CgBAClB%2CSAAU%3BAAAX%2CYADoC%2CmBACnC%2CSAAU%3BEACV%2CeAAA%3B%3BAApCH%2CYAkCC%2CmBAIC%2CSAAS%2CGAAE%3BAAtCb%2CYAkCqB%2CgBAInB%2CSAAS%2CGAAE%3BAAtCb%2CYAkCsC%2CmBAIpC%2CSAAS%2CGAAE%3BEACV%2CQAAA%3BEACA%2CYAAA%3B%3BAACA%2CYAPF%2CmBAIC%2CSAAS%2CGAAE%2CSAGT%3BAAAD%2CYAPkB%2CgBAInB%2CSAAS%2CGAAE%2CSAGT%3BAAAD%2CYAPmC%2CmBAIpC%2CSAAS%2CGAAE%2CSAGT%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYAXF%2CmBAIC%2CSAAS%2CGAAE%2CSAOT%3BAAAD%2CYAXkB%2CgBAInB%2CSAAS%2CGAAE%2CSAOT%3BAAAD%2CYAXmC%2CmBAIpC%2CSAAS%2CGAAE%2CSAOT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCJ%2CYAkCC%2CmBAIC%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BAAlDJ%2CYAkCqB%2CgBAInB%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BAAlDJ%2CYAkCsC%2CmBAIpC%2CSAAS%2CGAAE%2CSAWV%2CGACC%3BEACC%2CeAAA%3B%3BAAnDL%2CYAwDC%3BEACC%2CyBAAA%3B%3BAAIF%2CeAGC%2CQAAO%3BAAFR%2CeAEC%2CQAAO%3BAADR%2CeACC%2CQAAO%3BEACN%2CsBAAA%3BEACA%2CcAAA%3B%3BAALF%2CeAGC%2CQAAO%2CQAGN%3BAALF%2CeAEC%2CQAAO%2CQAGN%3BAAJF%2CeACC%2CQAAO%2CQAGN%3BEACC%2CkBAAA%3B%3BAAIH%2CeACC%2CQAAO%3BEACN%2CsBAAA%3B%3BAAFF%2CeACC%2CQAAO%2CQAEN%3BEACC%2CUAAA%3B%3BAAJH%2CeACC%2CQAAO%2CQAKN%2CcAAa%3BEACZ%2CeAAA%3B%3BAAIH%2CeACC%2CQAAO%2CMAAS%2CUAAO%3BEACtB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALF%2CeACC%2CQAAO%2CMAAS%2CUAAO%2CMAKtB%2CGAAE%2CMAAM%3BEACP%2CWAAA%3BEACA%2CeAAA%3B%3BAARH%2CeAWC%2COAAM%2COACL%3BEACC%2CcAAA%3B%3BAAbH%2CeAWC%2COAAM%2COAIL%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIC%2CeAXH%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%3BEACD%2CYAAA%3BEACA%2COAAA%3B%3BAACA%2CeAfL%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%2CSAGA%3BAACD%2CeAhBL%2COAAM%2COASL%2CmBACC%2CSACE%2CiBACA%2CGAAE%2CSAIA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA7BP%2CeAyCC%2CQAAO%3BEACN%2CkBAAA%3B%3BAA1CF%2CeAyCC%2CQAAO%2CQAEN%3BEACC%2CWAAA%3B%3BAA5CH%2CeAyCC%2CQAAO%2CQAEN%2CMAEC%3BEACC%2CqBAAA%3B%3BAAMJ%2CSAAU%2CYAAW%3BEACpB%2C0CAAA%3BEACA%2CuBAAA%3B%3BAAWC%2CQAN0B%3BEAM1B%2CaAPD%2CaAEE%2CQAAO%3BEAKR%2CaAPD%2CaAGE%3BIACC%2CeAAA%3B%3B%3BAALJ%2CaACC%2CaAOC%2COAAM%3BEACL%2CkBAAA%3BEACA%2CYAAA%3B%3BAAKH%3BEAEC%2CkBAAA%3BEACA%2CYAAA%3B%3BAAHD%2CYAIC%2CcACC%3BEACC%2C%2BBAAA%3B%3BAAID%2CKAAM%2CeAAe%2CeAAe%2CaADrC%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CgBAAgB%2CaAFrC%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CgBAAgB%2CaAHpC%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CQAAO%3BEAKL%2CsBAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CeAAe%2CgBAAgB%3BAACrC%2CKAAM%2CcAAc%2CgBAAgB%3BAACpC%2CKAAM%2CaAAa%2CgBAAgB%3BAACnC%2CKAAM%2CaAAa%2CgBAAgB%3BEAClC%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BEAEN%2CWAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BAAEP%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%3BEAGN%2CoBAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%3BEAEN%2CWAAA%3BEACA%2CqBAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%2COAAM%3BEAEJ%2CWAAA%3BEACA%2CcAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaALvB%2COAAM%3BEAMJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaATtC%2COAAM%3BAAUL%2CKAAM%2CcAAc%2CgBAAgB%2CaAVrC%2COAAM%3BAAWL%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2COAAM%3BAAYL%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%2COAAM%3BEAaJ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAQF%2CQAL2B%3BEACzB%2CKAAM%2CgBAAgB%2CaAvBxB%2COAAM%3BIAwBH%2CiBAAA%3B%3B%3BAAOF%2CKAAM%2CeAAe%2CgBAAgB%2CaAHtC%2CQAAO%3BAAIN%2CKAAM%2CcAAc%2CgBAAgB%2CaAJrC%2CQAAO%3BAAKN%2CKAAM%2CaAAa%2CgBAAgB%2CaALpC%2CQAAO%3BAAMN%2CKAAM%2CaAAa%2CgBAAgB%2CaANpC%2CQAAO%3BEAOL%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAVpC%2CQAAO%3BAAWN%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%2CQAAO%3BAAYN%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%2CQAAO%3BAAaN%2CKAAM%2CcAAc%2CgBAAgB%2CaAbrC%2CQAAO%3BAAcN%2CKAAM%2CaAAa%2CgBAAgB%2CaAdpC%2CQAAO%3BAAeN%2CKAAM%2CcAAc%2CgBAAgB%2CaAfrC%2CQAAO%3BEAgBL%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%2CQAAO%3BAAqBN%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%2CQAAO%3BEAsBL%2CkBAAA%3BEACA%2CYAAA%3B%3BAApGH%2CYAwGC%2CSAAQ%3BEACP%2CeAAA%3BEACA%2CcAAA%3B%3BAA1GF%2CYAwGC%2CSAAQ%2CQAGP%2CGAAK%3BEACJ%2CcAAA%3B%3BAA5GH%2CYAgHC%2CmBAAmB%2CSAAS%2CGAAE%3BEAC7B%2CQAAA%3B%3BAACA%2CYAFD%2CmBAAmB%2CSAAS%2CGAAE%2CSAE5B%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYAND%2CmBAAmB%2CSAAS%2CGAAE%2CSAM5B%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAOD%2CKAAM%2CeAAe%2CaAHtB%3BAAGC%2CKAAM%2CeAAe%2CaAFtB%3BAAEC%2CKAAM%2CeAAe%2CaADtB%3BAAEC%2CKAAM%2CcAAc%2CaAJrB%3BAAIC%2CKAAM%2CcAAc%2CaAHrB%3BAAGC%2CKAAM%2CcAAc%2CaAFrB%3BAAGC%2CKAAM%2CaAAa%2CaALpB%3BAAKC%2CKAAM%2CaAAa%2CaAJpB%3BAAIC%2CKAAM%2CaAAa%2CaAHpB%3BAAIC%2CKAAM%2CaAAa%2CaANpB%3BAAMC%2CKAAM%2CaAAa%2CaALpB%3BAAKC%2CKAAM%2CaAAa%2CaAJpB%3BEAKE%2CaAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaARpC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAPpC%3BAAQC%2CKAAM%2CcAAc%2CgBAAgB%2CaAVrC%3BAAUC%2CKAAM%2CcAAc%2CgBAAgB%2CaATrC%3BAASC%2CKAAM%2CcAAc%2CgBAAgB%2CaARrC%3BEASE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAhBvB%3BAAgBC%2CKAAM%2CgBAAgB%2CaAfvB%3BAAeC%2CKAAM%2CgBAAgB%2CaAdvB%3BEAeE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIH%2CYA4HC%2CgBAqBC%2CsBACC%2CUAAS%3BAAlJZ%2CYA6HC%2CmBAoBC%2CsBACC%2CUAAS%3BAAlJZ%2CYA8HC%2CmBAmBC%2CsBACC%2CUAAS%3BEACR%2CQAAA%3B%3BAACA%2CYAxBH%2CgBAqBC%2CsBACC%2CUAAS%2CkBAEP%3BAAAD%2CYAvBH%2CmBAoBC%2CsBACC%2CUAAS%2CkBAEP%3BAAAD%2CYAtBH%2CmBAmBC%2CsBACC%2CUAAS%2CkBAEP%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAED%2CYA5BH%2CgBAqBC%2CsBACC%2CUAAS%2CkBAMP%3BAAAD%2CYA3BH%2CmBAoBC%2CsBACC%2CUAAS%2CkBAMP%3BAAAD%2CYA1BH%2CmBAmBC%2CsBACC%2CUAAS%2CkBAMP%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAhCzB%2CgBAqBC%2CsBACC%2CUAAS%3BAAUR%2CKAAM%2CgBAAgB%2CaA%5C%2FBzB%2CmBAoBC%2CsBACC%2CUAAS%3BAAUR%2CKAAM%2CgBAAgB%2CaA9BzB%2CmBAmBC%2CsBACC%2CUAAS%3BEAWP%2CcAAA%3B%3BAA7JL%2CYAoKC%3BAApKD%2CYAqKC%3BAArKD%2CYAsKC%3BEACC%2CgBAAA%3B%3BAAIA%2CKAAM%2CeAAe%2CgBAAgB%2CaADtC%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CgBAAgB%2CaAFrC%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CgBAAgB%2CaAHpC%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CQAAO%3BEAKL%2CSAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAPtC%2CQAAO%3BAAQN%2CKAAM%2CcAAc%2CgBAAgB%2CaARrC%2CQAAO%3BAASN%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%2CQAAO%3BAA1KR%2CYA0KC%2CQAAO%2CWAUN%2CMAAM%2CaAAa%3BEAClB%2CSAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%2CQAAO%3BAAcN%2CKAAM%2CcAAc%2CgBAAgB%2CaAdrC%2CQAAO%3BEAeL%2CgBAAA%3B%3BAAzLH%2CYA6LC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CeAAe%2CgBAAgB%2CaAFtC%3BAAGC%2CKAAM%2CcAAc%2CgBAAgB%2CaAHrC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%3BAAKC%2CKAAM%2CaAAa%2CgBAAgB%2CaALpC%3BAAMC%2CKAAM%2CeAAe%2CgBAAgB%2CaANtC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaAPrC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaARpC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaATpC%3BAAUC%2CKAAM%2CeAAe%2CgBAAgB%2CaAVtC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BAAcC%2CKAAM%2CeAAe%2CgBAAgB%2CaAdtC%3BAAeC%2CKAAM%2CcAAc%2CgBAAgB%2CaAfrC%3BAAgBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhBpC%3BAAiBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAjBpC%3BEAkBE%2CiBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%3BAAqBC%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%3BAAsBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtBpC%3BAAuBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAvBrC%3BEAwBE%2CkBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaA1BtC%3BAA2BC%2CKAAM%2CcAAc%2CgBAAgB%2CaA3BrC%3BAA4BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA5BpC%3BEA6BE%2CuBAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FBpC%3BAAgCC%2CKAAM%2CcAAc%2CgBAAgB%2CaAhCrC%3BEAiCE%2CWAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAnCtC%3BAAoCC%2CKAAM%2CcAAc%2CgBAAgB%2CaApCrC%3BAAqCC%2CKAAM%2CaAAa%2CgBAAgB%2CaArCpC%3BAAsCC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtCpC%3BEAuCE%2CqBAAA%3B%3BAAED%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaAzC3D%3BAA0CC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaA1C1D%3BAA2CC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA3CzD%3BAA4CC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA5CzD%3BAA6CC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaA7C3D%3BAA8CC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaA9C1D%3BAA%2BCC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaA%5C%2FCzD%3BAAgDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAhDzD%3BAAiDC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaAjD3D%3BAAkDC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaAlD1D%3BAAmDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAnDzD%3BAAoDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaApDzD%3BAAqDC%2CKAAM%2CeAAc%2CqBAAsB%2CgBAAgB%2CaArD3D%3BAAsDC%2CKAAM%2CcAAa%2CqBAAsB%2CgBAAgB%2CaAtD1D%3BAAuDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAvDzD%3BAAwDC%2CKAAM%2CaAAY%2CqBAAsB%2CgBAAgB%2CaAxDzD%3BEAyDE%2CcAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaA5DxB%2CMA2DC%3BAAEC%2CKAAM%2CgBAAgB%2CaA7DxB%2CMA2DC%3BAAGC%2CKAAM%2CgBAAgB%2CaA9DxB%2CMA2DC%3BAAIC%2CKAAM%2CgBAAgB%2CaA%5C%2FDxB%2CMA2DC%3BAAKC%2CKAAM%2CgBAAe%2CcAAe%2CaAhEtC%2CMA2DC%3BAAMC%2CKAAM%2CgBAAe%2CcAAe%2CaAjEtC%2CMA2DC%3BAAOC%2CKAAM%2CgBAAe%2CcAAe%2CaAlEtC%2CMA2DC%3BAAQC%2CKAAM%2CgBAAe%2CcAAe%2CaAnEtC%2CMA2DC%3BEASE%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAvErC%2CMA2DC%3BAAaC%2CKAAM%2CcAAc%2CgBAAgB%2CaAxEtC%2CMA2DC%3BEAcE%2CqBAAA%3B%3BAAMF%2CKAAM%2CgBAAgB%2CaADvB%3BAAEC%2CKAAM%2CgBAAgB%2CaAFvB%3BAAGC%2CKAAM%2CgBAAgB%2CaAHvB%3BEAIE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaARtC%3BAASC%2CKAAM%2CcAAc%2CgBAAgB%2CaATrC%3BAAUC%2CKAAM%2CaAAa%2CgBAAgB%2CaAVpC%3BAAWC%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%3BEAYE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAWD%2CKAAM%2CgBAAgB%2CaAPvB%3BAAOC%2CKAAM%2CgBAAgB%2CaANvB%3BAAMC%2CKAAM%2CgBAAgB%2CaALvB%3BAAKC%2CKAAM%2CgBAAgB%2CaAJvB%2CSAAQ%2CQAAS%2CGAAG%3BAAInB%2CKAAM%2CgBAAgB%2CaAHvB%2CQAAO%3BAAGN%2CKAAM%2CgBAAgB%2CaAFvB%3BAAEC%2CKAAM%2CgBAAgB%2CaADvB%3BEAEE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAKD%2CKAAM%2CgBAAgB%2CaADvB%2CEAAC%2COAAO%3BEAEN%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAJpC%2CEAAC%2COAAO%3BEAKN%2CaAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAPvB%2CEAAC%2COAAO%3BEAQN%2CkBAAA%3BEACA%2CSAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2CEAAC%2COAAO%3BEAYN%2CeAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaADvB%3BEAEE%2CeAAA%3B%3BAAMD%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%2CQAAS%3BAAEhB%2CKAAM%2CgBAAgB%2CaADvB%2CSAAQ%2CQAAS%2CGAAG%3BAAEnB%2CKAAM%2CgBAAgB%2CaAHvB%2CSAAQ%2CQAAS%3BAAGhB%2CKAAM%2CgBAAgB%2CaAFvB%2CSAAQ%2CQAAS%2CGAAG%3BEAGlB%2CSAAA%3BEACA%2CcAAA%3B%3BAAKD%2CKAAM%2CeAAe%2CaADtB%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CaAFrB%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CaAHpB%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CaAJpB%2CQAAO%3BEAKL%2CaAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaAPvB%2CQAAO%3BEAQL%2CgBAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaAXpC%2CQAAO%3BAAYN%2CKAAM%2CcAAc%2CgBAAgB%2CaAZrC%2CQAAO%3BEAaL%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CKAAM%2CaAAa%2CgBAAgB%2CaAlBrC%2CQAAO%2CMAiBN%3BAAEC%2CKAAM%2CcAAc%2CgBAAgB%2CaAnBtC%2CQAAO%2CMAiBN%3BEAGE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAID%2CKAAM%2CaAAa%2CgBAAgB%2CaA3BrC%2CQAAO%2CMA0BN%2COAAM%3BAAEL%2CKAAM%2CcAAc%2CgBAAgB%2CaA5BtC%2CQAAO%2CMA0BN%2COAAM%3BEAGJ%2CaAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FBrC%2CQAAO%2CMA0BN%2COAAM%3BAAML%2CKAAM%2CcAAc%2CgBAAgB%2CaAhCtC%2CQAAO%2CMA0BN%2COAAM%3BEAOJ%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaAvCxB%2CQAAO%2CMAsCJ%3BEAEA%2CaAAA%3B%3BAAGA%2CKAAM%2CgBAAgB%2CaA3CzB%2CQAAO%2CMAsCJ%2CKAIA%3BEAEC%2CyBAAA%3B%3BAACA%2CKAFK%2CgBAAgB%2CaA3CzB%2CQAAO%2CMAsCJ%2CKAIA%2CmBAGE%3BEACA%2CaAAA%3B%3BAAID%2CKAAM%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%3BEAGH%2CQAAA%3BEACA%2CYAAA%3B%3BAACA%2CKAJK%2CgBAAgB%2CaAlD1B%2CQAAO%2CMAsCJ%2CKAIA%2CmBAOA%2CEAAC%2CIAAI%2CaAKF%3BEACA%2CSAAS%2COAAT%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CYA9DH%2CQAAO%2CMAsCJ%2CKAIA%2CmBAoBC%3BEACA%2CeAAA%3B%3BAAKD%2CKAAM%2CgBAAgB%2CaApEzB%2CQAAO%2CMAsCJ%2CKA4BA%3BEAGC%2CyBAAA%3B%3BAACA%2CKAFK%2CgBAAgB%2CaApEzB%2CQAAO%2CMAsCJ%2CKA4BA%2CiBAIE%3BEACA%2CaAAA%3B%3BAASD%2CKAFK%2CgBAAgB%2CaA9EzB%2CQAAO%2CMA4EJ%2CoBACD%2CeAGG%3BEACA%2CSAAS%2COAAT%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA7ZN%2CYAwUC%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%3BEACN%2CkBAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%3BEAGL%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAHD%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAANF%2CKAAM%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%2CGAGC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAdG%2CgBAAgB%2CaA7F1B%2CQAAO%2CMA4EJ%2CoBAcD%2CeACC%2CQAAO%2CMAML%2CGAGC%2CEAOE%3BEACA%2CSAAS%2CEAAT%3BEACA%2C0BAAA%3B%3BAArbT%2CYAwUC%2CQAAO%2CMAqHN%3BEACC%2CeAAA%3B%3BAA9bH%2CYAkcC%3BEACC%2CYAAA%3BEACA%2CcAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAHvB%3BAAIC%2CKAAM%2CgBAAgB%2CaAJvB%3BAAKC%2CKAAM%2CgBAAgB%2CaALvB%3BEAME%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAXtC%3BAAYC%2CKAAM%2CcAAc%2CgBAAgB%2CaAZrC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BAAcC%2CKAAM%2CaAAa%2CgBAAgB%2CaAdpC%3BAAeC%2CKAAM%2CeAAe%2CgBAAgB%2CaAftC%3BAAgBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAhBrC%3BAAiBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAjBpC%3BAAkBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAlBpC%3BAAmBC%2CKAAM%2CeAAe%2CgBAAgB%2CaAnBtC%3BAAoBC%2CKAAM%2CcAAc%2CgBAAgB%2CaApBrC%3BAAqBC%2CKAAM%2CaAAa%2CgBAAgB%2CaArBpC%3BAAsBC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtBpC%3BEAuBE%2CYAAA%3B%3BAAzdH%2CYAkcC%2CkBAyBC%3BEACC%2CoBAAA%3B%3BAA5dH%2CYAgeC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAHvB%3BEAIE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAVtC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAXrC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAZpC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaAbpC%3BEAcE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAED%2CKAAM%2CaAAa%2CgBAAgB%2CaApBpC%3BAAqBC%2CKAAM%2CcAAc%2CgBAAgB%2CaArBrC%3BEAsBE%2CaAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAxBtC%3BAAyBC%2CKAAM%2CcAAc%2CgBAAgB%2CaAzBrC%3BAA0BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1BpC%3BAA2BC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3BpC%3BEA4BE%2CWAAA%3B%3BAA5fH%2CYAgeC%2CcA8BC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CeAAe%2CgBAAgB%2CaAhCvC%2CcA8BC%3BAAGC%2CKAAM%2CcAAc%2CgBAAgB%2CaAjCtC%2CcA8BC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAlCrC%2CcA8BC%3BAAKC%2CKAAM%2CaAAa%2CgBAAgB%2CaAnCrC%2CcA8BC%3BAAMC%2CKAAM%2CeAAe%2CgBAAgB%2CaApCvC%2CcA8BC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaArCtC%2CcA8BC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtCrC%2CcA8BC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaAvCrC%2CcA8BC%3BAAUC%2CKAAM%2CeAAe%2CgBAAgB%2CaAxCvC%2CcA8BC%3BAAWC%2CKAAM%2CcAAc%2CgBAAgB%2CaAzCtC%2CcA8BC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1CrC%2CcA8BC%3BAAaC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3CrC%2CcA8BC%3BEAcE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9gBJ%2CYAgeC%2CcA8BC%2CSAkBC%3BEACC%2CsBAAA%3B%3BAACA%2CYAlDH%2CcA8BC%2CSAkBC%2CMAEE%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAtDxC%2CcA8BC%2CSAkBC%3BAAOC%2CKAAM%2CcAAc%2CgBAAgB%2CaAvDvC%2CcA8BC%2CSAkBC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaAxDtC%2CcA8BC%2CSAkBC%3BAASC%2CKAAM%2CaAAa%2CgBAAgB%2CaAzDtC%2CcA8BC%2CSAkBC%3BEAUE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAED%2CKAAM%2CgBAAgB%2CaA9DzB%2CcA8BC%2CSAkBC%3BAAeC%2CKAAM%2CgBAAgB%2CaA%5C%2FDzB%2CcA8BC%2CSAkBC%3BEAgBE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAJK%2CgBAAgB%2CaA9DzB%2CcA8BC%2CSAkBC%2CMAkBG%3BAAAD%2CKAHK%2CgBAAgB%2CaA%5C%2FDzB%2CcA8BC%2CSAkBC%2CMAkBG%3BEACA%2CgBAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaAtEzB%2CcA8BC%2CSAkBC%3BEAuBE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaAtEzB%2CcA8BC%2CSAkBC%2CMAyBG%3BEACA%2CgBAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaA7EzB%2CcA8BC%2CSAkBC%3BEA8BE%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaA7EzB%2CcA8BC%2CSAkBC%2CMAgCG%3BEACA%2CmCAAA%3B%3BAAGF%2CKAAM%2CgBAAgB%2CaApFzB%2CcA8BC%2CSAkBC%3BEAqCE%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CKAHK%2CgBAAgB%2CaApFzB%2CcA8BC%2CSAkBC%2CMAuCG%3BEACA%2CmCAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%2CaA3FxC%2CcA8BC%2CSAkBC%3BAA4CC%2CKAAM%2CcAAc%2CgBAAgB%2CaA5FvC%2CcA8BC%2CSAkBC%3BAA6CC%2CKAAM%2CaAAa%2CgBAAgB%2CaA7FtC%2CcA8BC%2CSAkBC%3BAA8CC%2CKAAM%2CaAAa%2CgBAAgB%2CaA9FtC%2CcA8BC%2CSAkBC%3BEA%2BCE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%3BAAEC%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%3BAAGC%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%3BAAIC%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%3BAAKC%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%3BAAMC%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%3BAAOC%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%3BAAQC%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%3BAASC%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%3BAAUC%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%3BAAWC%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%3BAAYC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%3BAAaC%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%3BAAcC%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%3BAAeC%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%3BAAgBC%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%3BEAiBE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKAnBK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAlBK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAjBK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAhBK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAfK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAdK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAbK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAZK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAXK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAVK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKATK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKARK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAPK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKANK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKALK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAoBG%2COACE%3BAADH%2CKAJK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAoBG%2COACE%3BEACD%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAZF%2CKAnBK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAlBK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAjBK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAhBK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAfK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAdK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAbK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAZK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAXK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAVK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKATK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKARK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAPK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKANK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKALK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BAAbF%2CKAJK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAoBG%2COACE%2CWAYD%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIH%2CKAxCK%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMAyCG%3BAAAD%2CKAvCK%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMAyCG%3BAAAD%2CKAtCK%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKArCK%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKApCK%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMAyCG%3BAAAD%2CKAnCK%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMAyCG%3BAAAD%2CKAlCK%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAjCK%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAhCK%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMAyCG%3BAAAD%2CKA%5C%2FBK%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMAyCG%3BAAAD%2CKA9BK%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMAyCG%3BAAAD%2CKA7BK%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMAyCG%3BAAAD%2CKA5BK%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMAyCG%3BAAAD%2CKA3BK%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMAyCG%3BAAAD%2CKA1BK%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMAyCG%3BAAAD%2CKAzBK%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMAyCG%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5CF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA7CF%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA5CF%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA3CF%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA1CF%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAzCF%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAxCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAvCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAtCF%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAArCF%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAApCF%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAnCF%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAlCF%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAjCF%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAAhCF%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA%5C%2FBF%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BCE%2CEAAC%3BAA9CF%2CKAAM%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA7CnB%2CKAAM%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA5CnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA3CnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA1CnB%2CKAAM%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAzCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAxCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAvCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAtCnB%2CKAAM%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAArCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAApCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAnCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAlCnB%2CKAAM%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAjCnB%2CKAAM%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAhCnB%2CKAAM%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAA%5C%2FBnB%2CKAAM%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BCmB%2CEAAC%3BAAAU%2CKA9CvB%2CeAAe%2CgBAAgB%2CaArGvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA7CvB%2CcAAc%2CgBAAgB%2CaAtGtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA5CvB%2CaAAa%2CgBAAgB%2CaAvGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA3CvB%2CaAAa%2CgBAAgB%2CaAxGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA1CvB%2CeAAe%2CgBAAgB%2CaAzGvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAzCvB%2CcAAc%2CgBAAgB%2CaA1GtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAxCvB%2CaAAa%2CgBAAgB%2CaA3GrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAvCvB%2CaAAa%2CgBAAgB%2CaA5GrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAtCvB%2CeAAe%2CgBAAgB%2CaA7GvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKArCvB%2CcAAc%2CgBAAgB%2CaA9GtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKApCvB%2CaAAa%2CgBAAgB%2CaA%5C%2FGrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAnCvB%2CaAAa%2CgBAAgB%2CaAhHrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAlCvB%2CeAAe%2CgBAAgB%2CaAjHvC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAjCvB%2CcAAc%2CgBAAgB%2CaAlHtC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKAhCvB%2CaAAa%2CgBAAgB%2CaAnHrC%2CcAoGC%2CMA%2BC%2BB%3BAAAD%2CKA%5C%2FBvB%2CaAAa%2CgBAAgB%2CaApHrC%2CcAoGC%2CMA%2BC%2BB%3BEAC5B%2CeAAA%3B%3BAAGF%2CKAAM%2CeAAe%2CgBAAgB%2CaAvJvC%2CcAoGC%3BAAoDC%2CKAAM%2CcAAc%2CgBAAgB%2CaAxJtC%2CcAoGC%3BAAqDC%2CKAAM%2CaAAa%2CgBAAgB%2CaAzJrC%2CcAoGC%3BAAsDC%2CKAAM%2CaAAa%2CgBAAgB%2CaA1JrC%2CcAoGC%3BEAuDE%2CmBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaA7JvC%2CcAoGC%3BAA0DC%2CKAAM%2CcAAc%2CgBAAgB%2CaA9JtC%2CcAoGC%3BAA2DC%2CKAAM%2CaAAa%2CgBAAgB%2CaA%5C%2FJrC%2CcAoGC%3BAA4DC%2CKAAM%2CaAAa%2CgBAAgB%2CaAhKrC%2CcAoGC%3BEA6DE%2CkBAAA%3B%3BAAED%2CKAAM%2CeAAe%2CgBAAgB%2CaAnKvC%2CcAoGC%3BAAgEC%2CKAAM%2CcAAc%2CgBAAgB%2CaApKtC%2CcAoGC%3BAAiEC%2CKAAM%2CaAAa%2CgBAAgB%2CaArKrC%2CcAoGC%3BAAkEC%2CKAAM%2CaAAa%2CgBAAgB%2CaAtKrC%2CcAoGC%3BEAmEE%2CmBAAA%3B%3BAAcA%2CKAZK%2CeAAe%2CgBAAgB%2CaAzKvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAXK%2CcAAc%2CgBAAgB%2CaA1KtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAVK%2CaAAa%2CgBAAgB%2CaA3KrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKATK%2CaAAa%2CgBAAgB%2CaA5KrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKARK%2CeAAe%2CgBAAgB%2CaA7KvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAPK%2CcAAc%2CgBAAgB%2CaA9KtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKANK%2CaAAa%2CgBAAgB%2CaA%5C%2FKrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKALK%2CaAAa%2CgBAAgB%2CaAhLrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAJK%2CeAAe%2CgBAAgB%2CaAjLvC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAHK%2CcAAc%2CgBAAgB%2CaAlLtC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKAFK%2CaAAa%2CgBAAgB%2CaAnLrC%2CcAoGC%2CMAiFG%2COACE%3BAADH%2CKADK%2CaAAa%2CgBAAgB%2CaApLrC%2CcAoGC%2CMAiFG%2COACE%3BEACD%2CYAAA%3B%3BAAQF%2CKAJK%2CeAAe%2CgBAAgB%2CaA3LvC%2CcAoGC%2CMA2FG%3BAAAD%2CKAHK%2CcAAc%2CgBAAgB%2CaA5LtC%2CcAoGC%2CMA2FG%3BAAAD%2CKAFK%2CaAAa%2CgBAAgB%2CaA7LrC%2CcAoGC%2CMA2FG%3BAAAD%2CKADK%2CaAAa%2CgBAAgB%2CaA9LrC%2CcAoGC%2CMA2FG%3BEACA%2CaAAA%3B%3BAAhqBL%2CYAgeC%2CcAoMC%2CSACC%3BEACC%2CWAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CaAvMzB%2CcAoMC%2CSACC%3BAAGC%2CKAAM%2CgBAAgB%2CaAxMzB%2CcAoMC%2CSACC%3BAAIC%2CKAAM%2CgBAAgB%2CaAzMzB%2CcAoMC%2CSACC%3BEAKE%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CKALK%2CgBAAgB%2CaAvMzB%2CcAoMC%2CSACC%2COAOG%3BAAAD%2CKAJK%2CgBAAgB%2CaAxMzB%2CcAoMC%2CSACC%2COAOG%3BAAAD%2CKAHK%2CgBAAgB%2CaAzMzB%2CcAoMC%2CSACC%2COAOG%3BEACA%2CeAAA%3B%3BAAQN%2CKAAM%2CaAAY%2CqBACjB%2CaACC%2COAAM%3BEACL%2CSAAA%3BEACA%2CUAAA%3B%3BAAJH%2CKAAM%2CaAAY%2CqBACjB%2CaAKC%2CQAAO%3BAANT%2CKAAM%2CaAAY%2CqBACjB%2CaAMC%3BEACC%2CaAAA%3B%3BAARH%2CKAAM%2CaAAY%2CqBACjB%2CaASC%3BEACC%2CyBAAA%3B%3BAAED%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%3BEACN%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%2CQAGN%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAPH%2CKAbI%2CaAAY%2CqBACjB%2CaAYE%2CcACA%2CQAAO%2CQAGN%2CMAIC%3BEACC%2CcAAA%3B%3BAAIH%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3B%3BAAJD%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%3BEACC%2CYAAA%3B%3BAANF%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAEC%2COAAM%3BAAPR%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAGC%2COAAM%3BEACL%2CUAAA%3BEACA%2CSAAA%3B%3BAAVH%2CKA1BG%2CaAAY%2CqBACjB%2CaAYE%2CcAaC%2CeAKA%2CaAOC%2CQAAO%3BEACN%2CMAAA%3BEACA%2C%2BBAAA%3B%3BAAxCN%2CKAAM%2CaAAY%2CqBA8CjB%2CQAAO%2CQACN%3BEACC%2CaAAA%3B%3BAAIH%2CsBACC%2CkBACC%2COAAM%2COAAO%3BEACZ%2CkBAAA%3B%3BAAHH%2CsBACC%2CkBACC%2COAAM%2COAAO%2CSAEZ%2CSAAQ%2CIAAK%3BEACZ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAOH%2CKAAM%2CgBAAgB%2COADjB%3BEAEJ%2CaAAA%3B%3BAAIF%2CIAAI%2CqBACH%2CQAAO%3BEACN%2CkBAAA%3B%3BAAFF%2CIAAI%2CqBACH%2CQAAO%2CQAEN%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAPH%2CIAAI%2CqBAUH%3BEACC%2CeAAA%3B%3BAAXF%2CIAAI%2CqBAUH%2CwBAEC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CIAhBC%2CqBAUH%2CwBAEC%2COAIE%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBJ%2CIAAI%2CqBAUH%2CwBAEC%2COAUC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxBJ%2CIAAI%2CqBAUH%2CwBAkBC%2CiBACC%2COACC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOL%2CgBAAiB%3BEAChB%2CUAAA%3B%3BAAIA%2CKAAM%2CgBAAgB%3BAACtB%2CKAAM%2CgBAAgB%3BEACrB%2CWAAA%3B%3BAAED%2CaAAC%2CeACA%2CIACG%3BEACD%2CUAAA%3B%3BAAKF%2CKAAM%2CeAAe%2CcADtB%2CQAAO%3BAAEN%2CKAAM%2CcAAc%2CcAFrB%2CQAAO%3BAAGN%2CKAAM%2CaAAa%2CcAHpB%2CQAAO%3BAAIN%2CKAAM%2CaAAa%2CcAJpB%2CQAAO%3BEAKL%2CcAAA%3B%3BAASD%2CaAHD%2CgBAGK%3BAAAJ%2CaAFD%2CgBAEK%3BAAAJ%2CaADD%2CgBACK%3BEACH%2CoBAAA%3B%3BAALH%2CaAQC%2CUAAS%3BEACR%2CkBAAA%3B%3BAAIF%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAFD%2CWAGG%3BEACD%2CqBAAA%3B%3BAACA%2CKAAM%2CaAAa%2CgBAAgB%2CYAFlC%3BAAGD%2CKAAM%2CcAAc%2CgBAAgB%2CYAHnC%3BEAIA%2CkBAAA%3B%3BAAGA%2CKAAM%2CaAAa%2CgBAAgB%2CYAPnC%2CKAMC%3BAAED%2CKAAM%2CcAAc%2CgBAAgB%2CYARpC%2CKAMC%3BEAGA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHD%2CKAAM%2CaAAa%2CgBAAgB%2CYAPnC%2CKAMC%2CKAKE%2CKAAG%2CGAAG%3BAAHT%2CKAAM%2CcAAc%2CgBAAgB%2CYARpC%2CKAMC%2CKAKE%2CKAAG%2CGAAG%3BEACP%2CgBAAA%3B%3BAAfL%2CWAGG%2CKAMC%2CKASC%2CKAAG%2CGAAG%3BEACP%2CyBAAA%3B%3BAAnBJ%2CWAGG%2CKAMC%2CKASC%2CKAAG%2CGAAG%2CEAEP%3BEACC%2CyBAAA%3B%3BAArBL%2CWA2BC%3BEACC%2CUAAA%3B%3BAAOE%2CQAH2B%3BEAG3B%2CWARH%2CGAEC%2CGACE%2COAAO%2CMACL%3BIAEA%2CeAAA%3B%3B%3BAAeN%2CaACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIF%3BEACC%2CgBAAA%3B%3BAAGD%2CeAIC%2CaACC%3BAAJF%2CeAGC%2CaACC%3BAAHF%2CeAEC%2CaACC%3BAAFF%2CeACC%2CaACC%3BEACC%2C6BAAA%3B%3BAANH%2CeASC%2CcACC%2CSACC%3BAAVH%2CeAQC%2CcACC%2CSACC%3BAATH%2CeAOC%2CcACC%2CSACC%3BAARH%2CeAMC%2CcACC%2CSACC%3BEACC%2C0BAAA%3B%3B%3BAAsZJ%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2CeAAgB%3BAAChB%2COAAO%2CQAAS%2CcAAc%3BAAC9B%2COAAO%2CQAAS%2CQAAO%3BEACtB%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3B%3BAAGD%2CYAAY%3BEACX%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3BEACA%2CMAAA%3B%3BAAPD%2CYAAY%2CcAQX%2COAAM%3BEACL%2CcAAA%3B%3BAATF%2CYAAY%2CcAWX%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbF%2CYAAY%2CcAWX%2CQAAO%2CQAGN%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAjBH%2CYAAY%2CcAoBX%3BAApBD%2CYAAY%2CcAqBX%2CSAAQ%3BAArBT%2CYAAY%2CcAsBX%3BEACC%2CwBAAA%3B%3BAAvBF%2CYAAY%2CcA0BX%2CcAAa%3BEACZ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAA9BF%2CYAAY%2CcA0BX%2CcAAa%2CSAKZ%3BEACC%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAjCH%2CYAAY%2CcA0BX%2CcAAa%2CSAKZ%2CYAGC%2CUAAS%2CoBACR%3BEACC%2CkBAAA%3B%3BAApCL%2CYAAY%2CcAyCX%3BEACC%2CwBAAA%3B%3BAAED%2CYA5CW%2CcA4CV%2CIAAI%2CiBACJ%3BEACC%2CkBAAA%3BEACA%2CQAAA%3B%3B%3BAAKH%2CeAAe%2CcACd%2CQAAO%3BEACN%2CiBAAA%3B%3BAAFF%2CeAAe%2CcACd%2CQAAO%2CQAEN%3BEACC%2CaAAA%3B%3BAAJH%2CeAAe%2CcACd%2CQAAO%2CQAKN%3BEACC%2CgBAAA%3BEACA%2CWAAA%3B%3BAARH%2CeAAe%2CcACd%2CQAAO%2CQAKN%2CcAGC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAKJ%2CeAAe%3BEACd%2CMAAA%3B%3BAADD%2CeAAe%2CcAEd%2CQAAO%2CQACN%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAPH%2CeAAe%2CcAEd%2CQAAO%2CQAON%2CcAAa%3BEACZ%2CQAAA%3BEACA%2CiBAAA%3B%3BAAXH%2CeAAe%2CcAEd%2CQAAO%2CQAWN%3BEACC%2CaAAA%3B%3BAAdH%2CeAAe%2CcAEd%2CQAAO%2CQAcN%2CcACC%3BEACC%2CaAAA%3B%3BAAlBJ%2CeAAe%2CcAsBd%2CcACC%2CYACC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAKJ%2CeAAe%2CcACd%2CQAAO%2CQACN%3BEACC%2CaAAA%3B%3BAAIH%2CeAAe%3BEACd%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAALD%2CeAAe%2CcAMd%3BEACC%2CSAAA%3B%3BAAPF%2CeAAe%2CcASd%2COAAM%3BEACL%2CcAAA%3B%3BAAVF%2CeAAe%2CcAYd%2CQAAO%3BEACN%2CUAAA%3BEACA%2C4BAAA%3B%3BAAdF%2CeAAe%2CcAYd%2CQAAO%2CQAGN%3BEACC%2CQAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBH%2CeAAe%2CcAuBd%2CQAAO%3BEACN%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzBF%2CeAAe%2CcA2Bd%2COAAM%2COACL%3BEACC%2CaAAA%3B%3BAAIH%2CeAAe%3BEACd%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3B%3BAARD%2CeAAe%2CcASd%3BEACC%2CmBAAA%3B%3BAAVF%2CeAAe%2CcASd%2CYAEC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAIH%2CYAAY%3BEACX%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAHD%2CYAAY%2CqBAIX%2COAAM%3BEACL%2CqBAAA%3B%3BAAGF%2CoBACC%3BEACC%2CkBAAA%3B%3BAACA%2CoBAFD%2CUAEE%2CYACA%2CQACC%3BEACC%2CoBAAA%3B%3BAANL%2CoBAWC%3BEACC%2CWAAA%3B%3BAAZF%2CoBAWC%2CSAEC%2CSACC%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGF%2CoBAfD%2CSAeE%3BEACA%2CaAAA%3B%3BAA3BH%2CoBA8BC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhCF%2CoBA8BC%2CQAGC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAA1CH%2CoBA8BC%2CQAGC%2CGAUC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArDJ%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBACC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5DN%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAQC%3BEACC%2CiBAAA%3B%3BAA%5C%2FDN%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%3BEACC%2CeAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBAtCL%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%2CUAGE%3BEACA%2CkBAAA%3B%3BAAED%2CoBAzCL%2CQAGC%2CGAUC%2CGAWC%2CgBAWC%2CUAME%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAzEP%2CoBA8BC%2CQAGC%2CGAUC%2CGAWC%2CgBAsBC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQN%3BEACC%2CkBAAA%3B%3B%3BAAoHD%3BEACC%2CYAAA%3B%3BAAOC%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BAAAD%2CeADD%2CmBACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAAKH%2CeACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CKACC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAACA%2CKAbD%2COAaE%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CKAlBD%2COAkBE%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAATD%2CKAlBD%2COAkBE%2COAUA%3BEACC%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAvCJ%2CKACC%2COA0CC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA9CH%2CKACC%2COA0CC%2CWAIC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAAjDJ%2CKACC%2COAmDC%2CMAAK%2CWACJ%3BEACC%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAACA%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%3BEACA%2CSAAA%3B%3BAADD%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%3BEACC%2CWAAA%3B%3BAAHF%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%3BEACC%2CcAAA%3B%3BAALH%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAEC%3BEACC%2CkBAAA%3B%3BAAPJ%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAKC%3BAATH%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAMC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAZJ%2CKAzDH%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAUC%2CaACC%3BEACC%2CkBAAA%3B%3BAAGF%2CKA5EN%2COAmDC%2CMAAK%2CWACJ%2CoBAKE%2CWAEA%2CcAEC%2CGAeE%3BEACA%2C8BAAA%3B%3BAAMJ%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%3BEACC%2CqBAAA%3B%3BAAHH%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%2CGAEC%3BEACC%2CkBAAA%3B%3BAALJ%2CKAnFH%2COAmDC%2CMAAK%2CWACJ%2CoBA%2BBE%2CaACA%2CcACC%2CGAKC%3BEACC%2CkBAAA%3B%3BAA5FR%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAnGL%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%2CcAGC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtGN%2CKACC%2COAmDC%2CMAAK%2CWACJ%2CoBA4CC%2CcAOC%3BEACC%2CcAAA%3B%3BAAzGN%2CKACC%2COA8GC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAlHH%2CKACC%2COA8GC%2CgBAIC%3BEACC%2CkBAAA%3B%3BAApHJ%2CKACC%2COA8GC%2CgBAIC%2CSAEC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAxHL%2CKACC%2COA8GC%2CgBAYC%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FHJ%2CKACC%2COA8GC%2CgBAkBC%3BEACC%2CaAAA%3B%3BAAlIJ%2CKACC%2COA8GC%2CgBAqBC%2CEAAC%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAACA%2CKA1IH%2COA8GC%2CgBAqBC%2CEAAC%2CYAOC%3BEACA%2CYAAA%3B%3BAA5IL%2CKACC%2COA8GC%2CgBAgCC%2CQAAO%3BEACN%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAApJJ%2CKACC%2COAsJC%3BEACC%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAlKH%2CKACC%2COAmKC%3BEACC%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CcAAc%2CkBAAd%3BEACA%2CWAAW%2CkBAAX%3B%3BAAjLH%2CKACC%2COAkLC%2COAAM%2CaAAa%3BEAClB%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIH%3BEACC%2CcAAA%3B%3BAADD%2CkBAEC%3BEACC%2CeAAA%3B%3BAAsCF%2CgBA7BwC%2C2BAA8B%3B%3BEAErE%2CKAAM%2COAAO%3BIACZ%2C2BAAA%3BIAEA%2CyBAAA%3B%3BEAED%2CqBAAsB%2CQAAO%3BIAC5B%2CaAAA%3B%3BEAED%2CKAAM%3BIACL%2C6BAAA%3B%3BEAED%2COAAQ%2CmBAAmB%3BIAC1B%2C6BAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAAQ%2CmBAAmB%2CiBAAgB%3BIAC1C%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAED%2CKAAM%2COAAM%3BIACX%2C0BAAA%3B%3BEAED%2COAAQ%2CmBAAmB%3BIAC1B%2C6BAAA%3B%3B%3BAhJlmEE%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAiJfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BElKgQZ%2CiBAAA%3B%3BAkKlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAhJ5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BElB4QhB%2CqBAAA%3BE%2BC9QA%2CqBAAA%3B%3BA7BFY%2CYAVR%2CeAGO%2CUAOE%2CS6BoQX%3BA7BnQU%2CYAXR%2CeAGO%2CUAQE%2CQ6BmQX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CY7BlBI%2CeAGO%2CUAOE%2CS6BQZ%3BAAAD%2CY7BlBI%2CeAGO%2CUAQE%2CQ6BOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDzOQ%2COhDyOR%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CsBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA7B5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BA6B%2BEhB%2CY7BjHI%2CeAGO%2CUA6BE%2CQ6BiFZ%3BE%5C%2FCyKD%2CSgDxPQ%2COhDwPR%3B%3BAkBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BElB6NZ%2CmBAAA%3BEkB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BElB2MpB%2CiBAAA%3BEkBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BElBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BElB6LpB%2CiBAAA%3BEkB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BElBuLxB%2CiBAAA%3B%3BAkBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BElBwKzB%2CiBAAA%3BEkBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BElBiKpB%2CiBAAA%3BEkB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BElB4JpB%2CiBAAA%3B%3BAkBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CmBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAiJvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEnK4RL%2CmBAAA%3B%3BAmK1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BAjHTR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAGI%3BEACI%2CkBAAA%3B%3BAANhB%2CQACI%2CgBACI%2CUAGI%2CQAGI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAAxBhC%2CQACI%2CgBACI%2CUAGI%2CQAyBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAjCpB%2CQACI%2CgBAqCI%2CeACI%3BEACI%2CmBAAA%3B%3BAAxChB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%3BEACI%2CgBAAA%3B%3BAA3CpB%2CQACI%2CgBAqCI%2CeACI%2CiBAGI%2CSAGI%3BEACI%2CWAAA%3B%3BAA9CxB%2CQACI%2CgBAqCI%2CeACI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CQAzDR%2CgBAwDI%2CQACK%3BEpDsOb%2CqBAAA%3BE%2BC9QA%2CqBAAA%3BEK8CgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIL0NX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CQKvBI%2CgBAwDI%2CQACK%2CILlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgDpOU%2COhDoOV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQACK%2CILtBZ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CQK1CA%2CgBAwDI%2CQACK%2CILhBZ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAoD3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BEpDiNb%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAoDjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COLqMX%3BE%5C%2FChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCHA%2CQKvBI%2CgBAwDI%2CQAsBK%2COLvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE%5C%2FC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSgD1OU%2COhD0OV%3BEAAA%2CaiDvRe%2CYjDuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE%2BCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKpCA%2CgBAwDI%2CQAsBK%2COL3CZ%2CMACI%3BE%5C%2FC2PL%2CcAAA%3B%3BA%2BCrPI%2CQK1CA%2CgBAwDI%2CQAsBK%2COLrCZ%2COACI%3BE%5C%2FCqPL%2CcAAA%3B%3BAK7CA%2CQ%2BClPI%2CgBAwDI%2CQAsBK%2CO%5C%2FCoKZ%3BAACD%2CQ%2BCnPI%2CgBAwDI%2CQAsBK%2CO%5C%2FCqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BCxPI%2CgBAwDI%2CQAsBK%2CO%5C%2FC0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BC7PI%2CgBAwDI%2CQAsBK%2CO%5C%2FC%2BKZ%3BAACD%2CQ%2BC9PI%2CgBAwDI%2CQAsBK%2CO%5C%2FCgLZ%3BAACD%2CQAAQ%2CUAAW%2CS%2BC%5C%2FPf%2CgBAwDI%2CQAsBK%3BE%5C%2FCkLT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAsK1SJ%3BEACI%2CaAAA%3B%3BAACA%2CCAAC%3BEACG%2CaAAA%3B%3BAAGR%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAEJ%3BAACA%2COAAO%3BA%5C%2FI2LH%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAC9E%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAAhF%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAAA9E%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE%2BI3LhF%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAEJ%2C0BAA2B%2CyBAAyB%2CGAAG%2CGAAG%3BEACtD%2CeAAA%3B%3B%3BAAIJ%2CUAAW%2CEAAC%3BAACZ%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEAClB%2C2BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CWAEI%2CQACM%3BEACE%2CiBAAA%3B%3BAACA%2CKAAM%2CgBAAgB%2CYAH9B%2CQACM%3BAAGE%2CKAAM%2CgBAAgB%2CYAJ9B%2CQACM%3BEAIM%2CiBAAA%3B%3BAAPhB%2CWAEI%2CQAQI%3BEACI%2CkCAAA%3B%3BAACA%2CWAVR%2CQAQI%2CSAEK%3BEACG%2CkCAAA%3B%3BAAGA%2CWAdZ%2CQAQI%2CSAKI%2CEACK%3BAACD%2CWAfZ%2CQAQI%2CSAKI%2CEAEK%3BEACG%2CgBAAA%3BEAEA%2CqBAAA%3B%3BAAOpB%3BEACI%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CYAAY%2CsBACR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CYAAY%2CsBACR%2CkBAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CYAAY%2CsBACR%2CkBAGI%2CoBAII%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJmC%3BEAInC%2CYAlBA%2CsBACR%2CkBAGI%2CoBAII%3BIAOQ%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAhBpB%2CYAAY%2CsBACR%2CkBAGI%2CoBAgBI%3BEACI%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxBhB%2CYAAY%2CsBA4BR%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAAnCR%2CYAAY%2CsBA4BR%2CyBASI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAACA%2CYAtDA%2CsBA4BR%2CyBASI%2COAiBK%3BAACD%2CYAvDA%2CsBA4BR%2CyBASI%2COAkBK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAUR%2CQARmC%3BEAQnC%2CYAnEI%2CsBA4BR%2CyBASI%3BIAuBQ%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3B%3BAAMR%2CYAvEI%2CsBAqER%2COAAM%2COAAO%2CQAER%2CMACG%3BAADJ%2CYAvEI%2CsBAsER%2CQAAO%2CQACF%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO%5C%2FI0DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIxDzE%2CMACG%3BAADJ%2CYAvEI%2CsB%5C%2FI%2BHR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIxDzE%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO%5C%2FI2DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIzD3E%2CMACG%3BAADJ%2CYAvEI%2CsB%5C%2FIgIR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIzD3E%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO%5C%2FI2DA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIxDzE%2CMACG%3BAADJ%2CYAvEI%2CsB%5C%2FIgIR%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIxDzE%2CMACG%3BAADJ%2CYAvEI%2CsBAqER%2CO%5C%2FI0DA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIzD3E%2CMACG%3BAADJ%2CYAvEI%2CsB%5C%2FI%2BHR%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIzD3E%2CMACG%3BEACI%2CcAAA%3B%3B%3BAAQZ%2CYAAC%2C8BACG%3BEACI%2C2BAAA%3B%3BAAFR%2CYAAC%2C8BACG%2CkBAEI%3BEACI%2CuBAAA%3B%3BAAJZ%2CYAAC%2C8BACG%2CkBAEI%2CMAEI%2CGAAE%3BEACE%2CmBAAA%3B%3BAANhB%2CYAAC%2C8BACG%2CkBAEI%2CMAKI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAThB%2CYAAC%2C8BACG%2CkBAWI%2CMAAK%3BEACD%2CkBAAA%3B%3BAAbZ%2CYAAC%2C8BACG%2CkBAcI%2CMAAK%2CQAAQ%3BAAfrB%2CYAAC%2C8BACG%2CkBAeI%2CMAAK%2CQAAQ%3BEACT%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAlBZ%2CYAAC%2C8BACG%2CkBAmBI%2CMAAK%3BAApBb%2CYAAC%2C8BACG%2CkBAoBI%2CMAAK%2CQAAQ%3BEACT%2C8BAAA%3B%3BAAyBhB%2CoBACI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAHR%2CoBACI%2COAGI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBANR%2COAGI%2CKAGK%3BEACG%2C0BAAA%3B%3BAAKhB%2CqBACI%2CaACI%2CcACI%3BEACI%2CiBAAA%3B%3BAACA%2CqBAJZ%2CaACI%2CcACI%2CmBAEK%3BEACG%2CgCAAA%3B%3B%3BAAUpB%2CYAAY%2CqBAAsB%2CYAAY%2COAAM%2CIAAK%3BEACrD%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYACI%2COAAM%2CeACF%2C2BAA2B%2COAAM%2COAAQ%3BAAFjD%2CYACI%2COAAM%2CeAEF%2COAAM%2COAAO%2CQAAS%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO%5C%2FIrCJ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIqCpD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO%5C%2FIpCJ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIoCtD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO%5C%2FIpCJ%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIqCpD%3BAAH9B%2CYACI%2COAAM%2CeAEF%2CO%5C%2FIrCJ%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIoCtD%3BEAClB%2CeAAA%3B%3BAAJZ%2CYAOI%2CQACI%2CmBACA%2CiBACA%2CyBACA%2CyBACA%2CiBACA%2CQAAO%2COAAO%3BEACd%2CSAAS%2CEAAT%3B%3BAAdR%2CYAgBI%2CcAAc%3BAAhBlB%2CYAiBI%2CaAAa%3BAAjBjB%2CYAkBI%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CYALJ%2CcAAc%2CcAKT%3BAAAD%2CYAJJ%2CaAAa%2CcAIR%3BAAAD%2CYAHJ%2CaAAa%2CcAGR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAvBZ%2CYA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2CYA6BI%2CaACI%2COACI%3BAA%5C%2FBZ%2CYA6BI%2CaACI%2COAEI%3BEACI%2CoCAAA%3B%3BAAjChB%2CYAqCI%2CkBACI%3BEACI%2CsBAAA%3B%3BAAvCZ%2CYAqCI%2CkBACI%2CyBAEI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAA1ChB%2CYAqCI%2CkBAQI%2CiBACI%2CEACI%3BEACI%2C0BAAA%3B%3B%3BAAQpB%2CKACI%2CaACA%2CmBACA%2CsBACA%2CUAAS%3BAACb%2CKACI%2CaACA%2CmBACA%2CsBACA%2CUAAS%3BEACT%2CwBAAA%3B%3B%3BAAKJ%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAAGJ%2CkBAAkB%2CMAAO%2CuBAAsB%3BEAC3C%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3B%3B%3BAAyBJ%2CQArB0B%3BEACtB%2CWAAY%2CQAAO%2CUAAa%3BEAChC%2CWAAY%2CQAAU%3BIAClB%2CoCAAA%3B%3BEAEJ%2CWAAY%2CQAAO%2COAAU%3BEAC7B%2CWAAY%2CQAAO%2CWAAc%3BIAC7B%2CgCAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CSAAS%2CQAAU%3BIACnC%2CkBAAA%3B%3BEAGJ%2CWAAY%2CQAAU%3BIAClB%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CyCAAyC%2CqBACrC%2CYACA%2CSACA%3BAACJ%2CyCAAyC%2CqBACrC%2CYACA%2CSACA%3BEACA%2CWAAA%3B%3BAAGJ%2CyCAAyC%2CqBACrC%2CYACA%3BAACJ%2CyCAAyC%2CqBACrC%2CYACA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CaACI%3BEACI%2CUAAA%3B%3BAAFR%2CaACI%2CaAEI%2CQAAO%2CQACH%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAANhB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAXpB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAfxB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxBxB%2CaACI%2CaAEI%2CQAAO%2CQACH%2CYAGI%2CoBAmBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9BxB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%3BEACI%2CcAAA%3B%3BAAnChB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAEI%3BEACI%2CiBAAA%3B%3BAArCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAKI%3BEACI%2CkBAAA%3B%3BAAxCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAQI%3BEACI%2CUAAA%3B%3BAA3CpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAWI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAeI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnDpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAmBI%2CUAAU%3BEACN%2CkBAAA%3B%3BAAtDpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAmBI%2CUAAU%2CGAEN%3BEACI%2CcAAA%3B%3BAAxDxB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBAyBI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA7DpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAnEpB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtExB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%3BEACI%2CgBAAA%3B%3BAAzExB%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%2CiBAEI%3BEACI%2CWAAA%3B%3BAA3E5B%2CaACI%2CaAEI%2CQAAO%2CQA%2BBH%2CmBA6BI%2CWASI%2CiBAEI%2CcAEI%3BEACI%2CeAAA%3B%3BAA7EhC%2CaACI%2CaAEI%2CQAAO%2CQAgFH%3BEACI%2CcAAA%3B%3BAApFhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%3BEACI%2CiBAAA%3B%3BAAvFhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAEI%3BEACI%2CoBAAA%3B%3BAAzFpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAKI%2CYACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAA9FxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAWI%3BAAjGhB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAYI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAxGpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%3BEACF%2CcAAA%3B%3BAA3GpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAEF%3BAA5GpB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAGF%2CQAAO%3BEACH%2CYAAA%3B%3BAA9GxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWAoBI%2COAAM%2CWAMF%2COAAO%2CSAAQ%3BEACX%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlHxB%2CaACI%2CaAEI%2CQAAO%2CQAmFH%2CWA%2BBI%3BEACI%2CyBAAA%3B%3BAAtHpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA7HhB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAKI%3BAA9HhB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAMI%3BEACI%2CgBAAA%3B%3BAAhIpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWASI%2CYAAY%3BEACR%2CkBAAA%3B%3BAAnIpB%2CaACI%2CaAEI%2CQAAO%2CQAsHH%2CWAYI%3BEACI%2CWAAA%3B%3BAAtIpB%2CaACI%2CaAEI%2CQAAO%2CQAsIH%2CWACI%3BAA1IhB%2CaACI%2CaAEI%2CQAAO%2CQAsIH%2CWAEI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3B%3BAAkKpB%3BEACI%2CaAAa%2C6BAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CSAQI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3B%3BAAMR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CeAAgB%3BEACpB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAADJ%2CYAEM%3BAAFN%2CYAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CYAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CYAOI%2COAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAbZ%2CYAOI%2COAGI%2CKAII%3BEACI%2CyBAAA%3B%3BAAfhB%2CYAmBI%3BEACI%2CWAAA%3B%3BAApBR%2CYAmBI%2CUAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAANR%2CcACI%2COAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA2HZ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%2CMAAM%2CMAAO%3BEACT%2CUAAA%3B%3BAAGJ%2CQAAQ%2CSACJ%2COAAM%3BEACF%2CcAAA%3B%3BAAFR%2CQAAQ%2CSACJ%2COAAM%2CWAEF%3BAAHR%2CQAAQ%2CSACJ%2COAAM%2CWAGF%2CQAAO%3BEACH%2CYAAA%3B%3BAALZ%2CQAAQ%2CSACJ%2COAAM%2CWAMF%2COAAO%2CSAAQ%3BEACX%2CiBAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CiBACI%3BEACI%2C0CAAA%3BEACA%2C0BAAA%3B%3B%3BAAMR%2CcAAe%3BEACX%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAACA%2CuBAAwB%3BEACpB%2CWAAA%3B%3BAAGJ%2CuBAAwB%2CEAAC%3BEACrB%2CqBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CyBAAA%3B%3BAAGJ%2CEAAG%3BAACH%2CEAAG%3BEACC%2C0BAAA%3B%3BAAGJ%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BAACjC%2CYAAY%2CoBAAqB%3BEAC7B%2CgCAAA%3B%3BAAGJ%2CQAAS%2CGACL%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQALC%2CGACL%2CEAIK%3BAACD%2CQANC%2CGACL%2CEAKK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CoBACI%2CQACI%2CmBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAPhB%2CoBACI%2CQACI%2CmBAOI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CWAAA%3B%3BAAXhB%2CoBAeI%3BEACI%2CoBAAA%3B%3BAAhBR%2CoBAeI%2CWAEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CoBAeI%2CWAOI%3BEACI%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2CoBAmCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAArCR%2CoBAuCI%2CYAAY%3BEACR%2CeAAA%3B%3BAAyBR%2CqBACI%2CoBACI%2C2BACI%3BEACI%2CWAAA%3B%3BAAKhB%2CqBACI%2CoBACA%2C2BACA%3BEACA%2CWAAA%3B%3BAAII%2CYAAC%2CyCAEG%2CcAAc%3BAADlB%2CYAAC%2CyCACG%2CcAAc%3BEACV%2CaAAA%3B%3BAAKZ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAEI%2CiBACI%2CQAAO%3BAAFf%2CcACI%2CiBACI%2CQAAO%3BAAHf%2CqBAEI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIo2B9E%2CcACI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIm2B9E%2CqBAEI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIm2BhF%2CcACI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIk2BhF%2CqBAEI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIo2B9E%2CcACI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIm2B9E%2CqBAEI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA%2BIm2BhF%2CcACI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE%2BIs2BpE%2CiBAAA%3B%3BAAJZ%2CqBAEI%2CiBACI%2CQAAO%2CQAEH%3BAAJZ%2CcACI%2CiBACI%2CQAAO%2CQAEH%3BAALZ%2CqBAEI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIw2BlE%3BAAJZ%2CcACI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIw2BlE%3BAALZ%2CqBAEI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIu2BpE%3BAAJZ%2CcACI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIu2BpE%3BAALZ%2CqBAEI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIw2BlE%3BAAJZ%2CcACI%2CiB%5C%2FIp2BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIw2BlE%3BAALZ%2CqBAEI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIu2BpE%3BAAJZ%2CcACI%2CiB%5C%2FIr2BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ%2BIu2BpE%3BEACI%2CiBAAA%3B%3BAAMhB%2CcAAe%2CWAAW%2COAAO%3BEAC7B%2CYAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CoBAKI%2CMAAK%2CcAAe%3BEAChB%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAARR%2CoBAUI%2CMAAK%2CcAAe%2CcAAc%3BEAC9B%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CoBAeI%2CcACI%2CaAAY%3BAAhBpB%2CoBAeI%2CcAEI%2CeAAc%3BEACV%2CeAAA%3B%3BAAlBZ%2CoBAeI%2CcAKI%2CaAAY%3BEACR%2CuBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAtBZ%2CoBAeI%2CcASI%2CeAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAzBZ%2CoBA4BI%2CwBACM%2CIAAC%2COAAO%3BEACN%2CgBAAA%3B%3BAACA%2CoBAHR%2CwBACM%2CIAAC%2COAAO%2CYAEL%3BEACG%2CeAAA%3B%3BAAKR%2CoBADJ%2CcAAc%2CiBAAmB%2CaAAW%2CQACvC%3BEACG%2CSAAA%3B%3BAAtCZ%2CoBAyCI%2CMAAK%2CcAAe%2CiBAAmB%2CeAAY%3BAAzCvD%2CoBA0CI%2CMAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEACjD%2CeAAA%3B%3BAAGR%2CiBAAkB%2CQAAO%3BEACrB%2CeAAA%3B%3BAACA%2CiBAFc%2CQAAO%2COAEpB%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CYAAa%2CUAAU%3BAACvB%2CYAAa%2CUAAU%3BAACvB%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BAAClC%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BEACjC%2CgBAAA%3B%3BAAKJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BAACA%2CQAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CcAAA%3B%3BAAEJ%2CMAAM%2CWAAY%3BEACd%2CkBAAA%3B%3BAAEJ%2CMAAM%2CWAAY%3BAAClB%2CMAAM%2CWAAY%2CQAAO%3BEACrB%2CYAAA%3B%3BAAGJ%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BEAC7B%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAO%2CQAAS%3BEACZ%2CyBAAA%3B%3BAAGJ%2C0BACI%2CkBACI%3BAAFR%2C0BACI%2CkBAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAALZ%2C0BACI%2CkBAMI%2CwBACI%3BEACI%2CaAAA%3B%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYAAC%3BEACG%2CkBAAkB%2C2EAAlB%3BEAKA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CkBAAkB%2C2EAAlB%3BEAKA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CeAAe%2CcAAf%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CsCAAA%3B%3BAAzCR%2CYA2CI%3BEACI%2CYAAA%3B%3BAA5CR%2CYA2CI%2CMAEI%3B%3BEAEI%2CWAAA%3B%3BAA%5C%2FCZ%2CYA2CI%2CMAMI%3B%3BEAEI%2CWAAA%3B%3BAAnDZ%2CYA2CI%2CMAUI%3B%3BEAEI%2CWAAA%3B%3BAAvDZ%2CYA2CI%2CMAcI%3B%3BEAEI%2CWAAA%3B%3BAA3DZ%2CYA%2BDI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnER%2CYAqEI%2COAAM%3BEACF%2CmBAAA%3B%3BAAtER%2CYAwEI%3BEACI%2CWAAA%3B%3BAAzER%2CYAwEI%2CSAEI%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3B%3BACpvCZ%3BEACI%2CaAAa%2CWAAb%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2C0BACzC%2C2BAA2B%2COAAO%2CaAClC%2C0BAA0B%2COAAO%2CiBACjC%2CoCAAoC%2COAAO%2CMAHnD%3BEAIA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2C0BAC3C%2C8BAA8B%2COAAO%2CcACrC%2C6BAA6B%2COAAO%2CaACpC%2C4BAA4B%2COAAO%2CiBACnC%2CwCAAwC%2COAAO%2CMAJvD%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CiCAAT%3BEACA%2CSAAS%2CyCACD%2COAAO%2C0BACP%2CoCAAoC%2COAAO%2CcAC3C%2CmCAAmC%2COAAO%2CaAC1C%2CkCAAkC%2COAAO%2CiBACzC%2CoDAAoD%2COAAO%2CMALnE%3BEAMA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CiCAAT%3BEACA%2CSAAS%2CyCACD%2COAAO%2C0BACP%2CoCAAoC%2COAAO%2CcAC3C%2CmCAAmC%2COAAO%2CaAC1C%2CkCAAkC%2COAAO%2CiBACzC%2CoDAAoD%2COAAO%2CMALnE%3BEAMA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2C0BAC3C%2C8BAA8B%2COAAO%2CcACrC%2C6BAA6B%2COAAO%2CaACpC%2C4BAA4B%2COAAO%2CiBACnC%2CwCAAwC%2COAAO%2CMAJvD%3BEAKA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C6BAAT%3BEACA%2CSAAS%2CqCAAqC%2COAAO%2C0BAC7C%2CgCAAgC%2COAAO%2CcACvC%2C%2BBAA%2BB%2COAAO%2CaACtC%2C8BAA8B%2COAAO%2CiBACrC%2C4CAA4C%2COAAO%2CMAJ3D%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CmCAAT%3BEACA%2CSAAS%2C2CACD%2COAAO%2C0BACP%2CsCAAsC%2COAAO%2CcAC7C%2CqCAAqC%2COAAO%2CaAC5C%2CoCAAoC%2COAAO%2CiBAC3C%2CwDACA%2COAAO%2CMANf%3BEAOA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2CkCAAT%3BEACA%2CSAAS%2C0CACD%2COAAO%2C0BACP%2CqCAAqC%2COAAO%2CcAC5C%2CoCAAoC%2COAAO%2CaAC3C%2CmCAAmC%2COAAO%2CiBAC1C%2CsDAAsD%2COAAO%2CMALrE%3BEAMA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CQAAb%3BEACA%2CSAAS%2C4BAAT%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2C0BAC5C%2C%2BBAA%2BB%2COAAO%2CcACtC%2C8BAA8B%2COAAO%2CaACrC%2C6BAA6B%2COAAO%2CiBACpC%2C0CAA0C%2COAAO%2CMAJzD%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CwBAAwB%2COAAO%2CcAChC%2CuBAAuB%2COAAO%2CaAC9B%2C8BAA8B%2COAAO%2CWAF7C%3BEAGA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2CcACpD%2C2CAA2C%2COAAO%2COAD1D%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BACxIJ%2CwBAT6C%3BEAS7C%2CMAbM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAa9D%2CMAZM%2CYAAa%2CkBAAkB%2CQAAO%2CSAAS%2COAAQ%2CSAAQ%3BEAYrE%2CYAXa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BEAW1D%2CYAVa%2CmBAAmB%2CQAAO%2CUAAU%2COAAQ%2CSAAQ%3BIAE5D%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAAGL%2CYAAa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BEACzD%2CgBAAA%3B%3BAAED%2CYAAa%2CmBAAmB%2CQAAO%2CUAAW%2CSAAQ%3BAAC1D%2CYAAa%2CmBAAmB%2CQAAO%2CUAAU%2COAAQ%2CSAAQ%3BEAC7D%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CaACC%2CIAAG%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAADJ%2CaACC%2CIAAG%2CWAWF%2CUAAU%3BEACT%2C0BAAA%3B%3BAAbH%2CaACC%2CIAAG%2CWAcF%3BEACC%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAlBH%2CaACC%2CIAAG%2CWAcF%2CGAIC%3BEACC%2CeAAA%3B%3BAACA%2CaApBH%2CIAAG%2CWAcF%2CGAIC%2CGAEE%2COAAO%3BEACP%2CaAAA%3B%3BAAED%2CaAvBH%2CIAAG%2CWAcF%2CGAIC%2CGAKE%2COACE%2CIACD%2CKAAI%2CUAAU%3BEACb%2C0BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CaA9BL%2CIAAG%2CWAcF%2CGAIC%2CGAKE%2COACE%2CIACD%2CKAAI%2CUAAU%3BIAGZ%2C0BAAA%3B%3B%3BAAQD%2CaApCN%2CIAAG%2CWAcF%2CGAIC%2CGAeE%2CIAAI%2CSACF%2CIACD%2CKACE%3BEACA%2C0BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CaAzCN%2CIAAG%2CWAcF%2CGAIC%2CGAeE%2CIAAI%2CSACF%2CIACD%2CKACE%3BIAGC%2C0BAAA%3B%3B%3BAAUL%2CaAjDH%2CIAAG%2CWA%2BCF%2CQACE%2CcACC%2COACE%2CIAAC%3BEACF%2C0BAAA%3B%3BAAUF%2CQAH0B%3BEAG1B%2CaA7DH%2CIAAG%2CWA%2BCF%2CQAQE%2COACE%3BIAGA%2CmBAAA%3B%3B%3BAAoBC%2CwBAH0C%3BEAG1C%2CGAbJ%2CWACF%2CUACE%2CoBAGA%2CSACC%2CeACC%2CGACG%2CIACD%3BEAIA%2CGAbJ%2CWACF%2CUAEE%2CgBAEA%2CSACC%2CeACC%2CGACG%2CIACD%3BEAIA%2CGAbJ%2CWACF%2CUAGE%2CoBACA%2CSACC%2CeACC%2CGACG%2CIACD%3BIAEE%2CUAAA%3B%3B%3BAAcF%2CwBAJ0C%3BEAI1C%2CGAzBJ%2CWACF%2CUACE%2CoBAGA%2CSAYC%2CQACC%2CSACC%2CGACG%3BEAKF%2CGAzBJ%2CWACF%2CUAEE%2CgBAEA%2CSAYC%2CQACC%2CSACC%2CGACG%3BEAKF%2CGAzBJ%2CWACF%2CUAGE%2CoBACA%2CSAYC%2CQACC%2CSACC%2CGACG%3BIAEA%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAcN%2CwBAL0C%3BEAK1C%2CGArCH%2CWACF%2CUACE%2CoBAGA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BEAMJ%2CGArCH%2CWACF%2CUAEE%2CgBAEA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BEAMJ%2CGArCH%2CWACF%2CUAGE%2CoBACA%2CSAwBC%2CoBACG%2CIACD%2CKAAI%3BIAEC%2CUAAA%3BIACH%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3BAAeL%2CwBAJ0C%3BEAI1C%2CGAlDA%2CWA2CF%2CQACC%2CSACC%3BIAEE%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAIN%2CGApDC%2CWA2CF%2CQASE%2CQACE%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKA%2CwBAHyC%3BEAGzC%2CGA5DD%2CWA2CF%2CQASE%2CQACE%2CKAGC%3BIAEA%2CgBAAA%3B%3B%3BAAWc%2CwBAHyB%3BEAGzB%2CGArEjB%2CWA2CF%2CQAoBE%2COACC%2CMACE%3B%3B%3B%3BAAOF%2CQAH2C%2CwBAAsB%3BEAGjE%2CGAxED%2CWA2CF%2CQAoBE%2COACC%2CMACE%3BIAKkB%2CkBAAA%3B%3B%3BAAkBlB%2CwBAJ0C%3BEAI1C%2CaAVL%2CYACC%2CGACC%2CGACE%2COACA%2CQACG%3BIAEA%2CcAAA%3BIACG%2CiBAAA%3B%3B%3BAAUX%2CYACC%2CqBACC%3BEACC%2CcAAA%3B%3BAAQH%2CwBAH0C%3BEAG1C%3BIAFE%2CyBAAA%3B%3B%3BAAIF%3BEACI%2CiBAAA%3B%3BAAIH%2CwBAH2C%3BEAG3C%3BIAFO%2CeAAA%3B%3B%3BAAGN%2CkBADD%2CQACE%3BEACS%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFV%2CkBADD%2CQACE%2CUAGW%3BAAmUd%2CiBACC%2CQAAO%2CSACJ%3BEApUY%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CmDAAZ%3BEACA%2CYAAY%2CsDAAZ%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CQAAQ%2CyDAA0D%2CuBAAuB%2C0BAAzF%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEb%2CkBA5BF%2CQACE%2CUA2BC%3BEACA%2CSAAS%2COAAT%3BEACG%2CaAAa%2CYAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CwBAH6C%3BEAG7C%2CkBAtCF%2CQACE%2CUA2BC%3BIAQI%2CyBAAA%3B%3B%3BAAIJ%2CkBAxCH%2CQACE%2CUAsCC%2CMACC%3BEACA%2CcAAA%3B%3BAAFF%2CkBAvCF%2CQACE%2CUAsCC%2CMAIc%3BAAiShB%2CiBAJD%2CQAAO%2CSAIL%2CMACE%3BEAjSe%2CqBAAA%3B%3BAAIhB%2CkBAhDH%2CQACE%2CUA8CC%2COACC%3BEACA%2CSAAS%2COAAT%3BEACG%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGH%2CkBAtDJ%2CQACE%2CUA8CC%2COAMC%2CMACC%3BEACA%2CcAAA%3B%3BAAQN%2COAAQ%2COAAM%2CgBAAiB%2C2BAA2B%2COAAM%2COAAQ%3BAACxE%2COAAQ%2COAAM%2CgBAAiB%2COAAM%2COAAO%2CQAAS%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2COjJxE3B%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQiJwE7B%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2COjJvE3B%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQiJuE%5C%2FB%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2COjJvE3B%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQiJwE7B%3BAAArD%2COAAQ%2COAAM%2CgBAAiB%2COjJxE3B%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQiJuE%5C%2FB%3BEACjD%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CeAAiB%2CWAAW%2CWAAS%2CQAAO%3BAAA7D%2CgBAAiB%2CeAAiB%2CWAAW%2CWjJ3EzC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiJ2ElF%2CgBAAiB%2CeAAiB%2CWAAW%2CWjJ1EzC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiJ0EpF%2CgBAAiB%2CeAAiB%2CWAAW%2CWjJ1EzC%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAiJ2ElF%2CgBAAiB%2CeAAiB%2CWAAW%2CWjJ3EzC%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEiJ2EnF%2CiBAAA%3B%3BAAIC%2CYAFU%2CeACX%2CQACE%3B%3B%3B%3B%3B%3BAAAD%2CYAFU%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%3BEACN%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAEC%2CYAXO%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAdM%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAGC%3BEAAY%2CaAAA%3B%3BAACb%2CYAfM%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAIC%3BEACA%2CSAAS%2COAAT%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAlBL%2CYAXO%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%3BEACE%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CwBAHyC%3BEAGzC%2CYApDE%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%2COAiBG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAOF%2CwBAHyC%3BEAGzC%2CYAzDE%2CeACX%2CQACE%2CMAKA%2CGAAE%2CKAAK%2CQAGN%2CEACE%2CQAoBE%2COAsBG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAvDZ%2CYAAY%2CeAiEX%2CUACC%2CSACC%2CGAAE%3BEACD%2C0CAAA%3BEACA%2CgBAAA%3B%3BAArEJ%2CYAAY%2CeAiEX%2CUACC%2CSACC%2CGAAE%2CSAGD%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAUH%2CwBAHyC%3BEAGzC%2CYAlFU%2CeA6EX%2COAAM%2CYACL%3BIAEE%2CYAAA%3B%3B%3BAAhFJ%2CYAAY%2CeA6EX%2COAAM%2CYAML%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CYA5FU%2CeA2FX%2CQACE%2CQACA%2CQACC%3BEACC%2CoBAAA%3B%3BAAED%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%3BEASA%2CUAAA%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAbJ%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMACA%3BEACC%2CeAAA%3B%3BAAFF%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAIA%2CSACC%3BEACC%2CoBAAA%3B%3BAANH%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%3BEACD%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CwBAHyC%3BEAGzC%2CYAtHG%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%3BIAKA%2CiBAAA%3B%3B%3BAAnBN%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAcK%2CKAOC%3BEACD%2CeAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%3BEACA%2CcAAA%3B%3BAADD%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%3BEACD%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAjII%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAGA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3BEACA%2CmCAAA%3BEACG%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAdN%2CYA5HM%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%3BEACD%2CeAAA%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYA5JA%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%2COAgBG%3BAAAQ%2CYA5JT%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMA0BG%2CGAAE%2CKACH%2CSAEE%2CIAcC%2COAgBY%3BEACT%2CSAAQ%2CEAAR%3BEACA%2CaAAA%3B%3BAA7DT%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAmEG%2CoBACG%3BEACD%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAArEN%2CYAjGQ%2CeA2FX%2CQACE%2CQACA%2CQAIE%2CMAmEG%2CoBACG%2CIAEC%2CIAAC%3BEACF%2CeAAA%3B%3BAAeN%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%3BEACA%2CgBAAA%3B%3BAADD%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAEK%3BEACE%2CWAAA%3BEACA%2CcAAA%3B%3BAAJR%2CYAvLO%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAMG%2CoBACG%3BEACD%2CeAAA%3BEACH%2C6BAAA%3BEACG%2CmBAAA%3B%3BAACA%2CYAlMC%2CeA2FX%2CQACE%2CQAyFA%2CeACC%2CQACE%2CMAMG%2CoBACG%2CIAIA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAWT%2CwBAH0C%3BEAG1C%2CYAhNS%2CeA2FX%2CQACE%2CQAgHE%2CUAAO%3BIAEP%2CaAAA%3B%3B%3BAAeA%2CwBAJ0C%3BEAI1C%2CKARH%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAC1B%3BIAEE%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAIA%2CKAVL%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAO1B%2CUACG%3BEACA%2CWAAA%3BEACE%2CkBAAA%3B%3BAAbV%2CKACE%2CaACC%2CcACC%2CaAAY%2CeAAe%2CcAa1B%2CQAAO%2CQAAS%2CcAAc%2CQAAO%3BEAChC%2CiBAAA%3B%3BAAUV%2CwBAH0C%3BEAG1C%2CYAJY%2CcAAe%2CQAAQ%3BIAEjC%2C0BAAA%3B%3B%3BAAIF%2C2BACC%2CUACC%3BEACC%2CUAAA%3B%3BAAIH%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CQAAO%2COAAQ%3BEACrJ%2CcAAA%3B%3BAAED%2COAAQ%2CmBAAmB%2CiBAAiB%2CSAAQ%2CQAAS%3BEAC5D%2CcAAA%3B%3BAAED%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%3BEAC9G%2CeAAA%3B%3BAAgBA%2CwBAH2C%3BEAG3C%3BIAFO%2CiBAAA%3B%3B%3BAAZR%2CiBAcC%3BEACC%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C4CAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBAVD%3BIAQE%2CYAAA%3B%3B%3BAAtBH%2CiBAcC%2CgBAUC%3BEACC%2CaAAa%2CQAAb%3B%3BAAzBH%2CiBAcC%2CgBAUC%2C0BAEC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CQAAA%3B%3BAAKA%2CiBAnBH%2CgBAiBC%2CgBACC%2CGACE%3BEACA%2CYAAA%3B%3BAAlCL%2CiBAcC%2CgBAiBC%2CgBACC%2CGAIC%2CsBACC%2CKACC%3BEACC%2CeAAA%3B%3BAAvCP%2CiBA8CC%3BEACC%2CcAAA%3B%3B%3BEAGA%2CYAAA%3B%3BAAIA%2CwBAHgD%3BEAGhD%2CiBARD%3B%3B%3B%3BAA9CD%2CiBA8CC%2CwBAQC%2CgBACC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAzDJ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%3BEACC%2CaAAA%3B%3BAA5DL%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAEC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAhEN%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzEN%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAKC%2CSAAQ%2CUAAU%3BEACjB%2CaAAa%2CQAAb%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7EP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAKC%2CSAAQ%2CUAAU%2CIAIjB%3BEACC%2CiBAAA%3B%3BAA%5C%2FER%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAaC%3BEACC%2CgBAAA%3B%3BAAnFP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAaC%2CmBAEC%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzFR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3B%3BAA9FP%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%3BEACC%2CaAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAAnGR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAKC%2CYAAY%3BEACX%2CcAAA%3B%3BAArGT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAQC%2CaACC%3BEACC%2CyBAAA%3BEACE%2CcAAA%3B%3BAA1GZ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBAGC%2CaAQC%2CaAKC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAjHV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA3HR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%3BAA5HR%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%3BEArBC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAhIT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAKC%2CeACC%3BEACC%2CSAAA%3B%3BAAnIX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAKC%2CeACC%2CqBAEC%3BAApIX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAGC%3BEAtCG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvIZ%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAMC%2CwBAeC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FIV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%3BEAEC%2CcAAA%3B%3BAApJT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%2CoBAGC%2CgBACC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBA5GV%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBA4BC%2CoBAGC%2CgBACC%2COAIE%3BEACA%2CSAAS%2CEAAT%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CYAAX%3BEACA%2CQAAA%3B%3BAAnKb%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1KT%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAGC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLX%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAWC%3BEACC%2CUAAA%3B%3BAApLV%2CiBA8CC%2CwBAQC%2CgBACC%2CcAIC%2CSAUC%2CsBAuBC%2CsBA0BC%2CiBAkDC%2CwBAWC%2CYAEC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAvLX%2CiBAkMC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAApMF%2CiBAkMC%2CqBAGC%2CSACC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CiBAZH%2CqBAGC%2CSACC%2COAAM%2CSAQJ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAhNL%2CiBAkMC%2CqBAkBC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAvNH%2CiBAkMC%2CqBAkBC%2CqBAIC%3BEACC%2COAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBAhCH%2CqBAkBC%2CqBAIC%3BIAQE%2CeAAA%3B%3B%3BAAhOL%2CiBAkMC%2CqBAkBC%2CqBAIC%2CUAUC%2CiBACC%3BEACC%2CeAAA%3B%3BAAID%2CQAHgC%3BEAGhC%2CiBAtCJ%2CqBAkBC%2CqBAIC%2CUAUC%2CiBACC%3BIAGE%2CeAAA%3B%3B%3BAAtOP%2CiBAkMC%2CqBAkBC%2CqBAuBC%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAhPJ%2CiBAkMC%2CqBAkBC%2CqBAuBC%2CiBAMC%3BEACC%2CgBAAA%3B%3BAAlPL%2CiBAkMC%2CqBAkBC%2CqBAiCC%3BEACC%2CiBAAA%3BEACA%2CUAAA%3B%3BAAvPJ%2CiBAkMC%2CqBAkBC%2CqBAiCC%2CcAGC%3BEACC%2CyBAAA%3B%3BAAzPL%2CiBA8PC%3B%3B%3BAA9PD%2CiBA8PC%2CSAEC%3B%3B%3BAAhQF%2CiBA8PC%2CSAEC%2CWAEC%2CEAAC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBARH%2CSAEC%2CWAEC%2CEAAC%2CSAIC%3BEACA%2CcAAA%3B%3BAAvQL%2CiBA4QC%2CyBACC%3BEACC%2CkBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CgBAAA%3B%3BAAhRH%2CiBAmRC%3BEACC%2CaAAA%3B%3BAAIF%2CeAAgB%2CSAAQ%2COAAO%3BEAC3B%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAH6C%3BEAG7C%2CeATgB%2CSAAQ%2COAAO%3BIAO1B%2CgBAAA%3B%3B%3BAAKJ%2CcAAC%3BEACA%2CqBAAA%3BEACG%2CWAAA%3B%3BAAIJ%2CwBAH0C%3BEAG1C%2CcANC%3BIAIC%2CaAAA%3B%3B%3BAAGF%2CcAAC%3BEACA%2CaAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CcALC%3BIAGC%2CcAAA%3B%3B%3BAAKH%2CaACC%2CaACC%2CeACG%3BEACD%2C0BAAA%3B%3BAAQA%2CwBAH8C%3BEAG9C%2CaAXH%2CaAME%2CeACA%3BIAEE%2CmBAAA%3B%3B%3BAAHH%2CaAND%2CaAME%2CeACA%2CMAIC%3BEACC%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAKD%2CQAHsC%3BEAGtC%2CaAlBH%2CaAME%2CeACA%2CMAIC%3BIAKE%2CuBAAA%3B%3B%3BAAVJ%2CaAND%2CaAME%2CeAcE%3BEACD%2CcAAA%3B%3BAAID%2CmBAHqC%3BEAGrC%2CaAzBF%2CaAME%2CeAcE%3BIAGA%2CUAAA%3B%3B%3BAAjBH%2CaAND%2CaAME%2CeAoBA%2COAAM%2CYACL%2CcACC%2CEAAC%3BEACA%2CeAAA%3B%3BAA9BN%2CaACC%2CaAkCE%3BEACC%2CiBAAA%3B%3BAApCJ%2CaACC%2CaAqCC%3BAAtCF%2CaACC%2CaAsCC%3BAAvCF%2CaACC%2CaAuCC%3BEACC%2CcAAA%3B%3BAAKA%2CaA7CF%2CaA0CC%2CmBAGE%2CSACA%3BAADD%2CaA7CF%2CaA2CC%2CgBAEE%2CSACA%3BAADD%2CaA7CF%2CaA4CC%2CmBACE%2CSACA%3BEACC%2CgBAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAYY%2CwBAJ8C%3BEAI9C%2CaA9DnB%2CaAsDO%2CmBACI%2CQACK%2CUACI%3BIAEO%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BAASJ%2CwBAJ8C%3BEAI9C%2CaArEvB%2CaAsDO%2CmBACI%2CQACK%2CUAOI%2COACI%3BIAEO%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BAAU7B%2CaAFF%2CcACC%2CsBACE%3BEACA%2CgBAAA%3B%3BAAEC%2CaALJ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMACA%2CoBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAPN%2CaALJ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMACA%2CoBAQC%2CEAAC%3BEACA%2CaAAA%3B%3BAAWK%2CwBAHyC%3BEAGzC%2CaA1BZ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMAaA%2CGAAE%2CKAAK%2CQACN%2CEACE%2CQACE%2COACG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAOF%2CwBAHyC%3BEAGzC%2CaA%5C%2FBZ%2CcACC%2CsBACE%2C0BAEA%2CQACE%2CMAaA%2CGAAE%2CKAAK%2CQACN%2CEACE%2CQACE%2COAMG%3BIAEC%2CSAAS%2CGAAT%3B%3B%3BAAoBb%2CwBAHyC%3BEAGzC%2CeALD%2CUACE%3BEAID%2CgBALD%2CUACE%3BIAEC%2C4BAAA%3B%3B%3BAAKJ%2CiBAAkB%3BEACjB%2C2CAAA%3B%3BAAEC%2CiBAHgB%2CGAEhB%2COAAO%2CMACN%3BEACA%2CUAAA%3B%3BAAED%2CiBANgB%2CGAEhB%2COAAO%2CMAIN%3BEACA%2CUAAA%3B%3BAAKH%2CYACC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CYACC%2COAAM%2COAIL%3BEACC%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAATH%2CYAYC%2CQAAO%3BEACN%2CiBAAA%3B%3BAAIF%2CKACC%2CaACC%2CcACC%3BEACC%2CgBAAA%3B%3BAAJJ%2CKACC%2CaACC%2CcAKC%2CaACC%2CQAAO%3BEACN%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAbJ%2CaACC%2CcAKC%2CaACC%2CQAAO%2CQAML%3BEACA%2CaAAA%3B%3BAAED%2CKAhBJ%2CaACC%2CcAKC%2CaACC%2CQAAO%2CQASL%3BEACA%2CaAAA%3B%3BAAlBN%2CKACC%2CaACC%2CcAKC%2CaAcC%3BEACC%2CSAAA%3BEACA%2COAAA%3B%3BAAvBL%2CKACC%2CaACC%2CcAKC%2CaAkBC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3B%3BAA%5C%2FBL%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%3BEACR%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAApCL%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%3BEACD%2CWAAA%3BEACA%2CWAAA%3B%3BAAvCN%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%3BEACD%2CmEAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAKA%2CwBAJ%2BC%3BEAI%5C%2FC%2CKAjDN%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%3BIAOA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAhDR%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAGC%2COAUD%3BEAAM%2CcAAA%3B%3BAAlDb%2CKACC%2CaACC%2CcAKC%2CaA0BC%2CGAAE%2COAAO%2CMAIR%2CGAAE%2CiBAgBD%2CQAAO%3BEACN%2CaAAA%3B%3BAAtDP%2CKACC%2CaACC%2CcAKC%2CaAmDC%2COAAM%3BEACL%2CSAAA%3B%3BAA3DL%2CKACC%2CaACC%2CcAKC%2CaAmDC%2COAAM%2CaAEL%2COAAM%2CcACL%3BEACC%2CkEAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAnEP%2CKACC%2CaACC%2CcAKC%2CaAgEC%3BEACE%2CkBAAA%3B%3BAAxEN%2CKACC%2CaACC%2CcAKC%2CaAmEG%2CkBAAiB%3BAA1EvB%2CKACC%2CaACC%2CcAKC%2CaAmE8B%2CkBAAiB%3BEAAU%2CaAAA%3B%3BAA1E5D%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%3BEACN%2CiBAAA%3B%3BAA9EP%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAEN%2CGAAE%2COAAO%3BEACR%2CSAAA%3B%3BAAhFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAKN%2COAAM%3BEACL%2CSAAA%3B%3BAAnFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcACzB%2CQAAO%2CQAQN%3BEACC%2CkBAAA%3B%3BAAtFR%2CKACC%2CaACC%2CcA0EE%2CaAAY%2CeAAe%2CcAazB%2CUAAS%3BEACR%2COAAO%2CkBAAP%3BEACA%2C2BAAA%3B%3BAA8NP%2CwBAjC%2BC%2CuBAAkC%3BEAChF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIACC%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAA4CV%2CwBA9B%2BC%2CwBAAmC%3BEACjF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIACC%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAA2CV%2CwBAhCgD%2CwBAAmC%3BEAClF%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CSAAA%3B%3BEALL%2CKACC%2CaACC%2CcACC%2CaAIC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAVL%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%3BIACF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%3BIAEC%2CkBAAA%3B%3BEAfP%2CKACC%2CaACC%2CcACC%2CaAIC%2CcAIC%2CIAAG%2CWAEF%2CQAGG%2CaACA%3BIACA%2C0BAAA%3B%3B%3BAAyCV%2CwBA5B0C%2CuBAAsB%3BEAC%5C%2FD%2CKACC%2CaACC%2CcACC%2CaACC%3BIACC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAPL%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%3BIAIF%2CcAAA%3B%3BEAZN%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWACF%3BIACC%2CyBAAA%3B%3BEAVP%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWAKF%3BIACC%2CcAAA%3B%3BEAdP%2CKACC%2CaACC%2CcACC%2CaACC%2CcAIC%2CIAAG%2CWAKF%2CQAEG%3BIACD%2C0BAAA%3B%3B%3BAAsCT%2CwBA3B8C%3BEAC7C%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%3BIACN%2CkBAAA%3BIACA%2CuBAAA%3B%3BEANL%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAGN%3BIACC%2CWAAA%3BIACA%2CwBAAA%3B%3BEATN%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAON%3BIACC%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2C2BAAA%3B%3B%3BAA0BP%2CwBAjB8C%3BEAC7C%2CKACC%2CaACC%2CcACC%2CaACC%2CcACC%2CIAAG%2CWACF%3BIACC%2CyBAAA%3B%3B%3BAA6BR%2CQApB0B%3BEACzB%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQACN%3BIACC%2CkBAAA%3BIACA%2CUAAA%3B%3BEAPN%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQAKN%3BIACC%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAA2BP%2CQAnB8B%3BEAC7B%2CKACC%2CaACC%2CcACC%2CaACC%2CQAAO%2CQACN%3BIACC%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3B%3BAAUP%3BEACC%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEC%2CWADA%2CKACC%2CcAAc%3BEACd%2CSAAS%2COAAT%3B%3BAAIH%3BEACC%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgCAAA%3B%3BAAHD%2CuBAIC%3BEACC%2CgBAAA%3B%3BAALF%2CuBAIC%2CGAEC%2CGACC%3BEACC%2CcAAA%3B%3BAARJ%2CuBAYC%3BEACC%2CaAAA%3BEACM%2C8BAAA%3B%3BAAdR%2CuBAYC%2CmBAGC%3BEACC%2CgBAAA%3BEACM%2CmBAAA%3B%3BAAjBT%2CuBAoBC%3BEACC%2CmBAAA%3BEACG%2CiBAAA%3BEACH%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3B%3BAA5BF%2CuBAoBC%2CoBASC%2CYACC%3BEACC%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAhCJ%2CuBAoBC%2CoBASC%2CYACC%2CUAGC%2CGACC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CuBAnBL%2CoBASC%2CYACC%2CUAGC%2CGACC%2CEAKE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7CP%2CuBAoBC%2CoBASC%2CYAqBC%3BEACC%2CgBAAA%3B%3BAAnDJ%2CuBAoBC%2CoBASC%2CYAqBC%2CaAEC%2CGACC%3BEACC%2CeAAA%3BEACA%2CuBAAA%3B%3BAC%5C%2FgDN%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAAgBF%2CwBAdwC%3BEAcxC%2CiBAfC%3BIAEA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3B%3B%3BAAKD%2CwBAHwC%3BEAGxC%2CiBAlBC%3BIAgBA%2CcAAA%3B%3B%3BAAtBH%2CiBAMG%2COAkBC%3BEACD%2CUAAA%3B%3BAAID%2CwBAHyC%3BEAGzC%2CiBAvBC%2COAkBC%3BIAGA%2CWAAA%3B%3B%3BAA3BJ%2CiBAMG%2COAwBC%3BEACD%2CUAAA%3B%3BAAID%2CwBAHyC%3BEAGzC%2CiBA7BC%2COAwBC%3BIAGA%2CWAAA%3B%3B%3BAAjCJ%2CiBAMG%2COA8BC%2CMAAG%3BEACJ%2CeAAA%3B%3BAAUA%2CwBATwC%3BEASxC%2CiBAzCA%2COA8BC%2CMAAG%3BIAGH%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAAQA%2CwBAJyC%3BEAIzC%2CiBA%5C%2FCD%2COA8BC%2CMAAG%2CeAWJ%2CiBACE%3BIAEC%2C%2BBAAA%3BIACA%2CsBAAA%3B%3B%3BAAQF%2CwBAJyC%3BEAIzC%2CiBArDD%2COA8BC%2CMAAG%2CeAWJ%2CiBAOE%3BIAEC%2C6BAAA%3BIACA%2CoBAAA%3B%3B%3BAAzDN%2CiBA%2BDC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjEF%2CiBA%2BDC%2CiBAGC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAArEH%2CiBA%2BDC%2CiBAGC%2CcAIC%2CEAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAlFP%2CiBA%2BDC%2CiBAGC%2CcAIC%2CEAAC%2COAaG%3BEACC%2CiBAAA%3B%3BAAEJ%2CiBAvBH%2CiBAGC%2CcAIC%2CEAAC%2COAgBC%3BEACG%2CcAAA%3B%3BAAvFR%2CiBA%2BDC%2CiBA4BC%3BEACC%2CWAAA%3B%3BAAMD%2COADA%2CMACC%2CmBACA%3BEACC%2CeAAA%3B%3BACpGJ%3BEACC%2CmBAAA%3B%3BAADD%2CeAEC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CeAMC%3BEACC%2CqBAAA%3B%3BAAPF%2CeAMC%2CkBAEC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CwBANwC%3BEAMxC%2CeAdF%2CkBAEC%3BIAOE%2CUAAA%3B%3BEACA%2CeAVH%2CkBAEC%2CoBAQG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAAMF%2CwBAHwC%3BEAGxC%2CeAjBF%2CkBAEC%3BIAaE%2CWAAA%3B%3B%3BAArBJ%2CeAMC%2CkBAEC%2CoBAeC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzBJ%2CeAMC%2CkBAEC%2CoBAeC%2CaAGC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAvCJ%2CkBAEC%2CoBAeC%2CaAGC%2CkBAmBE%3BEACG%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CwDAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CkDAAA%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CeAAe%2CUAAf%3BEACA%2CwCAAA%3BEACA%2CWAAW%2CUAAX%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAlET%2CeAMC%2CkBAEC%2CoBAeC%2CaA8CC%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeAtEJ%2CkBAEC%2CoBAeC%2CaA8CC%2CeAOE%3BEACA%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAOH%2CeArFL%2CkBAEC%2CoBAgFE%2CMACA%2CaACC%2CkBACE%3BEACA%2CmBAAmB%2CQAAnB%3BEACG%2CgBAAgB%2CQAAhB%3BEACA%2CeAAe%2CQAAf%3BEACA%2CWAAW%2CQAAX%3BEACA%2CUAAA%3B%3BAAIJ%2CeA9FL%2CkBAEC%2CoBAgFE%2CMACA%2CaAUC%2CeACE%3BEACA%2CWAAA%3B%3BAArGP%2CeAMC%2CkBAqGC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGH%2CeAMC%2CkBAqGC%2CeAMC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACG%2CUAAA%3B%3BAArHP%2CeAMC%2CkBAkHC%3BEACC%2CkBAAA%3B%3BAAMD%2COADA%2CMACC%2CmBACA%3BEACC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAMA%2CwBAHyC%3BEAGzC%2COAXF%2CMACC%2CmBACA%2CgBAKC%3BIAEE%2CcAAA%3B%3B%3BACvIN%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKA%2CwBAJwC%3BEAIxC%3BIAHC%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAED%2CkBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAmB%2CgBAAnB%3BEACA%2CeAAmB%2CgBAAnB%3BEACA%2CcAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAOC%2CwBAHwC%3BEAGxC%2CkBALF%2CSACG%3BIAEA%2CcAAA%3B%3B%3BAA9BJ%2CkBA2BC%2CSACG%2COAIC%2CMAAG%3BEACJ%2CYAAA%3BEACG%2CgBAAA%3B%3BAAlCP%2CkBAsCC%3BEACK%2CgBAAA%3BEACH%2CkBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CUAAA%3B%3BAAKF%2CwBAJ2C%3BEAI3C%2CkBATA%3BIAMG%2CUAAA%3BIACG%2CgBAAA%3B%3B%3BAAQL%2CwBAJwC%3BEAIxC%2CkBALD%3BIAEE%2CkBAAA%3BIACG%2CmBAAA%3B%3B%3BAAnDN%2CkBAgDC%2CeAKC%3BAArDF%2CkBAgDC%2CeAMC%3BEACC%2CqBAAA%3BEACA%2CaAAa%2CWAAb%3B%3BAAxDH%2CkBAgDC%2CeAUC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAKD%2CwBAJ0C%3BEAI1C%2CkBA1BD%2CeAUC%3BIAaE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAxEJ%2CkBAgDC%2CeA2BC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9EH%2CkBAgDC%2CeAgCC%3BEACC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CkBAvCD%2CeAgCC%3BIAKE%2CeAAA%3B%3B%3BAArFJ%2CkBAyFC%3B%3BEAEK%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CwBAHwC%3BEAGxC%2CkBAPD%3BIAKE%2CYAAA%3B%3B%3BAAMD%2CwBAJwC%3BEAIxC%2CkBAXD%3BIAQE%2CkBAAA%3BIACA%2CsBAAA%3B%3B%3BAAlGH%2CkBAyFC%2CkBAWC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACG%2CgBAAA%3B%3BAA3GN%2CkBAyFC%2CkBAoBC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BACrHH%2COAAO%3BEACN%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAHgC%3BEAGhC%2COAPM%3BIAKL%2CeAAA%3B%3B%3BAALF%2COAAO%2CQAON%2CqBACC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAVH%2COAAO%2CQAON%2CqBAKC%3BEACC%2CSAAA%3B%3BAAKA%2COAlBI%2CQAgBN%2CqBACC%2CEACE%3BEACA%2C0BAAA%3B%3BAAnBJ%2COAAO%2CQAuBN%3BEACC%2CgBAAA%3B%3BAAxBF%2COAAO%2CQA0BN%2CgBACC%3BEACC%2CmBAAA%3B%3BAA5BH%2COAAO%2CQA0BN%2CgBACC%2CGAEC%3BEACC%2C0CAAA%3BEACA%2CuCAAA%3BEACA%2CqCAAA%3BEACG%2CqCAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAnCA%2CQA0BN%2CgBACC%2CGAEC%2CEAMK%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C6CAAA%3BEACH%2C0CAAA%3BEACA%2CwCAAA%3BEACG%2CqCAAA%3B%3BAAED%2COAjDA%2CQA0BN%2CgBACC%2CGAEC%2CEAoBK%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACH%2CuCAAA%3BEACA%2CqCAAA%3BEACG%2CqCAAA%3B%3BAACA%2COAvDD%2CQA0BN%2CgBACC%2CGAEC%2CEAoBK%2CMAMC%3BEACA%2CWAAA%3BEACA%2C6CAAA%3BEACH%2C0CAAA%3BEACA%2CwCAAA%3BEACG%2CqCAAA%3B%3BAA5DT%2COAAO%2CQAkEN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAxEE%2CQAkEN%2CGAMK%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2COApFK%2CQAmFN%2CEACE%3BEACA%2CcAAA%3B%3BAArFH%2COAAO%2CQAwFN%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA1FF%2COAAO%2CQAwFN%2CaAGI%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAjGN%2COAAO%2CQAoGN%2CeACC%2CGACC%3BEACC%2C0BAAA%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAzGP%2COAAO%2CQAoGN%2CeACC%2CGACC%2CGAIC%3BEACC%2CkBAAA%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COAjHD%2CQAoGN%2CeACC%2CGACC%2CGAIC%2CiBAOK%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAOT%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CYAKI%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CwBAH0C%3BEAG1C%2CYAJA%2CIAAG%3BIAED%2CkBAAA%3B%3B%3BAAXH%2CYAcC%2CoBACC%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAMA%2CwBALyC%3BEAKzC%2CYAXL%2CoBACC%3BIAMK%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAAvBP%2CYAcC%2CoBACC%2CGAUI%3BEACC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAlBN%2CoBACC%2CGAUI%2CGAOE%3BEACA%2CkBAAA%3B%3BAAYN%2CwBAH4C%2CwBAAsB%3BEAGlE%2CIALA%2CYACA%3BIAEE%2CmBAAA%3B%3B%3BAAMH%2CwBAH0C%3BEAG1C%2CIATC%3BIAOC%2CmBAAA%3B%3B%3BAAKH%2CYACC%2CcACC%3BEACC%2C6BAAA%3B%3BAAHH%2CYACC%2CcACC%2CaAEC%2CQAAO%2CQACN%2CmBACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAATN%2CYACC%2CcACC%2CaAEC%2CQAAO%2CQACN%2CmBAMC%3BEACC%2CcAAA%3B%3BAASJ%2COAFK%2CQACN%2CGACE%3BEACA%2CaAAA%3B%3BAAIH%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CaAAA%3B%3BAAED%2CaACC%2CaACC%2CQAAO%2CQACN%3BEACC%2CqBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAGC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3B%3BAAVL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBASC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAfL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAcC%3BEACC%2CgBAAA%3B%3BAAlBL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAiBC%2CqBACC%3BEACC%2CqBAAA%3B%3BAAtBN%2CaACC%2CaA0BC%3BEACC%2CiBAAA%3B%3BAAiGH%2CwBA3B%2BC%2CuBAAkC%3BEAChF%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIACC%2CeAAA%3B%3BEALL%2CaACC%2CaACC%2CQAAO%2CQACN%2CmBAIC%3BIACC%2CeAAA%3B%3BEAML%2CYACC%2CcACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIAAE%2CeAAA%3B%3B%3BACpUR%3BEACC%2CeAAA%3BEACG%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAFJ%2CsBAiBC%3BEACI%2CSAAA%3B%3BAAlBL%2CsBAoBC%3BEACC%2CqBAAA%3B%3BAACA%2CsBAFD%2CEAEE%3BEACA%2CqBAAA%3B%3BAAvBH%2CsBA0BC%2CYACI%3BEACC%2CYAAA%3BEACH%2CuBAAA%3B%3BAA7BH%2CsBA0BC%2CYAKI%3BEACF%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3B%3BAACA%2CsBAZF%2CYAKI%2CWAOD%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxCJ%2CsBA4CC%3BEACI%2CkBAAA%3BEACH%2CmBAAA%3B%3BAAKD%2CqBAAC%2CSACA%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CqBATA%2CSACA%3BIAME%2CeAAA%3B%3B%3BAAPH%2CqBAAC%2CSAUA%3BEACC%2CgBAAA%3B%3BAAXF%2CqBAAC%2CSAUA%2CYAEC%3BEACC%2CqBAAA%3B%3BAAbH%2CqBAAC%2CSAUA%2CYAKC%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CqBAtBF%2CSAUA%2CYAKC%3BIAIE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAED%2CqBAtBF%2CSAUA%2CYAKC%2CWAOE%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAFD%2CqBAtBF%2CSAUA%2CYAKC%2CWAOE%2CMAGA%3BEACC%2CcAAA%3B%3BAxJ3EE%2CKADJ%2CaACK%2CqBACG%3BEACI%2CcAAA%3B%3BAAGA%2CKANZ%2CaACK%2CqBAIG%2CQACK%2CQACG%3BEACI%2CWAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%2CKAZhB%2CaACK%2CqBAIG%2CQACK%2CQACG%3BIAGQ%2CkCAAA%3B%3B%3BAAJZ%2CKANZ%2CaACK%2CqBAIG%2CQACK%2CQAOG%3BEACI%2CcAAA%3B%3BAAOA%2CKArBpB%2CaACK%2CqBAiBG%2CaACI%2CgBACI%2CQACK%2CQACG%2CeACI%2CQAAO%2CMACD%3BEACE%2CgBAAA%3B%3BAAxBhC%2CKADJ%2CaACK%2CqBAiBG%2CaACI%2CgBAYM%3BEACE%2C0CAAA%3BEACA%2CmBAAA%3B%3BAASJ%2CwBAJ8C%3BEAI9C%2CKA1ChB%2CaACK%2CqBAiBG%2CaAkBI%2COACK%3BIAEO%2CYAAA%3BIACA%2CkBAAA%3B%3B%3BAAQ5B%2CqBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CqBACI%2CmBAUM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAfJ%2CmBAeK%3BEACG%2CyBAAA%3B%3BAAjBZ%2CqBAoBI%2CaACI%2CcACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAQZ%2CwBAH8C%3BEAG9C%2CqBAJA%3BIAEQ%2CiBAAA%3B%3B%3BAA%5C%2FBZ%2CqBAkCI%2CQAAO%2CQACH%3BEACI%2CgBAAA%3B%3BAAQR%2CwBAH8C%3BEAG9C%2CqBALA%3BEAKA%2CqBAJA%3BIAEQ%2CcAAA%3B%3B%3BAAMI%2CqBAHZ%2CkBACI%2CuBACK%2CQACI%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CqBARhB%2CkBACI%2CuBACK%2CQAKK%2COACG%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAZhB%2CkBACI%2CuBACK%2CQAKK%2COAKG%3BEACG%2CqBAAA%3B%3BAA1DxB%2CqBAiEI%2CUACI%3BEACI%2CUAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CqBANR%2CUACI%3BIAGQ%2CWAAA%3B%3B%3BAArEhB%2CqBAiEI%2CUACI%2CaAKI%2CeACI%2CGACI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAASJ%2CqBAvBhB%2CUAoBI%2C2BACI%2CcACI%2CuBACK%3BEACG%2CqBAAA%3B%3BAACA%2CqBAzBpB%2CUAoBI%2C2BACI%2CcACI%2CuBACK%2CcAEI%3BEACG%2CmBAAA%3B%3BAA3F5B%2CqBAiEI%2CUAoBI%2C2BACI%2CcASI%2CmBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBArCpB%2CUAoBI%2C2BACI%2CcASI%2CmBACI%2COAAM%2COAMD%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxG5B%2CqBAiEI%2CUA8CI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CqBApDR%2CUA8CI%3BIAIQ%2CWAAA%3B%3B%3BAAnHhB%2CqBAiEI%2CUA8CI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAxHhB%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAKI%2CeACM%3BEACE%2CgCAAA%3BEACA%2CcAAA%3B%3BAAKA%2CqBAjEpB%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcACK%2CIAAI%3BEACD%2C6BAAA%3B%3BAAnI5B%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSACI%3BEACI%2CsBAAA%3B%3BAAvIhC%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%3BEACI%2CkBAAA%3B%3BAA1IhC%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9IxC%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAKI%3BEACI%2CcAAA%3B%3BAAjJxC%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAKI%2CaAEI%3BEACI%2CcAAA%3B%3BAAnJ5C%2CqBAiEI%2CUA8CI%2CaAMI%2CmBAWI%2CgBACI%2CcAII%2CSAII%2CsBAEI%2CoBAWI%2CUACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzJ5C%2CqBAqKI%3BAArKJ%2CqBItBI%2CyBA0CI%3BEJkJA%2CyBAAA%3B%3BAAtKR%2CqBAqKI%2CmBAEI%3BAAvKR%2CqBItBI%2CyBA0CI%2CwBJmJA%3BEACI%2CWAAA%3B%3BAAxKZ%2CqBAqKI%2CmBAEI%2CeAEI%2CsBACI%3BAA1KhB%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAEI%2CsBACI%3BEACI%2CYAAA%3B%3BAA3KpB%2CqBAqKI%2CmBAEI%2CeAOI%3BAA9KZ%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%3BEACI%2CWAAA%3B%3BAA%5C%2FKhB%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%3BAAhLhB%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%3BEACI%2CWAAA%3B%3BAAjLpB%2CqBAqKI%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%3BAAlLpB%2CqBItBI%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%3BEAEI%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBAxBpB%2CmBAEI%2CeAOI%2CiBAEI%2CSAEI%2CQAWK%3BAAAD%2CqBInNpB%2CyBA0CI%2CwBJmJA%2CeAOI%2CiBAEI%2CSAEI%2CQAWK%3BEACG%2CmBAAA%3B%3BAA9L5B%2CqBAqMI%2C0BACI%3BEACI%2CWAAA%3B%3BAAvMZ%2CqBAqMI%2C0BAII%3BEACI%2CiBAAA%3BEACA%2CYAAA%3B%3BAA3MZ%2CqBAqMI%2C0BAQI%2CKACI%3BEACI%2CQAAA%3B%3BAAKhB%2CsBACI%2CMAAK%2CcACD%3BEACI%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAASZ%2CwBAL0C%3BEACtC%2CiBAAkB%3BIACd%2CsBAAA%3B%3B%3BAjBhRR%2CoBACI%2CaACI%2CeACI%2CSAAQ%3BEACJ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAANhB%2CoBACI%2CaACI%2CeAMI%2CIAAG%2C2BAA4B%2CSAAQ%3BEACnC%2CWAAA%3B%3BAASZ%2CQAH%2BB%3BEAG%5C%2FB%3BIAFI%2CeAAA%3B%3B%3BAAFR%2CoBAII%2CuBACI%2CyBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQALmC%3BEAKnC%2CoBAXR%2CuBACI%2CyBACI%3BIAKQ%2CeAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAAbpB%2CoBAkBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3BR%2CoBAkBI%2CmBAUM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBZ%2CoBAkCI%2CgBACI%3BEACI%2CUAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CoBATR%2CgBACI%3BIAGQ%2CWAAA%3B%3BEAKJ%2CoBATR%2CgBACI%2CWAIQ%3BIACI%2CyBAAA%3B%3B%3BAAxCpB%2CoBAkCI%2CgBACI%2CWAQI%3BEACI%2CaAAa%2CQAAb%3B%3BAA5ChB%2CoBAkCI%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAdhB%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIAGG%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAdhB%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIAGG%2CKAEG%3BEACI%2CgBAAA%3B%3BAAnD5B%2CoBAkCI%2CgBACI%2CWAQI%2CqBAEI%2CGAAE%2CIASE%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CoBAnChB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%3BEACG%2CgCAAA%3B%3BAAGI%2CoBAvCxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%3BEACI%2CkBAAA%3B%3BAAKA%2CQAHmC%3BEAGnC%2CoBA9ChC%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%2CoBAEI%3BIAEQ%2CgBAAA%3B%3B%3BAALhB%2CoBAvCxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKACK%2CKACG%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%3BEAIG%2CkBAAA%3B%3BAAJJ%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMACG%3BEACI%2CiBAAA%3B%3BAAFR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAKG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAARR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%3BEACI%2CcAAA%3B%3BAAXR%2CoBArDxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%2CgBAEI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CoBAtEpC%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAeK%2CMAUG%2CgBAEI%2COAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CYAAX%3BEACA%2CQAAA%3B%3BAAKhB%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%3BEACG%2CkBAAA%3B%3BAADJ%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAEG%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAARR%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAUG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAdR%2CoBApFxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKA8CK%2CIAUG%2CSAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%3BEACG%2CkBAAA%3B%3BAADJ%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAEG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAOG%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAVR%2CoBA9GxB%2CgBACI%2CWAQI%2CqBAyBI%2CMACK%2CKAGG%2CKAwEK%2CSAOG%2CiBAII%3BEACI%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAA9JxC%2CoBAkCI%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BEAEI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAASJ%2CwBAL8C%3BEAK9C%2CoBAlJhB%2CgBACI%2CWAQI%2CqBA0HI%2CSAAQ%2CKACJ%3BIAUQ%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAlL5B%2CoBAkCI%2CgBACI%2CWAoJI%2CMAAK%2CKAAK%2CQACN%2COAAM%3BEACF%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAlMpB%2CoBAkCI%2CgBAoKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CuBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CoBAjLR%2CgBAoKI%3BIASQ%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAhNhB%2CoBAkCI%2CgBAoKI%2CcAaI%2CSAAQ%3BEACJ%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAtNhB%2CoBAkCI%2CgBAoKI%2CcAkBI%2CgBACM%3BEACE%2CgBAAA%3B%3BAA1NpB%2CoBAkCI%2CgBAoKI%2CcAkBI%2CgBACM%2CSAEE%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9NxB%2CoBAkCI%2CgBAoKI%2CcA4BI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3B%3BAApOhB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeACI%2CQAAO%2CIACH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzO5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeACI%2CQAAO%2CIAKH%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9O5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAYI%2CQAAO%2CSAAS%3BEACZ%2CaAAA%3B%3BAAlPxB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%3BAArPxB%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%3BEACI%2C6BAAA%3B%3BAAvP5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%2CMAGI%3BAAxP5B%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%2CQAEI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1PhC%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COACF%2CMAGI%2COAGI%3BAA3PhC%2CoBAkCI%2CgBAoKI%2CcA4BI%2CaAGI%2CeAeI%2COAAM%2COAEF%2CQAEI%2COAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA7PpC%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxQpB%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%2CSAIF%3BEACI%2CeAAA%3B%3BAAEJ%2CoBA1OhB%2CgBAoKI%2CcA8DI%2CwBACI%2COAAM%2CSAOD%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAA9QxB%2CoBAkCI%2CgBAoKI%2CcA8DI%2CwBAaI%2CEAAC%2COAAO%3BEACJ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CoBAnPhB%2CgBAoKI%2CcA8DI%2CwBAaI%2CEAAC%2COAAO%2CcAIH%3BEACG%2CcAAA%3B%3BAAMZ%2CoBA1PR%2CgBAyPI%2CMACK%3BEACG%2CaAAa%2CQAAb%3B%3BAAKgB%2CoBAhQ5B%2CgBAyPI%2CMACK%2CcAEG%2CMACI%2CMACI%2CGACI%2CGACK%3BEACG%2CYAAA%3B%3BAAEJ%2CoBAnQ5B%2CgBAyPI%2CMACK%2CcAEG%2CMACI%2CMACI%2CGACI%2CGAIK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAQJ%2CoBA5Q5B%2CgBAyPI%2CMACK%2CcAEG%2CMAaI%2CMACI%2CGACI%2CGACK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAnBxB%2CoBA1PR%2CgBAyPI%2CMACK%2CcAyBG%2CyBACI%2CKAAI%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBA1RpB%2CgBAyPI%2CMACK%2CcAyBG%2CyBACI%2CKAAI%2CkBAMC%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CoBA5SpB%2CgBAyPI%2CMACK%2CcAgDG%2CiBACM%2CkBACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGA%2CoBAlTxB%2CgBAyPI%2CMACK%2CcAgDG%2CiBACM%2CkBAMG%2CMACI%3BEACG%2CcAAA%3B%3BAAKR%2CoBAxTpB%2CgBAyPI%2CMACK%2CcAgDG%2CiBAaM%2CqBACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAAGA%2CoBA9TxB%2CgBAyPI%2CMACK%2CcAgDG%2CiBAaM%2CqBAMG%2CMACI%3BEACG%2CcAAA%3B%3BAAjWhC%2CoBAkCI%2CgBAsUI%2CeACI%2CgBACI%3BEACI%2CyBAAA%3B%3BAA3WpB%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBACI%3BEACI%2CyBAAA%3B%3BAA%5C%2FWxB%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBACI%2CSAEI%3BEACI%2CYAAA%3B%3BAAjX5B%2CoBAkCI%2CgBAsUI%2CeACI%2CgBAII%2CsBAOI%2CiBACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CoBAxVxB%2CgBAsUI%2CeACI%2CgBAII%2CsBAOI%2CiBACI%2COAAM%2CMAKD%3BEACG%2CmBAAA%3B%3BAA3XhC%2CoBAmYI%2CMAAK%2CKAAM%2CcAAc%2CEAAC%3BEACtB%2CwBAAA%3B%3BAApYR%2CoBAsYI%2CMAAK%2CKAAM%2CcAAc%2CEAAC%3BEACtB%2CqBAAA%3B%3BAAGR%2CsBACI%2CaACI%2CeACI%2CIAAG%2C2BAA4B%2CSAAQ%3BEACnC%2CWAAA%3B%3BAA8Bf%2CQAzB8B%3BEAC3B%2CqBAAsB%3BIAClB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3B%3B%3BEAOJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%2CsBAAsB%2CiBAAiB%3BIAC1I%2C2BAAA%3B%3BEAGJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%3BIACnG%2CYAAA%3B%3BEAEJ%2CiBAAkB%2CwBAAwB%2CgBAAgB%2CcAAc%2CSAAS%2CsBAAsB%3BIACnG%2CYAAA%3B%3B%3BA0KxbR%2CsBACC%3BEACC%2CaAAa%2CQAAb%3BEACA%2CcAAA%3B%3BAAHF%2CsBACC%2CqBAGC%3BAC2vBF%2CwBAIC%2CqBACC%3BED%5C%2FvBC%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CsBAXD%2CqBAGC%3BEC2vBF%2CwBAIC%2CqBACC%3BID1vBE%2CeAAA%3B%3B%3BAAVJ%2CsBACC%2CqBAYC%3BACkvBF%2CwBAIC%2CqBAIC%3BEDzvBC%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CsBAlBD%2CqBAYC%3BECkvBF%2CwBAIC%2CqBAIC%3BIDtvBE%2CeAAA%3B%3B%3BAAID%2CsBApBF%2CqBAmBC%2CQACE%2CUAAU%3BAPi4Bd%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BAA0anB%2CaAOI%2CkBA%2BDI%2CUAKI%2CQAAO%3BEOtuDf%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CsBA%5C%2FBH%2CqBAmBC%2CQACE%2CUAAU%2CMAWT%3BEACA%2CmBAAA%3B%3BAAMF%2CQAJsC%3BEAItC%2CsBAtCF%2CqBAmBC%2CQACE%2CUAAU%3BEPi4Bd%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BEA0anB%2CaAOI%2CkBA%2BDI%2CUAKI%2CQAAO%3BIOxtDd%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAML%3BEACC%2CqBAAA%3BEACG%2CWAAA%3B%3BAAIA%2CwBAHwC%3BEAGxC%3BIAFI%2CoBAAA%3B%3B%3BAAJR%2CcAMI%2CWACC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAXN%2CcAMI%2CWACC%2CcAKC%2CUACC%3BEACC%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAED%2CcAjBH%2CWACC%2CcAKC%2CUAWE%2COACA%3BEACC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAA9BT%2CcAoCI%2CcACI%3BEACI%2CcAAA%3B%3BAAIJ%2CwBAH4C%3BEAG5C%2CcANJ%2CcACI%3BIAGQ%2CcAAA%3B%3B%3BAEhFb%2CmBAFF%2CMACC%2CGACE%2CuBACA%2COAAM%3BAAaP%2CmBAhBF%2CMACC%2CGAeE%2CyBACA%2COAAM%3BEAbL%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CmBANJ%2CMACC%2CGACE%2CuBACA%2COAAM%2CSAGJ%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAOD%2CmBAnBJ%2CMACC%2CGAeE%2CyBACA%2COAAM%2COAEJ%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAA1BN%2CmBAgCC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMM%2CwBAHyC%3BEAGzC%2CmBAJJ%3BIAEQ%2CyBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CmBARJ%2C4BAII%3BIAEQ%2CYAAA%3B%3B%3BAAoDhB%2CwBA%5C%2FCwC%3BEACpC%2CmBAAoB%2CGAAK%3BIAC3B%2CaAAA%3B%3BEAED%2CmBAAoB%2CGAAE%3BIACf%2CcAAA%3B%3BEAEJ%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CkBAAA%3B%3BEAEJ%2CmBAAoB%2CMAAM%3BIACzB%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CmBAAA%3BIACA%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2CuBAAuB%3BIAChD%2CmBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%3BIACzB%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CmBAAoB%2CMAAM%2C4BAA8B%3BIACvD%2CqBAAA%3BIACG%2CsBAAA%3B%3BEAEJ%2CmBAAoB%2CyBAAyB%3BIAC5C%2CqBAAA%3BIACG%2CsBAAA%3B%3BEAEJ%2CmBAAoB%3BIACnB%2CYAAA%3B%3B%3BAAQF%2CwBALyC%3BEACxC%2CmBAAoB%2CMAAM%2CGAAE%3BIAC3B%2CgBAAA%3B%3B%3BAAOD%2CwBAJuC%3BEACvC%2CmBAAoB%2CMAAM%3BIACzB%2CgBAAA%3B%3B%3BADrGD%2CIAAI%2CQACD%2CSACI%2COACI%2CgBACI%3BEACI%2CkBAAA%3B%3BAACA%2CIANf%2CQACD%2CSACI%2COACI%2CgBACI%2CgBAEK%3BEACG%2CSAAA%3B%3BAAPvB%2CIAAI%2CQACD%2CSACI%2COASI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAff%2CIAAI%2CQACD%2CSACI%2COASI%2COAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlBnB%2CIAAI%2CQACD%2CSACI%2COASI%2COAKI%2CaAGI%3BAAnBnB%2CIAAI%2CQACD%2CSACI%2COASI%2COAKI%2CaAII%3BEACI%2CgBAAA%3B%3BAArBvB%2CIAAI%2CQACD%2CSACI%2COAuBI%3BEACI%2CYAAA%3B%3BAAKhB%2CQACC%2CMAAK%3BEACJ%2CgBAAA%3B%3BAAID%2CwBAHsD%3BEAGtD%2CQALA%2CMAAK%3BIAGH%2CaAAA%3B%3B%3BAASF%2CwBALqD%3BEAKrD%2CQANA%3BIAEE%2CqBAAA%3BIACG%2CoBAAA%3BIACA%2CwBAAA%3B%3B%3BAAXN%2CQAcC%3BAAdD%2CQAcC%2CqBAsHC%3BAApIF%2CQAiRC%3BAAjRD%2CQAuXC%3BAAmSD%2CuBACC%3BAAqED%2CwBA4EC%3BEA7xBC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAIA%2CQAHgC%3BEAGhC%2CQAPD%3BEAdD%2CQAcC%2CqBAsHC%3BEApIF%2CQAiRC%3BEAjRD%2CQAuXC%3BEAmSD%2CuBACC%3BEAqED%2CwBA4EC%3BIAzxBE%2CgBAAA%3B%3B%3BAAMD%2CQAJ%2BB%3BEAI%5C%2FB%2CQAXD%3BEAdD%2CQAcC%2CqBAsHC%3BEApIF%2CQAiRC%3BEAjRD%2CQAuXC%3BEAmSD%2CuBACC%3BEAqED%2CwBA4EC%3BIAtxBE%2CgBAAA%3BIACA%2CUAAA%3B%3B%3BAAvBH%2CQAcC%2CqBAWC%3BAAzBF%2CQAcC%2CqBAsHC%2CaAMC%3BAA1IH%2CQAiRC%2CmBAEC%3BAAnRF%2CQAuXC%2CmBAEC%2CgBAIC%3BAAmWH%2CwBA4EC%2CqBAMC%2CUAEC%3BEA1xBA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQApBD%2CqBAWC%3BEAzBF%2CQAcC%2CqBAsHC%2CaAMC%3BEA1IH%2CQAiRC%2CmBAEC%3BEAnRF%2CQAuXC%2CmBAEC%2CgBAIC%3BEAmWH%2CwBA4EC%2CqBAMC%2CUAEC%3BIApxBC%2CiBAAA%3B%3B%3BAAhCJ%2CQAcC%2CqBAqBC%3BEACC%2CeAAA%3BEACA%2CgCAAA%3B%3BAArCH%2CQAcC%2CqBAqBC%2CsBAGC%3BEACC%2C8BAAA%3B%3BAAvCJ%2CQAcC%2CqBAqBC%2CsBAGC%2CaAEC%2CGAAE%3BAAxCN%2CQAcC%2CqBA2EC%2CmBAEC%2CaAGC%3BAA9FJ%2CQAcC%2CqBAsHC%2CaASC%2CyBASC%2CaAGC%3BAAzJL%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%3BEAzHD%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAhDL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%3BEACC%2CeAAA%3B%3BAArDL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%2COAEC%3BAA8CD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%2COAEC%3BEAlDA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA1DN%2CQAcC%2CqBAqBC%2CsBAgBC%2CUACC%2COASC%3BAAuCD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%2COAKC%3BAA8iBN%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAKC%2CSAEC%3BAA6CP%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBC%3BAA9GJ%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBQ%3BEAhxBL%2CcAAA%3BEACkB%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAElB%2CQAzDL%2CqBAqBC%2CsBAgBC%2CUACC%2COASC%2CMAUE%3BEACA%2CYAAA%3B%3BAAxEP%2CQAcC%2CqBAqBC%2CsBAgBC%2CUA0BC%3BEACC%2CkBAAA%3B%3BAA9EL%2CQAcC%2CqBAqBC%2CsBAgBC%2CUA0BC%2CWAGC%3BEACC%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApFN%2CQAcC%2CqBA2EC%3BEACC%2CeAAA%3B%3BAA1FH%2CQAcC%2CqBA2EC%2CmBAEC%3BEACC%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA7FJ%2CQAcC%2CqBA2EC%2CmBASC%3BEACC%2CgBAAA%3B%3BAACA%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAFD%2CQAtFH%2CqBA2EC%2CmBASC%2CUAEE%2CKAGA%3BEACC%2CeAAA%3B%3BAASF%2CQAnGH%2CqBA2EC%2CmBASC%2CUAeE%3BEACA%2CgBAAA%3B%3BAAlHL%2CQAcC%2CqBA2EC%2CmBASC%2CUAkBC%3BEACC%2CcAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAMA%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COAAM%2COAAO%2CQAEX%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJ%2BCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ7C5E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJgDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ9C9E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJgDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ7C5E%3BAAAD%2CQAhHJ%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJ%2BCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ9C9E%3BEACA%2CmBAAA%3B%3BAA%5C%2FHN%2CQAcC%2CqBAsHC%3BEAEC%2CUAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CQA5HF%2CqBAsHC%3BIAIE%2CgBAAA%3B%3B%3BAAxIJ%2CQAcC%2CqBAsHC%2CaASC%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CQAxIH%2CqBAsHC%2CaASC%3BIAME%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAApJL%2CQAcC%2CqBAsHC%2CaASC%2CyBASC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAAxJL%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAjKN%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%2CWAEG%3BEACD%2CeAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQA3JN%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAIC%2CWAEG%3BIAGA%2CeAAA%3B%3B%3BAASH%2CQAJsC%3BEAItC%2CQAlKL%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAaC%3BIAEE%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAA9KR%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAmBC%3BEACC%2CmBAAA%3B%3BAAlLP%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAmBC%2CQAEC%3BEACC%2CcAAA%3B%3BAApLR%2CQAcC%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAyBC%2CaACC%2CEAAC%3BAAkeR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%3BAA5Cb%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ%2BelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ8epF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ%2BelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJa5E%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CQAlLP%2CqBAsHC%2CaASC%2CyBAgBC%2CeACC%2CKAyBC%2CaACC%2CEAAC%2CKAQC%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlMT%2CQAcC%2CqBAsHC%2CaAqEC%2CsBACC%3BEACG%2CoBAAA%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA7ML%2CQAcC%2CqBAsHC%2CaAqEC%2CsBACC%2CaAIC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHsC%3BEAGtC%2CQAvMJ%2CqBAsHC%2CaAqEC%2CsBACC%2CaAIC%3BIAKE%2CiBAAA%3B%3B%3BAAnNP%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%3BEACC%2CkBAAA%3B%3BAAxNL%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%3BEACC%2CiBAAA%3B%3BAA1NN%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMACG%2CQACC%2CKAAK%3BAA9Nf%2CQAuXC%2CmBAEC%2CgBAOC%2CiBAEC%2CMACC%2CGACC%3BEArKG%2CgBAAA%3BEACE%2CgCAAA%3B%3BAAhOX%2CQAcC%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%3BEACC%2CgCAAA%3B%3BAACA%2CQAzNT%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%3BEACA%2CcAAA%3B%3BAAEC%2CQA7NZ%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACC%3BEACA%2CcAAA%3B%3BAAED%2CQAhOZ%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMAIC%3BEACA%2CUAAA%3B%3BAAGF%2CQApOX%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAUC%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CQA7OR%2CqBAsHC%2CaAqEC%2CsBAcC%2CeAEC%2CsBAGC%2CMAOC%2CMACC%2CGAuBE%2CYACA%3BEACC%2CiBAAA%3B%3BAAYN%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COAAM%2COAAO%2CQAAQ%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ5FA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4FzD%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ3FA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2F3D%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ3FA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4FzD%2CIAEnB%3BAAAD%2CQA3PJ%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ5FA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2F3D%2CIAEnB%3BEACA%2CmBAAA%3B%3BAA1QN%2CQAiRC%2CmBAKC%2CgCACC%2COACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA1RL%2CQAiRC%2CmBAKC%2CgCACC%2COACC%2CaAGC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9RN%2CQAiRC%2CmBAKC%2CgCACC%2COACC%2CaAGC%2CWAIC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArSP%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%3BEACC%2CmBAAA%3B%3BAA1SL%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACE%2CcAAA%3B%3BAACF%2CQAjCP%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COACC%2COAKE%3BEACA%2CeAAA%3B%3BAAnTT%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAUC%3BAAtTP%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAUS%3BEACP%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA3TR%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAiBC%2CgBACC%2CeACC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAtUV%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAiBC%2CgBACC%2CeACC%2CeAQC%2CQAAO%3BEACN%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3UX%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAoCC%2CiBACC%2CSACC%2CMAAK%2COAAO%3BAAlVrB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COAAM%2COAAO%3BAA5HjB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJ%2BCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ3KlF%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJgDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ5KpF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COAAM%2COAAO%2CQAAQ%3BAAvQzB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJgDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ3KlF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ5FA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4FzD%3BAAvQzB%2CQAcC%2CqBA2EC%2CmBAkCC%2CiBACC%2COxJ%2BCA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ5KpF%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ3FA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2F3D%3BAAvQzB%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ3FA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4FzD%3BAAvQzB%2CQAcC%2CqBAsHC%2CaAkIC%2CiBACC%2COxJ5FA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2F3D%3BEA4Ef%2CiBAAA%3BEACE%2CeAAA%3BEACF%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAACA%2CQAvET%2CmBAKC%2CgCACC%2COAkBC%2CUAEC%2CoBACC%2COAoCC%2CiBACC%2CSACC%2CMAAK%2COAAO%2COAMV%3BEACA%2CmBAAA%3B%3BAAzVX%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%3BEACC%2CiBAAA%3B%3BAAjWN%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAEC%3BEACI%2CaAAA%3B%3BAAnWV%2CQAiRC%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAKC%2CWACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACE%2CiBAAA%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHwC%3BEAGxC%2CQA%5C%2FFN%2CmBAKC%2CgCACC%2COAkBC%2CUAuDC%2CiBAKC%2CWACC%3BIAQE%2CWAAA%3B%3B%3BAAeN%2CQAHqC%3BEAGrC%2CQANF%2CmBAEC%3BIAEE%2CYAAA%3B%3B%3BAA3XJ%2CQAuXC%2CmBAEC%2CgBAOC%3BEACC%2CkBAAA%3B%3BAAjYJ%2CQAuXC%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%3BEACC%2CgCAAA%3B%3BAACA%2CQAtBN%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%3BEACA%2CcAAA%3B%3BAAEC%2CQA1BT%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACC%3BAAAO%2CQA1BjB%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGACC%2CGAEE%2CIACA%2CEAAC%2COAEC%2CMACS%3BEACR%2CcAAA%3B%3BAASL%2CQApCL%2CmBAEC%2CgBAOC%2CiBASC%2CMACC%2CGAiBE%2CYACA%3BEACC%2CiBAAA%3B%3BAAUN%2CQADD%2CSACE%3BEACA%2CiBAAA%3BEACG%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAEF%2CQAPH%2CSACE%2CaAKA%2COACE%3BEACA%2CmBAAA%3B%3BAA9aL%2CQAsaC%2CSAYC%2CuBAEO%3BAApbT%2CQAsaC%2CSAaI%2CgCACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CwBALyC%3BEAKzC%2CQAvBZ%2CSAYC%2CuBAEO%3BEASI%2CQAvBZ%2CSAaI%2CgCACI%3BIAKQ%2CgCAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CQA3BZ%2CSAYC%2CuBAEO%2CSASK%3BEAID%2CQA3BZ%2CSAaI%2CgCACI%2CSASK%3BIAEO%2CcAAA%3B%3B%3BAA%5C%2FbrB%2CQAsaC%2CSAYC%2CuBAiBO%3BAAncT%2CQAsaC%2CSAaI%2CgCAgBI%3BEACI%2CeAAA%3B%3BAACA%2CQA%5C%2FBZ%2CSAYC%2CuBAiBO%2CMAEK%3BAAAD%2CQA%5C%2FBZ%2CSAaI%2CgCAgBI%2CMAEK%3BEACG%2CaAAA%3B%3BAAGA%2CQAnChB%2CSAYC%2CuBAiBO%2CMAKK%2CWACM%3BAAAH%2CQAnChB%2CSAaI%2CgCAgBI%2CMAKK%2CWACM%3BEACC%2CSAAA%3BEACA%2CYAAA%3B%3BAA3crB%2CQAsaC%2CSAYC%2CuBAiBO%2CMAWI%3BAA9cb%2CQAsaC%2CSAaI%2CgCAgBI%2CMAWI%3BAAUA%2CQAlDZ%2CSAYC%2CuBAiBO%2CMAqBO%3BAAAH%2CQAlDZ%2CSAaI%2CgCAgBI%2CMAqBO%3BEATC%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CQA9ChB%2CSAYC%2CuBAiBO%2CMAWI%2CEAMK%3BAAAD%2CQA9ChB%2CSAaI%2CgCAgBI%2CMAWI%2CEAMK%3BEACG%2CmBAAA%3B%3BAAMR%2CQArDZ%2CSAYC%2CuBAiBO%2CMAwBK%2CQACG%3BAADJ%2CQArDZ%2CSAaI%2CgCAgBI%2CMAwBK%2CQACG%3BAAAE%2CQAtDlB%2CSAYC%2CuBAiBO%2CMAwBK%2CQACQ%3BAAAH%2CQAtDlB%2CSAaI%2CgCAgBI%2CMAwBK%2CQACQ%3BEACD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAUZ%2CwBANyC%3BEAMzC%2CQAnER%2CSAYC%3BEAuDO%2CQAnER%2CSAaI%3BIAiDQ%2CWAAA%3BIAEA%2CgBAAA%3BIACN%2CgBAAA%3B%3B%3BAA8BE%2CwBA3B6C%3BEA2B7C%2CQA%5C%2FFR%2CSAYC%2CuBAuDO%3BEA4BA%2CQA%5C%2FFR%2CSAaI%2CgCAsDI%3BIAEQ%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CQA5EhB%2CSAYC%2CuBAuDO%2COASS%3BEAAD%2CQA5EhB%2CSAaI%2CgCAsDI%2COASS%3BIACG%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAlgBrB%2CQAwgBC%2CWACC%2CoBACC%3BEACC%2CaAAA%3B%3BAA3gBJ%2CQA%2BgBC%2CeAAc%2CSACb%3BAAhhBF%2CQA%2BgBC%2CeAAc%2CSACO%3BAAhhBtB%2CQA%2BgBC%2CeAAc%2CSAEb%2CcAAc%3BAAjhBhB%2CQA%2BgBC%2CeAAc%2CSAqaf%2CCAna2B%3BEAIxB%2CWAAA%3BEACG%2CeAAA%3B%3BAADH%2CwBAHyC%3BEAGzC%2CQANF%2CeAAc%2CSACb%3BEAKC%2CQANF%2CeAAc%2CSACO%3BEAKnB%2CQANF%2CeAAc%2CSAEb%2CcAAc%3BEAIb%2CQANF%2CeAAc%2CSAqaf%2CCAna2B%3BIAEvB%2CcAAA%3B%3B%3BAAnhBJ%2CQA%2BgBC%2CeAAc%2CSASb%2CmBACC%3BEACC%2CeAAA%3BEACG%2CYAAA%3B%3BAAEJ%2CQAdF%2CeAAc%2CSASb%2CmBAKE%2CMACA%3BEACC%2CYAAA%3B%3BAAOF%2CQAFF%2CeACC%2COACE%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC1B%2CQACC%2CKACD%2CGAAE%2CSAAS%3BAAHd%2CQAFF%2CeACC%2COACE%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC1B%2CQACC%2CKAED%2CGAAE%2CSAAS%3BEACV%2CmBAAA%3B%3BAASK%2CQAFR%2CaACI%2CMAAK%2CiBACA%3BAAAD%2CQAFR%2CaAkYJ%2CCAjY%2BB%2CKAAK%2CcACvB%3BEACG%2CUAAA%3B%3BAArjBhB%2CQAyjBC%2CeACC%2CoBACC%3BEACC%2CcAAA%3B%3BAA5jBJ%2CQAgkBC%3BEACC%2CUAAA%3BEACG%2CkBAAA%3B%3BAAIF%2CQAFF%2C%2BBACC%2CgBACE%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAGA%2CQARH%2C%2BBACC%2CgBAME%2CMACC%3BEACA%2CcAAA%3B%3BAAML%2CMAAM%2CqBACL%3BEAAa%2CgBAAA%3B%3BAAEd%2CYAAY%2CmBACX%2CWACC%3BEACC%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAACA%2CYAPS%2CmBACX%2CWACC%2COAKE%3BAAAO%2CYAPC%2CmBACX%2CWACC%2COAKU%3BAAAO%2CYAPP%2CmBACX%2CWACC%2COAKkB%3BEAChB%2C4BAAA%3BEACA%2CYAAA%3B%3BAATJ%2CYAAY%2CmBACX%2CWAWC%2CiBAAmB%2CyBAAsB%3BEACxC%2CcAAA%3B%3BAAbH%2CYAAY%2CmBAgBX%2CqCAAqC%3BEACpC%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CYApBU%2CmBAgBX%2CqCAAqC%2CcAInC%3BEACA%2CcAAA%3B%3BAArBH%2CYAAY%2CmBAwBX%2CeAAc%3BEACb%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAOC%2C%2BBAFF%2CeAAe%2CUACd%2COACE%2CYAAY%3BAAAb%2C6BAFF%2CeAAe%2CUACd%2COACE%2CYAAY%3BAACb%2C%2BBAHF%2CeAAe%2CUACd%2COAEE%2CyBAAyB%3BAAA1B%2C6BAHF%2CeAAe%2CUACd%2COAEE%2CyBAAyB%3BEACzB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATJ%2C%2BBAEC%2CeAAe%2CUAUd%3BAAZ%2BB%2C6BAEhC%2CeAAe%2CUAUd%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIH%3BEACC%2CaAAa%2C6BAAb%3B%3BAAED%2CsBAAuB%3BEACtB%2CaAAA%3B%3BAAED%2CMAAO%3BEACH%2CqBAAA%3B%3BAAEJ%2CQACC%2CeAAe%2CUACd%2COAAM%3BEACL%2CWAAA%3B%3B%3BAAMH%2CuBACC%2CiBAEC%2COACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CuBACC%2CiBAEC%2COAUC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAArBP%2CuBACC%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAKC%3BEACC%2CWAAA%3B%3BAAKD%2CuBA5BL%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAWE%2COACA%2CMAAK%3BEACJ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJF%2CuBA5BL%2CiBAEC%2COAUC%2CeAIC%2CUACC%2COAWE%2COAMA%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAArCR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%3BAA5Cb%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ%2BelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ8epF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJ%2BelF%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJ4hB7E%2CgBAAA%3B%3BAACA%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSACC%2CQAAO%2CQAGL%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ8hB1E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ6hB5E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJzhBD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ8hB1E%3BAAAD%2CuBA9CN%2CiBAEC%2COAUC%2CeA6BC%2CiBACC%2CSxJ1hBD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ6hB5E%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAjDR%2CuBACC%2CiBAEC%2COAUC%2CeA6BC%2CiBAWC%2CWACC%2CEAAC%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CuBAxDN%2CiBAEC%2COAUC%2CeA6BC%2CiBAWC%2CWACC%2CEAAC%2COAGC%3BEACA%2CcAAA%3B%3B%3BAAYR%2CwBACC%3BEACC%2C0BAAA%3B%3BAAgBA%2CwBALgD%3BEAKhD%2CwBAND%3BIAEE%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAKD%2CwBAHsD%3BEAGtD%2CwBATD%3BIAOE%2CeAAA%3B%3B%3BAAQF%2CwBANsD%3BEAMtD%2CwBAfA%3BIAUE%2CeAAA%3B%3BEAKF%2CwBAfA%2C%2BBAWE%3BIACC%2CeAAA%3B%3B%3BAAxBJ%2CwBA4BC%2CqBACC%3BEAAK%2CWAAA%3B%3BAA7BP%2CwBA%2BBC%3BEACC%2CgBAAA%3BEACG%2CaAAa%2CQAAb%3B%3BAAjCL%2CwBA%2BBC%2CcAGC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAMD%2CwBALsD%3BEAKtD%2CwBAdD%2CcAGC%3BIAOE%2CeAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAA3CJ%2CwBA%2BBC%2CcAeC%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CwBAHqD%3BEAGrD%2CwBAzBF%2CcAeC%2CEAAC%3BIAQC%2CeAAA%3B%3B%3BAAtDJ%2CwBA%2BBC%2CcAeC%2CEAAC%2CUAUA%3BEACC%2CoBAAA%3B%3BAAKD%2CwBAJsD%3BEAItD%2CwBA%5C%2FBF%2CcAeC%2CEAAC%2CUAUA%3BIAGE%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAA5DL%2CwBAiEC%2CkBACC%3BEACC%2C6BAAA%3B%3BAAnEH%2CwBAiEC%2CkBACC%2CwBAEC%3BEACC%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAxEJ%2CwBA4EC%3BEAEC%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACG%2CmBAAA%3B%3BAAjFL%2CwBA4EC%2CqBAMC%3BEACC%2CWAAA%3B%3BAAnFH%2CwBA4EC%2CqBAMC%2CUAKC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKA%2CwBAJqD%3BEAIrD%2CwBAlBH%2CqBAMC%2CUAKC%3BIAIE%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAA5FL%2CwBA4EC%2CqBAMC%2CUAKC%2COAOC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAACA%2CwBAxBJ%2CqBAMC%2CUAKC%2COAOC%2COAME%3BEACA%2C0BAAA%3B%3BAAQF%2CQANsC%3BEAMtC%2CwBAjCH%2CqBAMC%2CUAKC%2COAOC%3BIAUE%2CeAAA%3B%3BEACA%2CwBA7BL%2CqBAMC%2CUAKC%2COAOC%2COAWG%3BIACA%2C0BAAA%3B%3B%3BAA1GP%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBC%3BAA9GJ%2CwBA4EC%2CqBAMC%2CUAKC%2COAuBQ%3BEAEN%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAKD%2CQAJsC%3BEAItC%2CwBA5CH%2CqBAMC%2CUAKC%2COAuBC%3BEAUA%2CwBA5CH%2CqBAMC%2CUAKC%2COAuBQ%3BIAOL%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAtHN%2CwBA4EC%2CqBAMC%2CUAKC%2COAkCC%2CMAAK%3BEACJ%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAED%2CwBAlDH%2CqBAMC%2CUAKC%2COAuCE%2COACA%3BEACC%2CaAAA%3B%3BAAGF%2CwBAvDH%2CqBAMC%2CUAKC%2COA4CE%3BEACA%2CaAAA%3B%3BAApIL%2CwBA4EC%2CqBAMC%2CUAqDC%2CYACC%3BEACC%2CWAAA%3BEACG%2CYAAA%3B%3BAAKJ%2CQAJsC%3BEAItC%2CwBAnEH%2CqBAMC%2CUAqDC%2CYACC%3BIAIE%2CWAAA%3BIACG%2CYAAA%3B%3B%3BAA7IT%2CwBA4EC%2CqBAMC%2CUAqDC%2CYASC%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAKD%2CQAJsC%3BEAItC%2CwBA3EH%2CqBAMC%2CUAqDC%2CYASC%3BIAIE%2C2BAAA%3BIACA%2C0BAAA%3B%3B%3BAArJN%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBACC%3BEACC%2CkBAAA%3B%3BAA3JL%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAIC%3BEACC%2CWAAA%3BEACG%2CYAAA%3B%3BAAKJ%2CQAJsC%3BEAItC%2CwBAxFH%2CqBAMC%2CUAuEC%2CsBAIC%3BIAIE%2CWAAA%3BIACG%2CYAAA%3B%3B%3BAAlKT%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAYC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CwBAjGJ%2CqBAMC%2CUAuEC%2CsBAYC%3BIAKE%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAA3KN%2CwBA4EC%2CqBAMC%2CUAuEC%2CsBAYC%2CMAQC%3BEACC%2CcAAA%3BEACG%2C0BAAA%3B%3BAA%5C%2FKT%2CwBA4EC%2CqBAyGC%3BEACC%2CeAAA%3BEACG%2CgBAAA%3B%3BAAOH%2CQANqC%3BEAMrC%2CwBAlHF%2CqBAyGC%3BIAIE%2CgBAAA%3B%3BEAKD%2CwBAlHF%2CqBAyGC%2CiBAKI%3BIACD%2CgBAAA%3B%3B%3BAA3LL%2CwBA4EC%2CqBAyGC%2CiBASC%2COAAM%2COAAO%3BAA9LhB%2CwBA4EC%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJqjBlF%2CwBA4EC%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJojBpF%2CwBA4EC%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAwJqjBlF%2CwBA4EC%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJmvBhF%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CwBA3HH%2CqBAyGC%2CiBASC%2COAAM%2COAAO%2CQASX%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4vB7E%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2vB%5C%2FE%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ4vB7E%3BAAAD%2CwBA3HH%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQwJ2vB%5C%2FE%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAOF%2CQALsC%3BEAKtC%2CwBApIF%2CqBAyGC%2CiBASC%2COAAM%2COAAO%3BEAkBb%2CwBApIF%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJqwB%5C%2FE%2CwBApIF%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJowBjF%2CwBApIF%2CqBAyGC%2CiBASC%2COxJlvBC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEwJqwB%5C%2FE%2CwBApIF%2CqBAyGC%2CiBASC%2COxJnvBC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BIwJgwB%5C%2FE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAE78BL%3BEAEC%2CaAAa%2CQAAb%3B%3BAAEO%2CqBADJ%2CSACK%2CMACN%2CeACC%2CgBACC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3B%3BAALE%2CqBADJ%2CSACK%2CMASG%2CgBACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CqBADJ%2CSACK%2CMAcG%2CoBACI%2CyBACI%3BEACI%2COAAA%3B%3BAArBxB%2CqBA4BC%2CmBACC%2CSAAQ%2CIACP%3BEACC%2CeAAA%3BEACA%2CcAAA%3B%3BAAhCJ%2CqBA4BC%2CmBAOC%2CoBACC%3BEACC%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAvCJ%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%3BEACC%2CYAAA%3B%3BAACA%2CqBAlBJ%2CmBAcC%2CyBACC%2CgBACC%2CeAEE%3BAA9CN%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%2CeAEa%2COAAI%3BEACf%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAjDN%2CqBA4BC%2CmBAcC%2CyBACC%2CgBACC%2CeAOG%2COAAI%3BEACL%2CcAAA%3B%3BAApDN%2CqBA4BC%2CmBA6BC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3DH%2CqBA4BC%2CmBAiCC%2CSAAQ%2CSACP%3BEACC%2CiBAAA%3B%3BAA%5C%2FDJ%2CqBA4BC%2CmBAiCC%2CSAAQ%2CSACP%2COAEC%3BEACC%2CmBAAA%3B%3BAAjEL%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%3BEACC%2CeAAA%3BEACE%2CcAAA%3BEACF%2CqBAAA%3BEACA%2CWAAA%3B%3BAA5EN%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAKC%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACE%2CmBAAA%3B%3BAArFT%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAeC%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAAzFP%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAmBC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA9FP%2CqBA4BC%2CmBAyCC%2C8BACC%2CyBACC%2CUACC%2COAmBC%2CSAIC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAApGR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%3BEACC%2CSAAA%3B%3BAA7GL%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%3BEACL%2CSAAA%3B%3BAAhHP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAEL%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAAnHR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%3BAArHP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%3BEACf%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAzHR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%3BAA1HR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjIT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBASC%2CMAAK%3BAAnId%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBASC%2CMAAK%3BEACJ%2CaAAA%3B%3BAApIV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAYC%3BAAtIT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAYC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA1IV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAkBC%3BAA5IT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAkBC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CqBAxHR%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAML%2CeAKC%2CiBAkBC%3BEAQA%2CqBAxHR%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAMW%2CgBAKf%2CiBAkBC%3BIAME%2CkBAAA%3B%3B%3BAAlJX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%3BEACC%2CqBAAA%3B%3BAAxJR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAEG%3BEACD%2CeAAA%3B%3BAA1JT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%3BEACC%2COAAA%3B%3BAA7JT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%3BEACC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAjKV%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%2CSAIC%3BEACC%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAxKX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAKC%2CiBAEC%2CSAYC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAArLX%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%3BEACC%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2COAAA%3B%3BAA5LT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COAAM%2COAAO%3BAA7LtB%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JaL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA0J1MlF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JcL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA0J3MpF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JcL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA0J1MlF%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JaL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BE0Jb1E%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2COAAM%2COAAO%2CQAUX%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JaL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ0JHvE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JcL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ0JJzE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JcL%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ0JHvE%3BAAAD%2CqBA3KT%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIAwCL%2CgBAkCC%2CSAIC%2CO1JaL%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ0JJzE%3BEACA%2CYAAA%3BEACG%2CyBAAA%3B%3BAAzMd%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIA%2BFL%2CeAAc%3BEACb%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxNR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAEC%2CUACC%2COAAM%2CIA2GL%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7NR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAArON%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAKC%3BEACC%2CeAAA%3B%3BAAvOP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAKC%2CuBAEC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1OR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%3BEACL%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBA3NN%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%2CcAUJ%3BEACA%2CcAAA%3B%3BAADD%2CqBA3NN%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBAYC%2COAAM%2CcAUJ%2CMAEA%3BEACC%2CcAAA%3B%3BAA1PT%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%3BEACC%2CiBAAA%3B%3BAA%5C%2FPP%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAEC%3BEACC%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAnQR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAOC%3BEACC%2CkBAAA%3B%3BAAtQR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAWC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA5QR%2CqBA4BC%2CmBAyCC%2C8BAsCC%2CwBACC%2CYAqHC%2CiBA6BC%2CoBAWC%2CGAKC%3BEACC%2CSAAA%3B%3BAASN%2CqBA5PF%2CmBA2PC%2CWACE%3BEACA%2CgBAAA%3B%3BAAzRJ%2CqBA4BC%2CmBAgQO%3BEACL%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FRH%2CqBA4BC%2CmBAgQO%2CsBAIL%3BEACC%2CgBAAA%3B%3BAAjSJ%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAEC%3BEACC%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtSL%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%3BEACN%2CoBAAA%3B%3BAAzSL%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%2CSAEN%3BEACC%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAjTN%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAQC%2CQAAO%2CSAWN%2CKAAI%3BEACH%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAtTN%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBAyBC%2CQAAO%3BAAzTX%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBA0BC%2CQAAO%3BAA1TX%2CqBA4BC%2CmBAgQO%2CsBAIL%2CqBA2BC%2CQAAO%3BEACN%2C0BAAA%3B%3BAACA%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBAyBC%2CQAAO%2CUAIL%3BAAAD%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBA0BC%2CQAAO%2CWAGL%3BAAAD%2CqBAjSJ%2CmBAgQO%2CsBAIL%2CqBA2BC%2CQAAO%2COAEL%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAApUN%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BACC%3BEACC%2CgBAAA%3B%3BAA5UL%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BACC%2CUAEC%3BEACC%2C2BAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FUN%2CqBA4BC%2CmBA6SC%2CsBACC%2C8BAQC%3BEACC%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvVL%2CqBA4BC%2CmBA%2BTC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3B%3BAA%5C%2FVH%2CqBA4BC%2CmBA%2BTC%2CkBAKC%3BEACC%2CUAAA%3B%3BAAjWJ%2CqBA4BC%2CmBAwUC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBA%5C%2FUF%2CmBAwUC%2CsBAOE%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAOQ%2CqBAFR%2CMACM%2CWACG%2CKACG%2CSAAQ%2CKAAK%3BEACT%2CcAAA%3BEACA%2CeAAA%3B%3BAA1XpB%2CqBA%2BXI%2CgBACI%3BEACI%2CUAAA%3B%3BAAjYZ%2CqBAqYI%2CsBACI%2CMAAK%2CcACD%2CUACI%3BEACI%2CsBAAA%3B%3BAAzYpB%2CqBA8YI%2CMAAK%2CcACD%2CcAAa%3BEACT%2CyBAAA%3B%3BAAhZZ%2CqBAmZI%2CcAAa%2CSACT%2CcAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAvZZ%2CqBA0ZI%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBARhB%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcAKK%3BEACG%2CaAAA%3BEACA%2CQAAA%3BEAAS%2CSAAA%3B%3BAApajC%2CqBA0ZI%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcASI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAjBpB%2CgCAA%2BB%2CUAC3B%2CcACI%2CSACI%2CcASI%2CWAKK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAWxB%2CwBAH6C%3BEAG7C%2CqBAJA%2CoBAAsB%3BIAEd%2CeAAA%3B%3B%3BAAtbZ%2CqBAybI%2CaACC%2CmBACC%2CoBACG%2CaAID%3BEACI%2C6BAAA%3B%3BAAjcZ%2CqBAwcC%2COAAM%3BAAxcP%2CqBAwcgB%2COAAM%3BEACpB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CIACC%2CmBACC%2CwBACC%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAARL%2CIACC%2CmBAWC%2CYACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAKJ%2CkBACI%2CqBAAqB%2CQAAQ%3BEACzB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAOP%2CwBAJgD%3BEAIhD%2CkBALG%3BIAEE%2CsBAAA%3BIACM%2CcAAA%3B%3B%3BAAIZ%2CiBAAiB%2CqBAAsB%3BEACtC%2CeAAA%3B%3BAAIA%2CYAAC%2CqBACA%2CYACC%3BEACC%2CkBAAA%3B%3BAAHH%2CYAAC%2CqBACA%2CYACC%2CSAEC%3BEACC%2CmBAAA%3B%3BAAKF%2CwBAH0C%3BEAG1C%2CYAVD%2CqBACA%2CYACC%3BIAME%2CWAAA%3B%3B%3BAASE%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%3BEACA%2CkBAAA%3B%3BAADD%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%3BEACC%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAACA%2CYAjCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAaE%3BEACA%2CeAAA%3B%3BAAOD%2CQALqC%3BEAKrC%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%3BIAiBE%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAGD%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAqBE%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAFD%2CYAzCR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYAqBE%2CeAIA%3BEACC%2CcAAA%3B%3BAA7BL%2CYAjBL%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYA6BC%2CEAAC%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMD%2CQALsC%3BEAKtC%2CYAjER%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAEA%2CiBACC%2CYA6BC%2CEAAC%3BIAYC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAQD%2CYAvET%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMACC%3BEACA%2CoBAAA%3B%3BAADD%2CYAvET%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMACC%2COAEE%3BEACD%2CuBAAA%3BEACA%2CgCAAA%3B%3BAALH%2CYAtER%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYAjFV%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%2CEAGE%3BEACA%2CuBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAvFX%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQACA%2CMAQA%2CEAGE%2COAMC%3BEACA%2C4BAAA%3B%3BAAKJ%2CYA7FR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQAwBA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAID%2CwBAH0C%3BEAG1C%2CYApGR%2CqBAYA%2CcACC%2CWACC%2CSACC%2CSACE%2CKACC%2CSAmDE%2CSACC%2CQAwBA%3BIAKC%2CgBAAA%3B%3B%3BAAkBJ%2CwBAL4C%3BEAK5C%2CYApHN%2CqBA8GM%3BIAEQ%2CaAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3B%3BAAKhB%2C6BACC%2C0BACC%3BEACC%2C2BAAA%3B%3BAAGF%2C6BAAG%3BEACF%2CaAAA%3B%3BAAGF%2CwBACC%2CwBAAuB%3BEACtB%2CYAAA%3B%3BAAMD%2CIAAC%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CaACC%3BEACC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAlBF%2CaACC%2CQAkBC%2CGAAE%3BEACD%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9BH%2CaACC%2CQA%2BBG%3BEACD%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAnCH%2CaACC%2CQAoCG%2CKAAE%3BEACH%2CSAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAIH%2CaAAc%2CQAAQ%2CEAAC%3BAACvB%2CaAAc%2CQAAQ%2CGAAE%3BEACvB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAED%2CYAAY%2CqBACX%2C8BACC%2C0BACC%2CyBAAyB%2CkBAAkB%3BEAC1C%2C0BAAA%3B%3BAAKJ%3BEACC%2CUAAA%3B%3BAAED%2CqBAAsB%2CgCAAgC%2CgBAAgB%3BEACrE%2CUAAA%3B%3BAAID%3BEACC%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CgBAQC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAXF%2CgBAQC%2CaAIC%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtBH%2CgBAQC%2CaAgBC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3BJ%2CgBAQC%2CaAsBC%3BEACC%2CmBAAA%3B%3BAA%5C%2FBH%2CgBAQC%2CaAsBC%2CeAEC%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBApCH%2CaAsBC%2CeAEC%2CEAAC%2CYAYC%3BEACA%2CmBAAA%3B%3BACnvBC%2CqBALL%2CgBACE%2CiBACA%2CUACE%2CcACA%2CcACE%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAASN%2CeAAC%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAHA%2CiBAGC%3BAAAQ%2CeAHT%2CiBAGU%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAED%2CeAZA%2CiBAYC%3BEACA%2CWAAA%3B%3BAAED%2CeAfA%2CiBAeC%3BEACA%2CYAAA%3B%3BAAGA%2CeAnBD%2CiBAkBA%2CUACE%3BEACA%2CoBAAA%3B%3BAADD%2CeAnBD%2CiBAkBA%2CUACE%2CcAEA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CeAnBD%2CiBAkBA%2CUACE%2CcAMA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeA9BH%2CiBAkBA%2CUACE%2CcAMA%2CcAKE%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAbH%2CeAnBD%2CiBAkBA%2CUACE%2CcAMA%2CcASC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCL%2CeAAC%2CiBAyCA%2CoBACC%2CaAAY%2CMACX%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3B%3BAC9DL%2CsBACC%2CWACC%2CQAAO%2CKACN%2CeACC%3BEACC%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAQA%2CwBAP2C%3BEAO3C%2CsBAbJ%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAIE%2COAAO%2CgBAAP%3B%3B%3B%3B%3B%3BAAaD%2CwBAP0C%2CuBAAuB%3BEAOjE%2CsBApBJ%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAWE%2COAAO%2CmBAAP%3B%3BEAEA%2CsBAhBL%2CWACC%2CQAAO%2CKACN%2CeACC%2CcAaG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAAWH%2CwBAR2C%3BEAQ3C%2CsBA5BH%2CWACC%2CQAAO%2CKACN%2CeACC%3BIAkBE%2COAAO%2CgBAAP%3BIACA%2C0BAAA%3B%3BEAEA%2CsBAxBL%2CWACC%2CQAAO%2CKACN%2CeACC%2CcAqBG%2CUAAU%3BIACV%2CWAAA%3B%3B%3BAA1BP%2CsBACC%2CWACC%2CQAAO%2CKA6BN%2CsBACC%3BEACC%2CgBAAA%3B%3BAAKD%2CQAJsC%3BEAItC%2CsBArCH%2CWACC%2CQAAO%2CKA6BN%2CsBACC%3BIAGE%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAON%2CcACC%2CcACC%2CmBAEC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAED%2CcATF%2CcACC%2CmBAQE%3BAAAQ%2CcATX%2CcACC%2CmBAQW%3BEACT%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CcACC%2CeACC%2CcACC%3BAAHa%2CqBACf%2CeACC%2CcACC%3BAAHoC%2CoBACtC%2CeACC%2CcACC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAPJ%2CcACC%2CeACC%2CcACC%2CsBAKC%3BAARY%2CqBACf%2CeACC%2CcACC%2CsBAKC%3BAARmC%2CoBACtC%2CeACC%2CcACC%2CsBAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKD%2CQAJgC%3BEAIhC%2CcAvBH%2CeACC%2CcACC%2CsBAKC%3BEAgBA%2CqBAvBH%2CeACC%2CcACC%2CsBAKC%3BEAgBA%2CoBAvBH%2CeACC%2CcACC%2CsBAKC%3BIAaE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAtBN%2CcACC%2CeACC%2CcACC%2CsBAsBC%3BAAzBY%2CqBACf%2CeACC%2CcACC%2CsBAsBC%3BAAzBmC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%3BEACC%2CgBAAA%3B%3BAA1BL%2CcACC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BAA3BU%2CqBACf%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BAA3BiC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CcAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEAcA%2CqBAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BEAcA%2CoBAxCL%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%3BIAWC%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAvCP%2CcACC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BAAzCU%2CqBACf%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BAAzCiC%2CoBACtC%2CeACC%2CcACC%2CsBAsBC%2CiBAEC%2CEAAC%2COAcA%3BEACC%2CgBAAA%3B%3BAAQL%2CwBAH0C%3BEAG1C%2CcAjDD%2CeACC%3BEAgDA%2CqBAjDD%2CeACC%3BEAgDA%2CoBAjDD%2CeACC%3BIA8CE%2CqBAAA%3B%3B%3BAAhDJ%2CcAoDC%3BAApDe%2CqBAoDf%3BAApDsC%2CoBAoDtC%3BEACC%2CWAAA%3B%3BAAGF%2CqBACC%2CeACC%3BEACC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CQAHgC%3BEAGhC%2CqBAPF%2CeACC%3BIAIE%2COAAO%2CgBAAP%3B%3B%3BAAKD%2CQAH%2BB%2CwBAAmC%3BEAGlE%2CqBAVF%2CeACC%3BIAOE%2COAAO%2CmBAAP%3B%3B%3BAAOD%2CQALqC%3BEAKrC%2CqBAfF%2CeACC%3BIAUE%2COAAO%2CeAAP%3BIACA%2CqBAAA%3B%3B%3BAAbJ%2CqBACC%2CeACC%2CcAcC%2CgBACC%3BEACC%2CcAAA%3BEACA%2CYAAY%2CiBAAZ%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAASH%2CQADA%2CKACC%3BEACA%2CgBAAA%3B%3BAAMF%2CSAAC%2CcACA%3BEACC%2CkBAAA%3B%3BAAFF%2CSAAC%2CcAIA%3BEACC%2CeAAA%3B%3BAAIH%2COAAO%2CKACN%2CeACC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJH%2COAAO%2CKACN%2CeACC%2CcAGC%3BEACC%2CmBAAA%3B%3BAAGE%2COATC%2CKACN%2CeACC%2CcAGC%2CmBAEC%2CSACE%2CMACC%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdP%2COAAO%2CKACN%2CeACC%2CcAiBC%2CQAAO%3BAAnBV%2COAAO%2CKACN%2CeACC%2CcAkBC%2CQAAO%3BAAoEL%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COACE%2COAAO%3BAAAR%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2COACE%2COAAO%3BAAAS%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COACmB%2COAAO%2CQAAQ%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2COACmB%2COAAO%2CQAAQ%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JuD7E%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JuD5D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JuD5C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JuD5C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JsD%5C%2FE%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JsD9D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JsD9C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JsD9C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JuD7E%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JuD5D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JuD5C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JuD5C%3BAAAjC%2CIAhBD%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JsD%5C%2FE%2COAfE%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BA4JsD9D%2CIAhBlB%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JsD9C%3BAAAhB%2COAff%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JsD9C%3BEAnElC%2C6BAAA%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3B%3BAACA%2COA9BA%2CKACN%2CeACC%2CcAiBC%2CQAAO%2CUAWF%3BAAAD%2COA9BA%2CKACN%2CeACC%2CcAkBC%2CQAAO%2CWAUF%3BAA8DF%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2COAIE%2COAAO%2CQAAQ%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2COAIE%2COAAO%2CQAAQ%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0D7D%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0D7D%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JyD%5C%2FD%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JyD%5C%2FD%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0D7D%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JrDA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0D7D%2COACd%3BAAAD%2CIApBF%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JyD%5C%2FD%2COACd%3BAAAD%2COAnBC%2CKACN%2COACC%2CeAWC%2CeACC%2CO5JtDA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4JyD%5C%2FD%2COACd%3BEA7DC%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2COApCG%2CKACN%2CeACC%2CcAiCC%2CQAAO%2CUACL%3BEACA%2CwBAAA%3B%3BAAUC%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COACE%2COACC%2CQACC%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEACN%2COACC%2CQACC%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JXC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Jc3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JXP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Jc3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JVC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Ja7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JVP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Ja7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JVC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Jc3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JVP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Jc3E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JXC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Ja7E%3BAAAD%2COA%5C%2FCC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JXP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4Ja7E%3BEACA%2C8BAAA%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACH%2CgBAAA%3B%3BAAED%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2COACE%2COACC%2CQAcC%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CEACN%2COACC%2CQAcC%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JXC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J2B3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JXP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J2B3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JVC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0B7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JVP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0B7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JVC%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J2B3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JVP%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J2B3E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACC%2CO5JXC%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0B7E%3BAAAD%2COA5DC%2CKA0CN%2CeAAc%2CIAAI%2CWACjB%2CsBACS%2CE5JXP%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J0B7E%3BEACA%2CcAAA%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAeL%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2COACE%2COAAO%2CQAAQ%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2COACE%2COAAO%2CQAAQ%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J5CA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J6C7D%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J5CA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J6C7D%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J3CA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J4C%5C%2FD%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J3CA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J4C%5C%2FD%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J3CA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J6C7D%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J3CA%2CwBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J6C7D%2COACf%3BAADD%2CIAND%2CYAAa%2CQAAO%2CKAEvB%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J5CA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J4C%5C%2FD%2COACf%3BAADD%2COALE%2CKACN%2COACC%2CeACC%2CeAAe%2CEACd%2CO5J5CA%2CsBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQ4J4C%5C%2FD%2COACf%3BEACC%2CeAAA%3B%3BAAqBP%2CYACC%2CGAAE%3BEACD%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CcACC%2CcACC%3BEACI%2CqBAAA%3BEACH%2CWAAA%3B%3BAAJH%2CcACC%2CcACC%2CsBAGC%2CiBACC%3BEACC%2CiBAAA%3B%3BAAPL%2CcACC%2CcAUC%2CmBACC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAApBJ%2CcACC%2CcAUC%2CmBACC%2CmBASC%3BEACC%2CeAAA%3BEACE%2CwBAAA%3B%3BAAKJ%2CQAHgC%3BEAGhC%2CcA3BF%2CcAUC%2CmBACC%3BIAcE%2CeAAA%3B%3B%3BAA1BL%2CcACC%2CcA8BC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIH%2CSAAS%2CcACR%3BAADwB%2COAAO%2CoBAC%5C%2FB%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAALL%2CSAAS%2CcACR%2CgBAKI%3BAANoB%2COAAO%2CoBAC%5C%2FB%2CgBAKI%3BEACI%2CeAAA%3BEACH%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CgBAAgB%2CgBAAhB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKN%2COAAO%3BEACN%2CcAAA%3BEACA%2CeAAA%3B%3BAAKA%2CwBAJyC%3BEAIzC%2COAPM%3BIAIL%2CiBAAA%3BIACA%2CUAAA%3B%3B%3BAAGA%2COARK%2CoBAOL%2CMACC%3BEACA%2CmBAAA%3B%3BAATH%2COAAO%2CoBAYN%2CqBACC%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBN%2COAAO%2CoBAYN%2CqBACC%2CSAKI%3BEACC%2CkCAAA%3BEACH%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2COAzBG%2CoBAYN%2CqBACC%2CSAKI%2CgBAOD%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEAAS%2CSAAA%3B%3BAA3Bd%2COAAO%2CoBAYN%2CqBACC%2CSAKI%2CgBAWF%3BEACC%2CsBAAA%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2COApCC%2CoBAYN%2CqBACC%2CSAuBK%3BEACA%2CaAAA%3B%3BAArCP%2COAAO%2CoBAYN%2CqBACC%2CSA0BC%3BEACC%2CkCAAA%3BEACA%2CuBAAA%3B%3BAAzCJ%2COAAO%2CoBAYN%2CqBACC%2CSA0BC%2COAGC%3BEACC%2CsBAAA%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9CR%2COAAO%2CoBAYN%2CqBAsCC%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApDH%2COAAO%2CoBAYN%2CqBAsCC%2CUAGC%2CSAEG%3BAAvDN%2COAAO%2CoBAYN%2CqBAsCC%2CUAIC%2COAAM%2CQACH%3BEACD%2CWAAA%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACH%2CyBAAA%3B%3BAAGE%2COAlEA%2CoBAYN%2CqBAsCC%2CUAGC%2CSAaK%2COACE%3BAADH%2COAlEA%2CoBAYN%2CqBAsCC%2CUAIC%2COAAM%2CQAYD%2COACE%3BEACD%2CmBAAA%3B%3BAAIN%2COAxEI%2CoBAYN%2CqBAsCC%2CUAsBE%3BEACG%2CaAAA%3B%3BAAzEP%2COAAO%2CoBA6EN%2CUAAY%3BEACX%2CyBAAA%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGL%2CsBAAuB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%2CQAAO%2CUAAU%3BEAC9E%2CgBAAA%3B%3BAA8BJ%2CQAzBsC%3BEAyBtC%2CIA1BI%2CcAEF%3BIACC%2CaAAA%3BIACA%2CmBAAA%3B%3BEAsBH%2CIA1BI%2CcAMF%3BIACC%2CcAAA%3B%3BEAmBH%2CIA1BI%2CcASF%2CcACC%3BIACC%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEACA%2CIAlBA%2CcASF%2CcACC%2COAQE%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3B%3B%3BAA2BF%2CQAjBsC%3BEAiBtC%2CMArBG%2COACJ%2CIAAI%2CSACJ%2CaACC%3BIAEE%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CMAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEACA%2CMAbC%2COACJ%2CIAAI%2CSACJ%2CaACC%2COAUG%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAcM%2CQAHyC%3BEAGzC%2CqBANR%2CQACK%2COACG%3BIAEQ%2CoBAAA%3B%3B%3BAAQJ%2CQAHyC%3BEAGzC%2CqBAZZ%2CQACK%2COAMG%2CcACI%3BIAEQ%2CoBAAA%3B%3B%3BAAQZ%2CQAH6B%3BEAG7B%2CqBAlBR%2CQACK%2COAaG%3BIAEQ%2CqBAAA%3B%3B%3BAAgBR%2CQARyC%3BEAQzC%2CqBAXP%2COACG%2CeACI%3BIAEQ%2CmBAAA%3BIACA%2CkBAAA%3BIACf%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACG%2CgBAAA%3B%3B%3BAAOR%2CcACC%2CUACC%2CsBACC%2CsBACC%3BEACC%2CiBAAA%3B%3BAAcJ%2CwBAPuC%3BEACvC%2COAAO%2CKAAM%2CeAAc%2CiBAAkB%2CcAAc%3BIAC1D%2CWAAA%3B%3BEAED%2CIAAK%2CUAAS%3BIACb%2CoBAAA%3B%3B%3BAZpWE%2CYARQ%2CsBAQP%2CgBACG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGR%2CYAfQ%2CsBAeP%2CqBAGG%3BAAFJ%2CYAhBQ%2CsBAgBP%2C0CAEG%3BAADJ%2CYAjBQ%2CsBAiBP%2CwBACG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAUA%2CwBALgD%3BEAKhD%2CYA%5C%2FBA%2CsBAwBP%2CqBACG%3BEAyHJ%2CYAlJQ%2CsBAkJP%2C0CACG%3BIAxHQ%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAKJ%2CwBAHsD%3BEAGtD%2CYAlCA%2CsBAwBP%2CqBACG%3BEAyHJ%2CYAlJQ%2CsBAkJP%2C0CACG%3BIAnHQ%2CeAAA%3B%3B%3BAARZ%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBASI%3BEACI%2CkBAAA%3B%3BAAUA%2CQAT%2BB%3BEAS%5C%2FB%2CYA7CJ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAGQ%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEACA%2CYAxCZ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAGQ%2COAGK%2CUAAU%3BIACP%2CeAAA%3B%3B%3BAAjBxB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAtDR%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%2CaASI%3BEACG%2CcAAA%3B%3BAASR%2CQAPmC%3BEAOnC%2CYAhEJ%2CsBAwBP%2CqBACG%2CoBASI%2CyBAWI%2CEAAC%3BIAaO%2CUAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3B%3BAAtCpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%3BAA%2BGlB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%3BEApHE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAlDhB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COAQF%2CUACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAlFhB%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COAQF%2CUACI%2CEAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAhE5B%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%3BAAqFhB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%3BEAhGQ%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAzEpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%3BEACI%2CkBAAA%3B%3BAA3ExB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%3BAAmExB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%3BEAlGQ%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAA1F5B%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYArHxB%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAaI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAA9FpC%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%3BAAqDhB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%3BEArGQ%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAxGpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%2CgBAII%3BAAwBpB%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%2CgBAEI%3BAAqBZ%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%2CgBAOI%3BEAxGQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7GxB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0DF%2CgBAII%2CqBAKI%3BAAmBxB%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%2CgBAEI%2CqBAQI%3BAAahB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COA2CF%2CgBAOI%2CqBAQI%3BEA3GQ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAe5B%2CYAzJQ%2CsBAyJP%2CsBACG%2CWACI%3BEACI%2CaAAA%3B%3BAAsBZ%2CYAlLQ%2CsBAkLP%2C4BACG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%3BEACI%2CkBAAA%3B%3BAAnBpB%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%2CSAQI%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYA5NpB%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAcI%2CSAQI%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAA3ChC%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAII%3BEACI%2CUAAA%3B%3BAAlFZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAtFZ%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA1FhB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAlGpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAQI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAxGxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAQI%2CWAMI%3BEACI%2CgBAAA%3B%3BAA1G5B%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FGxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%3BEACI%2CcAAA%3B%3BAACA%2CYApSpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAEK%3BEACG%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAzSpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAOK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYA7SpB%2CsBAkLP%2C4BA6EG%2CuBAOI%2CaAGI%2CeAII%2CWAkBI%2CgBAGI%2CKAWK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAjIhC%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAoFR%2CwBAPyC%3BEAOzC%2CYAjZA%2CsBAwYR%2CcACI%3BIAEQ%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3B%3BAAQA%2CwBALyC%3BEAKzC%2CYAvZJ%2CsBAwYR%2CcACI%2CaAQI%3BIAEQ%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3B%3BAAOA%2CwBAJyC%3BEAIzC%2CYA5ZR%2CsBAwYR%2CcACI%2CaAQI%2COAMI%3BIAEQ%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAWA%2CwBAPyC%3BEAOzC%2CYAraZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAKI%3BEASI%2CYAraZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAMI%3BIAEQ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAAMJ%2CwBAH6C%3BEAG7C%2CYAzaZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAKI%2COASK%3BEAID%2CYAzaZ%2CsBAwYR%2CcACI%2CaAQI%2COAMI%2CMAMI%2CEAQK%3BIAEO%2CcAAA%3B%3B%3BAAQ5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%3BEACH%2CcAAA%3B%3BAAFR%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAEH%2CkBACI%3BEACI%2CgBAAA%3B%3BAALhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAlcJ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%3BIAQQ%2CmBAAA%3B%3B%3BAAhBhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%3BAA02ChB%2CsBACI%2CYACI%2CsBAaI%3BEAx3CQ%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvBhB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAQI%2CQAN%2BB%3BEAM%5C%2FB%2CYAhdhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%3BIAEQ%2CgBAAA%3B%3BEAKJ%2CYAhdhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAGQ%3BEAg2ChC%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BEA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BEA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BIAsQQ%2CgBAAA%3B%3B%3BAA9BhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAOI%3BAA41C5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BAA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BAA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BEA0QI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CYA5dhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAEI%2CSAOI%3BEA41C5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAEI%2CSAII%3BEA9yDpB%2CYAxBQ%2CsBAwBP%2CqBACG%2CoBAyCI%2CKACI%2COAAM%2COA0BF%2CcAKI%2CMAEI%2CSACI%3BEA6E5B%2CYAlLQ%2CsBAkLP%2C4BAKG%2CKACI%2COAAM%2COAMF%2CcAMI%2CMAEI%2CSACI%3BIAmRQ%2CgBAAA%3B%3B%3BAA3ChC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAlDxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CYApepB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAWI%2CcAKI%2CMAuBI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3B%3BAAQhB%2CYA7eR%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBAqDI%2CcACK%3BEACG%2CaAAA%3B%3BAA%5C%2FDpB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CQAP%2BB%3BEAO%5C%2FB%2CYA7fR%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%3BIAKQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3B%3BAA5EpB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAxgBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%3BIAQQ%2CSAAA%3BIACA%2CiBAAA%3B%3B%3BAAvFxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAAaJ%2CQAZmC%3BEAYnC%2CYA1hBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%3BIAOQ%2CuBAAA%3BIACA%2CUAAA%3B%3BEACA%2CYAjhBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%2COASS%3BIACG%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%2CYAthBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBAWI%2COAcS%3BIACG%2CSAAS%2CEAAT%3B%3B%3BAAxGhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%3BEACI%2CYAAA%3B%3BAAMA%2CQAL%2BB%3BEAK%5C%2FB%2CYAliBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%3BIAGQ%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3B%3B%3BAAjH5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAtH5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA1HhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMASI%3BAA5H5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAWI%2CgBA8BI%2COAOI%2CMAUI%2CEAAC%3BEACG%2CaAAA%3B%3BAA9HhC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%3BEACI%2CgBAAA%3B%3BAAKA%2CQAJ%2BB%3BEAI%5C%2FB%2CYAxjBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%3BIAGQ%2CcAAA%3BIACA%2CSAAA%3B%3B%3BAAvIxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%2CgBAMI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CQAJmC%3BEAInC%2CYAjkBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAgEI%2CgBAMI%2CEAAC%3BIAMO%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAhJ5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAASA%2CQAR%2BB%3BEAQ%5C%2FB%2CYA%5C%2FkBZ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%3BIAKQ%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3BIACA%2CYAAA%3B%3B%3BAA9JxB%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CYA1lBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%3BIAMQ%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAGA%2CYA3lBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COACI%3BEACG%2CYAAA%3B%3BAAEJ%2CYA9lBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COAII%3BEACG%2CYAAA%3B%3BAASR%2CQAPmC%3BEAEvB%2CYAnmB5B%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAWK%2COAQO%2CsBACK%3BIACG%2CSAAS%2COAAT%3B%3B%3BAArLxC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYA9mBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAKK%3BEACG%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3B%3BAAaJ%2CQAX%2BB%3BEAW%5C%2FB%2CYA9nBpB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%3BIAWQ%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CYAvnBxB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAcS%3BIACG%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2COAAT%3B%3B%3BAAQZ%2CQALyC%3BEACjC%2CYA%5C%2FnBxB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBA0BI%2CsBAsBS%3BIACG%2CoBAAA%3B%3B%3BAAjNpC%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAxN5B%2CYA%5C%2FaQ%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%2CwBAII%3BEACI%2CaAAA%3B%3BAAWR%2CQATmC%3BEASnC%2CYAppBhB%2CsBA%2BaP%2CoBAAoB%2CiBACjB%2CQAAO%2CKAOH%2CsBA2DI%2CgBAiFI%2CgBAYI%2CqBAqDI%2CwBAQQ%2CMACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAY5C%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BEAC1B%2C4BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CWAAW%2CsBAAsB%3BEAC%5C%2FC%2CWAAA%3B%3BAAEJ%2CWAAY%2COAAM%2CIAAK%2CSAAS%2CWAAU%3BEACtC%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBACI%2CcAAa%2CSACT%2CcAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAALZ%2CqBAQI%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBARJ%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAKC%3BEACG%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAnBZ%2CqBAQI%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAUA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBAlBR%2CUAAS%2CiCAAiC%2CUACtC%2CcACA%2CSACA%2CgBAUA%2CWAKK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CqBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CqBAAC%2CaAEG%2CeACI%2CUAAS%3BEACL%2CyBAAA%3B%3BAAEI%2CqBANf%2CaAEG%2CeACI%2CUAAS%2CcAEL%2CkCACK%2CUACG%3BEACI%2CSAAA%3B%3BAAKhB%2CqBAbP%2CaAEG%2CeAWK%2CWACG%2CUAAS%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CqBArBP%2CaAoBI%2CMACI%2CUACG%2CWACI%2CUACI%3BEACI%2CsBAAA%3BEACA%2CSAAA%3B%3BAAQ5B%2CWAAW%3BEACP%2CUAAA%3B%3BAAGJ%2CgBACI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAGA%2CgBADJ%2CUACK%2CcACG%2CkBACI%3BEACI%2CaAAA%3B%3BAAaJ%2CwBAJ8C%3BEAI9C%2CgBARX%2CYACI%2CoBACG%2CUACK%3BIAEO%2CoBAAA%3BIACA%2C4BAAA%3B%3B%3BAAnBxB%2CgBAyBI%2C0BACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBAVJ%2C0BACI%3BIAOQ%2CeAAA%3B%3B%3BAAjChB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%3BEACE%2CkBAAA%3B%3BAAvCpB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA3CxB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%2CkBAIC%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAhD5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaAEE%2CIAAG%2CkBAIC%2CoBAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA5DhC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%3BEACC%2CeAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAAlExB%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAIC%2CmBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBApDxB%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAIC%2CmBACI%3BIAMQ%2CeAAA%3B%3B%3BAA3EpC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAeC%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBAtEpB%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAeC%3BIAaQ%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAA7FhC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAgCC%3BEACI%2CSAAA%3B%3BAAjG5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%3BEACI%2CgBAAA%3B%3BAApG5B%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%3BEACI%2COAAO%2CiBAAP%3BEACA%2CcAAA%3B%3BAAxGpC%2CgBAyBI%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BEACV%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBA7FhC%2C0BAWI%2CeACI%2CaACI%2CGAAE%2CaA0BE%2CIAAG%2CqBAmCC%2CoBAEI%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BIAUN%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAApH5C%2CgBAyBI%2C0BAqGI%2CUACI%2CEAAC%3BEACG%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CgBAhHZ%2C0BAqGI%2CUACI%2CEAAC%2CSAUI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAOR%2CQALyC%3BEAKzC%2CgBA1HR%2C0BAqGI%2CUACI%2CEAAC%3BIAgBO%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAjJpB%2CgBAsJI%3BEACI%2CcAAA%3B%3BAAvJR%2CgBAsJI%2CqBAEI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBAVJ%2CqBAEI%3BIAKQ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAA9JhB%2CgBAsJI%2CqBAWI%3BAAjKR%2CgBA4RI%2CuBAOI%3BEAjII%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBApBJ%2CqBAWI%3BEAjKR%2CgBA4RI%2CuBAOI%3BIA3HQ%2CeAAA%3B%3B%3BAAUJ%2CQANqC%3BEAMrC%2CgBA5BR%2CqBAqBI%3BIAKQ%2CmBAAA%3B%3BEAHA%2CgBAvBZ%2CqBAqBI%2CQAES%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAOR%2CQAH0B%3BEAG1B%2CgBA%5C%2FBR%2CqBAqBI%3BIAQQ%2CeAAA%3B%3B%3BAAnLhB%2CgBAsJI%2CqBAqBI%2CQAUI%3BEACI%2CeAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CgBArCR%2CqBAqBI%2CQAUI%3BIAGQ%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAzLpB%2CgBAsJI%2CqBAqBI%2CQAiBI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAOJ%2CQANyC%3BEAMzC%2CgBArDR%2CqBAqBI%2CQAiBI%3BIAUQ%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3B%3BAAzMpB%2CgBAsJI%2CqBAqBI%2CQAiCI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBA5DR%2CqBAqBI%2CQAiCI%3BIAIQ%2CeAAA%3B%3B%3BAAhNpB%2CgBAsJI%2CqBA8DI%3BEACI%2CgBAAA%3B%3BAAKA%2CQAJqC%3BEAIrC%2CgBApER%2CqBA8DI%3BIAGQ%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAxNhB%2CgBAsJI%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%3BAA1N3B%2CgBAsJI%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%3BEACX%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CgBA1EZ%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%2CMAMV%3BAAAD%2CgBA1EZ%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%2CMAMV%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAAMR%2CQAJyC%3BEAIzC%2CgBAlFR%2CqBA8DI%2CUAMI%2CQAAO%2CQAAQ%3BEAcf%2CgBAlFR%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%3BEAcf%2CgBAlFR%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%3BEAcf%2CgBAlFR%2CqBA8DI%2CUhJ%5C%2F5BJ%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJs6BvD%3BEAcf%2CgBAlFR%2CqBA8DI%2CUhJh6BJ%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%2CQgJq6BzD%3BIAWP%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAOhB%2CQAHyC%3BEAGzC%2CgBAvFA%3BIAqFQ%2CkCAAA%3B%3B%3BAAQJ%2CQAHyC%3BEAGzC%2CgBALJ%2CgBACI%3BIAEQ%2C8BAAA%3B%3B%3BAAWR%2CQARqC%3BEAQrC%2CgBAdJ%3BIAOQ%2C6BAAA%3B%3BEAOJ%2CgBAdJ%2CgBAQQ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%2CQAJ%2BB%3BEAI%5C%2FB%2CgBAnBR%2CgBAcI%3BIAEQ%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAMJ%2CQAJqC%3BEAIrC%2CgBAvBR%2CgBAcI%3BIAMQ%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAnQhB%2CgBA8OI%2CgBAcI%2CgBASI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBA%5C%2FBR%2CgBAcI%2CgBASI%3BIAMQ%2CeAAA%3B%3B%3BAA3QpB%2CgBA8OI%2CgBAcI%2CgBAkBI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CgBAtCR%2CgBAcI%2CgBAkBI%3BIAIQ%2CeAAA%3B%3B%3BAAQZ%2CQAHmC%3BEAGnC%2CgBA5CJ%2CgBAwCI%3BIAEQ%2CkBAAA%3B%3B%3BAAxRhB%2CgBA4RI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAA%5C%2FRR%2CgBA4RI%2CuBAII%3BEACI%2CUAAA%3B%3BAAjSZ%2CgBA4RI%2CuBAOI%2COAEI%3BEACI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3B%3BAAKR%2CQAHyC%3BEAGzC%2CgBAhBJ%2CuBAOI%3BIAOQ%2CeAAA%3B%3B%3BAA1ShB%2CgBA4RI%2CuBAiBI%3BEACI%2CgBAAA%3B%3BAAOA%2CQAN%2BB%3BEAM%5C%2FB%2CgBAzBR%2CuBAiBI%3BIAGQ%2CaAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAnThB%2CgBA4RI%2CuBAiBI%2CGAQI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAwBA%2CQAvB%2BB%3BEAuB%5C%2FB%2CgBAxDZ%2CuBAiBI%2CGAQI%3BIASQ%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CgBApChB%2CuBAiBI%2CGAQI%2CGAWS%2CUAAU%3BIACP%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CgBAxCpB%2CuBAiBI%2CGAQI%2CGAWS%2CUAAU%2CKAIN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGR%2CgBAnDhB%2CuBAiBI%2CGAQI%2CGA0BS%2CUAAU%3BEACX%2CgBApDhB%2CuBAiBI%2CGAQI%2CGA2BS%2CUAAU%3BIACP%2CWAAA%3B%3B%3BAAyBZ%2CQAtByC%3BEAsBzC%2CgBA9ER%2CuBAiBI%2CGAQI%3BIAgCQ%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2COAAO%2CgBAAP%3B%3BEACA%2CgBAhEhB%2CuBAiBI%2CGAQI%2CGAuCS%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%2CgBAzEhB%2CuBAiBI%2CGAQI%2CGAgDS%2CeAAe%2CGAAG%3BEACnB%2CgBA1EhB%2CuBAiBI%2CGAQI%2CGAiDS%2CWAAW%3BIACR%2CmBAAA%3B%3B%3BAAvWxB%2CgBA4RI%2CuBAgFI%3BEACI%2CgBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CgBArFR%2CuBAgFI%3BIAGQ%2CaAAA%3B%3B%3BAA%5C%2FWhB%2CgBA4RI%2CuBAgFI%2CUAKI%2CQAAO%3BEAIH%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CgBA3FZ%2CuBAgFI%2CUAKI%2CQAAO%2CUAMF%3BEACG%2CmBAAA%3B%3BAAMR%2CQAJyC%3BEAIzC%2CgBAlGR%2CuBAgFI%2CUAKI%2CQAAO%3BIAUC%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAOhB%2CQAHyC%3BEAGzC%2CgBAvGA%3BIAqGQ%2CkCAAA%3B%3B%3BAAKZ%2CiBAAiB%2CaAAc%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CiBAAiB%2CaAAc%2CcAAc%3BEACzC%2CWAAA%3B%3BAAGJ%2CcACI%3BAADJ%2CcAOI%3BEALI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CcAAC%2CcACG%3BEACI%2CmBAAA%3B%3BAAKZ%2CaAAgB%3BEACZ%2CWAAA%3B%3BAAEI%2CaAHQ%2CeAEZ%2CQACK%3BEACG%2CgBAAA%3B%3BAAEJ%2CaANQ%2CeAEZ%2CQAIK%2CMACK%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAThB%2CaAAgB%2CeAcV%3BEACE%2CaAAA%3B%3BAAGR%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAKA%2CmBAAC%2CkBACG%3BAADJ%2CwBAAC%2CkBACG%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CWAAA%3B%3BAASI%2CmBAHyC%3BEAGzC%2CQALH%2CiBACG%2COAAM%3BIAEE%2CgBAAA%3B%3B%3BAAMhB%2CmBAAoB%2COAAM%2COAAO%2COAAQ%3BEACrC%2CcAAA%3B%3BAAEJ%3BEACI%2CuCAAA%3B%3BAAII%2CiBADJ%2CMACK%3BEACG%2C8BAAA%3B%3BAACA%2CiBAHR%2CMACK%2CQAEI%3BEACG%2C4BAAA%3B%3BAAEJ%2CiBANR%2CMACK%2CQAKI%3BEACG%2CiBAAA%3B%3BAAGR%2CiBAVJ%2CMAUK%3BEACG%2CkBAAA%3B%3BAACA%2CiBAZR%2CMAUK%2COAEI%3BEACG%2CYAAA%3B%3BAAHR%2CiBAVJ%2CMAUK%2COAKG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAYJ%2CwBAH8C%3BEAG9C%2CYANP%2CYACI%2CcACG%3BIAEQ%2CmBAAA%3B%3B%3BAAMpB%3BAACA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2C0BAaI%3BAAZJ%2C0BAYI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2C0BAaI%2CkBAKI%3BAAjBR%2C0BAYI%2CkBAKI%3BEACI%2CaAAA%3B%3BAAnBZ%2C0BAaI%2CkBAQI%3BAApBR%2C0BAYI%2CkBAQI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2C0BAaI%2CkBAQI%2CeAII%2C8BACI%3BAAzBhB%2C0BAYI%2CkBAQI%2CeAII%2C8BACI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BpB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBACI%3BAAhCpB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvCxB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%3BAAzCpB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%3BEACI%2CaAAa%2CQAAb%3B%3BAA3CxB%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMAEI%3BAA3CxB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMAEI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjD5B%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%3BAAlDxB%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BA1CxB%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGAIK%2CWACG%3BAADJ%2C0BA1CxB%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGAIK%2CWACG%3BEACI%2CoBAAA%3B%3BAAzDpC%2C0BAaI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%3BAA3D5B%2C0BAYI%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAnD5B%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%2CGAIK%2CUAAU%3BAAAX%2C0BAnD5B%2CkBAQI%2CeAII%2C8BAOI%2CiBAUI%2CMASI%2CGASI%2CGAIK%2CUAAU%3BEACP%2CUAAA%3B%3BAAjEpC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%3BAA5EhB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%3BAA5EhB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%3BAA3EhB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAA9EpB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%3BAA%5C%2FEpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%3BAA%5C%2FEpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%3BAA9EpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA1FxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAGI%2CaAYI%3BAA3FxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAGI%2CaAYI%3BAA3FxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%2CaAYI%3BAA1FxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAGI%2CaAYI%3BEACI%2CaAAA%3B%3BAA5F5B%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%3BAA%5C%2FFpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%3BAA%5C%2FFpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%3BAA9FpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAjGxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAGI%2CaACI%3BAAnG5B%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAGI%2CaACI%3BAAnG5B%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAGI%2CaACI%3BAAlG5B%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAGI%2CaACI%3BEACI%2CeAAA%3B%3BAApGhC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%3BAAvGxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%3BAAvGxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%3BAAtGxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%3BEACI%2CgBAAA%3B%3BAAxG5B%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmBI%2CSAQI%2CYAEI%3BAAzG5B%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmBI%2CSAQI%2CYAEI%3BAAzG5B%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%2CYAEI%3BAAxG5B%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmBI%2CSAQI%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA3GhC%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%3BAA%5C%2FGpB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%3BAA%5C%2FGpB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%3BAA9GpB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAlHxB%2C0BAaI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%3BAAnHxB%2C0BAaI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%3BAAnHxB%2C0BAaI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%3BAAlHxB%2C0BAYI%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2C0BAjHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAWK%3BAAAD%2C0BAjHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAWK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2C0BArHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAeK%3BAAAD%2C0BArHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAeK%3BAACD%2C0BAtHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAoDI%2CgBAGI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAqDI%2C2BAEI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAgBK%3BAAAD%2C0BAtHxB%2CkBAQI%2CeAsDI%2C8BACI%2CaAmCI%2CeAII%2CYAgBK%3BEACG%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtIhC%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%3BAA5IhB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FIpB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%3BAA%5C%2FIpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3JxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%2CaAYI%3BAA3JxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAGI%2CaAYI%3BEACI%2CaAAA%3B%3BAA7J5B%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%3BAA%5C%2FJpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAlKxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%3BAAlKxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%3BEACI%2CgBAAA%3B%3BAApK5B%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%2CYAEI%3BAApK5B%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaAmBI%2CSAGI%2CYAEI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvKhC%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%3BAA1KpB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAA9KxB%2C0BAaI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%3BAA9KxB%2C0BAYI%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2C0BA7KxB%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%2CYAWK%3BAAAD%2C0BA7KxB%2CkBAQI%2CeAuHI%2C6BACI%2CaA8BI%2CeAII%2CYAWK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAA5LhC%2C0BAaI%2CkBAQI%2CeA6KI%3BAAjMZ%2C0BAYI%2CkBAQI%2CeA6KI%3BEACI%2CgBAAA%3B%3BAAOhB%2CIAAI%2CIAAI%2CkBAAmB%3BEACvB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%2CIANI%2CIAAI%2CkBAAmB%3BIAInB%2CaAAA%3B%3B%3BAAkBR%2CwBAd0C%3BEACtC%2CKAAK%2COAAO%2CSAAU%2CQAAO%2CMAAO%2COAAM%2CWAAY%3BIAClD%2C2BAAA%3B%3BEAEJ%2CYAAY%2CQAAS%3BIACjB%2CsBAAA%3B%3BEAGJ%2CUAAW%2CMAAK%2CQAAS%2CEAAC%3BEAC1B%2CUAAW%2CMAAK%2CQAAS%2COAAM%3BIAC3B%2CmBAAA%3B%3B%3BAAIR%2CqBACI%2CeACA%2CeAAc%2CsBACd%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAH%2BC%3BEAG%5C%2FC%2CqBAPI%2CeACA%2CeAAc%2CsBACd%3BIAGI%2CmBAAA%3B%3B%3BAAKA%2CcADJ%2CcACK%2CSACG%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAMpB%2C8BACI%2CsBACA%2CiBACE%3BEACF%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CeAAe%2CcAAc%3BEACzC%2CkBAAA%3B%3BAAEJ%2CSAAU%2CQAAO%3BAAAjB%2CShJr9CI%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgJq9ClF%2CShJp9CI%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgJo9CpF%2CShJp9CI%2CyBAAyB%2CwBAAwB%2COAAO%2CiBADxD%2CuBAAuB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BAgJq9ClF%2CShJr9CI%2CuBAAuB%2CwBAAwB%2COAAO%2CiBACtD%2CyBAAyB%2CwBAAwB%2COAAO%2CiBAAiB%2CQAAO%3BEgJq9ChF%2CgBAAA%3B%3B%3BAAKA%2CYAAC%3BEACG%2CWAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3B%3B%3BAAWJ%2CQAJyC%3BEAIzC%2CaALA%3BIAEQ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%2CQAHqC%3BEAGrC%2CaAJJ%3BIAEQ%2CkBAAA%3B%3B%3BAATZ%2CaAOI%2CkBAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CQAJyC%3BEAIzC%2CaAdJ%2CkBAII%3BIAOQ%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAnBhB%2CaAOI%2CkBAeI%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaApBR%2CkBAeI%3BIAGQ%2CgBAAA%3B%3B%3BAAWJ%2CQARmC%3BEAC3B%2CaAtBhB%2CkBAeI%2C0BAKI%2CoBAES%3BIACG%2CmBAAA%3B%3BEAEJ%2CaAzBhB%2CkBAeI%2C0BAKI%2CoBAKS%3BIACG%2CkBAAA%3B%3B%3BAAjCxB%2CaAOI%2CkBAeI%2C0BAeI%3BEACI%2CuBAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAnCR%2CkBAeI%2C0BAeI%3BIAGQ%2CQAAA%3B%3B%3BAAQJ%2CQAJqC%3BEAIrC%2CaAzCZ%2CkBAeI%2C0BAqBI%3BIAEQ%2CQAAA%3BIACA%2CeAAA%3B%3B%3BAA9CpB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAjDZ%2CkBAeI%2C0BAqBI%2CaAKI%3BIAMQ%2CeAAA%3B%3B%3BAAtDxB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAcI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaAzDhB%2CkBAeI%2C0BAqBI%2CaAcI%3BIAKQ%2CeAAA%3B%3B%3BAA9DxB%2CaAOI%2CkBAeI%2C0BAqBI%2CaAcI%2CEAOI%3BEACI%2CgBAAA%3B%3BAAjExB%2CaAOI%2CkBA%2BDI%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHqC%3BEAGrC%2CaApER%2CkBA%2BDI%3BIAGQ%2CmBAAA%3B%3B%3BAAzEhB%2CaAkFI%2CmBACI%3BEACI%2CaAAa%2COAAb%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAtFZ%2CaAkFI%2CmBACI%2COAII%3BEACI%2CgBAAA%3B%3BAAKR%2CQAHyC%3BEAGzC%2CaAXJ%2CmBACI%3BIAQQ%2CeAAA%3B%3B%3BAA3FhB%2CaAkFI%2CmBAYI%3BEACI%2CeAAA%3B%3BAAIJ%2CQAHyC%3BEAGzC%2CaAjBJ%2CmBAYI%3BIAGQ%2CeAAA%3B%3B%3BAAMhB%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANJ%2CiBAOI%3BAANJ%2COAMI%3BAALJ%2CYAKI%3BAAJJ%2CkBAII%3BAAHJ%2CeAGI%3BEACI%2CUAAA%3B%3BAARR%2CiBAUI%2CMAAK%3BAATT%2COASI%2CMAAK%3BAART%2CYAQI%2CMAAK%3BAAPT%2CkBAOI%2CMAAK%3BAANT%2CeAMI%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CiBAUI%2CMAAK%2CMAKD%3BAAdR%2COASI%2CMAAK%2CMAKD%3BAAbR%2CYAQI%2CMAAK%2CMAKD%3BAAZR%2CkBAOI%2CMAAK%2CMAKD%3BAAXR%2CeAMI%2CMAAK%2CMAKD%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CiBAUI%2CMAAK%2CMAeD%3BAAxBR%2COASI%2CMAAK%2CMAeD%3BAAvBR%2CYAQI%2CMAAK%2CMAeD%3BAAtBR%2CkBAOI%2CMAAK%2CMAeD%3BAArBR%2CeAMI%2CMAAK%2CMAeD%3BEACI%2CYAAA%3B%3BAAEJ%2CiBAlBJ%2CMAAK%2CMAkBA%3BAAAD%2COAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CYAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CkBAlBJ%2CMAAK%2CMAkBA%3BAAAD%2CeAlBJ%2CMAAK%2CMAkBA%3BEACG%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CmBAAA%3B%3BAANJ%2CiBAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2COAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CYAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CkBAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BAAPJ%2CeAlBJ%2CMAAK%2CMAkBA%2CuBAOG%3BEACI%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CiBA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2COA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CYA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CkBA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BAAAD%2CeA7BZ%2CMAAK%2CMAkBA%2CuBAOG%2CKAIK%3BEACG%2CSAAS%2CEAAT%3B%3BAAxCpB%2CiBA6CI%3BAA5CJ%2COA4CI%3BAA3CJ%2CYA2CI%3BAA1CJ%2CkBA0CI%3BAAzCJ%2CeAyCI%3BEACI%2CgBAAA%3B%3BAA9CR%2CiBA6CI%2CaAEI%2CiBACI%3BAA%5C%2FCZ%2COA4CI%2CaAEI%2CiBACI%3BAA9CZ%2CYA2CI%2CaAEI%2CiBACI%3BAA7CZ%2CkBA0CI%2CaAEI%2CiBACI%3BAA5CZ%2CeAyCI%2CaAEI%2CiBACI%3BAA9%2BCR%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%3BEAi2CJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBATZ%2CaAEI%2CiBACI%3BEAMI%2COATZ%2CaAEI%2CiBACI%3BEAMI%2CYATZ%2CaAEI%2CiBACI%3BEAMI%2CkBATZ%2CaAEI%2CiBACI%3BEAMI%2CeATZ%2CaAEI%2CiBACI%3BEA9%2BCR%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%3BIAo2CA%2CeAAA%3B%3B%3BAApDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%3BAArDhB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%3BAApDhB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%3BAAnDhB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%3BAAlDhB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%3BEACI%2CkBAAA%3B%3BAAvDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAvDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAtDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAArDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAApDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%3BAAxDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAxDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAvDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAtDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAArDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%3BAAzDpB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAzDpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAxDpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAvDpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAtDpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%3BAAx%5C%2FChB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%3BEAw0CJ%2CaAAa%2CQAAb%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAhExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAAhExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA%5C%2FDxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA9DxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAA7DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BAAjExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAjExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAhExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAA%5C%2FDxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAA9DxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BAAlExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BAAnExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BAAnExB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAlExB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAjExB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAhExB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAA%5C%2FDxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BAAjgDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAQI%3BEAy0CJ%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA9E5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAcI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAaI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAYI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAYI%3BAA%5C%2FE5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA9E5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA7E5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA5E5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BAA3E5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAYI%3BEACI%2CeAAA%3BEACA%2CwBAAA%3B%3BAAQR%2CQANmC%3BEAMnC%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%3BEAwBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%3BEAuBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%3BEAsBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%3BEAsBA%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAsBA%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%3BEAjgDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAQI%3BIAy1CA%2CeAAA%3B%3BEAKR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBASI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAQI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAOI%2CcAoBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAUI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeASI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAQI%2CYAmBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAWI%2CeAkBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAUI%2CeAkBQ%3BEAIR%2CiBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2COA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CYA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CkBA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BEAIR%2CeA5CpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBASI%2CeAkBQ%3BIACI%2CeAAA%3B%3B%3BAAtFpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BAA1FxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BAA1FxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAzFxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAxFxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAvFxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BAAtFxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkCI%3BEAcA%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiCI%3BEAcA%2CiBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2COA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CYA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CkBA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BEAcA%2CeA3DpB%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgCI%3BIAYQ%2CeAAA%3B%3B%3BAAtGhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%3BAA1GxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%3BAA1GxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAzGxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAxGxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAvGxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BAAtGxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%3BEACI%2CgBAAA%3B%3BAA3G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BAA5G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BAA5G5B%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA3G5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA1G5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAAzG5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAAxG5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BAA1iDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAiBI%2CiBACI%2CEAAC%2COAAO%3BEAw2CZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%3BEAYI%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%3BEAYI%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEAYI%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%3BEA1iDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWA6BI%2CgBAiBI%2CiBACI%2CEAAC%2COAAO%3BIAi3CR%2CeAAA%3B%3B%3BAAEJ%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAYK%3BAAAD%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAYK%3BAAAD%2CiBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2COA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CYA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CkBA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAAAD%2CeA3E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAYK%3BAACD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAaK%3BAAAD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAaK%3BAAAD%2CiBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2COA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CYA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CkBA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAAAD%2CeA5E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAaK%3BAACD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAcK%3BAAAD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAcK%3BAAAD%2CiBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2COA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CYA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CkBA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BAAAD%2CeA7E5B%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAcK%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAA5HpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAEI%2CgBAkDI%2CcAEI%2CaAkBI%3BAA9HhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAGI%2CeAiDI%2CcAEI%2CaAkBI%3BAA9HhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA7HhC%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA5HhC%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA3HhC%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BAA1HhC%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWAII%2CiBAgDI%2CcAEI%2CaAkBI%3BEACI%2CgBAAA%3B%3BAA%5C%2FHpC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAApIpB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAnIpB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAlIpB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAjIpB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%3BAAnkDhB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%3BEA%2B6CJ%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA5IxB%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA5IxB%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA3IxB%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA1IxB%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAAzIxB%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BAA3kDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%3BEA%2B6CJ%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAL%2BB%3BEAK%5C%2FB%2CiBA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2COA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CYA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CkBA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEAaI%2CeA7GxB%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%3BEA3kDpB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%3BIAu7CA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAvJhC%2CiBA6CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAzJ5B%2COA4CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAxJ5B%2CYA2CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAvJ5B%2CkBA0CI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAtJ5B%2CeAyCI%2CaAEI%2CiBACI%2CMAMI%2CWA%2BEI%2CSAQI%2CWAaI%3BAAxlDxB%2CYAlLQ%2CsBAkLP%2C4BA6EG%2CuBA2DI%2CsBAKI%2CMACI%2CeAMI%2CWACI%2CSAQI%2CWAQI%3BEAo7CJ%2CYAAY%2CiBAAZ%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAShC%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CcAQI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAIR%2CsBACI%2CYACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAASA%2CQAP%2BB%3BEAO%5C%2FB%2CsBAdR%2CYACI%3BIAOQ%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAZhB%2CsBACI%2CYACI%2CsBAaI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAKI%2CQAH%2BB%3BEAG%5C%2FB%2CsBAzBpB%2CYACI%2CsBAaI%2CcAKI%2CMAEI%3BIAEQ%2CgBAAA%3B%3B%3BAAxB5B%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAvCxB%2CsBACI%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%2CSAII%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CsBAzCxB%2CYACI%2CsBAaI%2CcAKI%2CMAgBI%2CSAII%2COAAM%2COAED%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAA5ChC%2CsBACI%2CYACI%2CsBAiDI%2CsBACI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAH%2BB%3BEAG%5C%2FB%2CsBAlEhB%2CYACI%2CsBAiDI%2CsBACI%3BIAaQ%2CgBAAA%3B%3B%3BAAEJ%2CsBAlEhB%2CYACI%2CsBAiDI%2CsBACI%2CSAeK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAH%2BB%3BEAG%5C%2FB%2CsBAjFZ%2CYACI%2CsBA4EI%3BIAEQ%2CgBAAA%3B%3B%3BAAhFpB%2CsBACI%2CYACI%2CsBA4EI%2CsBAII%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAA3FpB%2CsBACI%2CYACI%2CsBA4FI%2CUACI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CaAAa%2CQAAb%3B%3BAA3GpB%2CsBACI%2CYACI%2CsBA4FI%2CUACI%2CkBAaI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBApHpB%2CYACI%2CsBA4FI%2CUACI%2CkBAaI%2CEASK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMpB%2CsBA7HJ%2CYA6HK%2CiBACG%2CsBACI%3B%3B%3B%3BAAhIhB%2CsBAuII%2CQAEI%3BAAzIR%2CsBAwII%2CgBACI%3BEACI%2CUAAA%3B%3BAA1IZ%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeAEI%3BAAhJpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeAEI%3BAAhJpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBACI%3BAAhJpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAHmC%3BEAGnC%2CsBAtBhB%2CQAKI%2CMACI%2CWACI%2CeAEI%3BEAaA%2CsBArBhB%2CgBAII%2CMACI%2CWACI%2CeAEI%3BEAaA%2CsBAtBhB%2CQAKI%2CMACI%2CWAEI%2CiBACI%3BEAaA%2CsBArBhB%2CgBAII%2CMACI%2CWAEI%2CiBACI%3BIAWQ%2CeAAA%3B%3B%3BAA3J5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeAgBI%3BAA9JpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeAgBI%3BAA9JpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBAeI%3BAA9JpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CsBAhCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQASK%3BAAAD%2CsBA%5C%2FBpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQASK%3BAAAD%2CsBAhCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQASK%3BAAAD%2CsBA%5C%2FBpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQASK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAnCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAYK%3BAAAD%2CsBAlCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAYK%3BAAAD%2CsBAnCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAYK%3BAAAD%2CsBAlCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAYK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAtCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAeK%3BAAAD%2CsBArCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAeK%3BAAAD%2CsBAtCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAeK%3BAAAD%2CsBArCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAeK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAzCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAkBK%3BAAAD%2CsBAxCpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAkBK%3BAAAD%2CsBAzCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAkBK%3BAAAD%2CsBAxCpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAkBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBA5CpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAqBK%3BAAAD%2CsBA3CpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAqBK%3BAAAD%2CsBA5CpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAqBK%3BAAAD%2CsBA3CpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAqBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBA%5C%2FCpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQAwBK%3BAAAD%2CsBA9CpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQAwBK%3BAAAD%2CsBA%5C%2FCpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQAwBK%3BAAAD%2CsBA9CpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQAwBK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBAlDpB%2CQAKI%2CMACI%2CWACI%2CeAgBI%2CQA2BK%3BAAAD%2CsBAjDpB%2CgBAII%2CMACI%2CWACI%2CeAgBI%2CQA2BK%3BAAAD%2CsBAlDpB%2CQAKI%2CMACI%2CWAEI%2CiBAeI%2CQA2BK%3BAAAD%2CsBAjDpB%2CgBAII%2CMACI%2CWAEI%2CiBAeI%2CQA2BK%3BEACG%2CyBAAA%3B%3BAA1L5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%3BAA7LpB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%3BAA7LpB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%3BAA7LpB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CsBAjEpB%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%3BEAWI%2CsBAhEpB%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%3BEAWI%2CsBAjEpB%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%3BEAWI%2CsBAhEpB%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%3BIAOQ%2CaAAA%3BIACA%2CmBAAA%3B%3B%3BAArM5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%3BAAxMxB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%3BAAxMxB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%3BAAxMxB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjN5B%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAUI%3BAAlN5B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAUI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3B%3BAAtNhC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%3BAAxN5B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA7NhC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%2C0BAMI%3BAA9NhC%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAWI%2CoBAgBI%2C0BAMI%3BEACI%2CWAAA%3BEACA%2CuCAAA%3B%3BAAhOpC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%3BAArOxB%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%3BAArOxB%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%3BAArOxB%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CsBAjGxB%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAGK%3BAAAD%2CsBAhGxB%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAGK%3BAAAD%2CsBAjGxB%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAGK%3BAAAD%2CsBAhGxB%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAIA%2CsBA9G5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA7G5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA9G5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSACI%3BAAAD%2CsBA7G5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSACI%3BEACG%2CwBAAA%3B%3BAAEJ%2CsBAjH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAhH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAjH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BAAAP%2CsBAhH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAeK%2CSAII%2CMAAM%3BEACH%2C8BAAA%3B%3BAAIJ%2CsBAtH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBArH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBAtH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYACI%3BAAAD%2CsBArH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzH5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAxH5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAzH5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BAAAP%2CsBAxH5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuBK%2CYAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9H5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA7H5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA9H5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWACI%3BAAAD%2CsBA7H5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAjI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAhI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAjI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BAAAP%2CsBAhI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BBK%2CWAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBAtI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBArI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBAtI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYACI%3BAAAD%2CsBArI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzI5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAxI5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAzI5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BAAAP%2CsBAxI5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuCK%2CYAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9I5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA7I5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA9I5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYACI%3BAAAD%2CsBA7I5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYACI%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CsBAjJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAhJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAjJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BAAAP%2CsBAhJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BCK%2CYAII%2CMAAM%3BEACH%2CiCAAA%3B%3BAAIJ%2CsBAtJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBArJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBAtJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeACI%3BAAAD%2CsBArJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeACI%3BEACG%2C8BAAA%3B%3BAAEJ%2CsBAzJ5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAxJ5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAzJ5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BAAAP%2CsBAxJ5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuDK%2CeAII%2CMAAM%3BEACH%2CgCAAA%3B%3BAAIJ%2CsBA9J5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA7J5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA9J5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaACI%3BAAAD%2CsBA7J5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaACI%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CsBAjK5B%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAhK5B%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAjK5B%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BAAAP%2CsBAhK5B%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUA%2BDK%2CaAII%2CMAAM%3BEACH%2CiCAAA%3B%3BAAzSpC%2CsBAuII%2CQAKI%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAwII%2CgBAII%2CMACI%2CWACI%2CeA%2BCI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAuII%2CQAKI%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuEM%3BAA5S9B%2CsBAwII%2CgBAII%2CMACI%2CWAEI%2CiBA8CI%2CaAwCI%2CUAuEM%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAapB%2COAFR%2CUACK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAEJ%2COAPR%2CUACK%2CSAMI%2CMAAM%3BEACH%2CqCAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAbR%2CUAYK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAnBR%2CUAkBK%2CcACI%3BEACG%2CmDAAA%3BEACA%2CiCAAA%3B%3BAAIJ%2COAzBR%2CUAwBK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAASJ%2CUAFR%2CUACK%2CSACI%3BEACG%2C8CAAA%3BEACA%2CiCAAA%3B%3BAAMhB%2CaAAc%2CaAAa%2COAAM%3BEAC7B%2CuBAAA%3B%3BAAYJ%2CQAV0B%2CuBAAuB%3BEAC7C%2CaAAc%2CaAAa%2COAAM%2COAAQ%2C2BAA2B%3BIAChE%2C0BAAA%3B%3BEAEJ%2CaAAc%2CaAAa%2CQAAO%3BIAC9B%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAaP%2CQATyB%3BEACtB%2CaAAc%2CaAAa%2COAAM%2COAAQ%2C2BAA2B%3BIAChE%2C0BAAA%3B%3BEAGJ%2CaAAc%2CaAAa%2CQAAO%3BIAC9B%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAa50EJ%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CmBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BEpLgOJ%2CiBAAA%3BEoL9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BEpLwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEoLxTQ%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BEpLkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEoLrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BEpLqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEoLxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQA3LA%2CuBAkKJ%2CYAyBK%3BE%5C%2FK%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEoLtGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA%5C%2FKqDZ%2CQ%2BKtPQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FK2DR%3BAACD%2CQ%2BKvPQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FK4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BK5PQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ%2BKjQQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKsER%3BAACD%2CQ%2BKlQQ%2CuBAkKJ%2CYAyBK%2Cc%5C%2FKuER%3BAACD%2CQAAQ%2CUAAW%2CS%2BKnQX%2CuBAkKJ%2CYAyBK%3BE%5C%2FKyEL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAoL%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BErLiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEqLjZI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CsBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BErLgBhB%2CiBAAA%3BEqLdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BErL%5C%2FBpB%2CiBAAA%3BEqLiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CapLxUS%2CaCMC%2C8CmLkUV%3BErL5CZ%2CiBAAA%3BEqL8CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BErL5DZ%2CiBAAA%3BEqL8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BErL1GR%2CiBAAA%3BEqL4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3B%3BACtfZ%2CaAAa%3BEACT%2C0CAAA%3B%3BAAGQ%2CaAJC%2CSAER%2CWACG%2CEACK%3BEACG%2CWAAA%3B%3BAAgEhB%2CMAAM%2CIAAI%3BEACN%2CgBAAA%3B%3BACtEA%2CeACI%3BAADJ%2CeAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAALR%2CeAOI%3BEACI%2CmBAAA%3B%3BAARR%2CeAUI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CeALJ%2CgBAKK%3BEACG%2CsBAAA%3B%3BAAhBZ%2CeAUI%2CgBAQI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CeAUI%2CgBAQI%2CSAII%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5BhB%2CeAUI%2CgBAqBI%3BEACI%2COAAO%2CiBAAP%3B%3BAAhCZ%2CeAUI%2CgBAqBI%2CYAEI%2CYACI%3BEACI%2CiBAAA%3B%3BAAnCpB%2CeAUI%2CgBAqBI%2CYAEI%2CYACI%2CGAEI%3BEACI%2CmBAAA%3B%3BAArCxB%2CeA2CI%2CcACI%2CaACM%3BEACE%2CyBAAA%3B%3BAACA%2CeAJZ%2CcACI%2CaACM%2CKAEG%2CIAAI%3BEACD%2CgCAAA%3B%3BAAhDpB%2CeAqDI%3BEACI%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxDR%2CeAqDI%2CiBAII%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3DZ%2CeAqDI%2CiBAQI%3BEACI%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAIZ%2CYACI%2CiBACI%2CeACI%2CWACI%3BEACI%2CkBAAA%3B%3BAALpB%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAEI%3BEACI%2CsBAAA%3B%3BAAEJ%2CYARhB%2CiBACI%2CeACI%2CWACI%2CWAKK%2CMACG%3BEACI%2CUAAA%3B%3BAAX5B%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAUI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA3BxB%2CYACI%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYA%5C%2FBxB%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAIK%3BEACG%2CkBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGA%2CYAtC5B%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAUK%2CQACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CYA3C5B%2CiBACI%2CeACI%2CWACI%2CWAUI%2CYAcI%2CWAeK%2CQACI%3BEACG%2CSAAS%2COAAT%3B%3BAAWhC%2C2BAAC%2CYAAa%3BEACV%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CgBAAgB%2CkBAA3B%3BEACA%2CmBAAmB%2CgBAAgB%2CkBAAnC%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CcAAA%3B%3BAAVJ%2C2BAAC%2CYAAa%2CkBAWV%3BEACI%2CUAAA%3B%3BAAZR%2C2BAAC%2CYAAa%2CkBAcV%3BEACI%2CaAAA%3B%3BAAfR%2C2BAAC%2CYAAa%2CkBAiBV%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArBR%2C2BAAC%2CYAAa%2CkBAiBV%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxBZ%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhCZ%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2C2BArCf%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAIK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA3CpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAYI%3BEACI%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAnDpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcAOI%2CcAoBI%3BEACI%2CWAAA%3B%3BAAtDpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaASI%2CcA%2BBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAACA%2C2BAtEf%2CYAAa%2CkBAiBV%2CaASI%2CcA%2BBI%2CUAaK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAvEpB%2C2BAAC%2CYAAa%2CkBAiBV%2CaA0DI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2C2BApFX%2CYAAa%2CkBAiBV%2CaA0DI%2CUASK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CcAAA%3B%3BAA1FhB%2C2BAAC%2CYAAa%2CkBA8FV%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CYAEI%3BAADJ%2CYACI%3BEACI%2CeAAA%3B%3BAAIR%3BAACA%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2C0BAAC%3BAAAD%2C0BAAC%3BEACG%2CgBAAA%3B%3BAAbR%2C0BAeI%3BAAdJ%2C0BAcI%3BEACI%2CaAAA%3B%3BAAhBR%2C0BAkBI%3BAAjBJ%2C0BAiBI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAApBR%2C0BAsBI%3BAArBJ%2C0BAqBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2C0BAqCI%3BAApCJ%2C0BAoCI%3BEACI%2CkBAAA%3B%3BAAII%2C0BAFR%2COACK%2CYACI%3BAAAD%2C0BAFR%2COACK%2CYACI%3BEACG%2CWAAA%3B%3BAAIJ%2C0BAPR%2COAMK%2CWACI%3BAAAD%2C0BAPR%2COAMK%2CWACI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAACA%2C0BAVZ%2COAMK%2CWACI%2CcAGI%3BAAAD%2C0BAVZ%2COAMK%2CWACI%2CcAGI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAApDpB%2C0BAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA5DR%2C0BA8DI%3BAA7DJ%2C0BA6DI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEI%2CcADJ%2CYACK%2CIAAI%3BEACD%2CiBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAALR%2CYACI%2CGAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAVZ%2CYAaI%3BEACI%2CmBAAA%3B%3BAAdR%2CYAgBI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CYAqBI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CYA0BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYALJ%2CQAKK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYATJ%2CQASK%3BEACG%2CyBAAA%3B%3BAAEJ%2CYAZJ%2CQAYK%3BEACG%2CyBAAA%3B%3BAAEJ%2CYAfJ%2CQAeK%3BEACG%2CyBAAA%3B%3BAA1CZ%2CYA6CI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CqDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C0BAA0B%2CYAEtB%3BAADJ%2C0BAA0B%2CYACtB%3BEACI%2CaAAA%3B%3BAAHR%2C0BAA0B%2CYAKtB%3BAAJJ%2C0BAA0B%2CYAItB%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2C0BAA2B%3BAAC3B%2C0BAA2B%3BEACvB%2CYAAA%3B%3BAAEJ%2C0BAA0B%2CYAAY%2CcAAe%3BAACrD%2C0BAA0B%2CYAAY%2CcAAe%3BEACjD%2CaAAA%3BEACA%2CmBAAA%3B%3BAAaR%2CwBAT2C%3BEACvC%2CYACI%2CiBACI%3BIACI%2CUAAA%3B%3B%3BAAchB%2CwBAT2C%3BEACvC%2CYACI%2CiBACI%3BIACI%2CcAAA%3B%3B%3BAA%2BDhB%2CwBA1D0C%3BEACtC%2CYACI%2CiBACI%3BIACI%2CUAAA%3B%3BEAIZ%2CYAAY%2C2BAA2B%2CYAAY%3BIAC%5C%2FC%2COAAA%3B%3BEADJ%2CYAAY%2C2BAA2B%2CYAAY%2CcAE%5C%2FC%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CWAAW%2CgBAAgB%2CkBAA3B%3BIACA%2CmBAAmB%2CgBAAgB%2CkBAAnC%3B%3BEAMA%2CYAFH%2C0BAEI%2CYAAY%3BEAAb%2CYADH%2C0BACI%2CYAAY%3BIACT%2COAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CYAFH%2C0BAEI%2CYAAY%2CcAGT%3BEAHJ%2CYADH%2C0BACI%2CYAAY%2CcAGT%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAIZ%2CYAAC%2C0BACG%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAIZ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CWAAA%3B%3BEACA%2CcAFJ%2CYAEK%2CIAAI%3BIACD%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYACI%2CGACI%3BIACI%2CUAAA%3B%3B%3BAAchB%2CwBAT0C%3BEACtC%2CYACI%2CGACI%3BIACI%2CWAAA%3B%3B%3BACxgBZ%2CIAAC%2CQACI%3BExLwSL%2CiBAAA%3B%3BAwLpSA%2CIAAC%2CuBACG%2CUAAS%3BEACL%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CMAAC%2CqBAIG%3BAAHJ%2CMAAC%2C0BAGG%3BAAFJ%2CMAAC%2CuBAEG%3BAADJ%2CMAAC%2CoBACG%3BEACI%2CmBAAA%3B%3BAALR%2CMAAC%2CqBAIG%2CaAEI%3BAALR%2CMAAC%2C0BAGG%2CaAEI%3BAAJR%2CMAAC%2CuBAEG%2CaAEI%3BAAHR%2CMAAC%2CoBACG%2CaAEI%3BExLqRR%2CiBAAA%3BEwLnRY%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAbZ%2CMAAC%2CqBAIG%2CaAWI%3BAAdR%2CMAAC%2C0BAGG%2CaAWI%3BAAbR%2CMAAC%2CuBAEG%2CaAWI%3BAAZR%2CMAAC%2CoBACG%2CaAWI%3BEACI%2CkBAAA%3B%3BAACA%2CMAjBX%2CqBAIG%2CaAWI%2CEAEK%3BAAAD%2CMAhBX%2C0BAGG%2CaAWI%2CEAEK%3BAAAD%2CMAfX%2CuBAEG%2CaAWI%2CEAEK%3BAAAD%2CMAdX%2CoBACG%2CaAWI%2CEAEK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnBhB%2CMAAC%2CqBAuBG%2CeAAc%3BAAtBlB%2CMAAC%2C0BAsBG%2CeAAc%3BAArBlB%2CMAAC%2CuBAqBG%2CeAAc%3BAApBlB%2CMAAC%2CoBAoBG%2CeAAc%3BEACV%2CiBAAA%3B%3BAAGR%2CMAAC%2CqBACG%2COAAM%2CaACF%3BEACI%2CaAAA%3B%3BAAKhB%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBANJ%2CeAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CwCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGA%2CkBAfR%2CeAcI%2CKACK%3BAACD%2CkBAhBR%2CeAcI%2CKAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBAnBR%2CeAcI%2CKAKK%3BEACG%2CyBAAA%3B%3BAAtBhB%2CkBAEI%2CeAuBI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3B%3BAC9CR%2CmBA3BqC%3BEACjC%2CYAAa%2CcAAc%2CaAAY%2CeAAgB%2CaAAa%2CQAAO%2CQAAS%3BIAChF%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAY%2CWAAY%2CgBAAgB%2CaAAa%2CQAAO%2CQAAS%3BEACrE%2CYAAY%2CWAAY%2CgBAAgB%2CaAAa%2CQAAO%2CQAAS%3BIACjE%2CiBAAA%3B%3BEAEJ%2CYAAY%2CWAAY%2CaAAY%2CeAAgB%2CaAAa%2CcAAc%3BIAC3E%2CeAAA%3B%3BEAEJ%2CYAAY%2CWAAY%2CaAAY%2CeAAgB%2CaAAa%3BIAC7D%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CYAAY%2CWAAY%2CaAAY%2CeAAgB%2CaAAa%2CcAAc%3BIAC3E%2CeAAA%3B%3BEAEJ%2CYAAY%2CWAAY%2CaAAY%2CeAAgB%2CaAAa%2CcAAc%3BIAC3E%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3B%3BAAWZ%2CwBAP%2BC%2CwBAAwB%3BEAC%5C%2FD%2CaACI%3BIACI%2CeAAA%3B%3B%3BACPZ%2CwBAJ%2BC%3BE%5C%2FBuH%5C%2FC%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3B%3BA%2BBnHR%2CwBAJqD%3BEvKuerD%3BInB1eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEyCghBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CazCxhBX%3BEyCihBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CazCvhBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEyC2gBD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CazClhBX%3BIACG%2CWAAA%3B%3BEmB4zBJ%3BEgBrhBQ%2C0BAFJ%2CUAEK%2COAGG%3BE4HzQZ%2CsBAOI%3BI%5C%2FJqMJ%2C0BAAA%3BImBmjBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BInBrjBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI%2BChOA%2CqBAAA%3B%3BE5BuxBA%2C0BAAC%3BEgB7fO%2C0BAFJ%2CUAEK%2COAGG%2CehB0fX%3BE4InwBD%2CsBAOI%2CO5I4vBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BE4BpxBJ%2C0BAAC%3BEZoRO%2C0BAFJ%2CUAEK%2COAGG%2CeYvRX%3BEgHcD%2CsBAOI%2COhHrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0B5B4vBK%2CO4B5vBJ%3BEZ0NO%2C0BAFJ%2CUAEK%2COAGG%2CehB%2BhBP%2CO4B5vBJ%3BEgH5CD%2CsBAOI%2CO5IiyBC%2CO4B5vBJ%3BI%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BEmBigCA%3BEgB55BQ%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%3BInCtGZ%2CcAAA%3BI%2BC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEZ6WO%2C0BA7CJ%2CUA6CK%2CIAAI%2CKACD%2CKY9WX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgDpOU%2COhDoOV%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE5BizCA%3BEwIhhDA%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BImB01CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEwIn%5C%2FCD%2CcACI%2CuBxIi%5C%2FCH%3BEwIl%5C%2FCD%2CcACI%2CuBxIk%5C%2FCH%3BInB%5C%2FyCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BImBq2CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEwI%5C%2F%5C%2FCD%2CcACI%2CuBxI8%5C%2FCH%3BInBz2CD%2C4BAAA%3B%3BEmB62CA%2CiDAAC%3BEwIngDD%2CcACI%2CuBxIkgDH%3BInB72CD%2C4BAAA%3BImB%2B2CI%2CQAAA%3B%3BE8C1mDJ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CiBAAA%3BIACA%2CkBAAA%3B%3BESdR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BI1EmPR%2CcAAA%3BI%2BChOA%2CqBAAA%3BI2BZY%2CkBAAA%3B%3BE3BkBZ%2CW2B1BI%2CQACI%2CW3ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE3BuEhB%2CW2BpFI%2CQACI%2CWAeK%2CgB3BoEZ%3BI%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BE0E1NA%3BIACI%2CiCAAA%3BI1EyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BI0EvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BI1E8LR%2CcAAA%3BI%2BChOA%2CqBAAA%3BI2ByCY%2CkBAAA%3B%3BE3BnCZ%2Ca2B2BI%2CkBACI%2CO3B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE3BkBhB%2Ca2B%5C%2FBI%2CkBAiBK%2COAAQ%2CO3BchB%3BI%5C%2FCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BE0E1NA%2CaAoDI%3BI1EsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI2EMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BI1EwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BI2EoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BI1EoIT%2CcAAA%3BIAAA%2CqBAAA%3BI0EjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BI1EiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BI0E%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BI1E4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BI0EzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BE1EjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BE0E6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BE1EvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BE0E4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEiHnNR%3BI3LmPA%2CmBAAA%3BI2LhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI3LoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BE2LnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI3L4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2LnPA%2CWA4BI%3BI3LuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BE2LnPA%2CWA4BI%2CQAIM%3BI3LmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BI2L7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI3L4Mb%2CWAAA%3B%3BE2LvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI3LqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI2L7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI3LwLV%2CgBAAA%3B%3BE2LpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI3LkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE2LpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI3L0KxB%2CiBAAA%3B%3BE2LlKQ%2CWADJ%2CGAAE%2COACG%3BI3LkKT%2CgCAAA%3B%3BE2LnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI3LyJjB%2CWAAA%3B%3BE2LnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI3LmJb%2CgBAAA%3BIAAA%2CgBAAA%3BI2L7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI3LqIlB%2CkBAAA%3B%3BE2LjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI3L2HhB%2CkBAAA%3B%3BE2LnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI3LqHpB%2CcAAA%3BI2LhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI3L8GzB%2CWAAA%3B%3BE2LvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI3LgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BE2LpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI3LmFtB%2CiBAAA%3B%3BEiF3NA%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEInER%3BIACI%2CaAAA%3B%3BEEwOA%2CYAAC%3BIvF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEuF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECxIZ%3BID%5C%2FEA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIvFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEuFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC4DhB%2CaDxDA%3BIvFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIuFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECyChB%2CaDrCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BIxFuKJ%2CyBAAA%3BIwFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIxFyJR%2CwCAAA%3B%3BEwFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIxFgJzB%2CyBAAA%3B%3BEwF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIxF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEyFxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEsFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEhFgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEmGpDJ%2CGAAG%3BIACC%2CSAAA%3B%3BE9CmPN%2CYACE%2CMAAK%2CWACH%3BIACE%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3B%3BEAIF%2CYADF%2CaACG%3BIACC%2CWAAA%3BIACA%2CQAAA%3B%3BEAIN%2CKAAK%2CWACH%3BIAEE%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAJJ%2CKAAK%2CWACH%2CoBAIE%2CYACE%3BIACE%2CkBAAA%3B%3BEAMN%2CYAAC%3BIACC%2CWAAA%3BIACA%2CSAAA%3B%3BEExPF%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEhG%2BFZ%2CkBACI%3BIACI%2CmBAAA%3B%3BEzC%2BbR%2CqBACI%2CQAAO%3BITjLX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BES0IR%2CqBAMI%2CSAAQ%3BIT1IZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BESyhBT%2CQAAQ%3BIACJ%2CaAAA%3B%3B%3B%3B%3BEAUQ%2C8BAFR%2CSACI%2CQACK%3BIACG%2CmBAAA%3B%3BEC1xBhB%3BIACI%2CgBAAA%3B%3BEC%2BMJ%2CeACI%2CWACI%2CSAAQ%3BIXXhB%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIAcR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEW7CR%2CeACI%2CWACI%2CSAAQ%2CKAKJ%3BEAPZ%2CeACI%2CWACI%2CSAAQ%2CKAMJ%3BIXrIZ%2CkBAAA%3B%3BEW4IA%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAMR%2CKAfP%2CcAcG%2CKACK%3BEACD%2CKAhBP%2CcAcG%2CKAEK%3BEACD%2CKAjBP%2CcAcG%2CKAGK%3BEACD%2CKAlBP%2CcAcG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CKAzBX%2CcAcG%2CKACK%2CIAUI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAEK%2CMASI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAGK%2CSAQI%2CSAAS%3BEAAV%2CKAzBX%2CcAcG%2CKAIK%2CKAOI%2CSAAS%3BIACN%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2CKAjCP%2CcAcG%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAvCR%2CKAAC%2CcA0CG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEAKZ%2CKAAK%2CcAED%2CKAAI%3BEADR%2CYAAY%2CcACR%2CKAAI%3BEAFR%2CKAAK%2CcAGD%2CKAAI%3BEAFR%2CYAAY%2CcAER%2CKAAI%3BEAHR%2CKAAK%2CcAID%2CKAAI%3BEAHR%2CYAAY%2CcAGR%2CKAAI%3BEAJR%2CKAAK%2CcAKD%2CKAAI%3BEAJR%2CYAAY%2CcAIR%2CKAAI%3BIACA%2CgBAAA%3B%3BE6BvFR%3BIACI%2CgBAAA%3B%3BExCpXJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEwC4WJ%2CiBAGI%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CiBASI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEZrYR%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BE%2BH6FhB%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3BE3H4BR%2CwBACI%3BIhCqHJ%2CeAAA%3B%3BEgCtHA%2CwBAKI%3BIhCiHJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEgCtHA%2CwBAUI%3BIhC4GJ%2CaAAA%3B%3BEgCtHA%2CwBAcI%3BIhCwGJ%2CoBAAA%3B%3BEgCtHA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEPTZ%2CwBACI%3BIzB0GJ%2CeAAA%3B%3BEyB3GA%2CwBACI%2CgBAGI%3BIzBuGR%2CaAAA%3B%3BEyB3GA%2CwBACI%2CgBAOI%3BIzBmGR%2CoBAAA%3B%3BEyCuRQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGM%3BIACE%2CYAAA%3BIzCxSpB%2CeAAA%3B%3BEyC6RA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BIzC9ShB%2CmBAAA%3B%3BEyCgToB%2CQAdhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIzC3TR%2CmBAAA%3B%3BEyCgUA%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEiBzgBhB%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAKI%2CiBACI%3BIACI%2CYAAA%3B%3BEAKZ%2CMAAM%3BIACF%2CWAAA%3B%3BEAGJ%2CsBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEzBgIZ%2CaACI%2CiBACI%3BIjCuCR%2CeAAA%3BIiCrCY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIjC%2BBA%2C6BAAA%3BIiC7BI%2CgBAAA%3B%3BEAGI%2CgBADJ%2COACK%3BIjC0BT%2CiBAAA%3BIiCxBY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATZ%2CgBAaI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEASJ%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPZ%2CKAWI%3BIjCHJ%2CqBAAA%3BI%2BChOA%2CqBAAA%3B%3BEdwNA%2CKAWI%2CacfF%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BC2CA%2CKd6NI%2Cac7NH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3QW%2COD2QX%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CSAAA%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKdgNA%2CacjNH%2CMACI%3BI%5C%2FC6ML%2CWAAA%3B%3BE%2BCvMI%2CKd0MA%2Cac3MH%2COACI%3BI%5C%2FCuML%2CcAAA%3B%3BEiCgBQ%2CKAbJ%2CaAaK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CKAnBR%2CaAaK%2CQAMI%3BIACG%2CWAAA%3B%3BEAOZ%2CuBAAI%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEbpFR%2CKAAK%2CcACD%3BIpBmDJ%2CqBAAA%3BI%2BC9QA%2CqBAAA%3B%3BE3B0NA%2CKAAK%2CcACD%2CqB2BuCF%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BCHA%2CK3BoNK%2CcACD%2CqB2BrNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1QiB%2COD0QjB%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CK3BuMC%2CcACD%2CqB2BzMH%2CMACI%3BI%5C%2FC2PL%2CWAAA%3B%3BE%2BCrPI%2CK3BiMC%2CcACD%2CqB2BnMH%2COACI%3BI%5C%2FCqPL%2CcAAA%3B%3BEkCtEA%2CuBAEI%3BEADJ%2CeACI%3BIlCoEJ%2CgCAAA%3BIkClEQ%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAKR%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEiB7HhB%2CiBACI%2CeAAc%3BInD8JlB%2CkBAAA%3BIAAA%2CmBAAA%3B%3BEmD%5C%2FJA%2CiBACI%2CeAAc%2CQAGV%2COAAM%2CKAAK%2CQACP%2CGACI%3BIACI%2C0BAAA%3B%3BEG6DhB%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BItDuDZ%2CgBAAA%3BIsDrDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BItDgDhB%2CqBAAA%3BI%2BChOA%2CqBAAA%3B%3BEAMA%2COOiJK%2COASG%2CcASI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD1OU%2COhD0OV%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOlJI%2COAAC%2COAmCG%3BItDsCR%2CuBAAA%3BIsDpCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA5CR%2COAAC%2COA%2BCG%3BItD0BR%2CgBAAA%3BIsDxBY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CwBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CiBAAA%3B%3BEAIR%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAGJ%2COATI%2CgBASH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BItDfR%2CcAAA%3BI%2BC9QA%2CqBAAA%3B%3BEAMA%2COO2QQ%2CgBASH%2CSPpRJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEOjDQ%2COArBA%2CgBASH%2CSAYI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COA3BA%2CgBASH%2CSAkBI%3BItD9BT%2CcAAA%3BIsDgCY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COAlCI%2CgBAkCH%3BIACG%2CoBAAA%3B%3BEP%5C%2FMR%2COO4KQ%2CgBAkCH%2COAGG%2CgBPjNP%3BI%5C%2FCyKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BEsDqCI%2COAlCI%2CgBAkCH%2COAUG%3BIACI%2CcAAA%3B%3BEAGJ%2COAhDA%2CgBAkCH%2COAcO%3BIACA%2CcAAA%3B%3BEAIR%2COArDI%2CgBAqDA%3BIACA%2CaAAA%3B%3BEAMA%2CkBADJ%2CcACK%3BIACG%2CoCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CkBAeI%3BIACI%2CmBAAA%3B%3BEAIR%2CiBACI%2CSACI%3BItD6ER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgEnVT%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BE7B4NR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAGG%3BInC7DZ%2CiBAAA%3B%3BEmCkEY%2C0BAVR%2CUAEK%2COAQI%3BIACG%2C6BAAA%3BInCnEhB%2CmBAAA%3BImCqEgB%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2C0BAhBZ%2CUAEK%2COAQI%2CMAMI%3BIACG%2CcAAA%3B%3BEAPR%2C0BAVR%2CUAEK%2COAQI%2CMAUG%3BIACI%2CeAAA%3B%3BEAEA%2C0BAvBhB%2CUAEK%2COAQI%2CMAUG%2CMAGK%3BIACG%2CaAAA%3B%3BEAGJ%2C0BA3BhB%2CUAEK%2COAQI%2CMAUG%2CMAOK%3BIACG%2CaAAA%3B%3BEAlBZ%2C0BAVR%2CUAEK%2COAQI%2CMAUG%2CMAWI%3BInCvFpB%2CWAAA%3BImCyFwB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C0BArCpB%2CUAEK%2COAQI%2CMAUG%2CMAWI%2CEAMK%3BInC7FzB%2CmBAAA%3B%3BEmC4GQ%2C0BApDJ%2CUAoDK%2CMACG%3BInC7GZ%2CiBAAA%3B%3BEmCmHQ%2C0BA3DJ%2CUA2DK%3BIACG%2CmBAAA%3B%3BEAKA%2C0BAjER%2CUAgEK%2CQACI%3BEACD%2C0BAlER%2CUAgEK%2CQAEI%3BIACG%2CmBAAA%3B%3BEASJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAIA%2CuBAAwB%2CeAV1B%2CSACV%2CSACK%2CKAOI%3BIAEO%2CiBAAA%3B%3BEAQJ%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAaI%3BEAIG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAcI%3BEAGG%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAeG%3BEAEI%2CuBAAwB%2CeAnB1B%2CSACV%2CSACK%2CKAgBI%3BIAEO%2CkBAAA%3B%3BEApBpB%2CcAAc%2CSA0BV%3BIACI%2CaAAA%3B%3BEQmDR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEAIR%2CcACI%2CiBACM%3BIACE%2CeAAA%3B%3BEiB%5C%2FZR%2CMAAC%2CWACG%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CMAAC%2CWAMG%2COACI%2CSAAQ%3BIACJ%2CeAAA%3B%3BE7CqahB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEuB3eR%2CKAAK%2CKAAK%2COACN%3BIACI%2CmBAAA%3B%3BEAIA%2CKANH%2CKAAK%2COAKN%2CQACK%3BIACG%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEyH8BZ%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE%5C%2FIwSZ%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIhBjHtC%2CiBAAA%3BIgBmHI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIhBvH9B%2CiBAAA%3BIgByHI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIhB9HJ%2CmBAAA%3BIAAA%2CiBAAA%3BIgBiIQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CaAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CeAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEAQhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEASJ%2CcAAe%3BIACX%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIA%2C6BAA8B%3BIAC1B%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CYAAa%3BIbyBb%2CYAAA%3BIACA%2CcAAA%3B%3BEa1BA%2CYAAa%2CYb4BX%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEa7BJ%2CYAAa%2CYbgCX%3BIACE%2CcAAA%3B%3BEajCJ%2CYAAa%2CYbgCX%2CQAGI%3BIACE%2CcAAA%3B%3BEapCR%2CYAAa%2CYbgCX%2CQAGI%2CKAGE%3BEatCR%2CYAAa%2CYbgCX%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CYa5CC%2CYbgCX%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CYa5CC%2CYbgCX%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEgB8LA%2CYAAa%2CYb3FX%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEuC9DA%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGI%2CcALM%2CSAIV%2CSACK%3BIACG%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcATE%2CSAIV%2CSACK%2CKAII%3BIACG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAdE%2CSAIV%2CSACK%2CKASI%3BIvCgDb%2CiBAAA%3B%3BEuC5CY%2CcAlBE%2CSAIV%2CSACK%2CKAaI%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CcAlBE%2CSAIV%2CSACK%2CKAaI%2CQAIG%3BIACI%2CkBAAA%3B%3BEAEA%2CcAzBN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAGK%3BIACG%2CeAAA%3B%3BEAGJ%2CcA7BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAOK%3BEACD%2CcA9BN%2CSAIV%2CSACK%2CKAaI%2CQAIG%2CQAQK%3BIACG%2CeAAA%3B%3BEAKZ%2CcApCE%2CSAIV%2CSACK%2CKA%2BBI%3BEACD%2CcArCE%2CSAIV%2CSACK%2CKAgCI%3BEAhCL%2CcALM%2CSAIV%2CSACK%2CKAiCG%3BEACA%2CcAvCE%2CSAIV%2CSACK%2CKAkCI%3BIACG%2CiBAAA%3B%3BEAnCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAxCR%2CcALM%2CSAIV%2CSACK%2CKAsCG%2CYAII%3BIACI%2CeAAA%3B%3BEA3CZ%2CcALM%2CSAIV%2CSACK%2CKA%2BCG%3BEA%5C%2FCJ%2CcALM%2CSAIV%2CSACK%2CKAgDG%2COAAM%3BIACF%2CaAAA%3B%3BEAIR%2CcA1DM%2CSAIV%2CSAsDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEAEA%2CqBAJR%2CSACK%2CKAGI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BIvCfJ%2CqBAAA%3BI%2BC9QA%2CqBAAA%3B%3BER4RA%2CKAAK%2CcACD%2CYQ3BF%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BCHA%2CKRsRK%2CcACD%2CYQvRH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgDhQiB%2COhDgQjB%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKRyQC%2CcACD%2CYQ3QH%2CMACI%3BI%5C%2FC2PL%2CWAAA%3B%3BE%2BCrPI%2CKRmQC%2CcACD%2CYQrQH%2COACI%3BI%5C%2FCqPL%2CcAAA%3B%3BEuCyBQ%2CKAXH%2CcACD%2CYAUK%3BIACG%2CiBAAA%3B%3BE0Hi7Bf%2CmBACC%3BIACC%2CcAAA%3B%3BEAMC%2CeAHY%2CYACd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAJJ%2CeAAe%2CYACd%2COAMC%3BIACC%2CkBAAA%3B%3BEAIH%2CeAAe%2CYACd%2CcAAa%3BIACZ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHF%2CeAAe%2CYACd%2CcAAa%2CcAGZ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKA%2CeAXY%2CYASd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAZJ%2CeAAe%2CYASd%2COAMC%3BIACC%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAjBH%2CeAAe%2CYASd%2COAMC%2CSAGC%3BIACC%2CkBAAA%3B%3BEASD%2CeAHY%2CYACd%2COACC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAJJ%2CeAAe%2CYACd%2COAMC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAIH%2CeAAe%2CYACd%2COACC%3BIACC%2CeAAA%3B%3BEAGA%2CeANY%2CYACd%2COAIC%2CSAAQ%2CmBAAmB%2CYACzB%3BIACA%2CSAAA%3B%3BEAPJ%2CeAAe%2CYACd%2COASC%3BIACC%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAZH%2CeAAe%2CYAed%2CkBACC%2CSAAQ%2CIAAI%2CqBAAqB%2CIAAI%3BIACpC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAKH%2CKACC%2CcACC%2CgBACC%2CaACC%2CcACC%2CMAAK%2COAAU%3BIACd%2C6BAAA%3B%3BEAQN%2CaACC%2CQAAO%2CQACN%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEANH%2CaACC%2CQAAO%2CQACN%2CMAKC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEATJ%2CaAaC%3BIACC%2CkBAAA%3BIACA%2CYAAA%3B%3BEAfF%2CaAaC%2CaAGC%2COAAM%3BIACL%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAlBH%2CaAaC%2CaAGC%2COAAM%2COAGL%3BIACC%2C2BAAA%3B%3BEApBJ%2CaAaC%2CaAUC%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BEAvB3C%2CaAaC%2CaAWC%2CkBAAkB%2CQAAO%2CSAAS%3BIACjC%2C0BAAA%3B%3BEAzBH%2CaA4BC%3BIACC%2CiBAAA%3B%3BEA7BF%2CaA%2BBC%2CgBACC%2CcACC%3BIACC%2CgBAAA%3B%3BEAID%2CaAPF%2CgBAMC%2CYACE%3BIACA%2CeAAA%3B%3BEAOA%2CaAHH%2CgBACC%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEA%5C%2FCL%2CaA2CC%2CgBAQC%2CaACC%3BIACC%2CWAAA%3BIACA%2C6BAAA%3B%3BEAtDJ%2CaA2DC%2CgBAIC%2CaACC%3BEAhEH%2CaA4DC%2CgBAGC%2CaACC%3BEAhEH%2CaA6DC%2CgBAEC%2CaACC%3BEAhEH%2CaA8DC%2CgBACC%2CaACC%3BIACC%2C6BAAA%3B%3BEAjEJ%2CaA2DC%2CgBASC%2CcACC%3BEArEH%2CaA4DC%2CgBAQC%2CcACC%3BEArEH%2CaA6DC%2CgBAOC%2CcACC%3BEArEH%2CaA8DC%2CgBAMC%2CcACC%3BIACC%2CuBAAA%3B%3BEAtEJ%2CaA2EC%2CgBACC%2CaACC%3BIACC%2CeAAA%3B%3BEA9EJ%2CaA2EC%2CgBACC%2CaAIC%3BIACC%2CaAAA%3B%3BEAjFJ%2CaA2EC%2CgBACC%2CaAIC%2CcAOC%3BIACC%2C8BAAA%3B%3BEAOL%2CaACC%2CsBACC%2CgBACC%2CkBACC%3BIACC%2CaAAA%3B%3BEAED%2CaANH%2CsBACC%2CgBACC%2CkBAIE%2COACA%3BIACC%2CcAAA%3B%3BEAQN%2CQACC%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEAIF%3BIACC%2CgBAAA%3B%3BEAED%2CaAAc%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%3BIACxD%2C0BAAA%3B%3BEACA%2CaAFa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAEvD%3BIACA%2C0BAAA%3B%3BEAED%2CaALa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAKvD%3BIACA%2C0BAAA%3B%3BEAED%2CaARa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAQvD%3BIACA%2C0BAAA%3B%3BEAED%2CaAXa%2CaAAa%2CQAAO%2CQAAS%2COAAO%2CQAAO%2CiBAWvD%3BIACA%2C0BAAA%3B%3BEAypBF%2CoBACC%2C6BACC%3BIACC%2CeAAA%3B%3BEAHH%2CoBACC%2C6BAIC%2CSACC%2CSACC%3BIACC%2CSAAA%3B%3BEARL%2CoBACC%2C6BAIC%2CSACC%2CSAIC%3BIACC%2CUAAA%3B%3BEAXL%2CoBACC%2C6BAcC%2CSACC%3BIACC%2CcAAA%3B%3BEAKJ%2CaAAc%2CaAAa%2COAAO%2CQAAO%3BIACxC%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAED%2CeACC%3BIACC%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAJF%2CeAMC%2CaAAY%3BIACX%2CQAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEAOF%2CeADD%2CQAAO%2CSACL%3BIACA%2C4BAAA%3B%3BEAIH%2CaACC%2CaAAY%2CeAIX%2COAAO%2CQAAO%3BEALhB%2CaAEC%2CaAAY%2CeAGX%2COAAO%2CQAAO%3BEALhB%2CaAGC%2CaAAY%2CeAEX%2COAAO%2CQAAO%3BEALhB%2CaAIC%2CaAAY%2CeACX%2COAAO%2CQAAO%3BIACb%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAIH%2CeACC%2CaAAY%3BIACX%2CQAAA%3B%3BEAFF%2CeAIC%2CkBAAkB%3BIACjB%2CiBAAA%3BIACA%2CuBAAA%3B%3BEANF%2CeAQC%3BIACC%2CeAAA%3B%3BEATF%2CeAWC%2CcAAa%3BIACZ%2CgBAAA%3B%3BEAZF%2CeAcC%3BIACC%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C0BAAA%3B%3BEAvBJ%2CeA2BC%2CMACC%2COACC%2CgBACC%3BIACC%2CeAAA%3B%3BEAML%2CeACC%3BIACC%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAJF%2CeAMC%2CQAAO%3BIACN%2C0BAAA%3B%3BEAIC%2CeAFF%2COAAM%2COACL%2CMACE%3BIACA%2C4BAAA%3B%3BEAZJ%2CeAgBC%2CkBAAkB%2CSAAQ%2CIAAI%3BIAC7B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAnBF%2CeAqBC%2CaAAY%3BIACX%2CQAAA%3B%3BEAtBF%2CeAwBC%2CMACC%2COACC%2CgBACC%3BIACC%2CWAAA%3B%3BEAML%2CKACC%2COACC%3BIACC%2CqBAAA%3B%3BEAHH%2CKACC%2COAIC%2CgBACC%3BIACC%2C2BAAA%3BIACA%2CeAAA%3B%3BEARJ%2CKACC%2COAUC%3BIACC%2CgBAAA%3B%3BEAZH%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGACb%3BIACC%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAlBL%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGAKb%3BIACC%2C4BAAA%3B%3BEArBL%2CKACC%2COAaC%2CoBAAmB%2CWAClB%2CcAAc%2CGAQb%3BIACC%2CgBAAA%3B%3BEAxBL%2CKACC%2COA2BC%2CoBAAmB%3BIAClB%2CSAAA%3B%3BEA7BH%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%3BIACC%2CeAAA%3BIACA%2CkBAAA%3B%3BEAhCJ%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%3BIACC%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAnCL%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAGC%3BEApCL%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAIC%3BIACC%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAvCN%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAQC%2CYACC%3BIACC%2CeAAA%3B%3BEA3CP%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAaC%3BIACC%2C2BAAA%3B%3BEA%5C%2FCN%2CKACC%2COA2BC%2CoBAAmB%2CaAElB%2CcAGC%2CGAaC%2CaAEC%3BIACC%2C8BAAA%3B%3BEAjDP%2CKACC%2COAsDC%2CaAAY%3BIACX%2C0BAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAKH%2CeACC%3BIACC%2CqBAAA%3B%3BEAGF%2COAAO%2CQACN%2CcACC%2CgBACC%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CkCAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CyCAAA%3B%3BEClwED%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEIobZ%2COAAO%2COAAQ%3BIACX%2CmBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CQAAO%2COAAU%3BEACxD%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CQAAU%3BEACjD%2CWAAY%2CQAAO%2COAAU%2CIAAC%2CIAAI%3BEAClC%2CWAAY%2CQAAO%2CWAAc%2CIAAC%2CIAAI%3BIAClC%2CkBAAA%3B%3BEAKQ%2COAHL%2CQACH%2CWACI%2CcACK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3B%3BEAThB%2COAAO%2CQACH%2CWAWI%2COACI%3BIACI%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAfhB%2COAAO%2CQAmBH%2CWAEI%3BEArBR%2COAAO%2CQAoBH%2CWACI%3BIACI%2CiBAAA%3B%3BEAtBZ%2COAAO%2CQA0BH%2COAAS%3BIACL%2CkBAAA%3B%3BEA3BR%2COAAO%2CQA0BH%2COAAS%2CKAEH%3BIACE%2CYAAA%3B%3BEAIZ%2CwBAAyB%2CEAAC%3BIACtB%2CyBAAA%3B%3BEAQJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CWACI%2COAAM%2CWACF%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEATxB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWACI%2CGAAE%3BIACE%2CmBAAA%3B%3BEAfpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAII%3BIACI%2CgBAAA%3B%3BEAlBpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAOI%2CWACI%2CEAAC%3BIACG%2CoBAAA%3B%3BEAtBxB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAYI%3BIACI%2CmBAAA%3B%3BEA1BpB%2CaACI%2CaACI%2CQAAO%2CQAWH%2CWAYI%2CYAEI%3BIACI%2CcAAA%3B%3BEA5BxB%2CaACI%2CaACI%2CQAAO%2CQA8BH%2CYACI%2CoBACI%3BIACI%2CeAAA%3B%3BEAnCxB%2CaACI%2CaACI%2CQAAO%2CQA8BH%2CYACI%2CoBAII%3BIACI%2CeAAA%3B%3BEA4NxB%2CYACI%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAHR%2CYAKI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAIR%2CaAAc%3BIACV%2CWAAA%3B%3BEAGJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CmBACI%3BIACI%2CkBAAA%3B%3BEAgKpB%2CQAAS%2CMAAK%3BIACV%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAGA%2CoBAAC%2CQACG%3BIACI%2CmBAAA%3B%3BEA%2BRZ%2CmBACI%2CmBAAmB%3BIACf%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CmBACI%2CmBAAmB%2CaAGf%3BIACI%2CgBAAA%3B%3BEAKR%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%3BIACI%2CiBAAA%3B%3BEACA%2CYALf%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAEK%3BIACG%2CsCAAA%3BIACA%2CgBAAA%3B%3BEAPpB%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBACI%2CoBACI%2COAAM%3BIACF%2CeAAA%3B%3BEAGR%2CYAhBnB%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBAMK%3BIACG%2C2BAAA%3BIACA%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3B%3BEAJJ%2CYAhBnB%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSACV%2CcAOI%2CmBAMK%2CMAKG%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAxB5B%2CYAAC%2CqBACG%2CQAAO%2CKACH%2CeAAc%2CSA2BV%3BIACI%2CkBAAA%3B%3BEEnNvB%3BIACC%2CgBAAA%3B%3BEADD%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaACC%2COAAM%2COACL%2CQAAO%2CMAAM%3BIACX%2CWAAA%3B%3BEARP%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaACC%2COAAM%2COACL%2CQAAO%2CMAAM%2CmBAEX%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAXP%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%3BIACN%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAjBL%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%2CQAGN%2CEAAC%3BIACA%2CiBAAA%3B%3BEAnBN%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaAUC%2CQAAO%2CQAMN%2CoBACC%2CQAAO%2CMACN%2CGACC%2CEACC%3BIACC%2CkBAAA%3B%3BEA1BV%2CYAGC%2CcACC%2CaAAY%2CeACX%2CaA4BC%3BIACC%2CWAAA%3BIACA%2CSAAA%3B%3BEAnCL%2CYAwCC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEA1CF%2CYA6CC%2CcACC%2CIAAG%2CWACF%2CQACG%3BIACD%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CQAAb%3BIACA%2CoCAAA%3B%3BEApDL%2CYA6CC%2CcACC%2CIAAG%2CWACF%2CQACG%2CaAKD%3BIACC%2CoCAAA%3B%3BEAtDN%2CYA6CC%2CcAcC%2CQAAO%2CMAAS%2CUAAO%3BIACtB%2CaAAA%3B%3BEA5DH%2CYA6CC%2CcAkBC%3BIACC%2CcAAA%3B%3BEAhEH%2CYA6CC%2CcAsBC%3BIACC%2CqBAAA%3B%3BEApEH%2CYA6CC%2CcAsBC%2CYAGC%3BIACC%2CmBAAA%3B%3BEAvEJ%2CYA6CC%2CcAsBC%2CYAGC%2CGAGC%3BIACC%2CWAAA%3B%3BEACA%2CYA9BJ%2CcAsBC%2CYAGC%2CGAGC%2CGAEE%2CUAAU%3BIACV%2CgBAAA%3B%3BEAQN%3BIACC%2CkBAAA%3B%3BEADD%2CiBAEC%3BIACC%2CaAAA%3B%3BEAED%2CiBAAC%2COACA%3BIACC%2CcAAA%3B%3BEAID%2CiBADD%2CQACE%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEACA%2CiBAJF%2CQACE%2CMAGC%3BIACA%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3B%3BEAED%2CiBAjBF%2CQACE%2CMAgBC%3BIACA%2CiBAAA%3BIACA%2CyDAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEA3BF%2CiBADD%2CQACE%2CMA6BA%2CGACC%3BIACC%2CcAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEIxgCL%2CaACC%3BIACC%2CaAAA%3B%3BEAFF%2CaACC%2CaAEC%2CQAAO%3BIACN%2CUAAA%3B%3BEAJH%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBACC%3BIACC%2C0BAAA%3B%3BEACA%2CaAPJ%2CaAEC%2CQAAO%2CQAEN%2CmBACC%2CcAEE%3BIACA%2CuBAAA%3B%3BEATN%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAOC%2CGACC%3BIACC%2CkBAAA%3B%3BEAED%2CaAfJ%2CaAEC%2CQAAO%2CQAEN%2CmBAOC%2CGAIE%2CMACE%3BIACD%2CUAAA%3BIACA%2CSAAA%3B%3BEAnBP%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAkBC%3BIACC%2C0BAAA%3B%3BEAxBL%2CaACC%2CaAEC%2CQAAO%2CQAEN%2CmBAqBC%2CqBACC%2CGACC%3BIACC%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAKF%2CaAlCJ%2CaAEC%2CQAAO%2CQAEN%2CmBA6BC%2CUAAS%2CSACP%2CUAAU%3BIACV%2CUAAA%3B%3BEAKD%2CaAxCJ%2CaAEC%2CQAAO%2CQAEN%2CmBAmCC%2CUAAS%2CSACP%3BIACA%2CgBAAA%3B%3BEAON%2CYACC%2CcACC%2CaACC%2CQAAO%2CQACN%2CmBACC%3BIAAE%2CeAAA%3B%3BEQ1CJ%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2CYAAA%3B%3BECneZ%2CYACI%3BIACI%2CiBAAA%3B%3BEAGR%2CaACI%3BIACI%2CYAAA%3B%3BECogBR%3BIACI%2CiBAAA%3B%3BEADJ%2CeAEI%2CiBACI%3BIACI%2CaAAA%3BIACA%2CaAAA%3B%3B%3BAG3hBZ%2CwBAJqD%3BEvK6drD%3BEsCtWQ%2C4BADJ%2CKAAI%2CMACC%3BErCiDD%2CyBADJ%2CKAAI%2CQACC%3BIpB%5C%2FKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEmBgrBD%2C0BACI%2CMAAQ%2CKnBlrBX%3BEmBirBD%2C0BACI%2CMAAQ%2CKnBjrBX%3BEuEND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvExCX%3BEuELD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvEvCX%3BEoBoJD%2CyBACI%2CKAAI%2CQpBtJP%3BEoBqJD%2CyBACI%2CKAAI%2CQpBrJP%3BE2CgRG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKnBlrBX%3BE2CiRG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKnBjrBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEmB2qBD%2C0BACI%2CMAAQ%2CKnB5qBX%3BEuEXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGvElCX%3BEoB%2BID%2CyBACI%2CKAAI%2CQpBhJP%3BE2C2QG%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKnB5qBX%3BIACG%2CWAAA%3B%3BEmB6qBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEwBnaT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAEH%2CIAAI%3BInBhcb%2C6BAAA%3B%3BEmBscgB%2C0BARZ%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BEwBzab%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAbR%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEACD%2C0BAdR%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEACD%2C0BAfR%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BEwBhbT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%3BEwB9aT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%3BEwB%5C%2FaT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEAAV%2C0BAtBZ%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAOC%2CIASI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAQC%2CMAQI%2CSAAS%3BEwBvbtB%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIASC%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA9BR%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BEwB%5C%2FbT%2CcAAC%2CaAkBG%2CMAAK%2CMxB%2BYT%2CMAAQ%2CKAMF%2CKAAE%2CIAwBC%3BIACG%2CSAAA%3B%3BEAhChB%2C0BAqCI%3BEwBrcA%2CcAAC%2CaAkBG%2CMAAK%2CMxBmbT%3BIACI%2CSAAA%3B%3BEAuMR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CoBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BInBhsBd%2CiBAAA%3B%3BEmB0qBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEAmDpB%3BEqCn%5C%2FBA%2CcAAc%3BEsGnBd%2CcAAc%3BE%5C%2FI%2BWV%2CcAAC%3BIfzGL%2CiBAAA%3B%3BEmBgxBI%2CkBAAC%3BEAyvBL%2C0BACI%2CGA1vBC%3BEAyvBL%2C0BAKI%2CGA9vBC%3BEgI9hCO%2CQAHR%2C0BAEI%2CKACK%2CQhI8hCR%3BEgI9hCO%2CQAFR%2CkCACI%2CKACK%2CQhI8hCR%3BEV3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKUyHL%3BEV3HL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKUwHL%3BER5qBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQ0qBP%3BER5qBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQyqBjB%3BECv3BL%2CQACI%2CoBACI%2CKAAI%2CQDq3BP%3BEgCt%2BBL%2CMAAM%2CQAUA%2CQAGI%2CKACI%2CKhCw9BT%3BEkCprBL%2CQACI%2CeACI%2CKAAI%2CQlCkrBP%3BEJxnBO%2CQAfR%2CmBAcI%2CKACK%2CQIwnBR%3BEJvnBO%2CQAhBR%2CmBAcI%2CKAEK%2CQIunBR%3BER5pBL%2CYACI%2CQQq5CA%2CGA1vBC%3BER5pBL%2CYACI%2CQQy5CA%2CGA9vBC%3BEyBt3BL%2CkBAQI%2CQzBwmDA%2CGA1vBC%3BEyBt3BL%2CkBAQI%2CQzB4mDA%2CGA9vBC%3BInB5hCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmBuzCA%3BEoDlxCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BExDoYhB%2CoBAsCI%2CmBAAmB%3BEc%5C%2FZf%2CYAdJ%2CuBAcK%2CcAmBG%3BIVwuCZ%2CaAAA%3B%3BEAsEA%2CwBACI%2CWACI%2CoBACI%3BEkBjyCZ%2C4BlB%2BxCI%2CWACI%2CoBACI%3BEkBhyCZ%2CyBlB8xCI%2CWACI%2CoBACI%3BEJj9BZ%2CQI%2B8BI%2CWACI%2CoBACI%3BEJh9BZ%2CuBI88BI%2CWACI%2CoBACI%3BEJ%5C%2F8BZ%2CiBI68BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BEkBryCZ%2C4BlB%2BxCI%2CWACI%2CoBAKI%3BEkBpyCZ%2CyBlB8xCI%2CWACI%2CoBAKI%3BEJr9BZ%2CQI%2B8BI%2CWACI%2CoBAKI%3BEJp9BZ%2CuBI88BI%2CWACI%2CoBAKI%3BEJn9BZ%2CiBI68BI%2CWACI%2CoBAKI%3BIAEI%2CoBAAA%3B%3BEAoChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEsB%5C%2F5BrB%2CQAOI%2CMAAK%2CMtBw5BH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA2HR%3BEVn9BA%2CQAAQ%2CKAAK%2CSACT%3BE%2BCzjBJ%2CcAAc%3BEnBwFd%2CcAAc%3BEtBoQV%2CcAAC%3BEA6DL%2CoBACI%3BIIknCA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAsOJ%2C0BAeI%3BERp6CJ%2CYACI%2CQQm6CA%3BEyB9nDJ%2CkBAQI%2CQzBsnDA%3BIACI%2CiBAAA%3B%3BEoDlxDR%3BIACI%2C0BAAA%3BIpEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIoE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIpE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEoEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEoEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%3BIACE%2CcAAA%3B%3BEoExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEoE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAGE%3BEoE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CcoE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcoE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEuEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBpEuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEuEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BIvEkLlB%2CiBAAA%3B%3BEuEzPA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BE7DkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE%2BGtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEcQR%2CmBACI%3BIACI%2CWAAA%3B%3BE3HmEA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAOI%3BIACI%2CqBAAA%3B%3BE0BOR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BIlD6Kb%2CqBAAA%3BIKzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BILgDA%2CgBAAA%3B%3BEkD7KY%2COAPR%2CgBAMI%2CQACK%2COHiKX%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BCHA%2COGoFI%2CgBAMI%2CQACK%2COH3FZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD5PS%2COhD4PT%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COGuEA%2CgBAMI%2CQACK%2COH%5C%2FEZ%2CMACI%3BI%5C%2FC2PL%2CcAAA%3B%3BE%2BCrPI%2COGiEA%2CgBAMI%2CQACK%2COHzEZ%2COACI%3BI%5C%2FCqPL%2CcAAA%3B%3BEK7CA%2CO6CvII%2CgBAMI%2CQACK%2CO7CgIZ%3BEACD%2CO6CxII%2CgBAMI%2CQACK%2CO7CiIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6C7II%2CgBAMI%2CQACK%2CO7CsIZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6ClJI%2CgBAMI%2CQACK%2CO7C2IZ%3BEACD%2CO6CnJI%2CgBAMI%2CQACK%2CO7C4IZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CpJf%2CgBAMI%2CQACK%3BI7C8IT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEQnBI%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CcAAA%3B%3BEsDnJR%3BIACI%2CgBAAA%3B%3BErDidJ%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAFJ%2CmBAIM%2CIAAC%3BIACC%2CkBAAA%3B%3BEALR%2CmBAQM%2CIAAC%3BIACC%2CmBAAA%3B%3BEAoVR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEErjBZ%2CKACI%2COAAM%2CMAMF%2CKAAI%3BIACA%2CkBAAA%3B%3BEClSZ%2CYACI%3BIZqLJ%2CeAAA%3BIYnLQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIZ%2BKJ%2CgBAAA%3B%3BEanGA%3BIbmGA%2CgBAAA%3BIajGI%2CgBAAA%3BIAAkB%2CcAAA%3BIAAgB%2CYAAA%3B%3BEAGtC%3BIb8FA%2CYAAA%3B%3BE6B9EA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI7B2EJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BE6B9EA%2CYASI%2CYACM%3BI7BoEV%2CiBAAA%3B%3BE6B9EA%2CYAeI%3BI7B%2BDJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE6BzDQ%2CYANJ%2CuBAMK%3BI7ByDT%2C4BAAA%3BI6BvDY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI7BqDZ%2CWAAA%3B%3BE6B9EA%2CYA%2BBI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlCR%2CYAqCI%3BIACI%2CWAAA%3B%3BEAtCR%2CYAyCI%3BI7BqCJ%2C6BAAA%3BI6BnCQ%2CiBAAA%3B%3BEA3CR%2CYA8CI%3BI7BgCJ%2CqBAAA%3BI%2BC9QA%2CqBAAA%3BIlBwPQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA3DR%2CYA8CI%2CmBkBoBF%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BCHA%2CYlBwOI%2CmBkBxOH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYlB2NA%2CmBkB5NH%2CMACI%3BI%5C%2FC2PL%2CWAAA%3B%3BE%2BCrPI%2CYlBqNA%2CmBkBtNH%2COACI%3BI%5C%2FCqPL%2CcAAA%3B%3BE6DnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BI7D6OR%2CYAAA%3BI6D3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE%5C%2FBIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEc2HR%2CkBACM%3BIACE%2CgBAAA%3BI5CoGR%2CeAAA%3BI4ClGQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEH8VR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAJR%2CQAWI%2CcACI%3BIACI%2CgBAAA%3B%3BEgBnaZ%2C0BAA2B%3BIACvB%2CmBAAA%3B%3BEAGJ%2C4BACI%3BIACI%2CcAAA%3BIzDmJR%2CkBAAA%3B%3BEyDxIA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BErCkCJ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAIR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CgBAAA%3B%3BEAIR%2CgCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CgCAKI%3BIACI%2CaAAA%3B%3BE%2BB3JR%2CMAAM%2CQACA%2CQACI%2CKACI%3BInDmNd%2C6BAAA%3BImDjNgB%2CmBAAA%3B%3BEALhB%2CMAAM%2CQAUA%3BInD4MN%2C6BAAA%3B%3BEmDtNA%2CMAAM%2CQAUA%2CQAGI%2CKACI%3BInDwMd%2CkBAAA%3BImDrMgB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAUQ%2CcALL%2COAvBb%2CQAwBG%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBACvB%2CQACI%2CKACI%2CKACG%3BIACG%2CgBAAA%3B%3BEAS5B%2CqBACI%3BIACI%2CSAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CqBAKI%2CoBAII%3BIACI%2CiBAAA%3B%3BEfjFJ%2CqBADJ%2CQACK%3BIpCuPT%2CqBAAA%3BI%2BC9QA%2CqBAAA%3B%3BEXuBQ%2CqBADJ%2CQACK%2COW2OP%3BI%5C%2FChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BCHA%2CqBXgBI%2CQACK%2COWjBR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD5PS%2COhD4PT%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBXGA%2CQACK%2COWLR%2CMACI%3BI%5C%2FC2PL%2CcAAA%3B%3BE%2BCrPI%2CqBXHA%2CQACK%2COWCR%2COACI%3BI%5C%2FCqPL%2CcAAA%3B%3BE2COY%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CkBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2CcALJ%2CeAAe%2CKAKV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAGI%3BIACI%2CcAAA%3B%3BEAPpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAOI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAaQ%2CcAzB3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIACI%3BIACG%2CmBAAA%3B%3BEAEJ%2CcA5B3B%2CaAkBG%2CMAAK%2CMAEA%2CmBACK%2CQACI%2CKACI%2CKACG%2CIAII%3BIACG%2CkBAAA%3B%3BEAtDpC%2CcAgEI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAlEZ%2CcAgEI%2CiBAKM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEUyGZ%2CgBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEhBxXZ%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEAUZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEtBgRZ%2CcAJP%2CcAGG%2CmBACK%2CMACG%2CMACM%2CKACI%2CKAAE%3BIACA%2CeAAA%3B%3BEAS5B%2CoBACI%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CMAGI%3BIACI%2CcAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAGJ%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAKI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEARZ%2CQACI%2CmBAUI%2CQAAO%3BIACH%2CaAAA%3B%3BEAkBZ%2CoBAKI%2CaACI%3BIACI%2CcAAA%3B%3BEAPZ%2CoBAWI%3BIfjLJ%2CgBAAA%3B%3BEesKA%2CoBAeI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEAzBhB%2CoBA8BI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEAEA%2CoBAHJ%2CMAAK%2CMAAO%2CKAAI%2CQAGX%3BIACG%2CaAAA%3B%3BEAUJ%2CoBAFJ%2CeAAiB%2C0BAEZ%2CSAAS%3BEAAV%2CoBADJ%2CwBAA0B%2C0BACrB%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAhDZ%2CoBA0CI%2CeAAiB%2C0BASb%3BEAnDR%2CoBA2CI%2CwBAA0B%2C0BAQtB%3BIfzNR%2CiBAAA%3BIe2NY%2CeAAA%3B%3BEAEA%2CoBAbR%2CeAAiB%2C0BASb%2CKAIK%3BEAAD%2CoBAZR%2CwBAA0B%2C0BAQtB%2CKAIK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBAjBR%2CeAAiB%2C0BASb%2CKAQK%3BEAAD%2CoBAhBR%2CwBAA0B%2C0BAQtB%2CKAQK%3BIACG%2CoBAAA%3B%3BEiJrehB%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BEzHsKZ%2CcAAc%2CSACV%3BIACI%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcANM%2CSACV%2CcAKK%3BIACG%2C6BAAA%3B%3BE0H6wCf%2CYAAY%2CeACX%3BEADD%2CYAAY%2CeAEX%3BIACC%2CeAAA%3B%3BEoBx%5C%2FBC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAKjdJ%2CwBAJsD%3BE%5C%2FGkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEpD2JR%2CqBAAsB%2CSAAS%3BEAC%5C%2FB%2CsBAAuB%3BEACvB%2CwBAAyB%3BIACrB%2CsBAAA%3BIACA%2CWAAA%3B%3BEuC%2BBJ%3BIACI%2CaAAA%3B%3BEtBuKJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BE3B%5C%2FMJ%3BIbqFA%2CYAAA%3B%3BE2JhKA%2CYACI%2CeACI%3BI3J8JR%2CYAAA%3B%3B%3BA0LrPJ%2CgBAJ2C%3BEvKiJvC%3BIAvBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA0LR%3BEwBcQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIxBvEhB%2CcAAA%3B%3BEA8KA%3BEX1IY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIRvWhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BE2CqUD%2CcAwDI%2Ce3C9XH%3BE2CsUD%2CcAwDI%2Ce3C7XH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BE2CgUD%2CcAwDI%2Ce3CxXH%3BIACG%2CWAAA%3B%3BEmBiiBJ%3BEwBlOA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIxBkJR%2CsBAAA%3B%3BEA%2BGA%2C0BAxBA%2CUACI%3BInB5XJ%2CmBAAA%3BIM%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BINhqBA%2CUAAA%3BIMmqBA%2CmBAAA%3B%3BEAEA%2C0Ba1SA%2CUACI%2CObySA%3BIACA%2CWAAA%3B%3BEavSI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAkBZ%2C0BAxBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiCZ%3BInBvaA%2CWAAA%3B%3BEmB2zBA%3BInB3zBA%2CqBAAA%3BI%2BC9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2CaiDvRe%2CYjDuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI%2BCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE5BsuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEoD%5C%2F7BJ%2CMpEkDE%2CQACI%2CKACI%3BEoEpDV%2CMpEkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEuE%5C%2FIA%2CMpE2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BE0B%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BEwG1CR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEhFqFQ%2COAFR%2CgBACI%2CQACK%3BI7CyFb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BILgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIK5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BI6CrDgB%2CgBAAA%3B%3BE7CkGhB%2CO6CvGI%2CgBACI%2CQACK%2CO7CqGZ%3BEACD%2CO6CxGI%2CgBACI%2CQACK%2CO7CsGZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6C7GI%2CgBACI%2CQACK%2CO7C2GZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CO6ClHI%2CgBACI%2CQACK%2CO7CgHZ%3BEACD%2CO6CnHI%2CgBACI%2CQACK%2CO7CiHZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CpHf%2CgBACI%2CQACK%3BI7CmHT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEDjJA%2COmDHI%2CgBACI%2CQACK%2COnDCZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COmDRI%2CgBACI%2CQACK%2COnDMZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COmDbI%2CgBACI%2CQACK%2COnDWZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEKxFA%2CO6C5DI%2CgBACI%2CQACK%2CO7C0DZ%3BEACD%2CO6C7DI%2CgBACI%2CQACK%2CO7C2DZ%3BEACD%2CO6C9DI%2CgBACI%2CQACK%2CO7C4DZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CO6CnEI%2CgBACI%2CQACK%2CO7CiEZ%3BEACD%2CO6CpEI%2CgBACI%2CQACK%2CO7CkEZ%3BEACD%2CQAAQ%2CUAAW%2CQ6CrEf%2CgBACI%2CQACK%3BIlDkJb%2CcAAA%3BIAAA%2CYAAA%3BIK5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEoJ7LI%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BEjJuQJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIRFT%2CgBAAA%3BIAAA%2C4CAAA%3BIQKY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAQhB%2CcAAe%3BIRzBnB%2CgBAAA%3BIAAA%2C4CAAA%3BIQ4BQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CqBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CqBAOI%2CiBAAmB%2CqBAIb%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAIb%2CUAKG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIRrEb%2CgBAAA%3BIQuEgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CcAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CoBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CqBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcAPE%2CoBAEV%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcANE%2CqBACV%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CMAAM%2COAAQ%2CeAAe%2CcAGzB%3BEAFJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAE9C%3BEADJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAC%5C%2FC%3BIACI%2C4CAAA%3BIACA%2CoBAAA%3B%3BECoiBI%2CQAFR%2CeACI%2CQACK%3BIAEG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAOJ%2CQAFR%2CeACI%2CQACK%3BIACG%2COAAA%3BIACA%2CcAAA%3B%3BEEhchB%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BEgCrKhB%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CcAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEUrRhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BIACT%2CgBAAA%3B%3BEAOJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEtC6SR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEwBvOhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BE2HhPZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%3B%3BEI4gBR%3BIACI%2CeAAA%3B%3BEAQJ%2CaACI%2CaACI%2CQAAO%2CQACH%2CYACI%2CoBACI%3BIACI%2CeAAA%3B%3BEANxB%2CaACI%2CaACI%2CQAAO%2CQACH%2CYACI%2CoBAII%3BIACI%2CeAAA%22%7D *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9bf966f6705ede711469)
 * Config saved to config.json and https://gist.github.com/9bf966f6705ede711469
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*overflow: hidden;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    width: 155px !important;
} 

.minicart-wrapper .minicart-items-wrapper{
    padding: 20px
}      

.account-information #AddressBook .actions-toolbar button.action.primary.add {
margin-left:18px;
}

.quickview-override .modals-wrapper .warning-main-custom-modal._inner-scroll._show{
    align-items:center;
    height:35vh;
}


.catalog-product-view .page-wrapper #maincontent .columns .column.main {
    min-height: 100%;  
}

.marketing-title {
    text-align: center;
    border-bottom: 3px solid #9cbed0;
    padding-bottom: 20px;
}

.marketing-list {
    margin-bottom: 150px;
}

.cms-start-now .skincare-hero-banner {
    transform: translateY(-177px);
    position: relative;
    z-index: -2;
}

.cms-start-now .skincare-hero-banner img {
    width: 87%;

}

.customer-account-create .column.main .customer-account-page-wrapper .back {
    padding: 0px 15px;
}

.customer-account-create .columns .column.main .quiz-form form .control .other_input {
    min-height: 45px !important;
    border-radius: 8px;
    border: 1px solid #9cbed0 !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2)
}

.customer-account-create .columns .column.main .quiz-form .field-9 .control.multi-columns.checkbox_v-container .checkbox-container label p {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.customer-account-create .form-create-account .control .iti.iti--allow-dropdown .iti__flag-container {
    bottom: unset;
    top: 14px;
}

.password-strength-meter{
    z-index: 0;
}
.field.password .control .input-text{
    z-index: 0;
}

.page-wrapper .page-header.page-header-v1{
    position:sticky;
    top: 0;
}

.columns #AddressBook .block-addresses-list {
    margin-bottom:0px;
}

.account-information #AddressBook .actions-toolbar .primary{
    margin-bottom:15px;
}

.quiz-form .field-2 .control.radio-container{
    align-items: start !important;
}

.quiz-form .field-2 .control.radio-container input[type="radio"]:checked + label {
    background-color: unset;
}

.quiz-form .field-2 .control.radio-container label {
    background: none !important;
    padding: 0px;
    
}

.customer-account-create .columns .quiz-form .field.field-2  .control.radio-container{
    padding:0px !important;
}

.field-2 .radio-container label div{
    position: relative;
    line-height: 0px;
}

.field-2 .radio-container input[type="radio"]:checked + label div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 0;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details{
    flex: 0 65% !important;
    word-break: break-word;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    /*width: 155px !important;*/
    width: 100% !important;
}


.columns .order-details-items .table-wrapper .product-item-name{
   font-weight:500;
    
}

.columns .order-details-items .table-wrapper .item-options .item-options-label{
    display: flex;
    gap: 5px
}

.order-items .col.price .price-excluding-tax .cart-price,.order-items  .col.subtotal .price-excluding-tax .cart-price{
    font-weight:400;
    font-size:14px;
    color:#000
}

.order-items .col.name span strong{
    font-weight:400 !important;
    font-style:italic;
}
.order-details-items .order-items .cart-item-idetification{
    margin-bottom:0px !important;
}
 .order-details-items .order-items .cart-item-idetification span strong{
    font-weight:400;
    font-style:italic;
}
.columns .order-details-items .table-wrapper .item-options dt{
    position:relative;
    font-weight:400;
    font-style:italic;
}
.columns .order-details-items .table-wrapper .item-options dt:after{
     content:":";
    
}
.order-details-items .order-items .mark{
    font-weight:500 !important;
}

.col.name span strong{
    font-weight:400;
    font-style:italic;
}

.price-excluding-tax .cart-price .price{
    font-size:14px;
    font-weight:400 !important;
    color:#000;
}

.order-details-items .table-order-items .mark,.order-details-items .table-order-items .mark strong{
    font-weight:500 !important;
}

.order-details-items .table-order-items .grand_total strong span{
    font-weight:400;
}

button.action.primary.add.address-new{
    margin-left:21px;
}

.account-information #AddressBook .actions-toolbar button.action.primary.add {
    margin-left:18px;
}

@media(max-width:1279px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-160px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 80%
    }
}

@media(max-width:1023px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-125px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 80%
    }
}

@media(max-width:768px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list.products {
        margin: 40px 0px 30px 0px
    }
}

@media(max-width:767px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-100px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 100%
    }

    .skincare-line-h1 {
        display: block !important;
        text-align: center
    }
}

@media(max-width:599px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
        right: unset !important;
        left: 0px !important;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list.products {
        margin: 45px 0px 30px 0px
    }
}



@media(max-width:575px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-90px);
        position: relative;
        z-index: -2;
    }

    .cms-start-now .skincare-hero-banner img {
        width: 100%
    }

    .page-start .email-input {
        padding: 20px 15px 20px 15px;
    }

    .skincare-line-h1 {
        margin-top: 25px
    }

    .skincare-button-outer .email-input::placeholder {
        font-size: 20px
    }

}

@media (max-width: 450px) {
    .cms-start-now .skincare-hero-banner {
        transform: translateY(-70px);

    }
}

@media(max-width:400px) {
    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next {
        height: 30px;
        width: 30px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev {
        height: 30px;
        width: 30px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-next:before {
        font-size: 17px;
    }

    .customer-account-result .result-page-slider .product-slider .products-grid #category-product-list .slick-prev:before {
        font-size: 17px;
    }
}

@media(max-width:520px) {
    .skincare-button-outer .email-input::placeholder {
        font-size: 16px
    }
}



@media(max-width:430px) {
    .skincare-button-outer .email-input::placeholder {
        font-size: 14px
    }

    .page-start .email-input {

        padding: 10px 10px 10px 10px;
    }

    .skincare-p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .skincare-line-h1 {
        font-size: 26px;
        margin-bottom: 28px;
    }
}

@media (max-width: 600px) {
    .field-9 .control.checkbox_v-container .checkbox-container {
        width: 45%;
    }
}


@media (max-width:575px) {
    .page-wrapper .columns .column.main {
        padding: 0px 0px;
    }

    .quiz-form {
        padding: 0px 20px;
    }

    .quiz-form .next {
        font-size: 18px;
    }

    .field-8 .control.checkbox_v-container {
        column-gap: 20px
    }

    .quiz-form  .field-2 .control.radio-container label p {
        font-size: 17px;
    }

    .ultimatePage-top.get-started-page-top .form-start-h6 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .ultimatePage-top.get-started-page-top .form-start-p {
        font-size: 18px !important;
    }

    .ultimatePage-title {
        padding: 0px 10px
    }

    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 20px !important;
    }

    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 20px !important;
    }

    .customer-account-create .form-create-account .actions-toolbar .primary span {
        font-size: 26px;
    }

    .customer-account-create .form-create-account .actions-toolbar button.action.primary {
        padding: 15px 20px !important;
    }

    .field-7 .control.checkbox_v-container {
        column-gap: 20px;
        row-gap: 20px;
    }

    .page-start .email-input {
        font-size: 16px;
    }

    .nav-toggle:before {
        font-size: 22px;
    }

    .theme-pearl .page-wrapper .page-header .logo img {
        width: 94px !important;
    }

    .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content a.logo {
        left: 0;
    }

    .theme-pearl .page-wrapper .page-header .block.block-search .block.block-content .open-modal-search {
        background-size: 18px;
    }

    .quiz-form .fieldset .field label:nth-child(1) {
        font-size: 16px;
    }
    
    .quiz-form .control.radio-container {
        width: 100%;
        font-size: 15px;
    }
    
    .customer-account-create .form-create-account .fieldset .field .label {
        font-size: 16px !important;
    }

    .quiz-form .field-2 .control.radio-container {
        gap: 20px;
    }

    .quiz-form .fieldset .field.field-5 label:nth-child(1){
        max-width: 375px;
    }
}


@media(max-width:450px) {
    .control.radio-container label p {
        font-size: 12px
    }

    .quiz-form .next {
        font-size: 16px;
    }
    
    .quiz-form  .field-2 .control.radio-container label p {
        font-size: 12px;
    }

    .control .checkbox-container label p {
        font-size: 12px !important;
        margin-top: 6px;
        margin-bottom: 6px
    }

    .field-2 .control.checkbox_v-container {
        max-width: 300px;
    }

    .quiz-form .control.radio-container label {
        padding: 15px 10px;
    }
}

@media (max-width: 430px) {
    .quiz-form .fieldset .field label:nth-child(1) {
        font-size: 14px;
        color: #000;
        margin-bottom: 25px;
        margin-top: 15px;
        padding:0px 25px;
    }

    .field-2 .control.checkbox_v-container {
        column-gap: 13px;
        row-gap: 10px;
    }

    .field-7 .control.checkbox_v-container {
        max-width: 315px;
    }

    .field-7 .control.checkbox_v-container {
        column-gap: 12px;
        row-gap: 6px;
    }

    .field-8 .control.checkbox_v-container {
        max-width: 315px;
    }

    .field-8 .control.checkbox_v-container {
        column-gap: 12px;
        row-gap: 6px;
    }

    .field-2 .control.radio-container{    
        max-width: 315px !important;
    }

    .quiz-form .control.radio-container {
        gap: 8px;
    }

    .customer-account-create .columns .quiz-form .fieldset {
        margin-bottom: 30px !important;
    }

    .field-9 .control.checkbox_v-container {
        gap: 15px;
        padding: 0px 35px;
    }

    .ultimatePage-top.get-started-page-top .form-start-h6 {
        font-size: 14px !important;
        margin-bottom: 13px !important;
        font-weight: 500
    }

    .ultimatePage-top.get-started-page-top .form-start-p {
        font-size: 14px !important;
        color: #000 !important;
        font-weight: 400 !important;
        max-width: 270px;
        margin: auto
    }

    .customer-account-create .form-create-account .fieldset .field .label {
        font-size: 13px !important;
    }

    .customer-account-create .form-create-account .fieldset .field.newsletter span {
        font-size: 14px !important;
    }

    .fieldset.additional_info .field.tcagreecreateaccount .control label {
        font-size: 14px !important
    }

    .field.choice.newsletter {
        margin-bottom: 6px !important;
    }

    .customer-account-create .form-create-account .actions-toolbar .primary span {
        font-size: 17px;
    }

    .customer-account-create .customer-account-page-wrapper form .fieldset>.field {
        margin-bottom: 10px
    }


    .customer-account-create .form-create-account .fieldset .field {
        padding: 0px 30px !important;
    }

    .customer-account-create .form-create-account .fieldset .field input {
        height: 36px !important;
    }


    .customer-account-create .form-create-account .fieldset .field select {
        height: 36px !important;
    }

    .customer-account-create .form-create-account .control .iti.iti--allow-dropdown .iti__flag-container {
        top: 10px;
    }

    .customer-account-create .form-create-account .actions-toolbar {
        padding: 0 30px !important;
    }
    .quiz-form .field-2 .control.radio-container {
        gap: 12px;
    }

}

@media(max-width:370px){
    .customer-account-create .columns .quiz-form .field.field-2  .control.radio-container{
        padding:0px 15px !important;
    }
}

@media(max-width:300px){
     .customer-account-create .quiz-form form .checkbox_v-container{
        padding: 0px 15px;
    }
}

.order-details-items .item-options dd {
    margin: 0;
}

.lac-notification-sticky {
    z-index: 99 !important;
}

body .minicart-wrapper .minicart-overlay{
    display: none;
}

body .minicart-wrapper.active .minicart-overlay{
    display: block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5); 
    z-index: 9;
}

.minicart-wrapper .block-minicart {
    position: fixed;
    right: 0px;
    min-width: auto;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    top: 0px !important;
    width: 470px !important;
}

.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after{
    display:none;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    position: absolute;
    top: 15px;
    font-size: 18px;
}

.minicart-wrapper .block-minicart .block-content{
    margin-top: 8px;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close {
    font-weight: 600;
    font-family: 'Gotham';
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .action.close:hover:before {
    color: #757575 !important;
}

.minicart-wrapper .action.close > span {
    clip: unset;
    overflow: visible;
    right: 60px;
    /*top: 9px;*/
    top: 7px;
    font-size: 18px;
    color: #999999;
    /*margin-right: 10px;*/
    margin-right: 15px;
}

.minicart-wrapper .minicart-items-wrapper{
    height: calc(100vh - 236px) !important;
    /*height: calc(100vh - 385px) !important;*/
}

.minicart-wrapper .minicart-items .product-item .secondary .action.delete:before {
    content: '\e70e';
    font-family: 'font-icons';
    transform: scale(1.1);
}

#mini-cart .item.product.product-item .product{
    position: relative;
}

/*#mini-cart .item.product.product-item .product .secondary {
    position:absolute;
    left:0px;
    right: 0px;
    transform:translateY(-6px)
}*/

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
    background-color: #f0ece5;
    border-radius: 15px;
    margin: 0px 15px 0 0;
    height: 145px !important;
    padding: 5px;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
    width: 100px !important;
}

/*.minicart-wrapper .block-minicart .product-item-details .product-title{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 30px;
    justify-content: space-between;
}*/

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper span{
    width: fit-content !important;
    font-weight: 500;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .label, .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper input{
    color: black !important;
    font-weight: 500;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper input{
    text-align: center !important;
    pointer-events: none !important;
    border: 1px solid #000 !important;
    border-color: #999999 !important;
    color: #999999 !important;
    background: #f4f4f4 !important;
    font-weight: 600 !important;
}

/*.minicart-wrapper .block-minicart .product-item-details .minicart-qty{
    text-align: center;
}*/

.minicart-wrapper .block-minicart .product-item-details .minicart-qty .discount-price-wrapper{
    display: inline-flex !important;
    flex-wrap: nowrap !important;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name{
    display:flex;
    flex-wrap: nowrap;
    /* width: max-content; */
    margin-bottom: 30px;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name em{
    font-style: normal !important;
}

.minicart-wrapper .block-minicart .product-item-pricing .details-qty .brand-name span{
    margin: 0 5px 0 0;
    color: #999999;
}

.minicart-wrapper .block-minicart .product-item-details .product-title .secondary{
    flex: 1 0;
    text-align: right;
}

.minicart-wrapper .block-minicart .product-item-pricing .brand-name{
    /*margin-bottom: 20px;*/
    font-style: normal;
}

.minicart-wrapper .block-minicart .product_options_values.labeltext{
    display: block;
    color: #999999;
    text-transform: lowercase !important;
}

.minicart-wrapper .block-minicart .product_options_values{
    color: #999999;
    text-transform: lowercase !important;
    display: none;
}

.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .total-price label{
    display: none;
}

.minicart-wrapper .block-minicart .price-container .price-wrapper .price{
    font-weight: normal;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
    border-bottom: 1px solid #cccccc !important;
}

.minicart-wrapper .block-minicart .total-price-wrapper{
    display: block;
    margin: 0 -20px;
    padding: 0 60px 0 40px;
    box-shadow: -1px -7px 7px -3px rgb(50 50 50 / 20%);
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: white;
    width: -webkit-fill-available;
}

.minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint label:before, .minicart-wrapper .block-minicart .total-price-wrapper .scroll-hint label:after{
    content: '\e7d7';
    font-family: 'font-icons';
    color: #999999;
    padding: 0 5px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section{
    gap: 10px;
    margin-bottom: 0px;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section .totalsave-price{
    justify-content: center;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    color: black;
    background-color: #ADC9D9;
    margin: 0px -40px 0px ;
}

.minicart-wrapper .block-minicart .total-price-wrapper .total-price-section .totalqty-div{
    font-weight: normal;
    color: #999999;
    font-size: 18px;
}

.minicart-wrapper .total-price-wrapper .total-price-section .totalqty-div label {
    text-transform: capitalize !important;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal{
    font-size: 1.4rem !important;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .label{
    display: none;
}

.minicart-wrapper .total-price-wrapper .total-price-section .subtotal .amount.price-container .price{
    /*font-size: 1.4rem;*/
    font-size: 18px;
    font-weight: 500;
}

.minicart-wrapper .total-price-wrapper .actions button.checkout {
    width: 100%;
    font-size: 18px !important;
}

.minicart-wrapper .block-minicart .minicart-bottom-section{
    display: none;
}

.minicart-wrapper .actions{
    padding: 0 0 5px !important;
}

.minicart-wrapper .actions .secondary{
    text-align: center !important;
}

.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .price{
    font-weight: 500;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /*line-height: 2.1;*/
    line-height: 1.5;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper{
    flex-direction: row-reverse;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price-discount,
.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper label,
.minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .list-price-wrapper{
    display: none;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price{
    color: #999999;
    white-space: break-spaces;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper .price-wrapper .minicart-price .price{
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .price-wrapper.original_price .original-price .price{
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper .original-price .price{
    font-weight: normal;
    text-decoration: line-through;
}

.minicart-wrapper .block-minicart .price-container .discount-price-wrapper.showdiscountper .list-price-wrapper .original-price .price{
    text-decoration: none;
}

.minicart-wrapper .block-minicart .total-price-wrapper .actions .primary{
    margin: 5px 0 0;
}

.minicart-wrapper .block-minicart .total-price-wrapper .actions .secondary{
    padding: 10px 0;
}

.checkout-index-index .opc-block-summary .product-item .price-container .discount-price-wrapper.showdiscountper .list-price-wrapper.is_discount{
    display: none;
}

.checkout-index-index .opc-block-summary .product-item .price-container .discount-price-wrapper .list-price-wrapper.is_discount .original-price .price{
    text-decoration: line-through;
} 

@media(min-width:768px) {
    .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details a{
        /*font-size: 25px !important;*/
        font-size: 20px !important;
    }

    .minicart-wrapper .block-minicart .product-item-details .product-title .product.attribute.sku{
        font-size: 20px;
    }

    .minicart-wrapper .block-minicart .product-item-pricing .brand-name{
        font-size: 14px;
    }

    .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .price-wrapper .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .subtotal-price-wrapper .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }

    .minicart-wrapper .block-minicart .price-container .discount-price-wrapper .list-price-wrapper .original-price .price{
        /*font-size: 14px;*/
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
        width: auto !important;
    }
}

.customer-account-index .fieldset.password {
    display: block;  
    float: initial !important;  
}

.customer-account-index .field.choice {
    display: flex;             
    align-items: center;      
}

.customer-account-index .fieldset.info .field.choice .label {
    margin-bottom: 0 !important;       
}

.customer-account-index .fieldset.info .field.choice .checkbox {
    margin-right: 10px;
}

.customer-account-index .field.choice #change-password {
    margin-left: 40px;
}

.customer-account-index .fieldset.info .field.choice .label, .customer-account-index .fieldset.password .field.choice .label {
    margin-top: 6px;
}

@media(min-width:768px) {
    .customer-account-index .account-information .form-edit-account .fieldset.info{
        max-width:48% !important;
    }    
}

.page-wrapper .page-header{
    z-index: 99;
}

.block-minicart #minicart-content-wrapper .freegift-items{
    text-align: center;
    background-color: #f0ece6;
    padding: 20px;
    margin: 0 -40px;
}

.block-minicart #minicart-content-wrapper .freegift-items .head{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
}

.block-minicart #minicart-content-wrapper .freegift-items.add .head:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/star-image.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 65px;
    top: 0;
    height: 100%;
    width: 100%;
}

.block-minicart #minicart-content-wrapper .freegift-items.add .head:after{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/star-image.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 65px;
    transform: scaleX(-1);
}

.block-minicart #minicart-content-wrapper .freegift-items.added .head:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/checkbox.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 18px;
    top: 0;
    height: 100%;
    width: 100%;
}

.block-minicart #minicart-content-wrapper .freegift-items p{
    color: #fe858a;
    /*font-size: 16px;*/
    font-size: 18px;
}

.block-minicart #minicart-content-wrapper .freegift-items button.hyperlink{
    border: unset;
    background: unset;
    color: unset;
    padding: unset;
    text-decoration: underline;
}

.block-minicart #minicart-freegift .freegift-back{
    border: unset;
    background: unset;
    color: unset;
    padding: unset;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    margin-left: 5px !important;
}

.block-minicart #minicart-freegift .freegift-back:before{
    content: '';
    background-image: url('../../frontend/BrandMd/ultimate/en_US/Magento_Checkout/images/back-arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    /*left: -11px;
    top: 3px;*/
    left: -15px;
    top: 1px;
    height: 100%;
    width: 100%;
    background-size: 7%;
}

.block-minicart #minicart-freegift #freegift-close{
    float: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding: 0;
    position: unset;
    width: unset;
}

.block-minicart #minicart-freegift #freegift-close:before{
    line-height: 18px !important;
}

.block-minicart #minicart-freegift #freegift-close:hover:before{
    color: #757575 !important;
}

.block-minicart #minicart-freegift #freegift-close p{
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.block-minicart #minicart-freegift .freegift-notice{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f0ece5;
    margin: 0 -40px;
    padding: 20px;
}

.block-minicart #minicart-freegift .freegift-notice p{
    margin-bottom: unset;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-left{
    font-weight: 500;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-left span:first-child{
    text-decoration: underline;
}

.block-minicart #minicart-freegift .freegift-notice p.notice-right{
    color: #999999;
    font-weight: 700;
}

.block-minicart #minicart-freegift .ampromo-gallery{
    margin: 0px 0px;
}

.block-minicart #minicart-freegift .align-freegift{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    width: 100%;
    max-width: 390px;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

.block-minicart #minicart-freegift .align-freegift .middle-align, .block-minicart #minicart-freegift .align-freegift .last-align{
    display: block;
}

.block-minicart #minicart-freegift a.product-item-photo {
    background-color: #f0ece5;
    border-radius: 15px;
    margin: 0px 15px 0 0;
    height: 145px !important;
    padding: 5px;
    align-items: center;
    display: flex;
    flex: 0 25%;
}

/*.block-minicart #minicart-freegift a.product-item-photo img.ampromo-item-image {
    height: 130px;
    width: 100%;
}*/

.block-minicart #minicart-freegift a.product-item-photo img.ampromo-item-image {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
}

.block-minicart #minicart-freegift .align-freegift .middle-align .ampromo-item-title .ampromo-title{
    margin-top: 0px;
    margin-bottom: 5px;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .ampromo-item-title a{
    /*font-size: 22px;*/
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options{
    padding: 0 0;
    margin-bottom: 0;
    /*font-size: 16px;*/
    font-size: 14px;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset{
    margin-bottom: 0;
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset span{
    color: #999999;
    /*font-weight: 500;*/
}

.block-minicart #minicart-freegift .align-freegift .middle-align #ampromo-options fieldset .option-labels{
    text-transform: lowercase;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price{
    font-size: 18px;
    /*font-weight: 700;*/
    font-weight: 500;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price-base-price{
    display: none;
}

.block-minicart #minicart-freegift .align-freegift .middle-align .freegift-price .price-new-price .price-wrapper{
   line-height: 0.3; 
}

.block-minicart #minicart-freegift .back-bottom-btn{
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: white;
    width: 100%;
    box-shadow: -1px -7px 7px -3px rgb(50 50 50 / 20%);
    margin: 0 -20px;
    padding: 0 60px 0 20px;
}

.block-minicart #minicart-freegift .freegift-back.bottom{
    margin: 25px 0;
}

.block-minicart #minicart-freegift .ampromo-item-buttons button{
    display: none;
}

.block-minicart.freegift{
    height: calc(100vh - 66px);
}

.checkbox.style-h {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-h input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-h input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
    top: -3px;
}

.checkbox.style-h .checkbox__checkmark {
    height: 18px;
    width: 18px;
    background-color: #fff;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    border:1px solid #ccc;
}

.checkbox.style-h .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: -15px;
    width: 8px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease;
}

@media(max-width:640px) {
    .block-minicart #minicart-content-wrapper .freegift-items.add .head:before{
        left: 30px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.add .head:after{
        right: 30px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.added .head{
        font-size: 16px;
    }

    .block-minicart #minicart-content-wrapper .freegift-items.added .head:before{
        left: 0;
    }

    .block-minicart #minicart-freegift .align-freegift{
        max-width: 320px;
    }
}

#generalChatpopup{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

#generalChatpopup .generalChat-popup{
    margin-bottom: 0 !important;
}

#generalChatpopup .generalChat-popup.generalChat-popup-show #start-chat-with{
    position: sticky;
    bottom: 0;
    background-color: #86cdfc !important;
}

.design-status-warning{
    margin: 0 auto;
    max-width: 1030px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    font-family: "Gotham";
    color: #000000;
    display: flex;
    align-items: center;
}

.design-status-warning .modal-inner-wrap{
    background-color: #f0ece5 !important;
}

.design-status-warning .modal-header{
    padding: 0px;
}

.design-status-warning .modal-header .modal-title{
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    border-bottom: unset;
}

.design-status-warning .modal-header .action-close{
    display: none;
}

.design-status-warning .modal-content{
    background: #f0ece5;
    border: none;
    padding: 10px;
    color: #999999;
}
.design-status-warning .modal-content p{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.design-status-warning .modal-footer{
    background: #f0ece5;
    border: none;
    border-top: unset !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

.design-status-warning .modal-footer .action-primary{
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    height: auto;
    background: #9eaad6;
}

.design-status-warning .modal-footer .action-secondary{
    background-color: #bfc1ba;
    border-color: #999999;
    text-align: center;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
}

@media(max-width: 768px){
    .design-status-warning{
        max-width: fit-content;
        left: 0 !important;
    }

    .design-status-warning .modal-inner-wrap{
        max-height: 270px !important;
    }

    .design-status-warning .modal-content p{
        font-size: 16px;
    }

    .design-status-warning .modal-footer{
        padding-bottom: 15px;
    }

    .widget.block.block-cms-link.monthly-promo-link a{
        vertical-align: sub;
    }
}

@media(max-width: 540px){
    .design-status-warning .modal-content p{
        font-size: 14px;
    }
}

@media(max-width: 424px){
    .design-status-warning{
        padding: 10px;
    }

    .design-status-warning .modal-inner-wrap{
        max-height: 290px !important;
    }

    .design-status-warning .modal-footer{
        gap: 30px;
    }
}


@media(min-width: 769px){    
    .catalog-category-view #layered-filter-block-container #layered-filter-block{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .catalog-category-view #layered-filter-block-container #layered-filter-block .block-search{
        margin-left: 28px;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list {
        display: flex;
        flex-wrap: nowrap;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-title{
        white-space: nowrap;
    }
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close{
    top: unset;
    color: black !important;
    right: 1px;
    background:none !important;

}
.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close:before, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close:before {
    color:#757575;
    font-size:14px ;
    font-weight:400;
}
.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close span, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header .action-close span{
    display: none;
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-header{
    background-color: #ffffff;
    padding: 15px 30px;
}

.customer-design-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap, .education-index-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap, .customer-account-index .modal-popup.custom-empty-cart-modal .modal-inner-wrap{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: 500px;
}
.education-index-index .modal-popup.custom-empty-cart-modal .modal-content{
    padding-top: 0rem;
}
/*.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price, .checkout-index-index #opc-sidebar .totalsave-price, .checkout-index-index #opc-sidebar .place-order #place-quote{
    display: none !important;
}*/

.minicart-wrapper .total-price-wrapper .total-price-section .totalsave-price, .checkout-index-index #opc-sidebar .totalsave-price{
    display: none !important;
}

.monthly-promo-link-wrap {
    display: flex;
    align-items: center;
    gap:6px;
    justify-content: center;
}

.widget.block.block-cms-link.monthly-promo-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0px 0px !important;
}

@media(max-width: 424px){   
    .widget.block.block-cms-link.monthly-promo-link {
        font-size: 10px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .widget.block.block-cms-link.monthly-promo-link {
        font-size: 14px;
    }
}

label.physical-approval-checkbox:before, label.photo-approval-checkbox:before, label.multi-chat-checkbox:before{
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #000;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: white;
    transform: translateY(-50%);
}

label.physical-approval-checkbox.checked:after, label.photo-approval-checkbox.checked:after, label.multi-chat-checkbox.checked:after  {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.help-popup-wrap .advanced-options-checkbox .physical-approval-checkbox-row, .help-popup-wrap .advanced-options-checkbox .photo-approval-checkbox-row, .help-popup-wrap .advanced-options-checkbox .multi-chat-checkbox-row{
    width: fit-content;
    position: relative;
    margin: auto;
}

.help-popup-wrap .advanced-options-header{
    margin-bottom: 5px;
}

.help-popup-wrap #advanced-options-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.status-update-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

.status-update-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.status-update-loader .loader img {
    width: 50px;
    height: auto;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-header{
    display: unset;
    padding: 15px 30px;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-inner-wrap{
    border-radius:unset !important;
    width: 500px;
    top: 30%;
}

.catalog-category-view .modal-popup.custom-empty-cart-modal .modal-inner-wrap .modal-content{
    padding-left: 3rem;
    padding-right: 3rem;
}

.catalog-product-view .modal-popup.custom-empty-cart-modal._show .modal-inner-wrap {
        width: 500px;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code{
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    width: fit-content;
    gap: 10px;
    align-items: center;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code .field-tooltip{
    position: relative;
    top: 0;
    right: 1px;
    display: none;
}

#opc-sidebar .discount-code .available-promo-codes .promo-code .field-tooltip .field-tooltip-content{
    width: auto;
}

#opc-sidebar .discount-code .available-promo-codes .applied {
    color: green;
    pointer-events: none;
}

#opc-sidebar .discount-code .available-promo-codes .is_active_coupon{
    color: green;
}

#opc-sidebar .discount-code .available-promo-codes .remove-promo{
    cursor: pointer;
}

#opc-sidebar .discount-code .available-promo-codes .remove-promo:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\f057';
    font-family: 'fontawesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 1px;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip{
    cursor: pointer;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#opc-sidebar .discount-code .available-promo-codes .promo-tooltip:hover:before{
    color: #333333;
}

.promo-description-modal {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.promo-description-modal .modal-content {
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    max-width: 600px; 
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
    position: relative; 
}

.promo-description-modal .modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.promo-description-modal .modal-body {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.promo-description-modal .close-promo{
    cursor: pointer;
    float: right;
}

.promo-description-modal .close-promo:before{
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\f057';
    font-family: 'fontawesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 1px;
}

@media (max-width: 600px) {
    .promo-description-modal .modal-content {
        width: 90%; 
    }
}

.customer-account-createvcs .form-create-account .sales_potential .control {
    position: relative;
}

.customer-account-createvcs .form-create-account .sales_potential .control:after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1.2rem;
    color: #666;
}

.customer-account-createvcs .form-create-account .sales_potential .control:active:after {
    transform: translateY(-50%) rotate(180deg);
}

.checkout-index-index #checkout-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.checkout-index-index #share-quote-by-email-popup {
    background: #fff;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-popup-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.checkout-index-index #share-quote-by-email-popup .client-email-input,
.checkout-index-index #share-quote-by-email-popup .education-content-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.checkout-index-index #share-quote-by-email-popup textarea.education-content-input {
    resize: vertical;
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-btn {
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-index-index #share-quote-by-email-popup .share-by-email-btn:hover {
    background-color: #574b7b;
}

.checkout-index-index #share-quote-by-email-popup .popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.checkout-index-index #share-quote-by-email-popup .popup-close:hover {
    color: #000;
}

.checkout-index-index #share-quote-by-email-popup button.action-close {
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;
    border: none;
    margin: 15px;
    text-decoration: none;
    position: absolute;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    line-height: inherit;
}

.checkout-index-index #share-quote-by-email-popup button.action-close:before {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-index-index #share-quote-by-email-popup button.action-close span {
    position: relative;
    overflow: unset;
    height: unset;
    display: block;
    width: unset;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-index-index #share-quote-by-email-popup .modal-header {
    padding: 15px 30px;
    background-color: #8f9194;
    margin: -21px -20px 10px -20px;
}

.checkout-index-index #share-quote-by-email-popup .modal-title {
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    line-height: 22px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form {
    padding-top: 2rem;   
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div label {
    color: #8f909c;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}

.checkout-index-index #share-quote-by-email-popup #share-by-email-form .client-email-input-div input {
    border: none;
    color: #999999 !important;
    flex-grow: 1;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
}

.customer-design-index #logSelectedDesigns{
    background-color: #afc8d9;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.customer-design-index .design-list .bulk-chat-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: min-content;
    gap: 7px;
}

.customer-design-index .design-list input.design-checkbox {
    cursor: pointer;
    align-self: baseline;
    top: 0px;
    min-width: 25px;
    height: 25px;
    margin: 0px auto;
}

.customer-design-index .design-list input.design-checkbox:before {
    width: 25px;
    height: 25px;
    display: block;
    border: 2px solid #6e6f72;
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: white;
    transform: translateY(-50%);
}

.customer-design-index .design-list input.design-checkbox:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6e6f72;
}

.customer-design-index .design-list .bulk-chat-wrapper span{
    font-size: 16px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-family: "Barlow Condensed";
    color: #999999;
    text-transform: lowercase;
    height: -webkit-fill-available;
}

.customer-design-index .modal-popup.mass-chat-popup{
    top: 50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    overflow: inherit;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap{
    width: 100%;
    max-width: 660px;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap #modal-content-2{
    padding: 3rem;   
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close{
    right: 0;
    top: -40px;
}

.customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap #modal-content-2 #mass-chat-modal button#sendCheckedDesigns{
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    
}

@media only screen and (max-width: 768px) {
    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap{
        width: 93%;
    }

    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close{
        top: -30px;
    }

    .customer-design-index .modal-popup.mass-chat-popup .modal-inner-wrap .modal-header .action-close span{
        font-size: 15px;
    }
}

.customer-account-index .ultimate-customer-account-page{
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab{
    height: fit-content;
    background: #f5f5f5;
    padding: 15px 0;
    width: -webkit-fill-available;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .delimiter{
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 0px;   
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks:first-child{
    margin-top: 0;
    border-top: 0;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks.active{
    border-left: 3px solid #9cbed0;
    color: #000000;
    font-weight: 600;
}

.customer-account-index .ultimate-customer-account-page .ultimatelinks-tab .ultimatelinks{
    width: -webkit-fill-available;
    text-align: left;
    border: unset;
    background: unset;
    color: #575757;
    padding: 15px;
    text-decoration: none;
}

.customer-account-index .ultimate-customer-account-page .ultimate-content{
    width: -webkit-fill-available;
}

.customer-account-index .ultimate-customer-account-page .ultimatePage-top{
    padding: 0 30px;
}

.account .account-information, .account .label-information, .account .order-information, .customer-account-login .login-container, .customer-account-create .form-create-account {
    margin-top: 0px !important;
}

@media(min-width: 769px){
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle {
        display: none;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-tab {
        width: 22.3%;
    }
    .customer-account-index .ultimate-customer-account-page .ultimate-content{
        width: 77.7%;
    }
}

@media(max-width: 768px){
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle{
        display: block;
        width: 100%;
        background: #9cbed0;
        color: white;
        font-size: 18px;
        padding: 10px;
        text-align: left;
        border: none;
        cursor: pointer;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-toggle:hover{
        background: #9cbed0;
        border: none;
        color: white;
    }
    .customer-account-index .ultimate-customer-account-page .ultimatelinks-tab{
        display: none;
        background: #f5f5f5;
        padding: 10px;
    }
    .customer-account-index .ultimate-customer-account-page .ultimate-content{
        margin-top: 30px;
    }
    .account-information #AddressBook .actions-toolbar button.action.primary.add {
        margin-left: 0;
    }
}

.customer-account-index #vault-block-wrapper h1{
    display: none;
}

.customer-account-index #vault-block-wrapper .add-methods {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method:first-child {
    margin-right: 35px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method{
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    padding: 3px;
    width: 50%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method > div p {
    font-weight: 700;
    padding-top: 15px;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container {
    background: #f0f0f0;
    border-radius: 0 0 1px 1px;
    height: 100%;
    padding: 15px 0;
    width: 100%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    max-width: 160px;
    padding: 0;
    width: 100%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul li {
    margin: 0;
    width: 25%;
}

.customer-account-index #vault-block-wrapper .add-methods .add-method .icon-container ul li img {
    height: 24px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types {
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types .item {
    margin-right: 5px;
    margin-top: 5px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-types img {
    height: 24px;
}

.customer-account-index #vault-block-wrapper .braintree-credit-card-selected {
    height: 30px;
}

.customer-account-index #vault-block-wrapper .payment-method-braintree .cvv .field-tooltip {
    right: 10px;
    top: 0;
}

.customer-account-index #vault-block-wrapper .address-select-modal__form-container {
    margin-bottom: 20px;
}

.customer-account-index #vault-block-wrapper .address-select-modal__form-container > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.customer-account-index #vault-block-wrapper .address-select-container {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 25px;
}

.customer-account-index #vault-block-wrapper #braintree_submit {
    font-size: 1.6rem;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    height: 40px;
    margin: 10px 0;
    padding: 0 20px;
    background: #9cbed0 !important;
}

.minicart-qty .quantity-controls-wrapper .quantity-controls {
    background: none;
    /* border: none; */
    font-weight:bold;
    font-size: 25px;
    border: 1px solid #000;
    border-radius: unset;
    padding: 10px 8px;
    border-color: #999999;
    color: #999999; 
}

.minicart-qty .quantity-controls-wrapper .quantity-controls:hover, .minicart-qty .quantity-controls-wrapper .quantity-controls:focus, .minicart-qty .quantity-controls-wrapper .quantity-controls:active {
    background: none;
    /* border: none; */
}

.minicart-qty .quantity-controls-wrapper {
    /* background-color: #e4e2e2; */
    /* border-radius: 15px; */
    width: max-content;
    margin: 5px 0px;
    /* padding: 0px 20px; */
    display: flex;
    flex-wrap: nowrap;
}

.minicart-qty .product-item-pricing span.qty-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: max-content;
}

/* .minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item{
    margin: 0;
    width: -webkit-fill-available;
} */

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item{
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0;
    width: auto;
    background: #000;
    color: #fff;
}

.minicart-wrapper .block-minicart .product-item-pricing .qty-wrapper .update-cart-item span{
    font-weight: bold;
    font-size: 12px;
}

/* .catalog-category-view .block.block-reorder {
    display: none;
}

@media(min-width: 769px){    
    .catalog-category-view .sidebar.sidebar-main {
        padding-top: 150px;
    }
    
    .catalog-category-view #layered-filter-block-container #layered-filter-block{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .catalog-category-view #layered-filter-block-container #layered-filter-block .block-search{
        margin-left: 28px;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list {
        display: block !important;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-title{
        white-space: nowrap;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input{
        position: relative;
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input:before{
        width: 14px;
        height: 14px;
        display: block;
        border: 2px solid #000;
        border-radius: 2px;
        content: "";
        position: absolute;
        top: 0%;
        background-color: white;
        transform: translate(0px, 0px);
    }

    .catalog-category-view #layered-filter-block-container .filter-content #narrow-by-list .filter-options-content .item input:checked:after{
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        left: 3px;
        top: 10%;
    }

} */

@media(min-width: 768px){
    .minicart-wrapper .block-minicart .product-item-pricing{
        width: 100% !important;
    }
}
@media(max-width: 768px){
    .minicart-wrapper .block-minicart{
        width: auto !important;
    }
}

.minicart-items .item-qty {
    width: 40px !important;
}

.design-label-options{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}

.design-label-options span{
    background: gainsboro;
    padding: 4px 24px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    height: fit-content;
}

.design-label-options span.cap_options{
    background: #b5c5d0;
}

.design-label-options strong{
    font-weight: 500;
    text-transform: uppercase;
}

#help-popup-modal .design-label-options{
    padding-top: 0px;
}

.sales-order-printinvoice .order-details-items.invoice .col.price div{
    justify-content: center !important;
}

@media print{
    .block-order-details-view .block-content{
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 40px;
    }
    
    .order-details-items.invoice{
        width: 1000px !important;
    }

    .order-details-items.invoice .applied-promo li strong{
        color: #eb5202 !important;
    }

    .lac-notification-sticky, .open-modal-search, .generalChat-bottom{
        display: none !important;
    }

    .order-details-items.invoice .col.name{
        width: 350px !important;
    }

    .order-details-items.invoice .col.qty, .order-details-items.invoice .col.price{
        text-align: center !important;
    }
}

.discount-promo-section > summary > h5{
    margin-bottom: 10px;
}

.discount-promo-section > summary > h5::before {
    content: "Show Coupons ▼";
    cursor: pointer;
    font-weight: 700;
    color: #666;
}

.discount-promo-section[open] > summary > h5::before {
    content: "Hide Coupons ▲";
}

.discount-promo-section .coupon-list {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
.discount-promo-section .coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #ccc;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #fafafa;
}
.discount-promo-section .coupon-item span {
    font-weight: bold;
    font-size: 15px;
}
.discount-promo-section .coupon-item p {
    font-size: 13px;
    color: #666;
    margin: 4px 0 0;
}
.discount-promo-section .coupon-item button {
    background: #9cbed0;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}
.discount-promo-section .coupon-item button:hover {
    background: #000;
}.education-index-index .education-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.education-index-index .featured-resources, .webinars, .product-videos {
    margin-top: 40px;
}

.education-index-index .resource-item, .webinar-item, .video-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

/*button {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}*/

.education-index-index .education-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
}

.education-index-index .education-item{
    width:100%;
    max-width:100%;
    border-radius:20px;
    overflow:hidden;
    padding:18px;
    background-color:#f0ece5;
    min-height:350px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column
}
.education-index-index .education-container h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-family: "Gotham";
    font-weight: normal;
    text-align: center;
}

.education-index-index .education-container p {
    font-size: 18px;
    font-family: "Gotham";
    font-weight: 300;
    text-align: center;
}

.education-index-index .button-container {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.education-index-index .btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.education-index-index .btn-view {
    background-color: #afc8d9; /* Light blue */
    color: white;

}

.education-index-index .btn-share {
    background-color: #8f9194; /* Gray */
    color: white;
    position: relative;
}

.education-index-index .btn.btn-viewAll {
    background-color: #fafbfb;
    color: #000;
    margin-top:40px;
    padding-left:40px;
    padding-right:40px;
    padding-top:4px;
    padding-bottom:4px;
    border-color: #8f9194;
    border-radius:12px;
    border: 2px solid #8f9194;
    font-weight:100;

}

.education-index-index .sub-dropdown {
    /*display: none;*/
    position: absolute;
    background: white;
    border: 1.5px solid #ccc;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 120px;
    text-align: left;
    font-weight: 600;
}

.education-index-index .sub-dropdown a {
    padding: 5px;
    text-decoration: none;
    color: #8f9194;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.education-index-index .sub-dropdown a:hover {
    background: #f0f0f0;
}

/*.education-index-index .btn-share:hover .sub-dropdown {
    display: block;
}
*/

.education-index-index main#maincontent {
        margin-bottom:35px
}

.education-index-index .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.education-index-index .video-modal-content {
    border-radius: 10px;
    text-align: center;
    width:fit-content;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position: relative;
    width: 72%;
    /*overflow: hidden;*/
    padding-top: 40%;
    background-color: white;
}


.education-index-index .close-modal {
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 20px;
    cursor: pointer;
    background-color: #757575bf;
    border-radius: 6%;
    height: 30px;
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    color: white;
}

.education-index-index .education-item-wrapper .education-item-title{
    font-size:26px;
    font-weight: 300;
    margin:12px 0px 16px;
    font-family: Gotham;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.education-index-index .education-container-title{
    text-align:start;
    font-weight:900;
    color:#8f9194;
}


.education-index-index .education-spacing-container{
    margin-top:40px
}


.education-index-index .button-container div{
    width:100%
}

.education-index-index .button-container div a.btn.btn-share, .button-container div a.btn.btn-view{
    width:100%
}

.button-container div{
        width: 100%;
         position: relative;
}

.education-index-index .education-index-index .sub-dropdown{
    width: 100%;
    top: 0;
    border-radius: 5px;
}

.education-index-index #videoFrame{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.education-index-index .video-modal .video-loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.education-index-index .video-modal .video-modal-content {
    position: relative;
    text-align: center;
}



@media(max-width:1080px){
    .education-index-index .education-item{
        min-height:290px;
    }
    .education-index-index .education-item-wrapper .education-item-title{
        font-size:22px;
    }
}

@media(max-width:991px){
    .education-index-index .btn{
        font-size:18px
    }
    .education-index-index .education-items{
        gap:16px
    }
}

@media(max-width:899px){
     .education-index-index .education-item{
        min-height:260px;
    }
     .education-index-index .education-item-wrapper .education-item-title{
        font-size:20px;
        margin: 12px 0px 12px;
    }
    .education-index-index .btn{
        font-size:16px;
        padding: 9px 20px 6px;
        line-height:1
    }
    .education-index-index .button-container{
        flex-direction:column;
    }
}

@media(max-width:767px){
    .education-index-index .education-item{
        min-height:220px;
    } 
        .education-index-index .education-item-wrapper .education-item-title{
        font-size:18px;
    }
    .education-index-index .education-container-title{
        font-size:24px
    }
   
}
    @media(max-width:768px){
         .education-index-index .video-modal-content{
            position: relative;
            width: 74%;
            /*overflow: hidden;*/
            padding-top: 41.25%;
         }
    }    @media(max-width:430px){
         .education-index-index .video-modal-content{
           width: 95%;
            overflow: hidden;
            padding-top: 53.25%;
         }
    }

@media(max-width:699px){
     .education-index-index .education-item{
        min-height:180px;
    } 
}

@media(max-width:575px){
    .education-index-index .education-items{
        grid-template-columns:1fr 1fr;
    }
      .education-index-index .education-item{
        min-height:270px;
    } 
    .education-index-index .education-item > img {
        width:85%
    }
    .education-index-index .education-container-title{
        font-size:20px
    }
}

@media(max-width:480px){
 .education-index-index .education-item{
        min-height:220px;
    }   
     .education-index-index .btn{
        font-size:16px
    }
      .education-index-index .education-item-wrapper .education-item-title{
        font-size:16px;
    }
}

@media(max-width:425px){
      .education-index-index .education-item > img {
        width:95%
    }
}

@media(max-width:375px){
     .education-index-index .education-item{
        min-height:190px;
    }
      .education-index-index .education-item > img {
        width:100%
    }
}

@media(max-width:339px){
      .education-index-index .education-item{
        min-height:160px;
    }
}


/*#####################PDP############################*/

.catalog-product-view .education-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.catalog-product-view .featured-resources, .webinars, .product-videos {
    margin-top: 40px;
}

.catalog-product-view .resource-item, .webinar-item, .video-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

/*button {
    background: #ddd;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}*/

.catalog-product-view .education-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
}

.catalog-product-view #maincontent .ultimatelinks .tabs-content {
    overflow:visible;   
}

.catalog-product-view .education-item{
    width:100%;
    max-width:100%;
    border-radius:20px;
    overflow:hidden;
    padding:18px;
    background-color:#f0ece5;
    min-height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column
}
.catalog-product-view .education-container h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-family: "Gotham";
    font-weight: normal;
    text-align: center;
}

.catalog-product-view .education-container p {
    font-size: 18px;
    font-family: "Gotham";
    font-weight: 300;
    text-align: center;
}

.catalog-product-view .button-container {
    display: flex;
    gap: 5px;
    margin-top: 20px;

}

.catalog-product-view .btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.catalog-product-view .btn-view {
    background-color: #afc8d9; /* Light blue */
    color: white;

}

.catalog-product-view .btn-share {
    background-color: #8f9194; /* Gray */
    color: white;
    position: relative;
}

.catalog-product-view .btn.btn-viewAll {
    background-color: #fafbfb;
    color: #000;
    margin-top:40px;
    padding-left:40px;
    padding-right:40px;
    padding-top:4px;
    padding-bottom:4px;
    border-color: #8f9194;
    border-radius:12px;
    border: 2px solid #8f9194;
    font-weight:100;

}

.catalog-product-view .sub-dropdown {
    /*display: none;*/
    position: absolute;
    background: white;
    border: 1.5px solid #ccc;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 120px;
    text-align: left;
    font-weight: 600;
}

.catalog-product-view .sub-dropdown a {
    padding: 5px;
    text-decoration: none;
    color: #8f9194;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.catalog-product-view .sub-dropdown a:hover {
    background: #f0f0f0;
}

/*.catalog-product-view .btn-share:hover .sub-dropdown {
    display: block;
}
*/

.catalog-product-view main#maincontent {
        margin-bottom:35px
}

.catalog-product-view .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.catalog-product-view .video-modal-content {
    border-radius: 10px;
    text-align: center;
    width:fit-content;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position: relative;
    width: 68%;
    /*overflow: hidden;*/
    padding-top: 40%;
    background-color: white;
}


.catalog-product-view .close-modal {
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 20px;
    cursor: pointer;
    background-color: #757575bf;
    border-radius: 6%;
    height: 30px;
    width: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    color: white;
}

.catalog-product-view .education-item-wrapper .education-item-title{
    font-size:26px;
    font-weight: 300;
    margin:12px 0px 16px;
    font-family: Gotham;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-product-view .education-container-title{
    text-align:start;
    font-weight:900;
    color:#8f9194;
}

.catalog-product-view .empty-education-title{
    font-weight:900;
    color:#8f9194;
}


.catalog-product-view .education-spacing-container{
    margin-top:40px
}


.catalog-product-view .button-container div{
    width:100%
}

.catalog-product-view .button-container div a.btn.btn-share, .button-container div a.btn.btn-view{
    width:100%
}

.button-container div{
        width: 100%;
         position: relative;
}

.catalog-product-view .catalog-product-view .sub-dropdown{
    width: 100%;
    top: 0;
    border-radius: 5px;
}

.catalog-product-view #videoFrame{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.catalog-product-view .video-modal .video-loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-product-view div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active{
        z-index: 1 !important;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.catalog-product-view .video-modal .video-modal-content {
    position: relative;
    text-align: center;
}

@media(max-width:1080px){
    .catalog-product-view .education-item{
        min-height:290px;
    }
    .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:22px;
    }
}

@media(max-width:991px){
    .catalog-product-view .btn{
        font-size:18px
    }
    .catalog-product-view .education-items{
        gap:16px
    }
}

@media(max-width:899px){
     .catalog-product-view .education-item{
        min-height:260px;
    }
     .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:20px;
        margin: 12px 0px 12px;
    }
    .catalog-product-view .btn{
        font-size:16px;
        padding: 9px 20px 6px;
        line-height:1
    }
    .catalog-product-view .button-container{
        flex-direction:column;
    }
}

@media(max-width:767px){
    .catalog-product-view .education-item{
        min-height:220px;
    } 
        .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:18px;
    }
    .catalog-product-view .education-container-title{
        font-size:24px
    }
   
}
    @media(max-width:768px){
         .catalog-product-view .video-modal-content{
            position: relative;
            width: 74%;
            /*overflow: hidden;*/
            padding-top: 41.25%;
         }
    }    @media(max-width:430px){
         .catalog-product-view .video-modal-content{
           width: 95%;
            /*overflow: hidden;*/
            padding-top: 53.25%;
         }
    }

@media(max-width:699px){
     .catalog-product-view .education-item{
        min-height:180px;
    } 
}

@media(max-width:575px){
    .catalog-product-view .education-items{
        grid-template-columns:1fr 1fr;
    }
      .catalog-product-view .education-item{
        min-height:270px;
    } 
    .catalog-product-view .education-item > img {
        width:85%
    }
    .catalog-product-view .education-container-title{
        font-size:20px
    }
}

@media(max-width:480px){
 .catalog-product-view .education-item{
        min-height:220px;
    }   
     .catalog-product-view .btn{
        font-size:16px
    }
      .catalog-product-view .education-item-wrapper .education-item-title{
        font-size:16px;
    }
}

@media(max-width:425px){
      .catalog-product-view .education-item > img {
        width:95%
    }
}

@media(max-width:375px){
     .catalog-product-view .education-item{
        min-height:190px;
    }
      .catalog-product-view .education-item > img {
        width:100%
    }
}

@media(max-width:339px){
      .catalog-product-view .education-item{
        min-height:160px;
    }
}.education-index-index .modal-slide ._inner-scroll .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.education-index-index header.modal-header {
    background-color: #8f9194;
}

.education-index-index .modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.education-index-index .modal-popup .modal-content{
    padding-top:3rem;
}

.education-index-index .modal-popup .modal-inner-wrap{
    top:25%;
    width:100%;
    max-width:660px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto;
    z-index: 950;
}

.education-index-index .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.education-index-index .modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.education-index-index .modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.education-index-index .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.education-index-index input.client-email-input {
    border:none;
    color: #999999 !important;

}

.education-index-index .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.education-index-index .education-content-input{
    border:none !important;
}

.education-index-index button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.education-index-index label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.education-index-index header.modal-header{
    padding: 15px 30px;
}
/* Loader container with background size and color */
.education-index-index .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.education-index-index .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .education-index-index .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .education-index-index .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .education-index-index .modal-slide .action-close > span{
        font-size: 15px;
    }
    .education-index-index .modal-slide .action-close:before{
        font-size: 12px
    }
    .education-index-index .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .education-index-index header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .education-index-index label.share-by-email-popup-label{
        font-size: 15px
    }
}

.catalog-product-view .modal-slide._inner-scroll.education-popup .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.catalog-product-view .education-popup header.modal-header {
    background-color: #8f9194;
}

.catalog-product-view .education-popup.modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.catalog-product-view .education-popup.modal-popup .modal-content{
    padding-top:3rem;
}

.catalog-product-view .education-popup.modal-popup .modal-inner-wrap{
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) !important;
    width:100%;
    max-width:650px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto;
    z-index: 950;
}

.catalog-product-view .education-popup .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.catalog-product-view .education-popup.modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.catalog-product-view .education-popup.modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.catalog-product-view .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.catalog-product-view input.client-email-input {
    border:none;
    color: #999999 !important;

}

.catalog-product-view .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.catalog-product-view .education-content-input{
    border:none !important;
}

.catalog-product-view button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.catalog-product-view label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.catalog-product-view header.modal-header{
    padding: 15px 30px;
}

/* Loader container with background size and color */
.catalog-product-view .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.catalog-product-view .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#share-by-email-popup .education-content-input-div .tox.tox-tinymce {
    height: 240px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .catalog-product-view .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .catalog-product-view .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .catalog-product-view .modal-slide .action-close > span{
        font-size: 15px;
    }
    .catalog-product-view .modal-slide .action-close:before{
        font-size: 12px
    }
    .catalog-product-view .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .catalog-product-view header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .catalog-product-view label.share-by-email-popup-label{
        font-size: 15px
    }
}

.customer-account-index .modal-slide._inner-scroll.education-popup .modal-header{
    background-color:#8f9194;
    padding: 16px 20px 
}
.customer-account-index .education-popup header.modal-header {
    background-color: #8f9194;
}

.customer-account-index .education-popup.modal-popup .modal-title{
    border:none;
    color:#fff;
    text-transform:capitalize;
    font-weight:500;
    padding:0;
    line-height:22px;
}

.customer-account-index .education-popup.modal-popup .modal-content{
    padding-top:3rem;
}

.customer-account-index .education-popup.modal-popup .modal-inner-wrap{
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) !important;
    width:100%;
    max-width:650px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: absolute !important;
    min-height: unset !important;
    margin: 0 auto;
    z-index: 950;
}

.customer-account-index .education-popup .modal-inner-wrap .action-close{
    top: -49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8f9194 !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    right: -15px;    
}

.customer-account-index .education-popup.modal-slide .action-close:before {
    font-size:16px;
    line-height:18px;
    color:#fff;
    font-weight:600
}

.customer-account-index .education-popup.modal-slide .action-close > span {
    position:relative;
    overflow:unset;
    height:unset;
    display:block;
    width:unset;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}

.customer-account-index .client-email-input-div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc
}

.customer-account-index input.client-email-input {
    border:none;
    color: #999999 !important;

}

.customer-account-index .client-email-input {
    flex-grow: 1; 
    padding: 8px;
    font-size: 14px;
}

.customer-account-index .education-content-input{
    border:none !important;
}

.customer-account-index button.share-by-email-btn {
    margin-top: 15px;
    margin-bottom: -10px;
    background-color: #533eddc9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
    font-size: 16px;
}

.customer-account-index label.share-by-email-popup-label {
    color: #8f909c;
    font-weight: 500;
    font-size: 17px;
}

.customer-account-index header.modal-header{
    padding: 15px 30px;
}

/* Loader container with background size and color */
.customer-account-index .email-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; 
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.customer-account-index .email-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width:768px){
    .customer-account-index .modal-popup.modal-slide{
        left: 0;
        padding: 0px 15px
    }
    .customer-account-index .modal-popup .modal-inner-wrap{
       width: 93%;
       overflow: visible;
    }
    .customer-account-index .modal-slide .action-close > span{
        font-size: 15px;
    }
    .customer-account-index .modal-slide .action-close:before{
        font-size: 12px
    }
    .customer-account-index .modal-inner-wrap .action-close{
        padding: 8px 16px
    }
    .customer-account-index header.modal-header{
        padding: 10px 22px;
    }

    .modal-content{
        padding: 10px 22px  25px !important;
    }
    .customer-account-index label.share-by-email-popup-label{
        font-size: 15px
    }
}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.background-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.background-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.background-holder .background-header {position:relative;}

.background-holder .background-header .background-info {padding: 0 0 10px 0;}
.background-holder .background-header .background-info .item,
.background-holder .background-header .background-info .dash {display: inline-block;}
.background-holder .background-header .background-info .label {font-weight: 700;}
.background-holder .background-header .background-info .value {font-style: italic;}


.background-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.background-list .background-content .background-read-more {padding-top:10px; float:right;}

.background-category-view .category-content {padding-left: 40px;}

.background-content .background-description img {margin:0 15px 0 15px;}
.background-content .background-description ul,
.background-content .background-description ol {list-style-position: inside;}

.background-content .background-description .background-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.background-content .background-description .background-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .background-content .background-description .background-ftimg-hld {width: 100%; margin:0px;}
}

.background-list .background-header .background-title {max-width:80%;}
.background-list .background-header .background-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.background-list .background-header .background-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.background-list .hidden {display:none;}


.background-view .background-bottom {margin-top:30px;}

.background-view .background-nextprev-hld  {margin-bottom: 30px;}
.background-view .background-nextprev-hld .nextprev-link {font-weight: 700;}
.background-view .background-nextprev-hld .prev-link {float:left}
.background-view .background-nextprev-hld .next-link {float:right}

.background-view .background-gallery {margin:15px 0 15px 0}
.background-view .background-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.background-view .background-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.background-view .block {margin-bottom: 30px;}

.widget.block-recent-backgrounds .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.background-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.background-search .block-content {
    margin-bottom: 0;
}

.widget.background-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.background-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.background-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.background-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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: 400;
}

.widget.background-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.background-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.background-widget-recent .background-list {
    padding: 0px;
    margin: 0px;
}

.background-widget-recent .background-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.background-widget-recent .background-description .background-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.background-widget-recent-masonry .background-description .background-text-hld {
    max-height: none;
    min-height: 0;
}
.background-widget-recent-masonry .background-description .background-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbbackground-autoloader {text-align: center;}
.dnbbackground-autoloader .dnbbackground-show-onload {display: none;}


@media (max-width: 420px) {
  #dnbbackground_gcomments {max-width:345px; overflow-y: scroll;}
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 *//*Compatible magento 2 style and bootstrap 3*/
.product-item, .product-item-info, .product-item-details {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.label{
	color: #333;
	padding: inherit;
}
.page-header {
    margin: inherit;
    padding: 0px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/BrandMd/ultimate/en_US/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}.block-miniquote .block-content > .actions > .primary .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem
}

.block-miniquote .items-total {
    float: left;
    margin: 0 10px
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center
}

.block-miniquote .block-category-link,.block-miniquote .block-product-link,.block-miniquote .block-cms-link,.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center
}

.miniquote-wrapper {
    display: inline-block;
    position: relative;
    float: right
}

.miniquote-wrapper:before,.miniquote-wrapper:after {
    content: '';
    display: table
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

/*.miniquote-wrapper .action.showquote:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}*/

.miniquote-wrapper .action.showquote:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none
}

.miniquote-wrapper .action.showquote.active:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.8;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.showquote.active:hover:before {
    color: #333
}

.miniquote-wrapper .action.showquote.active:active:before {
    color: #8f8f8f
}

.miniquote-wrapper .block-miniquote {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15)
}

.miniquote-wrapper .block-miniquote li {
    margin: 0
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer
}

.miniquote-wrapper .block-miniquote:before,.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.miniquote-wrapper .block-miniquote:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.miniquote-wrapper .block-miniquote:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px
}

.miniquote-wrapper.active {
    overflow: visible
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    position: absolute
}

.miniquote-wrapper .block-miniquote {
    padding: 25px 20px;
    right: 0;
    width: 320px
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 25px
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 26px
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px 0 0
}

.miniquote-wrapper .product .actions > .primary,.miniquote-wrapper .product .actions > .secondary {
    display: inline
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 15px
}

.miniquote-wrapper .action.close {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

.miniquote-wrapper .action.close:focus,.miniquote-wrapper .action.close:active {
    background: none;
    border: none
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none
}

.miniquote-wrapper .action.close.disabled,.miniquote-wrapper .action.close[disabled],fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit
}

.miniquote-wrapper .action.close:active:before {
    color: inherit
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none
}

.miniquote-wrapper .action.showquote .counter.qty .loader > img {
    max-width: 24px
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px
}

.miniquote-items {
    margin: 0;
    padding: 0;
    list-style: none none
}

.miniquote-items .product-item {
    padding: 20px 0
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc
}

.miniquote-items .product-item:first-child {
    padding-top: 0
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px
}

.miniquote-items .product-item-name a {
    color: #1979c3
}

.miniquote-items .product-item-details {
    padding-left: 128px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700
}

.miniquote-items .product-item-details .price-including-tax,.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px
}

.miniquote-items .product > .product-item-photo,.miniquote-items .product > .product-image-container {
    float: left;
    margin-left: 30px;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static
}

.miniquote-items .product .active > .toggle:after {
    content: '\e621'
}

.miniquote-items .product.pricing {
    margin-top: 3px
}

.miniquote-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .product.options .toggle.tooltip > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .product.options .details {
    display: none
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top
}

.miniquote-items .subtitle {
    display: none
}

.miniquote-items .action.edit,.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none
}

.miniquote-items .action.edit > span,.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .action.edit:before,.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.miniquote-items .action.edit:hover:before,.miniquote-items .action.delete:hover:before {
    color: #333
}

.miniquote-items .action.edit:active:before,.miniquote-items .action.delete:active:before {
    color: #8f8f8f
}

.miniquote-items .action.delete:before {
    content: '\e604'
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    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: 400
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:focus,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:active {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:hover {
    background: none;
    border: none
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote.disabled,.opc-estimated-wrapper .miniquote-wrapper button.action.showquote[disabled],fieldset[disabled] .opc-estimated-wrapper .miniquote-wrapper button.action.showquote {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.opc-estimated-wrapper .miniquote-wrapper button.action.showquote:before {
    color: #333
}

.opc-block-summary .miniquote-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0
}

.miniquote-items .product-image-wrapper {
    height: auto;
    padding: 0 !important
}

.miniquote-items .product-image-wrapper .product-image-photo {
    position: static
}

.miniquote-items .product-item-details .weee[data-label] .label {
    display: none
}

.block-miniquote .paypal,.quote-summary .paypal {
    display: block
}

.miniquote-wrapper .action.showquote .text,.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product.options .toggle > span,.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.miniquote-items .product-item > .product:before,.miniquote-items .product-item > .product:after {
    content: '';
    display: table
}

.miniquote-items .product-item > .product:after {
    clear: both
}

.miniquote-items .product .toggle {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none
}

.miniquote-items .product .toggle:after {
    position: absolute;
    right: 20px;
    top: 10px
}

.miniquote-items .product .toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.miniquote-items .product .toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.block-miniquote .subtotal .label:after,.miniquote-items .details-qty .label:after,.miniquote-items .price-miniquote .label:after {
    content: ': '
}

.box-tocart .action.toquote {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}
.miniquote-wrapper {
    margin-left: 13px
}
@media only screen and (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px
    }
}

@media only screen and (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px
    }
}

@media all and (min-width: 768px),print {

    .miniquote-wrapper .block-miniquote {
        right: -15px;
        width: 390px;
    }

    .miniquote-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit
    }

    .box-tocart .action.toquote {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%;
    }
}

@media all and (max-width: 768px) {
    .miniquote-items .product-item-details {
        padding-left: 88px;
    }

    .miniquote-items .product > .product-item-photo, .miniquote-items .product > .product-image-container {
        margin-left: 0;
    }
}
.product-item .rfq-form .toquote {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    background: none;
    color: #1979c3;
}
.product-addtoquote-button {
    margin-top: 10px;
    border-radius: 0px;
    padding: 7px 6px;
}
.catalog-product_compare-index .action.primary,
.catalog-product_compare-index .action.product-addtoquote-button{
    margin-top: 0;
    margin-bottom: 10px;
}
.product-item .rfq-form .toquote:hover {
    background: #1979c3;
    color: #FFF;
}

.columns .product-items .rfq-form {
    margin-top: 3px;
}

#rfq-confirm h1 {
    text-align: center;
    padding: 20px 5px;
    margin: 0;
    background: #1979c3;
    color: #FFF;
}

#rfq-confirm #messageBox {
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
}

#rfq-confirm p {
    margin-bottom: 1.5rem;
}

#rfq-confirm #confirmButtons {
    padding: 5px 0 20px;
    text-align: center;
    clear: both;
}

#rfq-confirm #confirmButtons .action.primary {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/** MINI QUOTE **/
.miniquote-wrapper .action.showquote:before, .miniquote-wrapper .action.showquote.active:before {
    content: "\e612";
}

.miniquote-wrapper .product.list .label {
    width: 20%;
    display: inline-block;
}

.miniquote-wrapper .product.list .values {
    display: inline-block;
    width: 75%;
}

/** PRODUCT PAGE **/
#quote-sidebar .sidebar-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}

#quote-sidebar .block .title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#quote-sidebar .block .title:after {
    top: 10px;
    line-height: inherit;
}

#quote-sidebar .fieldset {
    margin-bottom: 0;
}

#product-addtoquote-button {
    /*background: none;
    color: #006bb4;*/
}

#product-addtoquote-button:hover {
    /*background: #006bb4;*/
    color: #FFF;
}

#quote-sidebar .block .label {
    font-weight: 400;
}

#quote-sidebar .block .content {
    margin: 30px 0 0;
    padding: 0;
}

#quote-sidebar .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 100%;
    margin-top: 30px;
}

#quote-sidebar .customer-details .title:after {
    display: none;
}

#quote-sidebar .customer-details .content {
    display: block;
}

#quote-sidebar .field.street .control input:last-child {
    margin-top: 10px;
}

@media all and (min-width: 768px),print {
    .quotation-quote-index .cart-container .form-cart {
        width: 70%;
    }

    .quotation-quote-index .cart-container .cart-summary {
        min-width: 30%;
    }

    .quotation-quote-index .authentication-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .quotation-quote-index .cart-summary .block>.title:after {
        top: 35px;
        right: 20px;
        left: auto;
        font-size: 2rem;
    }
}

.quotation-quote-index .cart-container .cart-summary {
    padding: 20px;
   /*z-index: 9;*/
}

@media all and (min-width: 768px),print {
    #quote-sidebar .col1, #quote-sidebar .col2 {
        width: 48%;
        display: inline-block;
        float: left;
    }

    #quote-sidebar .col2 {
        float: right
    }
}

.quotation-quote-index #shopping-cart-table .input-text.customprice {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 100px;
}

.quotation-quote-index #shopping-cart-table .cart-price .price {
    font-weight: normal;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

.rfq-addnote {
    font-weight: 600;
    color: #1979c3;
    cursor: pointer;
}

.rfq-addnote:hover {
    text-decoration: underline;
}

.rfq-description {
    display: none;
}

.quotation-quote-view .cart.table-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: -1px;
    padding: 25px;
}

#shopping-cart-table .cart:last-child {
    border-bottom: 0;
}

.quotation-quote-view .quote-expiry {
    text-transform: uppercase;
    margin-top: 6px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    border-radius: 3px;
}

.quotation-quote-view .column.main .primary .action {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    width: 300px;
    margin-top: 30px;
}

.miniquote-wrapper.has-icon .showquote:before, .miniquote-wrapper.has-icon .action.showquote.active:before {
    display: none;
}

.quotation-quote-view #shopping-cart-table .product-item-name > span {
    display: none;
}
.miniquote-wrapper .product.list.options {
    clear: both;
    width: 100%;
    display: inline-block;
}
.miniquote-wrapper .product.list.options .label {
    width: auto;
    float: left;
    margin-right: 5px;
}
.miniquote-wrapper .product.list.options .label:after {
    content: ":";
    margin-left: 5px;
}
.miniquote-wrapper .product.list.options .values {
    width: auto;
    float: left;
}
.quotation-quote-index .modal-popup .modal-content div[class*="popup-attachment"] .product.media {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
    .quotation-quote-index #shopping-cart-table .input-text.customprice {
        padding: 0;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .quotation-quote-view .cart.table-wrapper {
        padding: 0;
    }

    .quotation-quote-view #shopping-cart-table tr {
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .item .col {
        padding: 0;
        width: 100%;
        text-align: left;
        display: block;
    }

    .quotation-quote-view .cart.table-wrapper .product-item-photo {
        position: static;
    }

    .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr td:before, .quotation-quote-view .table-wrapper #shopping-cart-table.table>tbody>tr th:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700
    }

    .quotation-quote-view .cart.table-wrapper .item .col.qty, .quotation-quote-view .cart.table-wrapper .item .col.sku {
        text-align: right;
    }

    .quotation-quote-view .cart.table-wrapper .item .col.price span, .quotation-quote-view .cart.table-wrapper .item .col .qty {
        display: inline-block;
    }

    .quotation-quote-view .cart.table-wrapper {
        border: 0;
    }

    .quote-items {
        border: 1px solid #ccc;
        margin-bottom: 40px;
        padding: 10px;
    }

    .quotation-quote-view .cart.table-wrapper .cart>.item {
        padding: 10px 0;
    }

    .quotation-quote-view .product-image-container {
        padding-top: 10px;
    }

    .quotation-quote-view .quote-items {
        margin-bottom: 0;
    }

    .quotation-quote-view #shopping-cart-table .product-item-name > span {
        display: block;
        font-size: initial;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        padding-right: 10px;
    }

    .quotation-quote-view .column.main .primary .action {
        width: 100%
    }
	.quotation-quote-index .cart.actions button { margin:0 0 3px 0;}
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.color-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
}

.color-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.color-holder .color-header {position:relative;}

.color-holder .color-header .color-info {padding: 0 0 10px 0;}
.color-holder .color-header .color-info .item,
.color-holder .color-header .color-info .dash {display: inline-block;}
.color-holder .color-header .color-info .label {font-weight: 700;}
.color-holder .color-header .color-info .value {font-style: italic;}


.color-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.color-list .color-content .color-read-more {padding-top:10px; float:right;}

.color-category-view .category-content {padding-left: 40px;}

.color-content .color-description img {margin:0 15px 0 15px;}
.color-content .color-description ul,
.color-content .color-description ol {list-style-position: inside;}

.color-content .color-description .color-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.color-content .color-description .color-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .color-content .color-description .color-ftimg-hld {width: 100%; margin:0px;}
}

.color-list .color-header .color-title {max-width:80%;}
.color-list .color-header .color-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.color-list .color-header .color-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.color-list .hidden {display:none;}


.color-view .color-bottom {margin-top:30px;}

.color-view .color-nextprev-hld  {margin-bottom: 30px;}
.color-view .color-nextprev-hld .nextprev-link {font-weight: 700;}
.color-view .color-nextprev-hld .prev-link {float:left}
.color-view .color-nextprev-hld .next-link {float:right}

.color-view .color-gallery {margin:15px 0 15px 0}
.color-view .color-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.color-view .color-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.color-view .block {margin-bottom: 30px;}

.widget.block-recent-colors .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.color-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.color-search .block-content {
    margin-bottom: 0;
}

.widget.color-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.color-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.color-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.color-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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: 400;
}

.widget.color-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.color-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.color-widget-recent .color-list {
    padding: 0px;
    margin: 0px;
}

.color-widget-recent .color-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.color-widget-recent .color-description .color-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.color-widget-recent-masonry .color-description .color-text-hld {
    max-height: none;
    min-height: 0;
}
.color-widget-recent-masonry .color-description .color-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbcolor-autoloader {text-align: center;}
.dnbcolor-autoloader .dnbcolor-show-onload {display: none;}


@media (max-width: 420px) {
  #dnbcolor_gcomments {max-width:345px; overflow-y: scroll;}
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 *//**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.designidea-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    designidea: #F5F5F5;
    padding: 20px;
}

.designidea-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.designidea-holder .designidea-header {position:relative;}

.designidea-holder .designidea-header .designidea-info {padding: 0 0 10px 0;}
.designidea-holder .designidea-header .designidea-info .item,
.designidea-holder .designidea-header .designidea-info .dash {display: inline-block;}
.designidea-holder .designidea-header .designidea-info .label {font-weight: 700;}
.designidea-holder .designidea-header .designidea-info .value {font-style: italic;}


.designidea-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.designidea-list .designidea-content .designidea-read-more {padding-top:10px; float:right;}

.designidea-category-view .category-content {padding-left: 40px;}

.designidea-content .designidea-description img {margin:0 15px 0 15px;}
.designidea-content .designidea-description ul,
.designidea-content .designidea-description ol {list-style-position: inside;}

.designidea-content .designidea-description .designidea-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.designidea-content .designidea-description .designidea-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .designidea-content .designidea-description .designidea-ftimg-hld {width: 100%; margin:0px;}
}

.designidea-list .designidea-header .designidea-title {max-width:80%;}
.designidea-list .designidea-header .designidea-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.designidea-list .designidea-header .designidea-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.designidea-list .hidden {display:none;}


.designidea-view .designidea-bottom {margin-top:30px;}

.designidea-view .designidea-nextprev-hld  {margin-bottom: 30px;}
.designidea-view .designidea-nextprev-hld .nextprev-link {font-weight: 700;}
.designidea-view .designidea-nextprev-hld .prev-link {float:left}
.designidea-view .designidea-nextprev-hld .next-link {float:right}

.designidea-view .designidea-gallery {margin:15px 0 15px 0}
.designidea-view .designidea-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.designidea-view .designidea-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.designidea-view .block {margin-bottom: 30px;}

.widget.block-recent-designideas .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.designidea-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*fpadding-left: 15px;*/
    z-index: 0;
}

.widget.designidea-search .block-content {
    margin-bottom: 0;
}

.widget.designidea-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.designidea-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.designidea-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.designidea-search .action.search {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    display: inline-block;
    designidea-image: none;
    designidea: 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: 400;
}

.theme-pearl.store-view-default .sidebar button.search:hover { background: #000; }

.widget.designidea-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#designidea_search_mini_form .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 35px;
}

.widget.designidea-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.designidea-widget-recent .designidea-list {
    padding: 0px;
    margin: 0px;
}

.designidea-widget-recent .designidea-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.designidea-widget-recent .designidea-description .designidea-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.designidea-widget-recent-masonry .designidea-description .designidea-text-hld {
    max-height: none;
    min-height: 0;
}
.designidea-widget-recent-masonry .designidea-description .designidea-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbdesignidea-autoloader {text-align: center;}
.dnbdesignidea-autoloader .dnbdesignidea-show-onload {display: none;}
.column.main .products-grid .product-item .product-item-info{
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

.design-idea-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';designer-info
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.column.main .products-grid .designidea-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .designidea-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .designidea-list .product-item-info .product-item-details{
    text-align: center;
}
.designidea-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.designidea-list-wrapper .designer-name {
    display: block;
    margin-bottom: 10px;
}
.designidea-list-wrapper .product-image-container{
    width: 100%;
}
@media (max-width: 420px) {
  #dnbdesignidea_gcomments {max-width:345px; overflow-y: scroll;}
}


@media (min-width: 1024px), print{
    .page-products .upsell-designidea-container .products-grid.designidea-list-wrapper .product-item {
        /*width: 19.22%;*/
        width: calc(19.22% - 15px);
        clear: none;
        float: left;
        margin-left: 15px;
    }
    
}
@media (max-width: 1023px), print{
    .page-products .products-grid.designidea-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.designidea-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.designidea-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        min-width: 200px;
        float: left;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */#generalChatpopup {
    position: fixed;
    z-index: 99;
    bottom: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
}

.generalChat-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fa764f;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    transition: .3s;
    margin: 17px 45px;
    font-size: 20px;
}

.generalChat-popup {
    display: none;
    width: 100%;
    min-width: 380px;
    max-width: 380px;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.generalChat-popup::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ddd;
}

.generalChat-popup::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.generalChat-popup-show {
    display: block !important;
}

.generalChat-popup-header {
    background-color: #edf5ff;
    padding: 20px 20px 10px;
    z-index: 9999999;
    position: relative;
}

.generalChat-popup-top {
    display: flex;
    align-items: center;
}

.generalChat-popup-top img {
    width: 40%;
    margin-right: 20px;
}

.generalChat-popup-top h1 {
    font-size: 24px !important;
    font-family: Inter;
    font-weight: 500;
    word-break: break-word;
}

.generalChat-popup-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.generalChat-popup-bottom span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 100%;
    background-color: #fff;
    padding: 7px;
    font-size: 34px;
    cursor: pointer;
}

.generalChat-popup-bottom span svg {
    color: #aaa;
}

.generalChat-popup-bottom .active svg {
    color: #fa764f;
}

.fc-icon {
    position: relative;
}

.fc-icon:hover .icon-hover-message {
    display: flex;
}

.icon-hover-message {
    display: none;
    transition: 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    position: absolute;
    top: -50%;
    left: 50%;
    font-size: 12px;
    padding: 5px 10px;
    font-family: Inter !important;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.icon-hover-message::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    bottom: 0;
    border-radius: 0 0 3px 0;
    background-color: inherit;
    transform: translateY(50%) rotate(45deg);
}

.fc-icon-snapchat.active {
    background-color: #fffc01;
}

.fc-icon-instagram svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-normal-instagram);
}

.fc-icon-instagram.active svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-colorful-instagram);
}

.fc-icon-instagram-2 svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#firstline-colorful-instagram);
}

.fc-icon-messenger svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#normal-messenger);
}

.fc-icon-messenger.active svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#colorful-messenger);
}

.fc-icon-messenger-2 svg {
    fill: url(../../frontend/BrandMd/ultimate/en_US/Designnbuy_DesignerHelp/css/#colorful-messenger);
}

.fc-icon-telegram.active svg {
    color: #34aadf;
}

.fc-icon-whatsapp.active svg {
    color: #00e676;
}

.fc-icon-line.active svg {
    color: #02b802;
}

.fc-icon-snapchat-2 {
    background-color: #fffc01;
    display: flex;
    border-radius: 100%;
    padding: 7px;
    font-size: 34px;
}

.fc-icon-snapchat-2 svg {
    color: #fff;
    stroke: #000;
}

.fc-icon-telegram-2 svg {
    color: #34aadf;
}

.fc-icon-line-2 svg {
    color: #02b802;
}

.fc-icon-mail-2,
.fc-icon-sms-2,
.fc-icon-phone-2,
.fc-icon-link-2 svg {
    color: #fa764f;
}

.fc-icon-snapchat.active svg {
    color: #fff;
    stroke: #000;
}

.fc-icon-snapchat:hover {
    background-color: #fffc01;
}

.fc-icon-snapchat:hover svg {
    color: #fff;
    stroke: #000;
}

.generalChat-popup-content {
    background-color: #fff;
    padding: 30px 20px 40px;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}

.generalChat-popup-input {
    display: flex;
    align-items: center;
    position: relative;
}

.generalChat-popup-input input {
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 20px 60px 20px 30px;
    border: 0;
    color: #000;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    border-top: 1px solid #ddd;
    height: auto !important;
    border-bottom: 1px solid #ddd;
}

.generalChat-popup-input input:focus {
    outline: none;
}

.generalChat-popup-input svg {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    color: #ccc;
    cursor: pointer;
}

.generalChat-popup-notinput {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 20px 20px;
    text-align: center;
}

.generalChat-popup-notinput p {
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
    margin: 0;
}

.generalChat-popup-notinput-icon {
    font-size: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.generalChat-popup-notinput-icon span {
    display: flex;
}

.generalChat-popup-notinput a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    background-color: #02b802;
    color: #fff;
    border-radius: 80px;
    margin: 15px 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
}

.generalChat-popup-notinput-information {
    color: #777;
    font-family: Inter;
    font-weight: 400;
}

.generalChat-popup-notinput-information span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.generalChat-bottom {
    display: flex;
    align-items: center;
    position: relative;
}

.generalChat-bottom-cta {
    margin: 0;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.generalChat-bottom-cta-left {
    right: 0;
    transform: translateX(100%);
}

.generalChat-bottom-cta-right {
    left: 0;
    transform: translateX(-100%);
}

.generalChat-bottom-cta-show {
    opacity: 1;
}

.generalChat-bottom-cta-right.generalChat-bottom-cta-show {
    transform: translateX(-120%);
}

.generalChat-bottom-cta-left.generalChat-bottom-cta-show {
    transform: translateX(120%);
}

.generalChat-popup-credit {
    padding: 20px;
    display: flex;
}

.generalChat-popup-credit svg {
    font-size: 30px;
}

.generalChat-popup-credit a {
    font-size: 16px;
    color: #ccc;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}

.generalChat-popup-credit a span {
    color: #ccc;
    opacity: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: Inter;
}

.generalChat-popup-credit a:hover {
    padding: 5px 10px;
}

.generalChat-popup-credit a:hover span {
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1em;
    margin-left: 20px;
}

a.chat-design-button {
    width: 100%;
    background: #1c86fa;
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

a.chat-design-button.hide-button {
    display: none;
}

div.hide-button {
    display: none;
}

div#private-label-id {
    width: 100%;
    text-align: center;
    background: #3394ff4f;
}

#generalChatpopup {
    left: unset;
    right: 0px;
    align-items: flex-end;
    display: flex;
}
.generalChat-popup-top h1 {
    padding: 0;
    margin: 0;
}
.generalChat-popup {
    -webkit-box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
    -moz-box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
    box-shadow: -18px -12px 48px 2px rgba(83, 82, 87, 0.74);
}
.messageCount {
    color: #fff;
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    top: -12px;
    right: -5px;
    background: red;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    min-width: 20px;
    min-height: 20px;
}

.generalChat-popup-content .generalCount,
.generalChat-popup-content .designCount {
    color: white;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #ff0000e0;
    border-radius: 50%;
    text-align: center;
}

/* new */

.start-chat {
    display: inline-table;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 30%;
    right: 0;
    position: absolute;
}

.start-chat h3 {
    color: #3394ff7d !important;
}

.start-chat button {
    border-radius: 80px !important;
    background: #3394ff7d !important;
    border: unset !important;
    margin: 0px 5px !important;
}

#general-chat-screen,
#active-design-chat {
    display: none;
    z-index: 2;
}

#general-chat-screen,
#active-design-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
}

#general-chat-screen .generalChat-popup-message,
#active-design-chat .generalChat-popup-message {
    max-width: fit-content;
    margin-bottom: 20px;
}

#general-chat-screen .generalChat-popup-message .message-content,
#active-design-chat .generalChat-popup-message .message-content {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000000a6;
    font-weight: 100;
}

#general-chat-screen .generalChat-popup-message .message-content.private-chat,
#active-design-chat .generalChat-popup-message .message-content.private-chat {
    background-color: #ff98009e;
}

#general-chat-screen .generalChat-popup-message .message-action,
#active-design-chat .generalChat-popup-message .message-action {
    color: #828282;
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
}

#general-chat-screen .generalChat-popup-message.outgoing-message,
#active-design-chat .generalChat-popup-message.outgoing-message {
    margin-left: auto;
}

#general-chat-screen
    .generalChat-popup-message.outgoing-message
    .message-content,
#active-design-chat
    .generalChat-popup-message.outgoing-message
    .message-content {
    background-color: #1c86fa29 !important;
    font-weight: 100;
}

#general-chat-screen
    .generalChat-popup-message.outgoing-message
    .message-content.private-chat,
#active-design-chat
    .generalChat-popup-message.outgoing-message
    .message-content.private-chat {
    background-color: #ff98009e !important;
}

#general-chat-screen .generalChat-popup-message .message-content span,
#active-design-chat .generalChat-popup-message .message-content span {
    display: block;
    font-weight: bold;
    color: #262626d9;
}

#general-chat-screen .generalChat-popup-message .message-content img,
#active-design-chat .generalChat-popup-message .message-content img {
    width: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

#general-chat-screen .generalChat-popup-message .message-content img,
#active-design-chat
    .generalChat-popup-message
    .message-content
    img.document-pdf {
    width: 24px;
}

a.chat-back img {
    width: 24px !important;
}

.generalChat-popup-top.general-header h3 {
    margin-top: 0 !important;
}

#product-chats .product-chat-header button {
    width: 49%;
    border-radius: 0;
    border: unset;
    background: #3394ff7d !important;
}

/* #active-design-chat-list,new-design-chat-list{
    max-height: 290px;
    overflow: auto;
} */

#active-design-chat-list ul,
#new-design-chat-list ul {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

#active-design-chat-list ul li,
#new-design-chat-list ul li {
    padding: 10px;
    background: #f5f5f5e0;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.profile-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #1c86fa61;
    text-align: center;
    margin: auto;
    vertical-align: top;
    padding: 6px 4px;
    font-size: 16px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.message-box {
    display: inline-block;
}
.design-message {
    color: #00000087;
    font-size: 12px;
}

#new-design-chat-list ul li {
    text-align: center;
    margin: auto;
    width: 70%;
    position: relative;
    border: 1px solid;
    margin-bottom: 10px;
}

#new-design-chat-list ul li img.design-img {
    max-width: 200px;
    margin-top: 10px;
}

#new-design-chat-list ul li div.design-name {
    font-size: 14px;
    font-weight: bold;
}

#new-design-chat-list ul li span {
    font-size: 12px;
}

#product-chats .product-chat-header button.active {
    background-color: white !important;
    color: #3394ff7d !important;
    border-color: #3394ff7d !important;
    border-bottom: 1px solid;
}

#chat-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

#chat-loader .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.notification-update {
    font-size: 10px;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
}
#start-chat-with {
    padding: 10px 25px;
    background: #3394ff7d !important;
    border-radius: 15px;
    color: white;
}

#start-chat-with p {
    margin-bottom: 0px;
    font-size: 18px;
}

#start-chat-with h3 {
    margin-top: 0px;
    color: white;
}

#start-chat-with button {
    background: white;
    border: unset;
    color: #000000a6;
    border-radius: 20px;
}

.no-design-available {
    text-align: center;
    font-size: 20px;
}

.no-design-available span {
    display: block;
}

.no-design-available a {
    color: #3394ff7d;
    text-decoration: underline;
}

.generalChat-popup-content {
    scroll-behavior: smooth;
}

#active-design-chat-list ul li .design-name {
    font-size: 14px;
}

.message-content a.message-link {
    color: blue;
}

/**
* ==============================================
* Dot Flashing
* ==============================================
*/
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1c86fa;
    color: #1c86fa;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
div.generalChat-popup-content #active-design-chat-list ul li .design-name {
    font-size: 12px;
}

/* .header-placeholder{
    z-index: 1;
} */
#active-design-chat-list ul li .message-box .design-name strong {
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1100px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 160px;
    }
}
@media screen and (max-width: 798px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 200px;
    }
}
@media screen and (max-width: 720px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 150px;
        font-size: 11px;
    }
    #active-design-chat-list ul li .message-box .design-name span {
        font-size: 11px;
    }
}
@media screen and (max-width: 374px) {
    #active-design-chat-list ul li .message-box .design-name strong {
        width: 130px;
    }
}
@media (max-width: 720px) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }

    .generalChat-popup {
        width: 100%;
        min-width: auto;
        max-width: 300px;
    }

    .generalChat-popup-header {
        padding: 30px;
    }

    .generalChat-bottom-cta {
        opacity: 1;
    }

    .generalChat-icon {
        font-size: 16px;
    }

    .generalChat-icon:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 400px) {
    #freechatpopup {
        margin-left: 20px;
        margin-right: 20px;
    }

    .generalChat-popup-content {
        grid-template-columns: 40px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .header-placeholder {
        z-index: 1;
    }
    /* insert styles here */
}

/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .header-placeholder {
        z-index: 1;
    }
    /* insert styles here */
}

/* (720x1280) Galaxy Nexus, Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {
    .generalChat-popup-content {
        max-height: 300px;
        min-height: 300px;
    }
    .generalChat-popup {
        min-width: 350px;
        max-width: 350px;
    }

    .generalChat-popup-content {
        grid-template-columns: 40px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }

    #general-chat-screen .generalChat-popup-message,
    #active-design-chat .generalChat-popup-message {
        margin-bottom: 10px;
    }
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .generalChat-icon {
        font-size: 10px;
    }
    #start-chat-with h3 {
        font-size: 16px !important;
    }
    #start-chat-with button {
        font-size: 14px !important;
    }
    #active-design-chat-list ul li .design-name {
        font-size: 12px !important;
    }
    .profile-img {
        width: 30px;
        height: 30px;
        padding: 5px 3px;
        font-size: 12px;
        margin-right: 5px;
    }

    .generalChat-popup-content {
        max-height: 250px;
        min-height: 250px;
    }
    .generalChat-popup {
        min-width: 300px;
        max-width: 300px;
    }

    .generalChat-popup-content {
        grid-template-columns: 20px 1fr;
    }

    .generalChat-popup-content p {
        font-size: 14px;
    }

    #general-chat-screen .generalChat-popup-message,
    #active-design-chat .generalChat-popup-message {
        margin-bottom: 10px;
    }
    /* insert styles here */
}
/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.template-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
    template: #F5F5F5;
    padding: 20px;
}

.template-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.template-holder .template-header {position:relative;}

.template-holder .template-header .template-info {padding: 0 0 10px 0;}
.template-holder .template-header .template-info .item,
.template-holder .template-header .template-info .dash {display: inline-block;}
.template-holder .template-header .template-info .label {font-weight: 700;}
.template-holder .template-header .template-info .value {font-style: italic;}


.template-list {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.template-list .template-content .template-read-more {padding-top:10px; float:right;}

.template-category-view .category-content {padding-left: 40px;}

.template-content .template-description img {margin:0 15px 0 15px;}
.template-content .template-description ul,
.template-content .template-description ol {list-style-position: inside;}

.template-content .template-description .template-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.template-content .template-description .template-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .template-content .template-description .template-ftimg-hld {width: 100%; margin:0px;}
}

.template-list .template-header .template-title {max-width:80%;}
.template-list .template-header .template-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.template-list .template-header .template-title {
    margin: 0px;
    padding: 10px 0;
    float:left;
}


.template-list .hidden {display:none;}


.template-view .template-bottom {margin-top:30px;}

.template-view .template-nextprev-hld  {margin-bottom: 30px;}
.template-view .template-nextprev-hld .nextprev-link {font-weight: 700;}
.template-view .template-nextprev-hld .prev-link {float:left}
.template-view .template-nextprev-hld .next-link {float:right}

.template-view .template-gallery {margin:15px 0 15px 0}
.template-view .template-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.template-view .template-gallery .gallery-image{padding: 0px; margin:0px; display:block}

.template-view .block {margin-bottom: 30px;}

.widget.block-recent-templates .block-content .item {
        padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
    list-style: initial;
    padding-left:0px;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.template-search {
    width: 21%;
    margin: 20px 0px 0px 0px !important;
    position: relative;
    float: right;
    /*padding-left: 15px;*/
    z-index: 0;
}

.widget.template-search .block-content {
    margin-bottom: 0;
}

.widget.template-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.template-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.template-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.template-search .action.search {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
    display: inline-block;
    template-image: none;
    template: 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: 400;
    width: 35px;
}

.widget.template-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.theme-pearl.store-view-default .sidebar .widget.template-search .action.search:hover,
.theme-pearl.store-view-default .widget.template-search .action.search:hover { background: #000; }

.widget.template-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.template-widget-recent .template-list {
    padding: 0px;
    margin: 0px;
}

.template-widget-recent .template-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.template-widget-recent .template-description .template-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.template-widget-recent-masonry .template-description .template-text-hld {
    max-height: none;
    min-height: 0;
}
.template-widget-recent-masonry .template-description .template-ftimg-hld {
    width: 100%;
    margin: 0px;
}

.dnbtemplate-autoloader {text-align: center;}
.dnbtemplate-autoloader .dnbtemplate-show-onload {display: none;}
h1.page-title {
    margin-bottom: 10px;
}
.template-lists{clear: both}
/* category sidebar */
.faicon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
}
.faicon-plus:after{
    content: '\e622';
}
.faicon-minus:after{
    content: '\e621';
}
.widget.block-categories .category-filter ul{
    margin: 0;
}
.widget.block-categories .category-filter li{
    margin: 0;
    list-style: none;
}
.column.main .products-grid .template-list .product-item .product-item-info .product-item-details > *{
    z-index: 1;
}
.widget .block-title.sidebar-title strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-filter > ul > li{
    margin: 0;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.category-filter > ul > li > a {
    padding: 10px 40px 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.widget.block-categories .category-filter > ul > li ul{
    margin-left: 20px;
}
.widget.block-categories .category-filter > ul > li ul > li{
    margin: 10px 0;
}
.category-filter > ul > li ul > li a{
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
/* category listing */
.products-grid .template-list .product-item-info{
    border: 1px solid #bbbbbb;
    border-radius: 0;
}
.products-grid .template-list .product-item-info .product-item-details{
    text-align: center;
}
.template-list .product-image-photo{
    width: auto;
    max-height: 100%;
}
.toolbar.toolbar-products {
    clear: both;
}
.template-lists .template-list .designer-name {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 420px) {
  #dnbtemplate_gcomments {max-width:345px; overflow-y: scroll;}
}
@media (max-width: 1023px), print{
    .page-products .products-grid.template-list-wrapper .product-item{
        padding: 0 10px !important;
        box-sizing: border-box;
    }
    .column.main .page-products .products-grid.template-list-wrapper .product-item:hover{
        padding: 0 10px !important;
    }
    :root .theme-pearl .column.main .product-items.template-list,
    .designidea-list{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 767px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        display: inline-block;
    }
    .widget.designidea-search{
        width: 30%;
        margin-top: 0 !important;
    }
    .designidea-category-view .page-products .columns{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px){
    .theme-pearl.store-view-default h1,
    h1.page-title{
        width: 100%;
    }
    .widget.designidea-search{
        clear: both;
        float: left;
        min-width: 200px;
        margin-top: 10px !important;
    }
}/**
 * Copyright © 2017 Ajay Makwana (ajay.makwana@rightwaysolution.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Life is a code
 */
#empty-minicart {
	/*background: #9cbed0;
	font-weight: bold;
	padding: 12px;
	cursor: pointer;
	border-radius: 8px;*/
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}
#empty-minicart:hover {
	color: #9cbed0;
}
.secondary.empty-cart-button {
	text-align: center;
}
.minicart-wrapper #minicart-content-wrapper .total-price-wrapper #minicart-widgets{
	display: block;
}
.minicart-wrapper #minicart-content-wrapper #minicart-widgets{
	display: none;
}
.minicart-wrapper .actions.viewcart {
	display: none;
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/BrandMd/ultimate/en_US/Magelearn_CheckoutPhoneValidator/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../../frontend/BrandMd/ultimate/en_US/Magelearn_CheckoutPhoneValidator/img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}
.blog-page-list .blog-top-image {padding-bottom: 20px}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/BrandMd/ultimate/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
.blog-post-view .products-related .product-item:nth-child(2n + 1){
        margin-left: 2%;
}
.blog-post-view .column.main .products-related.products-grid .product-item{
    width: calc((100% / 4) - 2%);
    background: #fff;
}
:root .blog-post-view.theme-pearl .column.main .products-related .product-items {
    margin-left: -2%;
}
.blog-post-view .block.related .related-available .product-item-name{
    margin-left: 0;
}

@media only screen and (max-width:991px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 3) - 2%);
    }
}
@media only screen and (max-width:639px){
    .blog-post-view .column.main .products-related.products-grid .product-item{
        width: calc((100% / 2) - 2%);
    }
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9bf966f6705ede711469)
 * Config saved to config.json and https://gist.github.com/9bf966f6705ede711469
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*overflow: hidden;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}





[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }

.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x {
    font-size: 2em;
}
.icon-3x {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.icon-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
    list-style-type: none;
    margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    text-align: center;
    top: 1px;
    width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
    width: 16px;
    margin-right: 5px;
}

.iconlist-color li i { color: #1ABC9C; }

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.icon.pull-left {
    margin-right: .3em;
}
.icon.pull-right {
    margin-left: .3em;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icon-stacked {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.icon-stacked-1x {
    line-height: inherit;
}
.icon-stacked-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #ffffff;
}

.icon-type:before {
    content: "\e600";
}
.icon-box:before {
    content: "\e601";
}
.icon-archive:before {
    content: "\e602";
}
.icon-envelope:before {
    content: "\e603";
}
.icon-email:before {
    content: "\e604";
}
.icon-files:before {
    content: "\e605";
}
.icon-printer2:before {
    content: "\e606";
}
.icon-folder-add:before {
    content: "\e607";
}
.icon-folder-settings:before {
    content: "\e608";
}
.icon-folder-check:before {
    content: "\e609";
}
.icon-wifi-low:before {
    content: "\e60a";
}
.icon-wifi-mid:before {
    content: "\e60b";
}
.icon-wifi-full:before {
    content: "\e60c";
}
.icon-connection-empty:before {
    content: "\e60d";
}
.icon-battery-full:before {
    content: "\e60e";
}
.icon-settings:before {
    content: "\e60f";
}
.icon-arrow-left:before {
    content: "\e610";
}
.icon-arrow-up:before {
    content: "\e611";
}
.icon-arrow-down:before {
    content: "\e612";
}
.icon-arrow-right:before {
    content: "\e613";
}
.icon-reload:before {
    content: "\e614";
}
.icon-download:before {
    content: "\e615";
}
.icon-tag:before {
    content: "\e616";
}
.icon-trashcan:before {
    content: "\e617";
}
.icon-search:before {
    content: "\e618";
}
.icon-zoom-in:before {
    content: "\e619";
}
.icon-zoom-out:before {
    content: "\e61a";
}
.icon-chat:before {
    content: "\e61b";
}
.icon-clock:before {
    content: "\e61c";
}
.icon-printer:before {
    content: "\e61d";
}
.icon-home:before {
    content: "\e61e";
}
.icon-flag:before {
    content: "\e61f";
}
.icon-meter:before {
    content: "\e620";
}
.icon-switch:before {
    content: "\e621";
}
.icon-forbidden:before {
    content: "\e622";
}
.icon-phone-landscape:before {
    content: "\e623";
}
.icon-tablet:before {
    content: "\e624";
}
.icon-tablet-landscape:before {
    content: "\e625";
}
.icon-laptop:before {
    content: "\e626";
}
.icon-camera:before {
    content: "\e627";
}
.icon-microwave-oven:before {
    content: "\e628";
}
.icon-credit-cards:before {
    content: "\e629";
}
.icon-map-marker:before {
    content: "\e62a";
}
.icon-map:before {
    content: "\e62b";
}
.icon-support:before {
    content: "\e62c";
}
.icon-newspaper2:before {
    content: "\e62d";
}
.icon-barbell:before {
    content: "\e62e";
}
.icon-stopwatch:before {
    content: "\e62f";
}
.icon-atom:before {
    content: "\e630";
}
.icon-image:before {
    content: "\e631";
}
.icon-cube:before {
    content: "\e632";
}
.icon-bars:before {
    content: "\e633";
}
.icon-chart:before {
    content: "\e634";
}
.icon-pencil:before {
    content: "\e635";
}
.icon-measure:before {
    content: "\e636";
}
.icon-eyedropper:before {
    content: "\e637";
}
.icon-file-settings:before {
    content: "\e638";
}
.icon-file-add:before {
    content: "\e639";
}
.icon-file:before {
    content: "\e63a";
}
.icon-align-left:before {
    content: "\e63b";
}
.icon-align-right:before {
    content: "\e63c";
}
.icon-align-center:before {
    content: "\e63d";
}
.icon-align-justify:before {
    content: "\e63e";
}
.icon-file-broken:before {
    content: "\e63f";
}
.icon-browser:before {
    content: "\e640";
}
.icon-windows:before {
    content: "\e641";
}
.icon-window:before {
    content: "\e642";
}
.icon-folder:before {
    content: "\e643";
}
.icon-connection-25:before {
    content: "\e644";
}
.icon-connection-50:before {
    content: "\e645";
}
.icon-connection-75:before {
    content: "\e646";
}
.icon-connection-full:before {
    content: "\e647";
}
.icon-list:before {
    content: "\e648";
}
.icon-grid:before {
    content: "\e649";
}
.icon-stack3:before {
    content: "\e64a";
}
.icon-battery-charging:before {
    content: "\e64b";
}
.icon-battery-empty:before {
    content: "\e64c";
}
.icon-battery-25:before {
    content: "\e64d";
}
.icon-battery-50:before {
    content: "\e64e";
}
.icon-battery-75:before {
    content: "\e64f";
}
.icon-refresh:before {
    content: "\e650";
}
.icon-volume:before {
    content: "\e651";
}
.icon-volume-increase:before {
    content: "\e652";
}
.icon-volume-decrease:before {
    content: "\e653";
}
.icon-mute:before {
    content: "\e654";
}
.icon-microphone:before {
    content: "\e655";
}
.icon-microphone-off:before {
    content: "\e656";
}
.icon-book:before {
    content: "\e657";
}
.icon-checkmark:before {
    content: "\e658";
}
.icon-checkbox-checked:before {
    content: "\e659";
}
.icon-checkbox:before {
    content: "\e65a";
}
.icon-paperclip:before {
    content: "\e65b";
}
.icon-chat-1:before {
    content: "\e65c";
}
.icon-chat-2:before {
    content: "\e65d";
}
.icon-chat-3:before {
    content: "\e65e";
}
.icon-comment:before {
    content: "\e65f";
}
.icon-calendar:before {
    content: "\e660";
}
.icon-bookmark:before {
    content: "\e661";
}
.icon-email2:before {
    content: "\e662";
}
.icon-heart:before {
    content: "\e663";
}
.icon-enter:before {
    content: "\e664";
}
.icon-cloud:before {
    content: "\e665";
}
.icon-book2:before {
    content: "\e666";
}
.icon-star:before {
    content: "\e667";
}
.icon-lock:before {
    content: "\e668";
}
.icon-unlocked:before {
    content: "\e669";
}
.icon-unlocked2:before {
    content: "\e66a";
}
.icon-users:before {
    content: "\e66b";
}
.icon-user:before {
    content: "\e66c";
}
.icon-users2:before {
    content: "\e66d";
}
.icon-user2:before {
    content: "\e66e";
}
.icon-bullhorn:before {
    content: "\e66f";
}
.icon-share:before {
    content: "\e670";
}
.icon-screen:before {
    content: "\e671";
}
.icon-phone:before {
    content: "\e672";
}
.icon-phone-portrait:before {
    content: "\e673";
}
.icon-calculator:before {
    content: "\e674";
}
.icon-bag:before {
    content: "\e675";
}
.icon-diamond:before {
    content: "\e676";
}
.icon-drink:before {
    content: "\e677";
}
.icon-shorts:before {
    content: "\e678";
}
.icon-vcard:before {
    content: "\e679";
}
.icon-sun:before {
    content: "\e67a";
}
.icon-bill:before {
    content: "\e67b";
}
.icon-coffee:before {
    content: "\e67c";
}
.icon-tv2:before {
    content: "\e67d";
}
.icon-newspaper:before {
    content: "\e67e";
}
.icon-stack:before {
    content: "\e67f";
}
.icon-syringe:before {
    content: "\e680";
}
.icon-health:before {
    content: "\e681";
}
.icon-bolt:before {
    content: "\e682";
}
.icon-pill:before {
    content: "\e683";
}
.icon-bones:before {
    content: "\e684";
}
.icon-lab:before {
    content: "\e685";
}
.icon-clipboard:before {
    content: "\e686";
}
.icon-mug:before {
    content: "\e687";
}
.icon-bucket:before {
    content: "\e688";
}
.icon-select:before {
    content: "\e689";
}
.icon-graph:before {
    content: "\e68a";
}
.icon-crop:before {
    content: "\e68b";
}
.icon-heart2:before {
    content: "\e68c";
}
.icon-cloud2:before {
    content: "\e68d";
}
.icon-star2:before {
    content: "\e68e";
}
.icon-pen:before {
    content: "\e68f";
}
.icon-diamond2:before {
    content: "\e690";
}
.icon-display:before {
    content: "\e691";
}
.icon-paperplane:before {
    content: "\e692";
}
.icon-params:before {
    content: "\e693";
}
.icon-banknote:before {
    content: "\e694";
}
.icon-vynil:before {
    content: "\e695";
}
.icon-truck:before {
    content: "\e696";
}
.icon-world:before {
    content: "\e697";
}
.icon-tv:before {
    content: "\e698";
}
.icon-sound:before {
    content: "\e699";
}
.icon-video:before {
    content: "\e69a";
}
.icon-trash:before {
    content: "\e69b";
}
.icon-user3:before {
    content: "\e69c";
}
.icon-key:before {
    content: "\e69d";
}
.icon-search2:before {
    content: "\e69e";
}
.icon-settings2:before {
    content: "\e69f";
}
.icon-camera2:before {
    content: "\e6a0";
}
.icon-tag2:before {
    content: "\e6a1";
}
.icon-lock2:before {
    content: "\e6a2";
}
.icon-bulb:before {
    content: "\e6a3";
}
.icon-location:before {
    content: "\e6a4";
}
.icon-eye:before {
    content: "\e6a5";
}
.icon-bubble:before {
    content: "\e6a6";
}
.icon-stack2:before {
    content: "\e6a7";
}
.icon-cup:before {
    content: "\e6a8";
}
.icon-phone2:before {
    content: "\e6a9";
}
.icon-news:before {
    content: "\e6aa";
}
.icon-mail:before {
    content: "\e6ab";
}
.icon-like:before {
    content: "\e6ac";
}
.icon-photo:before {
    content: "\e6ad";
}
.icon-note:before {
    content: "\e6ae";
}
.icon-clock2:before {
    content: "\e6af";
}
.icon-data:before {
    content: "\e6b0";
}
.icon-music:before {
    content: "\e6b1";
}
.icon-megaphone:before {
    content: "\e6b2";
}
.icon-study:before {
    content: "\e6b3";
}
.icon-lab2:before {
    content: "\e6b4";
}
.icon-food:before {
    content: "\e6b5";
}
.icon-t-shirt:before {
    content: "\e6b6";
}
.icon-fire:before {
    content: "\e6b7";
}
.icon-clip:before {
    content: "\e6b8";
}
.icon-shop:before {
    content: "\e6b9";
}
.icon-calendar2:before {
    content: "\e6ba";
}
.icon-wallet:before {
    content: "\e6bb";
}
.icon-duckduckgo:before {
    content: "\e830";
}
.icon-lkdto:before {
    content: "\e896";
}
.icon-delicious:before {
    content: "\e832";
}
.icon-paypal:before {
    content: "\e833";
}
.icon-flattr:before {
    content: "\e834";
}
.icon-android:before {
    content: "\e835";
}
.icon-eventful:before {
    content: "\e836";
}
.icon-smashmag:before {
    content: "\e837";
}
.icon-gplus:before {
    content: "\e838";
}
.icon-wikipedia:before {
    content: "\e839";
}
.icon-lanyrd:before {
    content: "\e83a";
}
.icon-calendar-1:before {
    content: "\e83b";
}
.icon-stumbleupon:before {
    content: "\e83c";
}
.icon-bitcoin:before {
    content: "\e83f";
}
.icon-w3c:before {
    content: "\e840";
}
.icon-foursquare:before {
    content: "\e841";
}
.icon-html5:before {
    content: "\e842";
}
.icon-ie:before {
    content: "\e843";
}
.icon-call:before {
    content: "\e844";
}
.icon-grooveshark:before {
    content: "\e845";
}
.icon-ninetyninedesigns:before {
    content: "\e846";
}
.icon-forrst:before {
    content: "\e847";
}
.icon-digg:before {
    content: "\e848";
}
.icon-spotify:before {
    content: "\e849";
}
.icon-reddit:before {
    content: "\e84a";
}
.icon-guest:before {
    content: "\e84b";
}
.icon-blogger:before {
    content: "\e84e";
}
.icon-cc:before {
    content: "\e84f";
}
.icon-dribbble:before {
    content: "\e850";
}
.icon-evernote:before {
    content: "\e851";
}
.icon-flickr:before {
    content: "\e852";
}
.icon-google:before {
    content: "\e853";
}
.icon-viadeo:before {
    content: "\e854";
}
.icon-instapaper:before {
    content: "\e855";
}
.icon-weibo:before {
    content: "\e856";
}
.icon-klout:before {
    content: "\e857";
}
.icon-linkedin:before {
    content: "\e858";
}
.icon-meetup:before {
    content: "\e859";
}
.icon-vk:before {
    content: "\e85a";
}
.icon-rss:before {
    content: "\e85d";
}
.icon-skype:before {
    content: "\e85e";
}
.icon-twitter:before {
    content: "\e85f";
}
.icon-youtube:before {
    content: "\e860";
}
.icon-vimeo:before {
    content: "\e861";
}
.icon-windows2:before {
    content: "\e862";
}
.icon-aim:before {
    content: "\e831";
}
.icon-yahoo:before {
    content: "\e864";
}
.icon-chrome:before {
    content: "\e865";
}
.icon-email3:before {
    content: "\e866";
}
.icon-macstore:before {
    content: "\e867";
}
.icon-myspace:before {
    content: "\e868";
}
.icon-podcast:before {
    content: "\e869";
}
.icon-cloudapp:before {
    content: "\e86c";
}
.icon-dropbox:before {
    content: "\e86d";
}
.icon-ebay:before {
    content: "\e86e";
}
.icon-facebook:before {
    content: "\e86f";
}
.icon-github:before {
    content: "\e870";
}
.icon-github-circled:before {
    content: "\e871";
}
.icon-googleplay:before {
    content: "\e872";
}
.icon-itunes:before {
    content: "\e873";
}
.icon-plurk:before {
    content: "\e874";
}
.icon-songkick:before {
    content: "\e875";
}
.icon-lastfm:before {
    content: "\e876";
}
.icon-gmail:before {
    content: "\e877";
}
.icon-pinboard:before {
    content: "\e878";
}
.icon-soundcloud:before {
    content: "\e87b";
}
.icon-tumblr:before {
    content: "\e87c";
}
.icon-eventasaurus:before {
    content: "\e87d";
}
.icon-wordpress:before {
    content: "\e87e";
}
.icon-yelp:before {
    content: "\e87f";
}
.icon-intensedebate:before {
    content: "\e880";
}
.icon-eventbrite:before {
    content: "\e881";
}
.icon-scribd:before {
    content: "\e882";
}
.icon-posterous:before {
    content: "\e883";
}
.icon-stripe:before {
    content: "\e884";
}
.icon-opentable:before {
    content: "\e885";
}
.icon-cart:before {
    content: "\e886";
}
.icon-print:before {
    content: "\e887";
}
.icon-dwolla:before {
    content: "\e88a";
}
.icon-appnet:before {
    content: "\e88b";
}
.icon-statusnet:before {
    content: "\e88c";
}
.icon-acrobat:before {
    content: "\e88d";
}
.icon-drupal:before {
    content: "\e88e";
}
.icon-buffer:before {
    content: "\e88f";
}
.icon-pocket:before {
    content: "\e890";
}
.icon-bitbucket:before {
    content: "\e891";
}
.icon-lego:before {
    content: "\e892";
}
.icon-login:before {
    content: "\e893";
}
.icon-stackoverflow:before {
    content: "\e894";
}
.icon-hackernews:before {
    content: "\e895";
}
.icon-xing:before {
    content: "\e863";
}
.icon-instagram:before {
    content: "\e889";
}
.icon-angellist:before {
    content: "\e888";
}
.icon-quora:before {
    content: "\e87a";
}
.icon-openid:before {
    content: "\e879";
}
.icon-steam:before {
    content: "\e86b";
}
.icon-amazon:before {
    content: "\e86a";
}
.icon-disqus:before {
    content: "\e85c";
}
.icon-plancast:before {
    content: "\e85b";
}
.icon-appstore:before {
    content: "\e84d";
}
.icon-gowalla:before {
    content: "\e84c";
}
.icon-pinterest:before {
    content: "\e83e";
}
.icon-fivehundredpx:before {
    content: "\e83d";
}
.icon-glass:before {
    content: "\e6bc";
}
.icon-music2:before {
    content: "\e6bd";
}
.icon-search3:before {
    content: "\e6be";
}
.icon-envelope2:before {
    content: "\e6bf";
}
.icon-heart3:before {
    content: "\e6c0";
}
.icon-star3:before {
    content: "\e6c1";
}
.icon-star-empty:before {
    content: "\e6c2";
}
.icon-user4:before {
    content: "\e6c3";
}
.icon-film:before {
    content: "\e6c4";
}
.icon-th-large:before {
    content: "\e6c5";
}
.icon-th:before {
    content: "\e6c6";
}
.icon-th-list:before {
    content: "\e6c7";
}
.icon-ok:before {
    content: "\e6c8";
}
.icon-remove:before {
    content: "\e6c9";
}
.icon-zoom-in2:before {
    content: "\e6ca";
}
.icon-zoom-out2:before {
    content: "\e6cb";
}
.icon-off:before {
    content: "\e6cc";
}
.icon-signal:before {
    content: "\e6cd";
}
.icon-cog:before {
    content: "\e6ce";
}
.icon-trash2:before {
    content: "\e6cf";
}
.icon-home2:before {
    content: "\e6d0";
}
.icon-file2:before {
    content: "\e6d1";
}
.icon-time:before {
    content: "\e6d2";
}
.icon-road:before {
    content: "\e6d3";
}
.icon-download-alt:before {
    content: "\e6d4";
}
.icon-download2:before {
    content: "\e6d5";
}
.icon-upload:before {
    content: "\e6d6";
}
.icon-inbox:before {
    content: "\e6d7";
}
.icon-play-circle:before {
    content: "\e6d8";
}
.icon-repeat:before {
    content: "\e6d9";
}
.icon-refresh2:before {
    content: "\e6da";
}
.icon-list-alt:before {
    content: "\e6db";
}
.icon-lock3:before {
    content: "\e6dc";
}
.icon-flag2:before {
    content: "\e6dd";
}
.icon-headphones:before {
    content: "\e6de";
}
.icon-volume-off:before {
    content: "\e6df";
}
.icon-volume-down:before {
    content: "\e6e0";
}
.icon-volume-up:before {
    content: "\e6e1";
}
.icon-qrcode:before {
    content: "\e6e2";
}
.icon-barcode:before {
    content: "\e6e3";
}
.icon-tag3:before {
    content: "\e6e4";
}
.icon-tags:before {
    content: "\e6e5";
}
.icon-book3:before {
    content: "\e6e6";
}
.icon-bookmark2:before {
    content: "\e6e7";
}
.icon-print2:before {
    content: "\e6e8";
}
.icon-camera3:before {
    content: "\e6e9";
}
.icon-font:before {
    content: "\e6ea";
}
.icon-bold:before {
    content: "\e6eb";
}
.icon-italic:before {
    content: "\e6ec";
}
.icon-text-height:before {
    content: "\e6ed";
}
.icon-text-width:before {
    content: "\e6ee";
}
.icon-align-left2:before {
    content: "\e6ef";
}
.icon-align-center2:before {
    content: "\e6f0";
}
.icon-align-right2:before {
    content: "\e6f1";
}
.icon-align-justify2:before {
    content: "\e6f2";
}
.icon-list2:before {
    content: "\e6f3";
}
.icon-indent-left:before {
    content: "\e6f4";
}
.icon-indent-right:before {
    content: "\e6f5";
}
.icon-facetime-video:before {
    content: "\e6f6";
}
.icon-picture:before {
    content: "\e6f7";
}
.icon-pencil2:before {
    content: "\e6f8";
}
.icon-map-marker2:before {
    content: "\e6f9";
}
.icon-adjust:before {
    content: "\e6fa";
}
.icon-tint:before {
    content: "\e6fb";
}
.icon-edit:before {
    content: "\e6fc";
}
.icon-share2:before {
    content: "\e6fd";
}
.icon-check:before {
    content: "\e6fe";
}
.icon-move:before {
    content: "\e6ff";
}
.icon-step-backward:before {
    content: "\e700";
}
.icon-fast-backward:before {
    content: "\e701";
}
.icon-backward:before {
    content: "\e702";
}
.icon-play:before {
    content: "\e703";
}
.icon-pause:before {
    content: "\e704";
}
.icon-stop:before {
    content: "\e705";
}
.icon-forward:before {
    content: "\e706";
}
.icon-fast-forward:before {
    content: "\e707";
}
.icon-step-forward:before {
    content: "\e708";
}
.icon-eject:before {
    content: "\e709";
}
.icon-chevron-left:before {
    content: "\e70a";
}
.icon-chevron-right:before {
    content: "\e70b";
}
.icon-plus-sign:before {
    content: "\e70c";
}
.icon-minus-sign:before {
    content: "\e70d";
}
.icon-remove-sign:before {
    content: "\e70e";
}
.icon-ok-sign:before {
    content: "\e70f";
}
.icon-question-sign:before {
    content: "\e710";
}
.icon-info-sign:before {
    content: "\e711";
}
.icon-screenshot:before {
    content: "\e712";
}
.icon-remove-circle:before {
    content: "\e713";
}
.icon-ok-circle:before {
    content: "\e714";
}
.icon-ban-circle:before {
    content: "\e715";
}
.icon-arrow-left2:before {
    content: "\e716";
}
.icon-arrow-right2:before {
    content: "\e717";
}
.icon-arrow-up2:before {
    content: "\e718";
}
.icon-arrow-down2:before {
    content: "\e719";
}
.icon-share-alt:before {
    content: "\e71a";
}
.icon-resize-full:before {
    content: "\e71b";
}
.icon-resize-small:before {
    content: "\e71c";
}
.icon-plus:before {
    content: "\e71d";
}
.icon-minus:before {
    content: "\e71e";
}
.icon-asterisk:before {
    content: "\e71f";
}
.icon-exclamation-sign:before {
    content: "\e720";
}
.icon-gift:before {
    content: "\e721";
}
.icon-leaf:before {
    content: "\e722";
}
.icon-fire2:before {
    content: "\e723";
}
.icon-eye-open:before {
    content: "\e724";
}
.icon-eye-close:before {
    content: "\e725";
}
.icon-warning-sign:before {
    content: "\e726";
}
.icon-plane:before {
    content: "\e727";
}
.icon-calendar3:before {
    content: "\e728";
}
.icon-random:before {
    content: "\e729";
}
.icon-comment2:before {
    content: "\e72a";
}
.icon-magnet:before {
    content: "\e72b";
}
.icon-chevron-up:before {
    content: "\e72c";
}
.icon-chevron-down:before {
    content: "\e72d";
}
.icon-retweet:before {
    content: "\e72e";
}
.icon-shopping-cart:before {
    content: "\e72f";
}
.icon-folder-close:before {
    content: "\e730";
}
.icon-folder-open:before {
    content: "\e731";
}
.icon-resize-vertical:before {
    content: "\e732";
}
.icon-resize-horizontal:before {
    content: "\e733";
}
.icon-bar-chart:before {
    content: "\e734";
}
.icon-twitter-sign:before {
    content: "\e735";
}
.icon-facebook-sign:before {
    content: "\e736";
}
.icon-camera-retro:before {
    content: "\e737";
}
.icon-key2:before {
    content: "\e738";
}
.icon-cogs:before {
    content: "\e739";
}
.icon-comments:before {
    content: "\e73a";
}
.icon-thumbs-up:before {
    content: "\e73b";
}
.icon-thumbs-down:before {
    content: "\e73c";
}
.icon-star-half:before {
    content: "\e73d";
}
.icon-heart-empty:before {
    content: "\e73e";
}
.icon-signout:before {
    content: "\e73f";
}
.icon-linkedin-sign:before {
    content: "\e740";
}
.icon-pushpin:before {
    content: "\e741";
}
.icon-external-link:before {
    content: "\e742";
}
.icon-signin:before {
    content: "\e743";
}
.icon-trophy:before {
    content: "\e744";
}
.icon-github-sign:before {
    content: "\e745";
}
.icon-upload-alt:before {
    content: "\e746";
}
.icon-lemon:before {
    content: "\e747";
}
.icon-phone3:before {
    content: "\e748";
}
.icon-check-empty:before {
    content: "\e749";
}
.icon-bookmark-empty:before {
    content: "\e74a";
}
.icon-phone-sign:before {
    content: "\e74b";
}
.icon-twitter2:before {
    content: "\e74c";
}
.icon-facebook2:before {
    content: "\e74d";
}
.icon-github2:before {
    content: "\e74e";
}
.icon-unlock:before {
    content: "\e74f";
}
.icon-credit:before {
    content: "\e750";
}
.icon-rss2:before {
    content: "\e751";
}
.icon-hdd:before {
    content: "\e752";
}
.icon-bullhorn2:before {
    content: "\e753";
}
.icon-bell:before {
    content: "\e754";
}
.icon-certificate:before {
    content: "\e755";
}
.icon-hand-right:before {
    content: "\e756";
}
.icon-hand-left:before {
    content: "\e757";
}
.icon-hand-up:before {
    content: "\e758";
}
.icon-hand-down:before {
    content: "\e759";
}
.icon-circle-arrow-left:before {
    content: "\e75a";
}
.icon-circle-arrow-right:before {
    content: "\e75b";
}
.icon-circle-arrow-up:before {
    content: "\e75c";
}
.icon-circle-arrow-down:before {
    content: "\e75d";
}
.icon-globe:before {
    content: "\e75e";
}
.icon-wrench:before {
    content: "\e75f";
}
.icon-tasks:before {
    content: "\e760";
}
.icon-filter:before {
    content: "\e761";
}
.icon-briefcase:before {
    content: "\e762";
}
.icon-fullscreen:before {
    content: "\e763";
}
.icon-group:before {
    content: "\e764";
}
.icon-link:before {
    content: "\e765";
}
.icon-cloud3:before {
    content: "\e766";
}
.icon-beaker:before {
    content: "\e767";
}
.icon-cut:before {
    content: "\e768";
}
.icon-copy:before {
    content: "\e769";
}
.icon-paper-clip:before {
    content: "\e76a";
}
.icon-save:before {
    content: "\e76b";
}
.icon-sign-blank:before {
    content: "\e76c";
}
.icon-reorder:before {
    content: "\e76d";
}
.icon-list-ul:before {
    content: "\e76e";
}
.icon-list-ol:before {
    content: "\e76f";
}
.icon-strikethrough:before {
    content: "\e770";
}
.icon-underline:before {
    content: "\e771";
}
.icon-table:before {
    content: "\e772";
}
.icon-magic:before {
    content: "\e773";
}
.icon-truck2:before {
    content: "\e774";
}
.icon-pinterest2:before {
    content: "\e775";
}
.icon-pinterest-sign:before {
    content: "\e776";
}
.icon-google-plus-sign:before {
    content: "\e777";
}
.icon-google-plus:before {
    content: "\e778";
}
.icon-money:before {
    content: "\e779";
}
.icon-caret-down:before {
    content: "\e77a";
}
.icon-caret-up:before {
    content: "\e77b";
}
.icon-caret-left:before {
    content: "\e77c";
}
.icon-caret-right:before {
    content: "\e77d";
}
.icon-columns:before {
    content: "\e77e";
}
.icon-sort:before {
    content: "\e77f";
}
.icon-sort-down:before {
    content: "\e780";
}
.icon-sort-up:before {
    content: "\e781";
}
.icon-envelope-alt:before {
    content: "\e782";
}
.icon-linkedin2:before {
    content: "\e783";
}
.icon-undo:before {
    content: "\e784";
}
.icon-legal:before {
    content: "\e785";
}
.icon-dashboard:before {
    content: "\e786";
}
.icon-comment-alt:before {
    content: "\e787";
}
.icon-comments-alt:before {
    content: "\e788";
}
.icon-bolt2:before {
    content: "\e789";
}
.icon-sitemap:before {
    content: "\e78a";
}
.icon-umbrella:before {
    content: "\e78b";
}
.icon-paste:before {
    content: "\e78c";
}
.icon-lightbulb:before {
    content: "\e78d";
}
.icon-exchange:before {
    content: "\e78e";
}
.icon-cloud-download:before {
    content: "\e78f";
}
.icon-cloud-upload:before {
    content: "\e790";
}
.icon-user-md:before {
    content: "\e791";
}
.icon-stethoscope:before {
    content: "\e792";
}
.icon-suitcase:before {
    content: "\e793";
}
.icon-bell-alt:before {
    content: "\e794";
}
.icon-coffee2:before {
    content: "\e795";
}
.icon-food2:before {
    content: "\e796";
}
.icon-file-alt:before {
    content: "\e797";
}
.icon-building:before {
    content: "\e798";
}
.icon-hospital:before {
    content: "\e799";
}
.icon-ambulance:before {
    content: "\e79a";
}
.icon-medkit:before {
    content: "\e79b";
}
.icon-fighter-jet:before {
    content: "\e79c";
}
.icon-beer:before {
    content: "\e79d";
}
.icon-h-sign:before {
    content: "\e79e";
}
.icon-plus-sign2:before {
    content: "\e79f";
}
.icon-double-angle-left:before {
    content: "\e7a0";
}
.icon-double-angle-right:before {
    content: "\e7a1";
}
.icon-double-angle-up:before {
    content: "\e7a2";
}
.icon-double-angle-down:before {
    content: "\e7a3";
}
.icon-angle-left:before {
    content: "\e7a4";
}
.icon-angle-right:before {
    content: "\e7a5";
}
.icon-angle-up:before {
    content: "\e7a6";
}
.icon-angle-down:before {
    content: "\e7a7";
}
.icon-desktop:before {
    content: "\e7a8";
}
.icon-laptop2:before {
    content: "\e7a9";
}
.icon-tablet2:before {
    content: "\e7aa";
}
.icon-mobile:before {
    content: "\e7ab";
}
.icon-circle-blank:before {
    content: "\e7ac";
}
.icon-quote-left:before {
    content: "\e7ad";
}
.icon-quote-right:before {
    content: "\e7ae";
}
.icon-spinner:before {
    content: "\e7af";
}
.icon-circle:before {
    content: "\e7b0";
}
.icon-reply:before {
    content: "\e7b1";
}
.icon-github-alt:before {
    content: "\e7b2";
}
.icon-folder-close-alt:before {
    content: "\e7b3";
}
.icon-folder-open-alt:before {
    content: "\e7b4";
}
.icon-expand-alt:before {
    content: "\e7b5";
}
.icon-collapse-alt:before {
    content: "\e7b6";
}
.icon-smile:before {
    content: "\e7b7";
}
.icon-frown:before {
    content: "\e7b8";
}
.icon-meh:before {
    content: "\e7b9";
}
.icon-gamepad:before {
    content: "\e7ba";
}
.icon-keyboard:before {
    content: "\e7bb";
}
.icon-flag-alt:before {
    content: "\e7bc";
}
.icon-flag-checkered:before {
    content: "\e7bd";
}
.icon-terminal:before {
    content: "\e7be";
}
.icon-code:before {
    content: "\e7bf";
}
.icon-reply-all:before {
    content: "\e7c0";
}
.icon-star-half-full:before {
    content: "\e7c1";
}
.icon-location-arrow:before {
    content: "\e7c2";
}
.icon-crop2:before {
    content: "\e7c3";
}
.icon-code-fork:before {
    content: "\e7c4";
}
.icon-unlink:before {
    content: "\e7c5";
}
.icon-question:before {
    content: "\e7c6";
}
.icon-info:before {
    content: "\e7c7";
}
.icon-exclamation:before {
    content: "\e7c8";
}
.icon-superscript:before {
    content: "\e7c9";
}
.icon-subscript:before {
    content: "\e7ca";
}
.icon-eraser:before {
    content: "\e7cb";
}
.icon-puzzle:before {
    content: "\e7cc";
}
.icon-microphone2:before {
    content: "\e7cd";
}
.icon-microphone-off2:before {
    content: "\e7ce";
}
.icon-shield:before {
    content: "\e7cf";
}
.icon-calendar-empty:before {
    content: "\e7d0";
}
.icon-fire-extinguisher:before {
    content: "\e7d1";
}
.icon-rocket:before {
    content: "\e7d2";
}
.icon-maxcdn:before {
    content: "\e7d3";
}
.icon-chevron-sign-left:before {
    content: "\e7d4";
}
.icon-chevron-sign-right:before {
    content: "\e7d5";
}
.icon-chevron-sign-up:before {
    content: "\e7d6";
}
.icon-chevron-sign-down:before {
    content: "\e7d7";
}
.icon-html52:before {
    content: "\e7d8";
}
.icon-css3:before {
    content: "\e7d9";
}
.icon-anchor:before {
    content: "\e7da";
}
.icon-unlock-alt:before {
    content: "\e7db";
}
.icon-bullseye:before {
    content: "\e7dc";
}
.icon-ellipsis-horizontal:before {
    content: "\e7dd";
}
.icon-ellipsis-vertical:before {
    content: "\e7de";
}
.icon-rss-sign:before {
    content: "\e7df";
}
.icon-play-sign:before {
    content: "\e7e0";
}
.icon-ticket:before {
    content: "\e7e1";
}
.icon-minus-sign-alt:before {
    content: "\e7e2";
}
.icon-check-minus:before {
    content: "\e7e3";
}
.icon-level-up:before {
    content: "\e7e4";
}
.icon-level-down:before {
    content: "\e7e5";
}
.icon-check-sign:before {
    content: "\e7e6";
}
.icon-edit-sign:before {
    content: "\e7e7";
}
.icon-external-link-sign:before {
    content: "\e7e8";
}
.icon-share-sign:before {
    content: "\e7e9";
}
.icon-compass:before {
    content: "\e7ea";
}
.icon-collapse:before {
    content: "\e7eb";
}
.icon-collapse-top:before {
    content: "\e7ec";
}
.icon-expand:before {
    content: "\e7ed";
}
.icon-euro:before {
    content: "\e7ee";
}
.icon-gbp:before {
    content: "\e7ef";
}
.icon-dollar:before {
    content: "\e7f0";
}
.icon-rupee:before {
    content: "\e7f1";
}
.icon-yen:before {
    content: "\e7f2";
}
.icon-renminbi:before {
    content: "\e7f3";
}
.icon-won:before {
    content: "\e7f4";
}
.icon-bitcoin2:before {
    content: "\e7f5";
}
.icon-file3:before {
    content: "\e7f6";
}
.icon-file-text:before {
    content: "\e7f7";
}
.icon-sort-by-alphabet:before {
    content: "\e7f8";
}
.icon-sort-by-alphabet-alt:before {
    content: "\e7f9";
}
.icon-sort-by-attributes:before {
    content: "\e7fa";
}
.icon-sort-by-attributes-alt:before {
    content: "\e7fb";
}
.icon-sort-by-order:before {
    content: "\e7fc";
}
.icon-sort-by-order-alt:before {
    content: "\e7fd";
}
.icon-thumbs-up2:before {
    content: "\e7fe";
}
.icon-thumbs-down2:before {
    content: "\e7ff";
}
.icon-youtube-sign:before {
    content: "\e800";
}
.icon-youtube2:before {
    content: "\e801";
}
.icon-xing2:before {
    content: "\e802";
}
.icon-xing-sign:before {
    content: "\e803";
}
.icon-youtube-play:before {
    content: "\e804";
}
.icon-dropbox2:before {
    content: "\e805";
}
.icon-stackexchange:before {
    content: "\e806";
}
.icon-instagram2:before {
    content: "\e807";
}
.icon-flickr2:before {
    content: "\e808";
}
.icon-adn:before {
    content: "\e809";
}
.icon-bitbucket2:before {
    content: "\e80a";
}
.icon-bitbucket-sign:before {
    content: "\e80b";
}
.icon-tumblr2:before {
    content: "\e80c";
}
.icon-tumblr-sign:before {
    content: "\e80d";
}
.icon-long-arrow-down:before {
    content: "\e80e";
}
.icon-long-arrow-up:before {
    content: "\e80f";
}
.icon-long-arrow-left:before {
    content: "\e810";
}
.icon-long-arrow-right:before {
    content: "\e811";
}
.icon-apple:before {
    content: "\e812";
}
.icon-windows3:before {
    content: "\e813";
}
.icon-android2:before {
    content: "\e814";
}
.icon-linux:before {
    content: "\e815";
}
.icon-dribbble2:before {
    content: "\e816";
}
.icon-skype2:before {
    content: "\e817";
}
.icon-foursquare2:before {
    content: "\e818";
}
.icon-trello:before {
    content: "\e819";
}
.icon-female:before {
    content: "\e81a";
}
.icon-male:before {
    content: "\e81b";
}
.icon-gittip:before {
    content: "\e81c";
}
.icon-sun2:before {
    content: "\e81d";
}
.icon-moon:before {
    content: "\e81e";
}
.icon-archive2:before {
    content: "\e81f";
}
.icon-bug:before {
    content: "\e820";
}
.icon-renren:before {
    content: "\e821";
}
.icon-weibo2:before {
    content: "\e822";
}
.icon-vk2:before {
    content: "\e823";
}

.icon-line-eye:before {
    content: "\e000";
}
.icon-line-paper-clip:before {
    content: "\e001";
}
.icon-line-mail:before {
    content: "\e002";
}
.icon-line-toggle:before {
    content: "\e003";
}
.icon-line-layout:before {
    content: "\e004";
}
.icon-line-link:before {
    content: "\e005";
}
.icon-line-bell:before {
    content: "\e006";
}
.icon-line-lock:before {
    content: "\e007";
}
.icon-line-unlock:before {
    content: "\e008";
}
.icon-line-ribbon:before {
    content: "\e009";
}
.icon-line-image:before {
    content: "\e010";
}
.icon-line-signal:before {
    content: "\e011";
}
.icon-line-target:before {
    content: "\e012";
}
.icon-line-clipboard:before {
    content: "\e013";
}
.icon-line-clock:before {
    content: "\e014";
}
.icon-line-watch:before {
    content: "\e015";
}
.icon-line-air-play:before {
    content: "\e016";
}
.icon-line-camera:before {
    content: "\e017";
}
.icon-line-video:before {
    content: "\e018";
}
.icon-line-disc:before {
    content: "\e019";
}
.icon-line-printer:before {
    content: "\e020";
}
.icon-line-monitor:before {
    content: "\e021";
}
.icon-line-server:before {
    content: "\e022";
}
.icon-line-cog:before {
    content: "\e023";
}
.icon-line-heart:before {
    content: "\e024";
}
.icon-line-paragraph:before {
    content: "\e025";
}
.icon-line-align-justify:before {
    content: "\e026";
}
.icon-line-align-left:before {
    content: "\e027";
}
.icon-line-align-center:before {
    content: "\e028";
}
.icon-line-align-right:before {
    content: "\e029";
}
.icon-line-book:before {
    content: "\e030";
}
.icon-line-layers:before {
    content: "\e031";
}
.icon-line-stack:before {
    content: "\e032";
}
.icon-line-stack-2:before {
    content: "\e033";
}
.icon-line-paper:before {
    content: "\e034";
}
.icon-line-paper-stack:before {
    content: "\e035";
}
.icon-line-search:before {
    content: "\e036";
}
.icon-line-zoom-in:before {
    content: "\e037";
}
.icon-line-zoom-out:before {
    content: "\e038";
}
.icon-line-reply:before {
    content: "\e039";
}
.icon-line-circle-plus:before {
    content: "\e040";
}
.icon-line-circle-minus:before {
    content: "\e041";
}
.icon-line-circle-check:before {
    content: "\e042";
}
.icon-line-circle-cross:before {
    content: "\e043";
}
.icon-line-square-plus:before {
    content: "\e044";
}
.icon-line-square-minus:before {
    content: "\e045";
}
.icon-line-square-check:before {
    content: "\e046";
}
.icon-line-square-cross:before {
    content: "\e047";
}
.icon-line-microphone:before {
    content: "\e048";
}
.icon-line-record:before {
    content: "\e049";
}
.icon-line-skip-back:before {
    content: "\e050";
}
.icon-line-rewind:before {
    content: "\e051";
}
.icon-line-play:before {
    content: "\e052";
}
.icon-line-pause:before {
    content: "\e053";
}
.icon-line-stop:before {
    content: "\e054";
}
.icon-line-fast-forward:before {
    content: "\e055";
}
.icon-line-skip-forward:before {
    content: "\e056";
}
.icon-line-shuffle:before {
    content: "\e057";
}
.icon-line-repeat:before {
    content: "\e058";
}
.icon-line-folder:before {
    content: "\e059";
}
.icon-line-umbrella:before {
    content: "\e060";
}
.icon-line-moon:before {
    content: "\e061";
}
.icon-line-thermometer:before {
    content: "\e062";
}
.icon-line-drop:before {
    content: "\e063";
}
.icon-line-sun:before {
    content: "\e064";
}
.icon-line-cloud:before {
    content: "\e065";
}
.icon-line-cloud-upload:before {
    content: "\e066";
}
.icon-line-cloud-download:before {
    content: "\e067";
}
.icon-line-upload:before {
    content: "\e068";
}
.icon-line-download:before {
    content: "\e069";
}
.icon-line-location:before {
    content: "\e070";
}
.icon-line-location-2:before {
    content: "\e071";
}
.icon-line-map:before {
    content: "\e072";
}
.icon-line-battery:before {
    content: "\e073";
}
.icon-line-head:before {
    content: "\e074";
}
.icon-line-briefcase:before {
    content: "\e075";
}
.icon-line-speech-bubble:before {
    content: "\e076";
}
.icon-line-anchor:before {
    content: "\e077";
}
.icon-line-globe:before {
    content: "\e078";
}
.icon-line-box:before {
    content: "\e079";
}
.icon-line-reload:before {
    content: "\e080";
}
.icon-line-share:before {
    content: "\e081";
}
.icon-line-marquee:before {
    content: "\e082";
}
.icon-line-marquee-plus:before {
    content: "\e083";
}
.icon-line-marquee-minus:before {
    content: "\e084";
}
.icon-line-tag:before {
    content: "\e085";
}
.icon-line-power:before {
    content: "\e086";
}
.icon-line-command:before {
    content: "\e087";
}
.icon-line-alt:before {
    content: "\e088";
}
.icon-line-esc:before {
    content: "\e089";
}
.icon-line-bar-graph:before {
    content: "\e090";
}
.icon-line-bar-graph-2:before {
    content: "\e091";
}
.icon-line-pie-graph:before {
    content: "\e092";
}
.icon-line-star:before {
    content: "\e093";
}
.icon-line-arrow-left:before {
    content: "\e094";
}
.icon-line-arrow-right:before {
    content: "\e095";
}
.icon-line-arrow-up:before {
    content: "\e096";
}
.icon-line-arrow-down:before {
    content: "\e097";
}
.icon-line-volume:before {
    content: "\e098";
}
.icon-line-mute:before {
    content: "\e099";
}
.icon-line-content-right:before {
    content: "\e100";
}
.icon-line-content-left:before {
    content: "\e101";
}
.icon-line-grid:before {
    content: "\e102";
}
.icon-line-grid-2:before {
    content: "\e103";
}
.icon-line-columns:before {
    content: "\e104";
}
.icon-line-loader:before {
    content: "\e105";
}
.icon-line-bag:before {
    content: "\e106";
}
.icon-line-ban:before {
    content: "\e107";
}
.icon-line-flag:before {
    content: "\e108";
}
.icon-line-trash:before {
    content: "\e109";
}
.icon-line-expand:before {
    content: "\e110";
}
.icon-line-contract:before {
    content: "\e111";
}
.icon-line-maximize:before {
    content: "\e112";
}
.icon-line-minimize:before {
    content: "\e113";
}
.icon-line-plus:before {
    content: "\e114";
}
.icon-line-minus:before {
    content: "\e115";
}
.icon-line-check:before {
    content: "\e116";
}
.icon-line-cross:before {
    content: "\e117";
}
.icon-line-move:before {
    content: "\e118";
}
.icon-line-delete:before {
    content: "\e119";
}
.icon-line-menu:before {
    content: "\e120";
}
.icon-line-archive:before {
    content: "\e121";
}
.icon-line-inbox:before {
    content: "\e122";
}
.icon-line-outbox:before {
    content: "\e123";
}
.icon-line-file:before {
    content: "\e124";
}
.icon-line-file-add:before {
    content: "\e125";
}
.icon-line-file-subtract:before {
    content: "\e126";
}
.icon-line-help:before {
    content: "\e127";
}
.icon-line-open:before {
    content: "\e128";
}
.icon-line-ellipsis:before {
    content: "\e129";
}

.icon-line2-user-female:before {
    content: "\e000";
}
.icon-line2-user-follow:before {
    content: "\e002";
}
.icon-line2-user-following:before {
    content: "\e003";
}
.icon-line2-user-unfollow:before {
    content: "\e004";
}
.icon-line2-trophy:before {
    content: "\e006";
}
.icon-line2-screen-smartphone:before {
    content: "\e010";
}
.icon-line2-screen-desktop:before {
    content: "\e011";
}
.icon-line2-plane:before {
    content: "\e012";
}
.icon-line2-notebook:before {
    content: "\e013";
}
.icon-line2-moustache:before {
    content: "\e014";
}
.icon-line2-mouse:before {
    content: "\e015";
}
.icon-line2-magnet:before {
    content: "\e016";
}
.icon-line2-energy:before {
    content: "\e020";
}
.icon-line2-emoticon-smile:before {
    content: "\e021";
}
.icon-line2-disc:before {
    content: "\e022";
}
.icon-line2-cursor-move:before {
    content: "\e023";
}
.icon-line2-crop:before {
    content: "\e024";
}
.icon-line2-credit-card:before {
    content: "\e025";
}
.icon-line2-chemistry:before {
    content: "\e026";
}
.icon-line2-user:before {
    content: "\e005";
}
.icon-line2-speedometer:before {
    content: "\e007";
}
.icon-line2-social-youtube:before {
    content: "\e008";
}
.icon-line2-social-twitter:before {
    content: "\e009";
}
.icon-line2-social-tumblr:before {
    content: "\e00a";
}
.icon-line2-social-facebook:before {
    content: "\e00b";
}
.icon-line2-social-dropbox:before {
    content: "\e00c";
}
.icon-line2-social-dribbble:before {
    content: "\e00d";
}
.icon-line2-shield:before {
    content: "\e00e";
}
.icon-line2-screen-tablet:before {
    content: "\e00f";
}
.icon-line2-magic-wand:before {
    content: "\e017";
}
.icon-line2-hourglass:before {
    content: "\e018";
}
.icon-line2-graduation:before {
    content: "\e019";
}
.icon-line2-ghost:before {
    content: "\e01a";
}
.icon-line2-game-controller:before {
    content: "\e01b";
}
.icon-line2-fire:before {
    content: "\e01c";
}
.icon-line2-eyeglasses:before {
    content: "\e01d";
}
.icon-line2-envelope-open:before {
    content: "\e01e";
}
.icon-line2-envelope-letter:before {
    content: "\e01f";
}
.icon-line2-bell:before {
    content: "\e027";
}
.icon-line2-badge:before {
    content: "\e028";
}
.icon-line2-anchor:before {
    content: "\e029";
}
.icon-line2-wallet:before {
    content: "\e02a";
}
.icon-line2-vector:before {
    content: "\e02b";
}
.icon-line2-speech:before {
    content: "\e02c";
}
.icon-line2-puzzle:before {
    content: "\e02d";
}
.icon-line2-printer:before {
    content: "\e02e";
}
.icon-line2-present:before {
    content: "\e02f";
}
.icon-line2-playlist:before {
    content: "\e030";
}
.icon-line2-pin:before {
    content: "\e031";
}
.icon-line2-picture:before {
    content: "\e032";
}
.icon-line2-map:before {
    content: "\e033";
}
.icon-line2-layers:before {
    content: "\e034";
}
.icon-line2-handbag:before {
    content: "\e035";
}
.icon-line2-globe-alt:before {
    content: "\e036";
}
.icon-line2-globe:before {
    content: "\e037";
}
.icon-line2-frame:before {
    content: "\e038";
}
.icon-line2-folder-alt:before {
    content: "\e039";
}
.icon-line2-film:before {
    content: "\e03a";
}
.icon-line2-feed:before {
    content: "\e03b";
}
.icon-line2-earphones-alt:before {
    content: "\e03c";
}
.icon-line2-earphones:before {
    content: "\e03d";
}
.icon-line2-drop:before {
    content: "\e03e";
}
.icon-line2-drawer:before {
    content: "\e03f";
}
.icon-line2-docs:before {
    content: "\e040";
}
.icon-line2-directions:before {
    content: "\e041";
}
.icon-line2-direction:before {
    content: "\e042";
}
.icon-line2-diamond:before {
    content: "\e043";
}
.icon-line2-cup:before {
    content: "\e044";
}
.icon-line2-compass:before {
    content: "\e045";
}
.icon-line2-call-out:before {
    content: "\e046";
}
.icon-line2-call-in:before {
    content: "\e047";
}
.icon-line2-call-end:before {
    content: "\e048";
}
.icon-line2-calculator:before {
    content: "\e049";
}
.icon-line2-bubbles:before {
    content: "\e04a";
}
.icon-line2-briefcase:before {
    content: "\e04b";
}
.icon-line2-book-open:before {
    content: "\e04c";
}
.icon-line2-basket-loaded:before {
    content: "\e04d";
}
.icon-line2-basket:before {
    content: "\e04e";
}
.icon-line2-bag:before {
    content: "\e04f";
}
.icon-line2-action-undo:before {
    content: "\e050";
}
.icon-line2-action-redo:before {
    content: "\e051";
}
.icon-line2-wrench:before {
    content: "\e052";
}
.icon-line2-umbrella:before {
    content: "\e053";
}
.icon-line2-trash:before {
    content: "\e054";
}
.icon-line2-tag:before {
    content: "\e055";
}
.icon-line2-support:before {
    content: "\e056";
}
.icon-line2-size-fullscreen:before {
    content: "\e057";
}
.icon-line2-size-actual:before {
    content: "\e058";
}
.icon-line2-shuffle:before {
    content: "\e059";
}
.icon-line2-share-alt:before {
    content: "\e05a";
}
.icon-line2-share:before {
    content: "\e05b";
}
.icon-line2-rocket:before {
    content: "\e05c";
}
.icon-line2-question:before {
    content: "\e05d";
}
.icon-line2-pie-chart:before {
    content: "\e05e";
}
.icon-line2-pencil:before {
    content: "\e05f";
}
.icon-line2-note:before {
    content: "\e060";
}
.icon-line2-music-tone-alt:before {
    content: "\e061";
}
.icon-line2-music-tone:before {
    content: "\e062";
}
.icon-line2-microphone:before {
    content: "\e063";
}
.icon-line2-loop:before {
    content: "\e064";
}
.icon-line2-logout:before {
    content: "\e065";
}
.icon-line2-login:before {
    content: "\e066";
}
.icon-line2-list:before {
    content: "\e067";
}
.icon-line2-like:before {
    content: "\e068";
}
.icon-line2-home:before {
    content: "\e069";
}
.icon-line2-grid:before {
    content: "\e06a";
}
.icon-line2-graph:before {
    content: "\e06b";
}
.icon-line2-equalizer:before {
    content: "\e06c";
}
.icon-line2-dislike:before {
    content: "\e06d";
}
.icon-line2-cursor:before {
    content: "\e06e";
}
.icon-line2-control-start:before {
    content: "\e06f";
}
.icon-line2-control-rewind:before {
    content: "\e070";
}
.icon-line2-control-play:before {
    content: "\e071";
}
.icon-line2-control-pause:before {
    content: "\e072";
}
.icon-line2-control-forward:before {
    content: "\e073";
}
.icon-line2-control-end:before {
    content: "\e074";
}
.icon-line2-calendar:before {
    content: "\e075";
}
.icon-line2-bulb:before {
    content: "\e076";
}
.icon-line2-bar-chart:before {
    content: "\e077";
}
.icon-line2-arrow-up:before {
    content: "\e078";
}
.icon-line2-arrow-right:before {
    content: "\e079";
}
.icon-line2-arrow-left:before {
    content: "\e07a";
}
.icon-line2-arrow-down:before {
    content: "\e07b";
}
.icon-line2-ban:before {
    content: "\e07c";
}
.icon-line2-bubble:before {
    content: "\e07d";
}
.icon-line2-camcorder:before {
    content: "\e07e";
}
.icon-line2-camera:before {
    content: "\e07f";
}
.icon-line2-check:before {
    content: "\e080";
}
.icon-line2-clock:before {
    content: "\e081";
}
.icon-line2-close:before {
    content: "\e082";
}
.icon-line2-cloud-download:before {
    content: "\e083";
}
.icon-line2-cloud-upload:before {
    content: "\e084";
}
.icon-line2-doc:before {
    content: "\e085";
}
.icon-line2-envelope:before {
    content: "\e086";
}
.icon-line2-eye:before {
    content: "\e087";
}
.icon-line2-flag:before {
    content: "\e088";
}
.icon-line2-folder:before {
    content: "\e089";
}
.icon-line2-heart:before {
    content: "\e08a";
}
.icon-line2-info:before {
    content: "\e08b";
}
.icon-line2-key:before {
    content: "\e08c";
}
.icon-line2-link:before {
    content: "\e08d";
}
.icon-line2-lock:before {
    content: "\e08e";
}
.icon-line2-lock-open:before {
    content: "\e08f";
}
.icon-line2-magnifier:before {
    content: "\e090";
}
.icon-line2-magnifier-add:before {
    content: "\e091";
}
.icon-line2-magnifier-remove:before {
    content: "\e092";
}
.icon-line2-paper-clip:before {
    content: "\e093";
}
.icon-line2-paper-plane:before {
    content: "\e094";
}
.icon-line2-plus:before {
    content: "\e095";
}
.icon-line2-pointer:before {
    content: "\e096";
}
.icon-line2-power:before {
    content: "\e097";
}
.icon-line2-refresh:before {
    content: "\e098";
}
.icon-line2-reload:before {
    content: "\e099";
}
.icon-line2-settings:before {
    content: "\e09a";
}
.icon-line2-star:before {
    content: "\e09b";
}
.icon-line2-symbol-female:before {
    content: "\e09c";
}
.icon-line2-symbol-male:before {
    content: "\e09d";
}
.icon-line2-target:before {
    content: "\e09e";
}
.icon-line2-volume-1:before {
    content: "\e09f";
}
.icon-line2-volume-2:before {
    content: "\e0a0";
}
.icon-line2-volume-off:before {
    content: "\e0a1";
}
.icon-line2-users:before {
    content: "\e001";
}


/* -- -- */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-line-"],
[class*=" icon-line-"],
[class^="icon-line2-"],
[class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icons {
    display: inline-block;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icons {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover {
    color: #777;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
    background-image: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements//fonts/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #d83701;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2) url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
}

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay {
    opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/

.social-icons {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}

/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
    border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
    border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
    border-color: transparent !important;
}

.si-colored i {
    color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icons.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icons.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
}

.social-icons i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icons i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons i:last-child {
    color: #FFF !important;
}

.social-icons:hover i:first-child {
    margin-top: -38px;
}

.social-icons.si-large:hover i:first-child {
    margin-top: -54px;
}

.social-icons.si-small:hover i:first-child {
    margin-top: -30px;
}

.social-icons:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icons {
    border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div {
    float: right;
}

.si-share .social-icons {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------

    Shortcodes: social-icons.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Social Icons
-----------------------------------------------------------------*/


.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
    background-color: #444;
    color: #FFF !important;
    border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
    background-color: rgba(0,0,0,0.05);
    color: #666 !important;
    border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
}

.social-icon i {
    display: block;
    position: relative;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
    color: #555;
    border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px;
}

.si-share div { float: right; }

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }



/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #3F729B; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }

.si-text-color:hover { color: #FFF; }

/*-----------------------------------------------------------------------------------

    Shortcodes: styled-icons.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Styled Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
    background-image: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}


/* ----------------------------------------------------------------
        Icon Overlay
-----------------------------------------------------------------*/

.i-overlay,
.i-overlay a {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.2) url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
}

.i-overlay a { background: transparent; }

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay { opacity: 0; }

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover { opacity: 1; }table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
    position: relative;
    overflow: hidden !important;
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

div.alignright, img.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

div.alignleft, img.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.line.line-sm { margin: 30px 0; }

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

/*.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }*/

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {text-align: center !important;}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0,0,0,0.1);
}

.image-fade {width: 100%;}
.image-fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.imagescale {
    display: block;
    overflow: hidden;
}

.imagescale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease;
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation:BgAnimated 30s infinite linear;
    -moz-animation:BgAnimated 30s infinite linear;
    -ms-animation:BgAnimated 30s infinite linear;
    -o-animation:BgAnimated 30s infinite linear;
    animation:BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-moz-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-ms-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@-o-keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}
@keyframes BgAnimated {
    from  {background-position:0 0;}
    to    {background-position:0 400px;}
}


.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    height: auto !important;
    left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after { clear: both; }
.clearfix { margin: 0 }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear, .clear-left, .clear-right {
    display: table;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background: transparent;
}

.fluid-width-video-wrapper { width: 100%; position: relative; padding: 0; } .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ----------------------------------------------------------------
Preloaders
-----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}


@media (max-width: 991px) {
    .vertical-middle + .video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
/*-----------------------------------------------------------------------------------

        Shortcodes: tabs.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
        Tabs
-----------------------------------------------------------------*/


.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding-left: 0px;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
    margin-bottom: 0px;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}


/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }

.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }

.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 1px solid #DDD;
    border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #1ABC9C;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #1ABC9C;
    top: -2px;
    height: 44px;
    line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
    border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #1ABC9C;
    color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


ul.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

ul.tab-nav-lg li {
    float: left;
    position: relative;
    text-align: center;
    padding: 15px;
}

ul.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a {
    color: #1ABC9C;
}



ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
    border-top-color: #FFF;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
    float: left;
    width: 200px;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px;
}

.side-tabs .tab-container {
    overflow: hidden;
    padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display:block !important;
}


/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }


/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
    position: relative;
    padding: 0;
    z-index: 2;
    margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #DDD;
}


/* ----------------------------------------------------------------
        Side Navigation
-----------------------------------------------------------------*/


.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    list-style-type: none !important;
    border-radius: 4px;
}

.sidenav > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0,0,0,0.1) !important;
    color: #FFF !important;
    font-weight: 600;
    background-color: #1ABC9C !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .4;
    font-size: 12px !important;
}

.sidenav > li > a:hover {
    background-color: #F5F5F5;
    color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }
/*-----------------------------------------------------------------------------------

    Shortcodes: toggles-accordions.less

-----------------------------------------------------------------------------------*/
a:active, a:hover {
    outline: 0;
    color: #444;
    text-decoration: none;
}

/* ----------------------------------------------------------------
        Toggle
-----------------------------------------------------------------*/


.toggle:not(.field-tooltip) {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.toggle .toggleta { font-weight: bold; }

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: block; }

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
}


/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }


/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
    border: 1px solid #CCC;
    border-radius: 4px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; }


/* ----------------------------------------------------------------
        Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }


/* Accordion - Large
-----------------------------------------------------------------*/

.accordion.accordion-lg .acctitle {
    font-size: 23px;
    line-height: 44px;
    padding-left: 30px;
    font-weight: 400;
}

.accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px;
}

.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }

/* Accordion - bootstrap / panels
-----------------------------------------------------------------*/
.panel-accordion .panel-default {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-accordion .panel-default,
.panel-default{
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/*-----------------------------------------------------------------------------------

    Shortcodes: pricing.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Pricing Boxes
-----------------------------------------------------------------*/

.pricing { position: relative; }

.pricing [class^=col-] {
    padding: 0;
    margin-top: 20px;
}


/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
    position: relative;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
    padding: 15px 0;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px;
    text-transform: uppercase;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
    position: relative;
    padding: 25px 0;
    color: #333;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
}

.pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0,0,0,0.1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal;
}

.pricing-price span.price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 0 0 0 3px;
}


/* Pricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); }

.pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.pricing-features li {
    padding: 6px 0;
    font-size: 14px;
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action { padding: 15px 30px; }


/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-box.best-price {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    z-index: 1;
}

.pricing-box.best-price { margin: -20px -1px 0 -1px; }

.pricing-box.best-price .pricing-title {
    background-color: #FFF;
    padding: 20px 0;
}

.pricing-box.best-price .pricing-title h3 { font-size: 22px; }

.pricing-box.best-price .pricing-price {
    color: #1ABC9C;
    font-size: 72px;
}


/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/

.pricing-box.pricing-minimal .pricing-price {
    background-color: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.pricing-box.pricing-minimal .pricing-price:after { display: none; }


/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/

.pricing.pricing-5 .pricing-box {
    float: left;
    width: 20%;
    margin-top: 20px;
}

.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }

.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }

.pricing.pricing-5 .pricing-title h3 { font-size: 18px; }

.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; }


/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

.pricing-box.pricing-extended {
    background-color: #FFF;
    text-align: left;
}

.pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 75%;
    padding: 25px;
}

.pricing-box.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
    text-align: left;
}

.pricing-box.pricing-extended .pricing-features { border: 0; }

.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; }

.pricing-box.pricing-extended .pricing-features li {
    padding: 6px 0;
    font-size: 15px;
    width: 50%;
    float: left;
}

.pricing-box.pricing-extended .pricing-features ul li i {
    position: relative;
    top: 1px;
    width: 16px;
    margin-right: 2px;
}

.pricing-box.pricing-extended .pricing-action-area {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.05);
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center;
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-box.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.table-comparison,
.table-comparison th { text-align: center; }

.table-comparison th:first-child,
.table-comparison td:first-child {
    text-align: left;
    font-weight: bold;
}
.table-responsive .table-comparison .cell.label, .table-comparison td:last-child {border-right: none;}

@media (max-width: 991px) {
    .pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; }

    .pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; }

    .device-sm .pricing.pricing-5 .pricing-title h3,
    .device-sm .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; }

    .device-sm .pricing.pricing-5 .pricing-title span { font-size: 12px; }

    .device-sm .pricing.pricing-5 .pricing-price { font-size: 48px; }

    .device-sm .pricing.pricing-5 .pricing-price span { font-size: 20px; }

    .device-sm .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; }

    .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; }

    .pricing-box.pricing-extended .pricing-desc,
    .pricing-box.pricing-extended .pricing-action-area {
        position: relative;
        float: none;
        width: auto;
        padding: 25px;
    }

    .pricing-box.pricing-extended .pricing-action-area {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,0.05);
        border-radius: 0 0 3px 3px;
    }
}

@media (max-width: 767px) {
    .pricing-box.best-price { margin-top: 0; }

    .pricing.pricing-5 .pricing-box {
        float: none;
        width: 100%;
    }

    .pricing-box.pricing-extended .pricing-features li {
        width: auto;
        float: none;
    }
}
/*-----------------------------------------------------------------------------------

    Shortcodes: headings.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1ABC9C;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #1ABC9C;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }

.title-block > span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300;
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
    font-size: 15px;
    margin-top: 3px;
}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block { margin-bottom: 50px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 { font-size: 26px; }

.heading-block h4 {
    font-size: 20px;
    font-weight: 700;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #1ABC9C; }


/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }


/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
    left: auto;
    top: 46%;
    right: 0;
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #1ABC9C;
    opacity: 0.6;
}


/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center { text-align: center; }

.title-center h1,
.title-center h2,
.title-center h3 { padding: 0 15px; }

.title-center h4,
.title-center h5,
.title-center h6 { padding: 0 10px; }


/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right { text-align: right; }

.title-right h1,
.title-right h2,
.title-right h3 { padding: 0 0 0 15px; }

.title-right h4,
.title-right h5,
.title-right h6 { padding: 0 0 0 10px; }


/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1ABC9C;
}


/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-dotted-border { background: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/icons/dotted.png') repeat-x center; }


/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

.dark .section, .section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}

/* ----------------------------------------------------------------
        Dropcaps & Highlights
-----------------------------------------------------------------*/


.dropcap {
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    color: #FFF;
    border-radius: 2px;
}
/* ----------------------------------------------------------------
        Quotes & Blockquotes
-----------------------------------------------------------------*/


blockquote p { margin-bottom: 15px; }

blockquote.pull-left {
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0;
}

blockquote.pull-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0;
}

.quote {
    border: none !important;
    position: relative;
}

.quote p { position: relative; }

.quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE;
}

.quote.blockquote-reverse:before {
    content: "\e7ae";
    left: auto;
    right: 0;
}


/*Bootstrap*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
/*-----------------------------------------------------------------------------------

    Shortcodes: dividers.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #E5E5E5;
	width: 100%;
}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

.divider.divider-short:after { width: 30%; }

.divider.divider-vshort:after { width: 12%; }

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }


/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right { text-align: right; }

.divider.divider-right:after {
	left: auto;
	right: 30px;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}


/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}

.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }


/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded { color: #BBB; }

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}

.divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border { color: #E5E5E5; }

.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}


/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before,
.divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*-----------------------------------------------------------------------------------

    Shortcodes: clients.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
        Clients
-----------------------------------------------------------------*/


.clients-grid,
.testimonials-grid {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}

.clients-grid li,
.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
}

.clients-grid.grid-2 li {
    width: 50%;
    padding: 25px 0;
}

.clients-grid.grid-3 li { width: 33.33%; }

.clients-grid.grid-4 li { width: 25%; }

.clients-grid.grid-6 li { width: 16.66%; }

.clients-grid li a { opacity: 0.6; }

body:not(.device-touch) .clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clients-grid li a:hover { opacity: 1; }

.clients-grid li a,
.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid li a img { width: 100%; }

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
    content: '';
    position: absolute;
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD;
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD;
}.brand-carousel .owl-controls { text-align: center; /* Styling Pagination*/ /* If PaginationNumbers is true */ }
.brand-carousel .owl-controls .owl-buttons {  }
.brand-carousel .owl-controls .owl-buttons div, .brand-carousel .owl-controls .owl-buttons i { display: inline-block; font-size: 40px; margin: 0 10px; }

.brand-carousel .owl-controls .owl-page { display: inline-block; }
.brand-carousel .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.brand-carousel .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.brand-carousel .owl-item.loading { min-height: 150px; background: url(../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/css/imports/shortcodes/AjaxLoader.gif) no-repeat center center; }

.brand-carousel .item{
  margin: 0 15%;
}
.brand-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
.brand-carousel .owl-buttons {
  display: none;
}.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/*-----------------------------------------------------------------------------------

	pagetitle.css

-----------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #1ABC9C; }

.breadcrumb i { width: auto !important; }

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
	border-bottom: none;
}

#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }

#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }

#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right { text-align: right; }

#page-title.page-title-right .breadcrumb {
	left: 15px !important;
	right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center { text-align: center; }

#page-title.page-title-center span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
	background-image: url('../../frontend/BrandMd/ultimate/en_US/images/pattern.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
	padding: 100px 0;
	text-shadow: none;
	border-bottom: none;
}

#page-title.page-title-parallax h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
}

#page-title.page-title-parallax span { font-size: 22px; }

#page-title.page-title-parallax .breadcrumb { font-size: 13px; }

#page-title.page-title-parallax {
	background-color: transparent;
	background-image: url('../../frontend/BrandMd/ultimate/en_US/images/parallax/parallax-bg.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
	font-weight: 600;
	font-size: 18px;
	color: #444;
}

#page-title.page-title-mini span { display: none; }


/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
	background: transparent !important;
	border-bottom: 1px solid #F5F5F5;
}


/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
	background: none;
	position: relative;
	overflow: hidden;
}

#page-title.page-title-video .container { z-index: 3; }

#page-title.page-title-video .video-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#page-title.page-title-video .video-wrap video { width: 100%; }/* ----------------------------------------------------------------
        Columns & Grids
-----------------------------------------------------------------*/
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }

@media (max-width: 767px) {
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important;
    }

    .sidebar.col_last { margin-bottom: 0 !important; }

    form .col_full,
    form .col_half,
    form .col_one_third,
    form .col_two_third,
    form .col_three_fourth,
    form .col_one_fourth,
    form .col_one_fifth,
    form .col_two_fifth,
    form .col_three_fifth,
    form .col_four_fifth,
    form .col_one_sixth,
    form .col_five_sixth { margin-bottom: 25px !important; }

}
/*-----------------------------------------------------------------------------------

	Shortcodes: feature-box.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #1ABC9C;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box .before-heading { font-size: 14px; }


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }

.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}

.feature-box.fbox-light .fbox-icon i { line-height: 62px; }

.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }

.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #1ABC9C;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #1ABC9C;
	border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }

.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }

.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }

.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }

.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }

.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }


/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feature-box.fbox-right.fbox-large { padding-right: 115px; }

.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }

.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon { margin-top: 20px !important; }

.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }

.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
	font-family: 'Lato', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }

.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }

.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('../../frontend/BrandMd/ultimate/en_US/WeltPixel_DesignElements/images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; }

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; }

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box { padding: 0; }

.feature-box.media-box .fbox-media { margin: 0 0 25px; }

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feature-box.media-box .fbox-media iframe { display: block; }

.feature-box.media-box p { margin-top: 17px; }

.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }

.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }
/*-----------------------------------------------------------------------------------

    Shortcodes: alerts.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
    display: block;
    color: #444;
    border-left: 4px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
    background: #C5EBD4;
    color: #184B21;
}

.errormsg {
    background: #FFCCCC;
    color: #740D0A;
}

.infomsg {
    background: #B9DFF4;
    color: #124F70;
}

.alertmsg {
    background: #FCE0B6;
    color: #975E06;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
    background: rgba(0,0,0,0.15);
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.style-msg2 .sb-msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

/* ----------------------------------------------------------------
	Bootstrap
-----------------------------------------------------------------*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.alert .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    padding: 2px;
    background: transparent;
    filter: alpha(opacity=20);
}
.alert .close:hover,
.alert .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*-----------------------------------------------------------------------------------

    Shortcodes: testimonials.css

-----------------------------------------------------------------------------------*/



/* Testimonials - Grid
-----------------------------------------------------------------*/

.testimonials-grid li {
    width: 50%;
    padding: 25px;
}

.testimonials-grid.grid-1 li { width: 100%; }

.testimonials-grid.grid-3 li { width: 33.33%; }

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testi-image {
    float: left;
    margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 64px;
    height: 64px;
}

.testi-image i {
    text-align: center;
    background-color: #EEE;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}

.testi-image img { border-radius: 50%; }

.testi-content {
    position: relative;
    overflow: hidden;
}

.testi-content p {
    margin-bottom: 0;
    font-family: 'Crete Round', serif;
    font-style: italic;
}

.testi-content p:before,
.testi-content p:after { content: '"'; }

.testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.testi-meta:before { content: '\2013'; }

.testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px;
}

.dark .spost .entry-meta li a,
.dark .mpost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a { color: #AAA; }

.dark .spost .entry-meta li a:hover,
.dark .mpost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover { color: #888; }

.dark .clients-grid li:before,
.dark .testimonials-grid li:before { border-left-color: rgba(255,255,255,0.15); }

.dark .clients-grid li:after,
.dark .testimonials-grid li:after { border-bottom-color: rgba(255,255,255,0.15); }

.dark .testimonial {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark .testimonial.twitter-scroll .testi-content p a { border-bottom: 1px dotted #AAA; }

.dark .testimonial.twitter-scroll .testi-content p a:hover { border-bottom: 1px solid #888; }

.dark .testimonial.twitter-scroll .testi-image i {
    background-color: rgba(0,0,0,0.2);
    color: #EEE;
    text-shadow: none;
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }



/* Twitter - Small Scroller
-----------------------------------------------------------------*/

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }

.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }

.testimonial.twitter-scroll .testi-meta span a { color: #999; }

.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }


/* Testimonials - Full Width
-----------------------------------------------------------------*/

.testimonial.testimonial-full { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }

.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }

.testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
    display: block;
    width: 72px;
    height: 72px;
}

.testimonial-full .testi-image i { line-height: 72px; }

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px;
}

.testimonial-full .testi-meta { margin-top: 15px; }

.testimonial-full .testi-meta span { padding-left: 0; }


/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

.section > .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] { padding: 0; }

.section > .testimonial .testi-content { font-size: 22px; }

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }


/* Testimonial - Pagination
-----------------------------------------------------------------*/

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0;
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #1ABC9C;
    opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }


/* Testimonial - Full Scroller
-----------------------------------------------------------------*/

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px;
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        display: block;
        width: 36px;
        height: 36px;
    }

    .testi-image i {
        line-height: 36px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .testimonials-grid.grid-3 li {
        width: 50%;
    }

    .section > .testimonial {
        padding: 0 40px !important;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        width: 36px;
        height: 36px;
    }

    .testi-image i {
        line-height: 36px;
        font-size: 20px;
    }
}
/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #458074; }


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fslider[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px -2px -2px 0;
	height: 75px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 100px !important;
	height: 75px !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 0;
	opacity: 1;
}


/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}


@media (min-width: 480px) and (max-width: 767px) {
	.slider-parallax, .slider-parallax div {
		height: 300px !important;
	}
}

@media (max-width: 479px) {
	.slider-parallax, .slider-parallax div  {
		height: 180px !important;
	}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown .dropdown-menu li{ padding: 0px;}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="wp-buttons"] > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="wp-buttons"] > .btn input[type="checkbox"],
[data-toggle="wp-buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
/*-----------------------------------------------------------------------------------

    Shortcodes: buttons.css

-----------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------
	wp-buttons
-----------------------------------------------------------------*/


.wp-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #d83701;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
}

a.wp-button {
    color: #fff;
    text-decoration: none;
}

body:not(.device-touch) .wp-button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wp-button-dark { background-color: #444; }

.wp-button-light {
    background-color: #EEE;
    color: #333!important;
    text-shadow: none !important;
}

.wp-button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.wp-button.wp-button-dark:hover { background-color: #d83701; }

.wp-button.wp-button-mini {
    padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}

.wp-button.wp-button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}

.wp-button.wp-button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.wp-button.wp-button-xlarge {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}

.wp-button.wp-button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}

.wp-button.wp-button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    text-transform: none;
}

.wp-button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
}

.wp-button.tright i { margin: 0 0 0 5px; }

.wp-button-mini i { margin-right: 3px; }

.wp-button-mini.tright i { margin: 0 0 0 3px; }

.wp-button-small i { margin-right: 4px; }

.wp-button-small.tright i { margin: 0 0 0 4px; }

.wp-button-xlarge i {
    top: 2px;
    margin-right: 8px;
}

.wp-button-xlarge.tright i { margin: 0 0 0 8px; }

.wp-button.wp-button-desc i {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.wp-button.wp-button-desc.tright i { margin: 0 0 0 12px; }

.wp-button.wp-button-desc div { display: inline-block; }

.wp-button.wp-button-rounded { border-radius: 3px; }


/* wp-buttons - Border
-----------------------------------------------------------------*/

.wp-button.wp-button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.wp-button.wp-button-border.wp-button-mini { line-height: 24px; }

.wp-button.wp-button-border.wp-button-small { line-height: 30px; }

.wp-button.wp-button-border.wp-button-large { line-height: 42px; }

.wp-button.wp-button-border.wp-button-xlarge { line-height: 48px; }

.wp-button.wp-button-border.wp-button-desc { line-height: 1; }

.wp-button.wp-button-border:hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.wp-button.wp-button-border.wp-button-light {
    border-color: #EEE;
    color: #EEE!important;
}

.wp-button.wp-button-border.wp-button-light:hover {
    background-color: #EEE;
    color: #333!important;
    text-shadow: none;
}


/* wp-buttons - Border
-----------------------------------------------------------------*/

.wp-button.wp-button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.wp-button.wp-button-3d:hover {
    background-color: #d83701 !important;
    opacity: 0.9;
}

.wp-button.wp-button-3d.wp-button-light:hover,
.wp-button.wp-button-reveal.wp-button-light:hover {
    text-shadow: none;
    color: #333;
}


/* wp-buttons - Icon Reveal
-----------------------------------------------------------------*/

.wp-button.wp-button-reveal {
    padding: 0 28px;
    overflow: hidden;
}

.wp-button.wp-button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}

.wp-button.wp-button-reveal.wp-button-border i { top: -2px; }

.wp-button.wp-button-reveal.tright i {
    left: auto;
    right: -32px;
}

.wp-button.wp-button-reveal.wp-button-3d i,
.wp-button.wp-button-reveal.wp-button-rounded i { border-radius: 3px 0 0 3px; }

.wp-button.wp-button-reveal.wp-button-3d.tright i,
.wp-button.wp-button-reveal.wp-button-rounded.tright i { border-radius: 0 3px 3px 0; }

.wp-button.wp-button-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}

body:not(.device-touch) .wp-button.wp-button-reveal i,
body:not(.device-touch) .wp-button.wp-button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}

.wp-button.wp-button-reveal.wp-button-mini { padding: 0 17px; }

.wp-button.wp-button-reveal.wp-button-mini i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
}

.wp-button.wp-button-reveal.wp-button-mini.tright i {
    left: auto;
    right: -22px;
}

.wp-button.wp-button-reveal.wp-button-small { padding: 0 22px; }

.wp-button.wp-button-reveal.wp-button-small i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
}

.wp-button.wp-button-reveal.wp-button-small.tright i {
    left: auto;
    right: -26px;
}

.wp-button.wp-button-reveal.wp-button-large { padding: 0 32px; }

.wp-button.wp-button-reveal.wp-button-large i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
}

.wp-button.wp-button-reveal.wp-button-large.tright i {
    left: auto;
    right: -38px;
}

.wp-button.wp-button-reveal.wp-button-xlarge { padding: 0 40px; }

.wp-button.wp-button-reveal.wp-button-xlarge i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
}

.wp-button.wp-button-reveal.wp-button-xlarge.tright i {
    left: auto;
    right: -44px;
}

.wp-button.wp-button-reveal:hover i { left: 0; }

.wp-button.wp-button-reveal.tright:hover i {
    left: auto;
    right: 0;
}

.wp-button.wp-button-reveal:hover span { left: 16px; }

.wp-button.wp-button-reveal.wp-button-mini:hover span { left: 11px; }

.wp-button.wp-button-reveal.wp-button-small:hover span { left: 13px; }

.wp-button.wp-button-reveal.wp-button-large:hover span { left: 19px; }

.wp-button.wp-button-reveal.wp-button-xlarge:hover span { left: 22px; }

.wp-button.wp-button-reveal.tright:hover span { left: -16px; }

.wp-button.wp-button-reveal.wp-button-mini.tright:hover span { left: -11px; }

.wp-button.wp-button-reveal.wp-button-small.tright:hover span { left: -13px; }

.wp-button.wp-button-reveal.wp-button-large.tright:hover span { left: -19px; }

.wp-button.wp-button-reveal.wp-button-xlarge.tright:hover span { left: -22px; }


/* wp-buttons - Promo 100% Width
-----------------------------------------------------------------*/

.wp-button.wp-button-full {
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.wp-button.wp-button-full.wp-button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.wp-button.wp-button-full strong {
    font-weight: 600;
    border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .wp-button.wp-button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.wp-button.wp-button-full.wp-button-light strong { border-bottom-color: #333; }

.wp-button.wp-button-full.wp-button-light:hover strong { border-bottom-color: #EEE; }


/* wp-buttons - Colors
-----------------------------------------------------------------*/

.wp-button-red { background-color: #C02942; }
.wp-button-3d.wp-button-red:hover,
.wp-button-reveal.wp-button-red:hover { background-color: #C02942 !important; }

.wp-button-teal { background-color: #53777A; }
.wp-button-3d.wp-button-teal:hover,
.wp-button-reveal.wp-button-teal:hover { background-color: #53777A !important; }

.wp-button-yellow { background-color: #ECD078; }
.wp-button-3d.wp-button-yellow:hover,
.wp-button-reveal.wp-button-yellow:hover { background-color: #ECD078 !important; }

.wp-button-green { background-color: #59BA41; }
.wp-button-3d.wp-button-green:hover,
.wp-button-reveal.wp-button-green:hover { background-color: #59BA41 !important; }

.wp-button-brown { background-color: #774F38; }
.wp-button-3d.wp-button-brown:hover,
.wp-button-reveal.wp-button-brown:hover { background-color: #774F38 !important; }

.wp-button-aqua { background-color: #40C0CB; }
.wp-button-3d.wp-button-aqua:hover,
.wp-button-reveal.wp-button-aqua:hover { background-color: #40C0CB !important; }

.wp-button-lime { background-color: #AEE239; }
.wp-button-3d.wp-button-lime:hover,
.wp-button-reveal.wp-button-lime:hover { background-color: #AEE239 !important; }

.wp-button-purple { background-color: #5D4157; }
.wp-button-3d.wp-button-purple:hover,
.wp-button-reveal.wp-button-purple:hover { background-color: #5D4157 !important; }

.wp-button-leaf { background-color: #A8CABA; }
.wp-button-3d.wp-button-leaf:hover,
.wp-button-reveal.wp-button-leaf:hover { background-color: #A8CABA !important; }

.wp-button-pink { background-color: #F89FA1; }
.wp-button-3d.wp-button-pink:hover,
.wp-button-reveal.wp-button-pink:hover { background-color: #F89FA1 !important; }

.wp-button-dirtygreen { background-color: #1693A5; }
.wp-button-3d.wp-button-dirtygreen:hover,
.wp-button-reveal.wp-button-dirtygreen:hover { background-color: #1693A5 !important; }

.wp-button-blue { background-color: #1265A8; }
.wp-button-3d.wp-button-blue:hover,
.wp-button-reveal.wp-button-blue:hover { background-color: #1265A8 !important; }

.wp-button-amber { background-color: #EB9C4D; }
.wp-button-3d.wp-button-amber:hover,
.wp-button-reveal.wp-button-amber:hover { background-color: #EB9C4D !important; }

.wp-button-black { background-color: #111; }
.wp-button-3d.wp-button-black:hover,
.wp-button-reveal.wp-button-black:hover { background-color: #111 !important; }

.wp-button-white { background-color: #F9F9F9; }
.wp-button-3d.wp-button-white:hover,
.wp-button-reveal.wp-button-white:hover { background-color: #F9F9F9 !important; }


/* wp-buttons - No Hover
-----------------------------------------------------------------*/

.wp-button.wp-button-nohover:hover {
    opacity: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.dark .section,
.section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px;
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid #FFF;
    background-color: transparent;
}

.parallax.dark .testimonial .flex-control-nav li:hover a,
.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; }


.full-screen .swiper_wrapper { height: auto; }

@media (min-width: 768px) and (max-width: 991px) {

    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; }
}

@media (min-width: 480px) and (max-width: 767px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 470px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px !important;
    }
}

@media (max-width: 479px) {

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 310px !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
    .ei-slider {
        height: 180px !important;
    }
}

/* ----------------------------------------------------------------
	from events
-----------------------------------------------------------------*/
.parallax .iconlist li { margin: 5px 0; }

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    z-index: 5;
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: transparent;
    width: auto;
    text-align: right;
    bottom: 30px;
    left: auto;
    right: 30px;
}

.parallax .entry-overlay-meta {
    padding: 20px;
    font-size: 14px;
    text-align: left;
    right: 38px;
    bottom: 130px;
    width: 368px;
    height: auto;
    line-height: inherit;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px;
}

.parallax.overlay-left .entry-overlay-meta { left: 38px; }

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px;
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px;
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 17px;
}

.parallax .entry-overlay-meta h2 a { color: #FFF; }

.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }

.parallax .countdown { top: 0; }

.parallax .countdown-section {
    border-left: 0;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    padding-top: 14px;
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px;
}


@media (max-width: 479px) {
    .parallax .entry-overlay-meta,
    .parallax .entry-overlay {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important;
    }

    .parallax .entry-overlay { width: 288px !important; }

    .parallax .countdown-section {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 0;
        padding-top: 12px;
    }

    .parallax .countdown-amount { font-size: 20px; }
}@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.not-animated { opacity: 0; }

.animated {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello{
    -webkit-animation-name:jello;
    animation-name:jello;
    -webkit-transform-origin: center;

    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.btt-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-align:center;
    white-space: nowrap;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:100;
}
.btt-button:after {
    font-family: 'luma-icons';
    content: '\e621';
    position: absolute;
    top: 10px;
    left: 10px;
}
.btt-button .icon-chevron-up{
    align-content: center;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
}
.btt-button.cd-is-visible, .btt-button.cd-fade-out, .no-touch .btt-button:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.btt-button.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 0;
}
.btt-button.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .btt-button:hover {
    background-color: #000;
    opacity: 1;
}