@media (min-width: 1200px) {
  .col-lg-custom-5,
  .col-lg-custom-7,
  .col-lg-custom-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-custom-5 {
    width: 20%;
  }
  .col-lg-custom-7 {
    width: calc(100% / 7);
  }
  .col-lg-custom-8 {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-custom-5,
  .col-md-custom-7,
  .col-md-custom-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-custom-5 {
    width: 20%;
  }
  .col-md-custom-7 {
    width: calc(100% / 7);
  }
  .col-md-custom-8 {
    width: 12.5%;
  }
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .first-lg-item {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .first-md-item {
    clear: left;
  }
}
@media (min-width: 992px) {
  .first-row-item {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-sm-item {
    clear: left;
  }
}
@media (max-width: 767px) {
  .first-xs-item {
    clear: left;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .col-xs-half {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #placeholder-header {
    /* display: none !important; */
  }
}
@media (max-width: 991px) {
  .footer .middle-footer div[class*="col-lg"]:not(:last-child) {
    margin-bottom: 50px;
  }
  .footer .bottom-footer .copyright address {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.75;
  }
  .footer .bottom-footer ul {
    display: table;
    margin: 0 auto;
    float: none;
  }
  .footer .bottom-footer ul li:first-child {
    margin-left: 0;
  }
  .footer.footer3 .bottom-footer ul {
    display: block;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .footer.footer2 .block.newsletter .form.subscribe .actions .action.subscribe {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer.footer4 .middle-footer-container {
    width: 100%;
    display: table;
  }
  .footer.footer4 .middle-footer-container .middle-footer {
    padding: 50px 150px 0;
  }
  .footer.footer4 .middle-footer-container .middle-footer .container {
    width: unset;
  }
  .footer.footer4 .middle-footer-container .middle-col,
  .footer.footer4 .middle-footer-container .footer-map {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .footer.footer4 .bottom-footer {
    padding: 20px 150px;
  }
  .footer.footer4 .bottom-footer .container {
    width: unset;
  }
}
@media (max-width: 1199px) {
  .footer.footer4 .middle-footer-container .footer-map {
    height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .footer.footer4 .middle-footer-container .middle-footer {
    padding: 50px 70px 0;
  }
  .footer.footer4 .bottom-footer {
    padding: 20px 70px;
  }
}
@media (min-width: 1660px) {
  .container-large .container {
    width: 1620px !important;
  }
}
@media (max-width: 1199px) {
  .nav-open .close-nav-button {
    display: block;
    opacity: 1;
    right: 0;
    left: auto;
    top: 4px;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }
  .nav-before-open .header .megamenu-content {
    -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);
    transform: translate3d(400px, 0, 0);
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
  }
  .nav-before-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: 999;
  }
  .checkout-index-index._has-modal-custom .header {
    z-index: auto;
  }
}
@media (min-width: 1200px) {
  .footer .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.header.active-sticky {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  right: 0;
}
.header.active-sticky .top-header-content {
  display: none;
}
@media (min-width: 1200px) {
  .header:not(.header6):not(.header7) .megamenu-content .nav.nav-tabs,
  .header:not(.header6):not(.header7) #main-Accountcontent,
  .header:not(.header6):not(.header7) #main-Settingcontent {
    display: none !important;
  }
  .header:not(.header6):not(.header7) #main-Menucontent {
    display: block !important;
  }
  .header .top-header-content .dropdown-switcher .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
  .header .top-header-content .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header.header5 {
    display: none;
  }
  .header.header5 .table-icon-menu .minicart-wrapper {
    position: static;
  }
  .header.header5 .table-icon-menu .minicart-wrapper .block-minicart {
    left: 0;
  }
  .header.header5 .logo {
    display: block;
    text-align: center;
    padding: 0 0 9px;
  }
  .header.header5 .table-icon-menu {
    width: 100%;
    margin: 0 auto 45px;
    text-align: center;
  }
  .header.header5 .table-icon-menu > div {
    display: inline-block;
  }
  .header.header5 .table-icon-menu > div.dropdown-toplinks .dropdown-menu {
    display: none !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  .header.header5 .table-icon-menu > div.dropdown-toplinks.open .dropdown-menu {
    display: block !important;
  }
  .header.header5 .middle-header-content > .container {
    width: 100% !important;
    padding: 0;
  }
  .header.header6 .megamenu-content > .nav-tabs li:not(.hidden-lg),
  .header.header7 .megamenu-content > .nav-tabs li:not(.hidden-lg) {
    display: block !important;
    width: 100%;
  }
  .header.header6 .megamenu-content > .nav-tabs li:not(.hidden-lg) a,
  .header.header7 .megamenu-content > .nav-tabs li:not(.hidden-lg) a {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 0;
  }
  .header.header6 .megamenu-content > .tab-content #main-Accountcontent,
  .header.header7 .megamenu-content > .tab-content #main-Accountcontent,
  .header.header6 .megamenu-content > .tab-content #main-Settingcontent,
  .header.header7 .megamenu-content > .tab-content #main-Settingcontent {
    display: none !important;
  }
}
@media (min-width: 1200px) and (min-width: 1499px) {
  .header.header5 .navigation .nav-main-menu > li.mega-menu-fullwidth > ul.dropdown-menu {
    width: 1200px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .header.header5 .navigation .nav-main-menu > li.mega-menu-fullwidth > ul.dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .megamenu-content {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    width: calc(100% - 54px);
    max-width: 400px;
    background-color: #fff;
    z-index: 1000;
    padding: 0;
    left: -400px;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
    border: none;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li {
    width: calc(100% / 3);
    text-align: center;
    margin: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
    background: none;
    padding: 25px 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    font-weight: 600;
    color: #fff;
    background-color: #222;
    border: none !important;
  }
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
    background-color: #fff;
    color: #272727;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links {
    text-align: left;
    margin: 0;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li {
    width: 100%;
  }
  .header:not(.header6):not(.header7) .megamenu-content .top-links li a:not(.no-display) {
    border-bottom: 1px solid #e3e3e3;
    color: #575757;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
    float: none;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    position: relative;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .switcher-toggle {
    padding-left: 15px;
    width: 100%;
    text-align: left;
  }
  .header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .dropdown-menu {
    left: 15px;
    right: auto;
  }
  .header:not(.header6):not(.header7) .navigation .nav-main-menu .label-menu {
    position: static !important;
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 20px;
  }
  .header .mega-menu-content .static-content,
  .header .dropdown-toplinks,
  .header .table-icon-menu > .header-wl,
  .header .nav.nav-main-menu > li.logo-item {
    display: none !important;
  }
  .header.header5 ul.social-link li {
    margin: 0 5px;
  }
  .header.header5 ul.social-link li a {
    padding: 11px;
    display: block;
  }
  .header.header5 .middle-header-content .middle-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .header.header5 .middle-header-content .middle-content .action-menu-responsive,
  .header.header5 .middle-header-content .middle-content .logo {
    float: left;
    width: calc(100% / 3);
  }
  .header.header5 .middle-header-content .middle-content .table-icon-menu {
    float: right;
  }
  .header.header5 .middle-header-content .middle-content .logo {
    padding-top: 17px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1199px) {
  .header .header.header4 .bottom-header-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.active-sticky.header4 .bottom-header-content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header.active-sticky.header4:hover .bottom-header-content {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-content .top-middle-header {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .header .search-form.select-search .form-search .form.minisearch .search-select,
  .header .search-form.select-search .form-search .form.minisearch .input-text {
    display: table-cell;
    vertical-align: middle;
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select {
    width: 1%;
  }
}
@media (max-width: 767px) {
  .header .top-header-content .top-custom-link ul {
    display: table;
    margin: 0 auto;
  }
  .header .top-header-content .top-custom-link ul li {
    padding-bottom: 0;
  }
  .header .top-header-content .top-middle-header {
    padding-top: 10px;
  }
  .header .mobile-item-col {
    float: left;
    width: calc(100% / 3);
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item-info .tocart.btn-cart .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-info .tocart.btn-cart {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
  }
  .products-grid .product-item-info .tocart.btn-cart .icon {
    margin: 0;
  }
  .products-grid .product-item-info .tocart.btn-cart .text {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-heading h3.title:before,
  .content-heading h3.title:after {
    content: none !important;
  }
}
@media (max-width: 768px) {
  .block.filter .filter-content .filter-options-item .filter-options-title:after {
    content: none !important;
  }
  .block.filter .filter-content .filter-options-item .filter-options-content {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-layout-1column .category-product-actions .toolbar-products {
    width: 85%;
  }
  .page-layout-1column .category-product-actions .block.filter {
    width: 15%;
  }
}
@media (max-width: 991px) {
  .toolbar .modes {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbar .limiter {
    display: none;
  }
  .toolbar select {
    max-width: 150px;
  }
  .toolbar .pages .pagination .item {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  body:not(.page-layout-1column) .toolbar .sorter {
    text-align: left;
  }
  body:not(.page-layout-1column) .toolbar select {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .page-layout-3columns .bottom-pagination {
    border-top: 1px solid #ddd;
    padding-top: 13px;
  }
  .page-layout-3columns .bottom-pagination .toolbar .limiter {
    display: block;
    text-align: right;
  }
  .page-layout-3columns .bottom-pagination .toolbar .pages {
    padding-top: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: none;
  }
  .page-layout-3columns .bottom-pagination .toolbar .pagination {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-list .post-item-info {
    margin-bottom: 60px;
  }
  .blog-list .post-item-info .post-image.has-image .post-info {
    position: static;
  }
}
@media (max-width: 767px) {
  .blog-post-view .post-comments .item .info .posted-on {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .checkout-extra {
    padding-left: 200px;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .checkout-extra {
    padding: 0;
    border: none;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 100%;
    position: static;
    margin: 0 !important;
    border: 1px solid #efefef;
    padding: 12px 20px 12px;
  }
  .checkout-cart-index .checkout-extra > .block > .title.active {
    border-color: #2a2a2a;
  }
  .checkout-cart-index .checkout-extra > .block > .content {
    border: 1px solid #efefef;
    border-top: none;
    padding: 30px 20px;
  }
  .checkout-cart-index .cart-container .cart.main.actions .btn {
    width: 100%;
    text-align: center;
  }
  .checkout-cart-index .cart-container .cart.main.actions .btn + .btn {
    margin: 15px 0 0;
  }
  .checkout-cart-index #shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table tbody {
    border: 1px solid #eaeaea;
    display: block;
    padding: 20px 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr {
    display: block;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 15px !important;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) ":";
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
    float: none;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    padding: 10px 0 0;
  }
}
@media (min-width: 992px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .opc-progress-bar {
    margin: 0 0 32px;
    counter-reset: i;
    display: block;
    font-size: 0;
    width: calc(66.66666667% - 15px);
  }
  .opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #c2c2c2;
    font-size: 16px;
  }
  .opc-progress-bar .opc-progress-bar-item > span:after,
  .opc-progress-bar .opc-progress-bar-item > span:before {
    left: 50%;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .opc-progress-bar .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-size: 15px;
    line-height: 26px;
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #c2c2c2;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    content: '';
    top: 0;
  }
  .opc-progress-bar .opc-progress-bar-item:before {
    background: #c2c2c2;
    top: 19px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar .opc-progress-bar-item._active:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span:after {
    color: #eb5202;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span {
    color: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    background: #14ab00;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    color: #14ab00;
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span {
    color: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:before {
    background: #c2c2c2;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:after {
    color: #c2c2c2;
  }
}
@media (max-width: 991px) {
  .opc-progress-bar {
    display: none;
  }
}
@media (max-width: 991px) {
  .checkout-container {
    position: relative;
    z-index: 101;
  }
  .authentication-wrapper {
    margin-bottom: 25px;
  }
  .opc-wrapper {
    width: 100%;
    padding: 0;
  }
  .opc-sidebar.opc-summary-wrapper {
    bottom: 0;
    left: 30px;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99998;
    width: auto;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition-duration: 0.3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    display: block;
    min-height: unset;
    padding: 0;
    border: none;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-shadow: none;
    top: 16px;
    z-index: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:after {
    content: "x";
    font-size: 30px;
    line-height: 1;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
  }
  .opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899 !important;
    background-color: rgba(51, 51, 51, 0.55);
  }
  .opc-sidebar.opc-summary-wrapper._show .modal-inner-wrap {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .opc-estimated-wrapper {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 11px 20px;
  }
  .opc-estimated-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .opc-estimated-wrapper .estimated-block {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #2a2a2a;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #56cfe1;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    font-size: 26px;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
    background-color: #56cfe1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 13px 0 0;
    min-width: 30px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
  }
  .table-checkout-shipping-method thead {
    display: none;
  }
  .table-checkout-shipping-method tbody tr td {
    padding: 14px 0 11px;
  }
  .table-checkout-shipping-method tbody tr td.col-method {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #shipping-method-buttons-container .action,
  .payment-method-content .actions-toolbar .action,
  #shipping-method-buttons-container button.action,
  .payment-method-content .actions-toolbar button.action {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #multiship-addresses-table thead {
    display: none;
  }
  #multiship-addresses-table tbody tr {
    display: block;
    padding: 15px;
    border: 1px solid #eaeaea;
  }
  #multiship-addresses-table tbody tr td {
    text-align: left !important;
    padding: 0 !important;
    display: block;
    border: none;
  }
  #multiship-addresses-table tbody tr td + td {
    margin-top: 15px;
  }
  #multiship-addresses-table tbody tr td .field .label {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .multishipping-checkout-overview .table-order-review thead tr {
    display: block;
  }
  .multishipping-checkout-overview .table-order-review thead tr th {
    display: none;
  }
  .multishipping-checkout-overview .table-order-review thead tr th.col.item {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr,
  .multishipping-checkout-overview .table-order-review tfoot tr {
    border: 1px solid #f0f0f0;
    display: block;
    padding: 15px;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td:not(.item):before {
    display: inline-block;
    content: attr(data-th) ":";
    font-size: 13px;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .multishipping-checkout-overview .table-order-review tbody tr td.qty {
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review tfoot tr td,
  .multishipping-checkout-overview .table-order-review tfoot tr th {
    display: block;
    padding: 0 !important;
    border: none !important;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lookbook_banner.parallax {
    background-attachment: inherit !important;
  }
  .lookbook_banner .big-title {
    font-size: 40px;
  }
  .cms-index-index section.padding-left30 {
    padding-left: 15px;
  }
  .cms-index-index section.padding-right30 {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .instagram-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  .menu_vertical_fixed {
    margin-left: 270px;
  }
  .menu_vertical_fixed .header.header5 {
    width: 270px;
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    overflow: visible;
    height: auto;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  .menu_vertical_fixed .header.header5.fixed-bottom {
    bottom: 0;
    top: auto !important;
    position: fixed;
  }
  .menu_vertical_fixed .header.header5 .middle-header-content {
    padding-top: 59px;
    padding-bottom: 200px;
    position: relative;
    min-height: 100vh;
  }
  .menu_vertical_fixed .header.header5 .middle-header-content .bottom-header-custom-block {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.wide .menu_vertical_fixed .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  body.wide .menu_vertical_fixed.width1366 .container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  body.wide .menu_vertical_fixed.width1024 .container {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
}
@media all and (max-width: 480px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
}
@media all and (max-width: 600px) {
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
@media (min-width: 768px) {
  .product.info.detailed.after-content .product-data-items-content .title-accordion {
    display: none;
  }
  .product.info.detailed.after-content .product-data-items-content .data.item.content {
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .product-data-items-menu {
    display: none !important;
  }
  .sticky-info-multiple-col .product-detail-infomation {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .product-detail-infomation.is_stuck .has-sticky-menu {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .product-detail-infomation {
    margin-top: 25px;
  }
  .product-detail-infomation.margin-top65 {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .sticky-info-multiple-col > div:not(.col-lg-6) {
    width: 25% !important;
  }
  .use-header6.nav-open .close-nav-button,
  .use-header7.nav-open .close-nav-button {
    display: block;
    opacity: 1;
    transform: translate3d(400px, 0, 0);
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .header.header8 .navigation .nav-main-menu {
    margin: 0 !important;
  }
  .header.header8 .navigation .nav-main-menu > li > a {
    padding: 12px 18px;
  }
  .header.header8 .navigation .nav-main-menu > li > a .label-menu {
    top: 0px;
  }
  .header.header8 .navigation .nav-main-menu > li:first-child > a {
    padding-left: 15px;
  }
  .header.header8 .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns > ul.dropdown-menu {
    min-width: 500px;
  }
  .header.header8 .bottom-header-content {
    position: relative;
  }
  .header.header8 .bottom-header-content .parent__megameu {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header.header8 .vertical-menu-widget .vertical-menu {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
}
@media (min-width: 992px) {
  .header.header8 .search-form .form-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header.header8 .search-form .form-search .search-close {
    display: none;
  }
  .header.header8 .search-form .form-search .form.minisearch {
    margin: 27px 0;
    padding: 0;
    border: 1px solid #222;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
  }
  .header.header8 .search-form .form-search .form.minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    color: #878787;
  }
  .header.header8 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .header.header8 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #878787;
    position: absolute;
    top: 9px;
    right: 0;
  }
  .header.header8 .table-icon-menu .search-form {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header.header8 .bottom-header-content .parent__megameu {
    float: right;
  }
  .header.header8 .bottom-header-block {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header.header8 .middle-header-content .parent__search {
    width: 0;
    padding: 0;
  }
  .header.header8 .top-header-content {
    padding-bottom: 14px;
  }
  .header.header8 .top-header-content .top-custom-link ul {
    text-align: center;
  }
  .header.header8 .top-header-content .top-custom-link ul li {
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header.header8 .bottom-header-content {
    position: relative;
  }
  .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 3;
    background-color: #56cfe1;
  }
}
@media (min-width: 992px) {
  .header.header8.active-sticky {
    position: static !important;
    box-shadow: none;
  }
  .header.header8.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
  .header.header8.active-sticky .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 0;
  }
  .header.header8.active-sticky .middle-header-content > .container {
    position: relative;
  }
  .header.header8.active-sticky .parent__search > .search-form {
    display: none;
  }
  .header.header8.active-sticky .table-icon-menu > div {
    padding: 19px 12px 16px 0;
  }
  .header.header8.active-sticky .navigation .nav-main-menu {
    margin: 0 auto !important;
  }
  .header.header8.active-sticky .navigation .nav-main-menu > li > a {
    padding: 19px 18px !important;
  }
}
@media (min-width: 1200px) {
  .header.header9 .nav.nav-main-menu > li > a {
    padding: 36px 18px 37px;
  }
  .header.header9 .navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  .header.header9 .navigation .nav-main-menu {
    float: right;
    position: static !important;
  }
  .header.header9 .middle-header-content > .container {
    position: relative;
  }
  .header.header9 .parent__megameu {
    position: static;
  }
}
@media (max-width: 1199px) {
  .header.header9 .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .header.header9 .table-icon-menu > div.search-form {
    display: none;
  }
  .header.header9 .parent__search {
    display: table;
    width: 100%;
  }
  .header.header9 .parent__search > .search-form,
  .header.header9 .parent__search > .table-icon-menu {
    display: table-cell;
    vertical-align: middle;
  }
  .header.header9 .parent__search > .table-icon-menu {
    width: 1%;
  }
  .header.header9 .search-form .form-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header.header9 .search-form .form-search .search-close {
    display: none;
  }
  .header.header9 .search-form .form-search .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #fff;
  }
  .header.header9 .search-form .form-search .form.minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #878787;
  }
  .header.header9 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    height: 36px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .header.header9 .search-form.select-search .form-search .form.minisearch .search-select .search-toggle:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .header.header9.active-sticky {
    position: static !important;
    box-shadow: none;
  }
  .header.header9.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
  .header.header9.active-sticky .middle-header-content .logo-header .logo {
    padding-top: 17px;
    padding-bottom: 0;
  }
  .header.header9.active-sticky .middle-header-content > .container {
    position: relative;
  }
  .header.header9.active-sticky .navigation .nav-main-menu > li > a {
    padding: 19px 18px !important;
  }
}
@media (max-width: 991px) {
  .header.header9 .table-icon-menu {
    position: absolute;
    top: -49px;
    right: 0;
    z-index: 10;
  }
  .header.header9 .vertical-title {
    background: none;
    padding: 0;
  }
  .header.header9 .vertical-menu-widget .vertical-menu {
    display: none;
  }
  .header.header9 .top-header-content {
    padding-bottom: 14px;
  }
  .header.header9 .top-header-content .top-custom-link ul {
    text-align: center;
  }
  .header.header9 .top-header-content .top-custom-link ul li {
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .popup__related {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .success-ajax--popup .mfp-close {
    right: 0;
    top: -30px !important;
  }
}
@media (min-width: 1300px) {
  .service-boxed {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (min-width: 1200px) {
  .service-boxed {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service-boxed .icon-service {
    width: 50%;
  }
  .service-boxed .icon-service.first-sm-item,
  .service-boxed .icon-service:last-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .service-boxed .icon-service {
    width: 100%;
  }
  .service-boxed .icon-service + .icon-service {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .header.header10 .dropdown-switcher {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    position: relative;
  }
  .header.header10 .dropdown-switcher .dropdown-menu {
    display: block !important;
    opacity: 0;
    left: 0;
    right: auto;
    visibility: hidden;
  }
  .header.header10 .dropdown-switcher:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header.header10 .dropdown-switcher .switcher-toggle {
    padding: 37px 0 39px;
    color: #fff;
  }
  .header.header10.active-sticky .dropdown-switcher .switcher-toggle {
    padding: 19px 0;
  }
  .header.header10:not(.active-sticky) .table-icon-menu > div {
    padding: 39px 12px 34px 0px;
  }
  .header.header10:not(.active-sticky) .nav.nav-main-menu > li > a {
    padding: 38px 24px;
  }
  .header.header10 #mainMenu .level0 a.level0 {
    color: #fff;
  }
  .header.header10 #mainMenu .level0:hover a.level0 {
    color: #56cfe1;
  }
}
@media (min-width: 992px) {
  .cms-index-index .header.header10:not(.active-sticky):not(.header-builder) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .slider_item .text-slider h2 {
    font-size: 30px;
    line-height: 1;
  }
}
.header .no-menu-settings .settings-menu-tab,
.header .no-menu-settings #main-Settingcontent {
  display: none !important;
}
.header.header6 .megamenu-content.no-menu-settings .nav-tabs > li,
.header.header7 .megamenu-content.no-menu-settings .nav-tabs > li {
  width: calc(100% / 2);
}
@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .megamenu-content.no-menu-settings .nav-tabs > li {
    width: calc(100% / 2);
  }
}
@media (min-width: 1200px) {
  .testimonial-list-block.boxed_content .testimonial-content.has-image .content {
    padding-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-list-block.boxed_content {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-list-block.boxed_content {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-list-block .testimonial-content .content blockquote:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testimonial-list-block .testimonial-content .author-thumbnail {
    float: none;
    margin: 0 auto 40px;
  }
  .testimonial-list-block .testimonial-content.has-image .content {
    padding-left: 0;
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-banner-glasses .promobanner .banner-text {
    padding-right: 120px;
  }
}
/* DEV_LUUNV */
@media (min-width: 992px) {
  .title-instagram .instagram-block {
    position: relative;
  }
  .title-instagram .instagram-block .content-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: rgba(246, 246, 248, 0.8);
    padding: 25px 100px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  .title-instagram .instagram-block .content-heading .name {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .header .close-nav-button {
    left: -50px;
  }
  .slider_comestics.owl-carousel .owl-stage {
    padding-left: 16.65%;
    padding-right: 16.65%;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next,
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev {
    top: 0;
    bottom: 0;
    width: 16.65%;
    height: auto;
    background: none;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next {
    right: 0;
    left: auto;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-next i {
    right: 40px;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev {
    left: 0;
    right: auto;
  }
  .slider_comestics.owl-carousel .owl-nav > div.owl-prev i {
    left: 40px;
  }
  .slider_comestics.owl-carousel .owl-nav > div i {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    color: #c2c2c2;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .slider_comestics.owl-carousel .owl-nav > div:hover i {
    background-color: #56cfe1;
    border-color: #56cfe1;
    color: #fff;
  }
  .slider_comestics.owl-carousel .owl-item:last-child {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .slider_comestic.owl-carousel .owl-nav > div {
    color: #c2c2c2;
    border: 2px solid #c2c2c2;
  }
  .cosmestics-banner {
    padding: 0;
  }
  .cosmestics-banner h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .cosmestics-banner h4 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .rorate .banner-text > div {
    margin-right: -100px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .sm-ceter {
    float: none;
    margin: 0 auto;
  }
  .sm-padding30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-padding15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider_comestics h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .slider_comestics .slider-item .bottom h2 {
    line-height: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sub-categories {
    display: none;
  }
  .decor-banner p {
    font-size: 30px !important;
  }
  .cosmestics-banner {
    padding: 0;
  }
  .cosmestics-banner h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .cosmestics-banner h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .rorate .banner-text .cosmestics-banner {
    margin-right: -150px;
    padding-left: 60px;
  }
}
@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
  .simple-product .products-grid .product-item {
    width: 100%;
  }
  .slider_comestics .slider-item:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .slider_comestics .slider-item .text-slider {
    top: 50%;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .slider_comestics .slider-item .bottom {
    bottom: -100px;
  }
  .slider_comestics h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .slider_comestics a {
    padding: 0 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .deal-timer {
    padding: 0 3px;
  }
  .deal-timer .time-note,
  .deal-timer .countdown {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm-text30 .big-text {
    font-size: 30px !important;
  }
}
/***/
/* Fix video banner */
@media (max-width: 767px) {
  .video-banner #video-background:not(.loaded) {
    display: none !important;
  }
  .video-banner #video-background:not(.loaded) + .text {
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  /* CSS  Navigation Mobile Bottom  */
  body .header-mobile-tabs--bottom {
    display: block !important;
  }
  .header-mobile-tabs--bottom {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    background-color: #fff;
    border-top: 1px solid #eee;
    transform: none;
    -webkit-transform: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    vertical-align: baseline;
  }
  .header-mobile-tabs--bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .header-mobile-tabs--bottom ul li {
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
    text-align: center;
  }
  .header-mobile-tabs--bottom ul li > button,
  .header-mobile-tabs--bottom ul li > a {
    background: none;
    box-shadow: none;
    width: 100%;
    border: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    color: #000;
    font-size: 25px;
    display: inline-block;
    position: relative;
  }
  .header-mobile-tabs--bottom ul li > button > .counter,
  .header-mobile-tabs--bottom ul li > a > .counter {
    color: #fff;
    background-color: #222;
    text-align: center;
    white-space: normal;
    position: absolute;
    height: 16px;
    min-width: 16px;
    font-size: 10px;
    line-height: 16px;
    left: 50%;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .header-mobile-tabs--bottom ul li > button > .counter.empty,
  .header-mobile-tabs--bottom ul li > a > .counter.empty {
    display: none;
  }
  .header .logo-header .logo img {
    max-width: 100%;
  }
  .products-grid .product-item-info.effect-mobile .product-top .actions-link {
    top: 5px;
  }
  .products-grid .product-item-info.effect-mobile .product-top .actions-link button {
    padding: 5px 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
    color: #333;
  }
  .products-grid .product-item-info.effect-mobile .product-top .action-mobile > * + * {
    margin: 0 0 -8px;
  }
  .products-grid .product-item-info.effect-mobile .product-top .tocart.btn-cart {
    width: 36px;
    height: 36px;
    line-height: 33px;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    color: #000;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .products-grid .product-item-info.effect-mobile .product-top .tocart.btn-cart .icon {
    font-size: 18px;
  }
  .products-grid .product-item-info.effect-mobile .product-top .tocart.btn-cart.disabled .icon:not(.fa-spin):before {
    content: "\e615";
  }
  .products-grid .product-item-info.effect-mobile .product-top .tocart.btn-cart:hover {
    background-color: #fff;
  }
  /* CSS  Quick View Mobile */
  .mfp-mgs-quickview-frame .mfp-iframe-holder .mfp-content {
    height: 100%;
  }
  .mfp-mgs-quickview-frame .mfp-container {
    padding: 10px;
  }
  .mfp-mgs-quickview-frame .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 100%;
  }
  .mgs-quickview-catalog-product-view,
  .mgs_quickview-catalog_product-view {
    height: 100% !important;
    overflow-y: visible !important;
  }
  .mgs-quickview-catalog-product-view .product-detail-infomation,
  .mgs_quickview-catalog_product-view .product-detail-infomation {
    margin-top: 0;
    height: auto !important;
  }
  .mgs-quickview-catalog-product-view.catalog-product-view .product.media,
  .mgs_quickview-catalog_product-view.catalog-product-view .product.media {
    margin: 0 -15px;
  }
  .mgs-quickview-catalog-product-view .product-detail-infomation .product-detail-infomation-content,
  .mgs_quickview-catalog_product-view .product-detail-infomation .product-detail-infomation-content {
    padding: 25px 10px !important;
  }
  .mgs-quickview-catalog-product-view .owl-carousel .owl-nav,
  .mgs_quickview-catalog_product-view .owl-carousel .owl-nav {
    width: 30px;
    height: 30px;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    line-height: 26px;
  }
  .mgs-quickview-catalog-product-view .owl-carousel .owl-nav > div.owl-prev,
  .mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-prev {
    left: 5px;
  }
  .mgs-quickview-catalog-product-view .owl-carousel .owl-nav > div.owl-next,
  .mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-next {
    right: 5px;
  }
  .mfp-mgs-quickview-frame .mfp-iframe-holder .mfp-close {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    font-size: 30px;
    color: #000;
  }
  .products-grid .product-item-info .product-top .action-mobile {
    position: absolute;
    left: auto;
    transform: none;
    top: auto;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border-radius: 35px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    flex-direction: column;
  }
  .products-grid .product-item-info .product-top .action-mobile > div {
    order: 1;
  }
  .products-grid .product-item-info .product-top .action-mobile .tocart.btn-cart {
    position: static;
    box-shadow: none;
  }
  .products-grid .product-item-info .product-top .action-mobile .action.mgs-quickview {
    border: none;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
  }
  .products-grid .product-item-info .product-top .action-mobile .action.mgs-quickview > span {
    line-height: 35px;
    vertical-align: middle;
    margin-left: 1px;
  }
  .related-product-main .product-item-info .product-top .action-mobile .product-item-inner {
    bottom: 0;
    right: 40px;
  }
  .related-product-main .product-item-info .product-top .action-mobile .product-item-inner .field.choice {
    padding-left: 0;
  }
  .related-product-main .product-item-info .product-top .action-mobile .product-item-inner .label {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 37px;
  }
  .related-product-main .product-item-info.effect-mobile .product-top .action-mobile .product-item-inner + * {
    margin: 0;
  }
  .product-item-info .action-mobile form .swatch-input,
  .product-item-info .action-mobile .product-options-wrapper .swatch-attribute .swatch-input {
    width: 0;
    line-height: 0;
  }
}
@media (max-width: 991px) {
  .opc-sidebar.opc-summary-wrapper._show {
    z-index: 1000 !important;
  }
  .padding-left30 {
    padding-left: 15px;
  }
  .padding-right30 {
    padding-right: 15px;
  }
  .header.header11 .middle-header-content .right-content > .info-block {
    display: none;
  }
  .header.header11 .search-form .actions-search .action-search {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-info .tocart.btn-cart > .product-item-link {
    display: none;
  }
  .promobanner-hup2 > .promobanner {
    max-width: 100% !important;
  }
}
/* CSS Homepage Valentine */
@media (max-width: 991px) {
  .simple-pro-banner {
    margin-bottom: 30px;
  }
  .space-mbt-0 {
    padding-top: 0 !important;
    overflow: hidden;
  }
  .space-mbb-50 {
    padding-bottom: 50px !important;
    overflow: hidden;
  }
  .space-mbb-30 {
    padding-bottom: 30px !important;
    overflow: hidden;
  }
  .banner-intro .banner-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px) {
  .banner-slider .slide-text .sub-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
  .banner-slider .slide-text h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .banner-slider .slide-text h2 {
    font-size: 32px;
    line-height: 47px;
  }
  .banner-slider .slide-text .btn {
    height: 29px;
    padding: 0px 11px;
    line-height: 24px;
  }
  .banner-intro-v1 .promobanner img {
    min-height: 466px;
  }
  .banner-intro-v1 .promobanner .text {
    padding: 30px;
  }
  .banner-intro-v1 .banner-text .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-intro-v1 .banner-text .title {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-intro-v1 .banner-text .title span {
    font-size: 16px;
    line-height: 1;
  }
  .banner-intro-v1 .banner-text p {
    font-size: 14px;
    line-height: 21px;
  }
  .banner-intro-v1 .banner-text .btn {
    height: 29px;
    padding: 0px 13px;
    line-height: 24px;
  }
  .simple-pro-banner .banner-text {
    max-width: 105px;
  }
  .simple-pro-banner .banner-text .title {
    font-size: 30px;
    line-height: 37px;
  }
  .simple-pro-banner .banner-text .sub-text {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-vlt-list .btn.btn-promo-banner {
    height: 30px;
    min-width: 96px;
    line-height: 25px;
  }
  .banner-vlt-list + .banner-vlt-list {
    margin-top: 30px;
  }
  .big-banner {
    padding-top: 0;
    padding-bottom: 0;
    background-position: top center;
    background: #FFF1ED;
    background-size: contain !important;
    margin-bottom: 50px;
  }
  .big-banner .banner-text .inner-text {
    padding-left: 0;
    text-align: center;
    padding-top: 55%;
    padding-bottom: 15%;
  }
  .big-banner .banner-text .inner-text .heading {
    font-size: 26px;
  }
  .big-banner .banner-text .inner-text .heading .big-text {
    font-size: 38px;
    line-height: 55px;
  }
  .big-banner .banner-text .inner-text .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .big-banner .banner-text .inner-text .btn.btn-secondary {
    margin-top: 20px;
    height: 30px;
    min-width: 96px;
    line-height: 25px;
  }
  .banner-intro .description {
    height: auto !important;
    min-height: 0 !important;
  }
  .banner-intro .description .conts {
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .banner-intro .description .conts h3.title {
    font-size: 26px;
    line-height: 39px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .banner-intro .description .conts h3.title:after {
    content: "";
    width: 143px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-intro .description .conts .btn.btn-secondary {
    height: 30px;
    font-weight: 600;
    padding: 0 11px;
    line-height: 26px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMgs%5C%2Fclaue%5C%2Fen_GB%5C%2Fcss%5C%2Fresponsive.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA%2BCA%2CQAjB2B%3BEAC1B%3BEAAkB%3BEAAkB%3BIACnC%2CWAAA%3BIACA%2CkBAAA%3BIACM%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2COAAO%2CcAAP%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAAuBR%2CQAnB0B%3BEACzB%3BEAAkB%3BEAAkB%3BIACnC%2CWAAA%3BIACA%2CkBAAA%3BIACM%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2COAAO%2CcAAP%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3B%3BAASR%2CQAN2B%3BEACvB%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAwB%3BEAC9C%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%2CuBAAuB%3BEAC7C%3BIACI%2CWAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CWAAA%3B%3B%3BAASR%2CQAL0B%2CuBAAuB%3BEAC7C%3BIACI%2CUAAA%3B%3B%3BAASR%2CQAN0B%3BEACzB%3B%3B%3B%3BAA8BA%2CQAxB0B%3BEAwB1B%2COAvBC%2CeAAe%2CIAAG%2CiBAAiB%2CIAAI%3BIACtC%2CmBAAA%3B%3BEAsBF%2COApBC%2CeACC%2CWAAW%3BIACV%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAgBH%2COApBC%2CeAMC%3BIACC%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAWH%2COApBC%2CeAMC%2CGAIC%2CGAAE%3BIACD%2CcAAA%3B%3BEAIH%2COAAC%2CQAAS%2CeAAe%3BIACxB%2CcAAA%3BIACA%2CaAAA%3B%3B%3BAAQF%2CQAL0B%3BEACzB%2COAAC%2CQAAS%2COAAM%2CWAAY%2CMAAK%2CUAAW%2CSAAS%2CQAAO%3BIAC3D%2CeAAA%3B%3B%3BAA4BF%2CQAzB0B%3BEACzB%2COAAC%2CQACA%3BIACC%2CWAAA%3BIACA%2CcAAA%3B%3BEAHF%2COAAC%2CQACA%2CyBAGC%3BIACC%2CqBAAA%3B%3BEALH%2COAAC%2CQACA%2CyBAGC%2CeAEC%3BIACC%2CYAAA%3B%3BEAPJ%2COAAC%2CQACA%2CyBASC%3BEAVF%2COAAC%2CQACA%2CyBASc%3BIACZ%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAbH%2COAAC%2CQAgBA%3BIACC%2CmBAAA%3B%3BEAjBF%2COAAC%2CQAgBA%2CeAEC%3BIACC%2CYAAA%3B%3B%3BAAUJ%2CQAL0B%3BEACzB%2COAAC%2CQAAS%2CyBAAyB%3BIAClC%2CaAAA%3B%3B%3BAAaH%2CQAV4B%2CwBAAuB%3BEACjD%2COAAC%2CQACA%2CyBAAyB%3BIACxB%2CoBAAA%3B%3BEAFF%2COAAC%2CQAIA%3BIACC%2CkBAAA%3B%3B%3BAAaJ%2CQAP2B%3BEAC1B%2CgBAAiB%3BIAChB%2CwBAAA%3B%3B%3BAAoDF%2CQA%5C%2FC2B%3BEAC1B%2CSAAU%3BIACT%2CcAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAED%3BIACC%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHD%2CgBAIC%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEARF%2CgBAUC%3BIACC%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIAjMC%2C6BAAA%3BIACA%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2CgCAAA%3B%3BEAgLH%2CgBAiBC%2CQAAQ%3BIACP%2CoDAAA%3BIACA%2CiDAAA%3BIACA%2CgDAAA%3BIACA%2C4CAAA%3BIA9MC%2CWA%2BMU%2CwBA%5C%2FMV%3BIACA%2CmBA8MU%2CwBA9MV%3BIACA%2CgBA6MU%2CwBA7MV%3BIACA%2CcA4MU%2CwBA5MV%3B%3BEAsLH%2CgBAwBC%2CYAAW%3BIACV%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CqBAAqB%2CkBAAmB%3BIAAQ%2CaAAA%3B%3B%3BAAcjD%2CQAT4B%3BEAEzB%2COADD%2CmBACE%2CMAAO%3BIApOP%2CWAqOW%2CaArOX%3BIACA%2CmBAoOW%2CaApOX%3BIACA%2CgBAmOW%2CaAnOX%3BIACA%2CcAkOW%2CaAlOX%3BIAmOA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAOH%2COAAC%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CwCAAA%3BEACA%2CQAAA%3B%3BAAND%2COAAC%2CcAOA%3BEACC%2CaAAA%3B%3BAAiGF%2CQA9F2B%3BEAC1B%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAAkB%2CKAAI%3BEADvB%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAElB%3BEAFD%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAGlB%3BIACC%2CwBAAA%3B%3BEAJF%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAMlB%3BIACC%2CyBAAA%3B%3BEAsFH%2COAnFC%2CoBAAoB%2CmBACnB%3BIACC%2CyBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAND%2CoBAAoB%2CmBAMlB%2CMAAO%3BIA1QP%2CWA2QW%2CaA3QX%3BIACA%2CmBA0QW%2CaA1QX%3BIACA%2CgBAyQW%2CaAzQX%3BIACA%2CcAwQW%2CaAxQX%3BIAyQA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGF%2COAAC%3BIACA%2CaAAA%3B%3BEADD%2COAAC%2CQAEA%2CiBAAiB%3BIAChB%2CgBAAA%3B%3BEAHF%2COAAC%2CQAEA%2CiBAAiB%2CkBAEhB%3BIACC%2COAAA%3B%3BEALH%2COAAC%2CQAQA%3BIACC%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAXF%2COAAC%2CQAaA%3BIACC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAhBF%2COAAC%2CQAaA%2CiBAIG%3BIACD%2CqBAAA%3B%3BEACA%2COAnBF%2CQAaA%2CiBAIG%2CMAEA%2CkBACA%3BIACC%2CwBAAA%3BIArSH%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAqSE%2COAxBH%2CQAaA%2CiBAIG%2CMAEA%2CkBAKC%2CKAAM%3BIACN%2CyBAAA%3B%3BEAzBL%2COAAC%2CQA8BA%2CuBAAyB%3BIACxB%2CsBAAA%3BIACA%2CUAAA%3B%3BEAWF%2COAAC%2CQACA%2CkBACG%2CYACD%2CGAAE%2CIAAI%3BEAHE%2COAAC%2CQACX%2CkBACG%2CYACD%2CGAAE%2CIAAI%3BIACL%2CyBAAA%3BIACA%2CWAAA%3B%3BEALJ%2COAAC%2CQACA%2CkBACG%2CYACD%2CGAAE%2CIAAI%2CYAGL%3BEANO%2COAAC%2CQACX%2CkBACG%2CYACD%2CGAAE%2CIAAI%2CYAGL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBL%2COAAC%2CQACA%2CkBAmBG%2CeACD%3BEArBQ%2COAAC%2CQACX%2CkBAmBG%2CeACD%3BEArBH%2COAAC%2CQACA%2CkBAmBG%2CeACqB%3BEArBd%2COAAC%2CQACX%2CkBAmBG%2CeACqB%3BIACrB%2CwBAAA%3B%3B%3BAA3BF%2CQA7DwB%2CwBA0DG%3BEAG3B%2COAtCD%2CQAkCA%2CYAAY%2CeAAiB%2CKAAE%2CoBAAuB%2CKAAE%3BIAEtD%2CwBAAA%3B%3B%3BAAKF%2CQAhEyB%2CwBA6DG%3BEAG5B%2COAzCA%2CQAkCA%2CYAAY%2CeAAiB%2CKAAE%2CoBAAuB%2CKAAE%3BIAKtD%2CsBAAA%3B%3B%3BAAkJJ%2CQAlH2B%3BEAC1B%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%3BIACC%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIA%5C%2FVA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEA%2BUF%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAcC%3BIACC%2CYAAA%3B%3BEAhBH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAcC%2CUAEG%3BIACD%2COAAO%2CcAAP%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEApBJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAcC%2CUAEG%2CKAIC%3BIACD%2C%2BCAAA%3B%3BEAtBL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAcC%2CUAEG%2CKAOC%3BIACD%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIAzXH%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIAwXG%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAED%2COAnCH%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAcC%2CUAEG%2CKAkBA%2COAAU%3BIACV%2CsBAAA%3BIACA%2CcAAA%3B%3BEArCL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAwCC%3BIACC%2CgBAAA%3BIACA%2CSAAA%3B%3BEA3CH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAwCC%2CWAGC%3BIACC%2CWAAA%3B%3BEA7CJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAwCC%2CWAGC%2CGAEC%2CEAAC%2CIAAI%3BIACJ%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnDL%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAsDC%3BIACC%2CWAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEA5DH%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAsDC%2CmBAMC%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAhEJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAClB%2CkBAsDC%2CmBAWC%3BIACC%2CUAAA%3BIACA%2CWAAA%3B%3BEApEJ%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAwElB%2CYAAY%2CeAAe%3BIAC1B%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAmCH%2COAhCC%2CmBAAmB%3BEAgCpB%2COAhCqC%3BEAgCrC%2COAhCyD%2CiBAAmB%3BEAgC5E%2COA23DD%2CCA35DwF%2CIAAI%2CcAAiB%2CKAAE%3BIAC5G%2CwBAAA%3B%3BEAED%2COAAC%2CQACA%2CGAAE%2CYAAa%3BIACd%2CaAAA%3B%3BEAFF%2COAAC%2CQACA%2CGAAE%2CYAAa%2CGAEd%3BIACC%2CaAAA%3BIACA%2CcAAA%3B%3BEAID%2COATD%2CQAQA%2CuBAAuB%2CgBACrB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAZH%2COAAC%2CQAQA%2CuBAAuB%2CgBAMtB%3BEAdF%2COAAC%2CQAQA%2CuBAAuB%2CgBAMG%3BIACxB%2CWAAA%3BIACA%2COAAO%2CcAAP%3B%3BEAhBH%2COAAC%2CQAQA%2CuBAAuB%2CgBAUtB%3BIACC%2CYAAA%3B%3BEAnBH%2COAAC%2CQAQA%2CuBAAuB%2CgBAatB%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BAAUJ%2CQAL0B%3BEAK1B%2COAJC%2CQAAO%2CQAAS%3BIACf%2CaAAA%3B%3B%3BAAsBF%2CQAnB0B%3BEAExB%2COADA%2CcACC%2CQACA%3BIACC%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIA%5C%2FcD%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEA%2BcA%2COATD%2CcACC%2CQAQC%2CMAAO%3BIACP%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAUJ%2CQAL0B%2CuBAAwB%3BEAKlD%2COAJC%2CoBAAoB%3BIACnB%2CiBAAA%3B%3B%3BAAcF%2CQAX0B%3BEAW1B%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAC5C%3BEASF%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAC5B%3BIACf%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAOH%2COAVC%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAK5C%3BIACC%2CSAAA%3B%3B%3BAA0BJ%2CQAtB0B%3BEAsB1B%2COArBE%2CoBACC%2CiBAAiB%3BIAChB%2CcAAA%3BIACA%2CcAAA%3B%3BEAkBJ%2COArBE%2CoBACC%2CiBAAiB%2CGAGhB%3BIACC%2CiBAAA%3B%3BEAgBL%2COArBE%2CoBAQC%3BIACC%2CiBAAA%3B%3BEAYJ%2COATE%3BIACC%2CWAAA%3BIACA%2COAAO%2CcAAP%3B%3BEAOH%2COALE%2CaAAY%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIACvE%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAWH%2CQANyB%3BEACxB%2CiBAAkB%3BIACjB%2CYAAA%3B%3B%3BAAUD%2CQAL0B%3BEAK1B%2CcANc%2CmBAEb%2CQAAO%2CSAAU%3BIAChB%2CaAAA%3B%3B%3BAAiBH%2CQAd2B%3BEAc3B%2CcApBe%2CmBAOb%2CQAAO%3BIA5hBL%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIA2hBD%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEASH%2CcApBe%2CmBAOb%2CQAAO%2CSAKN%3BIACC%2CSAAA%3B%3BEAOJ%2CcApBe%2CmBAOb%2CQAAO%2CSAQN%3BIACC%2CaAAA%3B%3B%3BAAaJ%2CQAL0B%3BEACxB%2CgBAFe%2CGAAE%2CMAEhB%3BEAAS%2CgBAFK%2CGAAE%2CMAEN%3BIACV%2CwBAAA%3B%3B%3BAAeH%2CQAR2B%3BEAQ3B%2CMATM%2COAAQ%2CgBAAgB%2CqBAE5B%2CsBAAqB%3BIACpB%2CwBAAA%3B%3BEAMH%2CMATM%2COAAQ%2CgBAAgB%2CqBAK5B%3BIACC%2CyBAAA%3B%3B%3BAAeH%2CQAR2B%2CuBAAuB%3BEAQlD%2CoBATqB%2C0BAEnB%3BIACC%2CUAAA%3B%3BEAMH%2CoBATqB%2C0BAKnB%2COAAM%3BIACL%2CUAAA%3B%3B%3BAAWF%2CQAL0B%3BEAK1B%2CQAJC%3BIACC%2CaAAA%3B%3B%3BAAcH%2CQAX2B%3BEAW3B%2CQAVE%3BIACC%2CaAAA%3B%3BEASH%2CQAPE%3BIACC%2CgBAAA%3B%3BEAMH%2CQAJE%2COAAO%2CYAAY%3BIAClB%2CeAAA%3B%3B%3BAAgBH%2CQAV2B%3BEAU3B%2CIAXI%2CIAAI%2CsBAEN%2CSACC%3BIACC%2CgBAAA%3B%3BEAOJ%2CIAXI%2CIAAI%2CsBAEN%2CSAIC%3BIACC%2CgBAAA%3B%3B%3BAA8BJ%2CQAtB0B%3BEAsB1B%2CqBArBE%3BIACC%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAmBH%2CqBArBE%2CmBAGC%2CSACC%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3BEAeL%2CqBArBE%2CmBAGC%2CSAKC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAQL%2CqBArBE%2CmBAGC%2CSAYC%3BIACC%2CSAAA%3B%3B%3BAAiBL%2CQAR2B%3BEAQ3B%2CUAPE%3BIACC%2CmBAAA%3B%3BEAMH%2CUAPE%2CgBAEC%2CYAAW%2CUAAW%3BIACrB%2CgBAAA%3B%3B%3BAAWJ%2CQAH2B%3BEAG3B%2CeAJgB%2CeAAe%2CMAAM%2CMAAM%3BIAEzC%2CcAAA%3B%3B%3BAAcD%2CQAR0B%2CuBAAwB%3BEAQlD%2CoBAPC%3BIACC%2CmBAAA%3B%3BEAMF%2CoBAPC%2CgBAEG%2CSAAS%3BIACV%2CYAAA%3B%3B%3BAAuFJ%2CQAnF2B%3BEAmF3B%2CoBAlFE%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3BEAgFH%2CoBAlFE%2CgBAGG%2CSACC%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CoBAVH%2CgBAGG%2CSACC%2CSAMA%3BIACA%2CqBAAA%3B%3BEAuEN%2CoBAlFE%2CgBAGG%2CSAWC%3BIACD%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAiEL%2CoBA7DE%2CgBAAgB%2CMAAK%2CKAAK%2CQAAS%3BIAClC%2CWAAA%3BIACA%2CkBAAA%3B%3BEA2DH%2CoBA7DE%2CgBAAgB%2CMAAK%2CKAAK%2CQAAS%2CKAGhC%3BIACD%2CgBAAA%3B%3BEAyDJ%2CoBAtDE%2CqBACC%3BIACC%2CaAAA%3B%3BEAoDJ%2CoBAtDE%2CqBAIC%3BIACC%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEA%2BCJ%2CoBAtDE%2CqBAIC%2CMAIC%3BIACC%2CcAAA%3B%3BEA6CL%2CoBAtDE%2CqBAIC%2CMAIC%2CGAEC%3BIACC%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3B%3BEAEC%2CoBAjBL%2CqBAIC%2CMAIC%2CGAEC%2CGAME%2CIACC%2CIAAI%2COAAO%3BIACX%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CoBAxBL%2CqBAIC%2CMAIC%2CGAEC%2CGAME%2CIAQC%2CIAAK%2COAAM%3BIACX%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAED%2CoBA5BL%2CqBAIC%2CMAIC%2CGAEC%2CGAME%2CIAYC%2CKACA%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEAHF%2CoBA5BL%2CqBAIC%2CMAIC%2CGAEC%2CGAME%2CIAYC%2CKAKA%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAED%2CoBAvCN%2CqBAIC%2CMAIC%2CGAEC%2CGAME%2CIAYC%2CKAWC%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAKJ%2CoBA%5C%2FCH%2CqBAIC%2CMAIC%2CGAuCE%2CaAAc%2CGAAK%3BIACnB%2CiBAAA%3B%3B%3BAAgBN%2CQAPwB%3BEACvB%3BIACC%2CaAAA%3B%3B%3BAA8GD%2CQAxG0B%3BEAwG1B%3BIAvGC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CyBAAP%3B%3BEAmGD%2CiBAlGC%3BIACC%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA4FF%2CiBAlGC%2CuBAOG%3BIACD%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEACA%2CiBAdF%2CuBAOG%2COAOA%3BEAAQ%2CiBAdX%2CuBAOG%2COAOS%3BIACT%2CSAAA%3BIACA%2CkBAAA%3BIAvxBD%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIASA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3B%3BEA4wBA%2CiBApBF%2CuBAOG%2COAaA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CiBAjCF%2CuBAOG%2COA0BA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CMAAA%3B%3BEAGF%2CiBA1CD%2CuBA0CE%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIAvyBA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIAsyBA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGA%2CiBArDF%2CuBAoDE%2CQACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBApDD%2CuBAoDE%2CQAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBA1DH%2CuBAoDE%2CQAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA7DH%2CuBAoDE%2CQAIE%2COAKA%3BIACA%2CcAAA%3B%3BEAKF%2CiBAnEF%2CuBAkEE%2CUACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBAlED%2CuBAkEE%2CUAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBAxEH%2CuBAkEE%2CUAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA3EH%2CuBAkEE%2CUAIE%2COAKA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAS%2COAAT%3B%3BEAID%2CiBAlFH%2CuBAkEE%2CUAeC%2CMACC%3BIACA%2CmBAAA%3B%3BEAFF%2CiBAjFF%2CuBAkEE%2CUAeC%2CMAIE%3BIACD%2CcAAA%3B%3BEACA%2CiBAvFJ%2CuBAkEE%2CUAeC%2CMAIE%2COAEA%3BIACA%2CmBAAA%3B%3BEAED%2CiBA1FJ%2CuBAkEE%2CUAeC%2CMAIE%2COAKA%3BIACA%2CcAAA%3B%3B%3BAAUP%2CQAH2B%3BEAG3B%3BIAFE%2CaAAA%3B%3B%3BAA2KF%2CQAvK0B%3BEACzB%3BIACC%2CkBAAA%3BIACA%2CYAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3BEAED%3BIACC%2CWAAA%3BIACA%2CUAAA%3B%3BEAGA%2CYAAC%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEATD%2CYAAC%2CoBAUA%3BIACC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIAl4BA%2CWAm4BW%2CgBAn4BX%3BIACA%2CmBAk4BW%2CgBAl4BX%3BIACA%2CgBAi4BW%2CgBAj4BX%3BIACA%2CcAg4BW%2CgBAh4BX%3BIAi4BA%2CyBAAA%3BIACA%2C0CAAA%3BIACA%2CuCAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAtBF%2CYAAC%2CoBAUA%2CkBAaC%3BIACC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEA3BH%2CYAAC%2CoBAUA%2CkBAaC%2CcAKC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmDAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEACA%2CYA9CH%2CoBAUA%2CkBAaC%2CcAKC%2CcAkBE%3BIACA%2CSAAS%2CGAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAjDL%2CYAAC%2CoBAUA%2CkBAaC%2CcAKC%2CcAuBG%3BIACD%2CcAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CYAhEA%2CoBAgEC%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHD%2CYAhEA%2CoBAgEC%2CMAIE%3BIACD%2CaAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CwCAAA%3B%3BEAXF%2CYAhEA%2CoBAgEC%2CMAaA%3BIAl8BA%2CWAm8BY%2CeAn8BZ%3BIACA%2CmBAk8BY%2CeAl8BZ%3BIACA%2CgBAi8BY%2CeAj8BZ%3BIACA%2CcAg8BY%2CeAh8BZ%3B%3BEAq8BH%3BIACC%2C0CAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CsBAAC%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEARF%2CsBAUC%3BIACC%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAdF%2CsBAUC%2CiBAKC%3BIACC%2CcAAA%3BIACA%2CeAAA%3B%3BEAjBH%2CsBAUC%2CiBASC%3BIACC%2CcAAA%3B%3BEApBH%2CsBAuBC%3BIACC%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEA3BF%2CsBAuBC%2CkBAKC%2COAAM%2COAAO%3BIACZ%2CmDAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CsBAhBF%2CkBAKC%2COAAM%2COAAO%2CSAWX%3BIACA%2CeAAA%3B%3BEAxCJ%2CsBAuBC%2CkBAKC%2COAAM%2COAAO%2CSAcV%2CWAAQ%3BIACT%2CyBAAA%3BIAz%5C%2FBD%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIAw%5C%2FBC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAMJ%2C%2BBACC%3BIACC%2CaAAA%3B%3BEAFF%2C%2BBAIC%2CMAAM%2CGAAG%3BIACR%2CoBAAA%3B%3BEACA%2C%2BBAFD%2CMAAM%2CGAAG%2CGAEP%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAgBJ%2CQAX0B%3BEACzB%2CkCACC%3BEADmC%2CuBAAwB%2CiBAC3D%3BEADD%2CkCACU%2COAAM%3BEADoB%2CuBAAwB%2CiBAClD%2COAAM%3BIACd%2CWAAA%3B%3B%3BAAkCH%2CQA1B0B%3BEACzB%2C0BACC%3BIACC%2CaAAA%3B%3BEAFF%2C0BAIC%2CMAAM%3BIACL%2CcAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAPF%2C0BAIC%2CMAAM%2CGAIL%3BIACC%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAZH%2C0BAIC%2CMAAM%2CGAIL%2CGAKG%3BIACD%2CgBAAA%3B%3BEAdJ%2C0BAIC%2CMAAM%2CGAIL%2CGAQC%2COAAO%3BIACN%2CyBAAA%3B%3B%3BAA2DL%2CQAlD2B%3BEAkD3B%2CgCAjDE%2CoBACC%2CMAAM%3BIACL%2CcAAA%3B%3BEA%2BCJ%2CgCAjDE%2CoBACC%2CMAAM%2CGAEL%3BIACC%2CaAAA%3B%3BEACA%2CgCALH%2CoBACC%2CMAAM%2CGAEL%2CGAEE%2CIAAI%3BIACJ%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAuCN%2CgCAjDE%2CoBAcC%2CMACC%3BEAkCJ%2CgCAjDE%2CoBAcQ%2CMACN%3BIACC%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEA%2BBL%2CgCAjDE%2CoBAqBC%2CMACC%2CGAAG%3BIACF%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CgCA3BH%2CoBAqBC%2CMACC%2CGAAG%2CGAKD%2CIAAI%2COAAO%3BIACX%2CqBAAA%3BIACA%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAED%2CgCAlCH%2CoBAqBC%2CMACC%2CGAAG%2CGAYD%3BIACA%2CgBAAA%3B%3BEAcN%2CgCAjDE%2CoBAuCC%2CMAAM%2CGACL%3BEASJ%2CgCAjDE%2CoBAuCC%2CMAAM%2CGACD%3BIACH%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3B%3BAA4BL%2CQApByB%3BEAEvB%2CgBAAC%3BIACA%2CyCAAA%3B%3BEAFF%2CgBAIC%3BIACC%2CeAAA%3B%3BEAID%2CgBADgB%2CQACf%3BIACA%2CkBAAA%3B%3BEAED%2CgBAJgB%2CQAIf%3BIACA%2CmBAAA%3B%3B%3BAAYH%2CQANyB%3BEACxB%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAqCF%2CQAjC2B%3BEAiC3B%3BIAhCE%2CkBAAA%3B%3BEAgCF%2CoBA%5C%2FBE%2CQAAO%3BIACN%2CYAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CwCAAA%3BIACA%2CiBAAA%3B%3BEACA%2CoBAZD%2CQAAO%2CQAYL%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAgBJ%2CoBA%5C%2FBE%2CQAAO%2CQAiBN%3BIACC%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAUJ%2CoBA%5C%2FBE%2CQAAO%2CQAiBN%2CuBAKC%3BIACC%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3B%3BAAaJ%2CQAL2B%2CwBAAwB%3BEAKnD%2CIANG%2CKAAM%2CqBAER%3BIACC%2CWAAA%3B%3B%3BAAQF%2CQAL2B%2CwBAAwB%3BEAClD%2CIAPE%2CKAAM%2CqBAOP%2CUAAW%3BIACX%2CWAAA%3B%3B%3BAAQH%2CQAL4B%2CwBAAwB%3BEAClD%2CIAZE%2CKAAM%2CqBAYP%2CUAAW%3BIACX%2CWAAA%3B%3B%3BAASF%2CgBAHiC%3BEAGjC%3BIAFC%2CcAAA%3B%3B%3BAAMA%2CgBAHiC%3BEAGjC%2CqBAJD%3BIAEE%2CwBAAA%3B%3B%3BAAKF%2CgBAHmC%3BEAGnC%2CqBAPA%3BIAKE%2CwBAAA%3B%3B%3BAAQF%2CgBAHiC%3BEAGjC%3BIAFC%2CaAAA%3B%3B%3BAAKF%2CgBAHmC%3BEAGnC%3BIAFE%2CaAAA%3B%3B%3BAAiBF%2CQAXyB%3BEACxB%2CQAAQ%2CKAAK%2CSAAS%2CcAAe%2C4BACpC%3BIACC%2CaAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CSAAS%2CcAAe%2C4BAIpC%2CMAAK%2CKAAK%3BIACT%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAAaH%2CQAT0B%3BEACzB%3BIACC%2CwBAAA%3B%3BEAED%2CyBAA0B%3BIACzB%2CiBAAA%3B%3B%3BAAUD%2CQALyB%3BEACxB%2C0BAAC%2CSAAU%3BIACV%2CiBAAA%3B%3B%3BAASH%2CQAN2B%3BEAM3B%3BIALE%2CgBAAA%3B%3BEACA%2C0BAAC%3BIACA%2CgBAAA%3B%3B%3BAAkBH%2CQAd2B%3BEACvB%2CyBAA4B%2CMAAG%2CIAAI%3BIAC%5C%2FB%2CqBAAA%3B%3BEAGN%2CYAAC%2CSAAU%3BEAAX%2CYAAC%2CSAAU%3BIACV%2CcAAA%3BIACA%2CUAAA%3BIA1vCC%2CWA2vCU%2CwBA3vCV%3BIACA%2CmBA0vCU%2CwBA1vCV%3BIACA%2CgBAyvCU%2CwBAzvCV%3BIACA%2CcAwvCU%2CwBAxvCV%3BIAyvCD%2CQAAA%3B%3B%3BAA%2BBF%2CQAzB2B%3BEAyB3B%2COA1BM%2CQAEL%2CYAAY%3BIACX%2CoBAAA%3B%3BEAuBF%2COA1BM%2CQAEL%2CYAAY%2CeAET%2CKACC%3BIACD%2CkBAAA%3B%3BEAoBJ%2COA1BM%2CQAEL%2CYAAY%2CeAET%2CKACC%2CIAED%3BIACC%2CQAAA%3B%3BEAGF%2COAXG%2CQAEL%2CYAAY%2CeAET%2CKAOA%2CYAAe%3BIACf%2CkBAAA%3B%3BEAcJ%2COA1BM%2CQAEL%2CYAAY%2CeAaX%2CGAAE%2CoBAAoB%2CcAAiB%2CKAAE%3BIACxC%2CgBAAA%3B%3BEAUH%2COA1BM%2CQAmBL%3BIACC%2CkBAAA%3B%3BEAMF%2COA1BM%2CQAmBL%2CuBAEC%3BIACC%2CUAAA%3B%3B%3BAAYH%2CQAR2B%3BEAQ3B%2COAlCM%2CQA2BJ%2CsBAAsB%3BIACtB%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3B%3BAA%2BCF%2CQA5C0B%3BEA4C1B%2COA9EM%2CQAmCL%2CaACC%3BIACC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAsCH%2COA9EM%2CQAmCL%2CaACC%2CaAKC%3BIACC%2CaAAA%3B%3BEAoCJ%2COA9EM%2CQAmCL%2CaACC%2CaAQC%2CMAAK%3BIACJ%2CcAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIAtzCD%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3B%3BEAk1CH%2COA9EM%2CQAmCL%2CaACC%2CaAQC%2CMAAK%2CWAKJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAIH%2COAzDI%2CQAmCL%2CaAsBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIAC5D%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2COA%5C%2FDG%2CQAmCL%2CaAsBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%2CeAM3D%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAQJ%2COA9EM%2CQA0EL%2CiBAAiB%3BIAChB%2CwBAAA%3B%3B%3BAAWF%2CQAR0B%2CuBAAuB%3BEAQjD%2COAtFM%2CQA%2BEL%2CuBAAuB%3BIACtB%2CYAAA%3B%3BEAMF%2COAtFM%2CQAkFL%3BIACC%2CgBAAA%3B%3B%3BAAoBF%2CQAjByB%3BEAiBzB%2COAvGM%2CQAuFL%2CuBAAuB%3BIACtB%2CQAAA%3BIACA%2CUAAA%3B%3BEAcF%2COAvGM%2CQA2FL%3BIACC%2CoBAAA%3B%3BEAWF%2COAvGM%2CQA2FL%2CoBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3B%3BEASH%2COAvGM%2CQA2FL%2CoBAEC%2CiBAAiB%2CGAEhB%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3B%3BAAiBJ%2CQAZ0B%3BEAY1B%2COAnHM%2CQAwGL%3BIACC%2CkBAAA%3B%3BEAUF%2COAnHM%2CQAwGL%2CuBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3B%3BAAqCH%2CQAhC0B%3BEAgC1B%2COApJM%2CQAmHL%3BIAEC%2C2BAAA%3BIACA%2CgBAAA%3B%3BEA8BF%2COApJM%2CQAmHL%2CcAIC%3BIACC%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3B%3BEAsBH%2COApJM%2CQAmHL%2CcAIC%2CuBAQC%2CaAAa%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAmBJ%2COApJM%2CQAmHL%2CcAIC%2CuBAYG%3BIACD%2CkBAAA%3B%3BEAgBJ%2COApJM%2CQAmHL%2CcAoBC%2CgBAAkB%3BIACjB%2CaAAA%3B%3BEAYH%2COApJM%2CQAmHL%2CcAuBC%2CiBAAmB%3BIAClB%2CyBAAA%3B%3BEASH%2COApJM%2CQAmHL%2CcA0BC%2CYAAY%3BIACX%2CyBAAA%3B%3BEAMH%2COApJM%2CQAmHL%2CcA0BC%2CYAAY%2CeAET%2CKAAK%3BIACN%2C6BAAA%3B%3B%3BAA6BJ%2CQAtB2B%3BEAsB3B%2COAvBM%2CQAEL%2CKAAI%2CcAAiB%2CKAAK%3BIACzB%2CuBAAA%3B%3BEAGA%2COANI%2CQAKL%2CYACE%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAcH%2COAvBM%2CQAKL%2CYAMC%3BIACC%2CYAAA%3BIACA%2C2BAAA%3B%3BEAUH%2COAvBM%2CQAgBL%2CuBAAyB%3BIACxB%2CkBAAA%3B%3BEAMF%2COAvBM%2CQAmBL%3BIACC%2CgBAAA%3B%3B%3BAASF%2CQAN0B%3BEAM1B%2COA7BM%2CQAwBL%2CuBAAuB%2CaAAa%3BIACnC%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAqFF%2CQAlF0B%3BEAkF1B%2COA%5C%2FGM%2CQA8BL%2CiBAAmB%2CMAAG%3BIACrB%2CaAAA%3B%3BEAgFF%2COA%5C%2FGM%2CQAiCL%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEA4EF%2COA%5C%2FGM%2CQAiCL%2CgBAGG%3BEA2EJ%2COA%5C%2FGM%2CQAiCL%2CgBAGmB%3BIACjB%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAyEH%2COA%5C%2FGM%2CQAiCL%2CgBAOG%3BIACD%2CSAAA%3B%3BEAsEH%2COA%5C%2FGM%2CQA4CL%2CaACC%3BIACC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA8DH%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAKC%3BIACC%2CaAAA%3B%3BEA4DJ%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAQC%2CMAAK%3BIACJ%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIAr9CD%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIAo9CC%2CsBAAA%3B%3BEAqDJ%2COA%5C%2FGM%2CQA4CL%2CaACC%2CaAQC%2CMAAK%2CWAMJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAIH%2COArEI%2CQA4CL%2CaAyBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%3BIAC5D%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2COA5EG%2CQA4CL%2CaAyBE%2CcAAe%2CaAAa%2CMAAK%2CWAAY%2CeAAe%2CeAO3D%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAIH%2COAvFK%2CQAuFJ%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAFD%2COAvFK%2CQAuFJ%2CcAGA%3BIACC%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3B%3BEAVF%2COAvFK%2CQAuFJ%2CcAGA%2CuBAQC%2CaAAa%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAbH%2COAvFK%2CQAuFJ%2CcAGA%2CuBAYG%3BIACD%2CkBAAA%3B%3BEAhBH%2COAvFK%2CQAuFJ%2CcAmBA%2CYAAY%2CeAAiB%2CKAAK%3BIACjC%2CkBAAA%3B%3B%3BAA8BJ%2CQA1B2B%3BEA0B3B%2COAzIO%2CQAgHL%3BIACC%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAqBH%2COAzIO%2CQAsHL%3BIACC%2CgBAAA%3BIACA%2CUAAA%3B%3BEAiBH%2COAzIO%2CQA0HL%2CsBAAsB%3BIACrB%2CaAAA%3B%3BEAcH%2COAzIO%2CQA6HL%3BIACC%2CoBAAA%3B%3BEAWH%2COAzIO%2CQA6HL%2CoBAEC%2CiBAAiB%3BIAChB%2CkBAAA%3B%3BEASJ%2COAzIO%2CQA6HL%2CoBAEC%2CiBAAiB%2CGAEhB%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3B%3BAAaL%2CQANyB%3BEACxB%3BIACC%2CwBAAA%3B%3B%3BAAYF%2CQARyB%3BEACxB%2CoBAAqB%3BIACpB%2CQAAA%3BIACA%2CUAAA%3B%3B%3BAAUD%2CQAJ0B%3BEAI1B%3BIAHC%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAASD%2CQAP0B%3BEAO1B%3BIA5jDG%2CWAsjDS%2CgBAtjDT%3BIACA%2CmBAqjDS%2CgBArjDT%3BIACA%2CgBAojDS%2CgBApjDT%3BIACA%2CcAmjDS%2CgBAnjDT%3BIAojDF%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3B%3B%3BAAUD%2CQAR0B%2CuBAAuB%3BEAQjD%2CcAPC%3BIACC%2CUAAA%3B%3BEACA%2CcAFD%2CcAEE%3BEAAgB%2CcAFlB%2CcAEmB%3BIACjB%2CcAAA%3B%3B%3BAAYJ%2CQAR2B%2CuBAAuB%3BEAQlD%2CcAPE%3BIACC%2CWAAA%3B%3BEAMH%2CcAPE%2CcAEG%3BIACD%2CcAAA%3B%3B%3BAAkDJ%2CQA3C2B%3BEA2C3B%2COA5CO%2CSAEL%3BIACC%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAsCH%2COA5CO%2CSAEL%2CmBAKC%3BIACC%2CyBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAdI%2CSAEL%2CmBAYE%2CMAAO%3BIA5lDP%2CWA6lDW%2CaA7lDX%3BIACA%2CmBA4lDW%2CaA5lDX%3BIACA%2CgBA2lDW%2CaA3lDX%3BIACA%2CcA0lDW%2CaA1lDX%3BIA2lDA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA2BJ%2COA5CO%2CSAEL%2CmBAiBC%3BIACC%2CoBAAA%3BIACA%2CWAAA%3B%3BEAGF%2COAxBK%2CSAwBJ%2CcAAe%2CmBAAmB%3BIAClC%2CeAAA%3B%3BEAED%2COA3BK%2CSA2BJ%2CIAAI%2CgBACJ%2CiBAAmB%3BIAClB%2C2BAAA%3B%3BEAFF%2COA3BK%2CSA2BJ%2CIAAI%2CgBAIJ%2CKAAI%2CcAAiB%2CKAAK%3BIACzB%2CkBAAA%3B%3BEAYJ%2COA5CO%2CSAmCL%2CUAAU%2CQACT%2CEAAC%3BIACA%2CWAAA%3B%3BEAED%2COAvCI%2CSAmCL%2CUAAU%2CQAIR%2CMAAO%2CEAAC%3BIACR%2CcAAA%3B%3B%3BAAgBJ%2CQAT2B%3BEAS3B%2CgBAViB%2CQAAO%2CSAAS%2CIAAI%2CgBAAgB%2CIAAI%3BIAEvD%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CsCAAA%3B%3B%3BAAaF%2CQARyB%3BEACxB%2CYAAa%2CaAAa%3BIACzB%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAKF%2COACC%2CkBACC%3BAAFF%2COACC%2CkBAkrBD%2CCAjrBqB%3BEAClB%2CwBAAA%3B%3BAAGF%2COAAC%2CQACA%2CkBAAiB%2CiBAAkB%2CUAAY%3BAADrC%2COAAC%2CQACX%2CkBAAiB%2CiBAAkB%2CUAAY%3BEAC9C%2COAAO%2CcAAP%3B%3BAAQH%2CQAL2B%3BEACzB%2COAAC%2CIAAI%2CUAAU%2CIAAI%2CUAAW%2CkBAAiB%2CiBAAkB%2CUAAY%3BIAC5E%2COAAO%2CcAAP%3B%3B%3BAAaD%2CQAL0B%3BEAK1B%2CuBANA%2CcAEC%2CqBAAoB%2CUAAW%3BIAC9B%2CmBAAA%3B%3B%3BAAMF%2CQAH0B%2CuBAAwB%3BEAGlD%2CuBATA%3BIAOC%2CkBAAA%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CuBAZC%3BIAUC%2CkBAAA%3B%3B%3BAAqBH%2CQAlB0B%3BEAkB1B%2CuBAjBE%2CqBACC%2CSAAS%2CWAAU%3BIAClB%2CSAAA%3BIArrDA%2CWAsrDW%2CgBAtrDX%3BIACA%2CmBAqrDW%2CgBArrDX%3BIACA%2CgBAorDW%2CgBAprDX%3BIACA%2CcAmrDW%2CgBAnrDX%3B%3BEAisDJ%2CuBAjBE%2CqBAKC%3BIACC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAED%2CuBATD%2CqBASE%2CUAAW%3BIACX%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAaJ%2CQAN0B%3BEACzB%2CsBAAuB%2CaAAa%3BIACnC%2CoBAAA%3B%3B%3B%3BAAyBF%2CQArB0B%3BEACzB%2CgBACC%3BIACC%2CkBAAA%3B%3BEAFF%2CgBACC%2CiBAEC%3BIACC%2CkBAAA%3BIAltDA%2CWAmtDW%2CqBAntDX%3BIACA%2CmBAktDW%2CqBAltDX%3BIACA%2CgBAitDW%2CqBAjtDX%3BIACA%2CcAgtDW%2CqBAhtDX%3BIAitDA%2CQAAA%3BIACA%2CSAAA%3BIACA%2C0CAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAZH%2CgBACC%2CiBAEC%2CiBAUC%3BIACC%2CyBAAA%3B%3B%3BAA8DL%2CQAxD2B%3BEAC1B%2COAAQ%3BIACP%2CWAAA%3B%3BEAEE%2CiBAAiB%2CaACb%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGA%2CiBANS%2CaAKb%2CSAAW%2CMACN%3BEAAW%2CiBANH%2CaAKb%2CSAAW%2CMACM%3BIACT%2CMAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIAzvDZ%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAyvDQ%2CiBAhBS%2CaAKb%2CSAAW%2CMAWN%3BIACG%2CQAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CiBAhBS%2CaAKb%2CSAAW%2CMAWN%2CSAGG%3BIACI%2CWAAA%3B%3BEAGR%2CiBAvBS%2CaAKb%2CSAAW%2CMAkBN%3BIACG%2COAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CiBAvBS%2CaAKb%2CSAAW%2CMAkBN%2CSAGG%3BIACI%2CUAAA%3B%3BEA3BhB%2CiBAAiB%2CaAKb%2CSAAW%2CMAyBP%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIAjxDZ%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIAGA%2CWA6wDuB%2CgBA7wDvB%3BIACA%2CmBA4wDuB%2CgBA5wDvB%3BIACA%2CgBA2wDuB%2CgBA3wDvB%3BIACA%2CcA0wDuB%2CgBA1wDvB%3B%3BEA4wDQ%2CiBAzCS%2CaAKb%2CSAAW%2CMAoCN%2CMAAO%3BIACJ%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA5CZ%2CiBAAiB%2CaA%2BCb%2CUAAS%3BIACL%2CwBAAA%3B%3B%3BAAyBZ%2CQArB2B%3BEAC1B%2CgBAAgB%2CaAAc%2CSAAW%3BIACxC%2CcAAA%3BIACA%2CyBAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3BEADD%2CkBAEC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAJF%2CkBAMC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGF%2COAAQ%2CaAAe%3BIACtB%2CoBAAA%3BIACA%2CiBAAA%3B%3B%3BAA4BF%2CQAzB0B%3BEACzB%3BIACC%2CWAAA%3BIACA%2CcAAA%3B%3BEAED%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CiBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAJF%2CiBAMC%2CaAAa%2CQAAQ%3BIACpB%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAyBH%2CQArB0B%3BEACzB%3BIAAgB%2CaAAA%3B%3BEACb%2CaAAc%3BIAChB%2C0BAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3BEADD%2CkBAEC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAJF%2CkBAMC%3BIACC%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGF%2COAAQ%2CaAAa%3BIACpB%2CoBAAA%3BIACA%2CkBAAA%3B%3B%3BAA%2BBF%2CQA5B0B%3BEACzB%3BIACC%2CWAAA%3B%3BEAED%2CeAAgB%2CeAAe%3BIAC9B%2CWAAA%3B%3BEAKE%2CiBAFF%2CaACE%2CMACC%3BIACA%2CkCAAA%3B%3BEAJJ%2CiBACC%2CaAMC%3BIACC%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAXH%2CiBACC%2CaAYC%3BIACC%2CcAAA%3B%3BEAdH%2CiBAiBC%3BIAAG%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CiBAAA%3B%3BEAjB1C%2CiBAkBC%3BIAAE%2CeAAA%3B%3B%3BAAiBJ%2CQAd0B%2CuBAAuB%3BEAChD%3BIACC%2CcAAA%3B%3BEADD%2CWAEC%3BEAFD%2CWAEa%3BIACX%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIF%2CUAAW%3BIAAU%2CeAAA%3B%3B%3B%3B%3BAAgBtB%2CQAV6B%3BEAU7B%2CaATQ%2CkBAAiB%2CIAAI%3BIACjB%2CwBAAA%3B%3BEAQZ%2CaATQ%2CkBAAiB%2CIAAI%2CSAEf%3BIACE%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3B%3BAAuPhB%2CQAjPyB%3B%3BEAExB%2CIAAK%3BIACJ%2CyBAAA%3B%3BEAED%3BIACC%2CeAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACI%2CwBAAA%3B%3BEAlBL%2C2BAmBC%3BIACC%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAvBF%2C2BAmBC%2CGAKC%3BIACC%2CeAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEA5BH%2C2BAmBC%2CGAKC%2CGAKG%3BEA7BL%2C2BAmBC%2CGAKC%2CGAKa%3BIACX%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAzCJ%2C2BAmBC%2CGAKC%2CGAKG%2CSAaC%3BEA1CN%2C2BAmBC%2CGAKC%2CGAKa%2CIAaT%3BIACD%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C2BAvCJ%2CGAKC%2CGAKG%2CSAaC%2CWAgBA%3BEAAD%2C2BAvCJ%2CGAKC%2CGAKa%2CIAaT%2CWAgBA%3BIACA%2CaAAA%3B%3BEAQN%2COAAQ%2CaAAa%2CMAAM%3BIAC1B%2CeAAA%3B%3BEAED%2CcAAe%2CmBAAkB%2CcAAe%2CaAC%5C%2FC%3BIACC%2CQAAA%3B%3BEAFF%2CcAAe%2CmBAAkB%2CcAAe%2CaAC%5C%2FC%2CcAEC%3BIACC%2CiBAAA%3BIACA%2CWAAW%2CQAAX%3BIACA%2CmBAAmB%2CQAAnB%3BIACA%2CgBAAgB%2CQAAhB%3BIACA%2CcAAc%2CQAAd%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAXH%2CcAAe%2CmBAAkB%2CcAAe%2CaAe%5C%2FC%2CeAAiB%2CIAAI%3BIACpB%2CgBAAA%3B%3BEAhBF%2CcAAe%2CmBAAkB%2CcAAe%2CaAkB%5C%2FC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CeAAX%3BIACA%2CmBAAmB%2CeAAnB%3BIACA%2CgBAAgB%2CeAAhB%3BIACA%2CcAAc%2CeAAd%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CsCAAA%3B%3BEAjCF%2CcAAe%2CmBAAkB%2CcAAe%2CaAkB%5C%2FC%2CQAAO%2CSAiBN%3BIACC%2CeAAA%3B%3BEAED%2CcAtCa%2CmBAAkB%2CcAAe%2CaAkB%5C%2FC%2CQAAO%2CSAoBL%2CSAAU%2CMAAK%2CIAAI%2CUAAU%3BIAC7B%2CSAAS%2COAAT%3B%3BEAED%2CcAzCa%2CmBAAkB%2CcAAe%2CaAkB%5C%2FC%2CQAAO%2CSAuBL%3BIACA%2CsBAAA%3B%3B%3BEAKH%2CwBAAyB%2CmBAAmB%3BIAC3C%2CYAAA%3B%3BEAED%2CwBAAyB%3BIACxB%2CaAAA%3B%3BEAED%2CwBAAyB%2CmBAAmB%2CaAAc%3BIACzD%2CiBAAA%3B%3BEAEE%3BEACH%3BIACC%2CuBAAA%3BIACA%2C8BAAA%3B%3BEAED%2CmCAAoC%3BEACpC%2CmCAAoC%3BIACnC%2CaAAA%3BIACA%2CuBAAA%3B%3BEAED%2CmCAAmC%2CqBAAsB%2CSAAQ%3BEACjE%2CmCAAmC%2CqBAAsB%2CSAAQ%3BIAChE%2CeAAA%3B%3BEAED%2CmCAAoC%2C2BAA2B%3BEAC%5C%2FD%2CmCAAoC%2C2BAA2B%3BIAC9D%2C6BAAA%3B%3BEAED%2CmCAAqC%2CcAAc%3BEACnD%2CmCAAqC%2CcAAc%3BIAClD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAED%2CmCAAoC%2CcAAc%2CSAAS%2CMAAG%3BEAC9D%2CmCAAoC%2CcAAc%2CSAAS%2CMAAG%3BIAC7D%2CSAAA%3B%3BEAED%2CmCAAoC%2CcAAc%2CSAAS%2CMAAG%3BEAC9D%2CmCAAoC%2CcAAc%2CSAAS%2CMAAG%3BIAC7D%2CUAAA%3B%3BEAED%2CwBAAyB%2CmBAAmB%3BIACxC%2CuBAAA%3BIACH%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAED%2CcAAe%2CmBAAmB%2CaAAa%3BIAC9C%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2C0CAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3BEAED%2CcAAe%2CmBAAmB%2CaAAa%2CeAAiB%3BIAC%5C%2FD%2CQAAA%3B%3BEAED%2CcAAe%2CmBAAmB%2CaAAa%2CeAAe%2CQAAO%3BIACpE%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CcAAe%2CmBAAmB%2CaAAa%2CeAAe%2CQAAO%3BIACpE%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAED%2CcAAe%2CmBAAmB%2CaAAa%2CeAAe%2CQAAO%2CcAAiB%3BIACrF%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CqBAAsB%2CmBAAmB%2CaAAa%2CeAAe%3BIACjE%2CSAAA%3BIACH%2CWAAA%3B%3BEAFD%2CqBAAsB%2CmBAAmB%2CaAAa%2CeAAe%2CoBAGpE%2COAAM%3BIACL%2CeAAA%3B%3BEAJF%2CqBAAsB%2CmBAAmB%2CaAAa%2CeAAe%2CoBAMpE%3BIACI%2CeAAA%3BIACH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CqBAAsB%2CmBAAkB%2CcAAe%2CaAAa%2CeAAe%2CoBAAsB%3BIACxG%2CSAAA%3B%3BEAED%2CkBAAmB%2CeAAe%2CKAAK%3BEACvC%2CkBAAmB%2CeAAe%2CyBAAyB%2CkBAAkB%3BIAC5E%2CQAAA%3BIACA%2CcAAA%3B%3B%3BAAoBF%2CQAjByB%3BEACrB%2CYAAY%2CoBAAoB%3BIAC5B%2CwBAAA%3B%3BEAEP%3BIACC%2CkBAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3BEAED%2COAAO%2CSAAU%2CuBAAuB%2CeAAiB%3BIACxD%2CaAAA%3B%3BEAED%2COAAO%2CSAAU%2CaAAa%2CgBAAgB%3BIAC7C%2CiBAAA%3B%3B%3BAAaF%2CQAVyB%3BEACzB%2CcAAe%2CmBAAmB%2CQAAO%2CSAAY%3BIACpD%2CaAAA%3B%3BEAED%2CiBAAkB%3BIAClB%2C0BAAA%3B%3B%3B%3BAA2BA%2CQAtByB%3BEACzB%3BIACC%2CmBAAA%3B%3BEAED%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGA%3BIACA%2C%2BBAAA%3BIACA%2CgBAAA%3B%3BEAEA%3BIACA%2C%2BBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAAc%2CYAAY%3BIAC1B%2CwBAAA%3B%3B%3BAAkJA%2CQA9IyB%3BEACzB%2CcACE%2CYACA%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEALH%2CcACE%2CYAMA%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEATH%2CcACE%2CYAUA%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAbH%2CcACE%2CYAcA%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CgBACC%2CaAAa%3BIACZ%2CiBAAA%3B%3BEAFF%2CgBAIC%2CaAAa%3BIACZ%2CaAAA%3B%3BEALF%2CgBAOC%2CaACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVH%2CgBAOC%2CaAKC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAdH%2CgBAOC%2CaAKC%2COAGC%3BIACC%2CeAAA%3BIACA%2CcAAA%3B%3BEAjBJ%2CgBAOC%2CaAaC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAtBH%2CgBAOC%2CaAiBC%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CkBACC%3BIACC%2CgBAAA%3B%3BEAFF%2CkBACC%2CaAEC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEALH%2CkBACC%2CaAMC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CgBACC%2CKAAI%3BIACH%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAJF%2CgBAMG%3BIACD%2CgBAAA%3B%3BEAIF%3BIACC%2CcAAA%3BIACG%2CiBAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CmCAAA%3BIACH%2CmBAAA%3B%3BEAND%2CWAOC%2CaAAa%3BIACZ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAXF%2CWAOC%2CaAAa%2CYAKZ%3BIACC%2CeAAA%3B%3BEAbH%2CWAOC%2CaAAa%2CYAKZ%2CSAEC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAhBJ%2CWAOC%2CaAAa%2CYAYZ%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEArBH%2CWAOC%2CaAAa%2CYAgBZ%2CKAAI%3BIACH%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CaAAc%3BIACb%2CuBAAA%3BIACA%2CwBAAA%3B%3BEAFD%2CaAAc%2CaAIb%3BIACC%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAPF%2CaAAc%2CaAIb%2COAIC%2CGAAE%3BIACD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CaAbW%2CaAIb%2COAIC%2CGAAE%2CMAKA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAlBJ%2CaAAc%2CaAIb%2COAiBC%2CKAAI%3BIACH%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%22%7D */