/*VARIABLE & FUNCTION */
/* &:extend(.display-flex); */
.display-flex {
  display: flex;
}
/* &:extend(.align-items); */
.align-items {
  align-items: center;
}
/* &:extend(.justify-content-space); */
.justify-content-space {
  justify-content: space-between;
}
/* &:extend(.justify-content-center); */
.justify-content-center {
  justify-content: center;
}
/* &:extend(.color-primary); */
.color-primary {
  color: #6aac91;
}
/* &:extend(.bg-primary); */
.bg-primary {
  background-color: #6aac91;
}
/* &:extend(.border-primary); */
.border-primary {
  border-color: #6aac91;
}
/* &:extend(.border-bt-primary); */
.border-bt-primary {
  border-bottom-color: #6aac91;
}
/* &:extend(.border-t-primary); */
.border-t-primary {
  border-top-color: #6aac91;
}
/* &:extend(.border-l-primary); */
.border-l-primary {
  border-left-color: #6aac91;
}
/* &:extend(.border-r-primary); */
.border-r-primary {
  border-right-color: #6aac91;
}
/* &:extend(.border-r-primary); */
.background-color-primary {
  background-color: #6aac91;
}
/* &:extend(.fill-primary); */
.fill-primary {
  fill: #6aac91 !important;
}
/* Scroll To Top */
@media (max-width: 767px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
/* ++++++++++++++ */
/* Header */
@media (max-width: 767px) {
  body {
    padding-bottom: 51px;
  }
  body.atv-wishlist,
  body.atv-setting,
  body.atv-cart,
  body.atv-myaccount {
    overflow: hidden;
  }
  body.atv-myaccount .header-top-links .login-form,
  body.atv-cart header.page-header .minicart-wrapper .block-minicart,
  body.atv-setting header.page-header .setting-site .setting-site-content,
  body.atv-wishlist header.page-header .top-wishlist .block-wishlist {
    visibility: visible;
  }
  body .header-mobile-tabs--bottom {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden;
  }
}
header.page-header {
  /* Header With Menu Sidebar */
  /* End Logo */
  /* Mini Cart */
  /* Header 4 */
  /* End Header 4 */
  /* Header 5 */
  /* End Header 5 */
  /* Header 6 */
  /* End Header 6 */
}
@media (max-width: 991px) {
  header.page-header.active-menu .header-area .middle-header:before {
    opacity: 0.5;
    visibility: visible;
  }
  header.page-header.active-menu .header-area .horizontal-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  header.page-header.active-menu .header-area .horizontal-menu .mgs-megamenu--main {
    z-index: 99999;
  }
}
@media (min-width: 992px) {
  header.page-header .header-area.right-slide-menu .close-menu-site {
    display: block;
  }
  header.page-header .header-area.right-slide-menu .horizontal-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0;
    width: 400px;
    z-index: 99999;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 300ms;
  }
  header.page-header .header-area.right-slide-menu .middle-header:before {
    content: "";
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
  header.page-header.active-menu .header-area.right-slide-menu .middle-header:before {
    opacity: 0.5;
    visibility: visible;
  }
  header.page-header.active-menu .header-area.right-slide-menu .horizontal-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  header.page-header.active-menu .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main {
    z-index: 99999;
  }
}
header.page-header .header-area {
  /* Logo */
}
@media (min-width: 992px) {
  header.page-header .header-area.myaccount-slide .header-top-links .login-form.logged-customer .header.links li {
    font-size: 1.125rem;
    padding: 8px 0 0;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.myaccount-slide .header-top-links.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .header-area.myaccount-slide .header-top-links.active .login-form {
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .header-area .megamenu_action.tablet {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .megamenu_action.mobile {
    display: flex;
    align-items: center;
    flex: 0 0 40px;
    max-width: 40px;
  }
}
header.page-header .header-area .horizontal-menu {
  /* @media (min-width: 1501px) {
				margin-left: 11.5%;
			}*/
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area .horizontal-menu {
    margin-left: 2.5%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  header.page-header .header-area .horizontal-menu {
    margin-left: 3.5%;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .horizontal-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    margin: 0;
    width: 400px;
    z-index: 99999;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 300ms;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .horizontal-menu {
    bottom: 50px;
    padding-bottom: 69px;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 575.98px) {
  header.page-header .header-area .horizontal-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .close-menu-site {
    display: block;
  }
  header.page-header .header-area .middle-header:before {
    content: "";
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .top-wishlist > a {
    display: none !important;
  }
  header.page-header .header-area .top-wishlist .block-wishlist {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    opacity: 1;
    max-width: 100%;
    padding: 25px 25px 75px 25px;
    box-shadow: none;
    transform: translateX(100%);
  }
  header.page-header .header-area .top-wishlist .block-wishlist .close-wishlist-site {
    display: none;
  }
  header.page-header .header-area .header-top-links > .actions {
    display: none !important;
  }
  header.page-header .header-area .header-top-links .login-form {
    top: 0;
    bottom: 0;
    max-width: 100%;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    padding: 20px 20px 70px 20px;
    min-width: 100%;
    opacity: 1;
    box-shadow: none;
    justify-content: center;
    transform: translateX(100%);
  }
  header.page-header .header-area .header-top-links .login-form .header.links li {
    font-size: 1.125rem;
    padding: 8px 0 0;
  }
  header.page-header .header-area .header-top-links .close-myaccount {
    display: none;
  }
  header.page-header .header-area .header-top-links .block-customer-login .block-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .right-content .block-search {
    margin-left: auto;
    position: static;
  }
  header.page-header .header-area .right-content .block-search .block-content {
    left: 10px;
    right: 25px;
  }
  header.page-header .header-area .right-content .block-search .block-content input {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area .setting-site.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .header-area .setting-site.active .setting-site-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .setting-site .setting-site-content {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    opacity: 1;
    max-width: 100%;
    box-shadow: none;
    transform: translateX(100%);
  }
  header.page-header .header-area .setting-site .setting-site-content .ct {
    padding: 30px 30px 80px 30px;
    height: auto;
    overflow: visible;
  }
  header.page-header .header-area .setting-site .setting-site-content .ct .actions-close {
    display: none;
  }
  header.page-header .header-area .setting-site > .actions {
    display: none;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area .middle-header {
    padding: 0 40px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area .middle-header {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .right-content {
    flex: 0 0 40px;
    max-width: 40px;
    margin: 0;
    position: static;
  }
  header.page-header .header-area .right-content > div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area .logo {
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area .logo .mobile-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area .logo.exits-lg-mb .default-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.active-sticky.scrolling .logo.exits-lg-stk.exits-lg-mb .sticky-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  header.page-header .minicart-slide .minicart-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-minicart {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 400px;
    max-width: 100%;
    min-width: 0px;
    z-index: 999;
    transform: translateX(100%);
    transition: all 400ms;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .action.close {
    display: block;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content > .subtotal {
    margin-top: auto;
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .subtitle.empty {
    top: 50%;
    transform: translateY(-50%);
  }
  header.page-header .minicart-slide .minicart-wrapper .block-content .subtitle.empty:before {
    font-size: 144px;
  }
  header.page-header .minicart-slide .minicart-wrapper .minicart-items-wrapper {
    max-height: calc(100vh - 300px);
  }
  header.page-header .minicart-slide .minicart-wrapper.active:after {
    opacity: 0.7;
    visibility: visible;
  }
  header.page-header .minicart-slide .minicart-wrapper.active .block-minicart {
    transform: translateX(0);
  }
  header.page-header .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    border: none;
    right: 0;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    display: block !important;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 400px;
    min-width: 0px;
    transform: translateY(20px);
  }
  header.page-header .minicart-wrapper.active .block-minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  header.page-header .minicart-wrapper .action.showcart {
    display: none !important;
  }
  header.page-header .minicart-wrapper .block-content {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  header.page-header .minicart-wrapper .block-content .action.close {
    display: none;
  }
  header.page-header .minicart-wrapper .block-content > .subtotal {
    margin-top: 0;
    border-top: 0;
    padding: 20px 15px 3px;
  }
  header.page-header .minicart-wrapper .block-content > .actions {
    padding: 0 15px 20px;
    border-bottom: 1px solid #eee;
  }
  header.page-header .minicart-wrapper .block-content .subtitle.empty {
    top: 50%;
    transform: translateY(-50%);
  }
  header.page-header .minicart-wrapper .block-content .subtitle.empty:before {
    font-size: 144px;
  }
  header.page-header .minicart-wrapper .minicart-items-wrapper {
    overflow: visible;
    max-height: 100000px;
    -webkit-order: 1;
    order: 1;
    padding: 0 15px 50px;
  }
  header.page-header .minicart-wrapper .block-minicart {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    border: none;
    z-index: 998;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transform: translateX(100%);
    transition: all 300ms;
  }
  header.page-header .minicart-wrapper .block-minicart.empty #minicart-content-wrapper {
    height: 100%;
  }
  header.page-header .minicart-wrapper .block-minicart.empty .block-content {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  header.page-header.ative-search .header-area.header4 .megamenu_action {
    display: none;
  }
  header.page-header .header-area.header4 .right-content,
  header.page-header .header-area.header4 .logo {
    flex: 0 0 50%;
    max-width: 50%;
  }
  header.page-header .header-area.header4 .logo img {
    margin: 0;
  }
  header.page-header .header-area.header4 .megamenu_action {
    margin-left: 25px;
  }
  header.page-header .header-area.header4.search-visible .block-search .block-title.theme-header-icon {
    margin-left: 44px;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area.header5 .top-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1365px) {
  header.page-header .header-area.header5 .top-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  header.page-header .header-area.header5 .top-header {
    display: block;
    text-align: center;
  }
  header.page-header .header-area.header5 .top-header.right-top-header {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .header-area.header5 .top-header .right-top-header .item.social {
    display: none;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .link-track-order {
    display: none;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.customer-web-config.language {
    padding-right: 0;
  }
  header.page-header .header-area.header5 .top-header .right-top-header .list-block .item.customer-web-config.language:after {
    content: none;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.header5 .middle-header .right-content .setting-site {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.page-header .header-area.header6 .block-search .block-content input {
    background-color: transparent;
  }
  header.page-header .header-area.header6 .right-content > .megamenu_action {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  header.page-header .header-area.header6 .left-content > .social-links {
    display: none;
  }
  header.page-header .header-area.header6 .megamenu_action .megamenu_action_mb > span {
    display: none;
  }
  header.page-header .header-area.header6 .right-content {
    justify-content: flex-end;
  }
  header.page-header .header-area.header6 .megamenu_action.deskop {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header.page-header .header-area.header6.search-visible .block-search {
    margin: 0;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-title {
    display: none;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content {
    position: static;
    visibility: visible;
    margin: 0;
    transform: none;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content form {
    position: relative;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content .input-text {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.header6 .block-search {
    margin: 0 0 0 auto;
  }
  header.page-header .header-area.header6 .block-search .form.minisearch .mgs-instant-search-dropdown {
    left: 0 !important;
    right: auto;
  }
  header.page-header .header-area.header6 .block-search .block-content input {
    border: 0;
    padding: 0 15px 0 35px;
    font-size: 0.9375rem;
  }
  header.page-header .header-area.header6 .block-search .block-content input::placeholder {
    color: #222;
    opacity: 1;
  }
  header.page-header .header-area.header6 .block-search .block-content input:-ms-input-placeholder {
    color: #222;
  }
  header.page-header .header-area.header6 .block-search .block-content input::-ms-input-placeholder {
    color: #222;
  }
  header.page-header .header-area.header6 .block-search .action.search {
    left: 0;
    right: auto;
  }
  header.page-header .header-area.header6 .block-search .action.search:before {
    padding-left: 2px;
    color: #000;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.header6 .block-search {
    margin-left: 0;
  }
  header.page-header .header-area.header6 .left-content {
    position: static;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content {
    right: 15px;
    left: 45px;
    transform-origin: top left;
    margin: 0;
  }
  header.page-header .header-area.header6.search-visible .block-search .block-content input {
    min-width: unset;
  }
}
/* ++++++++++++++ */
/* Footer*/
@media (max-width: 767px) {
  footer.page-footer .footer.content .acc-block {
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-bottom: 8px;
  }
  footer.page-footer .footer.content .acc-block .footer-title {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  footer.page-footer .footer.content .acc-block .footer-title:before {
    content: "";
    height: 16px;
    width: 2px;
    background-color: #ddd;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.3s;
  }
  footer.page-footer .footer.content .acc-block .footer-title:after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
  }
  footer.page-footer .footer.content .acc-block ul {
    display: none;
  }
  footer.page-footer .footer.content .acc-block.active .footer-title:before {
    transform: rotate(90deg);
    transition: all 300ms;
  }
}
@media (min-width: 768px) {
  footer.page-footer .footer.content .acc-block ul {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.page-footer .footer.content .footer1 .middle-footer .footer-block {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer1 .middle-footer {
    padding: 50px 0 30px;
  }
  footer.page-footer .footer.content .footer1 .middle-footer .footer-block:not(.acc-block) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer1 .bottom-footer .content-bottom {
    display: block;
    text-align: center;
  }
  footer.page-footer .footer.content .footer1 .bottom-footer .content-bottom .bottom-footer-social {
    padding: 10px 0 5px 0;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer2 .page-links li {
    padding-left: 0;
    padding-right: 20px;
  }
  footer.page-footer .footer.content .footer2 .text-right {
    margin-top: 40px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer3 .middle-footer .social-links {
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .social-links li.logo-footer {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content {
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links {
    justify-content: center;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li {
    margin: 0 12px;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li.logo-footer {
    text-align: center;
    margin-bottom: 10px;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .left-content .social-links li:not(.logo-footer) a {
    line-height: 2;
  }
  footer.page-footer .footer.content .footer3 .middle-footer .footer_content .right-content {
    margin: 20px 0 0;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer4 .bottom-footer {
    border-top: 1px solid #eaeaea;
    padding: 17px 0;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom {
    text-align: center;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom .bottom-footer-link {
    text-align: center;
    margin-top: 15px;
  }
  footer.page-footer .footer.content .footer4 .bottom-footer .content-bottom .bottom-footer-social {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom {
    flex-wrap: wrap;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--left {
    text-align: center;
    margin-bottom: 20px;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--right {
    margin-top: 10px;
  }
  footer.page-footer .footer.content .footer5 .bottom-footer .content-bottom .content-bottom--right .text-right {
    text-align: center;
  }
}
/* End Footer*/
/*Contact Us*/
@media (min-width: 1200px) {
  .contact-form .contact-information {
    padding-left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form .contact-information {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .contact-form .fieldset .field.name,
  .contact-form .fieldset .field.email {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .form.contact {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .contact-form .contact-information {
    flex: 0 1 calc(50% + 15px);
    max-width: calc(50% + 15px);
  }
}
@media (max-width: 767px) {
  .contact-form {
    flex-wrap: wrap;
  }
  .contact-form .form.contact {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact-form .contact-information {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .contact-store .contact-box {
    flex-wrap: wrap;
  }
  .contact-store .contact-box .store-name {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .contact-store .contact-box .contact-info {
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-store .contact-box {
    padding: 10px 0;
  }
  .contact-store .contact-box .store-name,
  .contact-store .contact-box .contact-info {
    flex: 0 1 50%;
    max-width: 50%;
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .contact-store .contact-box .store-name,
  .contact-store .contact-box .contact-info {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
/*End Contact Us*/
/* About Us */
@media (min-width: 1200px) {
  .cms-about-us .info-store .content-heading {
    padding: 0 17%;
  }
}
@media (min-width: 1200px) and (max-width: 1540px) {
  .cms-about-us .content-top {
    margin-left: 15%;
  }
}
@media (max-width: 1199px) {
  .cms-about-us .content-top {
    margin-left: 15px;
  }
  .cms-about-us .content-top .text-content {
    padding: 20px 0 30px;
  }
  .cms-about-us .content-top .text-content:before {
    display: none;
  }
  .cms-about-us .content-top .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .cms-about-us .photoswipe {
    width: 100%;
    text-align: center;
  }
  .cms-about-us .photoswipe img {
    width: 100%;
  }
  .cms-about-us .leadership-member .about-member img {
    width: 100%;
  }
  .cms-about-us .leadership-member .about-time {
    padding-bottom: 30px;
  }
  .cms-about-us .time-line .about-time {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cms-about-us .leadership-member .page-header-sliders .owl-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .cms-about-us .top-about {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
  .cms-about-us .content-top {
    text-align: center;
  }
  .cms-about-us .time-line {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
  .cms-about-us .time-line .time-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cms-about-us .img-video .text-video p {
    font-size: 1rem;
  }
  .cms-about-us .img-video .text-video .title {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 15px;
  }
  .cms-about-us .small-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .cms-about-us .time-line .text-content {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .cms-about-us .info-store .s-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cms-about-us .info-store .text-content {
    padding: 0;
  }
  .cms-about-us .title {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
  .cms-about-us .leadership-member .title {
    padding-bottom: 40px;
  }
  .cms-about-us .pub-video {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .brand .page-header-sliders .owl-carousel .item-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cms-about-us .brand .page-header-sliders .owl-carousel .owl-item img {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .services {
    display: flex;
    flex-wrap: wrap;
  }
  .services div.item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .services div.item.shipping,
  .services div.item.secure {
    width: 72%;
  }
}
@media (max-width: 480px) {
  .services {
    display: flex;
  }
  .services div.item {
    flex: 0 0 100%;
  }
}
/* End About Us */
/* My Account */
@media (min-width: 767px) {
  body.account .fieldset .legend {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  body.account .fieldset .field.choice:before {
    width: 0;
    padding: 6px 0px 0 0;
  }
  body.account .form-address-edit .actions-toolbar {
    margin-left: 0;
    margin-bottom: 30px;
  }
  body.account .column.main .cart.table-wrapper .col.price,
  body.account .column.main .order-items.table-wrapper .col.price,
  body.account .column.main .cart.table-wrapper .col.qty,
  body.account .column.main .order-items.table-wrapper .col.qty,
  body.account .column.main .cart.table-wrapper .col.subtotal,
  body.account .column.main .order-items.table-wrapper .col.subtotal {
    text-align: right;
  }
}
@media (max-width: 767px) {
  body.account .column.main .form-newsletter-manage .actions-toolbar .secondary,
  body.account .column.main .form-edit-account .actions-toolbar .secondary,
  body.account .column.main .form-address-edit .actions-toolbar .secondary {
    position: relative;
    margin-left: 0;
  }
  body.account .column.main form .actions-toolbar {
    text-align: center;
  }
  body.account .column.main .form-edit-account > .fieldset,
  body.account .column.main .form-address-edit > .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  body.account .column.main .actions-toolbar {
    margin: 0;
    margin-bottom: 30px;
  }
  body.account .column.main .customer-review.view .product-details {
    flex-wrap: wrap;
  }
  body.account .column.main .customer-review.view .product-details .product-info {
    margin-top: 30px;
  }
  body.account.customer-address-index .column.main .actions-toolbar .secondary {
    position: relative !important;
    display: block;
    margin: 0;
  }
}
@media (max-width: 680px) {
  body.account .column.main table.table tr {
    display: table !important;
    width: 100%;
  }
  body.account .column.main table.table tr td.col.actions {
    float: left;
  }
}
/* End My Account */
/* Latest Blog Grid*/
/* End Latest Blog Grid*/
@media (max-width: 576px) {
  .section-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .block-title-action {
    text-align: center;
  }
  .block-title-action .action {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
  }
}
/* Portfolio*/
@media (max-width: 1199px) {
  .portfolio-container.portfolio-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .portfolio-container.portfolio-carousel .owl-stage-outer .owl-stage .owl-item {
    padding: 0;
  }
  .portfolio-container.portfolio-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .portfolio-container .portfolio-grid .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .portfolio-container.portfolio-carousel .owl-item.active .portfolio-bottom-content {
    bottom: 20px;
    left: 30px;
  }
  .portfolio-container .portfolio-bottom-content .port-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .portfolio-category-view .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
    font-size: 1.2rem;
  }
  .portfolio-category-view .portfolio-masonry .portfolio-inner .port-link i {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .portfolio-category-view .portfolio-masonry .item-thumbnail {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .portfolio-details .description {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  .portfolio-details .portfolio-info {
    flex-wrap: wrap;
  }
}
/* End Portfolio*/
/*Blog*/
@media (max-width: 992px) {
  .all-category .block-blog-categories .block-content li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .blog-view {
    padding-left: 50px;
  }
}
@media (min-width: 767px) {
  .blog-view .post-comments .fieldset .required.name {
    padding-right: 15px;
  }
  .blog-view .post-comments .fieldset .required.email {
    padding-left: 15px;
  }
  .blog-view .post-comments .fieldset .required.name,
  .blog-view .post-comments .fieldset .required.email {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    width: 100%;
  }
  .blog-view .post-comments .fieldset input[type="text"],
  .blog-view .post-comments .fieldset input[type="password"],
  .blog-view .post-comments .fieldset input[type="email"] {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .blog-view .share-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .blog-list .blog-post {
    padding-bottom: 0;
  }
  .blog-list .blog-post .post-item-info {
    position: relative;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .blog-list .blog-post {
    margin-bottom: 70px;
  }
  .blog-list .blog-post .post-item-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-list .section-title {
    margin-bottom: 55px;
  }
  .blog-list .section-title .title {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .blog-list .section-title .title {
    font-size: 1.5rem;
    line-height: 45px;
  }
  .blog-list .blog-post .post-item-info .post-title {
    line-height: 30px;
    margin: 1rem 0;
  }
  .blog-list .blog-post .post-item-info .post-title .post-title-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blog-grid .newsletter-blog,
  .blog-list .newsletter-blog {
    margin-top: 50px;
  }
  .blog-grid .bottom-pagination,
  .blog-list .bottom-pagination {
    margin-top: 50px;
  }
}
/*End Blog*/
/* Newsletter  */
@media (max-width: 575.98px) {
  .newsletter-home.text-center .block.newsletter .content input[type="email"] {
    padding-right: 90px;
  }
  .newsletter-home.text-center .block.newsletter .content .actions {
    right: 10px;
  }
  .newsletter-home.text-center .block.newsletter .content .field.newsletter .control::before {
    left: 10px;
  }
  .newsletter-home .title-newsletter p {
    line-height: 1;
    margin: 10px 0;
    font-size: 14px;
  }
  .newsletter-home .block.newsletter .content .actions {
    right: 0;
  }
  .newsletter-home .block.newsletter .content .field.newsletter #newsletter {
    padding-left: 40px;
  }
  .newsletter-home .block.newsletter .content .field.newsletter .control::before {
    left: 0;
  }
  .newsletter-home > .newsletter .block.newsletter .content .field.newsletter #newsletter {
    padding-left: 70px;
  }
}
/* End Newsletter  */
/* Home Default */
/* Promo Banner */
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 2.2rem;
    margin: 0 0 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 1.875rem;
    margin: 0 0 16px;
  }
}
@media (max-width: 575px) {
  .banner-default .promobanner .banner-text .title {
    font-size: 2rem;
    margin: 0 0 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-default .promobanner > .text {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-default .promobanner > .text {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .banner-default .promobanner > .text {
    padding: 20px;
  }
}
/* ++++++++++++ */
/* Single Deal Block */
@media (max-width: 767px) {
  .single-deal-section {
    padding: 100px 0 !important;
  }
}
@media (max-width: 575px) {
  .single-deal .deal-timer .countdown span {
    font-size: 1.475rem;
  }
  .single-deal .deal-timer .time-note span {
    font-size: 0.875rem;
  }
}
/* ++++++++++++ */
/* End Home Default */
/* Home Instagram Shop */
@media (max-width: 1199px) {
  .instagram-shop .section-title .subtitle {
    padding: 0 30px;
  }
  .instagram-shop .section-title .subtitle br {
    display: none;
  }
}
@media (min-width: 992px) {
  .instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
    right: 4%;
    bottom: 4%;
    padding: 15px;
    border-radius: 50%;
  }
  .instagram-shop .snptwdgt-container .snptwdgt__item .snptlinked-item-ico:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .instagram-shop .section-title {
    margin: 55px 0;
  }
  .instagram-shop .section-title .title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .data.item.content .message.empty {
    margin: 10px 0 !important;
  }
  .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:before {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
/* End Home Instagram Shop */
/*  Page Wishlist */
@media (min-width: 576px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .wishlist-index-index .page-wrapper .columns .sidebar.sidebar-main,
  .wishlist-index-index .page-wrapper .columns .column.main,
  .wishlist-index-index .page-wrapper .columns .sidebar.sidebar-additional {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wishlist-index-index .page-wrapper .columns {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .form-wishlist-items .products-grid.wishlist {
    margin-right: 0;
  }
  .form-wishlist-items .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .form-wishlist-items .products-grid.wishlist .product-item-photo {
    float: none;
    margin: 0;
  }
  .form-wishlist-items .products-grid.wishlist .product-item-name,
  .form-wishlist-items .products-grid.wishlist .product-item-description,
  .form-wishlist-items .products-grid.wishlist .product-item .price-box,
  .form-wishlist-items .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
@media (max-width: 639.98px) {
  .form-wishlist-items .products-grid.wishlist .product-item {
    border-bottom: none;
  }
  .form-wishlist-items .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .form-wishlist-items .actions-toolbar > .primary button.action {
    margin-bottom: 20px;
  }
}
/*  End Wishlist */
/* Guest Wishlist Page */
@media (min-width: 992px) {
  .guestwishlist-index-index .page-wrapper .columns {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .guestwishlist-index-index .page-wrapper .columns .sidebar.sidebar-main,
  .guestwishlist-index-index .page-wrapper .columns .column.main,
  .guestwishlist-index-index .page-wrapper .columns .sidebar.sidebar-additional {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .guestwishlist-index-index .page-wrapper .columns {
    max-width: 1200px;
  }
}
@media (max-width: 1199.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 0 15px;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-image .product-item-photo {
    float: none;
    margin-right: 0;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-name,
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-description,
  .guest_wishlist_list .product-wishlist-items .product-item-info .price-box,
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-tooltip {
    margin-left: 0;
  }
  .guest_wishlist_list .product-wishlist-items .product-item-info .product-item-details .box-tocart {
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 639.98px) {
  .guest_wishlist_list.products-grid .product-item {
    border-bottom: none;
  }
  .guest_wishlist_list.products-grid .product-item:first-child {
    border-top: none;
  }
}
@media (max-width: 575.98px) {
  .guest_wishlist_list.products-grid:not(.active-slider) .product-items .product-wishlist-items {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
/*  End Guest Wishlist Page */
/*  Sale Off */
@media (max-width: 767.98px) {
  .sale-product-block .row-mobile-2 .col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
}
/* End Sale Off */
/*  Store Locator  */
@media (max-width: 767.98px) {
  .locator-index-index .page-title-wrapper,
  .storelocator-details .page-title-wrapper {
    margin: 50px 0;
  }
  .locator-index-index .page-title-wrapper .page-title,
  .storelocator-details .page-title-wrapper .page-title {
    font-size: 2.25rem;
  }
}
/*  End Store Locator  */
/* Product Tab Block */
@media (min-width: 992px) {
  .tab-width-title {
    margin-top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-width-title .mgs-product-tab .mgs-tab.tab-style7.data.items .item.title .switch {
    padding: 0 30px 0 0 !important;
  }
}
@media (max-width: 991.98px) {
  .tab-width-title .mgs-product-tab .mgs-tab.tab-align-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch {
    padding: 5px 20px;
    border: 1px solid #bbb;
    border-radius: 5px !important;
    position: relative;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
    font-weight: 300;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active {
    margin: 0;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active .switch {
    border-radius: 5px 5px 0 0 !important;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title.active .switch:after {
    content: none;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"] {
    margin: 0;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .mgs-products {
    padding: 15px;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0 0 5px;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .mgs-products .tab-cate-link {
    margin: 0 0 20px;
  }
}
/* End Product Tab Block */
/* Top Seller Banner */
@media (min-width: 992px) {
  .product-ultra-grid .col-des-7 {
    flex: 0 1 calc(58.333333% + 30px);
    max-width: calc(58.333333% + 30px);
  }
}
@media (min-width: 992px) {
  .product-ultra-grid .banner-url.odd-banner {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .product-ultra-grid .banner-url {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .product-ultra-grid .banner-url.even-banner img,
  .product-ultra-grid .banner-url.odd-banner img {
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-ultra-grid .banner-url.even-banner,
  .product-ultra-grid .banner-url.odd-banner {
    padding-left: 130px;
    display: block;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content,
  .product-ultra-grid .banner-url.odd-banner .banner-content {
    position: absolute;
    padding: 0;
    left: 0;
    top: 50px;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .product-item-name,
  .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
    font-size: 3rem;
    line-height: 1.2;
    max-width: 80%;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box,
  .product-ultra-grid .banner-url.odd-banner .banner-content .price-box {
    margin: 34px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .product-ultra-grid .banner-url.even-banner,
  .product-ultra-grid .banner-url.odd-banner {
    padding-left: 0;
    display: block;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content,
  .product-ultra-grid .banner-url.odd-banner .banner-content {
    margin-top: 12px;
    padding: 0 0 0 19px;
    position: static;
    max-width: 100%;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .product-item-name,
  .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
    font-size: 1.5rem;
    line-height: inherit;
  }
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box,
  .product-ultra-grid .banner-url.odd-banner .banner-content .price-box {
    margin: 20px 0;
  }
}
/* End Top Seller Banner */
/*  Register  */
@media (max-width: 991.98px) {
  .register-container .form-create-account > .fieldset {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .register-container .form-create-account .actions-toolbar > .primary button.action {
    width: 100%;
  }
}
/*  End Register  */
/*  Store Locator  */
@media (max-width: 991.98px) {
  .storelocator-details .store-info-detail {
    margin-bottom: 50px;
  }
  .storelocator-details .store-info-detail .store-info {
    margin-bottom: 50px;
  }
  .storelocator-details .store-info-detail .store-info.store-des {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .storelocator-details #map-detail {
    height: 450px;
  }
}
/*  End Store Locator  */
/*  Slide Home Default  */
@media (max-width: 1399.98px) {
  .slide-home-1 .slider_mgs_carousel .inner-text {
    padding: 50px;
    max-width: auto;
  }
  .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social {
    left: 30px;
  }
}
@media (max-width: 991.98px) {
  .slide-home-1 .slider_mgs_carousel .inner-text .title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .slide-home-1 .slider_mgs_carousel .item-image {
    min-height: 500px;
  }
  .slide-home-1 .slider_mgs_carousel .inner-text {
    padding: 0;
  }
  .slide-home-1 .slider_mgs_carousel .inner-text .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social {
    display: none;
  }
}
/*  End Slide Home Default  */
/*  GDPR  */
@media (max-width: 767.98px) {
  .modal-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
    transform: translate(0, 0%);
    position: absolute;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table thead {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr {
    margin-bottom: 20px;
    display: block;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr th,
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr td {
    padding: 0;
    display: block;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .data-table > tbody > tr > th {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .mgs-gdpr-cookie-notice {
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
    max-width: 100% !important;
  }
}
/*  End GDPR */
@media (min-width: 1200px) {
  .space-lg {
    display: none;
  }
}
/*  End Search in Header  */
/* Lookbook */
@media (max-width: 767.98px) {
  .lookbook-container .pin__popup {
    width: 225px !important;
  }
  .lookbook-container .pin__type--area .pin__title {
    top: -35px;
  }
  .lookbook-container .popup__content--product > div a,
  .lookbook-container .popup__content--product > div button.action.primary {
    font-size: 0.875rem;
  }
  .lookbook-container .popup__content--product > div .price-box .price {
    font-size: 0.875rem;
  }
  .lookbook-container .pin__popup_text_content .popup__content {
    font-size: 0.875rem;
  }
}
/* End Lookbook */
/* Coming Soon */
@media (max-width: 991.98px) {
  .main-coming-soon {
    padding-bottom: 0;
  }
  .main-coming-soon .content-coming-soon .heading .sub-title {
    font-size: 1.2rem;
  }
  .main-coming-soon .content-coming-soon .heading .title {
    font-size: 150px;
    line-height: 0.7;
  }
  .main-coming-soon .content-coming-soon .deal-timer {
    margin: 35px 0 0;
  }
  .main-coming-soon .content-coming-soon .form-newsletter {
    margin-top: 35px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .action.subscribe {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .field.newsletter .control:before {
    line-height: 46px;
    padding-left: 15px;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .field.newsletter .control input {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-coming-soon .content-coming-soon .heading .title {
    font-size: 120px;
    font-weight: 600;
  }
  .main-coming-soon .content-coming-soon .form-newsletter .block.newsletter .action.subscribe {
    padding: 0 15px;
  }
  .main-coming-soon .content-coming-soon .deal-timer .countdown span {
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  body.cms-coming-soon {
    padding-bottom: 0;
  }
}
/* End Coming Soon */
/* Shopping Cart */
@media (min-width: 640px) {
  .multicheckout .item-options {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .cart.table-wrapper .product-item-details {
    padding-top: 7px;
  }
  .modal-custom.authentication-dropdown {
    width: 800px;
    right: 0;
    margin-top: 10px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    top: 0;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) {
    padding: 1.5rem;
    border: 2px solid #eaeaea;
    border-radius: 12px !important;
    border-collapse: separate;
    margin-bottom: 30px;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) tr:first-child td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) tr:first-child th {
    padding-top: 1.2rem !important;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) th {
    padding: 0.5rem 2.5rem !important;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals {
    position: relative;
  }
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals td,
  .opc-block-summary .table-totals:not(.cart):not(.totals) .grand.totals th {
    padding: 1rem 2.5rem !important;
  }
  .opc-block-summary .items-in-cart {
    padding: 1rem 2.5rem 1rem;
    border: 2px solid #eaeaea;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 2rem auto;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper {
    padding-right: 1rem;
  }
  .opc-sidebar {
    padding-left: 1rem;
  }
  .opc-wrapper,
  .opc-sidebar {
    width: 50%;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-sidebar {
    margin: 0;
  }
  .cart-summary,
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: none;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    float: left;
  }
  .opc-progress-bar-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-inner .product-item-name-block {
    display: block;
  }
  .opc-block-summary .product-item .product-item-inner .subtotal {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
  .cart.table-wrapper .product-item-details {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0;
  }
  .custom-slide,
  .opc-sidebar {
    left: 0;
  }
  .checkout-index-index .header.content {
    padding-top: 30px;
  }
  .checkout-index-index .page-wrapper {
    padding-bottom: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    transform: translate(0, 0);
    position: static;
  }
  .modal-popup.modal-slide .modal-footer {
    padding-bottom: 0.5rem;
  }
  .modal-popup.modal-slide .modal-footer .action {
    margin-bottom: 1rem;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  .opc-sidebar .modal-inner-wrap {
    padding: 1.5rem;
  }
  .checkout-index-index._has-modal-custom header.page-header {
    z-index: -1;
  }
  .checkout-payment-method .payment-option,
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .form.payments .action-apply {
    position: static;
    background: #000;
    color: #fff;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 0 1.5rem 0;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    color: #222;
    font-weight: 600;
    display: inline-block;
  }
  .cart-totals {
    margin-top: 1.5rem;
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table .col {
    float: left;
    width: 50%;
    padding: 0.5rem 10px 0;
    text-align: left;
  }
  #shopping-cart-table .col.qty {
    margin-bottom: 8px;
  }
  #shopping-cart-table .col .price-including-tax,
  #shopping-cart-table .col .price-excluding-tax,
  #shopping-cart-table .col .field.qty {
    display: inline-block;
  }
  #shopping-cart-table .col.item {
    padding-top: 1rem;
  }
  #shopping-cart-table .col.actions {
    display: block;
    padding-bottom: 1rem;
    float: right;
  }
  #shopping-cart-table .col .actions-toolbar > a {
    padding: 0 1.25rem 0 0;
  }
  #shopping-cart-table .cart.item .item-actions {
    border-bottom: 1px solid #eeeeee;
  }
  #shopping-cart-table .cart.item:last-child .item-info {
    border-bottom: none;
  }
  #shopping-cart-table .cart.item .actions-toolbar {
    justify-content: flex-end;
  }
  .checkout-extra .fieldset.coupon .action.apply {
    position: static;
    color: #fff;
    background-color: #000;
    margin-bottom: 30px;
  }
  .cart.main.actions a.action {
    float: none;
  }
  .cart.main.actions .action {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 370px) {
  #shopping-cart-table .col {
    width: 100%;
    padding: 0;
  }
}
/* End Shopping Cart */
/* Newsletter Popup */
@media (max-width: 991.98px) {
  .modal_newsletter_popup.modal-slide .newsletter_popup {
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    max-width: 768px;
    width: calc(100% - 30px) !important;
  }
}
@media (min-width: 768px) {
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions {
    top: 0;
    right: 0;
    /*.action.subscribe {
					padding: 0;
					font-size: 0.875rem;
					line-height: 35px;
					border: none;
					color: #222;
					&:hover {
						&:extend(.color-primary);
					}
				}*/
  }
}
@media (max-width: 767.98px) {
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    transform: translateY(-50%) !important;
  }
  .modal_newsletter_popup.modal-slide .modal-inner-wrap {
    left: 15px;
    right: 15px;
    transform: translate(0, -50%);
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup {
    width: 100% !important;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe {
    padding: 20px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
    width: 100%;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .title h4 {
    font-size: 1.275rem;
    margin-bottom: 10px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter input {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions {
    position: static;
  }
  .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions .action.subscribe {
    margin-top: 10px;
  }
  .modal_newsletter_popup.modal-slide.hidden-on-mobile {
    display: none !important;
  }
  .modal_newsletter_popup.modal-slide.hidden-on-mobile + .modals-overlay {
    display: none !important;
  }
}
/* End Newsletter Popup */
/* Categories Page */
@media (max-width: 767.98px) {
  .products-list .product-items.list .product-item {
    padding: 30px 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-top {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-top {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-description {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    padding-top: 0;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-reviews-summary {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-description {
    display: none;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .products-list .product-items.list .product-item .product-item-info .product-item-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:before,
  .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-secondary .action:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .slide-text .category-banner h5 {
    margin: 0 0 0.5rem;
  }
  .slide-text .category-banner h2 {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header {
    z-index: 0;
  }
  .page-header .middle-header .logo {
    width: 100%;
  }
  .category-product-actions.show-breadcrumbs {
    z-index: 2;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .category-page-title .breadcrumbs {
    display: none;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .category-page-title .category-title {
    font-size: 1.5rem;
    padding: 22px 15px 21px;
    background: #f7f7f7;
    margin-top: 15px;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products {
    margin: 20px 15px 0 0;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder {
    display: block !important;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter {
    padding: 0;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .filter-placeholder .action-filter:after {
    content: "+";
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    text-transform: uppercase;
    color: #222;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    padding: 7px 15px;
    white-space: nowrap;
    margin-left: auto;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-size: 12px;
    color: #777;
    font-weight: 400;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sorter-options {
    padding: 0;
    margin: 0;
  }
  .category-product-actions.show-breadcrumbs .filter-wrapper .toolbar-products .toolbar-sorter.sorter .sort-desc {
    margin: 0;
  }
  .sidebar.sidebar-main {
    margin-top: 50px;
  }
  .sidebar.sidebar-main .block.filter {
    margin-bottom: 0 !important;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    bottom: 51px;
    z-index: 9998;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.3s;
  }
  .sidebar.sidebar-main .block.filter .filter-title {
    margin-top: 10px;
  }
  .sidebar.sidebar-main .block.filter .filter-title:after {
    font-family: Linearicons;
    content: '\e935';
    font-size: 20px;
    color: #9e9e9e;
    font-weight: 700;
    word-spacing: 0.1em;
    line-height: 1.1;
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 20px 0 0;
  }
  .sidebar.sidebar-main .block.filter .filter-content {
    display: block !important;
  }
  .sidebar.sidebar-main .active {
    transform: translateX(0) !important;
  }
}
@media (max-width: 575.98px) {
  .toolbar-products .sorter {
    margin-right: 0;
  }
  .sidebar .block .actions-toolbar .secondary .action {
    margin: 0;
  }
  .slider_mgs_carousel .owl-item .slide-text > * {
    padding: 15px;
  }
  .slide-text .category-banner h5 {
    margin: 0;
  }
  .slide-text .category-banner h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar .block .actions-toolbar .secondary .action {
    margin: 10px 0 0 0;
  }
  .cart-container .cart.main.actions.line .col-des-8 {
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .cart-container .cart.main.actions.line .col-des-4 {
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
}
/* End Categories Page */
/* Product Detail */
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset,
  .catalog-product-view .block-bundle-summary .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .box-tocart .actions,
  .catalog-product-view .block-bundle-summary .box-tocart .actions {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    width: 130px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    flex-grow: 1;
    margin: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links + .field.qty {
    width: calc(100% - 56px) !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-social-links .share-this-container {
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons {
    width: 100%;
    text-align: center !important;
    margin-top: 17px;
    background-color: #f1f1f1;
    padding: 5px 0 6px;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons .st-btn {
    margin-right: 15px !important;
    background: none !important;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .product-addto-links + .field.qty {
    width: calc(100% - 56px);
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view .column.main > .lookbook-container,
  .catalog-product-view .column.main .block.related,
  .catalog-product-view .column.main .block.upsell,
  .catalog-product-view .column.main .block.brand-related-products {
    margin: 40px 0 0;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-main {
    margin-top: 40px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 1.575rem;
  }
  .catalog-product-view .bundle-options-container .block-bundle-summary,
  .catalog-product-view .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
    padding: 0 !important;
    background: none;
  }
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title + br,
  .catalog-product-view .bundle-options-container .bundle-options-wrapper .product-options-wrapper .action.back.customization {
    display: none !important;
  }
}
@media (max-width: 639.98px) {
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody + tbody tr {
    border-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr {
    border: 1px solid #eaeaea;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td {
    border: none;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.item .product-item-name {
    display: inline-block;
    font-weight: 400;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.qty {
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped .table.grouped tbody tr td.col.qty .control.qty {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .catalog-product-view .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .block-bundle-summary .box-tocart .product-addto-links + .field.qty {
    width: calc(100% - 56px);
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset,
  .catalog-product-view .block-bundle-summary .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .box-tocart .actions,
  .catalog-product-view .block-bundle-summary .box-tocart .actions {
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    flex-grow: 1;
    margin: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links + .field.qty {
    width: calc(100% - 56px) !important;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-social-links .share-this-container {
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons {
    width: 100%;
    text-align: center !important;
    margin-top: 17px;
    background-color: #f1f1f1;
    padding: 5px 0 6px;
  }
  .catalog-product-view .product-info-main .product-social-links .action.tocompare ~ .sharethis-inline-share-buttons .st-btn {
    margin-right: 15px !important;
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .product.info.detailed .product.data.items {
    border: none;
  }
  .product.info.detailed .product.data.items > .item.content {
    -webkit-order: unset;
    order: unset;
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 15px !important;
  }
  .product.info.detailed .product.data.items > .item.content + .data.item.title > .switch {
    border-top: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.title .switch,
  .product.info.detailed .product.data.items > .item.title.active .switch {
    padding: 4px 40px 5px 15px;
    border: 1px solid #eaeaea;
    font-size: 1rem;
    position: relative;
  }
  .product.info.detailed .product.data.items .item.title > .switch:after {
    font-family: "Linearicons";
    content: "\e936";
    position: absolute;
    right: 14px;
    top: 4px;
  }
  .product.info.detailed .product.data.items .item.title.active > .switch:after {
    content: "\e937";
  }
}
@media (max-width: 639.98px) {
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper {
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper tbody tr + tr {
    padding-top: 15px;
  }
  .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.table-wrapper tbody tr td {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .product.info.detailed .block.review-add .field {
    margin: 0 0 10px;
  }
  .product.info.detailed .block.review-add .fieldset {
    margin: 0;
  }
  .product.info.detailed .block.review-add .review-field-nickname,
  .product.info.detailed .block.review-add .review-field-summary {
    width: 100%;
    padding: 0 !important;
  }
}
/* End Product Detail */
@media (max-width: 991px) {
  .disable-mobile-hover .products-grid .items .product-item .product-top .product-item-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .disable-mobile-hover .products-grid .items .product-item .product-top .product-item-inner {
    position: static;
  }
}
/* Home Simple */
@media (max-width: 1199.98px) {
  .block-deal {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .owl-categories .content {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .section-title .subtitle {
    display: inline-block;
  }
  .section-title .subtitle + .btn {
    float: right;
  }
}
@media (max-width: 1199.98px) {
  .slider_home_simple .inner-text .info {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slider_home_simple .item-image {
    min-height: 500px;
  }
  .slider_home_simple .inner-text .title {
    font-size: 80px;
  }
  .slider_home_simple .inner-text.full-width {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .slider_home_simple .inner-text .title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 1199.98px) {
  .banner-home-simple .mgs-promobanner.promobanner .banner-text span.sub-title {
    margin-top: 0;
  }
}
.banner-deal-home {
  background-position: center;
}
@media (max-width: 1199.98px) {
  .banner-deal-home .banner-deal {
    max-width: 50%;
  }
  .banner-deal-home .banner-deal .title > span {
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .banner-deal-home .banner-deal .title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .banner-deal-home .banner-deal {
    max-width: 100%;
  }
  .banner-deal-home .banner-deal .title {
    letter-spacing: 0.1em;
  }
  .banner-deal-home .banner-deal .title > span {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: left;
  }
  .tab-not-bold .mgs-product-tab .mgs-tab .item.title.item1 a.switch {
    padding-left: 0 !important;
  }
}
/* End Home Simple */
/* Home Modern */
@media (max-width: 1199.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .item-image {
    min-height: 650px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text {
    max-width: 100%;
  }
  .btn-catelink2.tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: center;
  }
  .banner-deal-modern {
    max-width: 60%;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 50px;
    line-height: 1.2;
  }
  .btn-radius-modern.tab-not-bold .mgs-product-tab .mgs-tab {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-deal-modern {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .slider-home-modern .slider_mgs_carousel .owl-item .item-image {
    min-height: 400px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 35px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .item-image {
    min-height: 450px;
  }
  .slider-home-modern .slider_mgs_carousel .owl-item .inner-text .info {
    display: none;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-name {
    line-height: 1;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-name a {
    font-size: 2rem;
    line-height: 1;
  }
  .single-deal .product-item-info.template-2 .product-item-details .product-item-description {
    display: none;
  }
  .single-deal .product-item-info.template-2 .product-item-details .deal-timer .time-note span,
  .single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span {
    width: 25%;
  }
}
/* End Home Modern */
/* Home Metro */
@media (max-width: 767.98px) {
  .title-home-metro .mgs-heading h1 {
    font-size: 50px;
  }
  .sub-title-metro p {
    font-size: 16px;
    line-height: 1.5;
  }
  .newsletter-home-v2 .block.newsletter {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .title-home-metro .mgs-heading h1 {
    font-size: 45px !important;
  }
  .promobanner-v4 .promobanner .banner-text .title {
    font-size: 1.5rem;
    white-space: inherit;
  }
}
/* End Home Metro */
/* Home Full Slider */
@media (max-width: 1199.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 50px;
    line-height: 60px;
  }
  .full-slider .subcribe {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .info {
    display: none;
  }
  .full-slider .subcribe .content-subcribe {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .full-slider .slider_mgs_carousel .owl-item .item-image {
    height: calc( 100vh - 52px);
  }
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 45px;
    line-height: 55px;
  }
  .full-slider .subcribe {
    position: static;
    max-width: 100%;
  }
  .full-slider .subcribe .content-subcribe {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(-70%);
    opacity: 0;
    z-index: -1111;
    visibility: hidden;
    padding: 40px;
    transition: all 400ms;
  }
  .full-slider .subcribe .action-newsletter-mb {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 1;
  }
  .full-slider .subcribe .action-newsletter-mb .icon {
    display: inline-block;
    background-color: #f54b35;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
  }
  .full-slider .subcribe .action-newsletter-mb .icon:before {
    content: "\e699";
    display: block;
    font-family: linearicons;
    font-size: 20px;
    color: #fff;
  }
  .full-slider .subcribe.active .action-newsletter-mb .icon:before {
    content: "\e935";
  }
  .full-slider .subcribe.active:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 400ms;
  }
  .full-slider .subcribe.active .content-subcribe {
    opacity: 1;
    transform: translateY(-50%);
    z-index: 1;
    visibility: visible;
  }
}
@media (max-width: 575.98px) {
  .full-slider .slider_mgs_carousel .owl-item .inner-text .title {
    font-size: 40px;
    line-height: 50px;
  }
  .full-slider .subcribe .content-subcribe {
    max-width: 90%;
    padding: 30px 30px 40px;
  }
  .full-slider .subcribe .content-subcribe div.mage-error[generated] {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.1;
  }
}
/* End Home Full Slider */
/* Home Best Selling */
@media (min-width: 992px) {
  .product-ultra-grid .banner-url.even-banner .banner-content .price-box {
    margin: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter .newsletter-home.newsletter-color {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-selling {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
  .section-newsletter {
    padding-top: 15px !important;
  }
  .section-newsletter .newsletter-home.newsletter-color .block.newsletter .content .field.newsletter .control:before {
    margin-left: 5px;
  }
}
/* End Home Best Selling */
/* Home Full Width */
@media (max-width: 1199.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .title + .sub-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .home-full-width .slider_mgs_carousel .inner-text .sub-text {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-full-width > div {
    margin: 0 15px !important;
  }
}
/* End Home Full Width */
/* Home Boxed */
@media (max-width: 991.98px) {
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title,
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title.color-white {
    font-size: 2.5rem;
    line-height: 45px;
  }
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info,
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info.color-white {
    margin: 15px 7px 15px;
  }
}
@media (max-width: 767.98px) {
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .title {
    margin-bottom: 30px;
  }
  .slider-home-boxed .slider_mgs_carousel .owl-item .slide-text .info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .feature-product .mgs-product-tab {
    margin-top: 60px;
  }
  .feature-product .mgs-product-tab .product.mgs-tab {
    text-align: left;
  }
  .feature-product .heading-block .mgs-heading .heading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature-product .mgs-product-tab {
    margin-top: 85px;
  }
}
/* End Home Boxed */
/* Home Minimal */
@media (max-width: 991.98px) {
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text .inner-text .title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.top_center {
    margin-top: 5%;
  }
  .slider-home-minimal .slider_mgs_carousel .owl-item .slide-text.middle_left .sub-text {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .slider-home-minimal .owl-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-home-minimal.minimal-top {
    padding-top: 150px !important;
  }
  .product-home-minimal.minimal-top .content-heading {
    margin-bottom: -95px;
  }
  .product-home-minimal.minimal-top .content-heading .title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .section-builder.minimal-text {
    padding: 70px 0 !important;
  }
  .section-builder.minimal-text .mgs-heading .heading {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .product-home-minimal.minimal-top {
    padding-top: 50px !important;
  }
}
/* End Home Minimal */
/* Home Carousel  */
@media (max-width: 991.98px) {
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .item-image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .item-image img {
    opacity: 0;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text {
    padding: 0 40px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .title {
    font-size: 40px;
    line-height: 45px;
  }
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info {
    padding-left: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .carousel-overflow-visiable .owl-carousel .owl-stage-outer .owl-item .item .slide-text .info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .head-carousel .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .head-carousel .sub-head-carousel {
    padding-top: 50px;
    padding-left: 0;
  }
  .head-carousel span.line {
    margin: 0 0 40px;
  }
  .sub-product .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .banner-carousel {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .head-carousel .title {
    font-size: 25px;
  }
  .sub-product .title {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner-carousel {
    max-width: 100%;
  }
}
/* End Home Carousel */
@media (max-width: 480px) {
  .services.shop-services {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper {
    flex-wrap: wrap;
  }
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper .toolbar-products,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper .toolbar-products,
  body.page-layout-2columns-left .category-product-actions.have-title .filter-wrapper .category-page-title,
  body.page-layout-2columns-right .category-product-actions.have-title .filter-wrapper .category-page-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-layout-2columns-left .category-product-actions.have-title .toolbar .sorter,
  body.page-layout-2columns-right .category-product-actions.have-title .toolbar .sorter {
    margin-left: auto;
  }
  body.page-layout-2columns-left .sidebar > .block.filter .filter-content,
  body.page-layout-2columns-right .sidebar > .block.filter .filter-content {
    display: block !important;
  }
}
/* Home Classic */
@media (max-width: 991.98px) {
  .slider_mgs_carousel .slide-text .white-text > p {
    display: none;
  }
  .slider_mgs_carousel .slide-text .white-text > h3 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .indent-top .services.shop-services {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .slider_mgs_carousel .item-image {
    min-height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slider_mgs_carousel .item-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .slider_mgs_carousel .slide-text .white-text > h3 {
    font-size: 2rem;
  }
  .slider_mgs_carousel .slide-text .white-text .btn.btn-light {
    display: none;
  }
}
/* End Slider Home Classic */
/*Email to a Friend*/
@media (max-width: 767.98px) {
  .form.send.friend .flex-info,
  .form.send.friend .fieldset.invite {
    display: block;
  }
}
/*End Email to a Friend*/
/* Create Shipping Address */
@media (max-width: 991.98px) {
  .form-address-edit > .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .form-address-edit .actions-toolbar {
    text-align: center;
  }
  .form-address-edit .actions-toolbar .secondary {
    position: relative;
    margin-left: 0;
  }
}
/* End Create Shipping Address */
@media (max-width: 991.98px) {
  .col-des-3:has(.product-item-info) {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .col-des-3:has(.product-item-info) {
    display: flex;
    justify-content: center;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .promobanner-block .promobanner .banner-text {
    width: 100% !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMgs%5C%2Fsupro%5C%2Fen_US%5C%2Fcss%5C%2Fmgs_theme_responsive.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAgCA%3BEACI%2CaAAA%3B%3B%3BAAQJ%3BEACI%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2C8BAAA%3B%3B%3BAAIJ%3BEACI%2CuBAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2CqBAAA%3B%3B%3BAAIJ%3BEACI%2C4BAAA%3B%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2C0BAAA%3B%3B%3BAAIJ%3BEACI%2C2BAAA%3B%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3B%3B%3BAAaJ%2CQAT0B%3BEACtB%3BIACI%2CYAAA%3B%3B%3B%3B%3BAA4BJ%2CQApB0B%3BEAoB1B%3BIAnBI%2CoBAAA%3B%3BEACA%2CIAAC%3BEACD%2CIAAC%3BEACD%2CIAAC%3BEACD%2CIAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CIAAC%2CcAAe%2CkBAAkB%3BEAClC%2CIAAC%2CSAAU%2COAAM%2CYAAa%2CkBAAkB%3BEAChD%2CIAAC%2CYAAa%2COAAM%2CYAAa%2CcAAc%3BEAC%5C%2FC%2CIAAC%2CaAAc%2COAAM%2CYAAa%2CcAAc%3BIAC5C%2CmBAAA%3B%3BEAOR%2CIAJI%3BIACI%2CcAAA%3B%3B%3BAAMZ%2CQAHiC%3BEAGjC%3BIAFQ%2CkBAAA%3B%3B%3BAAIR%2CMAAM%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAoBF%2CQAnB0B%3BEACtB%2CMAFF%2CYAEG%2CYAAa%2CaACV%2CeAAc%3BIACV%2CYAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CMAFF%2CYAEG%2CYAAa%2CaAMV%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIA1IZ%2CWA2IuB%2CaA3IvB%3B%3BEAkII%2CMAFF%2CYAEG%2CYAAa%2CaAMV%2CiBAKI%3BIACI%2CcAAA%3B%3B%3BAAgEhB%2CQA1D0B%3BEA0D1B%2CMA9EE%2CYAqBE%2CaAAY%2CiBACR%3BIACI%2CcAAA%3B%3BEAuDZ%2CMA9EE%2CYAqBE%2CaAAY%2CiBAKR%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CkDAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIAvKZ%2CWAwKuB%2CgBAxKvB%3BIAQA%2CqBAAA%3B%3BEAsMA%2CMA9EE%2CYAqBE%2CaAAY%2CiBAuBR%2CeAAc%3BIACV%2CSAAS%2CEAAT%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAIR%2CMA1DF%2CYA0DG%2CYACG%2CaAAY%2CiBACR%2CeAAc%3BIACV%2CYAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CMA1DF%2CYA0DG%2CYACG%2CaAAY%2CiBAMR%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIAnMhB%2CWAoM2B%2CaApM3B%3B%3BEA0LI%2CMA1DF%2CYA0DG%2CYACG%2CaAAY%2CiBAMR%2CiBAKI%3BIACI%2CcAAA%3B%3B%3BAAvExB%2CMAAM%2CYA8EF%3B%3B%3BAAQQ%2CQAN0B%3BEAM1B%2CMAtFN%2CYA8EF%2CaACK%2CgBAAiB%2CkBAEV%2CYAAW%2CgBAAiB%2CQAAO%2CMAAO%3BIACtC%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAeZ%2CQAZ8B%3BEAElB%2CMAxFd%2CYA8EF%2CaACK%2CgBAAiB%2CkBAQT%2COACI%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CMAvFV%2CYA8EF%2CaACK%2CgBAAiB%2CkBAQT%2COAMG%3BIA7NhB%2CWA8N%2BB%2CaA9N%5C%2FB%3B%3B%3BAA0OQ%2CQAJ8B%2CuBAAuB%3BEAIrD%2CMA1GN%2CYA8EF%2CaAsBI%2CiBACK%3BIAEO%2CaAAA%3BIACA%2CmBAAA%3B%3B%3BAAWR%2CQAN8B%3BEAM9B%2CMAnHN%2CYA8EF%2CaAsBI%2CiBAQK%3BIAEO%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAjHpB%2CMAAM%2CYA8EF%2CaAwCI%3B%3B%3B%3B%3BAAOI%2CQAH2B%2CwBAAwB%3BEAGnD%2CMA7HN%2CYA8EF%2CaAwCI%3BIAKQ%2CiBAAA%3B%3B%3BAAKJ%2CQAH0B%2CuBAAwB%3BEAGlD%2CMAhIN%2CYA8EF%2CaAwCI%3BIAQQ%2CiBAAA%3B%3B%3BAAmBJ%2CQAjB0B%3BEAiB1B%2CMAjJN%2CYA8EF%2CaAwCI%3BIAWQ%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CkDAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIA7QZ%2CWA8QuB%2CgBA9QvB%3BIAQA%2CqBAAA%3B%3B%3BAAgRQ%2CQAP0B%3BEAO1B%2CMAxJN%2CYA8EF%2CaAwCI%3BIA4BQ%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CQAAQ%2CkBAAR%3B%3B%3BAAKR%2CQAHiC%3BEAGjC%2CMA3JF%2CYA8EF%2CaAwCI%3BIAmCQ%2CWAAA%3B%3B%3BAAsBR%2CQAlB0B%3BEAkB1B%2CMA%5C%2FKF%2CYA8EF%2CaAgFQ%3BIACI%2CcAAA%3B%3BEAgBR%2CMA%5C%2FKF%2CYA8EF%2CaAoFQ%2CeAAc%3BIACV%2CSAAS%2CEAAT%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3B%3BAAoER%2CQAjE0B%3BEAiE1B%2CMAhPF%2CYA8EF%2CaAkGQ%2CcACM%3BIACE%2CwBAAA%3B%3BEA8DZ%2CMAhPF%2CYA8EF%2CaAkGQ%2CcAKI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIA%5C%2FThB%2CWAgU2B%2CgBAhU3B%3B%3BEAgXI%2CMAhPF%2CYA8EF%2CaAkGQ%2CcAKI%2CgBAaI%3BIACI%2CaAAA%3B%3BEA6ChB%2CMAhPF%2CYA8EF%2CaA0HQ%2CkBACM%3BIACE%2CwBAAA%3B%3BEAsCZ%2CMAhPF%2CYA8EF%2CaA0HQ%2CkBAKI%3BIACI%2CMAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIA7VhB%2CWA8V2B%2CgBA9V3B%3B%3BEAgXI%2CMAhPF%2CYA8EF%2CaA0HQ%2CkBAKI%2CYAmBI%2CQAAO%2CMAAO%3BIACV%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAchB%2CMAhPF%2CYA8EF%2CaA0HQ%2CkBA8BI%3BIACI%2CaAAA%3B%3BEASZ%2CMAhPF%2CYA8EF%2CaA0HQ%2CkBAkCI%2CsBAAsB%3BIAClB%2CkBAAA%3B%3B%3BAAkBZ%2CQAZ8B%3BEAY9B%2CMA7PF%2CYA8EF%2CaAkKI%2CeAAe%3BIAEP%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAUR%2CMA7PF%2CYA8EF%2CaAkKI%2CeAAe%2CcAIP%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAOZ%2CMA7PF%2CYA8EF%2CaAkKI%2CeAAe%2CcAIP%2CeAII%3BIACI%2CeAAA%3B%3B%3BAAqBZ%2CQAd0B%3BEAElB%2CMAlQd%2CYA8EF%2CaAiLI%2CcAES%2COACI%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CMAjQV%2CYA8EF%2CaAiLI%2CcAES%2COAMG%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIAzYpB%2CWA0Y%2BB%2CaA1Y%5C%2FB%3B%3B%3BAA0aI%2CQA5B8B%3BEA4B9B%2CMA1SF%2CYA8EF%2CaAiLI%2CcAgBQ%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAiBZ%2CMA1SF%2CYA8EF%2CaAiLI%2CcAgBQ%2CsBAYI%3BIACI%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAYhB%2CMA1SF%2CYA8EF%2CaAiLI%2CcAgBQ%2CsBAYI%2CIAKI%3BIACI%2CaAAA%3B%3BEASpB%2CMA1SF%2CYA8EF%2CaAiLI%2CcAuCU%3BIACE%2CaAAA%3B%3B%3BAASR%2CQAH2B%2CwBAAwB%3BEAGnD%2CMAhTN%2CYA8EF%2CaA8NI%3BIAEQ%2CeAAA%3B%3B%3BAAKR%2CQAH%2BB%3BEAG%5C%2FB%2CMAnTF%2CYA8EF%2CaA8NI%3BIAKQ%2CeAAA%3B%3B%3BAAcR%2CQAT8B%3BEAS9B%2CMA%5C%2FTF%2CYA8EF%2CaAuOI%3BIAEQ%2CcAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAKR%2CMA%5C%2FTF%2CYA8EF%2CaAuOI%2CeAMU%3BIACE%2CcAAA%3B%3B%3BAAWR%2CQAH0B%3BEAG1B%2CMAvUN%2CYA8EF%2CaAqPI%3BIAEQ%2CeAAA%3B%3B%3BAAOJ%2CQAL0B%3BEAK1B%2CMA5UN%2CYA8EF%2CaAqPI%2CMAKQ%3BIACI%2CaAAA%3B%3B%3BAAQZ%2CQAL8B%3BEACtB%2CMA7UV%2CYA8EF%2CaAqPI%2CMAUS%2CYAAa%3BIACV%2CaAAA%3B%3B%3BAASZ%2CQAH8B%3BEAG9B%2CMAvVF%2CYA8EF%2CaAqQK%2CcAAc%2CUAAW%2CMAAK%2CaAAa%2CYAAa%3BIAEjD%2CaAAA%3B%3B%3BAA0GZ%2CQAnG0B%3BEAGd%2CMA%5C%2FVV%2CYA6VE%2CgBACI%2CkBACK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAoFhB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBAgBI%3BIACI%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CqBAAA%3B%3BEAsEhB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBA8BI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAgEhB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBA8BI%2CeAKI%2CQAAO%3BIACH%2CcAAA%3B%3BEA6DpB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBA8BI%2CeASM%3BIACE%2CgBAAA%3B%3BEAyDpB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBA8BI%2CeAaI%2CUAAS%3BIACL%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%2CMA7YlB%2CYA6VE%2CgBACI%2CkBA8BI%2CeAaI%2CUAAS%2CMAIJ%3BIACG%2CgBAAA%3B%3BEAiDxB%2CMA%5C%2FbE%2CYA6VE%2CgBACI%2CkBAqDI%3BIACI%2CYAAY%2CmBAAZ%3B%3BEAKJ%2CMAzZV%2CYA6VE%2CgBA2DI%2CkBAAiB%2COACZ%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEAoChB%2CMA%5C%2FbE%2CYA6VE%2CgBA2DI%2CkBAAiB%2COAMb%3BIACI%2CWAAW%2CaAAX%3B%3BEAgChB%2CMA%5C%2FbE%2CYAoaE%2CkBACI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CkDAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAYZ%2CMA%5C%2FbE%2CYAubE%2CkBAAiB%2COACb%3BIACI%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAiFZ%2CQA7E0B%3BEA6E1B%2CMA5gBE%2CYAgcE%2CkBACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEA0EZ%2CMA5gBE%2CYAgcE%2CkBAKI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAoEZ%2CMA5gBE%2CYAgcE%2CkBAKI%2CeAKI%2CQAAO%3BIACH%2CaAAA%3B%3BEAiEhB%2CMA5gBE%2CYAgcE%2CkBAKI%2CeASM%3BIACE%2CaAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEA2DhB%2CMA5gBE%2CYAgcE%2CkBAKI%2CeAeM%3BIACE%2CoBAAA%3BIACA%2C6BAAA%3B%3BEAsDhB%2CMA5gBE%2CYAgcE%2CkBAKI%2CeAoBI%2CUAAS%3BIACL%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%2CMA7dd%2CYAgcE%2CkBAKI%2CeAoBI%2CUAAS%2CMAIJ%3BIACG%2CgBAAA%3B%3BEA8CpB%2CMA5gBE%2CYAgcE%2CkBAmCI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3B%3BEAoCZ%2CMA5gBE%2CYAgcE%2CkBA2CI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CqBAAA%3B%3BEAeZ%2CMA5gBE%2CYAgcE%2CkBAgEI%2CgBAAe%2CMACX%3BIACI%2CYAAA%3B%3BEAUhB%2CMA5gBE%2CYAgcE%2CkBAgEI%2CgBAAe%2CMAKX%3BIACI%2CYAAA%3B%3B%3BAAoChB%2CQA9B6B%3BEACzB%2CMA7gBF%2CYA6gBG%2CaAAc%2CaAAY%2CQAAS%3BIAChC%2CaAAA%3B%3BEAIA%2CMAlhBN%2CYAihBE%2CaACK%2CQACG%3BEADJ%2CMAlhBN%2CYAihBE%2CaACK%2CQAEG%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAJR%2CMAlhBN%2CYAihBE%2CaACK%2CQAOG%2CMAAM%3BIACF%2CSAAA%3B%3BEARR%2CMAlhBN%2CYAihBE%2CaACK%2CQAWG%3BIACI%2CiBAAA%3B%3BEAGJ%2CMAjiBV%2CYAihBE%2CaACK%2CQAeI%2CeAAgB%2CcAAc%2CaAAY%3BIACvC%2CiBAAA%3B%3B%3BAAcR%2CQAJ2B%2CwBAAwB%3BEAInD%2CMAhjBN%2CYA0iBF%2CaAAY%2CQACR%3BIAEQ%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAMJ%2CQAJ2B%3BEAI3B%2CMApjBN%2CYA0iBF%2CaAAY%2CQACR%3BIAMQ%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAASJ%2CQAP6B%3BEAO7B%2CMA3jBN%2CYA0iBF%2CaAAY%2CQACR%3BIAUQ%2CcAAA%3BIACA%2CkBAAA%3B%3BEACA%2CMAvjBV%2CYA0iBF%2CaAAY%2CQACR%2CYAYS%3BIACG%2CaAAA%3B%3B%3BAAwBZ%2CQArB8B%2CuBAAuB%3BEAqBrD%2CMAhlBF%2CYA0iBF%2CaAAY%2CQACR%2CYAiBQ%2CkBACI%2CMAAK%3BIACD%2CaAAA%3B%3BEAkBhB%2CMAhlBF%2CYA0iBF%2CaAAY%2CQACR%2CYAiBQ%2CkBAKI%2CYACI%3BIACI%2CaAAA%3B%3BEAapB%2CMAhlBF%2CYA0iBF%2CaAAY%2CQACR%2CYAiBQ%2CkBAKI%2CYAKI%2CMAAK%2CoBAAoB%3BIACrB%2CgBAAA%3B%3BEAEA%2CMAzkBtB%2CYA0iBF%2CaAAY%2CQACR%2CYAiBQ%2CkBAKI%2CYAKI%2CMAAK%2CoBAAoB%2CSAGpB%3BIACG%2CaAAA%3B%3B%3BAAa5B%2CQAL8B%3BEAK9B%2CMAvlBE%2CYA0iBF%2CaAAY%2CQAyCJ%2CeAAe%2CeAAe%3BIAC1B%2CaAAA%3B%3B%3BAAkBR%2CQAT2B%3BEAS3B%2CMAtmBF%2CYA4lBF%2CaAAY%2CQAEJ%2CcAAc%2CeAAe%3BIACzB%2C6BAAA%3B%3BEAOR%2CMAtmBF%2CYA4lBF%2CaAAY%2CQAMJ%2CeAAiB%3BIACb%2CiBAAA%3B%3B%3BAAoBR%2CQAjB2B%3BEAiB3B%2CMAvnBF%2CYA4lBF%2CaAAY%2CQAWJ%2CcAAgB%3BIACZ%2CaAAA%3B%3BEAeR%2CMAvnBF%2CYA4lBF%2CaAAY%2CQAeJ%2CiBAAiB%2CoBAAsB%3BIACnC%2CaAAA%3B%3BEAWR%2CMAvnBF%2CYA4lBF%2CaAAY%2CQAmBJ%3BIACI%2CyBAAA%3B%3BEAOR%2CMAvnBF%2CYA4lBF%2CaAAY%2CQAuBJ%2CiBAAgB%3BIACZ%2CiBAAA%3B%3B%3BAA2BR%2CQAxB0B%2CuBAAwB%3BEAC9C%2CMAxnBN%2CYA4lBF%2CaAAY%2CQA4BH%2CeAAgB%3BIACb%2CSAAA%3B%3BEADJ%2CMAxnBN%2CYA4lBF%2CaAAY%2CQA4BH%2CeAAgB%2CcAGb%3BIACI%2CaAAA%3B%3BEAJR%2CMAxnBN%2CYA4lBF%2CaAAY%2CQA4BH%2CeAAgB%2CcAOb%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAXR%2CMAxnBN%2CYA4lBF%2CaAAY%2CQA4BH%2CeAAgB%2CcAOb%2CeAMI%3BIACI%2CkBAAA%3B%3BEAdZ%2CMAxnBN%2CYA4lBF%2CaAAY%2CQA4BH%2CeAAgB%2CcAOb%2CeAUI%3BIACI%2CeAAA%3B%3B%3BAA4ChB%2CQAvC0B%3BEAuC1B%2CMAtrBF%2CYA4lBF%2CaAAY%2CQAoDJ%3BIACI%2CkBAAA%3B%3BEAqCR%2CMAtrBF%2CYA4lBF%2CaAAY%2CQAoDJ%2CcAGI%2CMAAK%2CWAAY%3BIACb%2CkBAAA%3BIACA%2CWAAA%3B%3BEAiCZ%2CMAtrBF%2CYA4lBF%2CaAAY%2CQAoDJ%2CcAQI%2CeAAe%3BIACX%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CMA7pBd%2CYA4lBF%2CaAAY%2CQAoDJ%2CcAQI%2CeAAe%2CMAKV%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAlqBd%2CYA4lBF%2CaAAY%2CQAoDJ%2CcAQI%2CeAAe%2CMAUV%3BIACG%2CWAAA%3B%3BEAGJ%2CMAtqBd%2CYA4lBF%2CaAAY%2CQAoDJ%2CcAQI%2CeAAe%2CMAcV%3BIACG%2CWAAA%3B%3BEAehB%2CMAtrBF%2CYA4lBF%2CaAAY%2CQAoDJ%2CcA2BI%2CQAAO%3BIACH%2COAAA%3BIACA%2CWAAA%3B%3BEAEA%2CMA%5C%2FqBd%2CYA4lBF%2CaAAY%2CQAoDJ%2CcA2BI%2CQAAO%2COAIF%3BIACG%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAyBpB%2CQApB8B%3BEAoB9B%2CMA1sBE%2CYA4lBF%2CaAAY%2CQA2FJ%3BIACI%2CcAAA%3B%3BEAkBZ%2CMA1sBE%2CYA4lBF%2CaAAY%2CQA%2BFJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CMA%5C%2FrBN%2CYA4lBF%2CaAAY%2CQAmGH%2CeAAgB%2CcAAc%3BIAC3B%2CWAAA%3BIACA%2CUAAA%3BIACA%2C0BAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CMA%5C%2FrBN%2CYA4lBF%2CaAAY%2CQAmGH%2CeAAgB%2CcAAc%2CeAM3B%3BIACI%2CgBAAA%3B%3B%3B%3B%3BAA2DR%2CQA5C0B%3BEA4C1B%2CMA%5C%2FCN%2CYACF%2CQAAO%2CQACH%3BIAEQ%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAyCJ%2CMA%5C%2FCN%2CYACF%2CQAAO%2CQACH%2CWAKQ%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CMAZd%2CYACF%2CQAAO%2CQACH%2CWAKQ%2CcAKK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CMAxBd%2CYACF%2CQAAO%2CQACH%2CWAKQ%2CcAiBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAeZ%2CMA%5C%2FCN%2CYACF%2CQAAO%2CQACH%2CWAkCQ%3BIACI%2CaAAA%3B%3BEAGJ%2CMAxCV%2CYACF%2CQAAO%2CQACH%2CWAsCS%2COACG%2CcAAa%3BIA33B7B%2CWA43B%2BB%2CaA53B%5C%2FB%3BIAQA%2CqBAAA%3B%3B%3BAA83BI%2CQAL8B%3BEAK9B%2CMApDF%2CYACF%2CQAAO%2CQACH%2CWA8CQ%3BIACI%2CyBAAA%3B%3B%3BAAYJ%2CQAL0B%2CuBAAuB%3BEAKjD%2CMA7DV%2CYACF%2CQAAO%2CQAqDH%2CSACI%2CeAEQ%3BIACI%2CoBAAA%3B%3B%3BAASZ%2CQAN8B%3BEAM9B%2CMAnEN%2CYACF%2CQAAO%2CQAqDH%2CSACI%3BIAOQ%2CoBAAA%3B%3BEAKR%2CMAnEN%2CYACF%2CQAAO%2CQAqDH%2CSACI%2CeAQQ%2CcAAa%2CIAAI%3BIACb%2CmBAAA%3B%3B%3BAAgBZ%2CQAV8B%3BEAU9B%2CMAhFN%2CYACF%2CQAAO%2CQAqDH%2CSAeI%2CeAEQ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAOZ%2CMAhFN%2CYACF%2CQAAO%2CQAqDH%2CSAeI%2CeAEQ%2CgBAII%3BIACI%2CqBAAA%3B%3B%3BAAmBpB%2CQAX8B%3BEAW9B%2CMA%5C%2FFF%2CYACF%2CQAAO%2CQAkFH%2CSAEQ%2CYAAY%3BIACR%2CeAAA%3BIACA%2CmBAAA%3B%3BEAQZ%2CMA%5C%2FFF%2CYACF%2CQAAO%2CQAkFH%2CSAOQ%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAkBR%2CQAZ0B%3BEAY1B%2CMA9GN%2CYACF%2CQAAO%2CQAgGH%2CSAEQ%2CeAAe%3BIACX%2CeAAA%3B%3BEAUR%2CMA9GN%2CYACF%2CQAAO%2CQAgGH%2CSAEQ%2CeAAe%2CcAGX%2CGAAE%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAwChB%2CQApC8B%3BEAoC9B%2CMAlJF%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%3BIACX%2CeAAA%3B%3BEAkCZ%2CMAlJF%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBAGX%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEA6BhB%2CMAlJF%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBAGX%2CcAKI%3BIACI%2CuBAAA%3B%3BEA0BpB%2CMAlJF%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBAGX%2CcAKI%2CcAGI%3BIACI%2CcAAA%3B%3BEAEA%2CMA7H1B%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBAGX%2CcAKI%2CcAGI%2CGAGK%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CMAlI1B%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBAGX%2CcAKI%2CcAGI%2CGAQK%2CIAAI%2CcAAe%3BIAChB%2CcAAA%3B%3BEAe5B%2CMAlJF%2CYACF%2CQAAO%2CQAgGH%2CSAcQ%2CeAAe%2CgBA0BX%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAA0BhB%2CQAnB8B%3BEAmB9B%2CMAxKF%2CYACF%2CQAAO%2CQAmJH%2CSAEQ%3BIACI%2C6BAAA%3BIACA%2CeAAA%3B%3BEAgBZ%2CMAxKF%2CYACF%2CQAAO%2CQAmJH%2CSAEQ%2CeAII%3BIACI%2CkBAAA%3B%3BEAahB%2CMAxKF%2CYACF%2CQAAO%2CQAmJH%2CSAEQ%2CeAII%2CgBAGI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEASpB%2CMAxKF%2CYACF%2CQAAO%2CQAmJH%2CSAEQ%2CeAII%2CgBAQI%3BIACI%2CgBAAA%3B%3B%3BAAuBpB%2CQAf8B%3BEAe9B%2CMA1LF%2CYACF%2CQAAO%2CQAyKH%2CSAAS%2CeAAe%3BIAEhB%2CeAAA%3B%3BEAcR%2CMA1LF%2CYACF%2CQAAO%2CQAyKH%2CSAAS%2CeAAe%2CgBAGhB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAWZ%2CMA1LF%2CYACF%2CQAAO%2CQAyKH%2CSAAS%2CeAAe%2CgBAQhB%3BIACI%2CgBAAA%3B%3BEAOZ%2CMA1LF%2CYACF%2CQAAO%2CQAyKH%2CSAAS%2CeAAe%2CgBAQhB%2CuBAGI%3BIACI%2CkBAAA%3B%3B%3B%3B%3BAAiBhB%2CQAL2B%3BEAK3B%2CQANH%2CKAEO%3BIACI%2CmBAAA%3B%3B%3BAAQR%2CQAL0B%2CuBAAwB%3BEAKlD%2CQAXH%2CKAOO%3BIACI%2CkBAAA%3B%3B%3BAAYR%2CQAT0B%3BEAElB%2CQAbX%2CKAYO%2CUAAU%2COACL%3BEACD%2CQAdX%2CKAYO%2CUAAU%2COAEL%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAeZ%2CQAX0B%2CuBAAuB%3BEAWjD%2CQA%5C%2FBH%2CKAqBO%2CMAAK%3BIACD%2CUAAU%2CgBAAV%3BIACA%2CWAAW%2CgBAAX%3B%3BEAQR%2CQA%5C%2FBH%2CKA0BO%3BIACI%2CUAAU%2CgBAAV%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAkBZ%2CQAf8B%3BEAe9B%2CQA9CC%3BIAgCO%2CeAAA%3B%3BEAcR%2CQA9CC%2CKAiCO%2CMAAK%3BIACD%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAUZ%2CQA9CC%2CKAuCO%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAmBR%2CQAb0B%3BEAa1B%2CQAdH%2CMAAO%3BIAEA%2CeAAA%3B%3BEAYJ%2CQAdH%2CMAAO%2CaAGA%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEASR%2CQAdH%2CMAAO%2CaAQA%3BIACI%2CUAAU%2CcAAV%3BIACA%2CWAAW%2CcAAX%3BIACA%2CcAAA%3B%3B%3BAAYR%2CQAT0B%3BEAS1B%2CQAvBH%2CMAAO%3BIAeA%2CeAAA%3B%3BEAQJ%2CQAvBH%2CMAAO%2CaAgBA%3BEAOJ%2CQAvBH%2CMAAO%2CaAiBA%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAUZ%2CQAP8B%3BEAO9B%2CQA9BC%2CMAAO%2CaAwBA%3BEAMR%2CQA9BC%2CMAAO%2CaAyBA%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3B%3B%3B%3BAAgBZ%2CQAP2B%3BEAO3B%2CaANI%2CYACI%3BIACI%2CcAAA%3B%3B%3BAASZ%2CQAL2B%2CwBAAwB%3BEAKnD%2CaAJI%3BIACI%2CgBAAA%3B%3B%3BAAgDR%2CQA7C2B%3BEA6C3B%2CaA5CI%3BIACI%2CiBAAA%3B%3BEA2CR%2CaA5CI%2CaAGI%3BIACI%2CoBAAA%3B%3BEAEA%2CaANR%2CaAGI%2CcAGK%3BIACG%2CaAAA%3B%3BEAqChB%2CaA5CI%2CaAWI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEA%2BBZ%2CaA3BI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAyBR%2CaA3BI%2CYAII%3BIACI%2CWAAA%3B%3BEAsBZ%2CaAlBI%2CmBACI%2CcACI%3BIACI%2CWAAA%3B%3BEAehB%2CaAlBI%2CmBAOI%3BIACI%2CoBAAA%3B%3BEAUZ%2CaANI%2CWACI%3BIACI%2CoBAAA%3B%3B%3BAAcZ%2CQAV0B%3BEAU1B%2CaATI%2CmBACI%2CqBACI%3BIACI%2CaAAA%3B%3B%3BAAyBhB%2CQAnB0B%3BEAmB1B%2CaAlBI%3BIACI%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAgBR%2CaAbI%3BIACI%2CkBAAA%3B%3BEAYR%2CaATI%3BIACI%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAOR%2CaATI%2CWAII%3BIACI%2CeAAA%3B%3B%3BAA8BZ%2CQA1B0B%3BEA0B1B%2CaAzBI%2CWACI%2CYACI%3BIACI%2CeAAA%3B%3BEAsBhB%2CaAzBI%2CWACI%2CYAKI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3B%3BEAgBhB%2CaAXI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CaANI%2CWACI%3BIACI%2CeAAA%3B%3B%3BAAgCZ%2CQA5B0B%3BEA4B1B%2CaA3BI%2CYACI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAuBZ%2CaA3BI%2CYAOI%3BIACI%2CUAAA%3B%3BEAmBZ%2CaAfI%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAaR%2CaAVI%2CmBACI%3BIACI%2CoBAAA%3B%3BEAQZ%2CaAJI%3BIACI%2CcAAA%3B%3B%3BAAsBZ%2CQAnB8B%3BEAmB9B%2CaAlBQ%2COACI%2CqBACI%2CcACI%3BIACI%2C4BAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3B%3BEAYxB%2CaAlBQ%2COACI%2CqBACI%2CcAOI%2CUACI%3BIACI%2CUAAA%3B%3B%3BAAyB5B%2CQAhB0B%3BEACtB%3BIACI%2CaAAA%3BIA7uCJ%2CeAAA%3B%3BEA4uCA%2CSAII%2CIAAG%3BIACC%2CUAAU%2CcAAV%3BIACA%2CWAAW%2CcAAX%3B%3BEAEA%2CSAJJ%2CIAAG%2CKAIE%3BEAAW%2CSAJhB%2CIAAG%2CKAIc%3BIACT%2CUAAA%3B%3B%3BAAkBhB%2CQAZ0B%3BEACtB%3BIACI%2CaAAA%3B%3BEADJ%2CSAGI%2CIAAG%3BIACC%2CcAAA%3B%3B%3B%3B%3BAA6CR%2CQArC0B%3BEAqC1B%2CIAtCA%2CQAEI%2CUACI%3BIACI%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAKI%2CIAZhB%2CQAEI%2CUAQI%2COACK%2COACI%3BIACG%2CQAAA%3BIACA%2CoBAAA%3B%3BEAwBpB%2CIAtCA%2CQAoBI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAeZ%2CIAtCA%2CQA2BI%2CQAAO%2CKACH%2CMAAK%2CcAAe%2CKAAI%3BEAUhC%2CIAtCA%2CQA2BI%2CQAAO%2CKAEH%2CaAAY%2CcAAe%2CKAAI%3BEASvC%2CIAtCA%2CQA2BI%2CQAAO%2CKAGH%2CMAAK%2CcAAe%2CKAAI%3BEAQhC%2CIAtCA%2CQA2BI%2CQAAO%2CKAIH%2CaAAY%2CcAAe%2CKAAI%3BEAOvC%2CIAtCA%2CQA2BI%2CQAAO%2CKAKH%2CMAAK%2CcAAe%2CKAAI%3BEAMhC%2CIAtCA%2CQA2BI%2CQAAO%2CKAMH%2CaAAY%2CcAAe%2CKAAI%3BIAC3B%2CiBAAA%3B%3B%3BAAyDZ%2CQArD0B%3BEAqD1B%2CIA3FA%2CQAuCI%2CQAAO%2CKACH%2CwBACI%2CiBACI%3BEAiDhB%2CIA3FA%2CQAuCI%2CQAAO%2CKACsB%2CmBACrB%2CiBACI%3BEAiDhB%2CIA3FA%2CQAuCI%2CQAAO%2CKAC0C%2CmBACzC%2CiBACI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEA%2BCpB%2CIA3FA%2CQAuCI%2CQAAO%2CKAUH%2CKACI%3BIACI%2CkBAAA%3B%3BEAwChB%2CIA3FA%2CQAuCI%2CQAAO%2CKAgBH%2CmBACM%3BEAmCd%2CIA3FA%2CQAuCI%2CQAAO%2CKAgBiB%2CmBACd%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAgChB%2CIA3FA%2CQAuCI%2CQAAO%2CKAwBH%3BIACI%2CSAAA%3BIACA%2CmBAAA%3B%3BEA0BZ%2CIA3FA%2CQAuCI%2CQAAO%2CKA6BH%2CiBAAgB%2CKACZ%3BIA50CZ%2CeAAA%3B%3BEAk2CA%2CIA3FA%2CQAuCI%2CQAAO%2CKA6BH%2CiBAAgB%2CKACZ%2CiBAGI%3BIACI%2CgBAAA%3B%3BEAMhB%2CIA%5C%2FEJ%2CQA%2BEK%2CuBACG%2CQAAO%2CKACH%2CiBACI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3B%3BAA0BxB%2CQApB8B%3BEAGd%2CIA9FZ%2CQA4FI%2CQAAO%2CKACH%2CMACK%2CMACG%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIQ%2CIArG5B%2CQA4FI%2CQAAO%2CKACH%2CMACK%2CMACG%2CGAII%2CGACK%2CIACI%3BIACG%2CWAAA%3B%3B%3B%3B%3B%3BAAiCpC%2CQAlB0B%3BEACtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAwBR%2CQAjB2B%3BEACvB%2CoBAAC%2CmBACG%3BIACI%2CgBAAA%3B%3BEAFR%2CoBAAC%2CmBACG%2CiBAGI%2CWACI%3BIACI%2CUAAA%3B%3BEANhB%2CoBAAC%2CmBAWG%3BIACI%2CaAAA%3B%3B%3BAAWZ%2CQAP0B%3BEAO1B%2CoBANI%2CgBACI%3BIACI%2CmBAAA%3B%3B%3BAAsBhB%2CQAlB8B%3BEAGd%2CoBAFP%2CmBACG%2CUACK%2COACG%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAYxB%2CoBANQ%2C0BACI%3BIACI%2CiBAAA%3B%3B%3BAAqBR%2CQAb0B%3BEAa1B%2CwBAdJ%2CmBAEQ%2CiBACI%2CkBAAkB%2CYACd%3BIACI%2CiBAAA%3B%3BEAShB%2CwBAdJ%2CmBAEQ%2CiBAOI%2CWAAW%3BIACP%2CeAAA%3B%3B%3BAAUhB%2CQAN8B%3BEAM9B%2CwBApBA%2CmBAeQ%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAYZ%2CQAL0B%3BEAK1B%2CkBAJI%3BIACI%2CeAAA%3B%3B%3BAAQZ%2CQAL8B%3BEAK9B%2CkBAJQ%3BIACI%2CeAAA%3B%3B%3B%3B%3BAAmBZ%2CQAT8B%3BEAS9B%2CaARQ%2CuBACI%2CeACI%3BIACI%2CeAAA%3B%3B%3BAAWhB%2CQAH2B%3BEAG3B%3BIAFI%2CkBAAA%3B%3B%3BAA6BJ%2CQA3B0B%3BEAIV%2CUAHZ%2CeACI%2CUACI%2CUACK%3BIACG%2CmBAAA%3B%3BEAGJ%2CUAPZ%2CeACI%2CUACI%2CUAKK%3BIACG%2CkBAAA%3B%3BEAGJ%2CUAXZ%2CeACI%2CUACI%2CUASK%3BEAAO%2CUAXpB%2CeACI%2CUACI%2CUASa%3BIACL%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAWpB%2CUA1BI%2CeACI%2CUAkBI%2CMAAK%3BEAOjB%2CUA1BI%2CeACI%2CUAkBwB%2CMAAK%3BEAOrC%2CUA1BI%2CeACI%2CUAkBgD%2CMAAK%3BIAC7C%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAUpB%2CQAL8B%3BEAK9B%2CUAJQ%3BIAhhDJ%2CeAAA%3B%3B%3BAAqiDA%2CQAd2B%3BEAc3B%2CUAbI%3BIACI%2CiBAAA%3B%3BEAYR%2CUAbI%2CWAGI%3BIACI%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3B%3B%3BAAaZ%2CQAT0B%3BEAS1B%2CUARI%3BIACI%2CmBAAA%3B%3BEAOR%2CUARI%2CWAGI%3BIACI%2CmBAAA%3B%3B%3BAAcZ%2CQAV0B%3BEAU1B%2CUATI%3BIACI%2CmBAAA%3B%3BEAQR%2CUATI%2CeAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAyBhB%2CQArB8B%3BEAqB9B%2CUApBQ%2CeACI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAiBhB%2CUAbQ%2CWACI%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEASpB%2CUAbQ%2CWACI%2CgBACI%2CYAII%3BIACI%2CiBAAA%3B%3B%3BAAuBxB%2CQAf0B%3BEACtB%2CUACI%3BEADQ%2CUACR%3BIACI%2CgBAAA%3B%3BEAFR%2CUAKI%3BEALQ%2CUAKR%3BIACI%2CgBAAA%3B%3B%3B%3B%3BAAsDZ%2CQA9C6B%3BEAErB%2CgBAAC%2CYACG%2COAAM%2CWAAY%2CSAAS%2CMAAK%3BIAC5B%2CmBAAA%3B%3BEAFR%2CgBAAC%2CYAKG%2COAAM%2CWAAY%2CSAAS%3BIAAU%2CWAAA%3B%3BEALzC%2CgBAAC%2CYAOG%2COAAM%2CWAAY%2CSAAS%2COAAM%2CWAC7B%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAVhB%2CgBAeI%2CkBAAkB%3BIACd%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAlBR%2CgBAqBI%2COAAM%2CWAAY%2CSAAS%3BIAAU%2CQAAA%3B%3BEArBzC%2CgBAuBI%2COAAM%2CWAAY%2CSAAS%2COAAM%2CWAC7B%3BIACI%2CkBAAA%3B%3BEAzBZ%2CgBAuBI%2COAAM%2CWAAY%2CSAAS%2COAAM%2CWAK7B%2CSAAQ%3BIACJ%2COAAA%3B%3BEA7BZ%2CgBAiCM%2CcACE%2COAAM%2CWAAY%2CSAAS%2COAAM%2CWAAY%3BIACzC%2CkBAAA%3B%3B%3B%3B%3B%3BAAgBR%2CQAJ0B%2CuBAAwB%3BEAIlD%2CeANQ%2CaACZ%2CaAAa%3BIAEL%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAMJ%2CQAJ0B%2CuBAAuB%3BEAIjD%2CeAVQ%2CaACZ%2CaAAa%3BIAML%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAMR%2CQAJ8B%3BEAI9B%2CeAdY%2CaACZ%2CaAAa%3BIAUL%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAQJ%2CQAH0B%2CuBAAwB%3BEAGlD%2CeApBQ%2CaAgBV%3BIAEM%2CkBAAA%3B%3B%3BAAKJ%2CQAH0B%2CuBAAuB%3BEAGjD%2CeAvBQ%2CaAgBV%3BIAKM%2CaAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CeA1BY%2CaAgBV%3BIAQM%2CaAAA%3B%3B%3B%3B%3BAAaR%2CQAL0B%3BEACtB%2CYAAC%3BIACG%2C2BAAA%3B%3B%3BAAcZ%2CQAX8B%3BEAW9B%2CYAVQ%2CYACI%2CWAAW%3BIACP%2CmBAAA%3B%3BEAQhB%2CYAVQ%2CYAKI%2CWAAW%3BIACP%2CmBAAA%3B%3B%3B%3B%3B%3BAAuBZ%2CQAX2B%3BEAW3B%2CeAVI%2CeACI%3BIACI%2CeAAA%3B%3BEAQZ%2CeAVI%2CeACI%2CUAGI%3BIACI%2CaAAA%3B%3B%3BAAqBhB%2CQAhB0B%3BEAgB1B%2CeAfI%2CoBACI%2CgBACI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CeARZ%2CoBACI%2CgBACI%2CqBAMK%3BIACG%2CiBAAA%3B%3B%3BAAgBxB%2CQAV8B%3BEAU9B%2CeATQ%3BIACI%2CcAAA%3B%3BEAQZ%2CeATQ%2CeAGI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3B%3BAAoBhB%2CQAd0B%3BEACtB%2CKAAK%2CKAAK%2CQAAS%2CSAAQ%3BIACvB%2CcAAA%3B%3BEAGJ%2CcAAe%2COAAO%2CcAAc%2CaAAa%2CoBAAoB%2CsBAAsB%2CmBAAqB%2CUAAO%3BIACnH%2CUAAA%3BIACA%2CQAAA%3BIA%5C%2FwDJ%2CWAgxDe%2CaAhxDf%3B%3B%3B%3B%3BAA2xDI%2CQAH0B%3BEAG1B%2CqBAJJ%2CcAAc%3BIAEN%2CgBAAA%3B%3B%3BAAKJ%2CQAH0B%3BEAG1B%2CqBAPJ%2CcAAc%3BIAKN%2CgBAAA%3B%3B%3BAAKJ%2CQAH0B%3BEAG1B%2CqBAVJ%2CcAAc%3BIAQN%2CgBAAA%3B%3B%3BAAOJ%2CQAL2B%3BEAK3B%2CqBAfJ%2CcAAc%2CSAWN%2CSAAQ%3BEAIZ%2CqBAfJ%2CcAAc%2CSAWiB%2CQAAO%3BEAIlC%2CqBAfJ%2CcAAc%2CSAW%2BB%2CSAAQ%3BIACzC%2CWAAA%3B%3B%3BAAMZ%2CQAH%2BB%3BEAG%5C%2FB%2CqBAlBA%2CcAAc%3BIAgBN%2CiBAAA%3B%3B%3BAAuBJ%2CQAhB0B%3BEAgB1B%2CoBAjBJ%2CeAAc%3BIAEN%2CeAAA%3B%3BEAeJ%2CoBAjBJ%2CeAAc%2CSAGN%3BIACI%2CeAAA%3B%3BEAaR%2CoBAjBJ%2CeAAc%2CSAON%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAQR%2CoBAjBJ%2CeAAc%2CSAYN%3BEAKJ%2CoBAjBJ%2CeAAc%2CSAYc%3BEAKxB%2CoBAjBJ%2CeAAc%2CSAYyC%2CcAAc%3BEAKjE%2CoBAjBJ%2CeAAc%2CSAYmE%3BIACrE%2CcAAA%3B%3B%3BAAcZ%2CQAViC%3BEAUjC%2CoBA3BA%2CeAAc%2CSAkBN%3BIACI%2CmBAAA%3B%3BEAEA%2CoBArBZ%2CeAAc%2CSAkBN%2CcAGK%3BIACG%2CgBAAA%3B%3B%3BAAYpB%2CQALiC%3BEAKjC%2CoBAJQ%2CiBAAmB%2CWAAS%2COAAM%3BIAC9B%2CmBAAA%3B%3B%3B%3B%3BAAaJ%2CQAH0B%3BEAG1B%2C0BAJJ%2CcAAc%3BIAEN%2CgBAAA%3B%3B%3BAAOJ%2CQAL2B%3BEAK3B%2C0BATJ%2CcAAc%2CSAKN%2CSAAQ%3BEAIZ%2C0BATJ%2CcAAc%2CSAKiB%2CQAAO%3BEAIlC%2C0BATJ%2CcAAc%2CSAK%2BB%2CSAAQ%3BIACzC%2CWAAA%3B%3B%3BAAMZ%2CQAH%2BB%3BEAG%5C%2FB%2C0BAZA%2CcAAc%3BIAUN%2CiBAAA%3B%3B%3BAAeR%2CQAT8B%3BEAC1B%2CoBAAC%2CcAAc%2CIAAI%2CgBACf%2CeAAe%3BIACX%2CUAAU%2CcAAV%3BIACA%2CWAAW%2CcAAX%3BIACA%2CeAAA%3B%3B%3BAA6BZ%2CQAzB6B%3BEACzB%2CoBAAC%2CcAAc%2CIAAI%2CgBACf%2CeAAe%3BIACX%2CUAAU%2CcAAV%3BIACA%2CWAAW%2CcAAX%3BIACA%2CeAAA%3B%3BEAoBZ%2CoBAhBI%2CwBAAwB%2CmBACpB%2CoBAAoB%3BIAChB%2CWAAA%3BIACA%2CeAAA%3B%3BEAaZ%2CoBAhBI%2CwBAAwB%2CmBAMpB%3BEAUR%2CoBAhBI%2CwBAAwB%2CmBAMA%3BEAU5B%2CoBAhBI%2CwBAAwB%2CmBAM2B%3BEAUvD%2CoBAhBI%2CwBAAwB%2CmBAMuC%3BIACvD%2CcAAA%3B%3BEASZ%2CoBAhBI%2CwBAAwB%2CmBAUpB%2CsBAAsB%3BIAClB%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAAcZ%2CQAV6B%3BEACzB%2CoBAAC%2CcAAe%3BIACZ%2CmBAAA%3B%3BEAEA%2CoBAHH%2CcAAe%2CcAGX%3BIACG%2CgBAAA%3B%3B%3BAAchB%2CQATiC%3BEACzB%2CoBAAC%2CcAAc%2CIAAI%2CgBACf%2CeAAe%3BIACX%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3B%3B%3B%3BAAwBhB%2CQAf6B%3BEACzB%2CmBAAoB%2CcAChB%3BIACI%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3B%3B%3B%3BAAyBZ%2CQAf6B%3BEACzB%2CoBACI%3BEADkB%2CqBAClB%3BIACI%2CcAAA%3B%3BEAFR%2CoBACI%2CoBAGI%3BEAJc%2CqBAClB%2CoBAGI%3BIACI%2CkBAAA%3B%3B%3B%3B%3BAAeR%2CQAJ0B%3BEAI1B%2CIALH%3BIAEO%2CiBAAA%3B%3B%3BAASA%2CQAL0B%2CuBAA0B%3BEAChD%2CIAPX%2CYAKG%2CiBAAiB%2CSAER%2CWAAW%2CKAAK%2CMAAO%2CMAAK%2CMAAO%3BIAChC%2C8BAAA%3B%3B%3BAAQZ%2CQALiC%3BEACzB%2CIAZX%2CYAKG%2CiBAAiB%2CSAOR%3BIACG%2CgBAAA%3B%3B%3BAAuDpB%2CQA%5C%2FC8B%3BEA%2BC9B%2CYAhDa%2CiBAAiB%2CSAAQ%2CKAAK%2CMAEnC%2CMAAK%2CMACD%3BIACI%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYATH%2CiBAAiB%2CSAAQ%2CKAAK%2CMAEnC%2CMAAK%2CMACD%2CQAMK%3BIACG%2CSAAS%2CGAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CYAnBC%2CiBAAiB%2CSAAQ%2CKAAK%2CMAEnC%2CMAAK%2CMAiBA%3BIACG%2CSAAA%3B%3BEADJ%2CYAnBC%2CiBAAiB%2CSAAQ%2CKAAK%2CMAEnC%2CMAAK%2CMAiBA%2COAGG%3BIACI%2CqCAAA%3B%3BEAEA%2CYAzBP%2CiBAAiB%2CSAAQ%2CKAAK%2CMAEnC%2CMAAK%2CMAiBA%2COAGG%2CQAGK%3BIACG%2CaAAA%3B%3BEAsBxB%2CYAhDa%2CiBAAiB%2CSAAQ%2CKAAK%2CMAgCjC%2CQAAK%2CQAAQ%3BIACX%2CSAAA%3B%3BEAeZ%2CYAhDa%2CiBAAiB%2CSAAQ%2CKAAK%2CMAoCnC%3BIACI%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2C0BAAA%3BIACA%2CeAAA%3B%3BEAOZ%2CYAhDa%2CiBAAiB%2CSAAQ%2CKAAK%2CMAoCnC%2CcAOI%3BIACI%2CgBAAA%3B%3B%3B%3B%3BAAiBZ%2CQAP0B%3BEAO1B%2CmBANI%3BIACI%2CUAAU%2CuBAAV%3BIACA%2CWAAW%2CuBAAX%3B%3B%3BAAUJ%2CQAL0B%3BEACtB%2CmBAFR%2CYAES%3BIACG%2CiBAAA%3B%3B%3BAAOR%2CQAJ6B%3BEAI7B%2CmBAVJ%3BIAOQ%2CmBAAA%3B%3B%3BAAUA%2CQAL6B%3BEAK7B%2CmBAjBR%2CYAUK%2CYAGO%3BEAIJ%2CmBAjBR%2CYAWK%2CWAEO%3BIACI%2CeAAA%3B%3B%3BAAuBR%2CQApB0B%2CuBAA0B%3BEAoBpD%2CmBArCR%2CYAUK%3BEA2BG%2CmBArCR%2CYAWK%3BIAOO%2CmBAAA%3BIACA%2CcAAA%3B%3BEAkBJ%2CmBArCR%2CYAUK%2CYAUO%3BEAiBJ%2CmBArCR%2CYAWK%2CWASO%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEAaR%2CmBArCR%2CYAUK%2CYAUO%2CgBAMI%3BEAWR%2CmBArCR%2CYAWK%2CWASO%2CgBAMI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAQZ%2CmBArCR%2CYAUK%2CYAUO%2CgBAYI%3BEAKR%2CmBArCR%2CYAWK%2CWASO%2CgBAYI%3BIACI%2CmBAAA%3B%3B%3BAAuBhB%2CQAnBiC%3BEAmBjC%2CmBAxDJ%2CYAUK%3BEA8CD%2CmBAxDJ%2CYAWK%3BIA2BO%2CeAAA%3BIACA%2CcAAA%3B%3BEAiBR%2CmBAxDJ%2CYAUK%2CYA8BO%3BEAgBR%2CmBAxDJ%2CYAWK%2CWA6BO%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAYZ%2CmBAxDJ%2CYAUK%2CYA8BO%2CgBAMI%3BEAUZ%2CmBAxDJ%2CYAWK%2CWA6BO%2CgBAMI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAQhB%2CmBAxDJ%2CYAUK%2CYA8BO%2CgBAWI%3BEAKZ%2CmBAxDJ%2CYAWK%2CWA6BO%2CgBAWI%3BIACI%2CcAAA%3B%3B%3B%3B%3BAAkBpB%2CQAL6B%3BEAK7B%2CmBANgB%2CqBAEV%3BIACE%2CUAAA%3B%3B%3BAASZ%2CQANiC%3BEAMjC%2CmBAZoB%2CqBAOZ%2CiBAAmB%2CWAAS%2COAAM%3BIAC9B%2CWAAA%3B%3B%3B%3B%3BAAwBR%2CQAb6B%3BEAa7B%2CqBAZI%3BIACI%2CmBAAA%3B%3BEAWR%2CqBAZI%2CmBAGI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBANR%2CmBAGI%2CYAGK%3BIACG%2CgBAAA%3B%3B%3BAAUpB%2CQALiC%3BEAKjC%2CqBAJQ%3BIACI%2CaAAA%3B%3B%3B%3B%3BAAsBR%2CQAZ8B%3BEAY9B%2CaAXI%2CqBACI%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAQZ%2CaAJI%2CiBAAgB%2CYAAY%2CIAAI%2CoBAAqB%3BIACjD%2CUAAA%3B%3B%3BAAaR%2CQAV6B%3BEAU7B%2CaATI%2CqBACI%2CYACI%3BIACI%2CeAAA%3B%3B%3BAA2BpB%2CQArBiC%3BEAqBjC%2CaApBQ%2CqBACI%3BIACI%2CiBAAA%3B%3BEAkBhB%2CaApBQ%2CqBAKI%3BIACI%2CUAAA%3B%3BEAchB%2CaApBQ%2CqBAKI%2CYAGI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAUpB%2CaALQ%2CiBAAgB%2CYAAY%2CIAAI%2CoBAAqB%3BIACjD%2CaAAA%3B%3B%3B%3B%3BAA6CZ%2CQAnC6B%3BEACzB%2CYAAY%2CYAAY%3BIACpB%2COAAA%3B%3BEADJ%2CYAAY%2CYAAY%2CcAGpB%3BIACI%2CgBAAA%3BIAjrER%2CWAkrEmB%2CgBAlrEnB%3BIAmrEQ%2CkBAAA%3B%3BEANR%2CYAAY%2CYAAY%2CcAGpB%2CkBAKI%2CYACI%3BIACI%2CaAAA%3B%3BEAVhB%2CYAAY%2CYAAY%2CcAGpB%2CkBAKI%2CYAKM%2CQACI%3BIACE%2CmBAAA%3BIACA%2CcAAA%3B%3BEAhBpB%2CYAAY%2CYAAY%2CcAGpB%2CkBAKI%2CYAKM%2CQACI%2CKAIE%3BEAlBpB%2CYAAY%2CYAAY%2CcAGpB%2CkBAKI%2CYAKM%2CQACI%2CKAIM%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEApBxB%2CYAAY%2CYAAY%2CcAGpB%2CkBAKI%2CYAKM%2CQACI%2CKASI%3BIACE%2CeAAA%3B%3B%3BAAqB5B%2CQAX6B%3BEACzB%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3B%3BAAaR%2CQAP2B%3BEACvB%3BIAAW%2CaAAA%3B%3B%3B%3B%3BAAmCf%2CQA5BiC%3BEA4BjC%2CmBA3BQ%3BIACI%2CuBAAA%3B%3BEA0BZ%2CmBAvBQ%2CiBAAiB%3BIACb%2CUAAA%3B%3BEAsBZ%2CmBAnBQ%2CyBACM%2CMACE%3BEAiBhB%2CmBAnBQ%2CyBACM%2CMACK%2COAAM%2COAAO%3BIACZ%2CmBAAA%3B%3BEAgBpB%2CmBAnBQ%2CyBACM%2CMAME%2CWAAW%3BIACP%2CmBAAA%3B%3BEAWpB%2CmBALQ%2CyBAAyB%3BIACrB%2CmBAAA%3B%3B%3B%3B%3BAAwDR%2CQA9C6B%3BEA8C7B%3BIA7CI%2CiBAAA%3B%3BEA6CJ%2CiBA5CI%2CqBACI%2CSACI%3BIACI%2CiBAAA%3B%3BEAyChB%2CiBA5CI%2CqBACI%2CSAKI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAoChB%2CiBA5CI%2CqBAYI%3BIACI%2CgBAAA%3B%3BEA%2BBZ%2CiBA5CI%2CqBAgBI%3BIACI%2CgBAAA%3B%3BEA2BZ%2CiBA5CI%2CqBAgBI%2CiBAGI%2COAAM%2CWACF%2CQAAO%3BIACH%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAKI%2CiBA5BpB%2CqBAgBI%2CiBAGI%2COAAM%2CWAOF%2COAAM%2CWACF%2CSACK%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAc5B%2CiBA5CI%2CqBAgBI%2CiBAGI%2COAAM%2CWAOF%2COAAM%2CWACF%2CSAMI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAyBhC%2CQAjBiC%3BEAiBjC%2CiBAhBQ%2CqBACI%2CSAAS%3BIACL%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAahB%2CiBAhBQ%2CqBAMI%2CiBAAiB%2COAAM%2CWAAY%2CQAAO%3BIACtC%2CeAAA%3B%3BEAShB%2CiBAhBQ%2CqBAUI%2CYAAY%2CWAAW%3BIACnB%2CUAAA%3B%3B%3BAAiBhB%2CQAV6B%3BEACzB%2CIAAI%3BIACA%2CiBAAA%3B%3B%3B%3B%3BAAcR%2CQAN0B%3BEACtB%2CcAAe%3BIACX%2CgBAAA%3B%3B%3BAAsFR%2CQAlF0B%3BEACtB%2CKAAK%2CcAAe%3BIAChB%2CgBAAA%3B%3BEAGJ%2CaAAa%3BIACT%2CYAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CYAAa%2CUAAY%2CSAAM%2CSAAY%2CQAAK%3BEAChD%2CYAAa%2CUAAY%2CSAAM%2CUAAa%2CQAAK%3BIAC7C%2CMAAA%3B%3BEAGJ%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%3BIACxB%2CeAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEANR%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAOxB%2CGAAE%2CYACE%3BEATZ%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAOxB%2CGAAE%2CYACM%3BIAAI%2CmBAAA%3B%3BEATpB%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAWxB%3BEAZR%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAWpB%3BIAAI%2CsBAAA%3B%3BEAZhB%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAaxB%2COAAM%3BIACF%2CkBAAA%3B%3BEAfZ%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAaxB%2COAAM%2COAGF%3BEAjBZ%2CkBACI%2CcAAa%2CIAAI%2COAAO%2CIAAI%2CSAaxB%2COAAM%2COAGE%3BIAAI%2CoBAAA%3B%3BEAjBpB%2CkBAqBI%3BIACI%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAIR%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CSAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CwBAAyB%2CwBAAwB%2CUAAY%2CSAAM%2CKAAM%3BIAAU%2CcAAA%3B%3BEAEnF%2CqBAAsB%2CaAAa%3BIAAwB%2CeAAA%3B%3BEAE3D%3BIAAc%2CmBAAA%3B%3BEAEd%3BIAAc%2CkBAAA%3B%3BEAEd%3BEACA%3BIACI%2CUAAA%3B%3BEAGJ%2CYAAa%3BEAAa%2CYAAa%3BIAAwB%2CeAAA%3B%3BEAE%5C%2FD%3BIAAc%2CSAAA%3B%3BEAEd%3BEAAe%3BEAAkC%3BEAAoB%2CeAAgB%3BEAAY%2CeAAgB%3BIAC7G%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAK%2CcAAe%3BIAAuB%2CkBAAA%3B%3BEAE3C%2CKAAK%2CcAAe%3BIAAqB%2CWAAA%3B%3BEAEzC%3BIACI%2CUAAA%3B%3B%3BAA2BR%2CQAvB0B%3BEACtB%2CkBAAmB%2CcAAc%3BIAC7B%2CcAAA%3B%3BEADJ%2CkBAAmB%2CcAAc%2CoBAG7B%3BIACI%2CcAAA%3B%3BEAJR%2CkBAAmB%2CcAAc%2CoBAO7B%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CKAAK%2CcAAe%3BIAAuB%2CUAAA%3B%3BEAE3C%2CKAAK%2CcAAe%3BIAChB%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BHR%2CQA3H0B%3BEACtB%2CwBAAyB%2CgBAAgB%3BIAAyB%2CUAAA%3B%3BEAElE%3BEACA%3BIAAc%2COAAA%3B%3BEAEd%2CqBACI%2CQAAO%3BIAAU%2CiBAAA%3B%3BEADrB%2CqBAGI%3BIAAe%2CoBAAA%3B%3BEAGnB%2CqBAAsB%2CaAAY%2CYAAY%2CcAAe%3BIA18E7D%2CWA28Ee%2CeA38Ef%3BIA48EI%2CgBAAA%3B%3BEAGJ%2CYAAY%2CYAAa%3BIACrB%2CsBAAA%3B%3BEADJ%2CYAAY%2CYAAa%2CcAGrB%3BIACI%2CmBAAA%3B%3BEAIR%2CYAAY%2CYAAY%2CcAAc%3BIAClC%2CUAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAa%3BIAAmB%2CeAAA%3B%3BEAEhC%2CqBAAqB%2CkBAAmB%2COAAM%3BIAAc%2CWAAA%3B%3BEAE5D%2CwBACI%3BEADJ%2CwBAEI%3BIAAkB%2CSAAA%3B%3BEAFtB%2CwBAII%2CMAAK%2CSAAU%3BIACX%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CwBAUI%2CgBAAgB%3BIACZ%2CqBAAA%3B%3BEAIR%2CKAAK%2CcAAe%2CKAAI%2CIAAI%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CMAAM%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CKAAK%3BIAC%5C%2FI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIAAc%2CkBAAA%3B%3BEAEd%2CoBAAqB%3BIAAO%2CaAAA%3B%3BEAE5B%2CoBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CoBANJ%2CKAMK%3BIACG%2CkBAAA%3B%3BEARZ%2CoBACI%2CKAUI%3BEAXR%2CoBACI%2CKAU0B%3BEAX9B%2CoBACI%2CKAWI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGJ%2CoBAfJ%2CKAeK%3BIAAO%2CiBAAA%3B%3BEAER%2CoBAjBJ%2CKAiBK%3BIACG%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3B%3BEArBZ%2CoBACI%2CKAuBI%2CiBAAmB%3BIACf%2CsBAAA%3B%3BEAzBZ%2CoBA6BI%2CMAAK%2CKACD%3BIACI%2CgCAAA%3B%3BEAGJ%2CoBALJ%2CMAAK%2CKAKA%2CWACG%3BIACI%2CmBAAA%3B%3BEApChB%2CoBA6BI%2CMAAK%2CKAWD%3BIACI%2CyBAAA%3B%3BEAKZ%2CeAAgB%2CUAAS%2COAAQ%2CQAAO%3BIACpC%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CKAAK%2CKAAK%2CQAAS%2CEAAC%3BIAAS%2CWAAA%3B%3BEAE7B%2CKAAK%2CKAAK%2CQAAS%3BIACf%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAWR%2CQAN0B%3BEACtB%3BIACI%2CgBAAA%3B%3B%3BAAcR%2CQAV0B%3BEACtB%2CoBAAqB%3BIACjB%2CWAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3BAAkBJ%2CQAV6B%3BEAU7B%2CuBAXmB%2CYAEf%3BIACI%2CsBAAA%3B%3BEAQR%2CuBAXmB%2CYAMf%3BIACI%2CgBAAA%3BIACA%2COAAO%2CiBAAP%3B%3B%3BAAqBR%2CQAlB0B%3BEAkB1B%2CuBA7BmB%2CYAYf%2CkBAAkB%2CuBAAuB%2CqBAAqB%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAC5G%3BIACI%2CMAAA%3BIACA%2CQAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAkEhB%2CQApDiC%3BEAoDjC%2CuBAjFuB%2CYA8Bf%3BIACI%2CWAAW%2CgBAAX%3B%3BEAkDZ%2CuBAjFuB%2CYAkCf%3BIACI%2CUAAA%3BIACA%2CWAAA%3BIA7mFR%2CWA8mFmB%2CkBA9mFnB%3BIA%2BmFQ%2CsBAAA%3B%3BEA2CZ%2CuBAjFuB%2CYAyCf%3BIACI%2CsBAAA%3B%3BEAuCZ%2CuBAjFuB%2CYAyCf%2CkBAGI%3BIACI%2CaAAA%3B%3BEAoChB%2CuBAjFuB%2CYAyCf%2CkBAGI%2CuBAGI%3BIACI%2CWAAA%3B%3BEAiCpB%2CuBAjFuB%2CYAyCf%2CkBAGI%2CuBAGI%2CqBAGI%2COAAO%3BIACH%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA6BxB%2CuBAjFuB%2CYAyCf%2CkBAGI%2CuBAGI%2CqBAQI%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAC9C%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAuB5B%2CuBAjFuB%2CYAyCf%2CkBAGI%2CuBAGI%2CqBAQI%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAM9C%3BIACI%2CgBAAA%3B%3BEAmB5B%2CuBAjFuB%2CYAyCf%2CkBAGI%2CuBAGI%2CqBAQI%2CuBAAuB%2CMAAK%2CUAAW%2CYAAW%2CWAM9C%2CSAGI%2CQAAO%3BIACH%2CgBAAA%3B%3BEAQxB%2CuBAzEe%2CYAyEd%3BIACG%2CwBAAA%3B%3BEADJ%2CuBAzEe%2CYAyEd%2CiBAGK%3BIACE%2CwBAAA%3B%3B%3B%3B%3BAAiBJ%2CQAJ6B%3BEAI7B%2CcANR%2CeAAc%2CKACV%3BIAEQ%2CoBAAA%3B%3B%3BAAUI%2CQAL8B%3BEAK9B%2CcAbhB%2CeAAc%2CKACV%2CcAKI%2CmBACI%3BIAEQ%2CaAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAOR%2CQALiC%3BEAKjC%2CcAlBZ%2CeAAc%2CKACV%2CcAKI%2CmBACI%3BIAOQ%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAkBJ%2CQAb8B%3BEAa9B%2CcAlChB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%3BIAEQ%2CaAAA%3BIACA%2CcAAA%3B%3BEAWJ%2CcAlChB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAIQ%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAOR%2CcAlChB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAUQ%3BIACI%2CgBAAA%3B%3B%3BAASR%2CQAN6B%3BEAM7B%2CcAxChB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%3BIAeQ%2CcAAA%3B%3BEAKJ%2CcAxChB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAgBQ%3BIACI%2CMAAA%3B%3B%3BAAYR%2CQAT6B%3BEAS7B%2CcAjDhB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAqBQ%3BIACI%2CaAAA%3B%3BEAOR%2CcAjDhB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAyBQ%2CmBAAmB%3BIACf%2CkBAAA%3B%3B%3BAAYZ%2CQATiC%3BEASjC%2CcA1DZ%2CeAAc%2CKACV%2CcAKI%2CmBAcI%3BIA8BQ%2CcAAA%3BIACA%2CeAAA%3B%3BEAEI%2CcArDxB%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAgCQ%2CoBAAoB%2CsBAAwB%2CqBAAmB%2CQAC1D%3BEAAS%2CcArDlC%2CeAAc%2CKACV%2CcAKI%2CmBAcI%2CsBAgCQ%2CoBAAoB%2CsBAAwB%2CqBAAmB%2CQAChD%3BIACP%2CaAAA%3B%3B%3BAAkBhC%2CQAR8B%3BEAC1B%2CWAAY%2CiBACR%3BIAAI%2CkBAAA%3B%3BEADR%2CWAAY%2CiBAGR%3BIAAI%2CSAAA%3B%3B%3BAAkIZ%2CQA9H6B%3BEACzB%3BIACI%2CUAAA%3B%3BEADJ%2CYAGI%2CeACI%3BIACI%2CWAAA%3B%3BEAKZ%2CyBAAyB%3BIACrB%2CUAAA%3B%3BEADJ%2CyBAAyB%2CiBAGrB%2CgBACI%2CqBACI%3BIACI%2CaAAA%3B%3BEANhB%2CyBAAyB%2CiBAGrB%2CgBACI%2CqBAKI%3BIACI%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAbhB%2CyBAAyB%2CiBAGrB%2CgBAcI%3BIACI%2CqBAAA%3B%3BEAlBZ%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAGI%3BIACI%2CyBAAA%3B%3BEArBhB%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAGI%2CoBAGI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CyBA7BK%2CiBAGrB%2CgBAcI%2CkBAGI%2CoBAGI%2CeAMK%3BIACG%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAnCxB%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAuBI%2CgBAAe%3BIACX%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEA7ChB%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAuBI%2CgBAAe%2COAOX%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAlDpB%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAuBI%2CgBAAe%2COAaX%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3BEAvDpB%2CyBAAyB%2CiBAGrB%2CgBAcI%2CkBAuBI%2CgBAAe%2COAkBX%3BIACI%2CSAAA%3B%3BEAOpB%2CQAAQ%3BIACJ%2CgBAAA%3B%3BEADJ%2CQAAQ%2CaAGJ%2COAAM%3BIACF%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIAp0FR%2CWAq0FmB%2CgBAr0FnB%3BIAQA%2CoBAAA%3B%3BEA8yFA%2CQAAQ%2CaAGJ%2COAAM%2COAeF%3BIACI%2CgBAAA%3B%3BEAEA%2CQArBJ%2CaAGJ%2COAAM%2COAeF%2CcAGK%3BIACG%2CwBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CqBAAA%3B%3BEAhChB%2CQAAQ%2CaAGJ%2COAAM%2COAiCF%3BIACI%2CyBAAA%3B%3BEArCZ%2CQAAQ%2CaAyCJ%3BIA%5C%2F1FJ%2CWAg2FmB%2CaAh2FnB%3B%3B%3BAA23FJ%2CQApB6B%3BEACzB%2CiBAAkB%3BIAAS%2CeAAA%3B%3BEAE3B%2CQAAS%2COAAO%2CiBAAiB%2CWAAW%3BIAAS%2CSAAA%3B%3BEAErD%2CoBAAqB%2CUAAU%2CYAAc%3BIACzC%2CaAAA%3B%3BEAGJ%2CWAAY%2CiBACR%3BIACI%2CSAAA%3B%3BEAFR%2CWAAY%2CiBAKR%3BIACI%2CkBAAA%3B%3B%3BAAyBZ%2CQApB0B%2CuBAA2B%3BEACjD%2CQAAS%2COAAO%2CiBAAiB%2CWAAW%3BIACxC%2CkBAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%2CKAAK%2CQAAQ%2CKAC9B%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2CeAAgB%2CMAAK%2CKAAK%2CQAAQ%2CKAM9B%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3BAAuER%2CQA%5C%2FD0B%2CuBAAwB%3BEA%2BDlD%2CqBA9DI%2CmBAEI%2CYACI%3BEA2DZ%2CqBA7DI%2CsBACI%2CYACI%3BIACI%2CeAAA%3B%3BEA0DhB%2CqBA9DI%2CmBAEI%2CYAKI%3BEAuDZ%2CqBA7DI%2CsBACI%2CYAKI%3BIACI%2CgBAAA%3B%3BEAsDhB%2CqBA9DI%2CmBAEI%2CYASI%2COAAM%3BEAmDlB%2CqBA7DI%2CsBACI%2CYASI%2COAAM%3BIACF%2CuBAAA%3B%3BEAkDhB%2CqBA7CI%2CmBACI%2CYAAY%2CUACR%2COAAM%3BIAEF%2CYAAA%3BIACA%2CSAAA%3B%3BEAwChB%2CqBA7CI%2CmBACI%2CYAAY%2CUAOR%2CqBAAuB%2CSAAM%3BIACzB%2COAAO%2CiBAAP%3BIACA%2CSAAA%3B%3BEAmChB%2CqBA7CI%2CmBAcI%2CsBACI%3BIACI%2CeAAA%3B%3BEA6BhB%2CqBA7CI%2CmBAcI%2CsBAKI%2CQAAO%2CUAAa%3BIAChB%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAqBhB%2CqBA7CI%2CmBAcI%2CsBAKI%2CQAAO%2CUAAa%2CkCAOhB%3BIACI%2C6BAAA%3BIACA%2C2BAAA%3B%3BEAiBpB%2CqBAXI%2CsBAAsB%2CYAClB%2COAAM%3BIACF%2CSAAA%3BIACA%2CWAAA%3B%3BEAQZ%2CqBAXI%2CsBAAsB%2CYAMlB%2CqBAAuB%2CSAAM%3BIACzB%2COAAO%2CiBAAP%3B%3B%3BAA4CZ%2CQAxC6B%3BEAwC7B%2CqBAvCI%2CQAAO%2CKACD%3BEAsCV%2CqBAvCI%2CQAAO%2CKAEH%2COAAM%3BEAqCd%2CqBAvCI%2CQAAO%2CKAGH%2COAAM%3BEAoCd%2CqBAvCI%2CQAAO%2CKAIH%2COAAM%3BIACF%2CgBAAA%3B%3BEAkCZ%2CqBA9BI%2CSAAQ%3BEA8BZ%2CqBA7BI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA2BR%2CqBAxBI%3BIACI%2CgBAAA%3B%3BEAuBR%2CqBAxBI%2CmBAGI%2CoBAAoB%3BIAChB%2CmBAAA%3B%3BEAoBZ%2CqBAhBI%2C0BACI%3BEAeR%2CqBAhBI%2C0BAEI%3BIACI%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAWZ%2CqBAhBI%2C0BAQI%2CwBAAwB%2CyBACpB%2CQAAO%2CMAAS%3BEAO5B%2CqBAhBI%2C0BAQI%2CwBAAwB%2CyBAEpB%2CQAAO%2CKAAK%3BIACR%2CwBAAA%3B%3B%3BAAiChB%2CQA5B6B%3BEA4B7B%2CqBA3BI%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMACrE%2CQAAM%3BIACJ%2CaAAA%3B%3BEAyBZ%2CqBA3BI%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMAKvE%3BIACI%2CyBAAA%3B%3BEAqBZ%2CqBA3BI%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMAKvE%2CGAGI%3BIACI%2CYAAA%3B%3BEAEA%2CqBAXZ%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMAKvE%2CGAGI%2CGAGK%2CIAAI%2CKAAM%3BIACP%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAhBZ%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMAKvE%2CGAGI%2CGAQK%2CIAAI%3BIACD%2CcAAA%3B%3BEADJ%2CqBAhBZ%2CmBAAmB%2CkBAAkB%2CeAAc%2CQAAS%2COAAM%2CQAAS%2CMAKvE%2CGAGI%2CGAQK%2CIAAI%2CIAGD%2CSAAQ%3BIACJ%2CqBAAA%3B%3B%3BAAkE5B%2CQA3DiC%3BEA2DjC%2CqBA1DQ%2CsBAAsB%2CYAClB%2COAAM%3BIACF%2CSAAA%3BIACA%2CWAAA%3B%3BEAuDhB%2CqBA1DQ%2CsBAAsB%2CYAMlB%2CqBAAuB%2CSAAM%3BIACzB%2COAAO%2CiBAAP%3B%3BEAmDhB%2CqBA%5C%2FCQ%2CmBAEI%2CYACI%3BEA4ChB%2CqBA9CQ%2CsBACI%2CYACI%3BIACI%2CeAAA%3B%3BEA2CpB%2CqBA%5C%2FCQ%2CmBAEI%2CYAKI%3BEAwChB%2CqBA9CQ%2CsBACI%2CYAKI%3BIACI%2CgBAAA%3B%3BEAuCpB%2CqBAlCQ%2CmBACI%2CYAAY%2CUACR%2COAAM%3BIAEF%2CYAAA%3BIACA%2CSAAA%3B%3BEA6BpB%2CqBAlCQ%2CmBACI%2CYAAY%2CUAOR%2CqBAAuB%2CSAAM%3BIACzB%2COAAO%2CiBAAP%3BIACA%2CSAAA%3B%3BEAwBpB%2CqBAlCQ%2CmBAcI%2CsBACI%3BIACI%2CeAAA%3B%3BEAkBpB%2CqBAlCQ%2CmBAcI%2CsBAKI%2CQAAO%2CUAAa%3BIAChB%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAUpB%2CqBAlCQ%2CmBAcI%2CsBAKI%2CQAAO%2CUAAa%2CkCAOhB%3BIACI%2C6BAAA%3BIACA%2C2BAAA%3B%3B%3BAAkDpB%2CQAzC6B%3BEAyC7B%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%3BIACT%2CYAAA%3B%3BEAuCR%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAGP%2CQAAK%3BIACH%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CwBAAA%3B%3BEAgCZ%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAGP%2CQAAK%2CQAOD%2CQAAK%2CKAAK%2CMAAS%3BIACjB%2CwBAAA%3B%3BEA6BhB%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAeP%2CQAAK%2CMAEH%3BEAuBZ%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAgBP%2CQAAK%2CMAAM%2COACT%3BIACI%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAmBhB%2CQA1CI%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAyBT%2CMAAK%2CMACC%2CUAAO%3BIACL%2CaAAa%2CaAAb%3BIACA%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CQApCR%2CKAAK%2CSAEL%2CSAAQ%2CKAAK%2CMAyBT%2CMAAK%2CMASA%2COAAU%2CUAAO%3BIACd%2CSAAS%2COAAT%3B%3B%3BAAoBhB%2CQAf6B%3BEAe7B%2CQAzDI%2CKAAK%2CSA2CL%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2C%2BBAA8B%3BIAC9D%2CSAAA%3B%3BEAaR%2CQAzDI%2CKAAK%2CSA2CL%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2C%2BBAA8B%2CcAG9D%2CMAAM%2CGACA%3BIACE%2CiBAAA%3B%3BEAShB%2CQAzDI%2CKAAK%2CSA2CL%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2C%2BBAA8B%2CcAG9D%2CMAAM%2CGAKF%3BIACI%2CUAAA%3B%3B%3BAAsBpB%2CQAjBiC%3BEAiBjC%2CQA1EQ%2CKAAK%2CSA0DL%2COAAM%2CWACF%3BIACI%2CgBAAA%3B%3BEAchB%2CQA1EQ%2CKAAK%2CSA0DL%2COAAM%2CWAKF%3BIACI%2CSAAA%3B%3BEAUhB%2CQA1EQ%2CKAAK%2CSA0DL%2COAAM%2CWASF%3BEAOZ%2CQA1EQ%2CKAAK%2CSA0DL%2COAAM%2CWAUF%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3B%3B%3BAAgBhB%2CQAR0B%3BEACtB%2CqBAAsB%2CeAAe%2COAAO%2CcAAc%2CaAAa%3BIACnE%2CUAAA%3BIACA%2CmBAAA%3BIAjqGJ%2CWAkqGe%2CaAlqGf%3B%3B%3BAA6qGJ%2CQAP0B%3BEACtB%2CqBAAsB%2CeAAe%2COAAO%2CcAAc%2CaAAa%3BIACnE%2CgBAAA%3B%3B%3B%3BAASR%2CQAJ8B%3BEAC1B%3BIAAa%2CcAAA%3B%3B%3BAAOjB%2CQAJ6B%3BEACzB%2CeAAgB%3BIAAU%2CoBAAA%3B%3B%3BAAa9B%2CQAV0B%3BEACtB%2CcACI%3BIACI%2CqBAAA%3B%3BEAFR%2CcACI%2CUAGM%3BIAAM%2CYAAA%3B%3B%3BAAWhB%2CQAL8B%3BEAK9B%2CmBAJI%2CYAAY%3BIACR%2CaAAA%3B%3B%3BAAkBR%2CQAf6B%3BEAe7B%2CmBAdI%3BIACI%2CiBAAA%3B%3BEAaR%2CmBAVI%2CYACI%3BIACI%2CeAAA%3B%3BEAGJ%2CmBALJ%2CYAKK%3BIACG%2CiBAAA%3B%3B%3BAAUhB%2CQANiC%3BEAMjC%2CmBALQ%2CYAAY%3BIACR%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAYZ%2CQANkC%3BEAMlC%2CmBAPoB%2CiBAAgB%2CYAAa%2CaAEzC%2CKAAI%3BIACA%2CaAAA%3B%3B%3BAAMZ%3BEACI%2C2BAAA%3B%3BAAUI%2CQAP8B%3BEAO9B%2CiBARJ%3BIAEQ%2CcAAA%3B%3BEAMJ%2CiBARJ%2CaAGQ%2COAAS%3BIACL%2CgBAAA%3B%3B%3BAASR%2CQAL6B%3BEAK7B%2CiBAbJ%2CaASQ%3BIACI%2CeAAA%3B%3B%3BAAaZ%2CQAViC%3BEAUjC%2CiBAvBA%3BIAcQ%2CeAAA%3B%3BEASR%2CiBAvBA%2CaAeQ%3BIACI%2CqBAAA%3B%3BEAOZ%2CiBAvBA%2CaAeQ%2COAGM%3BIACE%2CgBAAA%3B%3B%3BAAiBpB%2CQATiC%3BEASjC%2CaARQ%2CiBAAiB%3BIACb%2CgBAAA%3B%3BEAOZ%2CaARQ%2CiBAAiB%2CSAGb%2CMAAK%2CMAAM%2CMAAO%2CEAAC%3BIACf%2C0BAAA%3B%3B%3B%3B%3BAAiChB%2CQAtB8B%3BEAC1B%2CmBAAoB%2CqBAAqB%2CUACrC%3BIACI%2CiBAAA%3B%3BEAFR%2CmBAAoB%2CqBAAqB%2CUAKrC%3BIACI%2CeAAA%3B%3BEAIR%2CcAAc%2CaAAc%2CiBAAiB%3BIACzC%2CkBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAyBR%2CQApB6B%3BEACzB%2CmBAAoB%2CqBAAqB%2CUACrC%2CYACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAMZ%2CkBAAkB%2CaACd%2CiBAAiB%3BIACb%2CkBAAA%3B%3B%3BAAgBZ%2CQAT6B%3BEACzB%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3B%3BAAwDR%2CQAnD6B%3BEACzB%2CmBAAoB%2CqBAAqB%2CUACrC%3BIACI%2CiBAAA%3B%3BEAFR%2CmBAAoB%2CqBAAqB%2CUAKrC%2CYACI%3BIACI%2CeAAA%3B%3BEAPZ%2CmBAAoB%2CqBAAqB%2CUAKrC%2CYAKI%3BIACI%2CiBAAA%3B%3BEAXZ%2CmBAAoB%2CqBAAqB%2CUAKrC%2CYASI%3BIACI%2CaAAA%3B%3BEAMZ%2CYAAa%2CmBAAkB%2CWAAY%2CsBACvC%3BIACI%2CcAAA%3B%3BEAFR%2CYAAa%2CmBAAkB%2CWAAY%2CsBACvC%2CmBAGI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEANZ%2CYAAa%2CmBAAkB%2CWAAY%2CsBAUvC%3BIACI%2CaAAA%3B%3BEAXR%2CYAAa%2CmBAAkB%2CWAAY%2CsBAcvC%2CYACI%2CWACI%3BEAhBZ%2CYAAa%2CmBAAkB%2CWAAY%2CsBAcvC%2CYACgB%2CWACR%3BIACI%2CUAAA%3B%3B%3B%3B%3BAA4BpB%2CQAhB6B%3BEACzB%2CiBAAkB%2CaAAa%3BIAC3B%2CeAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CmBAAoB%2COAAM%3BIACtB%2CWAAA%3B%3B%3BAAoBR%2CQAf6B%3BEACzB%2CiBAAkB%2CaAAa%3BIAC3B%2C0BAAA%3B%3BEAGJ%2CeAAgB%2CaAAa%2CaAAa%3BIACtC%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3B%3B%3BAAqBR%2CQAb8B%3BEAC1B%2CYACI%2CqBAAqB%2CUAAU%2CYAAY%3BIACvC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CYAMI%3BIACI%2CcAAA%3B%3B%3BAAqBZ%2CQAhB6B%3BEACzB%2CYACI%2CqBAAqB%2CUACjB%2CYACI%3BIACI%2CaAAA%3B%3BEAJhB%2CYASI%2CUAAU%3BIACN%2CaAAA%3B%3B%3BAA4FZ%2CQAvF6B%3BEACzB%2CYACI%2CqBAAqB%2CUACjB%3BIACI%2CQAAQ%2CmBAAR%3B%3BEAHZ%2CYACI%2CqBAAqB%2CUAKjB%2CYACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAThB%2CYAcI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAhBR%2CYAcI%2CUAII%3BIACI%2CeAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIA98GZ%2CWA%2B8GuB%2CgBA%5C%2F8GvB%3BIAg9GY%2CUAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIA38GZ%2CqBAAA%3B%3BEA86GA%2CYAcI%2CUAmBI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEArCZ%2CYAcI%2CUAmBI%2CsBAMI%3BIACI%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CYAhCZ%2CUAmBI%2CsBAMI%2CMAOK%3BIACG%2CSAAS%2COAAT%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAOJ%2CYA5CZ%2CUA0CK%2COACG%2CsBAAsB%2CMACjB%3BIACG%2CSAAS%2COAAT%3B%3BEAIR%2CYAjDR%2CUA0CK%2COAOI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2C0CAAA%3BIAr%5C%2FGhB%2CqBAAA%3B%3BEAs%2BGQ%2CYA1CJ%2CUA0CK%2COAmBG%3BIACI%2CUAAA%3BIAlgHhB%2CWAmgH2B%2CgBAngH3B%3BIAogHgB%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAA%2BBpB%2CQAxB6B%3BEACzB%2CYACI%2CqBAAqB%2CUAAU%2CYAAY%3BIACvC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CYAMI%2CUAAU%3BIACN%2CcAAA%3BIACA%2CuBAAA%3B%3BEARR%2CYAMI%2CUAAU%2CkBAIN%2CIAAG%2CWAAW%3BIACV%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3BAAwBhB%2CQAd0B%3BEAGd%2CmBADJ%2CYACK%2CYACG%2CgBACI%3BIACI%2CcAAA%3B%3B%3BAAgBxB%2CQAR6B%3BEACzB%2CmBACI%2CiBAAgB%3BIACZ%2CmBAAA%3B%3B%3BAAgCZ%2CQA3B6B%3BEACzB%3BIACI%2C4BAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAOoB%2CmBALpB%2CiBAAgB%2CiBACZ%2COAAM%2CWACF%2CSACI%2COAAM%2CWACF%2CSACK%3BIACG%2CgBAAA%3B%3B%3B%3B%3BAAsB5B%2CQAT8B%3BEAS9B%2CgBARI%2CqBACI%2CYACI%2COAAS%3BIACL%2CaAAA%3B%3B%3BAAehB%2CQAV6B%3BEAU7B%2CgBATI%2CqBACI%2CYACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAepB%2CQAViC%3BEAUjC%2CgBATQ%2CqBACI%2CYACI%3BIACI%2CaAAA%3B%3B%3BAAkBpB%2CQAV6B%3BEACzB%2CmBACM%3BIACE%2CyBAAA%3B%3B%3B%3B%3BAAwBR%2CQAhB6B%3BEAgB7B%2CkBAfI%2CqBACI%2CUACI%2CYACI%3BEAYhB%2CkBAfI%2CqBACI%2CUACI%2CYACY%2COAAM%3BIACV%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAUpB%2CkBAfI%2CqBACI%2CUACI%2CYAMI%3BEAOhB%2CkBAfI%2CqBACI%2CUACI%2CYAMW%2CMAAK%3BIACR%2CqBAAA%3B%3B%3BAAqBxB%2CQAfiC%3BEAejC%2CkBAdQ%2CqBACI%2CUACI%2CYACI%3BIACI%2CmBAAA%3B%3BEAUxB%2CkBAdQ%2CqBACI%2CUACI%2CYAKI%3BIACI%2CaAAA%3B%3B%3BAA4BxB%2CQApB6B%3BEACzB%2CgBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CgBACI%2CiBAGI%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEALZ%2CgBASI%2CeACI%2CaACI%3BIACI%2CeAAA%3B%3B%3BAAiBpB%2CQAV6B%3BEACzB%2CgBACI%3BIACI%2CgBAAA%3B%3B%3B%3B%3BAAoBR%2CQAZ6B%3BEAY7B%2CoBAXI%2CqBACI%2CUAAU%2CYACN%2CYACI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAA4BpB%2CQAtB6B%3BEAsB7B%2CoBArBI%2CqBACI%2CUAAU%2CYACN%2CYACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CoBATR%2CqBACI%2CUAAU%2CYAQL%3BIACG%2CcAAA%3B%3BEAGJ%2CoBAbR%2CqBACI%2CUAAU%2CYAYL%2CYACG%3BIACI%2CaAAA%3B%3B%3BAAWxB%2CQAL8B%3BEAK9B%2CoBAJQ%3BIACI%2CaAAA%3B%3B%3BAAgCZ%2CQA3B6B%3BEAErB%2CqBAAC%3BIACG%2C6BAAA%3B%3BEADJ%2CqBAAC%2CYAGG%3BIAMI%2CoBAAA%3B%3BEATR%2CqBAAC%2CYAGG%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQhB%2CgBAAgB%3BIACZ%2C0BAAA%3B%3BEADJ%2CgBAAgB%2CaAGZ%2CaACI%3BIACI%2CeAAA%3B%3B%3BAAkBhB%2CQAZ0B%3BEAElB%2CqBAAC%3BIACG%2C4BAAA%3B%3B%3B%3B%3BAAqCR%2CQA3B6B%3BEA2B7B%2C2BA5BwB%2CcAAc%2CiBAAiB%2CUAAU%2CMAE7D%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CiBAAA%3B%3BEAqBR%2C2BA5BwB%2CcAAc%2CiBAAiB%2CUAAU%2CMAE7D%2CYAOI%3BIACI%2CUAAA%3B%3BEAkBZ%2C2BA5BwB%2CcAAc%2CiBAAiB%2CUAAU%2CMAc7D%3BIACI%2CeAAA%3B%3BEAaR%2C2BA5BwB%2CcAAc%2CiBAAiB%2CUAAU%2CMAc7D%2CYAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEASZ%2C2BA5BwB%2CcAAc%2CiBAAiB%2CUAAU%2CMAc7D%2CYAQI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAAUhB%2CQANiC%3BEAMjC%2C2BAlC4B%2CcAAc%2CiBAAiB%2CUAAU%2CMA6B7D%2CYAAY%3BIACR%2CaAAA%3B%3B%3BAAmCZ%2CQA7B6B%3BEACzB%2CcACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CcAOI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEATR%2CcAYI%2CKAAI%3BIACA%2CgBAAA%3B%3BEAIR%2CYAAa%3BIACT%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAkBR%2CQAd6B%3BEACzB%2CcACI%3BIACI%2CeAAA%3B%3BEAIR%2CYAAa%3BIACT%2CeAAA%3B%3B%3BAAcR%2CQAR6B%3BEACzB%3BIACI%2CeAAA%3B%3B%3B%3BAAYR%2CQAN0B%3BEACtB%2CSAAS%3BIACL%2CcAAA%3B%3B%3BAAiCR%2CQA7B0B%2CuBAAwB%3BEAE1C%2CIADA%2CqBACC%2CKAEG%2C0BAAyB%2CWACrB%3BEAFR%2CIAFA%2CqBAEC%2CMACG%2C0BAAyB%2CWACrB%3BIACI%2CeAAA%3B%3BEAJZ%2CIADA%2CqBACC%2CKAEG%2C0BAAyB%2CWACrB%2CgBAGI%3BEALZ%2CIAFA%2CqBAEC%2CMACG%2C0BAAyB%2CWACrB%2CgBAGI%3BEANZ%2CIADA%2CqBACC%2CKAEG%2C0BAAyB%2CWACrB%2CgBAII%3BEANZ%2CIAFA%2CqBAEC%2CMACG%2C0BAAyB%2CWACrB%2CgBAII%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAThB%2CIADA%2CqBACC%2CKAEG%2C0BAAyB%2CWAWrB%2CSAAS%3BEAZjB%2CIAFA%2CqBAEC%2CMACG%2C0BAAyB%2CWAWrB%2CSAAS%3BIACL%2CiBAAA%3B%3BEAdZ%2CIADA%2CqBACC%2CKAkBG%2CSAAW%2CSAAM%2COAAQ%3BEAjB7B%2CIAFA%2CqBAEC%2CMAiBG%2CSAAW%2CSAAM%2COAAQ%3BIACrB%2CyBAAA%3B%3B%3B%3BAA2BhB%2CQAnB6B%3BEACzB%2CoBACI%2CYAAY%2CYACN%3BIACE%2CaAAA%3B%3BEAHZ%2CoBACI%2CYAAY%2CYAKN%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CWAAY%2CUAAS%3BIACjB%2CcAAA%3B%3B%3BAAkCR%2CQA9B6B%3BEACzB%2CoBACI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3B%3BEANR%2CoBACI%2CYAOI%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAXZ%2CoBAeI%2CYAAY%2CYACN%3BIACE%2CeAAA%3B%3BEAjBZ%2CoBAeI%2CYAAY%2CYAKR%2CKAAI%3BIACA%2CaAAA%3B%3B%3B%3B%3BAAchB%2CQALiC%3BEAKjC%2CKANK%2CKAAK%2COAEF%3BEAIR%2CKANK%2CKAAK%2COAEU%2CUAAS%3BIACjB%2CcAAA%3B%3B%3B%3B%3BAAeR%2CQAP6B%3BEAO7B%2CkBANM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAaZ%2CQAViC%3BEAUjC%2CkBATQ%3BIACI%2CkBAAA%3B%3BEAQZ%2CkBATQ%2CiBAGI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3B%3B%3BAAYZ%2CQAH6B%3BEAG7B%2CUAJM%2CIAAI%3BIAEN%2CcAAA%3B%3B%3BAAOR%2CQALiC%3BEAKjC%2CUATU%2CIAAI%3BIAKN%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3B%3BAASJ%2CQAH8B%3BEAG9B%2CkBALe%2CaACf%3BIAEQ%2CsBAAA%22%7D */