/** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .ui-datepicker { display: none; z-index: 999999 !important; } .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; cursor: pointer; } .ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span { border-color: transparent #ff8400 transparent transparent; } .ui-datepicker .ui-datepicker-prev { left: 2px; } .ui-datepicker .ui-datepicker-next { right: 2px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -5px; font-size: 0px; width: 0px; height: 0px; border: solid; border-width: 5px 8px 5px 0; border-color: transparent #ff9635 transparent transparent; } .ui-datepicker .ui-datepicker-next span { margin-left: 0px; top: 50%; margin-top: -5px; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #ff9635; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .ui-datepicker select.ui-datepicker-month-year { width: 100%; } .ui-datepicker table { width: 100%; font-size: .9em; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 4px; text-align: right; text-decoration: none; color: #000000; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; } .ui-datepicker-rtl .ui-datepicker-group { float: right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -22px; } .ui-timepicker-div dl .ui_tpicker_time_label { margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-datepicker { padding: 15px; border: #ffffff 4px solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #efefef; -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35); box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35); } .ui-datepicker .ui-datepicker-header { background: transparent; border: none; padding-bottom: 10px; } .ui-datepicker .ui-datepicker-title .ui-datepicker-month { width: 47%; margin-right: 6%; } .ui-datepicker .ui-datepicker-title .ui-datepicker-year { width: 47%; } .ui-datepicker .ui-datepicker-calendar td { border: #cfcfcf 1px solid; } .ui-datepicker .ui-datepicker-calendar td a { padding: 4px; display: block; } .ui-datepicker .ui-datepicker-calendar td .ui-state-hover { background: #f9eae7; } .ui-datepicker .ui-datepicker-calendar { background: #ffffff; border: #cfcfcf 1px solid; border-collapse: collapse; } .ui-datepicker .ui-datepicker-calendar th { background: #efefef; border: #cfcfcf 1px solid; padding: 4px; text-transform: uppercase; } .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col { text-align: center; border: #cfcfcf 1px solid; } .ui-datepicker { width: auto; } .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today { background: #f3d7d2; } .ui-datepicker .ui-datepicker-calendar .ui-state-active { background: #ffdf66; } .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dd { margin: 0 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-slider { position: relative; text-align: left; } .ui-slider-horizontal .ui-slider-handle { margin-left: -5px; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; } .ui-slider-horizontal { height: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: none; background: #dadada; } .ui-slider-handle { height: 10px; width: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #f98b25; display: block; position: absolute; } .ui-timepicker-div { padding: 10px 0 5px 0; } .ui-datepicker .ui-datepicker-buttonpane { overflow: hidden; padding-top: 10px; border-top: #cfcfcf 1px solid; } .ui-datepicker .ui-datepicker-calendar .ui-state-disabled { background: #f9f9f9; } .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span { color: #959595; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ } .ui-timepicker-div .ui_tpicker_unit_hide { display:none; } body { margin: 0; padding: 0; } article, aside, details, figcaption, figure, main, footer, header, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } nav ul, nav ol { list-style: none none; } img { max-width: 100%; height: auto; border: 0; } video, embed, object { max-width: 100%; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size-adjust: 100%; } body { color: #777; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.4; font-size: 1em; } p { margin-top: 0rem; margin-bottom: 0.05rem; } abbr[title] { border-bottom: 1px dotted #e7e7e7; cursor: help; } b, strong { font-weight: 700; } em, i { font-style: italic; } mark { background: #f6f6f6; color: #1e1e1e; } small, .small { font-size: 1em; } hr { border: 0; border-top: 1px solid #e7e7e7; margin-bottom: 1em; margin-top: 1em; } sub, sup { font-size: 0%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } dfn { font-style: italic; } h1 { font-weight: 300; line-height: 1.1; font-size: 2em; margin-top: 0rem; margin-bottom: 0.1rem; } h2 { font-weight: 300; line-height: 1.1; font-size: 2em; margin-top: 0.125rem; margin-bottom: 0.1rem; } h3, .cookie-group .h3 { font-weight: 600; line-height: 1.1; font-size: 2em; margin-top: 0.1rem; margin-bottom: 0.05rem; } h4 { font-weight: 700; line-height: 1.1; font-size: 1em; margin-top: 0.1rem; margin-bottom: 0.1rem; } h5 { font-weight: 700; line-height: 1.1; font-size: 1em; margin-top: 0.1rem; margin-bottom: 0.1rem; } h6 { font-weight: 700; line-height: 1.1; font-size: 1em; margin-top: 0.1rem; margin-bottom: 0.1rem; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small { color: #777; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1; } a, .alink { color: #222529; text-decoration: none; } a:visited, .alink:visited { color: #222529; text-decoration: none; } a:hover, .alink:hover { color: #222529; text-decoration: underline; } a:active, .alink:active { color: #222529; text-decoration: underline; } ul, ol { margin-top: 0rem; margin-bottom: 0.125rem; } ul > li, ol > li { margin-top: 0rem; margin-bottom: 0.05rem; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } dl { margin-bottom: 1em; margin-top: 0; } dt { font-weight: 700; margin-bottom: 0.25em; margin-top: 0; } dd { margin-bottom: 0.5em; margin-top: 0; margin-left: 0; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; } code { background: #f6f6f6; color: #555555; padding: 2px 4px; font-size: 1em; white-space: nowrap; } kbd { background: #f6f6f6; color: #555555; padding: 2px 4px; font-size: 1em; } pre { background: #f6f6f6; border: 1px solid #e7e7e7; color: #555555; line-height: 1.4; margin: 0 0 0.5em; padding: 0.5em; font-size: 1em; display: block; word-wrap: break-word; } pre code { background-color: transparent; border-radius: 0; color: inherit; font-size: inherit; padding: 0; white-space: pre-wrap; } blockquote { border-left: 0 solid #e7e7e7; margin: 0 0 1em 2em; padding: 0; color: #777; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: italic; font-weight: 400; line-height: 1.4; font-size: 1em; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { color: #777; line-height: 1.4; font-size: 0em; display: block; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } blockquote cite { font-style: normal; } blockquote:before, blockquote:after { content: ''; } q { quotes: none; } q:before, q:after { content: ''; content: none; } cite { font-style: normal; } table { width: 100%; border-collapse: collapse; border-spacing: 0; max-width: 100%; } table th { text-align: left; } table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td { vertical-align: top; } table > thead > tr > th, table > thead > tr > td { vertical-align: bottom; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { padding: 11px 0.5em; } button { background-image: none; background: #eee; border: 1px solid #e7e7e7; color: #777; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; margin: 0; padding: 7px 15px; font-size: 1.4rem; line-height: 0.3rem; box-sizing: border-box; vertical-align: middle; } button:focus, button:active { background: #e2e2e2; border: 1px solid #e7e7e7; color: #777; } button:hover { background: #e1e1e1; border: 1px solid #e7e7e7; color: #777; } button.disabled, button[disabled], fieldset[disabled] button { opacity: 0.5; cursor: default; pointer-events: none; } button::-moz-focus-inner { border: 0; padding: 0; } input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] { background: #fff; background-clip: padding-box; border: 1px solid #ccc; border-radius: 6px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; height: 38px; line-height: 1.4; padding: 10px; vertical-align: baseline; width: 100%; box-sizing: border-box; } input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type*="date"]:disabled, input[type="email"]:disabled { opacity: 0.5; } input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type*="date"]::-moz-placeholder, input[type="email"]::-moz-placeholder { color: #ddd; } input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type*="date"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { color: #ddd; } input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type*="date"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { color: #ddd; } input[type="number"] { -moz-appearance: textfield; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="search"] { -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; } select { background: #fff; background-clip: padding-box; border: 1px solid #ccc; border-radius: 6px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; height: 38px; line-height: 1.4; padding: 0.25em 0.5em 4px; vertical-align: baseline; width: 100%; box-sizing: border-box; } select:disabled { opacity: 0.5; } select[multiple] { height: auto; background-image: none; } textarea { background: #fff; background-clip: padding-box; border: 1px solid #ccc; border-radius: 6px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; height: auto; line-height: 1.4; margin: 0; padding: 0.5em; vertical-align: baseline; width: 100%; box-sizing: border-box; resize: vertical; } textarea:disabled { opacity: 0.5; } textarea::-moz-placeholder { color: #ddd; } textarea::-webkit-input-placeholder { color: #ddd; } textarea:-ms-input-placeholder { color: #ddd; } input[type="checkbox"] { margin: 2px 0.25em 0 0; position: relative; top: 2px; } input[type="checkbox"]:disabled { opacity: 0.5; } input[type="radio"] { margin: 2px 0.25em 0 0; } input[type="radio"]:disabled { opacity: 0.5; } input.mage-error, select.mage-error, textarea.mage-error { border-color: #ed8380; } div.mage-error { color: #e02b27; font-size: 1em; } input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input::-moz-focus-inner { border: 0; padding: 0; } form { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } address { font-style: normal; } *:focus { box-shadow: none; outline: 0; } ._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus { box-shadow: 0 0 3px 1px #68a8e0; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .search-terms, .cart-summary .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .block-wishlist-management .wishlist-select-items, .order-details-items .items-qty, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider { margin: 0; padding: 0; list-style: none none; } .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .search-terms > li, .cart-summary .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .block-wishlist-management .wishlist-select-items > li, .order-details-items .items-qty > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li { margin: 0; } .cart.actions button.action, .cart-discount .actions-toolbar button.action { border: none; padding: 12px 24px; opacity: 0.8; text-transform: uppercase; font-size: 13px; letter-spacing: -0.015em; font-weight: 700; line-height: 1.5; font-family: inherit; border-radius: 0 !important; height: inherit; } .cart.actions button.action:not(:hover), .cart-discount .actions-toolbar button.action:not(:hover) { background-color: #f4f4f4; color: #222529; } .action-primary:focus, .action-primary:active { background: #222529; border: 1px solid #222529; color: #fff; } .action-primary:hover { background: #222529; border: 1px solid #222529; color: #fff; } .action-primary.disabled, .action-primary[disabled], fieldset[disabled] .action-primary { opacity: 0.5; cursor: default; pointer-events: none; } .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .cart-summary .form.giftregistry .fieldset .action.primary, .magento-payments-review-discount .actions-toolbar .action.primary, .magento-payments-review-discount .actions-toolbar .action.cancel, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel { border-radius: 3px; } .block-event .slider-panel .slider .item .action.event { background-image: none; background: #eee; border: 1px solid #e7e7e7; color: #777; cursor: pointer; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; margin: 0; padding: 7px 15px; font-size: 1.4rem; line-height: 0.3rem; box-sizing: border-box; vertical-align: middle; display: inline-block; text-decoration: none; border-radius: 3px; } .abs-action-link-button:focus, .abs-action-link-button:active, .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active { background: #e2e2e2; border: 1px solid #e7e7e7; color: #777; } .abs-action-link-button:hover, .block-event .slider-panel .slider .item .action.event:hover { background: #e1e1e1; border: 1px solid #e7e7e7; color: #777; } .abs-action-link-button.disabled, .abs-action-link-button[disabled], fieldset[disabled] .abs-action-link-button, .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event { opacity: 0.5; cursor: default; pointer-events: none; } .abs-action-link-button:hover, .abs-action-link-button:active, .abs-action-link-button:focus, .block-event .slider-panel .slider .item .action.event:hover, .block-event .slider-panel .slider .item .action.event:active, .block-event .slider-panel .slider .item .action.event:focus { text-decoration: none; } .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .payment-method-billing-address .action-cancel, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .magento-payments-review-discount .action.check, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove { line-height: 1.4; padding: 0; color: #222529; text-decoration: none; background: none; border: 0; display: inline; border-radius: 0; font-weight: 400; } .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-discount-block .action.check:visited, .popup .actions-toolbar .action.cancel:visited, .paypal-button-widget .paypal-button:visited, .bundle-options-container .action.back:visited, .cart.table-wrapper .actions-toolbar > .action-delete:visited, .cart.table-wrapper .action.help.map:visited, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .payment-method-billing-address .action-cancel:visited, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited, .checkout-agreements-block .action-show:visited, .gift-options .actions-toolbar .action-cancel:visited, .gift-summary .action-edit:visited, .gift-summary .action-delete:visited, .gift-wrapping-title .action-remove:visited, .wishlist.split.button > .action:visited, .abs-add-fields .action.remove:visited, .magento-payments-review-discount .action.check:visited, .paypal-review-discount .action.check:visited, .cart-discount .action.check:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited { color: #222529; text-decoration: none; } .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .magento-payments-review-discount .action.check:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover { color: #222529; text-decoration: underline; } .abs-action-button-as-link:active, .abs-action-remove:active, .abs-discount-block .action.check:active, .popup .actions-toolbar .action.cancel:active, .paypal-button-widget .paypal-button:active, .bundle-options-container .action.back:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .action.help.map:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-summary .action-edit:active, .gift-summary .action-delete:active, .gift-wrapping-title .action-remove:active, .wishlist.split.button > .action:active, .abs-add-fields .action.remove:active, .magento-payments-review-discount .action.check:active, .paypal-review-discount .action.check:active, .cart-discount .action.check:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active { color: #222529; text-decoration: underline; } .abs-action-button-as-link:hover, .abs-action-button-as-link:active, .abs-action-button-as-link:focus, .abs-action-remove:hover, .abs-action-remove:active, .abs-action-remove:focus, .abs-discount-block .action.check:hover, .abs-discount-block .action.check:active, .abs-discount-block .action.check:focus, .popup .actions-toolbar .action.cancel:hover, .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:focus, .paypal-button-widget .paypal-button:hover, .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:focus, .bundle-options-container .action.back:hover, .bundle-options-container .action.back:active, .bundle-options-container .action.back:focus, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .actions-toolbar > .action-delete:focus, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:focus, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus, .opc-wrapper .edit-address-link:hover, .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:hover, .action-auth-toggle:active, .action-auth-toggle:focus, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .action-cancel:focus, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus, .checkout-agreements-block .action-show:hover, .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:focus, .gift-options .actions-toolbar .action-cancel:hover, .gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:focus, .gift-summary .action-edit:hover, .gift-summary .action-edit:active, .gift-summary .action-edit:focus, .gift-summary .action-delete:hover, .gift-summary .action-delete:active, .gift-summary .action-delete:focus, .gift-wrapping-title .action-remove:hover, .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:focus, .wishlist.split.button > .action:hover, .wishlist.split.button > .action:active, .wishlist.split.button > .action:focus, .abs-add-fields .action.remove:hover, .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:focus, .magento-payments-review-discount .action.check:hover, .magento-payments-review-discount .action.check:active, .magento-payments-review-discount .action.check:focus, .paypal-review-discount .action.check:hover, .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:focus, .cart-discount .action.check:hover, .cart-discount .action.check:active, .cart-discount .action.check:focus, .form-giftregistry-share .action.remove:hover, .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:hover, .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:hover, .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:hover, .form-create-return .action.remove:active, .form-create-return .action.remove:focus, .form.send.friend .action.remove:hover, .form.send.friend .action.remove:active, .form.send.friend .action.remove:focus { background: none; border: 0; } .abs-action-button-as-link.disabled, .abs-action-button-as-link[disabled], fieldset[disabled] .abs-action-button-as-link, .abs-action-remove.disabled, .abs-action-remove[disabled], fieldset[disabled] .abs-action-remove, .abs-discount-block .action.check.disabled, .abs-discount-block .action.check[disabled], fieldset[disabled] .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel.disabled, .popup .actions-toolbar .action.cancel[disabled], fieldset[disabled] .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button.disabled, .paypal-button-widget .paypal-button[disabled], fieldset[disabled] .paypal-button-widget .paypal-button, .bundle-options-container .action.back.disabled, .bundle-options-container .action.back[disabled], fieldset[disabled] .bundle-options-container .action.back, .cart.table-wrapper .actions-toolbar > .action-delete.disabled, .cart.table-wrapper .actions-toolbar > .action-delete[disabled], fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map.disabled, .cart.table-wrapper .action.help.map[disabled], fieldset[disabled] .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled, .checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled], fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link.disabled, .opc-wrapper .edit-address-link[disabled], fieldset[disabled] .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit.disabled, .opc-block-shipping-information .shipping-information-title .action-edit[disabled], fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle.disabled, .action-auth-toggle[disabled], fieldset[disabled] .action-auth-toggle, .checkout-payment-method .payment-method-billing-address .action-cancel.disabled, .checkout-payment-method .payment-method-billing-address .action-cancel[disabled], fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled], fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address, .checkout-agreements-block .action-show.disabled, .checkout-agreements-block .action-show[disabled], fieldset[disabled] .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel.disabled, .gift-options .actions-toolbar .action-cancel[disabled], fieldset[disabled] .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit.disabled, .gift-summary .action-edit[disabled], fieldset[disabled] .gift-summary .action-edit, .gift-summary .action-delete.disabled, .gift-summary .action-delete[disabled], fieldset[disabled] .gift-summary .action-delete, .gift-wrapping-title .action-remove.disabled, .gift-wrapping-title .action-remove[disabled], fieldset[disabled] .gift-wrapping-title .action-remove, .wishlist.split.button > .action.disabled, .wishlist.split.button > .action[disabled], fieldset[disabled] .wishlist.split.button > .action, .abs-add-fields .action.remove.disabled, .abs-add-fields .action.remove[disabled], fieldset[disabled] .abs-add-fields .action.remove, .magento-payments-review-discount .action.check.disabled, .magento-payments-review-discount .action.check[disabled], fieldset[disabled] .magento-payments-review-discount .action.check, .paypal-review-discount .action.check.disabled, .paypal-review-discount .action.check[disabled], fieldset[disabled] .paypal-review-discount .action.check, .cart-discount .action.check.disabled, .cart-discount .action.check[disabled], fieldset[disabled] .cart-discount .action.check, .form-giftregistry-share .action.remove.disabled, .form-giftregistry-share .action.remove[disabled], fieldset[disabled] .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove.disabled, .form-giftregistry-edit .action.remove[disabled], fieldset[disabled] .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove.disabled, .form-add-invitations .action.remove[disabled], fieldset[disabled] .form-add-invitations .action.remove, .form-create-return .action.remove.disabled, .form-create-return .action.remove[disabled], fieldset[disabled] .form-create-return .action.remove, .form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled], fieldset[disabled] .form.send.friend .action.remove { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .abs-action-remove:active, .abs-action-remove:not(:focus), .abs-discount-block .action.check:active, .abs-discount-block .action.check:not(:focus), .popup .actions-toolbar .action.cancel:active, .popup .actions-toolbar .action.cancel:not(:focus), .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:not(:focus), .bundle-options-container .action.back:active, .bundle-options-container .action.back:not(:focus), .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .actions-toolbar > .action-delete:not(:focus), .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:not(:focus), .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus), .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:active, .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:active, .action-auth-toggle:not(:focus), .checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus), .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus), .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:not(:focus), .gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:not(:focus), .gift-summary .action-edit:active, .gift-summary .action-edit:not(:focus), .gift-summary .action-delete:active, .gift-summary .action-delete:not(:focus), .gift-wrapping-title .action-remove:active, .gift-wrapping-title .action-remove:not(:focus), .wishlist.split.button > .action:active, .wishlist.split.button > .action:not(:focus), .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:not(:focus), .magento-payments-review-discount .action.check:active, .magento-payments-review-discount .action.check:not(:focus), .paypal-review-discount .action.check:active, .paypal-review-discount .action.check:not(:focus), .cart-discount .action.check:active, .cart-discount .action.check:not(:focus), .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:active, .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:active, .form.send.friend .action.remove:not(:focus) { box-shadow: none; } #store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .cart-summary .checkout-methods-items .action.primary.checkout, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary { line-height: 1; padding: 0 17px; } .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt { float: left; clear: left; margin: 0 0.5em 0.25em 0; } .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after { content: ': '; } .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd { float: left; display: inline-block; margin: 0 0 0.25em; } .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action { width: 100%; } .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper { height: auto; padding: 0!important; } .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo { position: static; } .product.media .product.photo .photo.image { display: block; height: auto; max-width: 100%; margin: 0 auto; } .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper, .customer-account-forgotpassword .page-title-wrapper { background-color: #f4f4f4; border-bottom: none; padding: 3.75rem 0; text-align: center; position: relative; } .customer-account-login .page-title-wrapper h1.page-title, .customer-account-create .page-title-wrapper h1.page-title, .customer-account-forgotpassword .page-title-wrapper h1.page-title { color: #212529 !important; font-size: 28px; font-weight: 700; margin: 0; } .customer-account-login .page-title-wrapper::before, .customer-account-login .page-title-wrapper::after, .customer-account-create .page-title-wrapper::before, .customer-account-create .page-title-wrapper::after, .customer-account-forgotpassword .page-title-wrapper::before, .customer-account-forgotpassword .page-title-wrapper::after { content: ''; position: absolute; width: 30vw; height: 100%; top: 0; background: inherit; } .customer-account-login .page-title-wrapper::before, .customer-account-create .page-title-wrapper::before, .customer-account-forgotpassword .page-title-wrapper::before { right: 100%; } .customer-account-login .page-title-wrapper::after, .customer-account-create .page-title-wrapper::after, .customer-account-forgotpassword .page-title-wrapper::after { left: 100%; } .login-container .block .block-title, .fieldset.create > .legend { margin-bottom: 15px; margin-top: 0; font-size: 22px; color: #222529; letter-spacing: -0.01em; } .giftregisty-dropdown, .wishlist-dropdown { display: inline-block; position: relative; } .abs-dropdown-simple:before, .abs-dropdown-simple:after, .giftregisty-dropdown:before, .giftregisty-dropdown:after, .wishlist-dropdown:before, .wishlist-dropdown:after { content: ''; display: table; } .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after { clear: both; } .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle { cursor: pointer; display: inline-block; text-decoration: none; } .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 0 0 0 5px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after { color: inherit; } .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after { color: inherit; } .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active { display: inline-block; text-decoration: none; } .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\e81b'; font-family: 'porto-icons'; margin: 0 0 0 5px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after { color: inherit; } .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after { color: inherit; } .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #fff; border: 1px solid #bbb; margin-top: 4px; min-width: 200px; z-index: 100; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li { margin: 0; padding: 5px 5px 5px 23px; } .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:before, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before { left: 10px; top: -12px; } .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after { left: 9px; top: -14px; } .abs-dropdown-simple.active, .giftregisty-dropdown.active, .wishlist-dropdown.active { overflow: visible; } .abs-dropdown-simple.active ul.dropdown, .giftregisty-dropdown.active ul.dropdown, .wishlist-dropdown.active ul.dropdown { display: block; } .giftregisty-dropdown ul.items, .wishlist-dropdown ul.items { padding: 6px 0; } .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty { width: 54px; text-align: center; } .block, .customer-review .product-details, .block-banners, .block-banners-inline { margin-bottom: 2em; } .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filter-current .action.remove { display: inline-block; text-decoration: none; } .abs-remove-button-for-blocks > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filter-current .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-remove-button-for-blocks:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 15px; color: #999; content: '\f819'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-remove-button-for-blocks:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filter-current .action.remove:hover:before { color: #494949; } .abs-remove-button-for-blocks:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filter-current .action.remove:active:before { color: #999; } .abs-product-link > a:visited { color: #777; text-decoration: underline; } .abs-product-link > a:hover { color: #777; text-decoration: underline; } .abs-product-link > a:active { color: #777; text-decoration: underline; } .abs-like-link:visited { color: #222529; text-decoration: none; } .abs-like-link:hover { color: #222529; text-decoration: underline; } .abs-like-link:active { color: #222529; text-decoration: underline; } .form.giftregistry.items .actions-toolbar, .form.wishlist.items .actions-toolbar { margin-left: 0; } .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove { width: auto; line-height: normal; position: absolute; top: 34px; margin-left: 73%; } .form-giftregistry-share .fieldset .field .control, .form-giftregistry-edit .fieldset .field .control, .form-add-invitations .fieldset .field .control, .form-create-return .fieldset .field .control, .form.send.friend .fieldset .field .control { width: 70%; } .form-giftregistry-share .fieldset .actions-toolbar > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar > .secondary, .form-add-invitations .fieldset .actions-toolbar > .secondary, .form-create-return .fieldset .actions-toolbar > .secondary, .form.send.friend .fieldset .actions-toolbar > .secondary { float: left; } .form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar > .secondary .action.add, .form-create-return .fieldset .actions-toolbar > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar > .secondary .action.add { margin-top: 1.5em; } .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar { margin: 0; } .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional { margin-top: 55px; position: relative; } .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice { margin: 1.5em 0 0; } .order-details-items .order-items .order-gift-message:not(.expanded-content) { height: 0; visibility: hidden; } .opc-wrapper .form-discount .field .label, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .product-item-actions .actions-secondary.action span, .modes-label, .special-price .price-label, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-onepage-success .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .field.street .field.additional .label, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .form-add-invitations .fields .label, .filter-options-content .filter-count-label, .table-comparison .wishlist.split.button > .action.split span, .product-items .wishlist.split.button > .action.split span, .page-multiple-wishlist .page-title-wrapper .page-title, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .review-date .review-details-label, .customer-review .product-details .rating-average-label, .block-reorder .product-item .label, .action.skip:not(:focus), .page-header .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .shipping-policy-block.field-tooltip .field-tooltip-action span { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .abs-add-clearfix:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:before, .abs-add-fields .fieldset .actions-toolbar:after, .bundle-options-container .product-options-wrapper .field.choice .label:before, .bundle-options-container .product-options-wrapper .field.choice .label:after, .bundle-options-container .product-options-wrapper .field.choice .label:before, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:before, .toolbar:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:before, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:before, .minicart-items .product-item > .product:after, .checkout-container:before, .checkout-container:after, .opc-estimated-wrapper:before, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:before, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:before, .table-order-items .gift-wrapping .content:after, .map-popup .map-info-price:before, .map-popup .map-info-price:after, .multicheckout .item-options:before, .multicheckout .item-options:after, .multicheckout .block:before, .multicheckout .block:after, .multicheckout .block-content:before, .multicheckout .block-content:after, .customer-review .product-details:before, .customer-review .product-details:after, .form-create-return .actions-toolbar:before, .form-create-return .actions-toolbar:after, .header.content:before, .header.content:after, .form-giftregistry-share .fieldset .actions-toolbar:before, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:before, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:before, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:before, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:before, .form.send.friend .fieldset .actions-toolbar:after { content: ''; display: table; } .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:after, .bundle-options-container .product-options-wrapper .field.choice .label:after, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .form-create-return .actions-toolbar:after, .header.content:after, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:after { clear: both; } .abs-field-date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .block-event .slider-panel .slider .item .action.show, .sidebar .block-addbysku .fieldset .fields .field.sku, .form.search.advanced .fields.range .field.date .control, .field .control._with-tooltip, .form-giftregistry-edit .field.date .control { box-sizing: border-box; } .abs-navigation-icon:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 34px; line-height: 1.2; color: inherit; content: '\e81c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-split-button:before, .abs-split-button:after { content: ''; display: table; } .abs-split-button:after { clear: both; } .abs-split-button .action.split { float: left; margin: 0; } .abs-split-button .action.toggle { float: right; margin: 0; } .abs-split-button button.action.split { border-bottom-right-radius: 0; border-top-right-radius: 0; } .abs-split-button button + .action.toggle { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; } .abs-split-button .action.toggle { display: inline-block; text-decoration: none; } .abs-split-button .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-split-button .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: inherit; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-split-button .action.toggle:hover:after { color: inherit; } .abs-split-button .action.toggle:active:after { color: inherit; } .abs-split-button .action.toggle.active { display: inline-block; text-decoration: none; } .abs-split-button .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-split-button .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: inherit; color: inherit; content: '\e81b'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-split-button .action.toggle.active:hover:after { color: inherit; } .abs-split-button .action.toggle.active:active:after { color: inherit; } .abs-split-button .items { margin: 0; padding: 0; list-style: none none; background: #fff; border: 1px solid #bbb; margin-top: 4px; min-width: 100%; z-index: 100; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .abs-split-button .items li { margin: 0; padding: 3px 0.25em; } .abs-split-button .items li:hover { background: #e8e8e8; cursor: pointer; } .abs-split-button .items:before, .abs-split-button .items:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .abs-split-button .items:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .abs-split-button .items:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .abs-split-button .items:before { right: 10px; top: -12px; } .abs-split-button .items:after { right: 9px; top: -14px; } .abs-split-button.active { overflow: visible; } .abs-split-button.active .items { display: block; } .bundle-options-container .block-bundle-summary .product-addto-links > .action, .action.tocompare, .product-addto-links .action.tocompare, .moved-add-to-links .action.tocompare, .product-social-links .action.tocompare, .wishlist.split.button > .action.split, .product-social-links .action.mailto.friend, .moved-add-to-links .action.mailto.friend, .product-social-links .action.towishlist, .product-addto-links .action.towishlist, .block-bundle-summary .action.towishlist, .product-item .action.towishlist, .table-comparison .action.towishlist { color: #222529; vertical-align: middle; text-transform: uppercase; font-weight: 600; width: 48px; height: 48px; line-height: 46px; border: 1px solid #e7e7e7; display: inline-block; text-decoration: none; } .abs-actions-addto:before, .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .action.tocompare:before, .product-addto-links .action.tocompare:before, .moved-add-to-links .action.tocompare:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .moved-add-to-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.125rem; line-height: inherit; color: inherit; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .action.tocompare:hover, .product-addto-links .action.tocompare:hover, .moved-add-to-links .action.tocompare:hover, .product-social-links .action.tocompare:hover, .wishlist.split.button > .action.split:hover, .product-social-links .action.mailto.friend:hover, .moved-add-to-links .action.mailto.friend:hover, .product-social-links .action.towishlist:hover, .product-addto-links .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover, .product-item .action.towishlist:hover, .table-comparison .action.towishlist:hover { text-decoration: none; } .bundle-options-container .block-bundle-summary .product-addto-links > .action:before, .action.tocompare:before, .product-addto-links .action.tocompare:before, .moved-add-to-links .action.tocompare:before, .product-social-links .action.tocompare:before, .wishlist.split.button > .action.split:before, .product-social-links .action.mailto.friend:before, .moved-add-to-links .action.mailto.friend:before, .product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { display: block; } .box-tocart { margin: 0 0 1.5em; } .abs-cart-block > .title, .abs-discount-block .block > .title, .cart-summary .block > .title, .magento-payments-review-discount .block > .title, .paypal-review-discount .block > .title, .cart-discount .block > .title { border-top: 1px solid #e7e7e7; cursor: pointer; margin-bottom: 0; position: relative; padding: 0.5em 2em 0.5em 15px; display: block; text-decoration: none; } .abs-cart-block > .title:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .magento-payments-review-discount .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { position: absolute; right: 1em; top: 0.5em; } .abs-toggling-title > span, .abs-cart-block > .title > span, .abs-discount-block .block > .title > span, .cart-summary .block > .title > span, .magento-payments-review-discount .block > .title > span, .paypal-review-discount .block > .title > span, .cart-discount .block > .title > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-toggling-title:after, .abs-cart-block > .title:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .magento-payments-review-discount .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 3px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-discount-block .block, .cart-summary .block, .magento-payments-review-discount .block, .paypal-review-discount .block, .cart-discount .block { margin: 0; } .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .magento-payments-review-discount .block > .title:after, .paypal-review-discount .block > .title:after, .cart-discount .block > .title:after { color: #858585; } .abs-discount-block .block .content, .cart-summary .block .content, .magento-payments-review-discount .block .content, .paypal-review-discount .block .content, .cart-discount .block .content { display: none; padding: 5px 15px 23px; position: relative; } .abs-cart-block.active > .title:after, .abs-discount-block .block.active > .title:after, .cart-summary .block.active > .title:after, .magento-payments-review-discount .block.active > .title:after, .paypal-review-discount .block.active > .title:after, .cart-discount .block.active > .title:after { content: '\e81b'; } .abs-discount-block .block.active .content, .cart-summary .block.active .content, .magento-payments-review-discount .block.active .content, .paypal-review-discount .block.active .content, .cart-discount .block.active .content { display: block; } .multicheckout .table-wrapper .cart-price { font-size: 1.4rem; font-weight: 400; } .multicheckout .table-wrapper .product-item-name { font-size: 1.4rem; font-weight: 300; margin: 0; } .block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .box-newsletter .box-content { line-height: 24px; } .magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax, .magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax, .magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax, .magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax, .paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax { color: #222529; display: block; font-size: 1.3rem; line-height: 1; white-space: nowrap; } .magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price, .magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price, .magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price, .magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.price .price-including-tax .price, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price, .order-details-items .col.price .price-including-tax .price, .order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-including-tax .price, .order-details-items .col.subtotal .price-excluding-tax .price { font-weight: 400; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax, .cart-summary .price-including-tax, .cart-summary .price-excluding-tax, .gift-summary .price-including-tax, .gift-summary .price-excluding-tax, .gift-options .price-including-tax, .gift-options .price-excluding-tax { display: inline-block; font-size: 1.4rem; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax { display: inline-block; font-size: 1.1rem; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before { content: "(" attr(data-label) ": "; } .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after, .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after { content: ")"; } .price-including-tax .cart-tax-total, .price-excluding-tax .cart-tax-total, .magento-payments-review .table-magento-payments-review-items .cart-tax-total, .paypal-review .table-paypal-review-items .cart-tax-total, .cart.table-wrapper .cart-tax-total, .order-details-items .cart-tax-total { cursor: pointer; position: relative; padding-right: 0.5em; display: inline-block; text-decoration: none; } .abs-tax-total:after, .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .magento-payments-review .table-magento-payments-review-items .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 8px; line-height: 8px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 3px 0 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after, .magento-payments-review .table-magento-payments-review-items .cart-tax-total:after, .paypal-review .table-paypal-review-items .cart-tax-total:after, .cart.table-wrapper .cart-tax-total:after, .order-details-items .cart-tax-total:after { position: absolute; right: -2px; top: 4px; } .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after, .price-excluding-tax .cart-tax-total-expanded:after, .magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after, .paypal-review .table-paypal-review-items .cart-tax-total-expanded:after, .cart.table-wrapper .cart-tax-total-expanded:after, .order-details-items .cart-tax-total-expanded:after { content: '\e81b'; } .giftcard-account .form-giftcard-redeem .fieldset, .form-giftregistry-create .fieldset { margin-bottom: 1em; } .review-ratings .rating-summary, .customer-review .review-details .customer-review-rating .rating-summary { display: table-row; } .review-ratings .rating-label, .customer-review .review-details .customer-review-rating .rating-label { display: table-cell; vertical-align: baseline; padding-top: 1px; padding-right: 1.25em; padding-bottom: 0.25em; } .review-ratings .rating-result, .customer-review .review-details .customer-review-rating .rating-result { vertical-align: top; display: table-cell; } .block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^="sales-guest-"] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after { content: ""; display: inline-block; height: 12px; margin: 0 0.5em; border-left: 1px solid #eaeaea; vertical-align: -1px; } .block-addresses-list .items.addresses .item.actions .action:last-child:after, .account .data.table .col.actions .action:last-child:after, [class^="sales-guest-"] .data.table .col.actions .action:last-child:after, .sales-guest-view .data.table .col.actions .action:last-child:after, .block .box-actions .action:last-child:after { display: none; } .magento-payments-review .block .block-title > .action, .paypal-review .block .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action { float: right; font-size: 13px; line-height: 19px; } .magento-payments-review .block .box-title, .paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title { display: block; } .magento-payments-review .block .box-title > .action, .paypal-review .block .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action { font-weight: 400; margin-left: 0.5em; } .block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after, .minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after { content: ": "; } .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new { display: inline-block; text-decoration: none; } .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\e61c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover { background: #e8e8e8; } .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before { margin-left: -17px; margin-right: 0.25em; } .abs-sidebar-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend, .cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^="multishipping-"] .nav-sections, [class^="multishipping-"] .nav-toggle, .no-display, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption { display: none; } .return-status, .order-status { border: 2px solid #e7e7e7; border-radius: 3px; display: inline-block; padding: 0 0.5em; text-transform: uppercase; vertical-align: top; } .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^="sales-guest-"] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title, .magento-rma-guest-returns .page-main .page-title-wrapper .page-title { color: #222529; font-size: 20px; margin: 0 0 15px; font-weight: 400; } .magento-rma-returns-returns .page-main .page-title-wrapper .order-date, .magento-rma-returns-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date, .account .page-main .page-title-wrapper .order-date, [class^="sales-guest-"] .page-main .page-title-wrapper .order-date, .sales-guest-view .page-main .page-title-wrapper .order-date, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date { font-size: 13px; margin-bottom: 0.5em; } .magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label, .magento-rma-returns-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label, .account .page-main .page-title-wrapper .order-date .label, [class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label, .sales-guest-view .page-main .page-title-wrapper .order-date .label, .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label { display: none; } .account .column.main .order-details-items .table-wrapper .data.table, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table, .block-giftregistry-results .data.table, .block-wishlist-search-results .data.table, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table { border: none; } .abs-table-striped > tbody > tr:nth-child(even) > td, .abs-table-striped > tbody > tr:nth-child(even) > th, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th, .block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td, .block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th, .block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td, .block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th { background: #f6f6f6; } .abs-table-striped > thead > tr > th, .abs-table-striped > tbody > tr > th, .abs-table-striped > tfoot > tr > th, .abs-table-striped > thead > tr > td, .abs-table-striped > tbody > tr > td, .abs-table-striped > tfoot > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td, .block-giftregistry-results .data.table > thead > tr > th, .block-giftregistry-results .data.table > tbody > tr > th, .block-giftregistry-results .data.table > tfoot > tr > th, .block-giftregistry-results .data.table > thead > tr > td, .block-giftregistry-results .data.table > tbody > tr > td, .block-giftregistry-results .data.table > tfoot > tr > td, .block-wishlist-search-results .data.table > thead > tr > th, .block-wishlist-search-results .data.table > tbody > tr > th, .block-wishlist-search-results .data.table > tfoot > tr > th, .block-wishlist-search-results .data.table > thead > tr > td, .block-wishlist-search-results .data.table > tbody > tr > td, .block-wishlist-search-results .data.table > tfoot > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td { border: none; } .abs-table-striped > thead > tr > th, .abs-table-striped > thead > tr > td, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, [class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td, .block-giftregistry-results .data.table > thead > tr > th, .block-giftregistry-results .data.table > thead > tr > td, .block-wishlist-search-results .data.table > thead > tr > th, .block-wishlist-search-results .data.table > thead > tr > td, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th, .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td { border-bottom: 1px solid #e7e7e7; } .block-compare .counter, .block-wishlist .counter { color: #c1c1c1; font-size: 1.2rem; white-space: nowrap; } .block-compare .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title { margin: 0 0 1em; } .block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong { font-size: 16px; font-weight: 600; color: #000; } .block-cart-failed, .cart-container .form-cart { margin-bottom: 1em; } .block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .continue, .cart-container .form-cart .actions.main .clear { display: none; } .form.search.advanced .fields.range .field.date .control, .form-giftregistry-edit .field.date .control { position: relative; } .abs-field-date input, .form-giftregistry-search .fields-specific-options .datetime-picker, .form.search.advanced .fields.range .field.date input, .form-giftregistry-edit .field.date input { margin-right: 0.5em; width: calc(100% - (23px + 0.5em)); } .field .control._with-tooltip { position: relative; } .field .control._with-tooltip input { margin-right: 0.5em; width: calc(100% - (21px + 0.5em + 0.25em)); } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content { right: -0.5em; top: 40px; left: auto; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after { border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 0.5em; left: auto; top: 0%; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before { border-bottom-color: #ddd; } .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after { border-bottom-color: #f4f4f4; top: 1px; } .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title { padding-bottom: 0.5em; color: #777; font-weight: 300; font-size: 1rem; } .cart-totals, .opc-block-summary .table-totals { border-top: 1px solid #e7e7e7; padding-top: 10px; } .cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark { border: 0; font-weight: 400; padding: 6px 0; } .cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount { border: 0; font-weight: 400; padding: 6px 0 6px 14px; text-align: right; color: #000; } .cart-totals .grand th, .cart-totals .grand td, .opc-block-summary .table-totals .grand th, .opc-block-summary .table-totals .grand td { padding: 11px 0; } .cart-totals .grand strong, .opc-block-summary .table-totals .grand strong { display: inline-block; font-weight: 600; padding: 3px 0 0; } .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark { border-top: 1px solid #e7e7e7; font-size: 1rem; padding-right: 0.5em; } .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount { border-top: 1px solid #e7e7e7; font-size: 1rem; } .cart-totals .msrp, .opc-block-summary .table-totals .msrp { margin-bottom: 0.5em; } .cart-totals tbody tr:last-child td, .opc-block-summary .table-totals tbody tr:last-child td { padding-bottom: 19px; } .cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount, .opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; cursor: pointer; } .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price { position: relative; padding-right: 1em; display: inline-block; text-decoration: none; } .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after { position: absolute; right: 3px; top: 3px; } .cart-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .amount, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount { border-bottom: 0; } .abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after { content: '\e81b'; } .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details { display: none; border-bottom: 1px solid #e7e7e7; } .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown { display: table-row; } .cart-totals .table-wrapper, .opc-block-summary .table-totals .table-wrapper { margin-bottom: 0; } .magento-payments-review-discount .block > .title strong, .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong { color: #1979c3; font-weight: 400; } .magento-payments-review-discount .actions-toolbar, .paypal-review-discount .actions-toolbar, .cart-discount .actions-toolbar { display: table-cell; vertical-align: top; width: 1%; } .magento-payments-review-discount .actions-toolbar .action.primary, .magento-payments-review-discount .actions-toolbar .action.cancel, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel { border-bottom-left-radius: 0; border-top-left-radius: 0; margin: 0 0 0 -1px; white-space: nowrap; width: auto; } .magento-payments-review-discount .actions-toolbar .secondary, .paypal-review-discount .actions-toolbar .secondary, .cart-discount .actions-toolbar .secondary { bottom: 5px; left: 15px; position: absolute; } .magento-payments-review-discount .action.check, .paypal-review-discount .action.check, .cart-discount .action.check { font-weight: 400; } .magento-payments-review-discount .fieldset, .paypal-review-discount .fieldset, .cart-discount .fieldset { display: table; width: 100%; } .magento-payments-review-discount .fieldset > .field > .label, .paypal-review-discount .fieldset > .field > .label, .cart-discount .fieldset > .field > .label { display: none; } .magento-payments-review-discount .field, .paypal-review-discount .field, .cart-discount .field { display: table-cell; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/light/opensans-300.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/regular/opensans-400.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/semibold/opensans-600.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Open Sans'; src: url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/fonts/opensans/bold/opensans-700.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; } .items { margin: 0; padding: 0; list-style: none none; } .columns { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; } .columns:after { clear: both; content: ' '; display: block; height: 0; overflow: hidden; visibility: hidden; } .columns .column.main { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; -ms-flex-order: 1; -webkit-order: 1; order: 1; max-width: 100%; } .columns .sidebar-main { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; -ms-flex-order: 1; -webkit-order: 1; order: 1; max-width: 100%; } .columns .sidebar-additional { -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-basis: 100%; flex-basis: 100%; -ms-flex-order: 2; -webkit-order: 2; order: 2; max-width: 100%; padding: 20px 0; } .page-main { padding-top: 20px; padding-bottom: 40px; } .page-main > .page-title-wrapper .page-title { font-size: 20px; margin: 0 0 15px; color: #222529; } @media (min-width: 992px) { .navigation, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main { padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; width: auto; max-width: 1140px; box-sizing: border-box; } .page-main { width: 100%; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 0; flex-shrink: 0; -webkit-flex-basis: auto; flex-basis: auto; } .ie9 .page-main { width: auto; } .columns { display: block; } .column.main { min-height: 300px; } .page-layout-1column .column.main { width: 100%; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .page-layout-3columns .column.main { width: 50%; display: inline-block; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .page-layout-2columns-left .column.main { width: 75%; float: right; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .page-layout-2columns-right .column.main { width: 75%; float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .sidebar-main { padding-right: 2%; } .page-layout-3columns .sidebar-main { width: 25%; float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .page-layout-2columns-left .sidebar-main { width: 25%; float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .page-layout-2columns-right .sidebar-main { width: 25%; float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .page-layout-2columns-right .sidebar-main { padding-right: 0; padding-left: 2%; } b .panel.header { padding: 10px 20px; } } .table { margin-bottom: 0; } th.mark { background-color: transparent; } .table-wrapper { margin-bottom: 1em; } table > caption { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .table tfoot { border-top: 1px solid #ccc; } .table tfoot > tr:first-child th, .table tfoot > tr:first-child td { border-top: 1px solid #e7e7e7; padding-top: 1em; } .table tfoot th, .table tfoot td { border: 0; } .table tfoot .mark { font-weight: 400; text-align: right; } .message.info { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #fdf0d5; color: #6f4400; padding-left: 45px; position: relative; } .message.info a { color: #222529; } .message.info a:hover { color: #222529; } .message.info a:active { color: #222529; } .message.info > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: #c07600; content: '\f84a'; font-family: 'porto-icons'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.error { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #fae5e5; color: #e02b27; padding-left: 45px; position: relative; } .message.error a { color: #222529; } .message.error a:hover { color: #222529; } .message.error a:active { color: #222529; } .message.error > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: #b30000; content: '\f847'; font-family: 'porto-icons'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.warning { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #fdf0d5; color: #6f4400; padding-left: 45px; position: relative; } .message.warning a { color: #222529; } .message.warning a:hover { color: #222529; } .message.warning a:active { color: #222529; } .message.warning > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: #c07600; content: '\f84a'; font-family: 'porto-icons'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.notice { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #fdf0d5; color: #6f4400; padding-left: 45px; position: relative; } .message.notice a { color: #222529; } .message.notice a:hover { color: #222529; } .message.notice a:active { color: #222529; } .message.notice > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: #c07600; content: '\f84a'; font-family: 'porto-icons'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .message.success { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #e5efe5; color: #006400; padding-left: 45px; position: relative; } .message.success a { color: #222529; } .message.success a:hover { color: #222529; } .message.success a:active { color: #222529; } .message.success > *:first-child:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; line-height: 24px; color: #006400; content: '\f846'; font-family: 'porto-icons'; margin: -12px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; left: 0; top: 22px; width: 45px; position: absolute; text-align: center; } .panel.header .links, .panel.header .switcher { display: none; } .nav-toggle { display: inline-block; text-decoration: none; cursor: pointer; display: block; margin-right: 20px; position: relative; z-index: 1; padding: 6.5px 10px 6.5px 1px; text-align: center; vertical-align: middle; margin: 8px 0.25rem 8px 0; line-height: 20px; border-radius: 0.25rem; } .nav-toggle:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 20px; line-height: inherit; color: inherit; content: '\f827'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .nav-toggle:hover:before { color: inherit; } .nav-toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } @media (max-width: 991px) { .navigation .parent .level-top { position: relative; display: block; text-decoration: none; color: #777; } .navigation .parent .level-top:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 42px; line-height: inherit; color: inherit; content: '\e81c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .navigation .parent .level-top:after { position: absolute; right: 7px; top: -8px; } .navigation .parent .level-top.ui-state-active:after { content: '\e81b'; } .nav-sections { -webkit-transition: left 0.3s; -moz-transition: left 0.3s; -ms-transition: left 0.3s; transition: left 0.3s; height: 100%; left: -80%; left: calc(-1 * (100% - 54px)); overflow: auto; position: fixed; top: 0; width: 80%; width: calc(100% - 54px); background-color: #f6f6f6; } .nav-sections .switcher { border-bottom: 1px solid #ddd; font-weight: 400; margin: 0; padding: 12px 20px; height: auto; color: #777; } .nav-sections .switcher .label { display: block; margin-bottom: 0.25em; } .nav-sections .switcher-trigger strong { display: inline-block !important; position: relative; } .nav-sections .switcher-dropdown { margin: 0; padding: 0; list-style: none none; padding: 0.5em 0; } .nav-sections .header.links { margin: 0; padding: 0; list-style: none none; color: #777; } .nav-sections .header.links li { border-bottom: 1px solid #ddd; margin: 0; } .nav-sections .header.links li.greet.welcome { font-weight: 400; padding: 12px 20px; } .nav-sections .header.links a, .nav-sections .header.links a:hover { color: #777; text-decoration: none; display: block; font-weight: 400; padding: 12px 20px; } .nav-sections .header.links a:hover { color: #222529 !important; } .nav-before-open { height: 100%; width: 100%; } .nav-before-open .page-wrapper { -webkit-transition: left 0.3s; -moz-transition: left 0.3s; -ms-transition: left 0.3s; transition: left 0.3s; height: 100%; left: 0; overflow: hidden; position: relative; } .nav-before-open body { height: 100%; overflow: hidden; position: relative; width: 100%; } .nav-open .page-wrapper { left: 80%; left: calc(100% - 54px); overflow: visible; } .nav-open .nav-sections { -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); left: 0; z-index: 99; } .nav-open .nav-toggle:after { background: rgba(0, 0, 0, 0.01); content: ''; display: block; height: 100%; position: fixed; right: 0; top: 0; width: 100%; z-index: 1; } header.page-header .nav-sections-items { position: relative; z-index: 1; } header.page-header .nav-sections-items:before, header.page-header .nav-sections-items:after { content: ''; display: table; } header.page-header .nav-sections-items:after { clear: both; } header.page-header .nav-sections-item-title { background: #222529; border: solid rgba(255, 255, 255, 0.3); border-width: 0 0 1px 1px; box-sizing: border-box; float: left; height: 71px; padding-top: 24px; text-align: center; width: 33.33%; } header.page-header .nav-sections-item-title.active { background: transparent; border-bottom: 0; } header.page-header .nav-sections-item-title.active > a, header.page-header .nav-sections-item-title.active > a:hover, header.page-header .nav-sections-item-title.active > a:focus { color: #222529; } header.page-header .nav-sections-item-title > a, header.page-header .nav-sections-item-title > a:hover, header.page-header .nav-sections-item-title > a:focus { color: #fff; } header.page-header .nav-sections-item-content { box-sizing: border-box; float: right; margin-left: -100%; margin-top: 71px; width: 100%; } header.page-header .nav-sections-item-content:before, header.page-header .nav-sections-item-content:after { content: ''; display: table; } header.page-header .nav-sections-item-content:after { clear: both; } header.page-header .nav-sections-item-content.active { display: block; } .navigation { background: transparent; box-sizing: border-box; } .navigation ul { margin: 0; padding: 0; } .navigation li { margin: 0; } .navigation a { display: block; padding-top: 0.5em; padding-right: 0; padding-bottom: 0.5em; padding-left: 15px; } .navigation a, .navigation a:hover { color: #777; text-decoration: none; } .navigation .level0 { border-top: 1px solid #ddd; font-size: 1.3rem; } .navigation .level0 > .level-top { font-weight: 400; padding: 8px 2em 8px 15px; text-transform: uppercase; word-wrap: break-word; } .navigation .level0 > .level-top:hover { color: #777; } .navigation .level0.active .all-category .ui-state-focus { border-color: #ff5501; border-style: solid; border-width: 0 0 0 8px; padding-left: 7px; display: inline-block; } .navigation .level0 > .level1 { font-weight: 600; } .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) { border-color: #ff5501; border-style: solid; border-width: 0 0 0 8px; } .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) { margin-left: -8px; } .navigation li.level0:last-child { border-bottom: 1px solid #ddd; } .navigation .submenu > li { word-wrap: break-word; } .navigation .submenu > li > a:hover { color: #777; } .navigation .submenu:not(:first-child) { font-weight: 400; line-height: 1.3; left: auto !important; overflow-x: hidden; padding: 0; position: relative; top: auto !important; transition: left 0.3s ease-out; } .navigation .submenu:not(:first-child) > li > a { padding-left: 15px; } .navigation .submenu:not(:first-child) > li:last-child { margin-bottom: 0; } .navigation .submenu:not(:first-child) ul { display: block; padding-left: 15px; } .navigation .submenu:not(:first-child) ul > li { margin: 0; } .navigation .submenu:not(:first-child) ul > li a { color: #777; display: block; line-height: normal; } .navigation .submenu:not(:first-child) ul > li a:hover { color: #777; } .navigation .submenu:not(:first-child).expanded { display: block !important; padding-right: 0; top: 0 !important; } .navigation .submenu:not(:first-child) .active > a { border-color: #ff5501; border-style: solid; border-width: 0 0 0 8px; padding-left: 7px; } .navigation .submenu:not(:first-child) .level1.active > a { padding-left: 7px; } .navigation a { padding-top: 10px; padding-bottom: 10px; } .navigation a:hover { color: #222529 !important; } .navigation li.level0 { line-height: 16px; } .navigation li.level0:first-child { border-top: 0; } .navigation li.level0 > a.level-top { padding: 13px 36px 13px 15px; } .navigation li.level0 > a.ui-state-active { color: #000; font-weight: 600; } .navigation li.level0 > a.ui-state-active, .navigation li.level0 > a.ui-state-active + .submenu { background-color: #eee; } .navigation li.level0.active .all-category .ui-state-focus, .navigation li.level0.active > a:not(.ui-state-active), .navigation li.level0.has-active > a:not(.ui-state-active), .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) { border-left: 0; margin-left: 0; } .navigation li.level0 > .ui-menu-item > a { font-weight: 400; } .navigation li.level0 .ui-menu-item > a:before { content: '\f801'; display: inline; font-family: 'porto-icons'; margin-right: 10px; font-size: 16px; vertical-align: top; color: #aaa; } .navigation li.level0 ul.level0 > .level1 { font-weight: 400; } .navigation ul.submenu, .navigation ul.submenu:not(:first-child) { padding-left: 15px; } .navigation ul.submenu .active > a, .navigation ul.submenu:not(:first-child) .active > a, .navigation ul.submenu .level1.active > a, .navigation ul.submenu:not(:first-child) .level1.active > a { padding-left: 15px; border: 0; font-weight: 600; } .navigation ul.submenu > li { line-height: 16px; } } @media (min-width: 992px) { .nav-toggle { display: none; } .nav-sections { -webkit-flex-shrink: 0; flex-shrink: 0; -webkit-flex-basis: auto; flex-basis: auto; } .nav-sections-item-title { display: none; } .nav-sections-item-content > * { display: none; } .nav-sections-item-content > .navigation { display: block; z-index: 5; } .navigation { background: transparent; font-size: 12px; font-weight: 700; height: inherit; left: auto; overflow: inherit; padding: 0; position: relative; top: 0; width: 100%; z-index: 3; } .navigation:empty { display: none; } .navigation ul { margin-top: 0; margin-bottom: 0; padding: 0; position: relative; } .navigation li.level0 { border-top: none; } .navigation li.level1 { position: relative; } .navigation .level0 { margin: 0 0.5em 0 0; display: inline-block; position: relative; } .navigation .level0:last-child { margin-right: 0; padding-right: 0; } .navigation .level0:hover:after { content: ''; display: block; position: absolute; top: 0; left: 100%; width: 10px; height: calc(100% + 3px); z-index: 1; } .navigation .level0 > .level-top { color: #575757; line-height: 46px; padding: 0 12px; text-decoration: none; box-sizing: border-box; position: relative; display: inline-block; } .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus { color: #777; text-decoration: none; } .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top { border-color: #ff5501; border-style: solid; border-width: 0; color: #777; text-decoration: none; display: inline-block; } .navigation .level0.parent:hover > .submenu { overflow: visible !important; } .navigation .level0.parent > .level-top { padding-right: 20px; } .navigation .level0.parent > .level-top > .ui-menu-icon { position: absolute; right: 0; display: inline-block; text-decoration: none; } .navigation .level0.parent > .level-top > .ui-menu-icon > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .navigation .level0.parent > .level-top > .ui-menu-icon:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 20px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .navigation .level0 .submenu { background: #fff; border: 0 solid #222529; box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19); font-weight: 400; min-width: 230px; padding: 0; display: none; left: 0; margin: 0 !important; position: absolute; z-index: 1; margin-top: 11px; } .navigation .level0 .submenu > ul { margin-top: 11px; } .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after { content: ''; display: block; overflow: hidden; position: absolute; } .navigation .level0 .submenu > ul:before { color: #fff; left: 20px; top: -20px; border: 10px solid transparent; height: 0; width: 0; border-bottom-color: #fff; z-index: 4; } .navigation .level0 .submenu > ul:after { border: 11px solid transparent; height: 0; width: 0; border-bottom-color: #222529; color: #222529; left: 19px; top: -22px; z-index: 3; } .navigation .level0 .submenu:before { content: ''; display: block; position: absolute; width: 100%; height: 4px; left: 0; top: -4px; z-index: 1; } .navigation .level0 .submenu a { display: block; line-height: inherit; color: #777; padding: 9px 5px; } .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus { background: #f4f4f4; color: #777; text-decoration: none; } .navigation .level0 .submenu .active > a { border-color: #ff5501; border-style: solid; border-width: 0 0 0 3px; } .navigation .level0 .submenu .submenu { top: -1px !important; left: 100% !important; } .navigation .level0 .submenu .submenu-reverse { left: auto !important; right: 100%; } .navigation .level0 .submenu li { margin: 0; position: relative; } .navigation .level0 .submenu li.parent > a > .ui-menu-icon { position: absolute; right: 3px; display: inline-block; text-decoration: none; } .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 20px; color: inherit; content: '\f801'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .navigation .level0.more { position: relative; display: inline-block; text-decoration: none; } .navigation .level0.more:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 26px; line-height: inherit; color: inherit; content: '\e607'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .navigation .level0.more:before { display: none; } .navigation .level0.more:after { cursor: pointer; padding: 8px 12px; position: relative; z-index: 1; } .navigation .level0.more:hover > .submenu { overflow: visible !important; } .navigation .level0.more li { display: block; } .panel.header .links, .panel.header .switcher { display: inline-block; margin: 0; vertical-align: middle; } .navigation li.level0 { transition-delay: 0.3s; margin-right: 0; } } .tooltip.wrapper { position: relative; } .tooltip.wrapper .tooltip.content { background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #777; line-height: 1.4; border: 1px solid #bbb; margin-top: 5px; left: 0; top: 100%; } .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before { border: solid transparent; content: ''; height: 0; position: absolute; width: 0; } .tooltip.wrapper .tooltip.content:after { border-width: 5px; border-color: transparent; } .tooltip.wrapper .tooltip.content:before { border-width: 6px; border-color: transparent; } .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before { bottom: 100%; } .tooltip.wrapper .tooltip.content:after { border-bottom-color: #fff; left: 15px; margin-left: -5px; } .tooltip.wrapper .tooltip.content:before { border-bottom-color: #bbb; left: 15px; margin-left: -6px; } .tooltip.wrapper .tooltip.toggle { cursor: help; } .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content, .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content, .tooltip.wrapper:hover .tooltip.content { display: block; } .tooltip.wrapper .tooltip.content dl { margin-bottom: 0; } .tooltip.wrapper .tooltip.content dd { white-space: normal; } .tooltip.wrapper .tooltip.content .subtitle { display: inline-block; font-size: 16px; font-weight: 500; margin-bottom: 15px; } .tooltip.wrapper .tooltip.content .label { margin-top: 0.5em; } .tooltip.wrapper .tooltip.content .label:first-child { margin-top: 0; } .tooltip.wrapper .tooltip.content .values { margin: 0; } .ui-tooltip { position: absolute; z-index: 9999; } .load.indicator { background-color: rgba(255, 255, 255, 0.7); z-index: 9999; bottom: 0; left: 0; position: fixed; right: 0; top: 0; position: absolute; } .load.indicator:before { background: transparent url('../../frontend/Smartwave/porto/de_DE/images/loader-2.gif') no-repeat 50% 50%; border-radius: 5px; height: 160px; width: 160px; bottom: 0; box-sizing: border-box; content: ''; left: 0; margin: auto; position: absolute; right: 0; top: 0; } .load.indicator > span { display: none; } .loading-mask { bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.5); } .loading-mask .loader > img { bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100; } .loading-mask .loader > p { display: none; } body > .loading-mask { z-index: 9999; } ._block-content-loading { position: relative; } [data-role='main-css-loader'] { display: none; } .fieldset { border: 0; margin: 0 0 2em; padding: 0; letter-spacing: -0.31em; } .fieldset > * { letter-spacing: normal; } .fieldset > .legend { margin: 0 0 1em; padding: 0 0 0.5em; width: 100%; box-sizing: border-box; float: left; font-weight: 300; line-height: 1.2; font-size: 1.8rem; } .fieldset > .legend + br { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; } .fieldset:last-child { margin-bottom: 0; } .fieldset > .field, .fieldset > .fields > .field { margin: 0 0 1em; } .fieldset > .field > .label, .fieldset > .fields > .field > .label { margin: 0 0 8px; display: inline-block; } .fieldset > .field:last-child, .fieldset > .fields > .field:last-child { margin-bottom: 0; } .fieldset > .field > .label, .fieldset > .fields > .field > .label { font-weight: 400; font-size: 1.4rem; } .fieldset > .field > .label + br, .fieldset > .fields > .field > .label + br { display: none; } .fieldset > .field .choice input, .fieldset > .fields > .field .choice input { vertical-align: top; } .fieldset > .field .fields.group:before, .fieldset > .fields > .field .fields.group:before, .fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after { content: ''; display: table; } .fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after { clear: both; } .fieldset > .field .fields.group .field, .fieldset > .fields > .field .fields.group .field { box-sizing: border-box; float: left; } .fieldset > .field .fields.group.group-2 .field, .fieldset > .fields > .field .fields.group.group-2 .field { width: 50% !important; } .fieldset > .field .fields.group.group-3 .field, .fieldset > .fields > .field .fields.group.group-3 .field { width: 33.3% !important; } .fieldset > .field .fields.group.group-4 .field, .fieldset > .fields > .field .fields.group.group-4 .field { width: 25% !important; } .fieldset > .field .fields.group.group-5 .field, .fieldset > .fields > .field .fields.group.group-5 .field { width: 20% !important; } .fieldset > .field .addon, .fieldset > .fields > .field .addon { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0; width: 100%; } .fieldset > .field .addon textarea, .fieldset > .fields > .field .addon textarea, .fieldset > .field .addon select, .fieldset > .fields > .field .addon select, .fieldset > .field .addon input, .fieldset > .fields > .field .addon input { -ms-flex-order: 2; -webkit-order: 2; order: 2; -webkit-flex-basis: 100%; flex-basis: 100%; display: inline-block; margin: 0; width: auto; } .fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore, .fieldset > .field .addon .addafter, .fieldset > .fields > .field .addon .addafter { background: #fff; background-clip: padding-box; border: 1px solid #ccc; border-radius: 6px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; height: 38px; line-height: 1.4; padding: 10px; vertical-align: baseline; width: 100%; box-sizing: border-box; -ms-flex-order: 3; -webkit-order: 3; order: 3; display: inline-block; vertical-align: middle; white-space: nowrap; width: auto; } .fieldset > .field .addon .addbefore:disabled, .fieldset > .fields > .field .addon .addbefore:disabled, .fieldset > .field .addon .addafter:disabled, .fieldset > .fields > .field .addon .addafter:disabled { opacity: 0.5; } .fieldset > .field .addon .addbefore::-moz-placeholder, .fieldset > .fields > .field .addon .addbefore::-moz-placeholder, .fieldset > .field .addon .addafter::-moz-placeholder, .fieldset > .fields > .field .addon .addafter::-moz-placeholder { color: #ddd; } .fieldset > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .field .addon .addafter::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder { color: #ddd; } .fieldset > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .field .addon .addafter:-ms-input-placeholder, .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder { color: #ddd; } .fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore { float: left; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .fieldset > .field .additional, .fieldset > .fields > .field .additional { margin-top: 0.5em; } .fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after { content: '*'; color: #e02b27; font-size: 1em; margin: 0 0 0 0.25em; } .fieldset > .field .note, .fieldset > .fields > .field .note { font-size: 1em; margin: 3px 0 0; padding: 0; display: inline-block; text-decoration: none; } .fieldset > .field .note:before, .fieldset > .fields > .field .note:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 2em; line-height: 1em; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .fieldset > .field.no-label > .label, .fieldset > .fields > .field.no-label > .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .fieldset > .field.choice .label, .fieldset > .fields > .field.choice .label { font-weight: normal; margin: 0; display: inline; } .fieldset > .field .label, .fieldset > .fields > .field .label { font-size: 0.92em; } .column:not(.main) .fieldset > .field .label, .column:not(.main) .fieldset > .fields > .field .label { font-weight: normal; } .fieldset > .field .note, .fieldset > .fields > .field .note { font-size: 0.92em; } .fieldset > .field .field.choice, .fieldset > .fields > .field .field.choice { margin-bottom: 0.5em; } .fieldset > .field .field.choice:last-child, .fieldset > .fields > .field .field.choice:last-child { margin-bottom: 0; } .fieldset > .legend { color: #222529; } .legend + .fieldset, .legend + div { clear: both; } .legend span { margin-right: 0.25em; } fieldset.field { border: 0; padding: 0; } .field.date .time-picker { white-space: nowrap; margin-top: 0.5em; display: inline-block; } select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; border: 1px solid #e7e7e7; height: 32px; background: #fff url('../../frontend/Smartwave/porto/de_DE/images/select-bg.svg') no-repeat 99% 49%; background-size: 26px 60px; padding-right: 25px; text-indent: 0.01em; text-overflow: ''; font-family: inherit; } select::-ms-expand { display: none; } .lt-ie10 select { background-image: none; padding-right: 4px; } div.mage-error[generated] { margin-top: 7px; font-size: 1em; } .field-error { font-size: 1em; } .field .tooltip { position: relative; } .field .tooltip .tooltip-content { background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #777; line-height: 1.4; border: 1px solid #bbb; margin-left: 5px; left: 100%; top: 0; } .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before { border: solid transparent; content: ''; height: 0; position: absolute; width: 0; } .field .tooltip .tooltip-content:after { border-width: 5px; border-color: transparent; } .field .tooltip .tooltip-content:before { border-width: 6px; border-color: transparent; } .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before { right: 100%; } .field .tooltip .tooltip-content:after { border-right-color: #fff; margin-top: -5px; top: 15px; } .field .tooltip .tooltip-content:before { border-right-color: #bbb; margin-top: -6px; top: 15px; } .field .tooltip .tooltip-toggle { cursor: help; } .field .tooltip .tooltip-toggle:hover + .tooltip-content, .field .tooltip .tooltip-toggle:focus + .tooltip-content, .field .tooltip:hover .tooltip-content { display: block; } .field .tooltip .tooltip-content { min-width: 200px; white-space: normal; } input:focus ~ .tooltip .tooltip-content, select:focus ~ .tooltip .tooltip-content { display: block; } .hasDatepicker + .ui-datepicker-trigger { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; display: block; text-decoration: none; display: inline-block; vertical-align: middle; } .hasDatepicker + .ui-datepicker-trigger:focus, .hasDatepicker + .ui-datepicker-trigger:active { background: none; border: none; } .hasDatepicker + .ui-datepicker-trigger:hover { background: none; border: none; } .hasDatepicker + .ui-datepicker-trigger.disabled, .hasDatepicker + .ui-datepicker-trigger[disabled], fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger { pointer-events: none; opacity: 0.5; } .hasDatepicker + .ui-datepicker-trigger > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .hasDatepicker + .ui-datepicker-trigger:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 23px; line-height: 23px; color: #c1c1c1; content: '\e612'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .hasDatepicker + .ui-datepicker-trigger:focus { box-shadow: none; outline: 0; } .sidebar .fieldset { margin: 0; } .sidebar .fieldset > .field:not(.choice):not(:last-child), .sidebar .fieldset .fields > .field:not(:last-child) { margin: 0 0 1em; } .sidebar .fieldset > .field:not(.choice) .label, .sidebar .fieldset .fields > .field .label { margin: 0 0 4px; padding: 0 0 0.25em; text-align: left; width: 100%; } .sidebar .fieldset > .field:not(.choice) .control, .sidebar .fieldset .fields > .field .control { width: 100%; } @font-face { font-family: 'porto-icons'; src: url('../../frontend/Smartwave/porto/de_DE/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/icon-fonts/font/porto-icons.woff') format('woff'); font-weight: normal; font-style: normal; font-display: block; } button.action.switch { height: auto; } button { font-size: 1em; } button:not(.primary) { border: 1px solid #ccc; color: #777; line-height: 40px; padding: 0.8em 2em; height: 40px; background-color: #fff; } button:hover { color: #fff; background-color: #222529; border-color: #222529; } body:not(._keyfocus) button:focus { box-shadow: none; } a.action.primary { display: inline-block; text-decoration: none; } a.action.primary:hover, a.action.primary:active, a.action.primary:focus { text-decoration: none; } .action.primary { background-image: none; background: #222529; border: 1px solid #222529; color: #fff; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; padding: 7px 15px; font-size: 1.4rem; box-sizing: border-box; vertical-align: middle; font-weight: 400; line-height: 22px; } .action.primary:focus, .action.primary:active { background: #222529; border: 1px solid #222529; color: #fff; } .action.primary:hover { background: #222529; border: 1px solid #222529; color: #fff; } .action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary { opacity: 0.5; cursor: default; pointer-events: none; } #discount-coupon-form #coupon_code { border-radius: 0; height: 43px; } .product.data.items { margin: 0; padding: 0; } .product.data.items > .item.title { box-sizing: border-box; float: none; width: 100%; } .product.data.items > .item.title > .switch { display: block; } .product.data.items > .item.content { box-sizing: border-box; display: block; float: none; margin: 0; } .product.data.items > .item.content:before, .product.data.items > .item.content:after { content: ''; display: table; } .product.data.items > .item.content:after { clear: both; } .product.data.items > .item.content.active { display: block; } .product.data.items > .item.title { margin: 0; } .product.data.items > .item.title > .switch { border-top: 1px solid #eee; height: 2em; padding: 1px 0.5em 1px 0.5em; font-weight: 600; line-height: 2em; font-size: 1em; color: #777; text-decoration: none; } .product.data.items > .item.title > .switch:visited { color: #c1c1c1; text-decoration: none; } .product.data.items > .item.title > .switch:hover { color: #777; text-decoration: none; } .product.data.items > .item.title > .switch:active { color: #777; text-decoration: none; } .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover { color: #777; text-decoration: none; padding-bottom: 1px; } .product.data.items > .item.content { background: #ffffff; margin: 0; padding: 0.5em 0.5em 1.5em; } .product.data.items .item.title { color: #818692; padding: 15px 0; font-weight: 700; text-transform: uppercase; background: none; border-bottom: 2px solid #e7e7e7; } .product.data.items .item.title > .switch { font-size: 13px; display: inline-block; border: none; height: auto; padding: 0 !important; color: inherit; font-weight: inherit; line-height: inherit; background: none !important; display: block; } .product.data.items .item.title > .switch:hover { color: inherit; background: none; } .product.data.items .item.title.active { color: #222529; border-color: #222529; } .product.data.items .item.title.active > .switch { color: inherit; background: none; padding: 0; } .product.data.items .item.title.active > .switch:hover, .product.data.items .item.title.active > .switch:focus { padding: 0; color: inherit; background: none; } .product.data.items .item.title:hover { border-color: #222529; color: #222529; } .product.data.items .item.title:hover > .switch { color: inherit; padding: 0; } .product.data.items .item.title a { position: relative; } .product.data.items .item.title a:after { font-family: 'porto-icons'; content: '\e81c'; position: absolute; right: 0.5em; top: 1px; } .product.data.items .item.title.active a:after { content: '\e81b'; font-family: 'porto-icons'; } .product.data.items > .item.content { border: none; box-shadow: none; padding: 30px 0 15px; } .product.data.items > .item.content p { font-size: 14px; font-weight: 400; letter-spacing: 0.005em; line-height: 1.9; } .product.data.items .value p:last-child { margin-bottom: 0; } .product.data.items .table-wrapper { margin: 0; } .porto-info-list, .product.description ul { padding-left: 38.5px; margin-bottom: 20px; } .porto-info-list li, .product.description ul li { list-style: none; line-height: 1.5; padding-top: 0.5em; padding-bottom: 0.5em; margin: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .porto-info-list .porto-info-icon, .product.description ul .porto-info-icon, .porto-info-list [class^=porto-icon-], .product.description ul [class^=porto-icon-] { margin-right: 16.5px; line-height: 1.3; top: 2px; color: #21293c; font-size: 16px; } .porto-info-list .porto-icon-ok:before, .product.description ul .porto-icon-ok:before { content: '\e8c1'; } .porto-info-list .porto-info-list-item .porto-info-icon, .product.description ul .porto-info-list-item .porto-info-icon { width: auto; display: inline-block; } .pages > .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages .items { font-size: 0; letter-spacing: -1px; line-height: 0; white-space: nowrap; margin: 0; padding: 0; list-style: none none; display: inline-block; font-weight: 400; } .pages .item { font-size: 1em; line-height: 2.4rem; letter-spacing: normal; margin: 0 5px 0 0; display: inline-block; } .pages .item .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages a.page { background: #fff; border: 1px solid #ccc; color: #222529; display: inline-block; padding: 0 0.25em; text-decoration: none; } .pages a.page:visited { color: #222529; } .pages a.page:hover { background: #222529; border: 1px solid #222529; color: #fff; text-decoration: none; } .pages a.page:active { color: #fff; } .pages strong.page { background: #222529; border: 1px solid #222529; font-size: 1em; line-height: 2.4rem; letter-spacing: normal; color: #fff; display: inline-block; font-weight: 400; padding: 0 0.25em; } .pages .action { background: #fff; border: 1px solid #ccc; color: #999; display: inline-block; padding: 0; text-decoration: none; } .pages .action:visited { color: #999; } .pages .action:hover { background: #222529; border: 1px solid #222529; color: #fff; text-decoration: none; } .pages .action:active { color: #fff; } .pages .action.next { display: inline-block; text-decoration: none; } .pages .action.next:visited:before { color: #999; } .pages .action.next:active:before { color: #fff; } .pages .action.next > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages .action.next:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: inherit; color: #999; content: '\f801'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .pages .action.next:hover:before { color: #fff; } .pages .action.next:active:before { color: #fff; } .pages .action.previous { display: inline-block; text-decoration: none; } .pages .action.previous:visited:before { color: #999; } .pages .action.previous:active:before { color: #fff; } .pages .action.previous > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .pages .action.previous:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: inherit; color: #999; content: '\f802'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .pages .action.previous:hover:before { color: #fff; } .pages .action.previous:active:before { color: #fff; } .pages .item:last-child { margin-right: 0; } .pages strong.page, .pages a.page, .pages .action { border: 1px solid #ccc; border-radius: 0; color: #7b858a; display: block !important; font-size: 15px; font-weight: 700; margin: 0 0; padding: 0 0.5em; line-height: 2.1em; min-width: 2.2em; height: 2.2em; text-decoration: none; text-align: center; background: none; } .pages strong.page::before, .pages a.page::before, .pages .action::before, .pages strong.page:visited, .pages a.page:visited, .pages .action:visited, .pages strong.page:hover, .pages a.page:hover, .pages .action:hover { color: inherit !important; background: none; } .actions-toolbar > .primary, .actions-toolbar > .secondary { text-align: center; margin-bottom: 0.5em; } .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action { margin-bottom: 0.5em; } .actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child { margin-bottom: 0; } .actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child { margin-bottom: 0; } .actions-toolbar > .secondary .action.back { display: none; } .sidebar .actions-toolbar .action.primary { height: 32px; line-height: 30px; padding: 0 15px; } .sidebar .actions-toolbar .secondary a.action { line-height: 32px; margin: 0; } .page-wrapper > .breadcrumbs { padding: 0; background-color: #171717; color: #fff; font-size: 0.75rem; margin-bottom: 0; } .page-wrapper > .breadcrumbs .items { padding: 12px 10px; display: flex; flex-wrap: wrap; font-size: 1em; color: inherit; } .page-wrapper > .breadcrumbs .items > li { text-shadow: none; text-transform: uppercase; display: flex; align-items: center; margin: 0; } .page-wrapper > .breadcrumbs .items > li.home a { position: relative; width: 14px; text-indent: -9999px; } .page-wrapper > .breadcrumbs .items > li.home a:after { font-family: porto-icons; content: "\e883"; float: left; text-indent: 0; } .page-wrapper > .breadcrumbs .items > li a { display: inline-block; border-color: transparent; background: transparent; color: inherit; padding: 0; } .page-wrapper > .breadcrumbs .items > li:not(:last-child)::after { position: relative; content: "\e81a"; font-family: porto-icons; right: -1px; display: block; float: right; margin: 0 4px; width: 20px; text-align: center; font-style: normal; font-size: 12px; line-height: inherit; } .page-wrapper > .breadcrumbs .items > li strong { font-weight: inherit; } .page-wrapper > .breadcrumbs a, .page-wrapper > .breadcrumbs a:hover, .page-wrapper > .breadcrumbs a:focus { color: #fff; } .page-wrapper > .breadcrumbs .item:not(:last-child):after { line-height: 15px; } .ui-dialog.popup .action.close { position: absolute; height: 40px; right: 0; top: 0; width: 40px; z-index: 1001; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; } .ui-dialog.popup .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-dialog.popup .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .ui-dialog.popup .action.close:hover:before { color: #737373; } .ui-dialog.popup .action.close:active:before { color: popup-icon-font__color-active; } .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active { background: none; border: none; } .ui-dialog.popup .action.close:hover { background: none; border: none; } .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled], fieldset[disabled] .ui-dialog.popup .action.close { pointer-events: none; opacity: 0.5; } .popup .actions-toolbar .action.cancel { font-weight: 400; } .popup-pointer { margin-left: -14px; position: absolute; top: -14px; } .popup-pointer:before, .popup-pointer:after { content: ''; position: absolute; display: block; width: 0; height: 0; border-bottom-style: solid; } .popup-pointer:before { left: 2px; top: 2px; border: solid 6px; border-color: transparent transparent #fff transparent; z-index: 99; } .popup-pointer:after { left: 1px; top: 0px; border: solid 7px; border-color: transparent transparent #aeaeae transparent; z-index: 98; } .price-tier_price .price-excluding-tax, .price-tier_price .price-including-tax { display: inline; } .price-including-tax, .price-excluding-tax { display: block; font-size: 1.8rem; line-height: 1; } .price-including-tax .price, .price-excluding-tax .price { font-weight: 700; } .price-including-tax + .price-excluding-tax, .weee[data-label] { display: block; font-size: 1.8rem; } .price-including-tax + .price-excluding-tax:before, .weee[data-label]:before { content: attr(data-label) ': '; font-size: 1.1rem; } .price-including-tax + .price-excluding-tax .price, .weee[data-label] .price { font-size: 1.1rem; } body._has-modal { height: 100%; overflow: hidden; width: 100%; } .modals-overlay { z-index: 899; } .modal-slide, .modal-popup { bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease; transition: visibility 0s 0.3s, opacity 0.3s ease; } .modal-slide._show, .modal-popup._show { visibility: visible; opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap { background-color: #fff; box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); opacity: 1; pointer-events: auto; } .modal-slide { left: 44px; z-index: 900; } .modal-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .modal-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .modal-slide._inner-scroll .modal-inner-wrap { overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer { -webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0; } .modal-slide._inner-scroll .modal-content { overflow-y: auto; } .modal-slide._inner-scroll .modal-footer { margin-top: auto; } .modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer { padding: 0 2.6rem 2.6rem; } .modal-slide .modal-header { padding-bottom: 2.1rem; padding-top: 2.1rem; } .modal-popup { z-index: 900; left: 0; overflow-y: auto; } .modal-popup.confirm .modal-inner-wrap { max-width: 50rem; } .modal-popup._show .modal-inner-wrap { -webkit-transform: translateY(0); transform: translateY(0); } .modal-popup .modal-inner-wrap { margin: 5rem auto; width: 75%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-sizing: border-box; height: auto; left: 0; position: absolute; right: 0; -webkit-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; } .modal-popup._inner-scroll { overflow-y: visible; } .ie11 .modal-popup._inner-scroll { overflow-y: auto; } .modal-popup._inner-scroll .modal-inner-wrap { max-height: 90%; } .ie11 .modal-popup._inner-scroll .modal-inner-wrap { max-height: none; } .modal-popup._inner-scroll .modal-content { overflow-y: auto; } .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer { padding-left: 3rem; padding-right: 3rem; } .modal-popup .modal-header, .modal-popup .modal-footer { -webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0; } .modal-popup .modal-header { padding-bottom: 1.2rem; padding-top: 3rem; } .modal-popup .modal-footer { margin-top: auto; padding-bottom: 3rem; padding-top: 3rem; } .modal-popup .modal-footer-actions { text-align: right; } .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; display: inline-block; text-decoration: none; position: absolute; right: 0; top: 0; } .modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active { background: none; border: none; } .modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover { background: none; border: none; } .modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close { pointer-events: none; opacity: 0.5; } .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1em; line-height: 1em; color: #222529; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before { color: inherit; } .modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before { color: inherit; } .modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before { color: #5e5e5e; } .modal-custom .action-close { margin: 1.25em; } .modal-popup { pointer-events: none; } .modal-popup .modal-title { border-bottom: 1px solid #c1c1c1; font-weight: 300; padding-bottom: 0.5em; font-size: 26px; margin-bottom: 0; min-height: 1em; word-wrap: break-word; } .modal-popup .action-close { padding: 0.5em; } .modal-slide .action-close { padding: 1.1rem 2rem; } .modal-slide .page-main-actions { margin-bottom: 1.35rem; margin-top: 2.1rem; } .modals-overlay { background-color: rgba(51, 51, 51, 0.55); bottom: 0; left: 0; position: fixed; right: 0; top: 0; } body._has-modal-custom .modal-custom-overlay { height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 899; } /** * @codingStandardsIgnoreStart */ #store-pickup.selected-shipping ~ #store-selector { display: none; } #store-pickup.selected-store-pickup ~ #shipping, #store-pickup.selected-store-pickup ~ #opc-shipping_method { visibility: hidden; height: 0; overflow: hidden; } #delivery-method-selector { display: -webkit-flex; display: -ms-flexbox; display: flex; } #delivery-method-selector .action { line-height: 0.6rem; padding: 14px 17px; font-size: 2em; } #delivery-method-selector .action.selected { background: #fff; } #delivery-method-selector .action-select-shipping { border-bottom-right-radius: 0; border-top-right-radius: 0; } #delivery-method-selector .action-select-store-pickup { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; } /** * @codingStandardsIgnoreStart */ #store-selector .form-login { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } #store-selector .form-continue { margin: 1em 0 0; } .location-details .location-name { font-size: 2em; font-weight: 700; } .store-selector-popup .modal-title { border-bottom: 0; } .store-selector-popup .modal-header { padding-bottom: 0; } /** * @codingStandardsIgnoreStart */ #opc-store-selector-popup { display: none; } #opc-store-selector-popup .block-search { float: none; width: 100%; margin: 0 0 1em; padding: 0 0 0.5em; border-bottom: 1px solid #c1c1c1; } .modal-content #opc-store-selector-popup { display: block; } .store-selector-popup-table thead th { display: none; } .store-selector-popup-table tbody .location .location-name { font-size: 2em; } .store-selector-popup-table tbody .location + .location { border-top: 1px solid #e7e7e7; } .store-selector-popup-table tbody .col-location-details { padding-left: 0; } .store-selector-popup-table tbody .col-location-details p:last-child { margin-bottom: 0; } .store-selector-popup-table tbody .col-location-actions { padding-right: 0; vertical-align: middle; } .store-selector-popup-table tbody .col-location-actions .action { float: right; } .store-selector-popup-empty-query, .store-selector-popup-no-locations { margin: 0 0 1em; } /** * Copyright 2014 Adobe * All Rights Reserved. */ .lac-notification-sticky { position: relative; z-index: 999; } .lac-notification-sticky .lac-notification { background-color: #373330; color: #fff; font-size: 16px; } .lac-notification-sticky .lac-notification .lac-notification-icon { float: left; margin: 10px 25px 10px 10px; } .lac-notification-sticky .lac-notification .lac-notification-icon .logo-img { display: block; } .lac-notification-sticky .lac-notification .lac-notification-text { float: left; padding: 15px 0; } .lac-notification-sticky .lac-notification .lac-notification-links { float: right; padding: 15px 0; } .lac-notification-sticky .lac-notification .lac-notification-links a { color: #fff; font-size: 14px; } .lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after { background: url('../../frontend/Smartwave/porto/de_DE/Magento_LoginAsCustomerFrontendUi/images/close.svg'); content: ' '; display: inline-block; height: 12px; margin-left: 5px; vertical-align: middle; width: 12px; } @font-face {font-display:swap; font-family: 'pagebuilder-font'; font-style: normal; font-weight: normal; src: url('../../frontend/Smartwave/porto/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot'); src: url('../../frontend/Smartwave/porto/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/porto/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype'); } .pagebuilder-icon, .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after { -webkit-font-smoothing: antialiased; font-family: 'pagebuilder-font'; font-style: normal; font-weight: normal; line-height: 1; speak: none; } [class^='pagebuilder-icon-']:before, [class*=' pagebuilder-icon-']:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-family: 'pagebuilder-font'; font-style: normal; font-weight: normal; line-height: 1; speak: none; text-decoration: inherit; text-rendering: auto; text-transform: none; vertical-align: middle; } .pagebuilder-icon-down:before { content: '\f101'; } .pagebuilder-icon-next:before { content: '\f102'; } .pagebuilder-icon-prev:before { content: '\f103'; } .pagebuilder-icon-up:before { content: '\f104'; } .product-full-width-section { padding: 0.5em 0; } .product-full-width-section .block.review-add { margin-top: 2.7rem; } .page-layout-product-full-width .block.related { margin-top: 2.7rem; } .page-main-details .product-section-title { border-bottom: 1px solid #c6c6c6; margin-bottom: 15px; padding-bottom: 12px; } .additional-attributes-wrapper .additional-attributes { border: none; width: auto; } .additional-attributes-wrapper .additional-attributes > tbody > tr > th { border: none; padding: 5.5px 30px 10px 0; } .additional-attributes-wrapper .additional-attributes > tbody > tr > td { border: none; padding: 5.5px 5px 10px; } .cms-index-index.page-layout-cms-full-width .nav-sections { margin-bottom: 0; } .slick-slider { -khtml-user-select: none; -moz-user-select: none; -ms-touch-action: pan-y; -ms-user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; box-sizing: border-box; display: block; position: relative; touch-action: pan-y; user-select: none; } .slick-list { display: block; margin: 0; overflow: hidden; padding: 0; position: relative; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-track { display: block; left: 0; margin-left: auto; margin-right: auto; position: relative; top: 0; } .slick-track:before, .slick-track:after { content: ''; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { border: 1px solid transparent; display: block; height: auto; } .slick-slider .slick-track, .slick-slider .slick-list { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-arrow.slick-hidden { display: none; } .slick-prev { left: 2rem; } .slick-prev:before { content: '\f103'; padding-right: 5px; } .slick-next { right: 2rem; } .slick-next:before { content: '\f102'; padding-left: 5px; } .slick-prev, .slick-next { -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); background: rgba(252, 252, 252, 0.6); border: none; border-radius: 0; color: transparent; cursor: pointer; display: block; font-size: 0; height: 60px; line-height: 0; outline: none; padding: 0; position: absolute; top: 50%; transform: translate(0, -50%); width: 60px; z-index: 101; } .slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.2; } .slick-prev:hover, .slick-next:hover { background: #fcfcfc; border: none; } .slick-prev:hover.slick-disabled, .slick-next:hover.slick-disabled { opacity: 0.2; } .slick-prev:hover:before, .slick-next:hover:before { color: #494949; } .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after { color: #555; font-size: 38px; opacity: 1; } .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary) { background: rgba(252, 252, 252, 0.7); border: none; box-shadow: none; } .slick-prev:active:active, .slick-next:active:active, .slick-prev:focus:active, .slick-next:focus:active, .slick-prev:not(.primary):active, .slick-next:not(.primary):active { box-shadow: none; } .slick-dots { font-size: 1em; line-height: normal; letter-spacing: normal; display: block; list-style: none; margin: 0; padding: 15px 0; text-align: center; width: 100%; } .slick-dots li { cursor: pointer; display: inline-block; height: 14px; margin: 0 5px; padding: 0; position: relative; vertical-align: middle; width: 14px; } .slick-dots li button { background: #fff; border: 1px solid #e7e7e7; border-radius: 10px; box-shadow: none; cursor: pointer; display: block; height: 14px; padding: 0; text-indent: -99999px; transition: 0.3s; width: 14px; } .slick-dots li button:hover { border: 1px solid #b3b3b3; } .slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:not(.primary) { box-shadow: none; } .slick-dots li.slick-active button { background: #1c1918; } [data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] { color: inherit; text-decoration: inherit; } [data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover { color: inherit; text-decoration: inherit; } .pagebuilder-banner-wrapper { background-clip: padding-box; border-radius: inherit; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; } .pagebuilder-banner-wrapper .pagebuilder-overlay { -moz-transition: background-color 500ms ease; -o-transition: background-color 500ms ease; -webkit-transition: background-color 500ms ease; box-sizing: border-box; padding: 30px; position: relative; transition: background-color 500ms ease; } .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay { align-items: center; display: flex; justify-content: center; } .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) { max-width: 540px; } .pagebuilder-banner-wrapper.jarallax .video-overlay { z-index: 0; } .pagebuilder-banner-wrapper [data-element='content'] { min-height: 50px; overflow: auto; } .pagebuilder-banner-wrapper .pagebuilder-banner-button { -moz-transition: opacity 500ms ease; -o-transition: opacity 500ms ease; -webkit-transition: opacity 500ms ease; margin: 20px 0 0 0; max-width: 100%; text-align: inherit; transition: opacity 500ms ease; word-break: break-word; } .pagebuilder-banner-wrapper .pagebuilder-poster-content { width: 100%; } [data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay { margin-left: auto; margin-right: auto; } [data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay { margin-right: auto; } [data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay { margin-left: auto; } [data-content-type$='block'] .block p:last-child { margin-bottom: 1rem; margin-top: 0; } [data-content-type='buttons'] { max-width: 100%; } [data-content-type='button-item'] { max-width: 100%; } [data-content-type='button-item'] [data-element='link'], [data-content-type='button-item'] [data-element='empty_link'] { max-width: 100%; word-wrap: break-word; } [data-content-type='button-item'] [data-element='empty_link'] { cursor: default; } a.pagebuilder-button-link, button.pagebuilder-button-link, div.pagebuilder-button-link { line-height: 0.6rem; font-size: 2em; line-height: 1.4; margin: 0 10px 10px 0; padding: 14px 17px; color: #222529; text-decoration: none; background: none; border: 0; display: inline; font-weight: 600; box-shadow: none; box-sizing: border-box; display: inline-block; } a.pagebuilder-button-link:visited, button.pagebuilder-button-link:visited, div.pagebuilder-button-link:visited { color: #222529; text-decoration: none; } a.pagebuilder-button-link:hover, button.pagebuilder-button-link:hover, div.pagebuilder-button-link:hover { color: #222529; text-decoration: underline; } a.pagebuilder-button-link:active, button.pagebuilder-button-link:active, div.pagebuilder-button-link:active { color: #222529; text-decoration: underline; } a.pagebuilder-button-link:hover, button.pagebuilder-button-link:hover, div.pagebuilder-button-link:hover, a.pagebuilder-button-link:active, button.pagebuilder-button-link:active, div.pagebuilder-button-link:active, a.pagebuilder-button-link:focus, button.pagebuilder-button-link:focus, div.pagebuilder-button-link:focus { background: none; border: 0; } a.pagebuilder-button-link.disabled, button.pagebuilder-button-link.disabled, div.pagebuilder-button-link.disabled, a.pagebuilder-button-link[disabled], button.pagebuilder-button-link[disabled], div.pagebuilder-button-link[disabled], fieldset[disabled] a.pagebuilder-button-link, fieldset[disabled] button.pagebuilder-button-link, fieldset[disabled] div.pagebuilder-button-link { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary { text-decoration: none; background-image: none; background: #222529; border: 1px solid #222529; color: #fff; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; margin: 0 10px 10px 0; padding: 7px 15px; font-size: 1.4rem; box-sizing: border-box; vertical-align: middle; line-height: 0.6rem; padding: 14px 17px; font-size: 2em; border-radius: 3px; box-shadow: none; } a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active, a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus { text-decoration: none; } a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active { background: #222529; border: 1px solid #222529; color: #fff; } a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover { background: #222529; border: 1px solid #222529; color: #fff; } a.pagebuilder-button-primary.disabled, button.pagebuilder-button-primary.disabled, div.pagebuilder-button-primary.disabled, a.pagebuilder-button-primary[disabled], button.pagebuilder-button-primary[disabled], div.pagebuilder-button-primary[disabled], fieldset[disabled] a.pagebuilder-button-primary, fieldset[disabled] button.pagebuilder-button-primary, fieldset[disabled] div.pagebuilder-button-primary { opacity: 0.5; cursor: default; pointer-events: none; } a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary { text-decoration: none; background-image: none; background: #eee; border: 1px solid #e7e7e7; color: #777; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; margin: 0 10px 10px 0; padding: 7px 15px; font-size: 1.4rem; line-height: 0.3rem; box-sizing: border-box; vertical-align: middle; line-height: 0.6rem; padding: 14px 17px; font-size: 2em; border-radius: 3px; box-shadow: none; } a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover, a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active, a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus { text-decoration: none; } a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus, a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active { background: #e2e2e2; border: 1px solid #e7e7e7; color: #777; } a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover { background: #e1e1e1; border: 1px solid #e7e7e7; color: #777; } a.pagebuilder-button-secondary.disabled, button.pagebuilder-button-secondary.disabled, div.pagebuilder-button-secondary.disabled, a.pagebuilder-button-secondary[disabled], button.pagebuilder-button-secondary[disabled], div.pagebuilder-button-secondary[disabled], fieldset[disabled] a.pagebuilder-button-secondary, fieldset[disabled] button.pagebuilder-button-secondary, fieldset[disabled] div.pagebuilder-button-secondary { opacity: 0.5; cursor: default; pointer-events: none; } .pagebuilder-column { box-sizing: border-box; } [data-content-type='heading'] { word-wrap: break-word; } [data-content-type='html'] { word-wrap: break-word; } figure[data-content-type='image'] { box-sizing: border-box; } figure[data-content-type='image'] > [data-element='link'], figure[data-content-type='image'] > [data-element='link'] img { border-radius: inherit; } figure[data-content-type='image'] figcaption { word-wrap: break-word; } [data-content-type='map'] { box-sizing: border-box; height: 300px; } [data-content-type='row'] li.product-item { text-align: left; } .pagebuilder-column .widget-product-grid .product-item { max-width: 100%; min-width: 50px; } .pagebuilder-column .widget-product-grid .product-item .price-box { word-wrap: break-word; } .pagebuilder-column .widget-product-grid .product-item .price-box .price { white-space: normal; } .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary { display: inline-block; max-width: 100%; } .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary { display: inline-block; width: auto; } .pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart { max-width: 100%; white-space: normal; } .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item { width: 200px; } [data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item { display: block; } [data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child { visibility: visible; } [data-content-type='products'][data-appearance='carousel'] .product-item-info { width: auto; } [data-content-type='products'][data-appearance='carousel'] li.product-item { display: none; } [data-content-type='products'][data-appearance='carousel'] li.product-item:first-child { display: block; visibility: hidden; } [data-content-type='products'][data-appearance='carousel'].center-mode .product-item { opacity: 0.5; transition: all 300ms ease; } [data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover { opacity: 1; } [data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item { opacity: 1; } [data-content-type='row'][data-appearance='contained'] { box-sizing: border-box; margin-left: auto !important; margin-right: auto !important; max-width: 1140px; } [data-content-type='row'][data-appearance='contained'] [data-element='inner'] { box-sizing: border-box; } [data-content-type='row'][data-appearance='full-bleed'] { box-sizing: border-box; } [data-content-type='row'][data-appearance='full-width'] { box-sizing: border-box; } [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner { box-sizing: border-box; margin-left: auto; margin-right: auto; max-width: 1140px; width: 100%; } [data-content-type='slide'] { box-sizing: border-box; line-height: 20px; min-height: inherit; overflow: hidden; } [data-content-type='slide'] > [data-element='link'], [data-content-type='slide'] > [data-element='empty_link'] { color: inherit; min-height: inherit; text-decoration: inherit; } [data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover { color: inherit; text-decoration: inherit; } [data-content-type='slide'] + [data-content-type='slide'] { height: 0; min-height: 0; } .slick-slider [data-content-type='slide'] + [data-content-type='slide'] { height: initial; min-height: inherit; } .pagebuilder-slide-wrapper { border-radius: inherit; box-sizing: border-box; min-height: inherit; overflow-wrap: break-word; word-wrap: break-word; } .pagebuilder-slide-wrapper .jarallax-viewport-element { height: 100%; left: -15000vw; position: absolute; top: 0; width: 1px; z-index: 100; } .slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element { left: 0; } .pagebuilder-slide-wrapper.jarallax .video-overlay { -webkit-transform: unset; z-index: 1; } .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay { position: relative; z-index: 2; } .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div, .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img, .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video, .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe { margin: auto !important; transform: none !important; } .pagebuilder-slide-wrapper .pagebuilder-overlay { -moz-transition: background-color 500ms ease; -o-transition: background-color 500ms ease; -webkit-transition: background-color 500ms ease; border-radius: inherit; box-sizing: border-box; padding: 30px; transition: background-color 500ms ease; } .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay { align-items: center; display: flex; justify-content: center; min-height: inherit; } .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) { max-width: 540px; } .pagebuilder-slide-wrapper [data-element='content'] { min-height: 50px; overflow: auto; } .pagebuilder-slide-wrapper .pagebuilder-slide-button { -moz-transition: opacity 500ms ease; -o-transition: opacity 500ms ease; -webkit-transition: opacity 500ms ease; margin: 20px 0 0 0; max-width: 100%; text-align: inherit; transition: opacity 500ms ease; word-break: break-word; } .pagebuilder-slide-wrapper .pagebuilder-poster-content { width: 100%; } [data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay { margin-left: auto; margin-right: auto; } [data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay { margin-right: auto; } [data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay { margin-left: auto; } div[data-content-type='slider'] { visibility: hidden; } div[data-content-type='slider'].slick-initialized { visibility: visible; } div[data-content-type='slider'] .slick-list, div[data-content-type='slider'] .slick-track, div[data-content-type='slider'] .slick-slide { min-height: inherit; } div[data-content-type='slider'] .slick-list > div, div[data-content-type='slider'] .slick-track > div, div[data-content-type='slider'] .slick-slide > div { line-height: 0; min-height: inherit; overflow: hidden; width: 100%; } div[data-content-type='slider'] a.button { -moz-appearance: button; -webkit-appearance: button; appearance: button; color: initial; padding: 10px; text-decoration: none; } div[data-content-type='tabs'] .tabs-navigation { display: block; font-size: 0; margin: 0 0 -1px; padding: 0; } div[data-content-type='tabs'] .tabs-navigation li:first-child { margin-left: 0 !important; } div[data-content-type='tabs'] .tabs-navigation li.tab-header { background: #f6f6f6; border: 1px solid #e7e7e7; border-bottom: 0; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; display: inline-block; margin: 0; max-width: 100%; overflow-wrap: break-word; position: relative; word-wrap: break-word; z-index: 1; } div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) { margin-left: -1px; } div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title { border-right: 0; color: #000; cursor: pointer !important; display: block; font-size: 14px; font-weight: 600; padding: 1.4rem 2rem; position: relative; transition: all 0.3s; vertical-align: middle; white-space: normal; } div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title { display: block; } div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover { text-decoration: none; } div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child { border-right: 1px solid #e7e7e7; } div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active { background: #fff; z-index: 19; } div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title { position: relative; transition: all 0.3s; } div[data-content-type='tabs'] .tabs-content { border: 1px solid #e7e7e7; box-sizing: border-box; overflow: hidden; position: relative; z-index: 9; } div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] { box-sizing: border-box; min-height: inherit; } div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) { display: none; } div[data-content-type='tabs'].tab-align-left .tabs-content { border-top-left-radius: 0 !important; } div[data-content-type='tabs'].tab-align-right .tabs-content { border-top-right-radius: 0 !important; } div[data-content-type='text'] { word-wrap: break-word; } div[data-content-type='video'] { font-size: 0; } div[data-content-type='video'] .pagebuilder-video-inner { box-sizing: border-box; display: inline-block; width: 100%; } div[data-content-type='video'] .pagebuilder-video-container { border-radius: inherit; overflow: hidden; padding-top: 56.25%; position: relative; } div[data-content-type='video'] iframe, div[data-content-type='video'] video { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .jarallax { position: relative; z-index: 0; } .jarallax > .jarallax-img { font-family: 'object-fit: cover;', sans-serif; height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: -1; } .jarallax-video-fallback { transform: scale3d(0, 0, 0); } .jarallax .video-overlay { -webkit-transform: translate3d(0, 0, 0); bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: -99; } .jarallax [id*='jarallax-container'] video, .jarallax [id*='jarallax-container'] iframe { visibility: hidden; } .cms-content-important { background-color: #f5f5f5; color: #333; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 22px; font-style: normal; font-weight: 300; line-height: 1.1; margin: 0 0 35px -20px; padding: 20px; } .pagebuilder-full-width { float: left; width: 100%; } .pagebuilder-content-type { box-sizing: border-box; margin-bottom: 20px; } .pagebuilder-accordion { margin: 0; padding: 0; } .pagebuilder-accordion > .item.title { box-sizing: border-box; float: none; width: 100%; } .pagebuilder-accordion > .item.title > .switch { display: block; } .pagebuilder-accordion > .item.content { box-sizing: border-box; display: block; float: none; margin: 0; } .pagebuilder-accordion > .item.content:before, .pagebuilder-accordion > .item.content:after { content: ''; display: table; } .pagebuilder-accordion > .item.content:after { clear: both; } .pagebuilder-accordion > .item.content.active { display: block; } .pagebuilder-accordion > .item.title { margin: 0; } .pagebuilder-accordion > .item.title > .switch { border-top: 1px solid #eee; height: 2em; padding: 1px 0.5em 1px 0.5em; font-weight: 600; line-height: 2em; font-size: 1em; color: #777; text-decoration: none; } .pagebuilder-accordion > .item.title > .switch:visited { color: #c1c1c1; text-decoration: none; } .pagebuilder-accordion > .item.title > .switch:hover { color: #777; text-decoration: none; } .pagebuilder-accordion > .item.title > .switch:active { color: #777; text-decoration: none; } .pagebuilder-accordion > .item.title:not(.disabled) > .switch:active, .pagebuilder-accordion > .item.title.active > .switch, .pagebuilder-accordion > .item.title.active > .switch:focus, .pagebuilder-accordion > .item.title.active > .switch:hover { color: #777; text-decoration: none; padding-bottom: 1px; } .pagebuilder-accordion > .item.content { background: #ffffff; margin: 0; padding: 0.5em 0.5em 1.5em; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .form-discount .g-recaptcha { margin-top: 50px !important; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .login-container .g-recaptcha, .form-login .g-recaptcha, .form-edit-account .g-recaptcha { margin-bottom: 10px !important; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .required-captcha.checkbox { position: absolute; display: block; visibility: visible; overflow: hidden; opacity: 0; width: 1px; height: 1px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .block.newsletter .field-recaptcha .field .control:before { content: none; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .review-form .field-recaptcha { margin-bottom: 10px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .form.send.friend .g-recaptcha { margin-top: 40px; } /** * Copyright 2024 Adobe * All rights reserved. */ .form.wishlist.share .g-recaptcha { margin-bottom: 40px; } .payment-method .flex-center { align-items: center; display: flex; gap: 5px; } .payment-method .payment-type-icon { height: 40px; } .card-grid { display: grid; } .card-aux { gap: 20px; grid-template-columns: minmax(auto, 400px); } .card-aux .actions-toolbar { justify-self: start; } .card-container { margin-top: 20px; align-items: center; } .card-container .card-layout { column-gap: 10px; display: grid; grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area'; max-width: 400px; row-gap: 10px; grid-template-columns: repeat(2, 1fr); } .card-container .card-layout .display-lock { align-items: center; display: flex; flex-direction: row-reverse; } .card-container .card-layout .display-lock .lock-icon:hover::before { color: #757575; } .card-container .card-layout .display-lock .lock-icon:before { color: #bbb; content: '\e629'; display: inline-block; font-family: 'luma-icons'; font-size: 18px; font-weight: normal; line-height: inherit; overflow: hidden; speak: none; text-align: center; vertical-align: middle; } .card-container .card-layout .card-number-field-area { grid-area: card-number-field-area; } .card-container .card-layout .expiration-date-field-area { grid-area: expiration-date-field-area; } .card-container .card-layout .cvv-field-area { grid-area: cvv-field-area; } .card-container .field div.error { border-color: #ed8380; } .card-container .field .label { display: block; font-weight: 600; } .card-container .field .card-field { border: 1px solid #c2c2c2; height: 32px; padding: 8px 15px; } .card-container .field .field-wrapper { position: relative; } .card-container .field .field-wrapper .field-tooltip { cursor: pointer; position: absolute; right: 15px; top: 10px; } .checkout-index-index > .loading-mask { z-index: 999; } axo-auth, paypal-shipping-address-selector { position: fixed; z-index: 10000; } .paypal-fastlane-powered-by { display: block; margin: 0.25em 0; width: 150px; } .paypal-fastlane-shipping-change-address-form { margin-bottom: 1.5em; } .paypal-fastlane-shipping-change-address-form button { width: 100%; } .paypal-fastlane-divider { margin-top: 1.5em; position: relative; text-align: center; width: 100%; } .paypal-fastlane-divider:before { border-bottom: 1px solid #e7e7e7; content: ''; left: 0; position: absolute; top: 50%; width: 100%; } .paypal-fastlane-divider span { background-color: #f4f4f4; padding: 0 0.5em; position: relative; } #payment-services-paypal-fastlane paypal-payment { display: block; margin-bottom: 1em; } #payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order { margin-bottom: 1em; } .magento-payments-review .actions-toolbar { margin-top: 0.5em; } .magento-payments-review .magento-payments-review-title { padding: 0 0 0.5em; } .magento-payments-review .magento-payments-review-title > strong { font-size: 2.4rem; font-weight: 300; } .magento-payments-review .magento-payments-review-title .action { display: inline-block; margin: 12px 0 0 1.5em; } .magento-payments-review .table-magento-payments-review-items .col.name { padding-top: 16px; } .magento-payments-review .table-magento-payments-review-items .col.qty { text-align: center; } .magento-payments-review .item-options dt { display: inline-block; } .magento-payments-review .item-options dt:after { content: ': '; } .magento-payments-review .item-options dd { margin: 0; } .magento-payments-review .payment-source-logo { margin-top: 10px; } .magento-payments-review .payment-source-logo[alt='googlepay'] { height: 40px; } .magento-payments-review .payment-source-logo[alt='applepay'] { height: 40px; } .magento-payments-review .payment-source-logo[alt='paypal'], .magento-payments-review .payment-source-logo[alt='paylater'] { height: 26px; } .magento-payments-review .payment-source-logo[alt='venmo'] { height: 20px; } .magento-payments-review-discount { border-bottom: 1px solid #e7e7e7; margin: 0 0 2em; padding: 0.5em 0 0; } .block-minicart .block-content > .actions .smart-buttons { margin-top: 15px; } .pay-later-message { margin-top: 10px; } .smart-buttons > div > div { vertical-align: bottom; } .apple-pay { margin-top: 14px; } .cart-summary .apple-pay { margin-top: 11px; } .google-pay { margin-top: 14px; } .google-pay button { background-origin: content-box; background-position: center center; background-repeat: no-repeat; background-size: contain; border: 0; } .cart-summary .google-pay { margin-bottom: 14px; } /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ .product-info-stock-sku .configurable-variation-qty { display: none; } .block-facebook-like .block-title a.btn-like { background-color: #08c; height: 34px; line-height: 34px; font-size: 14px; width: 80px; text-align: center; border-radius: 5px; margin-top: -8px; font-weight: 400; margin-right: 45px; } .block-tweets ul { margin-top: -15px; } .block-tweets ul li { padding: 15px 0; border-top: 1px solid #75b11f; } .block-tweets ul li:first-child { border-top: 0; } .block-tweets p.tweet { margin-bottom: 10px; } .block-tweets p.timePosted { margin-bottom: 0; color: #a5d75f; font-size: 11px; font-style: italic; } .block-flickr-photos .block-content { margin: -5px; } .block-flickr-photos a.flickr-image { width: 65px; display: inline-block; margin: 5px; } .block-flickr-photos a.flickr-image:hover { opacity: 0.8; filter: alpha(opacity=80); } .block-flickr-photos a.flickr-image img { width: 100%; } .fb-persons { margin: -5px; } .fb-persons .fb-person { display: inline-block; width: 75px; padding: 5px; text-align: center; } .fb-persons .fb-person a { width: 100%; display: inline-block; } .fb-persons .fb-person a:hover img { opacity: 0.8; filter: alpha(opacity=80); } .fb-persons .fb-person img { width: 100%; } .block-swissup-ajaxsearch-results, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown { background: #fff; border: 1px solid #ccc; border-radius: 0; margin: 10px 0 0; box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3); padding: 3px; box-sizing: border-box; } .block-swissup-ajaxsearch-results::before, .block-swissup-ajaxsearch-results::after, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after { content: ''; position: absolute; display: block; border-bottom-style: solid; height: 0; width: 0; } .block-swissup-ajaxsearch-results::before, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before { right: 9px; top: -12px; border: 6px solid transparent; border-bottom-color: #fff; z-index: 99; } .block-swissup-ajaxsearch-results::after, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after { right: 8px; top: -14px; border: 7px solid transparent; border-bottom-color: #ccc; z-index: 98; } .block-swissup-ajaxsearch-results.stick-to-start::before, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::before { left: 15px; } .block-swissup-ajaxsearch-results.stick-to-start::after, .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::after { left: 14px; } .block-swissup-ajaxsearch-results { min-width: 200px; font-size: 1.3rem; } .block-swissup-ajaxsearch-results .tt-suggestion { padding: 4px 10px; box-sizing: border-box; } .block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor, .block-swissup-ajaxsearch-results .tt-suggestion:hover { background-color: #fafafa; } .block-swissup-ajaxsearch-results .notFound-item-info { padding: 4px 10px; } .block-swissup-ajaxsearch-results .tt-dataset { max-height: min(550px, 60dvh); overflow-y: auto; scroll-behavior: smooth; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar { width: 6px; height: 6px; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-track { background-color: #ededed; border-radius: 4px; } .block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-thumb { background-color: #cccccc; border-radius: 4px; } .block-swissup-ajaxsearch-results .ajaxsearch-title { margin: 1rem 0 0.7rem; text-transform: uppercase; } .block-swissup-ajaxsearch-results .ajaxsearch-header-container { width: 100%; grid-column: 1 / -1; display: flex; gap: 4px; align-items: center; justify-content: space-between; padding: 0; } .block-swissup-ajaxsearch-results .ajaxsearch-header-container .view-all { margin: 1rem 0 0.7rem; margin-left: 0; margin-right: 0; } .block-swissup-ajaxsearch-results .product-item-info-wrapper .product-item-info { width: auto; } .block-swissup-ajaxsearch-results .product-item-info { display: block; padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .block-swissup-ajaxsearch-results .product-item-info:first-child { border-top: none; } .block-swissup-ajaxsearch-results .product-item-info:last-child { border-bottom: none; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo { padding: 0; max-width: 100px; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo, .block-swissup-ajaxsearch-results .product-item-info .product-item-details { display: table-cell; vertical-align: top; } .block-swissup-ajaxsearch-results .product-item-info .product-item-name { margin-bottom: 2px; } .block-swissup-ajaxsearch-results .product-item-info .price-box, .block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku .sku { font-size: 0.85em; color: #727272; } .block-swissup-ajaxsearch-results .product-item-info-wrapper .ajaxsearch-header-container:not(:has(.view-all)) { display: none; } .block-swissup-ajaxsearch-results .list .product-item-photo { padding: 0 10px 0 0; } .block-swissup-ajaxsearch-results .prolabels-wrapper { height: auto; } @keyframes ajaxsearch-appear { from { opacity: 0; } to { opacity: 1; } } .block-swissup-ajaxsearch-results .product-item-info, .block-swissup-ajaxsearch-results .custom-item-info-wrapper { opacity: 0; animation: 150ms ajaxsearch-appear forwards; } .block-swissup-ajaxsearch-results .custom-item-info-wrapper { animation-delay: 50ms; animation-duration: 500ms; padding: 0 5px 15px 10px; } .block-swissup-ajaxsearch-results .product-item-info { animation-delay: 650ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(12) { animation-delay: 600ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(11) { animation-delay: 550ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(10) { animation-delay: 500ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(9) { animation-delay: 450ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(8) { animation-delay: 400ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(7) { animation-delay: 350ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(6) { animation-delay: 300ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(5) { animation-delay: 250ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(4) { animation-delay: 200ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(3) { animation-delay: 150ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(2) { animation-delay: 100ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(1) { animation-delay: 50ms; } .block-swissup-ajaxsearch-results .product-item-info:nth-child(0) { animation-delay: 0ms; } .swissup-ajaxsearch-loading #swissup-ajaxsearch-filter-category, .page-wrapper #swissup-ajaxsearch-filter-category { display: none; opacity: 0; } .swissup-ajaxsearch-filter-category-wrapper { display: none; } .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown { padding: 0px; } .block-swissup-ajaxsearch .input-text { left: auto; right: auto; background: #fff; border: 1px solid #ccc; border-radius: 6px; } .block-swissup-ajaxsearch .input-text:focus { border: 1px solid #ccc; } .block-swissup-ajaxsearch .input-inner-wrapper { position: relative; } .block-swissup-ajaxsearch .actions .action.search { position: absolute; top: -1000px; } .block-swissup-ajaxsearch .actions .action.close { text-align: center; cursor: pointer; display: flex; opacity: 0; width: 0; height: 0; overflow: hidden; } .block-swissup-ajaxsearch .twitter-typeahead { width: 100%; } .block-swissup-ajaxsearch .tt-hint { color: #999; } .block-swissup-ajaxsearch .loading-mask { --spinner-size: 1rem; right: 10px; left: auto; top: 50%; transform: translateY(-50%); background-color: transparent; width: 20px; height: 20px; padding: 0 !important; margin: 0 !important; } .block-swissup-ajaxsearch .input-inner-wrapper .close { position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer; } body:has(.filter-active, .pages-item-previous) .easycatalogimg.hide-when-filter { display: none; } .easycatalogimg-listing { list-style: none; padding: 0; margin: 0; } .easycatalogimg-listing li { margin: 0; padding: 0; } .easycatalogimg img { width: auto; height: auto; max-width: 100%; vertical-align: bottom; } .easycatalogimg a { text-decoration: none; } .easycatalogimg a:hover { text-decoration: underline; } .easycatalogimg .link-more { font-weight: bold; } .easycatalogimg .item { box-sizing: border-box; } .easycatalogimg .image { display: block; text-align: center; } .easycatalogimg .image + .parent-category, .easycatalogimg .list-subcategories { margin: 10px 12px; } @media (min-width: 1024px) { .easycatalogimg .image + .parent-category, .easycatalogimg .list-subcategories { margin: 20px 22px; } } .easycatalogimg .parent-category { font-weight: bold; } .easycatalogimg .parent-category-wrapper { position: relative; } .easycatalogimg .parent-category-wrapper:has(.parent-category-over) { background: #8d8d8d; } .easycatalogimg .parent-category-top { margin: 10px 12px; text-align: center; font-weight: normal; font-size: 1.2em; } .easycatalogimg .parent-category-over { position: absolute; bottom: clamp(10px, 2vw, 40px); left: clamp(10px, 2vw, 40px); z-index: 10; } .easycatalogimg .parent-category-over .name { color: #fff; text-shadow: 0 2px 10px rgb(0 0 0 / 50%); } @media (min-width: 1024px) { .easycatalogimg .category-name-bottom .list-subcategories { margin-top: -10px; } } .easycatalogimg .list-subcategories { padding: 0; list-style: none; } .easycatalogimg .list-subcategories li { margin: 0.45em 0; } .easycatalogimg-masonry { column-gap: 1em; column-count: 2; } @media (min-width: 1024px) { .easycatalogimg-masonry { column-gap: 2em; } } @media (min-width: 768px) { .easycatalogimg-masonry.easycatalogimg-cols-2 { column-count: 2; } .easycatalogimg-masonry.easycatalogimg-cols-3 { column-count: 3; } .easycatalogimg-masonry.easycatalogimg-cols-4 { column-count: 4; } .easycatalogimg-masonry.easycatalogimg-cols-5 { column-count: 5; } .easycatalogimg-masonry.easycatalogimg-cols-6 { column-count: 6; } } @media (min-width: 768px) and (max-width: 1023px) { .easycatalogimg-masonry.easycatalogimg-cols-5, .easycatalogimg-masonry.easycatalogimg-cols-6 { column-count: 4; } } .easycatalogimg-masonry .item { background-color: #f7f7f7; display: inline-block; width: 100%; padding: 2px; margin: 0 0 1em; } @media (min-width: 1024px) { .easycatalogimg-masonry .item { margin: 0 0 2em; } } .easycatalogimg-grid { display: flex; gap: var(--item-gap); flex-wrap: wrap; margin: 0; --item-gap: 0px; --item-padding: 10px 10px 30px 10px; --item-margin: 0px; } [data-content-type="easycatalogimg"].gap-0 .easycatalogimg-grid { --item-padding: 0px; --item-margin: 0px; } .easycatalogimg-grid .item { width: calc((100% - var(--item-gap)) / 2 - var(--item-margin) * 2); margin: var(--item-margin); padding: var(--item-padding); } @media (min-width: 768px) { .easycatalogimg-grid.easycatalogimg-cols-3 .item { width: calc((100% - var(--item-gap) * (3 - 1)) / 3 - var(--item-margin) * 2); } .easycatalogimg-grid.easycatalogimg-cols-4 .item { width: calc((100% - var(--item-gap) * (4 - 1)) / 4 - var(--item-margin) * 2); } .easycatalogimg-grid.easycatalogimg-cols-5 .item, .easycatalogimg-grid.easycatalogimg-cols-6 .item { width: calc((100% - var(--item-gap) * 3) / 4 - var(--item-margin) * 2); } } @media (min-width: 1024px) { .easycatalogimg-grid.easycatalogimg-cols-5 .item { width: calc((100% - var(--item-gap) * (5 - 1)) / 5 - var(--item-margin) * 2); } .easycatalogimg-grid.easycatalogimg-cols-6 .item { width: calc((100% - var(--item-gap) * (6 - 1)) / 6 - var(--item-margin) * 2); } } .easycatalogimg-departments .easycatalogimg a { color: #333; } .easycatalogimg-departments .easycatalogimg .list-subcategories { font-size: 0.85em; } .easycatalogimg-departments .easycatalogimg .list-subcategories a { color: #444; } .fieldset > .field.consent { margin-bottom: 5px; } .fieldset > .field.consent ~ .captcha, .fieldset > .field.consent ~ .g-recaptcha, .fieldset > .field.consent ~ .field-recaptcha { margin-top: 20px; } .field.consent { transition: all 300ms linear; } .hidden-consents .field.consent { max-height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; opacity: 0 !important; transform: translateY(-5px); } .block.newsletter .field.consent { text-align: left; margin: 10px 0 15px; order: 10; } .block.newsletter .field.consent label { opacity: 0.8; clip: auto; height: auto; width: auto; position: static; display: inline; } .block.newsletter .field.consent label::after { content: ''; display: block; } .block.newsletter .field.consent input[type="checkbox"] { margin-right: 5px; } body:not(:has(footer, .footer, .page-footer)) .message.global.cookie, body:has(.cookie-bar) .message.global.cookie { display: none !important; } .cookie-bar { z-index: 899; position: fixed; bottom: 0; left: 0; width: 100%; padding: 25px 30px; box-sizing: border-box; color: rgba(var(--base-color, 34, 34, 34), var(--base-alpha, 1)); background: rgba(var(--z-layer-bg, 255, 255, 255), var(--z-layer-bg-alpha, 1)); box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2); visibility: hidden; transform: translateY(100%); } .cookie-bar.shown { visibility: visible; } .cookie-bar p:last-child { margin: 0; } .cookie-bar .cookie-bar-container { display: flex; flex-direction: column; justify-content: space-between; column-gap: 30px; row-gap: 15px; max-width: 1140px; margin: 0 auto; } .cookie-bar .cookie-bar-text { max-width: 800px; } .cookie-bar .cookie-bar-text > h3 { margin-top: 0; } .cookie-bar .cookie-bar-buttons { display: flex; flex-shrink: 0; flex-wrap: wrap; align-items: flex-start; justify-content: center; column-gap: 15px; row-gap: 12px; } .cookie-bar .cookie-bar-buttons a { color: rgba(var(--link-color, 136, 136, 136), var(--link-alpha, 1)); text-decoration: underline; } .cookie-bar .cookie-bar-buttons a:hover { text-decoration: none; } .cookie-bar-mode-full { top: 0; bottom: 0; left: 0; width: 420px; max-width: 92%; padding: 15px 10px 15px 20px; } .cookie-bar-mode-full .cookie-bar-text { padding-right: 10px; max-height: calc(100vh - 35px); overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; } .cookie-bar-mode-full .cookie-bar-buttons { justify-content: flex-end; } .cookie-bar-mode-full .cookie-bar-buttons > * { margin-left: 12px; } @keyframes gdpr-slide-up { 0% { transform: translateY(100%); } 100% { transform: translateY(0); } } @keyframes gdpr-slide-start { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } } .cookie-bar.shown { animation: gdpr-slide-up 400ms forwards; } .cookie-bar-mode-full { transform: translateX(-100%); } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar { width: 6px; height: 6px; } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-track { background-color: transparent; border-radius: 6px; } .cookie-bar-mode-full .cookie-bar-text::-webkit-scrollbar-thumb { background-color: rgba(var(--scrollbar-bg, 170, 170, 170)); border-radius: 6px; } .cookie-bar-mode-full.shown { animation: gdpr-slide-start 400ms forwards; } .cookie-bar ~ .cookie-wall { z-index: 898; position: fixed; pointer-events: none; opacity: 0; bottom: 0; left: 0; right: 0; top: 0; background: rgba(var(--z-overlay-bg, 0, 0, 0), var(--z-overlay-bg-alpha, .8)); } .cookie-bar.shown ~ .cookie-wall { transition-duration: 0ms; opacity: 1; pointer-events: all; transition: opacity 400ms ease-in-out 0ms, visibility 0ms linear 400ms; } @keyframes gdpr-loading { 50% { opacity: 0.8; } } .cookie-buttons { margin: 15px 0 15px; text-align: right; } .cookie-buttons button { margin-left: 10px; margin-bottom: 5px; } .cookie-buttons button.gdpr-loading { animation: gdpr-loading 0.7s infinite; } .cookie-group { box-sizing: border-box; margin: 0 0 15px; padding: 5px 12px 12px; border: 1px solid rgba(var(--base-color, 238, 238, 238), var(--divider-alpha, .1)); border-radius: 4px; } .cookie-groups { clear: both; width: 100%; } .cookie-group:last-child { margin-bottom: 0; } .cookie-group-heading { position: relative; display: flex; align-items: center; margin-top: 1rem; margin-bottom: 1.5rem; } .cookie-group .h3 { font-weight: normal; margin: 0; flex-grow: 1; } .cookie-group-description { margin-bottom: 10px; } .cookie-group-toggler { box-sizing: content-box; margin: 0 10px; position: relative; flex-shrink: 0; cursor: pointer; border: 2px solid transparent; border-radius: 9999px; background: rgba(var(--brand-color, 150, 150, 150), .3); height: 20px; width: 40px; transition: 200ms background ease-in-out; } .cookie-group-toggler span:first-child { display: block; background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1)); height: 20px; width: 20px; border-radius: 50%; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); transform: translateX(0); transition: 200ms transform ease-in-out; } .cookie-group-toggler.active { background: #202226; } .cookie-group-toggler.active span:first-child { transform: translateX(20px); } .cookie-group-toggler:focus-visible { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #222529; } .cookie-group-toggler-message { font-size: 0.9em; color: rgba(var(--base-color, 119, 119, 119), var(--muted-alpha, .6)); pointer-events: none; position: absolute; white-space: nowrap; right: 65px; background: rgba(var(--base-bg, 255, 255, 255), var(--base-bg-alpha, 1)); padding: 4px 6px; border-radius: 2px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .cookie-group-toggler-message:empty { display: none; } .cookie-list-caption { color: rgba(var(--link-color, 119, 119, 119), var(--link-alpha, 1)); cursor: pointer; } .cookie-list-caption.hide { display: none; } .cookie-list-caption:hover { text-decoration: underline; } .cookie-list-toggler { display: none !important; } .cookie-list-toggler:checked ~ .show { display: none !important; } .cookie-list-toggler:checked ~ .hide { display: block !important; } .cookie-list-toggler:checked ~ table { display: table; } .cookie-list table { display: none; table-layout: fixed; word-wrap: break-word; margin-top: 10px !important; font-size: 0.9em; } .cookie-list table .cookie-name { width: 27%; } .cookie-list table .cookie-description { width: 73%; } .block-accepted-consents .consent-form-title { font-weight: bold; display: block; margin: 12px 0 6px; } .block-accepted-consents .grouped-consents { margin-bottom: 20px; } .block-accepted-consents .list-consents { list-style: none; padding: 0; margin: 0; } .block-accepted-consents .list-consents li { margin: 0; } .block-accepted-consents .list-consents li + li { margin-top: 3px; } .block-accepted-consents .list-consents svg { width: 12px; height: 12px; vertical-align: middle; margin-top: -3px; margin-inline-end: 1px; } .block-accepted-consents .privacy-note { padding: 5px 12px; opacity: 0.7; border: 1px solid #eee; border-radius: 4px; } .block-accepted-consents .privacy-note p { margin-bottom: 3px; } .block-delete-data p { margin-bottom: 10px; } .block-delete-data button.delete-data { box-shadow: none; background: #ec4236; border: none; color: #fff; font-size: 16px; padding: 10px 15px; text-transform: none; } .block-delete-data button.delete-data:hover { box-shadow: none; color: #fff; background: #d43b31; } .block-delete-data button.delete-data:focus { outline: none; box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5); } .delete-data-modal .modal-inner-wrap { max-width: 600px; } .delete-data-modal h2 { margin-top: 0; } .delete-data-modal .form.delete-data { margin-top: 35px; } .delete-data-modal button.delete-data { box-shadow: none; background: #ec4236; border: none; color: #fff; font-size: 16px; padding: 10px 15px; text-transform: none; } .delete-data-modal button.delete-data:hover { box-shadow: none; color: #fff; background: #d43b31; } .delete-data-modal button.delete-data:focus { outline: none; box-shadow: 0 0 0 2px rgba(225, 66, 66, 0.5); } .block-swissup-social-login .buttons { padding: 0; margin: 0 0 0 -5px; display: flex; flex-wrap: wrap; } .block-swissup-social-login .buttons li { box-sizing: border-box; list-style: none; cursor: pointer; padding: 5px; margin: 0; line-height: 20px; } .block-swissup-social-login .buttons li.twitter a { background-color: #26c4f1; } .block-swissup-social-login .buttons li.twitter a:hover { background-color: #0eaad6; } .block-swissup-social-login .buttons li.twitter a .icon { background-color: false; } .block-swissup-social-login .buttons li.google a { background-color: #4285F4; } .block-swissup-social-login .buttons li.google a:hover { background-color: #1266f1; } .block-swissup-social-login .buttons li.google a .icon { background-color: #fff; } .block-swissup-social-login .buttons li.facebook a { background-color: #306199; } .block-swissup-social-login .buttons li.facebook a:hover { background-color: #244872; } .block-swissup-social-login .buttons li.facebook a .icon { background-color: false; } .block-swissup-social-login .buttons a { position: relative; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-weight: bold; color: #fff; height: 100%; width: 100%; display: block; box-sizing: border-box; padding: 9px 15px 9px 45px; text-decoration: none; transition: background-color 0.2s ease-in-out; } .block-swissup-social-login .buttons a:active { box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); } .block-swissup-social-login .buttons a .icon { height: 36px; width: 36px; text-align: center; position: absolute; left: 1px; top: 1px; } .block-swissup-social-login .buttons a .icon img { display: inline-block; height: 36px; width: 18px; } .block-authentication .block.block-swissup-social-login[class] ul { padding: 0; flex-direction: column; } .popup-authentication .block.block-swissup-social-login[class] { position: relative; order: 1; margin-top: 40px; border-top: 1px solid #c1c1c1; } .popup-authentication .block.block-swissup-social-login[class]::before { height: 36px; line-height: 34px; margin: -19px 0 0 -18px; min-width: 36px; box-sizing: border-box; position: absolute; left: 50%; top: 0; background: #fff; border: 1px solid #c1c1c1; border-radius: 50%; color: #c1c1c1; content: attr(data-label); display: inline-block; letter-spacing: normal; padding: 0 0.2rem; text-align: center; text-transform: uppercase; } .popup-authentication .block.block-swissup-social-login[class] .block-title { padding-top: 25px; } .popup-authentication .block-customer-login .fieldset { display: flex; flex-direction: column; } div.swiper-container .swiper-slide { height: auto; } .swiper-lazy-preloader ~ * { visibility: hidden; } .swiper-slide img { vertical-align: top; /* //stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */ height: auto; } [class].swiper-button-prev, [class].swiper-button-next { background-position: center; background-repeat: no-repeat; background-size: 10px 16px; height: 16px; width: 10px; margin-top: -8px; } [class].swiper-button-prev::after, [class].swiper-button-next::after { content: ''; } [class].swiper-button-prev.swiper-button-black, .swiper-container-rtl [class].swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } [class].swiper-button-next.swiper-button-black, .swiper-container-rtl [class].swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .block-category-event { background: #f0f0f0; color: #777; padding: 0.5em 0 15px; text-align: center; } .block-category-event.block:last-child { margin-bottom: 0.5em; } .block-category-event .block-title { margin: 0 0 0.5em; } .block-category-event .block-title strong { font-size: 1.5rem; font-weight: 300; } .block-category-event .ticker { margin: 0; padding: 0; list-style: none none; } .block-category-event .ticker li { display: none; margin: 0 15px; } .block-category-event .ticker .value { font-size: 1.8rem; font-weight: 300; } .block-category-event .ticker .label { font-size: 1rem; display: block; text-transform: lowercase; } .block-category-event .dates { display: table; margin: 0 auto; } .block-category-event .dates .start, .block-category-event .dates .end { display: table-cell; vertical-align: top; } .block-category-event .dates .date { font-size: 1.8rem; } .block-category-event .dates .time { display: block; } .block-category-event .dates .start { padding-right: 2em; position: relative; } .block-category-event .dates .start:after { font-size: 1.8rem; content: '\2013'; display: block; position: absolute; right: 15px; top: 0; } .table-wrapper.billing-agreements { margin-bottom: 2em; } .payment-method-content .pay-later-message { margin-bottom: 10px; margin-top: 10px; } .paypal { display: inline-block; vertical-align: top; } .block-minicart .paypal, .cart-summary .paypal { display: block; } .paypal img { display: block; margin: 0.25em auto 0; } .opc .paypal { vertical-align: middle; } .paypal.acceptance { display: block; margin: 0 0 1em; } .map-form-addtocart .paypal { display: block; margin: 0.5em auto 0.25em; } .cart-summary .paypal + .paypal { margin-top: 1.25em; } .paypal-review .actions-toolbar { margin-top: 0.5em; } .paypal-review .paypal-review-title { padding: 0 0 0.5em; } .paypal-review .paypal-review-title > strong { font-size: 2.4rem; font-weight: 300; } .paypal-review .paypal-review-title .action { display: inline-block; margin: 12px 0 0 1.5em; } .paypal-review .table-paypal-review-items .col.name { padding-top: 16px; } .paypal-review .table-paypal-review-items .col.qty { text-align: center; } .paypal-review .item-options dt { display: inline-block; } .paypal-review .item-options dt:after { content: ': '; } .paypal-review .item-options dd { margin: 0; } .paypal-review-discount { border-bottom: 1px solid #e7e7e7; margin: 0 0 2em; padding: 0.5em 0 0; } .fotorama-video-container:after { background: url('../../frontend/Smartwave/porto/de_DE/Magento_ProductVideo/img/gallery-sprite.png') bottom right; bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px; } .fotorama-video-container .magnify-lens { display: none !important; } .fotorama-video-container.video-unplayed:hover img { opacity: 0.6; } .fotorama-video-container.video-unplayed:hover:after { transform: scale(1.25); } .video-thumb-icon:after { background: url('../../frontend/Smartwave/porto/de_DE/Magento_ProductVideo/img/gallery-sprite.png') bottom left; bottom: 0; content: ''; height: 40px; left: 0; margin: auto; position: absolute; right: 0; top: 10px; width: 49px; } .product-video { bottom: 0; height: 75%; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 100%; } .product-video iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9999; } .fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after { bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px; } .fotorama__product-video--loading:after { visibility: hidden; } @media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) { .product-video { height: 100%; width: 81%; } } .opc-wrapper .form-discount { max-width: 500px; } .swatch-attribute-label { font-weight: 700; position: relative; } .swatch-attribute-label.required { padding-right: 0.5em; } .swatch-attribute-label[data-required='1']:after { color: #e02b27; content: '*'; font-size: 1em; font-weight: 700; position: absolute; right: -11px; top: -2px; } .swatch-attribute-selected-option { color: #646464; padding-left: 17px; } .swatch-attribute-options { margin: 0.5em 0; } .swatch-attribute-options:focus { box-shadow: none; } .swatch-attribute-options .swatch-option-tooltip-layered .title { color: #282828; bottom: -5px; height: 20px; left: 0; margin-bottom: 0.5em; position: absolute; text-align: center; width: 100%; } .swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option { background: #f0f0f0; color: #949494; } .swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected { background: #fff; border: 1px solid #fff; color: #000; } .swatch-option { border: 1px solid #dadada; cursor: pointer; float: left; height: 20px; margin: 0 0.5em 0.25em 0; max-width: 100%; min-width: 30px; overflow: hidden; padding: 1px 2px; position: relative; text-align: center; text-overflow: ellipsis; } .swatch-option:focus { box-shadow: 0 0 3px 1px #68a8e0; } .swatch-option.text { background: #f0f0f0; color: #686868; font-size: 1em; font-weight: 700; line-height: 20px; margin-right: 7px; min-width: 22px; padding: 4px 8px; } .swatch-option.text.selected { background-color: #fff; } .swatch-option.selected { outline: 2px solid #ff5501; border: 1px solid #fff; color: #333; } .swatch-option:not(.disabled):hover { border: 1px solid #fff; color: #333; outline: 1px solid #999; } .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover { border: 1px solid #fff; outline: 2px solid #c34000; } .swatch-option.disabled { box-shadow: unset; cursor: default; pointer-events: none; } .swatch-option.disabled:after { background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); bottom: 0; content: ''; filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)'; left: 0; position: absolute; right: 0; top: 0; } .swatch-option-disabled { border: 0; cursor: default; outline: none !important; } .swatch-option-disabled:after { -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); background: #e02b27; content: ''; height: 2px; left: -4px; position: absolute; top: 10px; width: 42px; z-index: 995; } .swatch-option-loading { content: url('../../frontend/Smartwave/porto/de_DE/images/loader-2.gif'); } .swatch-option-tooltip { border: 1px solid #dadada; color: #949494; background: #fff; display: none; max-height: 100%; min-height: 20px; min-width: 20px; padding: 0.25em; position: absolute; text-align: center; z-index: 999; } .swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner { bottom: 0; height: 8px; left: 40%; position: absolute; } .swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before, .swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after { border-style: solid; content: ''; font-size: 1px; height: 0; position: relative; width: 0; } .swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before { border-color: #adadad transparent transparent transparent; border-width: 8px 8.5px 0 8.5px; left: 0; top: 2px; } .swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after { border-color: #fff transparent transparent transparent; border-width: 7px 7.5px 0 7.5px; left: -15px; top: 1px; } .swatch-option-tooltip .image, .swatch-option-tooltip-layered .image { display: block; height: 130px; margin: 0 auto; width: 130px; } .swatch-option-tooltip-layered { background: #fff; border: 1px solid #dadada; color: #949494; display: none; left: -47px; position: absolute; width: 140px; z-index: 999; } .swatch-option-tooltip .title { color: #282828; display: block; max-height: 200px; min-height: 20px; overflow: hidden; text-align: center; } .swatch-option-link-layered { margin: 0 !important; padding: 0 !important; position: relative; } .swatch-option-link-layered:focus > div { box-shadow: 0 0 3px 1px #68a8e0; } .swatch-option-link-layered:hover > .swatch-option-tooltip-layered { display: block; } .swatch-opt { margin: 1em 0; } .swatch-opt-listing { margin-bottom: 0.5em; } .swatch-more { display: inline-block; margin: 2px 0; padding: 2px; position: static; } .swatch-visual-tooltip-layered { height: 160px; top: -170px; } .swatch-textual-tooltip-layered { height: 30px; top: -40px; } .swatch-input { left: -1000px; position: absolute; visibility: hidden; } .clearfix:after { clear: both; content: ''; display: block; height: 0; visibility: hidden; } .my-credit-cards .status { font-style: italic; } .my-credit-cards .action.delete { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; line-height: 1.4; margin: 0; padding: 0; color: #222529; text-decoration: none; background: none; border: 0; display: inline; } .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active { background: none; border: none; } .my-credit-cards .action.delete:hover { background: none; border: none; } .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete { pointer-events: none; opacity: 0.5; } .my-credit-cards .action.delete:visited { color: #222529; text-decoration: none; } .my-credit-cards .action.delete:hover { color: #222529; text-decoration: underline; } .my-credit-cards .action.delete:active { color: #222529; text-decoration: underline; } .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus { background: none; border: 0; } .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled], fieldset[disabled] .my-credit-cards .action.delete { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .my-credit-cards-popup .modal-footer { text-align: right; } .my-credit-cards-popup .action.secondary { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; line-height: 1.4; margin: 0; padding: 0; color: #222529; text-decoration: none; background: none; border: 0; display: inline; margin-right: 1em; } .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active { background: none; border: none; } .my-credit-cards-popup .action.secondary:hover { background: none; border: none; } .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary { pointer-events: none; opacity: 0.5; } .my-credit-cards-popup .action.secondary:visited { color: #222529; text-decoration: none; } .my-credit-cards-popup .action.secondary:hover { color: #222529; text-decoration: underline; } .my-credit-cards-popup .action.secondary:active { color: #222529; text-decoration: underline; } .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus { background: none; border: 0; } .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled], fieldset[disabled] .my-credit-cards-popup .action.secondary { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .minilist .weee { display: table-row; font-size: 1.1rem; } .minilist .weee:before { display: none; } .price-container.weee:before { display: none; } .column .block-addbysku .fieldset { margin: 0; } .column .block-addbysku .fieldset .fields { position: relative; } .column .block-addbysku .fieldset .fields .field { display: inline-block; margin-bottom: 0.5em; vertical-align: top; } .column .block-addbysku .fieldset .fields .actions-toolbar { position: absolute; right: 0; top: 7px; } .column .block-addbysku .sku { margin-right: -155px; padding-right: 160px; width: 100%; } .column .block-addbysku .qty .qty + .mage-error { width: 80px; } .column .block-addbysku .block-content .actions-toolbar { clear: both; margin: 0 0 1em; text-align: left; } .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after { content: ''; display: table; } .column .block-addbysku .block-content .actions-toolbar:after { clear: both; } .column .block-addbysku .block-content .actions-toolbar .primary { float: left; } .column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary { display: inline-block; } .column .block-addbysku .block-content .actions-toolbar .primary a.action, .column .block-addbysku .block-content .actions-toolbar .secondary a.action { display: inline-block; } .column .block-addbysku .block-content .actions-toolbar .primary .action { margin: 0 15px 0 0; } .column .block-addbysku .block-content .actions-toolbar .secondary a.action { margin-top: 6px; } .column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary { display: block; float: none; } .column .block-addbysku .block-content .actions-toolbar > .secondary { text-align: left; } .column .block-addbysku .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .column .block-addbysku .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .column .block-addbysku .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 20px; line-height: inherit; color: inherit; content: '\e61c'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .column .block-addbysku .action.add:hover:before { color: inherit; } .column .block-addbysku .action.add:active:before { color: inherit; } .column .block-addbysku .reset { margin: 7px 0; } .column .block-addbysku .note { display: block; margin: 0 0 1em; padding-top: 0.5em; } .block-cart-failed { margin: 2em 0; } .block-cart-failed .block-title { font-size: 2em; } .block-cart-failed .block-title strong { font-weight: 300; } .block-cart-failed .actions { text-align: center; } .block-cart-failed .actions .action { display: block; margin: 0 auto 0.5em; } .bundle-actions { padding: 1.25rem 0 1.25rem; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: 1rem; margin-bottom: 0; } .bundle-actions .action.customize { letter-spacing: -0.015em; border: none; background: #222529; } .bundle-options-container { clear: both; margin-bottom: 2em; } .bundle-options-container .legend.title { font-size: 1.125rem; color: #222529; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; } .bundle-options-container button.customization { font-size: 1em; } .bundle-options-container .product-add-form { display: none; } .bundle-options-container .product-options-wrapper { margin-bottom: 1.5em; } .bundle-options-container .product-options-wrapper .fieldset > .field { border-top: 1px #e4e4e4 solid; padding-top: 1em; } .bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type { border-top: 0; padding-top: 0; } .bundle-options-container .product-options-wrapper .fieldset > .field > .label { font-size: 1rem; color: #222529; font-weight: 600; text-transform: uppercase; } .bundle-options-container .product-options-wrapper .field.choice input { float: left; margin-top: 6px; } .bundle-options-container .product-options-wrapper .field.choice .label { margin-left: 24px; display: block; } .bundle-options-container .product-options-wrapper .field.choice .product-name { display: block; } .bundle-options-container .product-options-wrapper .field.choice .price-notice { float: left; } .bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax { display: inline-block; } .bundle-options-container .action.back { margin-bottom: 1.5em; } .bundle-options-container .block-bundle-summary > .title > strong { font-size: 1.125rem; color: #222529; font-weight: 600; text-transform: uppercase; } .bundle-options-container .block-bundle-summary > .title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle { border-bottom: 1px #e7e7e7 solid; margin-bottom: 1.2rem; padding-bottom: 10px; } .bundle-options-container .block-bundle-summary .price-box { margin-bottom: 0; } .bundle-options-container .block-bundle-summary .price-box .price-label { display: block; margin-bottom: 0.25em; } .bundle-options-container .block-bundle-summary .box-tocart { margin-bottom: 15px; } .bundle-options-container .block-bundle-summary .bundle-summary.empty { display: none; } .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle { font-size: 1.125rem; color: #222529; font-weight: 600; text-transform: uppercase; display: block; } .bundle-options-container .block-bundle-summary .bundle.items > li { margin-bottom: 5px; } .bundle-options-container .block-bundle-summary .bundle.items > li .label { font-weight: 600; color: #222529; } .bundle-options-container .block-bundle-summary .product-addto-links { text-align: center; } .bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before { content: '\f83b'; } .bundle-options-container p.required { color: #e02b27; } .bundle-options-container .nested .field label { font-weight: 400; } .bundle-options-container .nested .product-name { font-weight: 400; } .bundle-options-container .nested .field.qty { margin: 0 0 1em; margin-top: 1em; } .bundle-options-container .nested .field.qty > .label { margin: 0 0 8px; display: inline-block; } .bundle-options-container .nested .field.qty .label { font-weight: 400; } .bundle-options-container .nested .field.qty:last-child { margin-bottom: 0; } .bundle-options-container .price-container .price { font-size: 1rem; line-height: 1; font-weight: 600; letter-spacing: -0.02em; color: #222529; } .fieldset-bundle-options .nested.options-list .field.qty { display: block; margin-top: 9px; } .products ul, ul.products { margin: 0 0 1em; padding: 0; list-style: none outside; } .products ul li, ul.products li { list-style: none outside; } .products-grid:after { display: table; content: ""; clear: both; } .products-grid .product-item { float: left; } .products-grid .product-item { width: 50%; } .products-grid .product-item.nth-child-2np1 { clear: left; } .products-grid.divider-line { margin-left: 0; margin-right: 0; } .products-grid.divider-line .product-items { display: flex; flex-wrap: wrap; } .products-grid.divider-line .product-item { border-left: 1px solid rgba(0, 0, 0, 0.09); margin-bottom: 0; display: flex; padding: 0; } .products-grid.divider-line .product-item.nth-child-2np1 { border-left-color: transparent; } .products-grid.divider-line .product-item:nth-child(1) .product-item-info, .products-grid.divider-line .product-item:nth-child(2) .product-item-info { border-top-color: transparent; } .products-grid.divider-line .product-item:hover { z-index: 2; } .products-grid.divider-line .product-item-info { border-top: 1px solid rgba(0, 0, 0, 0.09); padding-top: 50px; padding-bottom: 0; transition: all 0.3s; margin-top: -1px; position: relative; } .products-grid.divider-line .product-item-info .product-item-inner { visibility: hidden; opacity: 0; margin: 0 -50px -10px; transition: all 0.3s; } .products-grid.divider-line .product-item-info .product-item-actions { margin-bottom: 0; } .products-grid.divider-line .product-item-info:hover { background-color: #fff; border-top-color: rgba(0, 0, 0, 0.09); border-bottom-color: rgba(0, 0, 0, 0.09); box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1); padding-top: 10px; padding-bottom: 40px; } .products-grid.divider-line .product-item-info:hover .product-item-inner { visibility: visible; opacity: 1; } .products { margin-left: -10px; margin-right: -10px; } .products .product-item { padding-left: 10px; padding-right: 10px; margin-bottom: 1.4286em; position: relative; } .product-item { vertical-align: top; } .product-item-name { font-size: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .product-item-name a { font-size: 0.9375rem; font-weight: 400; line-height: 1.35; letter-spacing: -0.01em; margin-bottom: 0.45rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #222529; display: block; } .product-item-info { width: 100%; max-width: 100%; text-align: center; } .product-item-photo { margin-bottom: 1rem; min-height: 90px; font-size: 1em; display: block; position: relative; padding: 0; } .product-item-photo img { display: block; } .product-item-photo .product-item-inner { height: 0; } .product-item-photo .product-item-inner .product-item-actions { display: block; } .product-item-photo .product-item-inner .product-item-actions > .action { background-color: #fff; } .product-item-photo .product-item-inner .product-item-actions > .actions-primary { display: inline-block; } .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart { width: 32px; padding: 0; } .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before { margin-right: 0; } .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span { display: none; } .product-item-photo:hover .product-item-inner { visibility: visible; opacity: 1; } .product-item-photo:hover:not(.porto-tb-featured-image) { box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1); } .product-item-actions .actions-secondary.action { width: 36px; height: 36px; line-height: 34px; letter-spacing: normal; border-radius: 0; position: relative; } .product-item-actions .actions-secondary.action:before { margin: 0; position: absolute; left: 0; right: 0; top: 0; font-size: 1rem; } .product-item-actions .action.towishlist { border-color: #ddd; color: #333; background-color: #fff; } .product-item-actions .action.towishlist > span { display: none; } .product-item-actions .action.tocompare { border-color: #ddd; color: #333; background-color: #fff; } .product-item-actions .action.tocompare > span { display: none; } .product-item-description { margin: 10px 0; } .product-item-details { position: relative; } .product-item .product-reviews-summary .reviews-actions { display: none; text-transform: lowercase; font-size: 1em; } .product-item .rating-summary { overflow: hidden; white-space: nowrap; } .product-item .rating-summary .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .product-item .rating-summary .rating-result { width: 72px; display: inline-block; position: relative; vertical-align: middle; } .product-item .rating-summary .rating-result:before { left: 0; position: absolute; top: 0; width: 100%; z-index: 1; -webkit-font-smoothing: antialiased; color: #c3c5c9; font-family: 'porto-icons'; font-size: 12px; height: 12px; letter-spacing: 3px; line-height: 12px; content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: block; font-style: normal; font-weight: normal; speak: none; } .product-item .rating-summary .rating-result > span { display: block; overflow: hidden; } .product-item .rating-summary .rating-result > span:before { position: relative; z-index: 2; -webkit-font-smoothing: antialiased; color: #ffc600; font-family: 'porto-icons'; font-size: 12px; height: 12px; letter-spacing: 3px; line-height: 12px; content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: block; font-style: normal; font-weight: normal; speak: none; } .product-item .rating-summary .rating-result > span span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .product-item .price-box .price-label { font-size: 12px; color: #c1c1c1; vertical-align: middle; } .product-item .minimal-price .price-container { display: block; } .product-item .minimal-price-link { margin-top: 0.25em; } .product-item .price-from, .product-item .price-to { margin: 0; } .product-item .tocompare:before { content: '\f83b'; } .product-item .tocart span { display: inline-block; vertical-align: top; } .product-item .tocart:before { content: '\e8ba'; font-family: 'porto-icons'; margin-right: 5px; font-weight: 600; font-size: 0.9375rem; } .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 { padding: 0; bottom: 0; top: auto; left: 0; width: 100%; text-indent: 0; height: auto; border: none; position: absolute; z-index: 6; opacity: 0; visibility: hidden; background-color: #08c; color: #fff; display: block; text-transform: uppercase; font-size: 13px; line-height: 34px; transition: 0.25s; text-align: center; } .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 em { display: none; } .product-item [class^='swatch-opt-'] { display: inline-block; } .product-item .swatch-attribute { margin-top: -4px; padding-bottom: 5px; } .product-labels { line-height: 1; color: #fff; font-weight: 600; text-transform: uppercase; position: absolute; z-index: 2; top: 0.8em; font-size: 10px; left: 0.8em; text-align: center; } .product-labels .product-label { padding: 5px 11px; margin-bottom: 5px; } .product-labels .product-label.new-label { background-color: #62b959; } .product-labels .product-label.sale-label { background-color: #e27c7c; } .products-grid .product-item .box-tocart input.qty { height: 32px; padding: 0 9px; } .products-grid .owl-carousel .product-item { width: auto; float: none; } .product-item-info .product-reviews-summary { background: 0 0; margin: 0 auto 0.625rem; height: 1px; position: relative; display: table; } .product-item-info .product-item-details .price-box { margin-bottom: 1rem; display: block; font-size: 1.125rem; line-height: 1; font-weight: 600; } .product-item-info .product-item-details .product-item-actions { white-space: nowrap; font-size: 1em; margin-bottom: 1.0714em; } .product-item-info .product-item-details .product-item-actions .actions-primary { display: inline-block; vertical-align: middle; position: relative; z-index: 1; } .product-item-info .product-item-details .product-item-actions .actions-secondary { display: inline-block; vertical-align: middle; position: relative; transition: all 0.3s; } .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist { right: -36px; visibility: hidden; opacity: 0; } .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare { left: -36px; visibility: hidden; opacity: 0; } .product-item-info .product-item-details .product-item-actions .tocart { border-radius: 0; color: #333; background-color: #fff; border-color: #ddd; line-height: 34px; padding: 0 0.625rem; font-size: 0.75rem; height: 36px; font-weight: 600; text-transform: uppercase; } .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2:hover { opacity: 1; } .product-item-info.type1 .product-item-inner { display: flex; justify-content: center; } .product-item-info.type3, .product-item-info.type5, .product-item-info.type6 { text-align: left; } .product-item-info.type3 .product.name, .product-item-info.type5 .product.name, .product-item-info.type6 .product.name { padding-right: 20px; } .product-item-info.type3 .product-reviews-summary, .product-item-info.type5 .product-reviews-summary, .product-item-info.type6 .product-reviews-summary { margin: 0 0 0.55rem; display: table; } .product-item-info.type3 .product-item-actions .actions-primary .tocart, .product-item-info.type5 .product-item-actions .actions-primary .tocart, .product-item-info.type6 .product-item-actions .actions-primary .tocart, .product-item-info.type3 .product-item-actions .tocompare, .product-item-info.type5 .product-item-actions .tocompare, .product-item-info.type6 .product-item-actions .tocompare { position: absolute; right: 15px; top: 15px; visibility: hidden; opacity: 0; color: #333; border: 1px solid #ddd; border-radius: 30px; background-color: #fff; width: 36px; height: 36px; line-height: 34px; z-index: 3; transition: 0.25s; } .product-item-info.type3 .product-item-actions .actions-primary .tocart::before, .product-item-info.type5 .product-item-actions .actions-primary .tocart::before, .product-item-info.type6 .product-item-actions .actions-primary .tocart::before, .product-item-info.type3 .product-item-actions .tocompare::before, .product-item-info.type5 .product-item-actions .tocompare::before, .product-item-info.type6 .product-item-actions .tocompare::before { font-weight: 600; font-size: 0.9375rem; display: block; } .product-item-info.type3 .product-item-actions .actions-primary .tocart:hover, .product-item-info.type5 .product-item-actions .actions-primary .tocart:hover, .product-item-info.type6 .product-item-actions .actions-primary .tocart:hover, .product-item-info.type3 .product-item-actions .tocompare:hover, .product-item-info.type5 .product-item-actions .tocompare:hover, .product-item-info.type6 .product-item-actions .tocompare:hover { color: #fff; } .product-item-info.type3 .product-item-actions .actions-primary .tocart, .product-item-info.type5 .product-item-actions .actions-primary .tocart, .product-item-info.type6 .product-item-actions .actions-primary .tocart { right: 56px; } .product-item-info.type3 .product-item-actions .towishlist, .product-item-info.type5 .product-item-actions .towishlist, .product-item-info.type6 .product-item-actions .towishlist { background: 0 0; border: 0; opacity: 0.7; position: absolute; right: 0; bottom: -44px; width: 20px; visibility: visible; z-index: 3; } .product-item-info.type3 .product-item-actions .towishlist:hover, .product-item-info.type5 .product-item-actions .towishlist:hover, .product-item-info.type6 .product-item-actions .towishlist:hover { opacity: 1; } .product-item-info.type3 .product-item-actions .qty-box, .product-item-info.type5 .product-item-actions .qty-box, .product-item-info.type6 .product-item-actions .qty-box { position: static; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .product-item-info.type3:hover .product-item-actions .tocompare, .product-item-info.type5:hover .product-item-actions .tocompare, .product-item-info.type6:hover .product-item-actions .tocompare, .product-item-info.type3:hover .product-item-actions .actions-primary .tocart, .product-item-info.type5:hover .product-item-actions .actions-primary .tocart, .product-item-info.type6:hover .product-item-actions .actions-primary .tocart { visibility: visible; opacity: 1; } .product-item-info.type4 { text-align: left; } .product-item-info.type4 .product-reviews-summary { margin: 0 0 0.625rem; } .product-item-info.type4 .product-item-actions .towishlist, .product-item-info.type4 .product-item-actions .tocompare { color: #333; border: 1px solid #ddd; background-color: #fff; } .product-item-info.type4 .product-item-actions .towishlist:hover, .product-item-info.type4 .product-item-actions .tocompare:hover { border-color: #08c; background-color: #08c; color: #fff; } .product-item-info.type4 .product-item-actions .towishlist, .product-item-info.type4 .product-item-actions .tocompare { left: 0 !important; right: 0 !important; opacity: 0; } .product-item-info.type4 .qty-box { margin: 0 0 6px; } .product-item-info.type4:hover .towishlist, .product-item-info.type4:hover .tocompare { opacity: 1; } .product-item-info.type5 .product-item-details { padding-left: 10px; padding-right: 10px; } .product-item-info.type5 .product-item-actions .towishlist { right: 10px; } .products-grid.divider-line .product-item-info.type6 { padding-top: 0; padding-bottom: 0; } .products-grid.divider-line .product-item-info.type6 .product-item-inner { margin: 0; visibility: visible; opacity: 1; } .products-grid.divider-line .product-item-info.type6 .product-item-photo { margin-bottom: 0; } .product-item-info.type6 .product-item-details { padding: 15px 15px 1px; } .product-item-info.type6 .product-item-actions .towishlist { right: 15px; } .product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 { left: 15px; right: 15px; width: auto; } .product-item-info.type6 .qty-box { position: static; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .product-item-info.type6:hover .product-item-photo { box-shadow: none; } .product-item-info.type7 .product-item-photo { margin: 0; } .product-item-info.type7 .product-item-actions > .action { position: absolute; top: 15px; right: 15px; border: 1px solid #ddd; color: #333; border-radius: 30px; width: 36px; height: 36px; line-height: 34px; z-index: 3; visibility: hidden; opacity: 0; transition: all 0.3s; } .product-item-info.type7 .product-item-actions > .action.towishlist { right: 56px; } .product-item-info.type7 .product-item-actions > .action::before { font-size: 1rem; } .product-item-info.type7 .product-item-actions > .action:hover { color: #fff; background-color: #08c; } .product-item-info.type7 .product-item-actions > .actions-primary { position: absolute; bottom: 0; right: 0; width: 50%; z-index: 3; visibility: hidden; opacity: 0; } .product-item-info.type7 .product-item-actions > .actions-primary .tocart { width: 100%; background-color: #f4f4f4; border: 0; color: #333; height: 45px; transition: all 0.3s; letter-spacing: 0; padding: 0 0.625rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; z-index: 1; white-space: nowrap; } .product-item-info.type7 .product-item-actions > .actions-primary .tocart::before { display: none; } .product-item-info.type7 .product-item-actions > .actions-primary .tocart > span { display: inline-block; } .product-item-info.type7 .product-item-actions > .actions-primary .tocart:hover { background-color: #08c; color: #fff; } .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 { width: 50%; height: 45px; line-height: 45px; } .product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2:hover { opacity: 1; } .product-item-info.type7 .qty-box { display: none; } .product-item-info.type7 .product-item-details { position: absolute; bottom: 45px; z-index: 3; background-color: #fff; width: 100%; text-align: left; padding: 15px 20px 0; border-top: 1px solid rgba(0, 0, 0, 0.09); border-bottom: 1px solid rgba(0, 0, 0, 0.09); transition: all 0.3s; opacity: 0; visibility: hidden; } .product-item-info.type7 .product-reviews-summary { margin: 0 0 0.625rem; } .product-item-info.type7:hover .product-item-photo { box-shadow: none; } .product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2 { padding: 0; } .product-item-info.type7:hover .product-item-details, .product-item-info.type7:hover .product-item-actions > .action, .product-item-info.type7:hover .product-item-actions > .actions-primary { visibility: visible; opacity: 1; } .product-item-info.type8 .price-box .price, .product-item-info.type8 .product.name a { color: #fff; } .product-item-info.type8 .product-reviews-summary { height: auto; } .product-item-info.type8 .product-reviews-summary .rating-summary .rating-result > span:before { color: #fff; } .product-item-info.type8 .product-reviews-summary .rating-summary .rating-result:before { color: rgba(255, 255, 255, 0.6); } .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 { left: 0; right: 0; line-height: 32px; transition: none; } .product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2:hover { opacity: 1; } .product-item-info.type8 .product-item-actions > .action, .product-item-info.type8 .product-item-actions > .actions-primary .tocart { position: absolute; top: 15px; right: 15px; z-index: 3; background-color: #4d4d4a; border: 2px solid #fff; border-radius: 30px; color: #fff; width: 36px; height: 36px; visibility: hidden; opacity: 0; transition: all 0.3s; } .product-item-info.type8 .product-item-actions > .action::before, .product-item-info.type8 .product-item-actions > .actions-primary .tocart::before { font-weight: 600; font-size: 0.9375rem; display: block; } .product-item-info.type8 .product-item-actions > .actions-primary .tocart { right: 97px; } .product-item-info.type8 .product-item-actions > .action.towishlist { right: 56px; } .product-item-info.type8 .product-item-details { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; background-color: rgba(27, 27, 23, 0.6); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s; } .product-item-info.type8 .product-item-photo { margin-bottom: 0; } .product-item-info.type8 .product-item-photo .qty-box { position: static; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .product-item-info.type8:hover .product-item-photo { box-shadow: none; } .product-item-info.type8:hover .product-item-actions > .action, .product-item-info.type8:hover .product-item-actions > .actions-primary .tocart { visibility: visible; opacity: 0.85; } .product-item-info.type8:hover .product-item-actions > .action:hover, .product-item-info.type8:hover .product-item-actions > .actions-primary .tocart:hover { opacity: 1; } .product-item-info.type8:hover .product-item-details { opacity: 1; visibility: visible; } .product-item-info.type9 .product-item-details { text-align: left; } .product-item-info.type9 .product-item-inner { left: auto; right: 15px; bottom: 15px; } .product-item-info.type9 .product-reviews-summary { margin: 0 0 0.625rem; } .product-item-info.type9 .product-item-actions > .action, .product-item-info.type9 .product-item-actions > .actions-primary .tocart { position: absolute; top: 15px; right: 15px; z-index: 3; background-color: #fff; border: 1px solid #ddd; border-radius: 30px; color: #333; width: 36px; height: 36px; visibility: hidden; opacity: 0; transition: all 0.3s; } .product-item-info.type9 .product-item-actions > .action::before, .product-item-info.type9 .product-item-actions > .actions-primary .tocart::before { font-weight: 600; font-size: 0.9375rem; display: block; } .product-item-info.type9 .product-item-actions > .action:hover, .product-item-info.type9 .product-item-actions > .actions-primary .tocart:hover { background-color: #08c; color: #fff; } .product-item-info.type9 .product-item-actions > .actions-primary .tocart { right: 97px; } .product-item-info.type9 .product-item-actions > .action.towishlist { right: 56px; } .product-item-info.type9 .product-item-photo .qty-box { position: static; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .product-item-info.type9:hover .product-item-actions > .action, .product-item-info.type9:hover .product-item-actions > .actions-primary .tocart { visibility: visible; opacity: 0.85; } .product-item-info.type9:hover .product-item-actions > .action:hover, .product-item-info.type9:hover .product-item-actions > .actions-primary .tocart:hover { opacity: 1; } .product-item-info.type10 .product-item-inner { display: flex; justify-content: center; } .product-item-info.type10 .product-item-actions .towishlist, .product-item-info.type10 .product-item-actions .tocompare { display: none; } .product-item-info.type10 .qty-box { display: inline-flex; position: relative; text-align: left; vertical-align: middle; } .product-item-info.type10 .qty-box .qty { -moz-appearance: textfield; text-align: center; width: 2.5em; height: 36px; padding-left: 0; padding-right: 0; box-shadow: none; border-radius: 0; font-family: Poppins, sans-serif; color: #222529; line-height: 1.42857; padding: 8px 0; font-size: 0.85rem; } .product-item-info.type10 .qty-box .qtyminus, .product-item-info.type10 .qty-box .qtyplus { position: relative; width: 2em; height: 36px; line-height: 1; border: 1px solid; padding: 0; outline: none; text-indent: -9999px; } .product-item-info.type10 .qty-box .qtyminus:before, .product-item-info.type10 .qty-box .qtyplus:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; border-top: 1px solid; margin-top: -0.5px; margin-left: -4.5px; } .product-item-info.type10 .qty-box .qtyminus, .product-item-info.type10 .qty-box .qtyplus { background: transparent; border-color: rgba(0, 0, 0, 0.09); } .product-item-info.type10 .qty-box .qtyminus:not(:hover), .product-item-info.type10 .qty-box .qtyplus:not(:hover) { color: #222529; } .product-item-info.type10 .qty-box .qtyminus { left: 1px; } .product-item-info.type10 .qty-box .qtyplus { left: -1px; } .product-item-info.type10 .qty-box .qtyplus:after { content: ''; position: absolute; left: 50%; top: 50%; height: 9px; border-left: 1px solid; margin-top: -4.5px; margin-left: -0.5px; } .product-item-info.type11 .product-item-name { text-align: left; } .product-item-info.type11 .product-item-photo:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(27, 27, 23, 0.3); transition: 0.25s; z-index: 2; } .product-item-info.type11 .price-box .price, .product-item-info.type11 .product.name a, .product-item-info.type11 .product.name a:hover { color: #fff; } .product-item-info.type11 .product-reviews-summary { margin-left: 0; margin-right: 0; height: auto; } .product-item-info.type11 .product-reviews-summary .rating-summary .rating-result:before { color: rgba(255, 255, 255, 0.6); } .product-item-info.type11 .product-reviews-summary .rating-summary .rating-result > span:before { color: #fff; } .product-item-info.type11 .weltpixel-quickview.weltpixel_quickview_button_v2 { position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; text-transform: uppercase; text-decoration: none; display: block; transition: all 0.3s; visibility: hidden; opacity: 0; padding: 0.1rem 1.5rem; font-size: 13px; width: auto; line-height: 34px; border-radius: 30px!important; border: 2px solid #fff; background-color: #4d4d4a !important; transform: translate3d(-50%, -50%, 0); } .product-item-info.type11 .product-item-inner { position: absolute; left: auto; right: 15px; bottom: auto; top: 15px; visibility: visible; opacity: 0; z-index: 3; } .product-item-info.type11 .product-item-inner .product-item-actions > .action, .product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart { background-color: #4d4d4a; border: 2px solid #fff; border-radius: 30px; color: #fff; width: 36px; height: 36px; opacity: 0.85; transition: all 0.3s; } .product-item-info.type11 .product-item-inner .product-item-actions > .action:hover, .product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart:hover { opacity: 1; } .product-item-info.type11 .product-item-inner .product-item-actions > .action:before { font-size: 15px; line-height: 32px; } .product-item-info.type11 .porto-icon-eye { display: none; } .product-item-info.type11 .product.details.product-item-details { position: absolute!important; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; display: flex; flex-direction: column; align-items: baseline; justify-content: flex-end; opacity: 0; visibility: hidden; transition: all 0.3s; padding: 0 20px 10px; } .product-item-info.type11 .product-item-photo .qty-box { position: static; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .product-item-info.type11:hover .product-item-photo:after { background-color: rgba(27, 27, 23, 0.7); } .product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2 { visibility: visible; opacity: 0.85; padding: 0.1rem 1.5rem; } .product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover { opacity: 1; } .product-item-info.type11:hover .product-item-inner { opacity: 1; visibility: visible; } .product-item-info.type11:hover .product.details.product-item-details { opacity: 1; visibility: visible; } .product-item-info.type12 > .porto-section { display: flex; align-items: center; text-align: left; padding: 10px; background: #fff; } .product-item-info.type12 a.weltpixel-quickview { display: none !important; } .product-item-info.type12 .product-item-photo { flex: 0 0 50%; max-width: 50%; padding-right: 15px; margin: 0; } .product-item-info.type12 .product-item-photo > a { display: block; position: relative; } .product-item-info.type12 .product-item-details { flex: 0 0 50%; max-width: 50%; } .product-item-info.type12 .product-item-details .product-item-inner { display: none; } .product-item-info.type12 .product-reviews-summary { margin-left: 0; margin-right: 0; margin-bottom: 0.525rem; } .product-item-info.type12:hover .product-item-photo { box-shadow: none !important; } .product-item-info.type12:hover .product-item-photo > a:before { display: none; } .product-item-info:hover .product-item-photo:not(.porto-tb-featured-image) { box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1); } .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist { right: 0; visibility: visible; opacity: 1; } .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare { left: 0; visibility: visible; opacity: 1; } .product-item-info:hover .product-item-details .product-item-actions .tocart { background-color: #222529; border-color: #222529; color: #fff; } .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 { padding: 0.45rem 0; opacity: 0.85; visibility: visible; } .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover { opacity: 1; } .price-container .price { font-size: 2rem; color: #444; } .price-container .price-including-tax + .price-excluding-tax, .price-container .weee { margin-top: 5px; } .price-container .price-including-tax + .price-excluding-tax, .price-container .weee, .price-container .price-including-tax + .price-excluding-tax .price, .price-container .weee .price, .price-container .weee + .price-excluding-tax:before, .price-container .weee + .price-excluding-tax .price { font-size: 1.1rem; } .price-container .weee:before { content: "(" attr(data-label) ": "; } .price-container .weee:after { content: ")"; } .price-container .weee + .price-excluding-tax:before { content: attr(data-label) ": "; } .products-list .product-item { display: block; width: 100%; padding: 0 10px; } .products-list .product-item-info { display: flex; align-items: center; } .products-list .product-item-info > .porto-section { display: flex; align-items: center; } .products-list .product-item-info:after { display: table; content: ''; clear: both; } .products-list .product-item-info:hover .product-item-photo { box-shadow: none; } .products-list .product-item-photo { flex: 0 0 250px; margin: 0 20px 0 0; } .products-list .product-item-details { flex: 1 1 auto; max-width: calc(100% - (250px)); padding-bottom: 1px; text-align: left; } .products-list .product-item-details .product-item-name a { font-size: 1.2857em; font-weight: 600; } .products-list .product-item-details .actions-primary { display: inline-block; } .products-list .product-item-details .actions-secondary { margin-left: 2px; right: 0 !important; left: 0 !important; visibility: visible !important; opacity: 1 !important; } .products-list .product-item-details .weltpixel-quickview { display: none; } .products-list .product-item .product-reviews-summary { background: none; margin-left: 0; } .porto-tb-featured-image { position: relative; } .porto-tb-featured-image .img-thumbnail { display: block; } .porto-tb-featured-image img { display: block; width: 100%; } .porto-tb-featured-image .owl-nav { z-index: 1; } .porto-tb-featured-image .owl-carousel { z-index: auto; } .porto-tb-featured-image .zoom { line-height: 30px; } .porto-tb-featured-image p { overflow-wrap: break-word; } .porto-tb-featured-image:hover { z-index: auto; } .porto-tb-featured-image:hover .zoom { opacity: 1; } .tb-image-type-gallery .img-thumbnail .zoom { opacity: 0; } .grid-creative .tb-image-type-default, .grid-creative .tb-image-type-hover { height: 100%; } .grid-creative .tb-image-type-default .img-thumbnail, .grid-creative .tb-image-type-hover .img-thumbnail, .grid-creative .tb-image-type-default .img-thumbnail img, .grid-creative .tb-image-type-hover .img-thumbnail img { height: inherit; object-fit: cover; } .grid-creative > .porto-tb-item { margin-bottom: 0; } .product-type-advanced .tb-image-type-hover { position: relative; } .product-type-advanced .tb-image-type-hover .hover_image { position: absolute; left: 0; top: 0; height: 100%; right: 0; object-fit: cover; transition: opacity 0.3s, transform 2s cubic-bezier(0, 0, 0.44, 1.18); opacity: 0; z-index: 2; visibility: visible; } .product-type-advanced .tb-image-type-hover:hover .hover_image { opacity: 1; transform: scale(1.1, 1.1) translateZ(0); } .tb-image-type-slider .owl-item, .tb-image-type-slider .owl-stage, .tb-image-type-slider .owl-stage-outer, .tb-image-type-slider .porto-carousel { position: static; } .tb-image-type-slider .porto-carousel .owl-dots { top: auto; bottom: 10px; justify-content: center; z-index: 5; } .tb-image-type-slider .porto-carousel .zoom { z-index: 5; } .tb-image-type-slider .porto-carousel .img-thumbnail { overflow: hidden; } .tb-woo-price .price { display: block; } .tb-hover-content { position: absolute; left: 0; top: 0; width: 100%; height: 100% !important; z-index: 5; } .tb-hover-content .porto-tb-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4; } .tb-hover-content { display: flex; flex-direction: column; flex-wrap: wrap; height: 100%; transition: transform 0.4s, opacity 0.3s; opacity: 0; } .tb-hover-content.thumb-info-floating-element-wrapper:not(.with-link) > :first-child { display: none; } .tb-hover-content.thumb-info-floating-element-wrapper.with-link > :nth-child(2) { display: none; } .porto-tb-item:hover .tb-hover-content { opacity: 1; } .hover-start-fadein { opacity: 0; } .hover-start-translateleft { transform: translateX(-101%); } .hover-start-translatetop { transform: translateY(-101%); } .hover-start-translatebottom { transform: translateY(101%); } .hover-start-contenttranslatebottom > :not(.porto-tb-link) { transform: translateY(100px); transition: transform 0.3s, opacity 0.3s; } .porto-tb-item:hover .hover-start-fadein { opacity: 1; } .porto-tb-item:hover .hover-start-translateleft { transform: translateX(0); } .porto-tb-item:hover .hover-start-translatebottom, .porto-tb-item:hover .hover-start-translatetop { transform: translateY(0); } .porto-tb-item:hover .hover-start-contenttranslatebottom > :not(.porto-tb-link) { transform: translateY(0); } .tb-hover-content > * { position: relative; z-index: 1; } .tb-hover-content .porto-tb-link { z-index: auto; } .porto-tb-icon-left i { margin-right: 0.25rem; } .porto-tb-icon-right i { margin-left: 0.25rem; } .porto-tb-woo-link:hover { color: var(--theme-color); } .porto-tb-woo-link a { color: inherit; } .porto-tb-wishlist a.view-wishlist { display: none; } .porto-tb-wishlist a, .porto-tb-wishlist span:not(.yith-wcwl-tooltip) { text-indent: 0; width: auto; height: auto; line-height: inherit; background: none; border: none; color: inherit; transition: none; } .porto-tb-wishlist.porto-tb-icon-left i { margin-right: 0.25rem; } .porto-tb-wishlist .count-add-to-wishlist { display: none!important; } .editor-styles-wrapper .yith-wcwl-add-to-wishlist span, .porto-tb-wishlist a:hover, .porto-tb-wishlist span:hover { background: none; color: inherit; border: none; } .porto-tb-wishlist a:before, .porto-tb-wishlist span:before { position: static; font-size: inherit; } .porto-tb-swatch .variations .label, .porto-tb-swatch .variations .reset_variations { display: none!important; } .porto-tb-swatch .variations td { padding: 0 0 5px; } .porto-tb-meta { display: inline-block; } .porto-tb-meta a { color: inherit; } .porto-tb-meta a:hover { color: var(--theme-color); } .porto-posts-grid.porto-ajax-loading:after { z-index: 4; } .porto-posts-grid .sort-source { margin-bottom: 1rem; } .porto-posts-grid .pagination { margin: 0; } .porto-posts-grid.porto-ajax-load { position: relative; } .porto-posts-grid .porto-ibanner > img { width: auto; } .porto-posts-grid .posts-container[data-plugin-masonry] { transition: height 0.3s ease-in-out; } .porto-posts-grid .nothing-found-message { width: 100%; } .porto-posts-grid .filter-check li a:before { content: "\f87a"; font-family: "porto"; } html:not(.rtl) .porto-posts-grid .filter-check li a:before { margin-right: 6px; } .rtl .porto-posts-grid .filter-check li a:before { margin-left: 6px; } .porto-posts-grid .filter-check li.active a:before { content: "\f87b"; } .image-hover-overlay { position: relative; } .image-hover-overlay .posts-wrap { position: relative; z-index: 2; } .image-hover-overlay .posts-wrap .img-thumbnail { transition: opacity 0.8s; } .image-hover-overlay.active .img-thumbnail { opacity: 0; } .image-hover-overlay .thumb-info-full { position: absolute; left: 0; right: 0; bottom: 20px; height: 100%; opacity: 0; transition: opacity 0.8s; background-size: cover; } .image-hover-overlay .thumb-info-full.active { opacity: 1; } .porto-tb-item:hover .viewcart.added { display: block; opacity: 1; cursor: pointer; } .porto-tb-item.product-col .filter-color { margin: 3px 6px 3px 0; } .rtl .porto-tb-item.product-col .filter-color { margin-right: 0; margin-left: 6px; } .product-type-countdown2 .sw-dailydeal { background: none; font-family: inherit; color: inherit; padding: 0; text-align: inherit; } .product-type-countdown2 .sw-dailydeal p { line-height: 1; } .product-type-countdown2 .countdowncontainer { text-align: inherit; margin-bottom: 0; } .product-type-countdown2 .countdowncontainer .number-wrapper { padding: 11px 0; background: #f3f3f3; margin: 0 2.5px 10px; width: 50px; text-align: center; } .product-type-countdown2 .countdowncontainer .number-wrapper:first-child { margin-left: 0; } .product-type-countdown2 .countdowncontainer .number-wrapper .number { font-weight: 600; color: #222529; font-size: 1rem; line-height: 1; } .product-type-countdown2 .countdowncontainer .number-wrapper .caption { text-transform: uppercase; margin-top: 2px; font-size: 0.625rem; font-weight: 500; margin-top: 7px; width: 100%; display: block; line-height: 1; } .product-type-countdown2 .countdowncontainer .number-wrapper .caption p { line-height: 1; } .product-type-advanced .porto-tb-featured-image { overflow: hidden; } .product-type-advanced .product-item-actions .actions-secondary.action { width: 40px; height: 40px; line-height: 38px; background-color: #ffffff !important; border: 1px solid #e7e7e7; border-radius: 50% 50% 50% 50%; color: #222529; line-height: 1.8; visibility: visible !important; opacity: 1 !important; order: 1; transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s; } .product-type-advanced .product-item-actions .actions-secondary.action::before { font-size: 24px; -webkit-font-smoothing: inherit; } .product-type-advanced .product-item-actions .actions-secondary.action:hover { background-color: #212529 !important; color: #fff; border-color: #212529; } .product-type-advanced .product-item-actions .actions-secondary.action.tocompare { order: 3; left: 0; } .product-type-advanced .product-item-actions .actions-secondary.action.tocompare::before { font-size: 20px; } .product-type-advanced .product-item-actions .actions-secondary.action.towishlist { right: 0; } .product-type-advanced .product-item-actions > .actions-primary { order: 2; margin: 0 5px; } .product-item .product-type-advanced .tocart:before { font-weight: 300; font-size: 22px; margin-right: 0.25rem !important; display: inline-block; vertical-align: middle; -webkit-font-smoothing: antialiased; } .product-type-advanced .product-item-name a { font-weight: 500; letter-spacing: -0.025em; } .product-type-advanced .product-reviews-summary { height: auto; display: inline-block; } .product-type-advanced.effect-ovdefault { color: #fff; } .product-type-advanced.effect-ovdefault .product-item-photo { margin-bottom: 0; } .product-type-advanced.effect-ovdefault .product-content { padding-top: 0px; padding-bottom: 0px; position: absolute; z-index: 1; top: 50%; right: 15px; left: 15px; opacity: 0; transform: scale(0.9) translateZ(0) translateY(-50%); transition: opacity 0.25s, transform 0.25s, bottom 0.25s; } .product-type-advanced.effect-ovdefault:hover .product-content { opacity: 1; transform: scale(1) translateZ(0) translateY(-50%); } .product-type-advanced.effect-ovdefault .product-item-name a { color: inherit; } .product-item .product-type-advanced.effect-ovdefault .rating-summary .rating-result:before { color: inherit; } .product-item .product-type-advanced.effect-ovdefault .rating-summary .rating-result > span:before { color: #ffc600; } .product-item .product-type-advanced.effect-ovdefault .price-box .price { color: #fff; } .product-item .product-type-advanced.effect-ovdefault .old-price .price { color: #fff; } .product-type-advanced.effect-ovdefault .content-top { position: absolute; top: 15px; right: 20px; left: 20px; } .product-type-advanced.effect-ovdefault .content-bottom { position: absolute; bottom: 15px; left: 20px; right: 20px; } .product-type-advanced.effect-hddf .product-content { background-color: #ffffff; padding: 20px 15px 0px 15px; position: absolute; right: 0px; bottom: -5px; left: 0px; opacity: 0; transition: bottom 0.25s, opacity 0.25s; } .product-type-advanced.effect-hddf:hover .product-content { bottom: 0; opacity: 1; } .product-type-advanced.effect-hddf.box-center .product-content { top: 50%; right: 20px; left: 20px; bottom: auto; transform: translateY(calc(-50% + 20px)); transition: transform 0.25s, opacity 0.25s; } .product-type-advanced.effect-hddf.box-center:hover .product-content { transform: translateY(-50%); bottom: auto; } .product-type-advanced.effect-hddf.box-full .product-content { top: 0px; right: 0px; bottom: -5px; left: 0px; transition: bottom 0.25s, opacity 0.25s; } .product-type-advanced.effect-hddf.box-full:hover .product-content { bottom: 0; } .product-type-advanced.effect-hddf.box-full .product-item-inner .actions-primary { margin-top: 0; position: absolute; bottom: 0; left: 0; right: 0; flex-grow: inherit; } .product-type-advanced.effect-detailimg { text-align: left; } .product-type-advanced.effect-detailimg .product-item-photo { margin-bottom: 0; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action { position: relative; top: 0 !important; right: 0; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 { top: 0; padding: 0; position: relative; left: 0; order: 3; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions { position: absolute; top: 0.625rem; right: 0.625rem; display: flex; flex-direction: column; justify-content: center; align-items: center; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions .actions-secondary.action { position: relative; top: 0; right: 0; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions > * { margin-bottom: 10px; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner .product-item-actions > *:last-child { margin-bottom: 0; } .product-type-advanced.effect-detailimg .product-item-photo .product-item-inner.show-cart-icon .product-item-actions > .actions-primary { margin: 0 0 10px; order: 1; } .product-type-advanced.effect-detailimg .content-top { top: 0.625rem; right: 3.75rem; left: 1.25rem; position: absolute; } .product-type-advanced.effect-detailimg .product-labels + .product-item-inner .content-top { top: 2.5rem; } .product-type-advanced.effect-detailimg .product-item-details { position: absolute; bottom: 16px; left: 20px; width: auto; } .product-type-advanced.effect-detailimg.actions-center { text-align: center; } .product-type-advanced.effect-detailimg.actions-center .product-item-photo .product-item-inner .product-item-actions { top: 50%; transform: translateY(-50%); } .product-type-advanced.effect-detailimg.actions-center .content-top { right: 1.25rem; } .product-type-advanced.effect-detailimg.actions-center .product-item-details { right: 20px; } .product-type-advanced.effect-detailimg.actions-bottom { text-align: left; } .product-type-advanced.effect-detailimg.actions-bottom .product-item-photo .product-item-inner .product-item-actions { top: auto; bottom: 0.625rem; } .product-type-advanced.effect-detailimg.actions-bottom .product-item-details { top: 16px; right: 55px; bottom: auto; } .product-type-advanced.effect-detailimg.actions-bottom .product-labels + .product-item-inner .product-item-details { top: 35px; } .product-type-advanced.effect-cartlink .product-item-photo .product-item-inner .product-item-actions { position: static; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow { transition: transform 0.5s; position: relative; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:before { position: absolute; content: ''; left: -16px; top: -16px; right: -16px; bottom: -16px; background-color: #fff; opacity: 0; visibility: hidden; transition: box-shadow 0.3s, opacity 0.3s, visibility 0.3s; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:hover { transform: translateY(-10px); z-index: 2; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bheshadow:hover:before { opacity: 1; visibility: visible; box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.07000000000000001); } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhebrspace:hover:before { left: -16px; top: -16px; right: -16px; bottom: -16px; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd { transition: transform 0.3s; z-index: 2; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd .content-shadow { content: ''; opacity: 0; visibility: hidden; transition: box-shadow 0.3s, opacity 0.3s, visibility 0.3s; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover .content-shadow { opacity: 1; visibility: visible; box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.07000000000000001); } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover { transform: translateY(-10px); z-index: 9; } .product-items:not(.owl-carousel) .product-type-advanced.effect-bhesfd:hover .product-item-details .product-item-inner { opacity: 1; visibility: visible; } .product-type-advanced.effect-bheborder { border: 1px solid transparent; } .product-type-advanced.effect-bheborder:hover { z-index: 2; border-color: #e7e7e7; } .product-type-advanced.effect-bhebrspace { position: relative; } .product-type-advanced.effect-bhebrspace:before { position: absolute; content: ''; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; opacity: 0; visibility: hidden; border: 1px solid transparent; transition: opacity 0.3s, visibility 0.3s, left 0.3s, top 0.3s, right 0.3s, bottom 0.3s; } .product-type-advanced.effect-bhebrspace:hover:before { opacity: 1; visibility: visible; border-color: #e7e7e7; } .product-type-advanced.effect-bhesfd { position: relative; } .product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 { position: absolute; z-index: 2; top: 10px; right: 10px; left: auto; padding: 0; } .product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 span { display: none; } .product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2 { width: 40px; height: 40px; background-color: #ffffff !important; border: 1px solid #e7e7e7; border-radius: 50% 50% 50% 50%; color: #222529; line-height: 1.8; transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s; } .product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2::before { content: '\E884'; font-family: 'porto-icons'; display: block; font-size: 22px; -webkit-font-smoothing: inherit; } .product-type-advanced.effect-bhesfd .product-item-photo .weltpixel-quickview.weltpixel_quickview_button_v2:hover { background-color: #212529 !important; color: #fff; border-color: #212529; } .product-type-advanced.effect-bhesfd .content-shadow { padding-top: 0px; padding-bottom: 0px; position: absolute; top: -16px; right: -16px; left: -16px; background-color: #ffffff; } .product-type-advanced.effect-bhesfd [class^='swatch-opt-'] { background-color: #ffffff; padding-top: 0px; padding-bottom: 0px; position: absolute; z-index: 2; top: 0px; left: 0px; width: 100%; transition: transform 0.3s, opacity 0.3s, visibility 0.3s; opacity: 0; visibility: hidden; padding-top: 15px; } .product-type-advanced.effect-bhesfd .product-item-details .price-box { margin-bottom: 0; } .product-type-advanced.effect-bhesfd .product-item-details .product-item-inner { padding-top: 0px; padding-bottom: 0px; position: absolute; top: 100%; right: 0px; left: 0px; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; } .product-type-advanced.effect-bhesfd .product-item-details .product-item-inner .product-item-description { margin-top: 13px; font-size: 13px; line-height: 22px; letter-spacing: 0.005em; } .product-type-advanced.effect-bhesfd .product-item-details .product-item-inner .product-item-actions { margin-top: 20px; margin-bottom: 0; } .product-type-advanced.effect-bhesfd:hover [class^='swatch-opt-'] { transform: translateY(-100%); opacity: 1; visibility: visible; } .button-pos-center .product-item-actions { position: absolute; top: 50%; right: 1rem; left: 1rem; transform: translateY(-50%); } .button-pos-top .product-item-actions { position: absolute; top: 1rem; right: 1rem; left: 1rem; } .button-pos-bottom .product-item-actions { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; } .has-quickview .button-pos-bottom .product-item-actions { bottom: 4rem; } .text-center .swatch-attribute-options { justify-content: center; } .button-pos-outside .product-item-actions .actions-secondary.action { border-radius: 0; } .button-pos-outside .product-item-actions .actions-secondary.action.towishlist { right: 0; visibility: visible; opacity: 1; } .button-pos-outside .product-item-actions .actions-secondary.action.tocompare { left: 0; visibility: visible; opacity: 1; } .button-pos-outside .product-item-actions > .actions-primary .tocart { border-radius: 0 !important; } .product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary { flex-grow: 1; } .product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart { font-size: 13px; font-weight: 500; text-transform: uppercase; line-height: 26px; letter-spacing: -0.05em; text-align: center; color: #ffffff; background: none; height: 40px; display: block; padding: 0; background-color: #212529; border: none; order: 2; margin: 0; flex-grow: 1; width: auto; } .product-item-info .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span { display: inline-block; vertical-align: middle; } .product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions > .actions-primary { display: block; width: 100%; position: absolute; right: 0px; bottom: 0px; left: 0px; margin: 0; } .product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions.actions-center > .actions-primary { top: 50%; left: 50%; transform: translate(-50%, -50%); bottom: auto; width: max-content; } .product-item-info .product-type-advanced .product-item-inner.css-bottom-iconcart .product-item-actions.actions-center .flex-sm-row { flex-direction: column !important; } .product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary { width: auto; background: none; border: none; order: 2; margin: 0 10px; } .product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart { width: 40px; height: 40px; background-color: #ffffff !important; border: 1px solid #e7e7e7; border-radius: 50% 50% 50% 50%; color: #222529; line-height: 1.8; padding: 0; transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s; } .product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart::before { margin-right: 0 !important; display: block; -webkit-font-smoothing: auto; } .product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart:hover { background-color: #212529 !important; color: #fff; border-color: #212529; } .product-item-info .product-type-advanced .product-item-inner.show-cart-icon .product-item-actions > .actions-primary .tocart span { display: none; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action, .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 { position: absolute; z-index: 2; top: 10px; right: 10px; left: auto; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .actions-secondary.action.tocompare { top: 60px; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 { width: 40px; height: 40px; background-color: #ffffff !important; border: 1px solid #e7e7e7; border-radius: 50% 50% 50% 50%; color: #222529; line-height: 1.8; visibility: visible; opacity: 1; transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2::before { content: '\E884'; font-family: 'porto-icons'; display: block; font-size: 22px; -webkit-font-smoothing: inherit; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2:hover { background-color: #212529 !important; color: #fff; border-color: #212529; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 { left: auto; top: 110px; padding: 0; } .product-item-info .product-type-advanced .product-item-inner.icon-absolute .product-item-actions .weltpixel-quickview.weltpixel_quickview_button_v2 span { display: none; } .product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary { margin: 0; right: auto; width: auto; } .product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart { background: none; font-size: 13px; font-weight: 600; text-transform: uppercase; line-height: 26px; letter-spacing: -0.05em; color: #222529; text-decoration: underline; height: auto; } .product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span { display: block; } .product-item-info .product-type-advanced.effect-cartlink .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart::before { display: none; } .product-item-info .product-type-advanced.effect-cartlink .product-item-photo .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart { margin-bottom: 0.625rem; margin-left: 1rem; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: left; align-items: flex-start; text-align: left; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top > * { order: 2; text-align: left; margin-left: 0; flex: 0 0 100%; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-actions { margin-bottom: 8px; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-inner { order: 1; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .price-box { margin-bottom: 0; } .product-item-info .product-type-advanced.effect-cartlink .show-cartlink-top .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart { font-size: 1rem; font-weight: 600; } .product-item-info.type13 .product-item-inner:not(.button-pos-center) .product-item-actions { display: block; position: static; } .product-item-info.type13 .sw-dailydeal-wrapper { padding: 0 0 10px; position: relative; } .product-item-info.type14 .sw-dailydeal-wrapper { padding: 0 0 10px; position: relative; } .product-item-info.type15.porto-tb-item:hover .tb-hover-content { background-color: rgba(33, 37, 41, 0.7); } .product-item-info.type15 .product-item-inner:not(.button-pos-center) .product-item-actions { display: block; position: static; } .product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 { width: 40px; height: 40px; background-color: #ffffff !important; border: 1px solid #e7e7e7; border-radius: 50% 50% 50% 50%; color: #222529; line-height: 1.8; visibility: visible; opacity: 1; transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s; } .product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2::before { content: '\E884'; font-family: 'porto-icons'; display: block; font-size: 22px; -webkit-font-smoothing: inherit; } .product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2:hover { background-color: #212529 !important; color: #fff; border-color: #212529; } .product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 { left: auto; right: -4px; bottom: 0; padding: 0; } .product-item-info.type15 .button-pos-center .weltpixel-quickview.weltpixel_quickview_button_v2 span { display: none; } .product-item-info.type15.hide-actions .weltpixel-quickview, .product-item-info.type15.hide-actions .product-item-actions { display: none !important; } .product-item-info.type16.porto-tb-item .tb-hover-content { justify-content: flex-end; background-color: rgba(0, 113, 161, 0); } .product-item-info.type16 .product-item-photo { margin-bottom: 0; } .product-item-info.type16 .product-item-inner .product-item-actions { display: block; position: static; } .product-item-info.type16 .product-item-inner .actions-primary { display: block; padding: 0; background-color: #212529; border: none; order: 2; margin: 0 -15px; flex-grow: 1; margin-top: 20px; } .product-item-info.type16 .product-item-inner .actions-primary .tocart { font-size: 13px; font-weight: 500; text-transform: uppercase; line-height: 40px; letter-spacing: -0.05em; text-align: center; color: #ffffff; background: none; border: none; width: 100%; height: 40px; padding: 0; } .product-item-info.type16.text-left .product-type-advanced .product-reviews-summary { margin-left: 0; } .product-item-info.type17 .product-item-inner:not(.button-pos-center) .product-item-actions { display: block; position: static; } .product-item-info.type17 .sw-dailydeal-wrapper { padding: 0 0 10px; position: relative; } .product-item-info.type17 .product-item-details .product-item-actions .actions-primary { display: block; } .product-item-info.type17 .qty-box { display: inline-flex; position: relative; text-align: left; vertical-align: middle; margin-right: 7px; } .product-item-info.type17 .qty-box .qty { -moz-appearance: textfield; text-align: center; width: 2.5em; height: 40px; padding-left: 0; padding-right: 0; box-shadow: none; border-radius: 0; font-family: Poppins, sans-serif; color: #222529; line-height: 1.42857; padding: 8px 0; font-size: 0.85rem; font-weight: 600; border-color: #e7e7e7; } .product-item-info.type17 .qty-box .qtyminus, .product-item-info.type17 .qty-box .qtyplus { position: relative; width: 2em; height: 40px; line-height: 1; border: 1px solid; padding: 0; outline: none; text-indent: -9999px; } .product-item-info.type17 .qty-box .qtyminus:before, .product-item-info.type17 .qty-box .qtyplus:before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; border-top: 1px solid; margin-top: -0.5px; margin-left: -4.5px; } .product-item-info.type17 .qty-box .qtyminus, .product-item-info.type17 .qty-box .qtyplus { background: #fff; border-color: #e7e7e7; } .product-item-info.type17 .qty-box .qtyminus:not(:hover), .product-item-info.type17 .qty-box .qtyplus:not(:hover) { color: #222529; } .product-item-info.type17 .qty-box .qtyminus { left: 1px; } .product-item-info.type17 .qty-box .qtyplus { left: -2px; } .product-item-info.type17 .qty-box .qtyplus:after { content: ''; position: absolute; left: 50%; top: 50%; height: 9px; border-left: 1px solid; margin-top: -4.5px; margin-left: -0.5px; } .product-item-info.type17 .actions-center .qty-box { align-self: center; margin-bottom: 10px; margin-right: 0; } .product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart { margin: 0; width: auto; } .product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions.actions-center > .actions-primary .tocart { padding-right: 32px; padding-left: 32px; } .product-item-info.type17 .swatch-attribute:last-child { padding-bottom: 15px; } .product-item-info.type17 .swatch-attribute-options { justify-content: center; } .product-item-info.type17 .product-item-details.qty-above > * { order: 2; } .product-item-info.type17 .product-item-details.qty-above .product-item-inner { order: 1; width: 100%; } .product-item-info.type20 .product-item-inner:not(.button-pos-center) .product-item-actions { display: block; position: static; } .product-item-info.type20 .sw-dailydeal-wrapper { padding: 0 0 10px; position: relative; } @media (min-width: 576px) { .product-item-info .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .price-box { opacity: 1; visibility: visible; transition: opacity 0.3s, visibility 0.3s; margin-bottom: 0; } .product-item-info .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .product-item-inner { padding-top: 0px; padding-bottom: 0px; margin-bottom: 0; position: absolute; right: 0px; left: 0px; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s, transform 0.3s; } .product-item-info:hover .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .price-box { opacity: 0; visibility: hidden; } .product-item-info:hover .product-type-advanced.effect-cartlink:not(.cartlink-image) .product-item-details:not(.show-cartlink-top) .product-item-inner { opacity: 1; visibility: visible; transform: translateY(-20px); } } @media (min-width: 576px) and (max-width: 991px) { .products-grid.columns3 .product-item, .products-grid.columns4 .product-item, .products-grid.columns5 .product-item { width: 33.33333333%; } .products-grid.columns3 .product-item.nth-child-2np1, .products-grid.columns4 .product-item.nth-child-2np1, .products-grid.columns5 .product-item.nth-child-2np1 { clear: none; } .products-grid.columns3 .product-item.nth-child-3np1, .products-grid.columns4 .product-item.nth-child-3np1, .products-grid.columns5 .product-item.nth-child-3np1 { clear: left; } .products-grid.columns6 .product-item, .products-grid.columns7 .product-item, .products-grid.columns8 .product-item { width: 33.33333333%; } .products-grid.columns6 .product-item.nth-child-2np1, .products-grid.columns7 .product-item.nth-child-2np1, .products-grid.columns8 .product-item.nth-child-2np1 { clear: none; } .products-grid.columns6 .product-item.nth-child-3np1, .products-grid.columns7 .product-item.nth-child-3np1, .products-grid.columns8 .product-item.nth-child-3np1 { clear: left; } .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1, .products-grid.divider-line.columns3 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1, .products-grid.divider-line.columns4 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1, .products-grid.divider-line.columns5 .product-item.nth-child-2np1 { border-left-color: rgba(0, 0, 0, 0.09); } .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1, .products-grid.divider-line.columns3 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1, .products-grid.divider-line.columns4 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1, .products-grid.divider-line.columns5 .product-item.nth-child-3np1 { border-left-color: transparent; } .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info { border-top-color: transparent; } .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1, .products-grid.divider-line.columns6 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1, .products-grid.divider-line.columns7 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1, .products-grid.divider-line.columns8 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1, .products-grid.divider-line.columns6 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1, .products-grid.divider-line.columns7 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1, .products-grid.divider-line.columns8 .product-item.nth-child-2np1 { border-left-color: rgba(0, 0, 0, 0.09); } .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1, .products-grid.divider-line.columns6 .product-item.nth-child-5np1, .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1, .products-grid.divider-line.columns7 .product-item.nth-child-5np1, .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1, .products-grid.divider-line.columns8 .product-item.nth-child-5np1 { border-left-color: transparent; } .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info { border-top-color: transparent; } } @media (min-width: 768px) { .porto-posts-grid.filter-vertical { display: flex; } .porto-posts-grid.filter-vertical .nav { flex-direction: column; flex: 0 0 auto; width: 20%; } html:not(.rtl) .porto-posts-grid.filter-vertical .sort-source li { margin-right: 0!important; } .rtl .porto-posts-grid.filter-vertical .sort-source li { margin-left: 0!important; } .porto-posts-grid.filter-vertical .posts-wrap { flex: 1; width: 80%; } .porto-posts-grid.slider-wrapper .nav { padding: 0 10px; } } @media (min-width: 992px) { .products-grid.columns6 .product-item, .products-grid.columns7 .product-item, .products-grid.columns8 .product-item { width: 33.33333333%; } .products-grid.columns6 .product-item.nth-child-2np1, .products-grid.columns7 .product-item.nth-child-2np1, .products-grid.columns8 .product-item.nth-child-2np1 { clear: none; } .products-grid.columns6 .product-item.nth-child-3np1, .products-grid.columns7 .product-item.nth-child-3np1, .products-grid.columns8 .product-item.nth-child-3np1 { clear: left; } .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1, .products-grid.divider-line.columns3 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1, .products-grid.divider-line.columns4 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1, .products-grid.divider-line.columns5 .product-item.nth-child-2np1 { border-left-color: transparent; } .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info { border-top-color: transparent; } .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1, .products-grid.divider-line.columns6 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1, .products-grid.divider-line.columns7 .product-item.nth-child-2np1, .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1, .products-grid.divider-line.columns8 .product-item.nth-child-2np1 { border-left-color: rgba(0, 0, 0, 0.09); } .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1, .products-grid.divider-line.columns6 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1, .products-grid.divider-line.columns7 .product-item.nth-child-3np1, .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1, .products-grid.divider-line.columns8 .product-item.nth-child-3np1 { border-left-color: transparent; } .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info, .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info, .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info, .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info { border-top-color: transparent; } } @media (min-width: 576px) and (max-width: 740px) { .product-item-info.type17 .product-type-advanced .product-item-inner:not(.show-cart-icon) .product-item-actions > .actions-primary .tocart span { display: none; } } @media (max-width: 991px) and (min-width: 768px) { .porto-posts-grid.filter-vertical .nav { width: 20%; } .porto-posts-grid.filter-vertical .posts-wrap { width: calc(100% - 20%); } } @media (max-width: 575px) { .product-item-info.type17 .qty-box { align-self: center; margin-right: 0; margin-bottom: 10px; } } .page-products .columns { position: relative; z-index: 1; padding-top: 60px; } .toolbar { display: flex; align-items: center; margin-bottom: 10px; margin-right: -10px; font-size: 13px; text-align: center; } .toolbar > * { margin: 0 10px 10px 0; } .toolbar select { padding-top: 0; padding-bottom: 0; font-size: 1em; padding: 0 25px 0 8px; box-shadow: none; border: 1px solid #e4e4e4; height: 34px; border-radius: 0; } .toolbar-amount { position: static; display: block; float: left; line-height: 14px; padding: 6px 0; margin: 0; vertical-align: middle; text-align: left; } .products.wrapper ~ .toolbar .toolbar-amount { display: none; } .page-with-filter .toolbar-amount { position: static; } .toolbar-products { background-color: transparent; } .toolbar-products .pages { display: none; } .products.wrapper ~ .toolbar { text-align: center; border-top: 1px solid #e7e7e7; padding-top: 25px; margin: 0; border-bottom: none; } .products.wrapper ~ .toolbar .pages { display: block; margin-right: 0; order: 2; margin-left: auto; margin-bottom: 15px; } .products.wrapper ~ .toolbar .limiter { margin-bottom: 15px; } .products.wrapper ~ .toolbar .sorter, .products.wrapper ~ .toolbar .modes { display: none; } .products.wrapper ~ .toolbar a.porto-product-filters-toggle { display: none !important; } .toolbar a.porto-product-filters-toggle { -webkit-align-items: center; align-items: center; height: 36px; background: #fff; padding: 0 10px 0 3px; text-transform: uppercase; color: inherit; border: 1px solid #e7e7e7; } .toolbar a.porto-product-filters-toggle svg { fill: #fff; stroke: #222529; width: 28px; } .page-layout-1column .toolbar a.porto-product-filters-toggle { display: none !important; } .toolbar.sticky { position: fixed!important; z-index: 8; left: 0; width: 100%; padding-top: 10px; padding-bottom: 0; padding-left: 20px; padding-right: 10px; border-bottom: 1px solid #e7e7e7; transition: left 0.3s; } .sidebar-opened .toolbar.sticky { left: 260px; } .onepage-category .toolbar.sticky { left: 80px; width: calc(100% - (80px)); } .sorter { margin-right: auto; display: flex; align-items: center; } .page-products .sorter { position: static; } .sorter-label { margin-bottom: 0; line-height: 26px; font-weight: 400; margin: 0 7px 0 0; vertical-align: middle; } .sorter-label::after { content: ':'; } .sorter-options { margin: 0 7px 0 0; width: auto; } .sorter-action { vertical-align: top; display: inline-block; text-decoration: none; } .sorter-action:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: inherit; line-height: inherit; color: #222529; content: '\f840'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .sorter-action:hover:before { color: #222529; } .sorter-action > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sorter-action:before { vertical-align: top; color: #000; } .sorter-action.sort-desc:before { content: '\f842'; } .modes { display: flex; align-items: center; } .modes > a { text-decoration: none; } .modes-mode { font-size: 1rem; width: 1.2em; height: 1.2em; line-height: 1; text-align: center; vertical-align: middle; transition: 0.25s; margin-right: 0.25rem; margin-top: 2px; display: inline-block; text-decoration: none; } .modes-mode:last-child { margin-right: 0; } .modes-mode.active, .modes-mode:hover { color: #222529; } .modes-mode:not(.active) { color: #000; } .modes-mode > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .modes-mode:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: inherit; line-height: inherit; color: inherit; content: '\f839'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .modes-mode:before { display: block; overflow: visible; } .mode-list:before { content: '\f83a'; } .limiter { display: flex; align-items: center; } .limiter-options { width: auto; margin: 0; } .limiter .label { margin: 0 7px 0 0; vertical-align: middle; } .limiter .label span { display: block; } .limiter .label span::after { content: ':'; } .limiter .control { display: inline-block; } .limiter .limiter-text { display: none; } @media (max-width: 991px) { .toolbar { font-size: 11px; letter-spacing: -0.025em; font-weight: 600; color: #222529; margin-bottom: 20px; background: #f4f4f4; padding: 10px 2px 0 12px; margin-right: 0; } .toolbar select { text-transform: uppercase; height: 36px; max-width: 140px; letter-spacing: inherit; font-weight: inherit; color: #222529; } .toolbar .sorter-label, .toolbar .limiter .label { font-weight: inherit; } .products.wrapper ~ .toolbar { background: none; margin: 0; padding: 0; padding-top: 25px; font-size: 13px; font-weight: 400; color: inherit; letter-spacing: normal; position: static !important; } .products.wrapper ~ .toolbar select { height: 34px; max-width: auto; color: inherit; } } @media (max-width: 575px) { .toolbar .modes, .toolbar .sorter-label, .toolbar .limiter .label { display: none; } } .action.tocompare:before { content: '\f83b'; } .catalog-category-view .page-title-wrapper { display: none; } .price-box .price { font-weight: 600; } .old-price, .old.price { color: #a7a7a7; } .old-price { display: inline-block; vertical-align: baseline; margin-right: 0.2143em; } .old-price .price { text-decoration: line-through; color: #999; font-size: 14px; } .old-price .price-label { display: none; } .special-price { display: inline-block; vertical-align: baseline; } .price-tier_price .price-including-tax + .price-excluding-tax:before { content: "(" attr(data-label) ":"; } .price-tier_price .price-including-tax + .price-excluding-tax:last-child:after { content: ")"; } .price-tier_price .weee[data-label] { display: inline; } .price-tier_price .weee[data-label]:before { content: " +" attr(data-label) ":"; } .actual-price { font-weight: 700; } .category-image .image { max-width: 100%; width: 100%; height: auto; display: block; } .category-cms, .category-image, .category-description { margin-bottom: 1em; word-wrap: break-word; } .product-image-container { display: inline-block; max-width: 100%; min-width: 100%; position: relative; background: #fff; overflow: hidden; z-index: 0; } .product-image-wrapper { height: 0; display: block; position: relative; z-index: 1; overflow: hidden; } .product-image-photo { display: block; position: absolute; top: 0; left: 0; margin: auto; height: auto; width: 100%; } .product-image-photo.default_image { position: static; } .product-image-photo.hover_image { visibility: hidden; opacity: 0; transition: all 0.3s; padding: 0; } .product-item-photo:hover .product-image-photo.hover_image { visibility: visible; opacity: 1; } .catalog-product-view .page-main { padding-bottom: 0; } .product.media { margin-top: 0; margin-bottom: 2rem; } .product.media .placeholder .photo.container { max-width: 100%; } .product.media .notice { margin: 0.5em 0; color: #c1c1c1; font-size: 1em; } .product.media .product.thumbs { margin: 0.5em 0 1.25em; } .product.media .items.thumbs { margin: 0; padding: 0; list-style: none none; } .product.media .items.thumbs > li { display: inline-block; vertical-align: top; } .product.media .items.thumbs > li { margin: 1rem 0 0; } .product.media .items.thumbs img { display: block; } .product.media .items.thumbs .active { display: block; line-height: 1; } .product.info.detailed { clear: both; } .product.info.detailed .additional-attributes { width: auto; border: none; } .product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th, .product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td { border: none; } .product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td { padding: 5.5px 0.25em 0.5em 0.25em; } .product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th { padding: 5.5px 1.5em 0.5em 0; } .fieldset > .field.qty, .nested.options-list > .field.qty { display: inline-block; vertical-align: top; margin: 0; margin-right: 15px; } .fieldset > .field.qty > .label, .nested.options-list > .field.qty > .label { display: none; } .fieldset > .actions { display: inline-block; vertical-align: middle; margin: 0; } .input-text.qty { border-radius: 3px; } .product-info-main { margin-bottom: 2rem; } .product-info-main .page-title-wrapper { max-width: calc(100% - (52px)); } .product-info-main .page-title-wrapper h1 { font-size: 1.875rem; line-height: 1.2; color: #222529; letter-spacing: -0.01em; font-weight: 700; margin-bottom: 0.2em; } .product-info-main .product-reviews-summary { color: #999; margin-bottom: 1.4286em; margin-top: 0; font-size: 0.9286em; } .product-info-main .product-reviews-summary:after { content: ''; display: block; width: 40px; border-top: 2px solid #e7e7e7; margin: 1rem 0 1.25rem; } .product-info-main .product-reviews-summary .rating-summary { display: inline-block; vertical-align: middle; margin-right: 0.7143em; font-size: 13px; top: -2px; position: relative; } .product-info-main .product-reviews-summary .rating-summary .rating-result { width: 78px; } .product-info-main .product-reviews-summary .rating-summary .rating-result:before, .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before { font-size: 15px; line-height: 15px; height: 15px; color: #ff5b5b; } .product-info-main .product-reviews-summary .reviews-actions { display: inline-block; vertical-align: middle; } .product-info-main .product-reviews-summary .reviews-actions a { color: inherit; padding: 0 0.7143em; position: relative; } .product-info-main .product-reviews-summary .reviews-actions a:first-child { padding-left: 0; } .product-info-main .product-reviews-summary .reviews-actions a:not(:last-child)::after { content: ''; border-left: 2px solid #ccc; width: 1px; height: 15px; display: inline-block; position: absolute; right: 0; top: 2px; } .product-info-main .product-reviews-summary.empty .reviews-actions:before { content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: inline-block; vertical-align: middle; font-family: porto-icons; color: #c3c5c9; letter-spacing: 0.2em; font-size: 14px; line-height: 13px; } .product-info-main .product-info-price .special-price .price-label:after { content: ": "; } .product-info-main .product-info-stock-sku { clear: both; font-size: 0.8571em; text-transform: uppercase; margin: 1.2143em 0; } .product-info-main .product-info-stock-sku > * { display: block; margin-bottom: 0.25rem; } .product-info-main .stock span + span { color: #222529; font-weight: 700; } .product-info-main .product.sku { word-wrap: break-word; } .product-info-main .product-add-form { clear: both; } .product-info-main .product.sku .type { font-weight: inherit; } .product-info-main .product.sku .type::after { content: ':'; } .product-info-main .product.sku .value { display: inline-block; color: #222529; font-weight: 700; } .product-info-main .product.overview { font-size: 1.1428em; line-height: 1.6875; letter-spacing: -0.015em; } .product-info-main .product.alert { margin: 0.5em 0; } .product-info-main .product.detailed { margin-top: 15px; } .product-add-form .box-tocart { padding: 1.25rem 0 1rem; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: 1rem; margin-bottom: 0; font-size: 1em; margin: 0; } .product-social-links .share-links a { font-size: 13px; width: 32px; height: 32px; border-radius: 16px; margin: 0.2857em 0.1em 0.2857em 0; } .product-social-links .share-links a:not(:hover) { background: none; color: #222529; border: 2px solid #e7e7e7; } .product-options-wrapper .fieldset-product-options-inner .legend { border: none; font-weight: 600; display: inline-block; font-size: 1.4rem; float: none; padding: 0; margin: 0 0 8px; } .product-options-wrapper .fieldset-product-options-inner.required .legend:after { content: '*'; color: #e02b27; font-size: 1em; margin: 0 0 0 0.25em; } .product-options-wrapper .field .note { display: block; margin-top: 0.25em; } .product-options-wrapper .swatch-attribute-label { display: inline-block; vertical-align: middle; margin-right: 10px; min-width: 72px; font-size: 0.8571em; text-transform: uppercase; font-weight: 400; line-height: 32px; white-space: nowrap; padding: 2px 0 8px; margin: 0; } .product-options-wrapper .swatch-attribute-label::after { content: ':'; } .product-options-wrapper .swatch-attribute-selected-option { display: none; } .product-options-wrapper .swatch-attribute-options { display: inline-block; vertical-align: middle; padding: 2px 8px 8px; } .product-options-wrapper .swatch-opt { margin: 0; } .product-options-bottom, .product-info-price { font-size: 1.5rem; line-height: 1; font-weight: 600; letter-spacing: -0.02em; color: #222529; margin-bottom: 1.25rem; } .product-options-bottom .price-box, .product-info-price .price-box { display: table-cell; vertical-align: top; } .product-options-bottom .price-box .price-label, .product-info-price .price-box .price-label { display: none; } .product-options-bottom .price-box .price, .product-info-price .price-box .price { font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; } .product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price { color: #a7a7a7; font-size: 0.8em; margin-right: 0.2143em; letter-spacing: 0; } .product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span { display: inline-block; } .product-options-bottom .price-box .old-price .price-container > span.price-label, .product-info-price .price-box .old-price .price-container > span.price-label { display: none; } .product-options-bottom .price-box .old-price .price, .product-info-price .price-box .old-price .price { font-size: inherit; line-height: inherit; color: inherit; } .product-options-bottom .price-box p, .product-info-price .price-box p { margin: 0; } .product-options-bottom .box-tocart, .product-info-price .box-tocart { margin: 0; } .product-options-bottom { font-size: 1em; } .product-options-bottom .product-addto-links { display: flex; } .page-product-bundle .product-options-bottom, .page-product-downloadable .product-options-bottom { border: none; margin: 0; padding: 0; } .box-tocart .field.qty { margin-right: 0.5rem; margin-bottom: 5px; position: relative; } .box-tocart .actions { margin: 0 4px 5px 0; } .box-tocart .action.tocart { height: 3rem; padding: 0 2em; margin-bottom: 0; overflow: hidden; text-transform: uppercase; font-size: 1em; letter-spacing: -0.015em; font-weight: 700; line-height: 3rem; border: none; background: #222529; } .box-tocart .action.tocart:before { display: inline-block; content: "\e8ba"; font-family: "porto-icons"; margin-right: 0.5rem; font-size: 1.125rem; } .product-social-links { margin: 15px 0 0; text-align: left; } .product-social-links > * { display: inline-block; vertical-align: middle; margin-right: 0.5rem; } .product-social-links .product-addto-links .action { border-radius: 40px; border: 2px solid #e7e7e7; color: #222529; margin: 0.2857em 0.1em 0.2857em 0; font-size: 16px; width: 32px; height: 32px; line-height: 29px; letter-spacing: normal; } .product-social-links .product-addto-links .action::before { font-size: 15px; } .moved-add-to-links { display: inline-block; vertical-align: top; } .product-addto-links .action span, .moved-add-to-links .action span, .product-social-links .action span { display: none; } .product-addto-links .action.tocompare:before, .moved-add-to-links .action.tocompare:before, .product-social-links .action.tocompare:before { content: '\f83b'; } .product-addto-links .action.mailto.friend, .moved-add-to-links .action.mailto.friend, .product-social-links .action.mailto.friend { color: #222529; border-color: #e7e7e7; } .product-addto-links a.action:before, .moved-add-to-links a.action:before, .product-social-links a.action:before { line-height: 30px; } .product-addto-links .action { margin-left: 5px; border-radius: 0; } .prices-tier { margin-bottom: 0.75em; } .prices-tier .item { margin-bottom: 0.5em; } .prices-tier .item:last-child { margin-bottom: 0; } .prices-tier .price-excluding-tax, .prices-tier .price-including-tax { display: inline-block; } .minimal-price-link, .price-excluding-tax, .price-including-tax { white-space: nowrap; display: block; } .ui-dialog-titlebar-close { line-height: 1.4; margin: 0; padding: 0; color: #222529; text-decoration: none; background: none; border: 0; display: inline; } .ui-dialog-titlebar-close:visited { color: #222529; text-decoration: none; } .ui-dialog-titlebar-close:hover { color: #222529; text-decoration: underline; } .ui-dialog-titlebar-close:active { color: #222529; text-decoration: underline; } .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus { background: none; border: 0; } .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled], fieldset[disabled] .ui-dialog-titlebar-close { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .qty.field .control, .col.qty .control { position: relative; width: 104px; display: flex; justify-content: center; } .qty.field .input-text.qty, .col.qty .input-text.qty { width: 44px; height: 3rem; font-size: 1rem; font-weight: 700; text-align: center; line-height: 14px; border-radius: 0; border-width: 1px 0 1px 0; border-color: #e7e7e7; padding: 0 5px; color: #222529; } .qty.field .qty-changer > a, .col.qty .qty-changer > a { display: block; border-radius: 0; margin-top: 0; position: absolute; top: 0; left: 0; height: 3rem; line-height: 3rem; width: 30px; border: solid 1px #e7e7e7; color: #222529; } .qty.field .qty-changer > a:first-child, .col.qty .qty-changer > a:first-child { right: 0; left: auto; } .qty.field .qty-changer > a:hover, .col.qty .qty-changer > a:hover { color: #222529; } .qty.field .qty-changer > a i, .col.qty .qty-changer > a i { display: none; } .qty.field .qty-changer > a::before, .col.qty .qty-changer > a::before { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; border-top: 1px solid; margin-top: -0.5px; margin-left: -4.5px; } .qty.field .qty-changer > a.qty-inc:after, .col.qty .qty-changer > a.qty-inc:after { content: ''; position: absolute; left: 50%; top: 50%; height: 9px; border-left: 1px solid; margin-top: -4.5px; margin-left: -0.5px; } .fotorama__nav .fotorama__thumb-border { border-color: #222529; } .block.upsell { padding-top: 40px; } .owl-carousel.product-image-carousel { margin-bottom: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main, .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media { width: 100% !important; padding: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media { margin-bottom: 2em; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media .product-image-slider.owl-carousel { margin-bottom: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper { display: inline-block; width: auto; margin: 0; vertical-align: middle; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 { margin: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .prev-next-products { position: relative; float: right; margin: 5.7px 10px 0; right: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary { margin-top: 15px; margin-bottom: 20px; height: 42px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary .rating-summary { top: -1px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price { font-size: 30px; line-height: 1; display: inline-block; margin-bottom: 40px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product.overview { clear: both; padding-top: 25px; border-top: 1px solid #e7e7e7; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-stock-sku { margin-bottom: 20px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form { position: relative; border-top: 1px solid #e7e7e7; padding-top: 1.25rem; text-align: left; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom { margin-bottom: 0; display: inline-block; vertical-align: middle; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart { padding: 0; border: none; margin: 0; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty { display: inline-flex; text-align: left; margin-right: 20px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty label { display: inline-block; font-size: 15px; font-weight: 600; color: #222529; line-height: 23px; margin: 0; text-transform: uppercase; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .qty-changer > a { height: 24px; border: none; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .input-text.qty { width: 36px; border-width: 1px 1px 1px 1px; font-size: 13px; background: #f4f4f4; height: 24px; font-family: inherit; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper { display: inline-block; vertical-align: middle; min-width: 45%; text-align: left; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute { display: inline-block; vertical-align: middle; margin-right: 15px; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute-label { min-width: auto; padding-right: 1em; text-align: left; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links { display: inline-block; margin: 0; width: auto; } .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links > *:last-child { margin-right: 0; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main { max-width: 100% !important; width: 100%; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 { font-size: 30px; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical .fotorama__nav__shaft { background: none; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage { left: 0!important; max-width: 100%; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__thumb { border: 1px solid rgba(0, 0, 0, 0.1); width: calc(100% - 2px); height: calc(100% - 2px); } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical.fotorama__nav-wrap { padding: 20px; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage__shaft.fotorama__grab { max-width: 100% !important; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links { position: absolute; top: 0; right: 0; width: auto; margin: 0; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share { margin: 0; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .share-links a { display: block; margin: 0 auto 2px; border-radius: 0; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products { margin-right: 40px; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-price { font-size: 25px; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-options-bottom { margin-bottom: 40px; } .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell { padding-top: 0; margin-top: 2.5rem; margin-bottom: 0; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block { margin-bottom: 2em; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links { margin-bottom: 40px; margin-top: 0; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed { clear: both; background: #f4f4f4; padding-top: 70px; padding-bottom: 70px; position: relative; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:before, .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:after { content: ''; position: absolute; width: 30vw; height: 100%; top: 0; background: inherit; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::before { right: 100%; } .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::after { left: 100%; } .sidebar .product-items-images { margin-left: -0.25em; } .sidebar .product-items-images .product-item { float: left; padding-left: 0.25em; } .sidebar .product-items-names .product-item { margin-bottom: 0.5em; } .sidebar .product-items-names .product-item-name { margin: 0; vertical-align: middle; } .sidebar .product-items-names .product-item-name > a { margin-bottom: 0; } body.catalog-product-compare-index .action.print { float: right; margin: 15px 0; } .table-wrapper.comparison { clear: both; overflow-x: auto; } .table-wrapper.comparison .table-comparison > tbody > tr > th, .table-wrapper.comparison .table-comparison > tbody > tr > td { border-top: 0; } .table-wrapper.comparison .table-comparison > tbody > tr > th.info, .table-wrapper.comparison .table-comparison > tbody > tr > td.info { background-color: transparent; } .table-wrapper.comparison .table-comparison > thead > tr > th { border-bottom: 0; } .table-wrapper.comparison .product-image-container { border: 0; border-radius: 0; padding: 0; background: none; } .table-comparison { table-layout: fixed; } .table-comparison .cell.label, .table-comparison td:last-child { border-right: 1px solid #e7e7e7; } .table-comparison .cell { width: 180px; padding: 15px; } .table-comparison .cell .attibute.value { width: 100%; overflow: hidden; } .table-comparison .cell.product.info, .table-comparison .cell.product.label { border-bottom: 1px solid #e7e7e7; } .table-comparison .cell.label .attribute.label { display: block; width: 100%; word-wrap: break-word; } .table-comparison .cell.attribute { font-size: 1em; } .table-comparison .cell.attribute img { max-width: 100%; height: auto; } .table-comparison .cell.remove { padding-top: 0; padding-bottom: 0; text-align: right; } .table-comparison .product-item-photo { display: block; margin: 0 auto 15px; } .table-comparison .product-image-photo { margin-left: 0; } .table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name { display: block; margin: 15px 0; } .table-comparison .product-addto-links { margin-top: 15px; } .table-comparison .product-addto-links .action.split, .table-comparison .product-addto-links .action.toggle { line-height: 1.2rem; padding: 0.25em 8px; font-size: 1.1rem; } .table-comparison .product-addto-links .action.toggle { padding: 0; } .table-comparison .action.tocart { white-space: nowrap; } .table-comparison .actions-primary, .table-comparison .actions-secondary { display: inline-block; } .comparison.headings { position: absolute; z-index: 2; top: 0; left: 0; width: auto; background: #fff; } .block-compare .product-item .product-item-name { margin-left: 22px; } .block-compare .action.delete { position: absolute; left: 0; right: auto; top: 0; } .block-compare .actions-toolbar { margin: 17px 0 0; } .sticky-product { position: fixed; top: 0; left: 0; width: 100%; z-index: 5; background-color: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08); padding: 55px 0 15px 0; } .sticky-product.no-sticky-header { padding: 15px 0; } .sticky-product > .container { position: relative; display: flex; align-items: center; } .sticky-product .sticky-image, .sticky-product .sticky-detail { display: inline-block; vertical-align: middle; margin-right: 15px; } .sticky-product .sticky-detail .product-name-area { display: inline-block; vertical-align: top; margin: 0; margin-right: 15px; } .sticky-product .sticky-detail .product-name-area .product-name { line-height: 25px; margin: 0; font-size: 16px; font-weight: 600; } .sticky-product .sticky-detail .availability span { font-size: 14px; font-weight: 400; } .sticky-product .product-info-price { margin-bottom: 6px; } .sticky-product .product-info-price .price-box .old-price .price-container .price { color: #999; font-size: 18px; } .sticky-product .product-info-stock-sku { min-width: 150px; text-align: right; display: table-cell; vertical-align: bottom; padding-left: 10%; color: #777; } .sticky-product .stock { margin: 0; } .sticky-product .stock.available, .sticky-product .stock.unavailable { font-weight: 700; text-transform: uppercase; } .sticky-product .product.attibute.sku { word-wrap: break-word; } .sticky-product .product.attibute.sku .type { font-weight: normal; margin-right: 4.5px; } .sticky-product .product.attibute.sku .type:after { content: '#:'; } .sticky-product .product.attibute.sku .value { display: inline-block; } .sticky-product .actions { margin: 0; margin-left: auto; } .sticky-product .actions .action.primary { min-width: 150px; } .layout-fullwidth .sticky-product > .container { max-width: 100%; } .prev-next-products { float: right; display: flex; align-items: center; margin-top: calc(1.125rem - 14px); position: relative; } .prev-next-products a { font-size: 16px; width: 28px; height: 28px; line-height: 23px; border: 2px solid #e7e7e7; border-radius: 14px; display: inline-block; text-align: center; text-decoration: none; color: #222529; } .prev-next-products a:hover { color: inherit; } .prev-next-products .product-nav { margin-left: 0.125rem; } .prev-next-products .product-nav em:before { -webkit-font-smoothing: inherit; } .prev-next-products .product-nav .product-pop { border-top: 3px solid #222529; position: absolute; right: 0; top: 31px; padding: 10px; background-color: #fff; box-shadow: 0 5px 8px rgb(0 0 0 / 15%); z-index: 1; visibility: hidden; opacity: 0; transition: all 0.2s; text-align: center; width: 110px; min-height: 100px; font-size: 0.9286em; } .prev-next-products .product-nav .product-pop:before { content: ""; width: 5px; height: 2px; border: 5px solid transparent; border-bottom-color: #222529; display: block; position: absolute; top: -12px; right: 9px; } .prev-next-products .product-nav .product-pop .product-image { width: 90px; display: block; } .prev-next-products .product-nav .product-pop .product-name { display: block; margin: 0; padding-top: 5px; line-height: 1.4em; font-size: 12px; font-weight: 600; text-align: center; color: #797876; } .prev-next-products .product-nav:hover .product-pop { opacity: 1; visibility: visible; } .prev-next-products .product-nav.product-prev .product-pop:before { right: 38px; } .prev-next-products .product-nav:last-child .product-pop:before { right: 9px; } .block.related .block-actions { margin-bottom: 10px; } .block.related .action.select { font-size: 1em; border: none; background: none; padding: 0; } .block.related .field.choice { position: absolute; top: 9px; left: 6px; z-index: 2; } .block.related .field.choice label { display: none; } .products-related.small-list .product-items .product-item { padding: 0 !important; } .products-related.small-list .product-items .product-item-info { align-items: flex-start !important; padding: 0.5rem 0; } .products-related.small-list .product-items .product-item-details { position: static !important; } .products-related.small-list .product-items .product-item-details .product-item-actions { margin: 0; margin-top: 10px; display: none; } .products-related.small-list .product-items .product-item-details .product-item-actions .actions-secondary > a { display: inline-block; width: 30px; height: 30px; } .products-related .owl-carousel.show-nav-title .owl-nav { margin-top: -58px; } .block-search { margin-bottom: 0; } .block-search .block-title { display: none; } .block-search .block-content { margin-bottom: 0; } .block-search .label { text-decoration: none; display: inline-block; float: right; } .block-search .label > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .block-search .label:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 28px; color: #222529; content: '\f818'; font-family: 'porto-icons'; margin: 0 0.5em 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .block-search .label:hover:before { color: #222529; } .block-search .label:active:before { color: #222529; } .block-search .label.active + .control input { position: static; } .block-search .action.search { display: none; } .block-search .control { clear: both; margin: 0 -15px -1px; padding: 0 15px; } .block-search input { left: -300%; position: absolute; margin: 15px 0; } .block-search .nested { display: none; } .search-autocomplete { display: none; position: absolute; z-index: 3; overflow: hidden; margin-top: -15px; } .search-autocomplete ul { margin: 0; padding: 0; list-style: none none; } .search-autocomplete ul:not(:empty) { background: #fff; border: 1px solid #ccc; border-top: 0; } .search-autocomplete ul li { border-top: 1px solid #e5e5e5; cursor: pointer; padding: 0.25em 2em 0.25em 0.5em; margin: 0; position: relative; text-align: left; white-space: normal; } .search-autocomplete ul li:first-child { border-top: none; } .search-autocomplete ul li:hover, .search-autocomplete ul li.selected { background: #e8e8e8; color: #777; } .search-autocomplete ul li .amount { color: #999; position: absolute; right: 7px; top: 0.25em; } .form.search.advanced { display: block; border: 1px solid #ececec; border-radius: 8px; background: #fff; border-top: 4px solid #222529; padding: 35px 25px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); } .form.search.advanced .fields.range .field:first-child { position: relative; } .form.search.advanced .fields.range .field:first-child .control { padding-right: 25px; } .form.search.advanced .fields.range .field:first-child .control:after { content: ' \2013 '; display: inline-block; text-align: center; width: 25px; position: absolute; right: 0; top: 6px; } .form.search.advanced .fields.range .field:last-child { position: relative; } .form.search.advanced .fields.range .field:last-child div.mage-error[generated] { position: absolute; top: 32px; left: 0; } .form.search.advanced .fields.range .field.with-addon .control { padding-right: 45px; } .form.search.advanced .group.price .addon .addafter { background: none; border: 0; padding-top: 6px; position: absolute; right: 0; top: 0; } .search-terms { line-height: 2em; } .search-terms > li { display: inline-block; margin-right: 0.5em; } .checkout-cart-index .page-title-wrapper { padding: 2rem 0; } .checkout-cart-index .page-title-wrapper .page-title { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 0; } .cart-summary { background: #f5f5f5; background: #fff; border-radius: 0; padding: 24px 30px; border: 2px solid #e7e7e7; margin-bottom: 15px; } .cart-summary > .title { font-size: 1rem; text-transform: uppercase; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 20px; padding-bottom: 0.25rem; line-height: 19px; color: #222529; } .cart-summary .block form:not(:last-of-type) .fieldset { margin: 0 0 10px; } .cart-summary .block .price { font-weight: 700; } .cart-summary .block .field { margin: 0 0 10px; } .cart-summary .block .field.note { display: none; } .cart-summary .block .actions-toolbar > .primary { text-align: left; } .cart-summary .block .actions-toolbar > .primary .action.primary { width: auto; } .cart-summary .block .title { border-color: #e7e7e7; padding-left: 10px; } .cart-summary .block .title:after { right: 13px; } .cart-summary .block .title strong { letter-spacing: -0.01em; font-size: 14px; font-weight: 600; } .cart-summary .block .item-options { margin: 0 0 9px; } .cart-summary .block .item-options .field .radio { float: left; margin-right: 8px; } .cart-summary .block .item-options .field .radio + .label { display: block; margin: 0; overflow: hidden; font-weight: 400; line-height: 1.2; } .page-main .cart-summary .block { margin-bottom: 0; } .cart-summary .checkout-methods-items { margin: 1em 0 0; text-align: center; } .cart-summary .checkout-methods-items .action.primary.checkout { width: 100%; font-size: 15px; letter-spacing: -0.015em; color: #fff; background-color: #222529; border: none; } .cart-summary .checkout-methods-items .action.primary.checkout:hover { background-color: #31373d; } .cart-summary .checkout-methods-items .action.primary.checkout::after { content: '\e8c4'; font-family: 'porto-icons'; padding-left: 1rem; } .cart-summary .checkout-methods-items .item { margin-bottom: 1.25em; } .cart-summary .checkout-methods-items .item:last-child { margin-bottom: 0; } .cart-summary .message { padding-left: 1em; } .cart-summary .message > *:first-child:before { display: none; } .cart-totals { font-size: 13px; padding: 0; border-color: #e7e7e7; } .cart-totals tbody .mark, .cart-totals tfoot .mark, .cart-totals tbody .amount, .cart-totals tfoot .amount { padding: 5px 10px; } .cart-totals tbody .grand.totals .amount, .cart-totals tfoot .grand.totals .amount, .cart-totals tbody .grand.totals .mark, .cart-totals tfoot .grand.totals .mark { border-color: #e7e7e7; } .cart-totals tbody .grand.totals .mark, .cart-totals tfoot .grand.totals .mark { text-align: left; padding: 18px 12px; font-size: 1rem; letter-spacing: -0.01em; font-weight: 600; color: #222529; line-height: 19px; } .cart-totals tbody .grand.totals .amount, .cart-totals tfoot .grand.totals .amount { color: #222529; text-align: right; font-weight: 700; font-size: 22px; padding: 10px; line-height: 1.4; } .cart-totals tbody .grand.totals strong, .cart-totals tfoot .grand.totals strong { margin: 0; font-weight: inherit; line-height: inherit; padding: 0; } .cart.table-wrapper .product-item-name > a { font-size: 14px; font-weight: 500; margin-bottom: 0; white-space: normal; } .cart.table-wrapper .product-item-name > a, .cart.table-wrapper .product-item-name > a:hover { color: #222529; } .cart.table-wrapper .product-image-container { background: none; display: block; } .cart.table-wrapper .cart thead tr th.col { border-bottom: 1px solid #e7e7e7; padding: 10px; font-size: 14px; font-weight: 600; color: #212529; text-transform: uppercase; text-align: left; } .cart.table-wrapper .cart thead tr th.col.subtotal { text-align: right; } .cart.table-wrapper .cart tbody td { border: 0; } .cart.table-wrapper .cart > .item { border-bottom: 1px solid #e7e7e7; position: relative; } .cart.table-wrapper .col { vertical-align: middle; } .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp { font-size: 14px; text-align: left; } .cart.table-wrapper .col.price .price, .cart.table-wrapper .col.subtotal .price, .cart.table-wrapper .col.msrp .price { font-size: 14px; font-weight: inherit; } .cart.table-wrapper .col.subtotal { text-align: right; } .cart.table-wrapper .col.subtotal .price { color: #222529 !important; font-size: 16px; font-weight: 600 !important; } .cart.table-wrapper .col.qty { text-align: left; } .cart.table-wrapper .col.qty .field.qty { position: relative; display: inline-block; } .cart.table-wrapper .col > .price { font-size: 1rem; } .cart.table-wrapper .item-actions td { padding-bottom: 0; padding-left: 15px; padding-right: 15px; white-space: normal; } .cart.table-wrapper .item .col.item { display: block; min-height: 75px; padding: 20px 10px; position: relative; } .cart.table-wrapper .actions-toolbar { min-height: 20px; padding-bottom: 30px; position: relative; } .cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete { position: absolute; right: 16px; top: 0; display: inline-block; text-decoration: none; } .cart.table-wrapper .actions-toolbar > .action-edit > span, .cart.table-wrapper .actions-toolbar > .action-delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\f826'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before { color: #777; } .cart.table-wrapper .actions-toolbar > .action-edit:active:before, .cart.table-wrapper .actions-toolbar > .action-delete:active:before { color: #222529; } .cart.table-wrapper .actions-toolbar > .action-delete { right: 0; } .cart.table-wrapper .actions-toolbar > .action-delete:before { content: '\f81a'; } .cart.table-wrapper .action { margin-right: 15px; } .cart.table-wrapper .action:last-child { margin-right: 0; } .cart.table-wrapper .action.help.map { font-weight: 400; } .cart.table-wrapper .product-item-photo { display: block; left: 15px; max-width: 80px; padding: 0; position: absolute; top: 15px; width: 100%; border: 0; border-radius: 0; } .cart.table-wrapper .product-item-photo:hover { box-shadow: none; } .cart.table-wrapper .product-item-name { font-size: 1rem; display: block; margin: 0; margin-top: 0; } .cart.table-wrapper .gift-registry-name-label:after { content: ':'; } .cart.table-wrapper .item-options { margin-bottom: 0; } .cart.table-wrapper .product-item-name + .item-options { margin-top: 8px; } .cart.table-wrapper .action.configure { display: inline-block; margin: 0.5em 0 0; } .cart.table-wrapper .item .message { margin-top: 1em; } .cart-discount { border-bottom: 1px solid #e7e7e7; clear: left; margin-top: 0; } .cart-discount .block > .title { display: none; } .cart-empty { padding-left: 10px; padding-right: 10px; } .cart-tax-info + .cart-tax-total { display: block; } .block.crosssell { padding: 0 15px; margin-top: 70px; } .block.crosssell .product-item-info { width: 200px; } .block-minicart .items-total { float: right; } .block-minicart .items-total .count { font-weight: 700; color: #000; } .block-minicart .subtotal { text-align: left; } .block-minicart .subtitle { display: none; } .block-minicart .subtitle.empty { display: block; padding: 18px 0; text-align: center; font-size: inherit; font-weight: 400; } .minicart-offcanvas .block-minicart .subtitle.empty { padding: 18px 20px; text-align: left; } .block-minicart .text.empty { text-align: center; } .block-minicart .block-content > .actions > .secondary { text-align: center; margin: 0 0 15px; } .block-minicart .block-content > .actions > .secondary .action.viewcart { display: block; width: 100%; padding: 10px 15px; text-transform: uppercase; font-size: 15px; border: 1px solid #ccc; border-radius: 3px; } .block-minicart .block-content > .actions .paypal-logo { margin-top: 15px; text-align: center; } .block-minicart .block-category-link, .block-minicart .block-product-link, .block-minicart .block-cms-link, .block-minicart .block-banners { margin: 15px 0 0; text-align: center; } .minicart-wrapper { display: inline-block; position: relative; } .minicart-wrapper:before, .minicart-wrapper:after { content: ''; display: table; } .minicart-wrapper:after { clear: both; } .minicart-wrapper .action.showcart { cursor: pointer; display: inline-block; text-decoration: none; } .minicart-wrapper .action.showcart:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 26px; line-height: 33px; color: #222529; content: '\e8ba'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .minicart-wrapper .action.showcart:hover:before { color: #222529; } .minicart-wrapper .action.showcart:active:before { color: #222529; } .minicart-wrapper .action.showcart.active { display: inline-block; text-decoration: none; } .minicart-wrapper .action.showcart.active:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 26px; line-height: 33px; color: #222529; content: '\e8ba'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .minicart-wrapper .action.showcart.active:hover:before { color: #222529; } .minicart-wrapper .action.showcart.active:active:before { color: #222529; } .minicart-wrapper .block-minicart { margin: 0; padding: 0; list-style: none none; background: #fff; border: 0; margin-top: 7px; min-width: 100%; z-index: 100; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .minicart-wrapper .block-minicart li { margin: 0; } .minicart-wrapper .block-minicart li:hover { cursor: pointer; } .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .minicart-wrapper .block-minicart:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .minicart-wrapper .block-minicart:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .minicart-wrapper .block-minicart:before { left: 10px; top: -21px; } .minicart-wrapper .block-minicart:after { left: 9px; top: -23px; } .minicart-wrapper.active { overflow: visible; } .minicart-wrapper.active .block-minicart { display: block; } .minicart-wrapper .block-minicart { padding: 15px 1em; width: 300px; color: #222529; top: 100%; margin-top: 13px; right: 0; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15); } .minicart-wrapper .block-minicart .block-title { display: none; } .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart::after { display: none; } .minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary { display: inline; } .minicart-offcanvas.minicart-wrapper .product .actions > .secondary { right: 10px; } .minicart-wrapper .action.close { width: 40px; height: 40px; top: 0; right: 0; position: absolute; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; display: inline-block; text-decoration: none; } .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active { background: none; border: none; } .minicart-wrapper .action.close:hover { background: none; border: none; } .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled], fieldset[disabled] .minicart-wrapper .action.close { pointer-events: none; opacity: 0.5; } .minicart-wrapper .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-wrapper .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #777; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .minicart-wrapper .action.close:hover:before { color: inherit; } .minicart-wrapper .action.close:active:before { color: inherit; } .minicart-wrapper .action.showcart { white-space: nowrap; display: flex; align-items: center; position: relative; } .minicart-wrapper .action.showcart.active { display: flex; align-items: center; } .minicart-wrapper .action.showcart.active .minicart-icon::after { content: ""; border-width: 1px 1px 0 0; border-color: #f4f4f4; border-style: solid; background: #fff; width: 14px; height: 14px; position: absolute; top: calc(100%); left: 50%; margin-top: 8px; margin-left: -7px; transform: rotate(-45deg); z-index: 9; animation: arrowFadeInDown 0.2s ease-out; } .minicart-wrapper .action.showcart .minicart-icon { font-size: 26px; position: relative; } .minicart-wrapper .action.showcart .minicart-icon::before { margin: 0; } .minicart-wrapper .action.showcart .counter.qty { position: absolute; right: 18px; top: -5px; font-size: 10px; font-weight: 600; text-align: center; width: 16px; height: 16px; line-height: 16px; border-radius: 8px; overflow: hidden; color: #fff; background-color: #ff5b5b; padding: 0; } .minicart-wrapper .action.showcart .counter.qty .loader > img { max-width: 24px; } .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before { color: #222529; line-height: 40px; margin: 0; display: none; } .minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart:active:before, .minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart.active:hover:before { color: #222529; } .minicart-wrapper .action.showcart::after { content: "\e81c"; font-family: 'porto-icons'; font-size: 17px; margin-left: 15px; display: block; } .minicart-wrapper .minicart-widgets { padding: 0 10px 0; } .minicart-wrapper.minicart-offcanvas .action.showcart.active .minicart-icon::after { display: none; } .minicart-wrapper.minicart-offcanvas.active .minicart-overlay { display: block; } .minicart-wrapper.minicart-offcanvas.active .block-minicart { transform: translateX(0); } .minicart-wrapper.minicart-offcanvas > .mage-dropdown-dialog { display: block !important; } .minicart-wrapper.minicart-offcanvas .block-minicart { transform: translateX(105%); z-index: 1025; transition: transform 0.35s; position: fixed; top: 0; height: 100%; right: 0 !important; left: auto !important; width: 320px; min-width: auto; margin: 0; padding-left: 0; padding-right: 0; } .minicart-wrapper.minicart-offcanvas .block-minicart > div { height: 100%; display: flex; flex-direction: column; } .minicart-wrapper.minicart-offcanvas .block-minicart .block-title { display: block; padding: 10px 20px; margin: 0; flex: 0 0 auto; } .minicart-wrapper.minicart-offcanvas .block-minicart .block-title .qty { display: none; } .minicart-wrapper.minicart-offcanvas .block-minicart .total-count, .minicart-wrapper.minicart-offcanvas .block-minicart li, .minicart-wrapper.minicart-offcanvas .block-minicart .subtotal, .minicart-wrapper.minicart-offcanvas .block-minicart .block-content > .actions, .minicart-wrapper.minicart-offcanvas .block-minicart .minicart-widgets { padding-left: 20px; padding-right: 20px; } .minicart-wrapper.minicart-offcanvas .minicart-overlay { position: fixed; z-index: 1023; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); display: none; } .minicart-wrapper.minicart-offcanvas .minicart-overlay svg { position: absolute; top: 10px; right: 330px; width: 1.5rem; height: 1.5rem; cursor: pointer; } .minicart-wrapper.minicart-offcanvas .block-content { display: flex; flex-direction: column; height: 100%; flex: 1 1 100%; } .minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper { max-height: inherit; flex: 1 1 100%; height: 100% !important; overflow: auto; position: relative; } .minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items { position: absolute; top: 0; right: 0; bottom: 0; padding: 0; left: 0; max-height: 100%; list-style: none; overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; } .minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar { width: 5px; } .minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.05); } .minicart-wrapper.minicart-offcanvas .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.12); } .minicart-wrapper.minicart-offcanvas .block-content .subtotal { flex: 0 0 auto; } .cart-design-2 .action.showcart .minicart-icon { width: 25px; height: 20px; border: 2px solid #222529; border-radius: 0 0 5px 5px; position: relative; opacity: 1; margin: 6px 3px 0; font-size: 32px; } .cart-design-2 .action.showcart .minicart-icon::before { content: ''; position: absolute; border: 2px solid; border-color: inherit; border-bottom: none; border-radius: 10px 10px 0 0; left: 50%; top: -8px; margin-left: -7.5px; width: 15px; height: 11px; } .minicart-items-wrapper { overflow-x: auto; } .minicart-items { margin: 0; padding: 0; list-style: none none; } .minicart-items .product-item-pricing .label { display: inline-block; } .minicart-items .price-minicart { margin-bottom: 0.25em; } .minicart-items .product-item-details { text-align: left; } .minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax { margin: 0.25em 0; } .minicart-items .product-item-details .weee[data-label] { font-size: 1.1rem; } .minicart-items .product-item-details .details-qty { margin-top: 0.5em; } .minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container { float: left; min-width: 0; } .minicart-items .product .toggle { border: 0; padding: 0 2em 0.25em 0; } .minicart-items .product .toggle:after { position: static; margin: 0 0 0 0.25em; color: #8f8f8f; } .minicart-items .product .product.options > .toggle:after { font-family: 'porto-icons'; } .minicart-items .product .product.options > .toggle:after { content: '\e81c'; } .minicart-items .product .product.options.active > .toggle:after { content: '\e81b'; } .minicart-items .product.pricing { margin-top: 3px; } .minicart-items .product.options .tooltip.toggle { display: inline-block; text-decoration: none; } .minicart-items .product.options .tooltip.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .minicart-items .product.options .tooltip.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: -3px 0 0 7px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .minicart-items .product.options .details { display: none; } .minicart-items .item-qty { width: 40px; text-align: center; margin-right: 0.5em; border-radius: 3px; } .minicart-items .update-cart-item { vertical-align: top; font-size: 1.1rem; } .minicart-items .subtitle { display: none; } .checkout-container { margin: 1.5rem 0 1em; } .checkout-success { padding: 30px 0; } .cart-empty i.cart-empty { font-size: 100px; color: #d3d3d4; } .cart-empty .btn-go-shop { min-width: 200px; padding: 16px 0; font-size: 15px; letter-spacing: -0.015em; text-align: center; color: #fff; background-color: #222529; border: none; line-height: 1.5; font-weight: 700; text-transform: uppercase; display: inline-block; } .opc-wrapper { margin: 0 0 1em; } .opc-wrapper .step-title { text-transform: uppercase; font-weight: 600; color: #222529; border-bottom: 1px solid #e7e7e7; } .opc-wrapper .step-content { margin: 0 0 2em; } .checkout-index-index .logo { margin-left: 0; } .opc-estimated-wrapper { border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; margin: -21px -15px 15px; padding: 18px 15px; } .opc-estimated-wrapper .estimated-block { font-size: 1rem; float: left; font-weight: 600; } .opc-estimated-wrapper .estimated-block .estimated-label { display: block; margin: 0 0 0.25em; } .opc-estimated-wrapper .estimated-block .estimated-price { color: #222529; } .opc-estimated-wrapper .minicart-wrapper { float: right; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; height: auto; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus, .opc-estimated-wrapper .minicart-wrapper button.action.showcart:active { background: none; border: none; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover { background: none; border: none; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled, .opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled], fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart { pointer-events: none; opacity: 0.5; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty { right: 9px; top: 3px; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before { content: '\e8ba'; font-family: 'porto-icons'; font-size: 27px; display: inline-block; color: #222529; width: 40px; height: 40px; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart::after { margin: 0; } .opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover { color: #777; } .opc-progress-bar { display: none; } .field._error .control input, .field._error .control select, .field._error .control textarea { border-color: #ed8380; } .checkout-index-index .modal-popup .fieldset .field .label { font-weight: 400; } .checkout-index-index .modal-popup .modal-footer .action-hide-popup { margin-top: 3px; } .field-tooltip { cursor: pointer; position: absolute; right: 0; top: 1px; } .field-tooltip > .label { display: none; } .field-tooltip._active { z-index: 100; } .field-tooltip._active .field-tooltip-content { display: block; } .field-tooltip._active .field-tooltip-action:before { color: #777; } .field-tooltip .field-tooltip-action { display: inline-block; text-decoration: none; } .field-tooltip .field-tooltip-action > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .field-tooltip .field-tooltip-action:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; line-height: inherit; color: #bbb; content: '\f853'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .field-tooltip .field-tooltip-action:hover:before { color: #777; } ._keyfocus .field-tooltip .field-tooltip-action:focus { z-index: 100; } ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content { display: block; } ._keyfocus .field-tooltip .field-tooltip-action:focus:before { color: #777; } .field-tooltip .field-tooltip-content { background: #f4f4f4; border: 1px solid #ddd; border-radius: 1px; font-size: 1em; padding: 12px; width: 270px; display: none; left: 38px; position: absolute; text-transform: none; top: -9px; word-wrap: break-word; z-index: 2; } .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after { border: 10px solid transparent; height: 0; width: 0; border-right-color: #f4f4f4; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3; } .field-tooltip .field-tooltip-content:before { border-right-color: #ddd; } .field-tooltip .field-tooltip-content:after { border-right-color: #f4f4f4; width: 1px; z-index: 4; } .opc-wrapper .form-login, .opc-wrapper .form-shipping-address { margin-top: 28px; margin-bottom: 28px; } .opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label { font-weight: 400; } .opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note { font-size: 1em; margin-top: 0.5em; } .opc-wrapper .shipping-address-item { border: 2px solid transparent; font-size: 1em; line-height: 30px; margin: 0 0 1em; padding: 1em 6.5em 1em 1em; transition: 0.3s border-color; width: 50%; display: inline-block; position: relative; vertical-align: top; word-wrap: break-word; } .opc-wrapper .shipping-address-item.selected-item { border-color: #ff5501; } .opc-wrapper .shipping-address-item.selected-item:after { background: #ff5501; color: #fff; content: '\f82b'; font-family: 'porto-icons'; height: 27px; width: 29px; font-size: 19px; line-height: 21px; padding-top: 2px; position: absolute; right: 0; text-align: center; top: 0; } .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item { visibility: hidden; } .opc-wrapper .action-show-popup { margin: 0 0 1em; } .opc-wrapper .action-show-popup > span:before { content: '+'; padding-right: 0.25em; } .opc-wrapper .action-select-shipping-item { float: right; margin: 1em 0 0; } .opc-wrapper .edit-address-link { display: block; float: left; margin: 26px 5px 0 0; } .checkout-shipping-method .step-title { margin-bottom: 0; } .checkout-shipping-method .no-quotes-block { margin: 1em 0; } .methods-shipping .actions-toolbar .action.primary { margin: 1em 0 0; } .table-checkout-shipping-method thead th { display: none; font-weight: 600; } .table-checkout-shipping-method tbody td { border-top: 1px solid #e7e7e7; padding-bottom: 1em; padding-top: 1em; } .table-checkout-shipping-method tbody td:first-child { padding-left: 0; padding-right: 0; width: 20px; } .table-checkout-shipping-method tbody tr:first-child td { border-top: none; } .table-checkout-shipping-method tbody .col-price { font-weight: 600; } .table-checkout-shipping-method tbody .row-error td { border-top: none; padding-bottom: 0.5em; padding-top: 0; } .checkout-shipping-method { position: relative; } .shipping-policy-block.field-tooltip { top: 12px; } .shipping-policy-block.field-tooltip .field-tooltip-action { color: #222529; cursor: pointer; } .shipping-policy-block.field-tooltip .field-tooltip-action:before { display: none; } .shipping-policy-block.field-tooltip .field-tooltip-content { width: 420px; top: 1.5em; } .opc-block-shipping-information .shipping-information-title { border-bottom: 1px solid #e7e7e7; margin: 0 0 1em; position: relative; } .opc-block-shipping-information .shipping-information-title .action-edit { top: 0.5em; display: inline-block; text-decoration: none; margin: 0; position: absolute; right: 0; } .opc-block-shipping-information .shipping-information-title .action-edit > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-block-shipping-information .shipping-information-title .action-edit:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\f826'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .opc-block-shipping-information .shipping-information-title .action-edit:hover:before { color: #222529; } .opc-block-shipping-information .shipping-information-title .action-edit:active:before { color: #222529; } .opc-block-shipping-information .shipping-information-title .action-edit:before { display: block; } .opc-block-shipping-information .shipping-information-content { line-height: 27px; } .opc-block-shipping-information .shipping-information-content .actions-toolbar { margin-left: 0; } .opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via { margin: 0 0 1em; } .opc-block-summary { background: #fff; padding: 22px 1.5em; border: 2px solid #e7e7e7; border-radius: 0; margin-bottom: 30px; } .opc-block-summary > .title { text-transform: uppercase; font-weight: 600; color: #222529; display: block; } .opc-block-summary .mark .value { color: #999; display: block; } .opc-block-summary .grand.incl + .grand.excl .mark, .opc-block-summary .grand.incl + .grand.excl .amount { border-top: 0; font-size: 1.4rem; padding-top: 0; } .opc-block-summary .grand.incl + .grand.excl .mark strong, .opc-block-summary .grand.incl + .grand.excl .amount strong { font-weight: 400; } .opc-block-summary .not-calculated { font-style: italic; } .opc-block-summary .items-in-cart > .title { border-bottom: 1px solid #e7e7e7; padding: 0.5em 2em 0.5em 0; cursor: pointer; display: block; text-decoration: none; margin-bottom: 0; position: relative; } .opc-block-summary .items-in-cart > .title > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-block-summary .items-in-cart > .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: 12px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 3px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .opc-block-summary .items-in-cart > .title:after { position: absolute; right: 0; top: 0.5em; } .opc-block-summary .items-in-cart > .title strong { font-size: 1rem; font-weight: 300; margin: 0; } .opc-block-summary .items-in-cart.active > .title:after { content: '\e81b'; } .opc-block-summary .items-in-cart .product { position: relative; } .opc-block-summary .minicart-items-wrapper { margin: 0 -15px 0 0; max-height: 370px; padding: 15px 15px 0 0; border: 0; } .column.main .opc-block-summary .product-item { margin: 0; padding: 5px 0; } .opc-block-summary .product-item .product .product-image-container { background: none; padding-right: 10px; } .opc-block-summary .product-item .product-item-inner { display: table; margin: 0 0 0.5em; width: 100%; } .opc-block-summary .product-item .product-item-name-block { display: table-cell; padding-right: 0.25em; text-align: left; } .opc-block-summary .product-item .subtotal { display: table-cell; text-align: right; } .opc-block-summary .product-item .price { font-size: 1.6rem; font-weight: 400; } .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price { font-size: 1rem; } .authentication-dropdown { box-sizing: border-box; } .authentication-dropdown .modal-inner-wrap { padding: 25px 18px; } .authentication-dropdown button.action-close { width: 40px; height: 40px; margin: 0; } .authentication-dropdown .modal-header { min-height: 0; padding: 0; border: 0; } .authentication-dropdown .modal-content { box-shadow: none; -webkit-box-shadow: none; position: static; background: none; border: 0; border-radius: 0; } .authentication-wrapper { float: right; margin-top: -70px; max-width: 50%; position: relative; z-index: 1; } ._has-auth-shown .authentication-wrapper { z-index: 900; } .authentication-wrapper button.action-auth-toggle { border: 0; color: #222529; padding: 0; background: none; } .block-authentication .block-title { font-size: 2em; border-bottom: 0; margin-bottom: 1.25em; } .block-authentication .block-title strong { font-weight: 300; } .block-authentication .field .label { font-weight: 400; } .block-authentication .block[class] { margin: 0; } .block-authentication .block[class] ul { list-style: none; padding-left: 0.5em; } .block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label { float: none; width: auto; } .block-authentication .block[class] + .block { border-top: 1px solid #c1c1c1; margin-top: 2em; padding-top: 2em; position: relative; } .block-authentication .block[class] + .block::before { height: 36px; line-height: 34px; margin: -19px 0 0 -18px; min-width: 36px; background: #fff; border-radius: 50%; border: 1px solid #c1c1c1; box-sizing: border-box; color: #c1c1c1; content: attr(data-label); display: inline-block; left: 50%; letter-spacing: normal; padding: 0 0.2rem; position: absolute; text-align: center; text-transform: uppercase; top: 0; } .block-authentication .actions-toolbar > .primary .action { padding-top: 15px; padding-bottom: 15px; } .checkout-payment-method .step-title { margin-bottom: 0; } .checkout-payment-method .payment-method:first-child .payment-method-title { border-top: 0; } .checkout-payment-method .payment-method._active .payment-method-content { display: block; } .checkout-payment-method .payment-method-title { border-top: 1px solid #e7e7e7; padding: 1em 0; margin: 0; } .checkout-payment-method .payment-method-title .payment-icon { display: inline-block; margin-right: 0.25em; vertical-align: middle; } .checkout-payment-method .payment-method-title .action-help { display: inline-block; margin-left: 0.25em; } .checkout-payment-method .payment-method-content { display: none; padding: 0 0 1em 22px; } .checkout-payment-method .payment-method-content .fieldset:not(:last-child) { margin: 0 0 1em; } .checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form { max-width: 500px; } .checkout-payment-method .billing-address-same-as-shipping-block { margin: 0 0 0.5em; } .checkout-payment-method .payment-method-billing-address { margin: 0 0 1em; } .checkout-payment-method .payment-method-billing-address .primary .action-update { margin-right: 0; } .checkout-payment-method .payment-method-billing-address .billing-address-details { line-height: 27px; padding: 0 0 0 23px; } .checkout-payment-method .payment-method-note + .payment-method-billing-address { margin-top: 1em; } .checkout-payment-method .payment-method-iframe { background-color: transparent; display: none; width: 100%; } .checkout-payment-method .no-payments-block { margin: 1em 0; } .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after { content: '\e81b'; } .checkout-payment-method .payment-option._collapsible .payment-option-title { cursor: pointer; } .checkout-payment-method .payment-option._collapsible .payment-option-content { display: none; } .checkout-payment-method .payment-option-title { border-top: 1px solid #e7e7e7; padding: 1em 0; } .checkout-payment-method .payment-option-title .action-toggle { color: #222529; display: inline-block; text-decoration: none; } .checkout-payment-method .payment-option-title .action-toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 16px; color: #222529; content: '\e81c'; font-family: 'porto-icons'; margin: 0 0 0 0.5em; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .checkout-payment-method .payment-option-title .action-toggle:hover:after { color: #777; } .checkout-payment-method .payment-option-title .action-toggle:active:after { color: #222529; } .checkout-payment-method .payment-option-title .action-toggle > span { display: inline-block; vertical-align: middle; } .checkout-payment-method .payment-option-content { padding: 0 0 1em 22px; } .checkout-payment-method .payment-option-inner { margin: 0 0 1em; } .checkout-payment-method .credit-card-types { padding: 0; } .checkout-payment-method .credit-card-types .item { display: inline-block; list-style: none; margin: 0 0.25em 0 0; vertical-align: top; } .checkout-payment-method .credit-card-types .item._active { font-weight: 700; } .checkout-payment-method .credit-card-types .item._active img { -webkit-filter: grayscale(0%); filter: grayscale(0%); filter: none; } .checkout-payment-method .credit-card-types .item._inactive { opacity: 0.4; filter: alpha(opacity=40); } .checkout-payment-method .credit-card-types .item span { display: inline-block; padding-top: 6px; vertical-align: top; } .checkout-payment-method .credit-card-types img { -webkit-filter: grayscale(100%); -webkit-transition: all 0.6s ease; filter: grayscale(100%); filter: gray; } .checkout-payment-method .ccard .fields > .year { padding-left: 0.25em; } .checkout-payment-method .ccard .fields .select { padding-left: 0.25em; padding-right: 0.25em; } .checkout-payment-method .ccard .month .select { width: 140px; } .checkout-payment-method .ccard .year .select { width: 80px; } .checkout-payment-method .ccard .number .input-text { width: 225px; } .checkout-payment-method .ccard > .field.cvv > .control { display: inline-block; padding-right: 1em; } .checkout-payment-method .ccard .cvv .label { display: block; } .checkout-payment-method .ccard .cvv .input-text { width: 55px; } .checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field { width: auto !important; } .checkout-agreements-block .checkout-agreements { margin-bottom: 1em; } .checkout-agreements-block .checkout-agreement.field { display: -webkit-flex; display: -ms-flexbox; display: flex; } .checkout-agreements-block .checkout-agreement.field.required label:after { content: none; } .checkout-agreements-block .checkout-agreement.field.required .action-show:after { content: '*'; color: #e02b27; font-size: 1em; } .checkout-agreements-block .action-show { vertical-align: baseline; } .checkout-agreements-items { padding-bottom: 1.5em; } .checkout-agreements-items .checkout-agreements-item { margin-bottom: 1em; } .checkout-agreements-items .checkout-agreements-item-title { border-bottom: 0; } .checkout-agreement-item-content { overflow: auto; } .contact-index-index .page-title-wrapper { display: none; } .contact-index-index .fieldset > .legend, .contact-index-index .contact-info .contacts-title { color: #777; font-size: 20px; margin-bottom: 20px; font-weight: 300; letter-spacing: 0; text-transform: none; } .contact-index-index .page-main .contact-info [class^="porto-icon-"], .contact-index-index .page-main .contact-info [class*=" porto-icon-"] { float: left; width: 43px; height: 43px; background-color: #222529; color: #fff; line-height: 43px; text-align: center; font-size: 16px; border-radius: 6px; margin-bottom: 15px; } .contact-index-index .page-main .contact-info p { margin-left: 55px; margin-bottom: 0; font-size: 14px; line-height: 21px; } .login-container { padding-top: 2.5rem; } .login-container .block-new-customer .actions-toolbar { margin-top: 25px; } .login-container .block .actions-toolbar > .primary { margin-bottom: 1.5rem; } .login-container .block .actions-toolbar > .primary, .login-container .block .actions-toolbar > .secondary { display: block; float: none; text-align: left; } .login-container .block .actions-toolbar > .primary .action, .login-container .block .actions-toolbar > .secondary .action { width: 100%; text-align: center; margin: 0; float: none; height: auto; } .login-container .fieldset:after { margin: 0.5em 0 0; content: attr(data-hasrequired); display: block; letter-spacing: normal; word-spacing: normal; color: #e02b27; font-size: 1em; } .login-container .fieldset:after { margin-top: 25px; font-size: 0.925em; } .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage { display: block; } .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage { padding-bottom: 35px; } .fieldset > .legend { padding: 0; border: 0; color: #222529; text-transform: uppercase; margin: 0 0 20px; font-size: 16px; font-weight: 400; } .fieldset > .field .label { font-size: 1em; font-weight: 500; } .fieldset > .field .action { color: #222529; font-weight: 500; } .fieldset > .field input.input-text { line-height: 32px; } .fieldset.create > .legend { text-transform: none; font-weight: 600; } .box .box-title { padding: 10px 15px; border: 1px solid #ddd; background-color: #f5f5f5; position: relative; } .box .box-content { padding: 20px 15px; font-size: 13px; border: 1px solid #ddd; border-top: 0; background-color: #fbfbfb; min-height: 135px; } .box .box-actions { margin: 0; border: 1px solid #ddd; border-top: 0; background-color: #f5f5f5; padding: 10px 15px; } .block-order-details-view { margin: 0 -10px; } .block-order-details-view .block-title { padding: 0 10px; } .block-order-details-view .box { padding: 0 10px; } .block-order-details-view .box .box-content { min-height: 155px; border-radius: 0 0 5px 5px; } .block-dashboard-addresses address { margin-bottom: 0; } .customer-account-index .block .block-title { color: #313131; } .customer-account-index .block .block-title strong { font-weight: 600; } .customer-account-index .box .box-title { color: #313131; font-weight: 600; text-transform: uppercase; } .block-addresses-list .items.addresses > .item { margin-bottom: 1em; } .block-addresses-list .items.addresses > .item:last-child { margin-bottom: 0; } .block-addresses-list .items.addresses .item.actions { margin-top: 0.25em; } .form-address-edit #region_id { display: none; } .form-edit-account .fieldset.password { display: none; } .form-create-account .fieldset-fullname .fields .field { float: none; } .form.forget .actions-toolbar { clear: both; padding: 0; width: 100%; } .form.forget .actions-toolbar > .primary { margin-bottom: 1.5rem; } .form.forget .actions-toolbar > .primary, .form.forget .actions-toolbar > .secondary { display: block; float: none; text-align: left; } .form.forget .actions-toolbar > .primary .action, .form.forget .actions-toolbar > .secondary .action { width: 100%; text-align: center; margin: 0; float: none; height: auto; font-size: 1rem; background: #222529; border: none; padding-bottom: 1rem; padding-top: 1rem; } .form.create.account, .form.password.forget { padding: 2.5rem 0 0; } .account .page-title-wrapper .page-title { display: inline-block; } .account .column.main { margin-bottom: 1.5em; } .account .column.main h2 { margin-top: 0; } .account .sidebar-additional { margin-top: 2em; } .account .table-wrapper { margin-bottom: 1em; } .account .table-wrapper:last-child { margin-bottom: 0; } .account .data.table .col.actions .action.delete, [class^="sales-guest-"] .data.table .col.actions .action.delete, .sales-guest-view .data.table .col.actions .action.delete { color: #d10029; } .column.main .block:last-child { margin-bottom: 0; } .block .title { margin-bottom: 0.5em; } .block .title strong { font-size: 18px; color: #313131; padding: 10px 0; margin: 0; line-height: 1; } .block p:last-child { margin: 0; } .control.captcha-image { margin-top: 0.5em; } .control.captcha-image .captcha-img { vertical-align: middle; } .block-balance .price { font-size: 3.2rem; line-height: 32px; display: inline-block; margin-top: -0.5em; } .table-downloadable-products .product-name { font-weight: 400; margin-right: 15px; } .table-downloadable-products .action.download { display: inline-block; text-decoration: none; } .table-downloadable-products .action.download:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: inherit; line-height: inherit; color: inherit; content: '\e626'; font-family: 'porto-icons'; margin: 0 5px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .page-product-downloadable .product-add-form { clear: both; margin-bottom: 1.25em; } .page-product-downloadable .product-options-bottom .field.qty { display: none; } .page-product-downloadable .product-options-wrapper { border-bottom: 0; } .samples-item-title { font-size: 1em; font-weight: 400; margin: 0 0 10px; text-transform: uppercase; border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; } .samples-item { margin: 0 0 0.5em; } .field.downloads { margin-bottom: 0.5em; } .page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control { width: 100%; } .field.downloads .price-container { display: inline; white-space: nowrap; } .field.downloads .price-container:before { content: " + "; display: inline; } .field.downloads .price-excluding-tax { display: inline; } .field.downloads .price-excluding-tax:before { content: " (" attr(data-label) ": "; } .field.downloads .price-excluding-tax:after { content: ")"; } .field.downloads .price-including-tax { display: inline; font-weight: 600; font-size: 1.4rem; } .field.downloads .field.choice { box-sizing: border-box; border-bottom: 1px solid #ebebeb; padding-bottom: 0.5em; margin-bottom: 0.5em; width: 100%; position: relative; z-index: 1; padding-left: 25px; } .field.downloads .field.choice input { position: absolute; left: 0; top: 2px; } .field.downloads .field.downloads-all { padding-left: 0; border-bottom: 0; } .field.downloads .label { font-size: 1em; } .field.downloads .sample.link { float: right; } .field.downloads-all .label { color: #222529; text-decoration: none; cursor: pointer; } .field.downloads-all .label:visited { color: #222529; text-decoration: none; } .field.downloads-all .label:hover { color: #222529; text-decoration: underline; } .field.downloads-all .label:active { color: #222529; text-decoration: underline; } .field.downloads-all input { opacity: 0; } .field.downloads.downloads-no-separately .field.choice { padding-left: 0; } .page-product-giftcard .giftcard-amount { text-align: left; margin-bottom: 0; clear: both; border-top: 1px #c1c1c1 solid; padding-top: 15px; } .page-product-giftcard .giftcard-amount .field:last-child { padding-bottom: 1em !important; } .page-product-giftcard .product-info-main .price-box .old-price { font-size: 20px; } .page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span { display: block; margin-bottom: 0.25em; } .page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child { margin-bottom: 0; } .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price { font-size: 22px; line-height: 22px; font-weight: 600; } .page-product-giftcard .product-info-main .price-box + .giftcard.form { border-top: 1px #c1c1c1 solid; padding-top: 15px; } .page-product-giftcard .product-info-stock-sku { display: block; } .page-product-giftcard .product-add-form { clear: none; border: 0; padding-top: 0; } .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) { margin-top: 1em; margin-bottom: 1em; } .page-product-giftcard .giftcard.form { clear: both; } .page-product-giftcard .price-box { margin-bottom: 10px; } .page-product-giftcard .product-info-price { float: right; width: auto; display: block; white-space: nowrap; border: 0; } .giftcard-account .please-wait { display: none; } .giftcard-account .form-giftcard-redeem .giftcard.info { margin-bottom: 1.5em; } .opc-wrapper .form-giftcard-account { max-width: 500px; } .opc-wrapper .form-giftcard-account .field { margin: 0 0 1em; } .opc-wrapper .giftcard-account-info { margin: 0 0 1em; } .opc-wrapper .giftcard-account-info .giftcard-account-number { margin: 0 0 0.5em; } .gift-message .field .label { color: #666; font-weight: 400; } .cart.table-wrapper .item-gift._active { border-top: 1px solid #c1c1c1; } .cart.table-wrapper .item-gift .action { margin-right: 0; } .gift-options { margin: 1em 0; } .gift-options .actions-toolbar .action-cancel { display: none; } .gift-options-title { font-weight: 600; margin: 0 0 1em; } .gift-options-content .fieldset { margin: 0 0 1em; } .gift-summary { position: relative; } .gift-summary .actions-toolbar > .secondary .action { margin: 0 0 0 1em; width: auto; } .gift-summary .action-edit, .gift-summary .action-delete { display: inline-block; text-decoration: none; } .gift-summary .action-edit > span, .gift-summary .action-delete > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-summary .action-edit:before, .gift-summary .action-delete:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\f826'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .gift-summary .action-edit:hover:before, .gift-summary .action-delete:hover:before { color: #777; } .gift-summary .action-edit:active:before, .gift-summary .action-delete:active:before { color: #222529; } .gift-summary .action-delete:before { content: '\f81a'; } .gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar { padding: 0; position: absolute; right: 0; top: 0; } .cart.table-wrapper .gift-content { display: none; clear: left; float: left; margin-right: -100%; padding: 1em 0; width: 100%; } .cart.table-wrapper .gift-content._active { display: table; table-layout: fixed; } .gift-item-block { border-bottom: 1px solid #c1c1c1; margin: 0; } .gift-item-block._active .title:after { content: '\e81b'; } .gift-item-block .title { color: #1979c3; cursor: pointer; display: block; text-decoration: none; margin: 0; padding: 0.5em 2em 0.5em 15px; position: relative; } .gift-item-block .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #858585; content: '\e81c'; font-family: 'porto-icons'; margin: 0 0 0 0.5em; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .gift-item-block .title:hover:after { color: #777; } .gift-item-block .content { padding: 0.5em 0 1em; position: relative; } .order-details-items .order-gift-message dt:after, .order-details-items .block-order-details-gift-message dt:after { content: ''; } .order-details-items .order-gift-message .item-message, .order-details-items .block-order-details-gift-message .item-message { clear: left; } .order-details-items .order-gift-message .item-options dt, .order-details-items .block-order-details-gift-message .item-options dt { font-weight: 400; margin: 0.5em 0; } .options-order-container, .options-items-container { margin-bottom: 0.5em; } .gift-messages-order { margin-bottom: 1.25em; } .form-giftregistry-share .actions-toolbar:not(:last-child), .form-giftregistry-edit .actions-toolbar:not(:last-child) { margin-bottom: 2em; } .form-giftregistry-share .fieldset .nested .field:not(.choice) .control, .form-giftregistry-edit .fieldset .nested .field:not(.choice) .control { width: 100%; } .giftregisty-dropdown .action.toggle { color: #222529; } .table-giftregistry-items .product-image { margin-right: 0.5em; float: left; } .cart-summary .form.giftregistry .fieldset { margin: 15px 0 0.25em; text-align: left; } .cart-summary .form.giftregistry .fieldset .field { margin: 0 0 0.5em; } .cart-summary .form.giftregistry .fieldset .field .control { float: none; width: auto; } .form-giftregistry-edit .giftregistry-type { margin-bottom: 1.5em; margin-top: -1.25em; } .form-giftregistry-search { margin-bottom: 3em; } .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) { margin-bottom: 0; } .block-giftregistry .actions-toolbar { margin: 17px 0 0; } .block-giftregistry-shared .item-options .item-value { margin: 0 0 1.25em; } .block-giftregistry-shared-items .item .col { border: 0; } .block-giftregistry-shared-items th { border-bottom: 1px solid #e7e7e7; } .block-giftregistry-shared-items .col { padding: 10px 11px 10px; } .block-giftregistry-shared-items .col .price-box { display: inline-block; } .block-giftregistry-shared-items .col .price-wrapper { font-size: 1.8rem; display: block; font-weight: 700; white-space: nowrap; } .block-giftregistry-shared-items .product .item-options { margin: 0; } .block-giftregistry-shared-items .product-item-photo { display: block; max-width: 65px; padding: 0.5em 0; } .block-giftregistry-shared-items .product-item-name { font-size: 1.8rem; display: block; margin: 0 0 0.25em; } .gift-wrapping-info { font-weight: 300; font-size: 2em; margin: 1em 0; } .gift-wrapping-list { list-style: none; margin: 1em 0 0.5em; padding: 0; } .gift-wrapping-list .no-image { background: #f2f2f2; display: inline-block; text-decoration: none; } .gift-wrapping-list .no-image > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-wrapping-list .no-image:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 22px; line-height: 4rem; color: #494949; content: '\e62a'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .gift-wrapping-list .no-image:after { display: block; } .gift-wrapping-preview, .gift-wrapping-item > span { cursor: pointer; display: block; overflow: hidden; position: relative; z-index: 1; } .gift-wrapping-item { float: left; margin: 0 0.5em 0.5em 0; } .gift-wrapping-item:last-child { margin-right: 0; } .gift-wrapping-item._active span:before { border: 3px solid #333; box-sizing: border-box; content: ''; display: block; height: 100%; position: absolute; width: 100%; z-index: 2; } .gift-wrapping-item > span { height: 4rem; width: 4rem; } .gift-wrapping-title { margin: 0.5em 0; } .gift-wrapping-title .action-remove { margin: -0.25em 0 0 0.25em; display: inline-block; text-decoration: none; } .gift-wrapping-title .action-remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .gift-wrapping-title .action-remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\f81a'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .gift-wrapping-title .action-remove:hover:before { color: #777; } .gift-wrapping-title .action-remove:active:before { color: #222529; } .gift-options-content .fieldset .field { margin: 0.5em 0; } .gift-wrapping-summary { padding-right: 7rem; } .gift-wrapping-summary .gift-wrapping-title { border: 0; display: inline-block; padding: 0; } .opc-wrapper .fieldset.gift-message .field.gift-wrapping { padding: 0; width: 100%; } .opc-wrapper .data.table .gift-wrapping, .table-order-items .gift-wrapping { margin: 1em 0 0; } .opc-wrapper .data.table .gift-wrapping .title, .table-order-items .gift-wrapping .title { float: none; } .opc-wrapper .data.table .gift-wrapping .content, .table-order-items .gift-wrapping .content { margin: 0; } .opc-wrapper .data.table .gift-wrapping .content > img, .table-order-items .gift-wrapping .content > img { float: left; margin: 0 0.5em 0 0; max-height: 50px; max-width: 50px; } .gift-summary .price-box, .gift-options .price-box { margin-left: 22px; } .gift-summary .regular-price:before, .gift-options .regular-price:before { content: attr(data-label) ": "; } .gift-summary .regular-price .price, .gift-options .regular-price .price { font-weight: 700; } .table-wrapper.grouped { width: auto; } .page-product-grouped .box-tocart { padding: 1.25rem 0 1rem; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: 1rem; margin-bottom: 0; } .table.grouped .row-tier-price > td { border-top: 0; } .table.grouped thead { text-transform: uppercase; } .table.grouped .col.item { width: 90%; padding: 8px 0; font-weight: 400; border-color: #e7e7e7; } .table.grouped .col.qty { width: 10%; padding: 8px 0; font-weight: 400; border-color: #e7e7e7; } .table.grouped .product-item-name { font-weight: 400; margin-bottom: 0; display: inline-block; } .table.grouped .price-box { margin: 0; line-height: 1; } .table.grouped .price-box p { margin: 0; } .table.grouped .price-box .price { font-weight: 700; color: #222529; } .table.grouped .price-box .old-price .price { font-weight: normal; color: #a7a7a7; } .table.grouped .stock.unavailable { margin: 0; white-space: nowrap; text-transform: none; font-weight: normal; } .page-product-grouped .product-info-price { float: right; display: none; width: auto; border: 0; } .form-add-invitations .additional, .form-add-invitations .field.message { margin-top: 1em; } .form-add-invitations .action.remove { top: 4px; } .form-add-invitations .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .form-add-invitations .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .form-add-invitations .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: inherit; content: '\e61c'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .form-add-invitations .action.add:hover:before { color: inherit; } .form-add-invitations .action.add:active:before { color: inherit; } .filter.block { margin-bottom: 0; } .filter-title strong { position: absolute; z-index: 2; line-height: 16px; border: 1px solid #e7e7e7; text-align: center; padding: 7px 10px; background-color: #fff; box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(231, 231, 231, 0.3); border-radius: 3px; font-weight: 400; top: 0; left: 0; } .filter-title strong[data-count]:after { content: attr(data-count); display: inline-block; border-radius: 2px; padding: 2px; font-size: 0.8em; margin: 0 5px; color: #fff; min-width: 1em; line-height: 1; background: #fc5e10; } .filter-title strong.disabled { opacity: 0.5; } .filter .block-subtitle { font-weight: 600; padding: 0.5em 0.5em 1em; font-size: 1em; line-height: 1em; border-bottom: 1px solid #e7e7e7; display: none; } .filter-subtitle { display: none; } .filter-current { margin-bottom: 0; margin-top: 0; padding: 20px 20px 0; } .filter-current .items { padding: 0.7143em 0; border-width: 0; margin: 0; margin-top: -1px; font-size: 0.9286em; } .filter-current .items:last-child { padding-bottom: 0; } .filter-current .item { position: relative; padding: 4px 0; margin: 0; } .filter .filter-current-subtitle { padding: 0; font-weight: 600; font-size: 15px; color: #222529; line-height: 1.4; position: relative; text-transform: uppercase; display: block; border: none; } .filter-current .action.remove { position: absolute; right: 0; top: 3px; } .filter-actions { padding: 0 20px 20px; border-bottom: 1px solid #e7e7e7; font-size: 0.9286em; } .filter-actions a { display: inline-block; color: inherit !important; padding: 4px 0; } .filter-label { text-transform: uppercase; } .filter-label:after { content: ": "; } .filter-value { color: #858585; } .filter-options { margin: 0; } .filter-options-item { border-bottom: 1px solid #e7e7e7; margin-bottom: 0; margin-top: 0; padding: 20px; } .filter-options-item.active .filter-options-content { display: block !important; } .filter-options-title { padding: 0; font-weight: 600; font-size: 15px; color: #222529; line-height: 1.4; position: relative; text-transform: uppercase; } .filter-options-title .toggle { display: inline-block; width: 1.8571em; height: 1.8571em; line-height: 1.7572em; position: absolute; right: -7px; top: 50%; margin-top: -0.9em; padding: 0; cursor: pointer; text-align: center; transition: 0.25s; } .filter-options-title .toggle::before, .filter-options-title .toggle::after { content: ''; position: absolute; left: 50%; top: 50%; background: #222529; cursor: pointer; } .filter-options-title .toggle::before { width: 2px; height: 10px; margin-left: -1px; margin-top: -5px; right: 4px; display: block; } .filter-options-title .toggle:after { width: 10px; height: 2px; margin-left: -5px; margin-top: -1px; } .active > .filter-options-title .toggle::before { display: none; } .filter-options-content { padding: 0.7143em 0; border-width: 0; margin: 0; font-size: 0.9286em; } .filter-options-content a { color: #777 !important; padding: 4px 0; } .filter-options-content a:hover .count { text-decoration: none; } .filter-options-content .count { color: #858585; padding-right: 5px; } .filter-options-content .count:before { content: "("; } .filter-options-content .count:after { content: ")"; } .filter-options-content:last-child { padding-bottom: 0; margin-bottom: 0; } .filter-options-content .items { margin-top: -1px; } .filter-options .item { margin: 0; } .map-popup-wrapper.popup .action.close { top: 0.5em; } .map-popup { background: #fff; border: 1px solid #adadad; padding: 22px; width: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); transition: opacity 0.3s linear; left: 0; margin-top: 0.5em; position: absolute; top: 0; z-index: 1001; display: none; opacity: 0; } .map-popup .popup-header { margin: 0 0 25px; padding-right: 16px; } .map-popup .popup-header .title { font-weight: 300; line-height: 1.1; font-size: 2em; margin-top: 0.125rem; margin-bottom: 0.1rem; } .map-popup .popup-actions .action.close { position: absolute; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; right: 0.5em; top: 0.5em; } .map-popup .popup-actions .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .map-popup .popup-actions .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .map-popup .popup-actions .action.close:hover:before { color: #737373; } .map-popup .popup-actions .action.close:active:before { color: #737373; } .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active { background: none; border: none; } .map-popup .popup-actions .action.close:hover { background: none; border: none; } .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled], fieldset[disabled] .map-popup .popup-actions .action.close { pointer-events: none; opacity: 0.5; } .map-popup.active { opacity: 1; } .map-popup .map-info-price { margin: 0 0 1em; } .map-popup .map-info-price .price-box { margin: 0 0 1em; } .map-popup .map-info-price .price-box .label:after { content: ": "; } .map-popup .action.primary { margin-right: 0.5em; } .map-popup .map-msrp { margin-bottom: 0.5em; } .map-popup .actual-price { margin: 3px 0 15px; } .map-popup .popup-header { display: none; } .map-old-price { text-decoration: none; } .map-old-price .price-wrapper { text-decoration: line-through; } .map-old-price:not(:last-child), .product-item .map-old-price:not(:last-child), .product-info-price .map-show-info:not(:last-child) { margin-right: 0.5em; } .product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span { display: inline; } .map-form-addtocart { display: inline-block; text-align: center; } .map-form-addtocart img { display: block; margin: 0 auto; } .wishlist.split.button { display: inline-block; position: relative; margin-right: 5%; vertical-align: middle; } .wishlist.split.button:before, .wishlist.split.button:after { content: ''; display: table; } .wishlist.split.button:after { clear: both; } .wishlist.split.button .action.split { float: left; margin: 0; } .wishlist.split.button .action.toggle { float: right; margin: 0; } .wishlist.split.button .action.toggle { display: inline-block; text-decoration: none; } .wishlist.split.button .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.split.button .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #999; content: '\e81c'; font-family: 'porto-icons'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .wishlist.split.button .action.toggle:hover:after { color: #777; } .wishlist.split.button .action.toggle:active:after { color: inherit; } .wishlist.split.button .action.toggle.active { display: inline-block; text-decoration: none; } .wishlist.split.button .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.split.button .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #999; content: '\e81b'; font-family: 'porto-icons'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .wishlist.split.button .action.toggle.active:hover:after { color: #777; } .wishlist.split.button .action.toggle.active:active:after { color: inherit; } .wishlist.split.button .items { margin: 0; padding: 0; list-style: none none; background: #fff; border: 1px solid #bbb; margin-top: 4px; min-width: 200px; z-index: 100; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .wishlist.split.button .items li { margin: 0; padding: 5px 5px 5px 23px; } .wishlist.split.button .items li:hover { background: #e8e8e8; cursor: pointer; } .wishlist.split.button .items:before, .wishlist.split.button .items:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .wishlist.split.button .items:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .wishlist.split.button .items:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .wishlist.split.button .items:before { left: 10px; top: -12px; } .wishlist.split.button .items:after { left: 9px; top: -14px; } .wishlist.split.button.active { overflow: visible; } .wishlist.split.button.active .items { display: block; } .wishlist.split.button .items { padding: 6px 0; } .wishlist.split.button > .action.split { margin-right: 5px; } .wishlist.split.button > .action.split:before { content: '\e889'; } .wishlist.split.button > .action.split:before { margin: 0; } .wishlist.split.button > .action:active, .wishlist.split.button > .action:focus, .wishlist.split.button > .action:hover { color: #777; } .wishlist.split.button > .action.toggle:before { border-left: 1px solid #999; content: ''; float: left; height: 15px; margin: 3px 4px 0 0; } .cart.table-wrapper .wishlist.split.button { vertical-align: baseline; } .cart.table-wrapper .wishlist.split.button > .action.split { font-weight: normal; letter-spacing: normal; text-transform: none; } .cart.table-wrapper .wishlist.split.button > .action.toggle:after { color: #222529; } .cart.table-wrapper .wishlist.split.button > .action.split, .cart.table-wrapper .wishlist.split.button > .action.toggle { color: #222529; } .cart.table-wrapper .wishlist.split.button > .action.split:before, .cart.table-wrapper .wishlist.split.button > .action.toggle:before { display: none; } .wishlist.window.popup { background: #fff; border: 1px solid #adadad; padding: 22px; width: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); transition: opacity 0.3s linear; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1001; display: none; opacity: 0; } .wishlist.window.popup .popup-header { margin: 0 0 25px; padding-right: 16px; } .wishlist.window.popup .popup-header .title { font-weight: 300; line-height: 1.1; font-size: 2em; margin-top: 0.125rem; margin-bottom: 0.1rem; } .wishlist.window.popup .popup-actions .action.close { position: absolute; display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; right: 0.5em; top: 0.5em; } .wishlist.window.popup .popup-actions .action.close > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .wishlist.window.popup .popup-actions .action.close:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: #8c8c8c; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .wishlist.window.popup .popup-actions .action.close:hover:before { color: #737373; } .wishlist.window.popup .popup-actions .action.close:active:before { color: #737373; } .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active { background: none; border: none; } .wishlist.window.popup .popup-actions .action.close:hover { background: none; border: none; } .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled], fieldset[disabled] .wishlist.window.popup .popup-actions .action.close { pointer-events: none; opacity: 0.5; } .wishlist.window.popup.active { opacity: 1; } .wishlist.window.popup.active { display: block; } .wishlist.overlay { transition: opacity 0.15s linear; background: #8c8c8c; z-index: 899; bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0; } .wishlist.overlay.active { opacity: 0.7; filter: alpha(opacity=70); } .wishlist.overlay.active { display: block; } .wishlist-dropdown.move .action.toggle, .wishlist-dropdown.copy .action.toggle { color: #222529; } .page-multiple-wishlist .actions-toolbar > .primary { display: block; float: none; text-align: left; } .page-multiple-wishlist .actions-toolbar > .primary .action.remove { float: right; } .block-wishlist-management { position: relative; } .block-wishlist-management .wishlist-select .wishlist-name-label { font-weight: 600; } .block-wishlist-management .wishlist-title { margin-bottom: 0.5em; } .block-wishlist-management .wishlist-title strong { font-weight: 300; margin-right: 0.5em; } .block-wishlist-management .wishlist-notice { color: #c1c1c1; display: inline-block; margin-right: 1em; } .block-wishlist-management .wishlist-notice.private { display: inline-block; text-decoration: none; } .block-wishlist-management .wishlist-notice.private:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: inherit; line-height: inherit; color: #e7e7e7; content: '\e629'; font-family: 'porto-icons'; margin: 0 0.25em 0 0; vertical-align: text-bottom; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions { display: inline-block; } .block-wishlist-management .wishlist-toolbar-select { margin-right: 1em; } .block-wishlist-management .wishlist-dropdown.move { margin-right: 1em; } .block-wishlist-search-form .form-wishlist-search { margin-bottom: 3em; max-width: 500px; } .block-wishlist-search-results .table-wrapper { border-top: none; } .block-wishlist-info-items .block-title { margin-bottom: 1em; font-size: 2.2rem; } .block-wishlist-info-items .block-title > strong { font-weight: 300; } .block-wishlist-info-items .product-item { width: 100%; } .block-wishlist-info-items .product-item-photo { margin-left: 1em; } .block-wishlist-info-items .product-item-info { width: auto; } .block-wishlist-info-items .product-item-info:hover .split { visibility: visible; } .block-wishlist-info-items .price-wrapper { display: block; margin: 0 0 0.5em; } .block-wishlist-info-items .split { clear: both; padding: 0.5em 0; visibility: hidden; } .block-wishlist-info-items .wishlist-dropdown .change { color: #222529; } .block-wishlist-info-items .action.towishlist { padding: 0.5em 0; } .block-wishlist-info-items .input-text.qty { margin-right: 10px; } .multicheckout .title { margin-bottom: 1.5em; } .multicheckout .title strong { font-weight: 400; } .multicheckout .table-wrapper { margin-bottom: 0; } .multicheckout .table-wrapper .table > tbody > tr > td, .multicheckout .table-wrapper .table > tbody > tr > th, .multicheckout .table-wrapper .table > tfoot > tr > td, .multicheckout .table-wrapper .table > tfoot > tr > th, .multicheckout .table-wrapper .table > thead > tr > td, .multicheckout .table-wrapper .table > thead > tr > th { vertical-align: middle; } .multicheckout .table-wrapper .action.delete { display: inline-block; } .multicheckout .table-wrapper .col .qty { display: inline-block; } .multicheckout .table-wrapper .col.item .action.edit { font-weight: 400; margin-left: 0.5em; } .multicheckout .table-wrapper .product-item-name > a, .multicheckout .table-wrapper .product-item-name > a:hover { color: #222529; } .multicheckout:not(.address) .table-wrapper .product-item-name { margin: 0; } .multicheckout > .actions-toolbar { margin-top: 2em; } .multicheckout .actions-toolbar > .secondary { display: block; } .multicheckout .actions-toolbar > .secondary .action.back { display: block; margin-left: 0; } .multicheckout .actions-toolbar > .primary { margin-right: 0.5em; } .multicheckout .item-options { margin: 0.5em 0 0; } .multicheckout .block .methods-shipping .item-content .fieldset > .field:before { display: none; } .multicheckout .block .methods-shipping .item-content .fieldset > .field .control { display: inline-block; } .multicheckout .block-title, .multicheckout .block-content .title { border-bottom: 1px solid #e7e7e7; padding-bottom: 0.5em; } .multicheckout .block-title strong, .multicheckout .block-content .title strong { font-weight: 400; } .multicheckout .block-title strong span, .multicheckout .block-content .title strong span { color: #eaeaea; } .multicheckout .block-content .title { border-bottom: none; padding-bottom: 0; } .multicheckout.order-review .box-items .box-content { border-top: 1px solid #ddd; border-radius: 8px; } .multicheckout.order-review .box-items .data.table { margin-bottom: 0; } .multicheckout.order-review .block-title > strong { font-size: 2.4rem; } .multicheckout.order-review .block-shipping .block-content:not(:last-child) { margin-bottom: 2em; } .multicheckout .box-title span { margin-right: 0.5em; } .multicheckout .box-title > .action { margin: 0; } .multicheckout .box-shipping-method .price { font-weight: 700; } .multicheckout .box-billing-method .fieldset { margin: 0; } .multicheckout .box-billing-method .fieldset .legend.box-title { margin: 0; color: #777; font-weight: 700; text-transform: none; font-size: 14px; line-height: 1.4; } .multicheckout .box-billing-method .methods-payment .item-title label { font-size: 14px; vertical-align: top; font-weight: 600; } .multicheckout .checkout-review .grand.totals { font-size: 2em; margin-bottom: 2em; } .multicheckout .checkout-review .grand.totals .mark { font-weight: 400; padding: 0; background: none; } [class^="multishipping-"] .logo { margin-left: 0; } .multishipping-checkout-success .nav-sections { display: block; } .multishipping-checkout-login .login-container > .action.create { display: none; } .block.newsletter .form.subscribe { display: table; width: 100%; } .block.newsletter .fieldset { display: table-cell; margin: 0; padding: 0; vertical-align: top; } .block.newsletter .field { margin: 0; } .block.newsletter .field .control { display: inline-block; text-decoration: none; display: block; } .block.newsletter .field .control:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 32px; color: #ddd; content: '\f84c'; font-family: 'porto-icons'; margin: 0 0 0 8px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .block.newsletter .field .control:before { position: absolute; } .block.newsletter input { padding-left: 35px; } .block.newsletter .title { display: none; } .block.newsletter .actions { display: table-cell; vertical-align: top; width: 1%; } .block.newsletter .action.subscribe { border-top-left-radius: 0; border-bottom-left-radius: 0; } .data.switch .counter { color: #c1c1c1; } .data.switch .counter:before { content: "("; } .data.switch .counter:after { content: ")"; } .rating-summary { overflow: hidden; white-space: nowrap; } .rating-summary .rating-result { width: 88px; display: inline-block; position: relative; vertical-align: middle; } .rating-summary .rating-result:before { left: 0; position: absolute; top: 0; width: 100%; z-index: 1; -webkit-font-smoothing: antialiased; color: #c3c5c9; font-family: 'porto-icons'; font-size: 16px; height: 16px; letter-spacing: 2px; line-height: 16px; content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: block; font-style: normal; font-weight: normal; speak: none; } .rating-summary .rating-result > span { display: block; overflow: hidden; } .rating-summary .rating-result > span:before { position: relative; z-index: 2; -webkit-font-smoothing: antialiased; color: #ffc600; font-family: 'porto-icons'; font-size: 16px; height: 16px; letter-spacing: 2px; line-height: 16px; content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: block; font-style: normal; font-weight: normal; speak: none; } .rating-summary .rating-result > span span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .rating-summary .rating-result { display: block; width: 83px; } .product-item .rating-summary .rating-result { width: 66px; } .product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote { overflow: hidden; } .review-control-vote:before { color: #c3c5c9; font-family: 'porto-icons'; font-size: 16px; height: 16px; letter-spacing: 2px; line-height: 16px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased; content: '\f844' '\f844' '\f844' '\f844' '\f844'; display: block; position: absolute; z-index: 1; } .review-control-vote input[type="radio"] { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote input[type="radio"]:hover + label:before, .review-control-vote input[type="radio"]:checked + label:before { opacity: 1; } .review-control-vote label { cursor: pointer; display: block; position: absolute; } .review-control-vote label span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .review-control-vote label:before { color: #ffc600; font-family: 'porto-icons'; font-size: 16px; height: 16px; letter-spacing: 2px; line-height: 16px; font-style: normal; font-weight: normal; speak: none; vertical-align: top; -webkit-font-smoothing: antialiased; opacity: 0; } .review-control-vote label:hover:before { opacity: 1; } .review-control-vote label:hover ~ label:before { opacity: 0; } .review-control-vote .rating-5 { z-index: 2; } .review-control-vote .rating-5:before { content: '\f844' '\f844' '\f844' '\f844' '\f844'; } .review-control-vote .rating-4 { z-index: 3; } .review-control-vote .rating-4:before { content: '\f844' '\f844' '\f844' '\f844'; } .review-control-vote .rating-3 { z-index: 4; } .review-control-vote .rating-3:before { content: '\f844' '\f844' '\f844'; } .review-control-vote .rating-2 { z-index: 5; } .review-control-vote .rating-2:before { content: '\f844' '\f844'; } .review-control-vote .rating-1 { z-index: 6; } .review-control-vote .rating-1:before { content: '\f844'; } .review-control-vote:before { content: '\f845' '\f845' '\f845' '\f845' '\f845'; } .review-toolbar { padding: 0; border-top: 1px solid #e7e7e7; margin: 0 0 10px; text-align: center; } .review-toolbar:first-child { display: none; } .review-toolbar .pages { display: block; text-align: center; border-bottom: 1px solid #e7e7e7; padding: 10px 0; } .review-toolbar .limiter { display: none; } .review-add .block-title { display: none; } .review-form .action.submit.primary { margin: 0; } .review-form .actions-toolbar .actions-primary { padding: 0; } .fieldset .review-legend.legend { line-height: 1.3; border-bottom: 0; padding: 0; margin-bottom: 10px; } .fieldset .review-legend.legend span { margin: 0; } .fieldset .review-legend.legend strong { display: block; font-weight: 600; } .fieldset .review-field-ratings > .label { margin-bottom: 5px; font-weight: 600; padding: 0; } .review-control-vote label:before, .review-control-vote:before { font-size: 32px; line-height: 32px; height: 32px; letter-spacing: 10px; } .review-field-rating .label { font-weight: 600; } .review-field-rating .control { margin-top: 5px; margin-bottom: 24px; } .review-list { margin-bottom: 15px; } .review-list .block-title strong { font-size: 0.9em; text-transform: uppercase; color: #222529; } .review-item { padding: 10px 0; border-bottom: 1px solid #e7e7e7; margin: 0; } .review-item:after { clear: both; content: ''; display: table; } .review-item:last-child { border-width: 0; } .review-ratings { display: table; max-width: 100%; margin-bottom: 5px; } .review-author { display: inline; } .review-author .review-details-value { font-weight: 400; } .review-date { display: inline; } .review-title { color: #222529; font-weight: 600; } .review-content { margin-bottom: 0; } .page-main .column .review-add { margin-bottom: 0; } .data.table.reviews .rating-summary { margin-top: -4px; } .customer.review.view .review.title, .customer.review.view .ratings.summary.items, .customer.review.view .product.details { margin-bottom: 1em; } .customer-review .product-reviews-summary { margin-bottom: 20px; } .customer-review .rating-summary { margin-right: 15px; } .block-reviews-dashboard .items .item { margin-bottom: 1em; } .block-reviews-dashboard .items .item:last-child { margin-bottom: 0; } .block-reviews-dashboard .product-name { display: inline-block; } .block-reviews-dashboard .product-name:not(:last-child) { margin-bottom: 0.25em; } .block-reviews-dashboard .rating-summary .label { font-weight: 600; margin-right: 0.5em; } .table-reviews .product-name, .block-reviews-dashboard .product-name { font-weight: 400; } .table-reviews .rating-summary { display: inline-block; vertical-align: baseline; } .customer-review .product-media { width: 30%; max-width: 285px; float: left; margin-right: 3%; } .customer-review .review-details { margin: 0; } .customer-review .review-details .customer-review-rating { margin-bottom: 1em; } .customer-review .review-details .customer-review-rating .item { margin-bottom: 0.5em; } .customer-review .review-details .customer-review-rating .item:last-child { margin-bottom: 0; } .customer-review .review-details .review-title { line-height: 1.1; font-size: 2em; margin-top: 0.1rem; margin-bottom: 0.05rem; font-weight: 600; margin-bottom: 1em; } .customer-review .review-details .review-content { margin: 0; margin-bottom: 1em; } .customer-review .review-details .review-date { color: #eaeaea; } .block-reward-info .reward-balance { font-size: 1.8rem; margin-bottom: 1.25em; } .block-reward-info .reward-rates:not(:last-child), .block-reward-info .reward-limit:not(:last-child), .block-reward-info .reward-expiring:not(:last-child) { margin-bottom: 1.25em; } .block-reward-info .reward-rates .title, .block-reward-info .reward-limit .title, .block-reward-info .reward-expiring .title { display: inline-block; margin-bottom: 0.5em; } .order-details-items.rma .order-title { display: none; } .order-details-items.rma .order-title + .toolbar { display: none; } .form-create-return .additional:first-child { margin-top: 0; } .form-create-return .field.comment { margin-top: 55px; } .block-returns-comments .returns-comments dt, .block-returns-comments .returns-comments dd { margin: 0; } .block-returns-comments .returns-comments dt { font-weight: 400; } .block-returns-comments .returns-comments dd { margin-bottom: 15px; } .block-returns-comments .returns-comments dd:last-child { margin-bottom: 0; } .block-returns-comments .fieldset { margin-bottom: 1em; } .order-links .item { line-height: 2em; margin: 0 0 -1px; } .order-links .item strong { background: #ffffff; border: 1px solid #e7e7e7; display: block; font-weight: 400; padding: 0 20px; } .order-links .item a { background: #f6f6f6; color: #c1c1c1; border: 1px solid #e7e7e7; display: block; font-weight: 400; padding: 0 20px; } .order-links .item a:hover { background: #ffffff; text-decoration: none; } .order-details-items { border: 1px solid #e7e7e7; margin-bottom: 2em; padding: 0.5em; } .order-details-items.ordered .order-title { display: none; } .order-details-items .order-title { border-bottom: 1px solid #e7e7e7; padding: 0 0 0.5em; } .order-details-items .order-title > strong { font-size: 2.4rem; font-weight: 300; } .order-details-items .order-title .action { display: inline-block; } .order-details-items .table-wrapper { margin: 0; } .order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back { display: inline-block; } .order-details-items .table-order-items > thead > tr > th { border-bottom: 1px solid #e7e7e7; } .order-details-items .table-order-items tbody + tbody { border-top: 1px solid #e7e7e7; } .account .order-details-items .table-order-items tbody tr:nth-child(even) td { background: none; } .order-details-items .table-order-items tbody td { padding-top: 20px; padding-bottom: 20px; } .order-details-items .table-order-items tbody .col.label { font-weight: 700; padding-top: 0; padding-bottom: 5px; } .order-details-items .table-order-items tbody .col.options { padding: 0 0 15px; } .order-details-items .table-order-items tbody > .item-parent td { padding-bottom: 5px; } .order-details-items .table-order-items tbody > .item-parent + tr td { padding-top: 5px; } .order-details-items .table-order-items tbody .item-options-container td { padding-top: 0; padding-bottom: 15px; } .order-details-items .table-order-items .product-item-name { margin: 0 0 10px; } .order-details-items .item-options { margin: 0; } .order-details-items .item-options dt { margin: 0; } .order-details-items .item-options dd { margin: 0 0 15px; } .order-details-items .item-options dd:last-child { margin-bottom: 0; } .order-details-items .item-options.links dt { display: inline-block; } .order-details-items .item-options.links dt:after { content: ": "; } .order-details-items .item-options.links dd { margin: 0; } .order-details-items thead .col.qty { text-align: center; } .order-details-items .col.name { padding-top: 16px; } .order-details-items .action.show { display: inline-block; text-decoration: none; color: #777; } .order-details-items .action.show > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .order-details-items .action.show:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .order-details-items .action.show.expanded:after { content: '\e81b'; } .order-details-items .items-qty .item { white-space: nowrap; } .order-details-items .items-qty .title:after { content: ": "; } .order-details-items .action.print { display: none; } .block-order-details-comments { margin: 0 0 40px; } .block-order-details-comments .comment-date { font-weight: 600; } .block-order-details-comments .comment-content { line-height: 1.6; margin: 0 0 20px; } .block-order-details-view .block-content .box { margin-bottom: 30px; } .block-order-details-view .box-title { font-weight: 600; } .block-order-details-view .box-content .payment-method .title { font-weight: 400; } .block-order-details-view .box-content .payment-method .content { margin: 0; } .block-order-details-view .box-content .payment-method .content > strong { font-weight: 400; } .block-order-details-view .box-content .payment-method .content > strong:after { content: ': '; } .column.main .order-details-items .block-order-details-gift-message { margin: 40px 0 0; } .block-order-details-gift-message + .actions-toolbar { display: none; } .order-tracking { margin: 0; padding: 20px 0; } .order-title + .order-tracking { border-bottom: 1px solid #e7e7e7; } .order-tracking .tracking-title { display: inline-block; } .order-tracking .tracking-content { display: inline-block; margin: 0 0 0 5px; } .order-actions-toolbar { margin-bottom: 25px; } .order-actions-toolbar .action { margin-right: 30px; } .order-actions-toolbar .action.print { display: none; margin: 0; } .form-orders-search .field.email, .form-orders-search .field.zip { margin-bottom: 0; } .block-reorder .actions-toolbar { margin: 17px 0; } .block-reorder .product-item-name { display: inline-block; } .block-reorder .product-item .field.item { display: inline-block; } .form.send.friend { display: block; border: 1px solid #ececec; border-radius: 8px; background: #fff; border-top: 4px solid #222529; padding: 35px 25px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); } .product-social-links .action.mailto.friend:before, .moved-add-to-links .action.mailto.friend:before { content: '\f84c'; } .block-collapsible-nav .item:first-child { border-top: 1px solid #ddd; } .block-collapsible-nav .item a, .block-collapsible-nav .item > strong { color: #777; display: block; padding: 8px 18px 8px 15px; position: relative; border-bottom: 1px solid #ddd; } .block-collapsible-nav .item a:before, .block-collapsible-nav .item > strong:before { font-family: 'porto-icons'; content: '\f821'; position: absolute; left: 0; } .block-collapsible-nav .item a { text-decoration: none; } .block-collapsible-nav .item a:hover, .block-collapsible-nav .item a:active, .block-collapsible-nav .item a:focus { color: #222529; background-color: transparent; } .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong { color: #222529; font-weight: 400; } .heading.heading-border { margin-bottom: 1.5625rem; } .heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 { padding: 0; margin: 0; } .heading.heading-middle-border .heading-tag { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .heading.heading-middle-border .heading-tag:before, .heading.heading-middle-border .heading-tag:after { height: 0; border-top: 1px solid; border-top-color: inherit; -ms-flex: 1; flex: 1; } .heading.heading-middle-border .heading-tag:after { content: ''; } .heading.heading-middle-border h1:before { margin-right: 20px; } .heading.heading-middle-border h1:after { margin-left: 20px; } .heading.heading-middle-border h2:before, .heading.heading-middle-border h3:before { margin-right: 15px; } .heading.heading-middle-border h2:after, .heading.heading-middle-border h3:after { margin-left: 15px; } .heading.heading-middle-border h4:before, .heading.heading-middle-border h5:before, .heading.heading-middle-border h6:before { margin-right: 8px; } .heading.heading-middle-border h4:after, .heading.heading-middle-border h5:after, .heading.heading-middle-border h6:after { margin-left: 8px; } .heading.heading-middle-border-reverse .heading-tag:before { content: ''; } .heading.heading-middle-border-reverse .heading-tag:after { content: none; } .heading.heading-middle-border-center .heading-tag:before { content: ''; } .heading.heading-border-xs .heading-tag { border-bottom-width: 1px; } .heading.heading-border-xs .heading-tag:before, .heading.heading-border-xs .heading-tag:after { border-top-width: 1px; } .heading.heading-border-sm .heading-tag { border-bottom-width: 2px; } .heading.heading-border-sm .heading-tag:before, .heading.heading-border-sm .heading-tag:after { border-top-width: 2px; } .heading.heading-border-lg .heading-tag { border-bottom-width: 3px; } .heading.heading-border-lg .heading-tag:before, .heading.heading-border-lg .heading-tag:after { border-top-width: 3px; } .heading.heading-border-xl .heading-tag { border-bottom-width: 5px; } .heading.heading-border-xl .heading-tag:before, .heading.heading-border-xl .heading-tag:after { border-top-width: 5px; } .heading.heading-bottom-border h1 { border-bottom: 5px solid; padding-bottom: 10px; } .heading.heading-bottom-border h2, .heading.heading-bottom-border h3 { border-bottom: 2px solid; padding-bottom: 10px; } .heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 { border-bottom: 1px solid; padding-bottom: 5px; } .heading.heading-bottom-double-border .heading-tag { border-bottom: 3px double; padding-bottom: 10px; } .heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 { padding-bottom: 5px; } .heading.heading-border .heading-tag { border-top-color: #dbdbdb; border-bottom-color: #dbdbdb; } .porto-icon { display: inline-block; font-size: 32px; height: 2em; width: 2em; text-align: center; line-height: 2em; box-sizing: content-box !important; } .porto-icon i { line-height: inherit; } .porto-icon.none { display: inline-block; font-size: 35px; height: 1em; width: auto; text-align: center; line-height: 1; } .porto-icon.circle { border-radius: 50%; } /* Info Box */ .porto-sicon-box .porto-icon, .porto-sicon-box .img-icon { transition: transform 0.2s linear; } .porto-sicon-header .porto-sicon-title { margin: 3px 0; } .default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) { margin: 0 0 3px; } .porto-sicon-header h3.porto-sicon-title { font-size: 16px; line-height: 1.2em; } .porto-sicon-header > p:last-child { margin-bottom: 0; } .porto-sicon-description { width: 100%; display: block; line-height: 24px; margin-top: 0; } .porto-sicon-header + .porto-sicon-description { margin-top: 16px; } .porto-sicon-read { display: block; padding: 5px 0; text-decoration: none; } a.porto-sicon-box-link { text-decoration: none; border: none; display: block; } .porto-sicon-box.default-icon { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .porto-sicon-box.flex-wrap .porto-sicon-header { -ms-flex: 1; flex: 1; min-width: 50%; } .default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img { margin-right: 15px; } .top-icon .porto-icon, .top-icon .porto-sicon-img, .top-icon .porto-sicon-header, .top-icon .porto-sicon-description { display: block; margin: 0 auto; } .top-icon .porto-sicon-header { margin-bottom: 1rem; } .top-icon .porto-sicon-header p:last-child { margin-bottom: 0; } .top-icon .porto-sicon-description { margin-top: 15px; } .top-icon .porto-sicon-header + .porto-sicon-description { margin-top: 0; } .porto-sicon-box.left-icon, .porto-sicon-box.right-icon { display: -ms-flexbox; display: flex; } .left-icon .porto-sicon-left .porto-icon, .left-icon .porto-sicon-left .porto-sicon-img { margin-right: 20px; } .left-icon .porto-sicon-body, .right-icon .porto-sicon-body { -ms-flex: 1; flex: 1; max-width: 100%; } .porto-sicon-box.top-icon { text-align: center; } .porto-sicon-box .porto-just-icon-wrapper { line-height: 1em; } .right-icon .porto-sicon-right .porto-icon, .right-icon .porto-sicon-right .porto-sicon-img { margin-left: 15px; } .right-icon .porto-sicon-body, .right-icon .porto-sicon-body *, .right-icon .porto-sicon-header .porto-sicon-title, .right-icon .porto-sicon-description { text-align: right; } .heading-right-icon .porto-sicon-heading-right { display: table-cell; vertical-align: middle; width: 100%; } .porto-sicon-heading-right + .porto-sicon-description { margin-top: 10px; } .heading-right-icon .porto-sicon-heading-right .porto-icon, .heading-right-icon .porto-sicon-heading-right .porto-sicon-img { margin-left: 15px; } .heading-right-icon .porto-sicon-header { display: table-cell; vertical-align: middle; width: 100%; } .heading-right-icon .porto-sicon-header h3.porto-sicon-title, .heading-right-icon .porto-sicon-description, .heading-right-icon .porto-sicon-description * { text-align: right; } html .top-icon .porto-just-icon-wrapper { margin-bottom: 15px; } html .top-icon .porto-sicon-header h3.porto-sicon-title { margin-top: 0; } html .top-icon .porto-sicon-header h2.porto-sicon-title { margin-top: 0; } html .porto-sicon-header h3.porto-sicon-title { font-size: 1.4em; font-weight: 400; text-transform: none; } html h3.porto-sicon-title small { font-size: 75%; display: block; margin: 2px 0 4px; } html .porto-sicon-read { margin-top: 10px; } .info-box-small .porto-sicon-box, .info-box-small-wrap .porto-sicon-box { margin-bottom: 15px; } .info-box-small .porto-sicon-header + .porto-sicon-description, .info-box-small-wrap .porto-sicon-header + .porto-sicon-description { margin-top: 7px; } .porto-sicon-box { margin-bottom: 20px; /*.fa { font-family: "FontAwesome" !important; }*/ } .porto-sicon-box.top-icon.text-left .porto-just-icon-wrapper, .porto-sicon-box.bottom-icon.text-left .porto-just-icon-wrapper, .porto-sicon-box.top-icon.text-left .porto-sicon-header, .porto-sicon-box.bottom-icon.text-left .porto-sicon-header, .porto-sicon-box.top-icon.text-left .porto-sicon-img, .porto-sicon-box.bottom-icon.text-left .porto-sicon-img, .porto-sicon-box.top-icon.text-left .porto-sicon-description, .porto-sicon-box.bottom-icon.text-left .porto-sicon-description { text-align: left !important; } .porto-sicon-box.top-icon.text-right .porto-just-icon-wrapper, .porto-sicon-box.bottom-icon.text-right .porto-just-icon-wrapper, .porto-sicon-box.top-icon.text-right .porto-sicon-header, .porto-sicon-box.bottom-icon.text-right .porto-sicon-header, .porto-sicon-box.top-icon.text-right .porto-sicon-img, .porto-sicon-box.bottom-icon.text-right .porto-sicon-img, .porto-sicon-box.top-icon.text-right .porto-sicon-description, .porto-sicon-box.bottom-icon.text-right .porto-sicon-description { text-align: right !important; } /* effects */ .porto-sicon-box.style_2:hover .porto-icon, .porto-sicon-box.style_2:hover .img-icon { transform: scale(1.15, 1.15); } .porto-sicon-box.style_3:hover .porto-icon, .porto-sicon-box.style_3:hover .img-icon { transform: translateY(-4px); } .porto-sicon-box.featured-icon .porto-sicon-header h3.porto-sicon-title { font-weight: 600; } .porto-sicon-box.featured-icon .porto-icon { border-radius: 35px; color: #fff; margin-right: 10px; height: 35px; position: relative; text-align: center; width: 35px; background: transparent; line-height: 32px; } .porto-sicon-box.featured-icon .porto-icon:after { border-radius: 50%; box-sizing: initial; content: ""; display: block; height: 100%; left: -4px; padding: 1px; position: absolute; top: -4px; width: 100%; } .porto-sicon-box.featured-icon .porto-icon i { line-height: 35px; } .share-links { vertical-align: middle; } .share-links a { font-size: 0.8rem; color: #fff; text-indent: -9999em; text-align: center; width: 2.2857em; height: 2.2857em; display: inline-block; margin: 0.2857em 0.5714em 0.2857em 0; position: relative; text-decoration: none; vertical-align: middle; transition: 0.25s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .share-links a:before { font-family: 'Font Awesome 6 Brands'; text-indent: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; line-height: 23px; height: 22px; margin: auto; z-index: 2; } .share-links a:hover, .share-links a:focus { opacity: 0.9; color: #fff; } .page-footer .share-links a:hover { color: #fff; } .share-links.disable-br a { border-radius: 0 !important; } .share-links .share-twitter { background: #000; } .share-links .share-twitter:before { content: "\e61b"; } .share-links .share-x-twitter { background: #000; } .share-links .share-x-twitter:before { content: "\e61b"; } .share-links .share-facebook { background: #3b5a9a; } .share-links .share-facebook:before { content: "\f39e"; } .share-links .share-linkedin { background: #0073b2; } .share-links .share-linkedin:before { content: "\f0e1"; } .share-links .share-rss { background: #ff8201; } .share-links .share-rss:before { content: "\f09e"; } .share-links .share-googleplus { background: #dd4b39; } .share-links .share-googleplus:before { content: "\f0d5"; } .share-links .share-pinterest { background: #cc2127; } .share-links .share-pinterest:before { content: "\f0d2"; } .share-links .share-youtube { background: #c3191e; } .share-links .share-youtube:before { content: "\f167"; } .share-links .share-instagram { background: #7c4a3a; } .share-links .share-instagram:before { content: "\f16d"; } .share-links .share-skype { background: #00b0f6; } .share-links .share-skype:before { content: "\f17e"; } .share-links .share-email { background: #dd4b39; } .share-links .share-email:before { font-family: porto-icons; content: "\e82e"; font-weight: 400; } .share-links .share-vk { background: #6383a8; } .share-links .share-vk:before { content: "\f189"; } .share-links .share-xing { background: #1a7576; } .share-links .share-xing:before { content: "\f168"; } .share-links .share-tumblr { background: #304e6c; } .share-links .share-tumblr:before { content: "\f173"; } .share-links .share-reddit { background: #ff4107; } .share-links .share-reddit:before { content: "\f1a1"; } .share-links .share-vimeo { background: #52b8ea; } .share-links .share-vimeo:before { content: "\f27d"; } .share-links .share-telegram { background: #0088cc; } .share-links .share-telegram:before { content: "\f3fe"; } .share-links .share-yelp { background: #c41200; } .share-links .share-yelp:before { content: "\f1e9"; } .share-links .share-flickr { background: #0063DC; } .share-links .share-flickr:before { content: "\f16e"; } .share-links .share-whatsapp { background: #3c8a38; } .share-links .share-whatsapp:before { content: "\f232"; font-size: 17px; } .share-links.default-skin a { color: #fff !important; } .share-links.default-skin a:hover { opacity: 0.8; } .share-links.default-skin .share-twitter { background: #000 !important; } .share-links.default-skin .share-facebook { background: #3b5a9a !important; } .share-links.default-skin .share-linkedin { background: #0073b2 !important; } .share-links.default-skin .share-rss { background: #ff8201 !important; } .share-links.default-skin .share-googleplus { background: #dd4b39 !important; } .share-links.default-skin .share-pinterest { background: #cc2127 !important; } .share-links.default-skin .share-youtube { background: #c3191e !important; } .share-links.default-skin .share-instagram { background: #7c4a3a !important; } .share-links.default-skin .share-skype { background: #00b0f6 !important; } .share-links.default-skin .share-email { background: #dd4b39 !important; } .share-links.default-skin .share-vk { background: #6383a8 !important; } .share-links.default-skin .share-xing { background: #1a7576 !important; } .share-links.default-skin .share-tumblr { background: #304e6c !important; } .share-links.default-skin .share-reddit { background: #ff4107 !important; } .share-links.default-skin .share-vimeo { background: #52b8ea !important; } .share-links.default-skin .share-telegram { background: #0088cc !important; } .share-links.default-skin .share-telegram { background: #0088cc !important; } .share-links.default-skin .share-yelp { background: #c41200 !important; } .share-links.default-skin .share-flickr { background: #0063DC !important; } .share-links.default-skin .share-whatsapp { background: #3c8a38 !important; } .testimonial { margin-bottom: 20px; } .slick-slider .testimonial { margin-bottom: 0; } .testimonial blockquote { border: 0; color: #fff; margin: 0; padding: 2.5rem 4rem 2.5rem 4.5rem; position: relative; font-size: 1em; font-family: inherit; font-style: inherit; line-height: inherit; } .testimonial blockquote p { font-size: 1.2em; line-height: 1.5; margin-bottom: 0; color: inherit; } .testimonial blockquote:before { left: 20px; top: 20px; content: "\201C"; font-size: 80px; font-style: normal; line-height: 1; position: absolute; font-family: 'Playfair Display'; } .testimonial .testimonial-arrow-down { border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 8px solid #ccc; height: 0; margin: 0 0 0 40px; width: 0; } .testimonial .testimonial-author { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 12px 0 0 0; } .testimonial .testimonial-author .testimonial-author-thumbnail { width: auto; } .testimonial .testimonial-author img { max-width: 25px; } .testimonial .testimonial-author strong { display: block; margin-bottom: 2px; font-size: 1rem; font-weight: 700; } .testimonial .testimonial-author span { color: #666; display: block; font-size: 0.8rem; font-weight: 600; } .testimonial .testimonial-author p { color: #999; margin-left: 0.75rem; text-align: left; line-height: 1.2; } .testimonial.testimonial-style-2 { text-align: center; } .testimonial.testimonial-style-2 blockquote { background: transparent!important; padding: 20px; } .testimonial.testimonial-style-2 blockquote:before { display: none; } .testimonial.testimonial-style-2 .testimonial-arrow-down { display: none; } .testimonial.testimonial-style-2 .testimonial-author { -ms-flex-direction: column; flex-direction: column; padding: 0; margin: 6px 0 0; } .testimonial.testimonial-style-2 .testimonial-author img { margin: 0 auto 10px; max-width: 60px; } .testimonial.testimonial-style-2 .testimonial-author p { text-align: center; padding: 0; margin: 0; } .testimonial.testimonial-style-3 blockquote { padding: 12px 30px; } .testimonial.testimonial-style-3 blockquote p { font-size: 1em; font-style: normal; } .testimonial.testimonial-style-3 blockquote:before { top: 5px; left: 9px; font-size: 35px; } .testimonial.testimonial-style-3 blockquote:after { font-size: 35px; bottom: -5px; } .testimonial.testimonial-style-3 .testimonial-author { margin-left: 8px; } .testimonial.testimonial-style-3 .testimonial-author img { max-width: 55px; } .testimonial.testimonial-style-3 .testimonial-arrow-down { margin-left: 20px; } .testimonial.testimonial-style-4 { padding: 7px; border: 1px solid; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); } .testimonial.testimonial-style-4 blockquote { background: transparent!important; padding: 12px 30px; color: #777; } .testimonial.testimonial-style-4 blockquote p { font-size: 1em; font-style: normal; } .testimonial.testimonial-style-4 blockquote:before { top: 5px; left: 9px; font-size: 35px; } .testimonial.testimonial-style-4 blockquote:after { font-size: 35px; bottom: -5px; } .testimonial.testimonial-style-4 .testimonial-arrow-down { display: none; } .testimonial.testimonial-style-4 .testimonial-author { margin-left: 30px; margin-bottom: 15px; -ms-flex-align: center; align-items: center; } .testimonial.testimonial-style-4 .testimonial-author img { max-width: 55px; } .testimonial.testimonial-style-4 .testimonial-author p { margin-bottom: 0; } .testimonial.testimonial-style-5 { text-align: center; } .testimonial.testimonial-style-5 blockquote { background: transparent!important; padding: 6px 20px; } .testimonial.testimonial-style-5 blockquote p { font-size: 1.2em; font-style: normal; } .testimonial.testimonial-style-5 blockquote:before { display: none; } .testimonial.testimonial-style-5 .testimonial-arrow-down { display: none; } .testimonial.testimonial-style-5 .testimonial-author { display: block; padding: 15px 0 0; margin: 12px 0 0; } .testimonial.testimonial-style-5 .testimonial-author img { margin: 0 auto 10px; } .testimonial.testimonial-style-5 .testimonial-author p { text-align: center; padding: 0; margin: 0; } .testimonial.testimonial-style-6 { text-align: center; } .testimonial.testimonial-style-6 blockquote { background: transparent!important; border: 0; padding: 0 10%; } .testimonial.testimonial-style-6 blockquote i.fa-quote-left { font-size: 34px; position: relative; left: -5px; } .testimonial.testimonial-style-6 blockquote p { font-size: 24px; line-height: 30px; } .testimonial.testimonial-style-6 blockquote span { font-size: 16px; line-height: 20px; color: #999; position: relative; left: -5px; } .testimonial.testimonial-style-6 blockquote:before { display: none; } .testimonial.testimonial-style-6 .testimonial-arrow-down { display: none; } .testimonial.testimonial-style-6 .testimonial-author { -ms-flex-direction: column; flex-direction: column; padding: 0; margin: 6px 0 0; } .testimonial.testimonial-style-6 .testimonial-author img { margin: 15px auto 10px; } .testimonial.testimonial-style-6 .testimonial-author p { text-align: center; padding: 0; margin: 0; } .testimonial.testimonial-with-quotes { text-align: center; } .testimonial.testimonial-with-quotes blockquote { background: transparent!important; } .testimonial.testimonial-with-quotes blockquote p { padding: 0 40px; } .testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after { display: block!important; left: 10px; top: 0; content: "\201C"; font-size: 80px; font-style: normal; line-height: 1; position: absolute; } .testimonial.testimonial-with-quotes blockquote:after { content: "\201D"; left: auto; right: 10px; top: auto; bottom: -0.5em; } .testimonial.testimonial-with-quotes img { margin: 15px auto 10px; width: 60px; } .testimonial.testimonial-with-quotes .testimonial-author p { margin: 0 auto; text-align: center; } .testimonial.testimonial-with-quotes.testimonial-light blockquote { color: #fff; } .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span, .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong { opacity: 0.6; color: #fff; } .testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote { background: transparent!important; } .testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote p { font-family: Georgia,serif!important; font-style: italic; font-size: 1.2em; } .testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after { content: none; } .testimonial.testimonial-no-borders { border-width: 0; box-shadow: none; } .testimonial .testimonial-author strong { color: #111; } .testimonial.testimonial-style-3 blockquote { background: #f2f2f2; } .testimonial.testimonial-style-3 .testimonial-arrow-down { border-top: 10px solid #f2f2f2 !important; } .testimonial.testimonial-style-4 { border-top-color: #dfdfdf; border-bottom-color: #dfdfdf; border-left-color: #ececec; border-right-color: #ececec; } .testimonial.testimonial-style-5 .testimonial-author { border-top: 1px solid #f2f2f2; } body { background-color: #fff; } .ie9 .page-wrapper { background-color: #fff; min-height: 0; } .columns .column.main { max-width: 100%; padding-bottom: 40px; } .page-header { background-color: #fff; border-top: 3px solid #222529; position: relative; z-index: 20; } .page-header .panel.wrapper { color: #777; } .header.panel > .header.links { margin: 0; padding: 0; list-style: none none; float: right; margin-left: auto; margin-right: 1em; } .header.panel > .header.links > li { display: inline-block; vertical-align: top; } .header.panel > .header.links > li { text-transform: uppercase; } .header.panel > .header.links > li > a { color: inherit; text-decoration: none; } .header.panel > .header.links > li > a:visited { color: inherit; text-decoration: none; } .header.panel > .header.links > li > a:hover { color: inherit; text-decoration: underline; } .header.panel > .header.links > li > a:active { color: inherit; text-decoration: underline; } .header.content { position: relative; } .logo { display: block; position: relative; z-index: 5; } .logo img { display: block; max-height: 50px; max-width: 100%; height: auto; } .page-print .logo { display: inline-block; float: none; } .page-main > .page-title-wrapper .page-title + .action { margin-top: 1.5em; } .action.skip:focus { background: #f0f0f0; padding: 0.5em; box-sizing: border-box; left: 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 15; } .message.success { border-radius: 0; font-size: 1em; } .message.notice { font-size: 1em; } .message.info { font-size: 1em; } .message.error { font-size: 1em; } .message.warning { font-size: 1em; } .field-error { font-size: 1em; } .message.global p { margin: 0; } .message.global.noscript, .message.global.cookie { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #ffee9c; border-color: #d6ca8e; color: #777; margin: 0; } .message.global.noscript a, .message.global.cookie a { color: #222529; } .message.global.noscript a:hover, .message.global.cookie a:hover { color: #222529; } .message.global.noscript a:active, .message.global.cookie a:active { color: #222529; } .message.global.cookie { bottom: 0; left: 0; position: fixed; right: 0; z-index: 3; } .message.global.cookie .actions { margin-top: 0.5em; } .message.global.demo { margin: 0 0 0.5em; padding: 12px 1em 12px 1.25em; display: block; font-size: 1.3rem; background: #ff0101; border-color: none; color: #fff; margin-bottom: 0; text-align: center; } .message.global.demo a { color: #222529; } .message.global.demo a:hover { color: #222529; } .message.global.demo a:active { color: #222529; } .page-header .switcher .options, .page-footer .switcher .options { display: inline-block; position: relative; } .page-header .switcher .options:before, .page-footer .switcher .options:before, .page-header .switcher .options:after, .page-footer .switcher .options:after { content: ''; display: table; } .page-header .switcher .options:after, .page-footer .switcher .options:after { clear: both; } .page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle { padding: 0; cursor: pointer; display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle > span, .page-footer .switcher .options .action.toggle > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .page-header .switcher .options .action.toggle:hover:after, .page-footer .switcher .options .action.toggle:hover:after { color: inherit; } .page-header .switcher .options .action.toggle:active:after, .page-footer .switcher .options .action.toggle:active:after { color: inherit; } .page-header .switcher .options .action.toggle.active, .page-footer .switcher .options .action.toggle.active { display: inline-block; text-decoration: none; } .page-header .switcher .options .action.toggle.active > span, .page-footer .switcher .options .action.toggle.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\e81b'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .page-header .switcher .options .action.toggle.active:hover:after, .page-footer .switcher .options .action.toggle.active:hover:after { color: inherit; } .page-header .switcher .options .action.toggle.active:active:after, .page-footer .switcher .options .action.toggle.active:active:after { color: inherit; } .page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown { margin: 0; padding: 0; list-style: none none; background: #fff; border: 0; margin-top: 4px; min-width: 120px; z-index: 100; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li { margin: 0; padding: 0; } .page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover { background: #e8e8e8; cursor: pointer; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before { left: 10px; top: -12px; } .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after { left: 9px; top: -14px; } .page-header .switcher .options.active, .page-footer .switcher .options.active { overflow: visible; } .page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown { display: block; } .page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown { border-radius: 0; box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05); border: 1px solid #ccc !important; padding: 4px 0 !important; left: 0; } .page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li { border-radius: 0; } .page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a { display: block; color: #777; padding: 0 7px; font-size: 1em; line-height: 25px; font-weight: 400; } .page-header .switcher .options ul.dropdown a > img, .page-footer .switcher .options ul.dropdown a > img { margin-bottom: 3px; margin-right: 3px; vertical-align: middle; } .page-header .switcher .options ul.dropdown a:hover, .page-footer .switcher .options ul.dropdown a:hover { text-decoration: none; } .page-header .switcher .options .action.toggle, .page-footer .switcher .options .action.toggle { display: flex; align-items: center; padding: 0 5px; line-height: 26px; letter-spacing: 0.025em; } .page-header .switcher .options .action.toggle::after, .page-footer .switcher .options .action.toggle::after { font-size: 1em; -webkit-font-smoothing: inherit; margin: 0 0 0 5px; line-height: 1; } .page-header .switcher .options .action.toggle.active, .page-footer .switcher .options .action.toggle.active { display: flex; align-items: center; } .page-header .switcher .options .action.toggle.active::after, .page-footer .switcher .options .action.toggle.active::after { font-size: 1em; -webkit-font-smoothing: inherit; margin: 0 0 0 5px; line-height: 1; } .page-header .switcher strong, .page-footer .switcher strong { font-weight: inherit; } .page-header .switcher strong > img, .page-footer .switcher strong > img { margin-bottom: 3px; margin-right: 3px; vertical-align: middle; max-width: 20px; } span.split { height: 14px; width: 1px; border-right: 1px solid #ccc; margin: 0 13px; } @media (max-width: 991px) { .nav-sections .switcher-trigger strong:after { font-size: 1.6rem; right: -25px; top: 2px; } .navigation .parent .level-top:after { font-size: 2.2rem; right: 10px; top: 13px; } header.page-header.sticky-header .header-main { position: fixed; width: 100%; top: 0; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06); background-color: #fff; z-index: 9; } } @media (max-width: 991px) { .nav-sections .customer-welcome, .nav-sections .customer-welcome + .authorization-link { display: none; } } .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) { margin-bottom: 2em; } .widget { clear: both; } .customer-welcome { display: inline-block; position: relative; } .customer-welcome:before, .customer-welcome:after { content: ''; display: table; } .customer-welcome:after { clear: both; } .customer-welcome .action.switch { padding: 0; cursor: pointer; display: inline-block; text-decoration: none; } .customer-welcome .action.switch > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .customer-welcome .action.switch:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 15px; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 0 0 0 5px; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .customer-welcome .action.switch:hover:after { color: inherit; } .customer-welcome .action.switch:active:after { color: inherit; } .customer-welcome .action.switch.active { display: inline-block; text-decoration: none; } .customer-welcome .action.switch.active > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .customer-welcome .action.switch.active:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 15px; color: inherit; content: '\e81b'; font-family: 'porto-icons'; margin: 0 0 0 5px; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .customer-welcome .action.switch.active:hover:after { color: inherit; } .customer-welcome .action.switch.active:active:after { color: inherit; } .customer-welcome ul { margin: 0; padding: 0; list-style: none none; background: #fff; border: 0; margin-top: 4px; min-width: 100%; z-index: 101; box-sizing: border-box; display: none; position: absolute; top: 100%; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); } .customer-welcome ul li { margin: 0; padding: 0; } .customer-welcome ul li:hover { background: #e8e8e8; cursor: pointer; } .customer-welcome ul:before, .customer-welcome ul:after { border-bottom-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; } .customer-welcome ul:before { border: 6px solid; border-color: transparent transparent #fff transparent; z-index: 99; } .customer-welcome ul:after { border: 7px solid; border-color: transparent transparent #bbb transparent; z-index: 98; } .customer-welcome ul:before { left: 10px; top: -12px; } .customer-welcome ul:after { left: 9px; top: -14px; } .customer-welcome.active { overflow: visible; } .customer-welcome.active ul { display: block; } .customer-welcome li a { color: #333; text-decoration: none; display: block; line-height: 1.2; padding: 5px; text-transform: capitalize; font-weight: 400; font-size: 12px; } .customer-welcome li a:visited { color: #333; text-decoration: none; } .customer-welcome li a:hover { color: #333; text-decoration: none; } .customer-welcome li a:active { color: #333; text-decoration: none; } .customer-welcome .customer-menu { display: none; } .customer-welcome .action.switch { background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; vertical-align: top; } .customer-welcome .action.switch:focus, .customer-welcome .action.switch:active { background: none; border: none; } .customer-welcome .action.switch:hover { background: none; border: none; } .customer-welcome .action.switch.disabled, .customer-welcome .action.switch[disabled], fieldset[disabled] .customer-welcome .action.switch { pointer-events: none; opacity: 0.5; } .customer-welcome .header.links { min-width: 175px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); border-radius: 3px; margin-top: 7px; left: auto; right: 0; } .customer-welcome .header.links:before { left: auto; right: 10px; } .customer-welcome .header.links:after { left: auto; right: 9px; border-bottom-color: #ccc; } .customer-welcome.active .action.switch:after { content: '\e81b'; } .customer-welcome.active .customer-menu { display: block; } .customer-welcome .greet { display: none; } @media (min-width: 992px) { html, body { min-height: 100%; } .ie9 body { background-color: #8f8f8f; } .customer-menu .header.links a { color: #777 !important; } .sticky-logo { float: left; margin-top: 13px; margin-right: 20px; } .sticky-logo .logo { margin: 0 !important; } .sticky-logo .logo img { height: 35px; width: auto; max-width: none; margin-right: 20px; } header.page-header.sticky-header .nav-sections { position: fixed !important; left: 0 !important; top: 0 !important; z-index: 200 !important; padding: 0; margin: 0 !important; width: 100% !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-backface-visibility: hidden; backface-visibility: hidden; pointer-events: all; } header.page-header.sticky-header .navigation { padding: 0 10px; } header.page-header.sticky-header .navigation > ul { background-color: transparent; } header.page-header.sticky-header .navigation li.level0 > a > span.cat-label { top: -9px; } header.page-header.sticky-header .minicart-wrapper { position: absolute; right: 10px; top: 20%; } .page-header { margin-bottom: 0; } .page-header .header.panel { padding: 0; } .page-header .switcher { float: left; margin-right: 15px; -ms-flex-order: 1; -webkit-order: 1; order: 1; } .page-header .navigation .level0 > .level-top { text-transform: uppercase; display: inline-block; } .page-header .navigation .level0.parent > a:after { content: '\e81c'; display: inline-block; font-family: 'porto-icons'; vertical-align: top; margin-left: 5px; line-height: 42px; } .page-header .navigation .level0 .submenu { padding: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-header .navigation .level0 .submenu li { margin-bottom: 0; position: relative; } .page-header .navigation .level0 .submenu .submenu { border-top-width: 0; margin-top: -6px !important; margin-left: 8px !important; } .page-header .navigation .level0 .submenu li.parent > a:after { content: '\f801'; display: inline-block; font-family: 'porto-icons'; vertical-align: top; margin-left: 6px; margin-right: 0; line-height: 15px; float: right; } .page-header .navigation .level0 .submenu .active > a { border: 0; } .page-header .drop-menu { position: relative; } .page-header .drop-menu .nav-sections { position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; border: 1px solid #e7e7e7; visibility: hidden; opacity: 0; } .page-header .drop-menu .nav-sections.visible { visibility: visible; opacity: 1; } .page-header .drop-menu > a { display: block; font-size: 14px; letter-spacing: -0.01em; font-weight: 700; background: #222529; color: #fff; line-height: 20px; padding: 15px 15px 15px 20px; } .page-header .drop-menu > a:hover { background-color: #555; } .cms-index-index .page-header .drop-menu > a { pointer-events: none; } .cms-index-index .page-header .drop-menu .nav-sections { visibility: visible; opacity: 1; padding: 0 !important; } .cms-index-index .page-header.sticky-header .drop-menu > a { pointer-events: all; } .cms-index-index .page-header.sticky-header .drop-menu .nav-sections { visibility: hidden; opacity: 0; } .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible { visibility: visible; opacity: 1; } .page-main > .page-title-wrapper .page-title { display: inline-block; } .page-main > .page-title-wrapper .page-title + .action { float: right; margin-top: 1em; } .header.panel > .header.links { margin: 0; padding: 0; list-style: none none; float: right; margin-left: auto; } .header.panel > .header.links > li { display: inline-block; vertical-align: top; } .header.panel > .header.links > li { margin-bottom: 0; } .header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a { display: inline-block; } .header.panel > .header.links > li > a, .header.panel > .header.links > li > span { border-left: 1px solid rgba(255, 255, 255, 0.18); } .header.panel > .header.links > li:first-child > a, .header.panel > .header.links > li:first-child > span { padding-left: 0; border-left: 0; } .header.panel > .header.links > li.welcome a { color: #fff; padding-left: 0.25em; } .header.panel > .header.links > .customer-welcome + .authorization-link { display: none; } .logo img { max-height: inherit; } .page-wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 0; min-height: 100%; position: relative; transition: margin 0.3s ease-out 0; } .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget { box-sizing: border-box; width: 100%; } .ie10 .page-wrapper, .ie11 .page-wrapper { height: 100%; } } .ui-datepicker td { padding: 0; } .ui-tooltip { border: 1px solid #bbb; background: #fff; padding: 10px; } [class^="porto-icon-"]:before, [class*=" porto-icon-"]:before { font-family: 'porto-icons'; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: 0.1em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: 0.1em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .panel { -webkit-box-shadow: none; box-shadow: none; } .recent-posts .item .post-image { border-radius: 5px; overflow: hidden; margin: 0 0 15px 0; padding: 2px; border: 1px solid #e1e1e1; background-color: #fff; min-height: 120px; } .recent-posts .item .post-image img { border-radius: 4px; width: 100%; } .recent-posts .post-date { float: left; margin-right: 10px; text-align: center; } .recent-posts .post-date .day { background-color: #f7f7f7; color: #222529; display: block; font-size: 18px; font-weight: bold; padding: 8px; } .recent-posts .post-date .month { background-color: #222529; border-radius: 0 0 2px 2px; box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset; color: #fff; font-size: 0.9em; padding: 2px 0; display: block; width: 45px; } .recent-posts .postTitle { min-height: 55px; border: 0; } .recent-posts .postTitle h2 { font-size: 20px; line-height: 27px; font-weight: normal; padding: 0; margin: 0 0 10px 0; } .recent-posts .postTitle a:hover { text-decoration: none; } .recent-posts .postContent { font-size: 14px; line-height: 1.5; padding-bottom: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 15px; } .recent-posts .postContent > p { margin: 0; } .recent-posts a.readmore { font-weight: 300; font-size: 16px; } .form-wishlist-items { padding-bottom: 30px; } .product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before { content: '\e889'; } .account .table-wrapper .data.table.wishlist > thead > tr > th, .account .table-wrapper .data.table.wishlist > tbody > tr > th, .account .table-wrapper .data.table.wishlist > tfoot > tr > th, .account .table-wrapper .data.table.wishlist > thead > tr > td, .account .table-wrapper .data.table.wishlist > tbody > tr > td, .account .table-wrapper .data.table.wishlist > tfoot > tr > td { border-top: 1px solid #e7e7e7; } .account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td { border-top: 0; } .account .table-wrapper .data.table.wishlist > tbody + tbody { border-top: 1px solid #e7e7e7; } .account .table-wrapper .data.table.wishlist thead > tr > th { border-bottom: 0; } .account .table-wrapper .data.table.wishlist tbody > tr:last-child > td { border-bottom: 1px solid #e7e7e7; } .account .table-wrapper .data.table.wishlist .product.name { display: inline-block; margin-bottom: 0.5em; } .account .table-wrapper .data.table.wishlist .box-tocart { margin: 0.5em 0; } .account .table-wrapper .data.table.wishlist .box-tocart .qty { vertical-align: middle; } .account .table-wrapper .data.table.wishlist .col.item { width: 50%; } .account .table-wrapper .data.table.wishlist .col.photo { max-width: 150px; } .account .table-wrapper .data.table.wishlist .col.selector { max-width: 15px; } .account .table-wrapper .data.table.wishlist textarea { margin: 0.5em 0; } .account .table-wrapper .data.table.wishlist .input-text.qty { margin-bottom: 0.5em; } .account .table-wrapper .data.table.wishlist .action.primary { vertical-align: top; } .account .table-wrapper .data.table.wishlist .price { font-weight: 700; } .link.wishlist .counter { color: #c1c1c1; white-space: nowrap; } .link.wishlist .counter:before { content: '('; } .link.wishlist .counter:after { content: ')'; } .block-wishlist .product-item-name { margin-right: 1.25em; } .products-grid.wishlist .product-item-photo { display: block; margin-bottom: 0.5em; } .products-grid.wishlist .product-item-name { margin-top: 0; } .products-grid.wishlist .product-item .price-box { margin: 0; } .products-grid.wishlist .product-item-comment { display: block; height: 42px; margin: 0.5em 0; } .products-grid.wishlist .product-item-actions > * { margin-right: 15px; } .products-grid.wishlist .product-item-actions > *:last-child { margin-right: 0; } .products-grid.wishlist .product-item .qty.field .control { width: 45px; } .filterproducts.products { margin: 0; } p.fullwidth-filter-description { font-size: 14px; color: #666; line-height: 1.4; } .section-title, .slider-title, .widget .widget-title, .widget .widget-title a { color: #313131; } .slider-title, .section-title { font-size: 1.1429em; line-height: 1.4; letter-spacing: normal; font-weight: 700; text-transform: uppercase; margin-top: 0; margin-bottom: 1.25rem; position: relative; } .slider-title .line, .section-title .line { display: block; height: 1px; position: relative; bottom: 0.65em; width: 0; } .porto-products.title-border-bottom > .section-title, .related.products .slider-title { letter-spacing: -0.01em; line-height: 22px; padding-bottom: 10px; margin-bottom: 24px; } .porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots, .related.products .products-slider.show-dots-title-right .owl-dots { top: -52px; height: 32px; } .porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav, .related.products .products-slider.show-nav-title .owl-nav { margin-top: -36px; } .porto-products.title-border-middle > .section-title { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 24px; } .porto-products.title-border-middle > .section-title .line-l { height: 1px; position: relative; flex: 1 1 auto; min-width: 10%; background: rgba(0, 0, 0, 0.08); } .porto-products.title-border-middle > .section-title .line-r { height: 1px; position: relative; flex: 1 1 auto; min-width: 10%; background: rgba(0, 0, 0, 0.08); } .porto-products.title-border-middle > .section-title .inline-title { padding: 0 12px; } .porto-products.title-border-middle > .section-title.text-left .line-l { display: none; } .porto-products.title-border-middle > .section-title.text-left .inline-title { padding-left: 0; } .porto-products.title-border-middle > .section-title.text-right .inline-title { padding-right: 0; } .porto-products.title-border-middle > .section-title.text-right .line-r { display: none; } .porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots { top: -40px; height: 32px; } .porto-products.title-border-middle .products-slider.show-nav-title .owl-nav { margin-top: -24px; } .porto-products.title-border-bottom > .section-title, .related.products .slider-title, .porto-products.title-border-middle > .section-title .inline-title:before { border-bottom: 1px solid rgba(0, 0, 0, 0.08); } .slider-wrapper { margin-left: -10px; margin-right: -10px; } .products-slider.owl-carousel, .slider-wrapper .products { margin: 0!important; } .porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots, .related.products .products-slider.show-dots-title-right .owl-dots { top: -52px; height: 32px; } .porto-products.title-border-bottom.move-related .products-slider.show-dots-title-right .owl-dots { top: -86px; } .move-related .product-item-details { position: static; } .block.related.move-related .field.choice { top: 3px; left: 8px; } .products-slider.owl-carousel .product-item { padding-top: 0; padding-bottom: 0; margin-bottom: 0; } .products-slider.owl-carousel .owl-stage-outer { padding-top: 10px; margin-top: -10px; } .ajax-products { display: flex; flex-wrap: wrap; } .ajax-products > .category-list { border-right: 1px solid #dcdcdc; padding: 0 15px; } .ajax-products > .category-list > span { font-size: 1.125rem; letter-spacing: -0.01em; margin-bottom: 15px; color: #111; text-transform: uppercase; font-weight: 700; display: block; line-height: 1.4; } .ajax-products > .category-list > ul { list-style: none; padding: 0; margin-bottom: 2rem; } .ajax-products > .category-list > ul > li { padding: 0; margin: 0; } .ajax-products > .category-list > ul > li > a { text-transform: uppercase; font-size: 12px; font-weight: 600; padding: 12px 0 12px 24px; color: #111; display: block; position: relative; } .ajax-products > .category-list > ul > li > a:before { content: '' !important; margin-right: 10px; position: absolute; left: 0; width: 14px; height: 14px; border: 1px solid #d6d6d6; background: #fff; top: 50%; transform: translateY(-50%); } .ajax-products > .category-list > ul > li > a.active:after { content: ''; width: 8px; height: 8px; position: absolute; background: #111; top: 50%; transform: translateY(-50%); left: 3px; } .ajax-products > .category-list > ul > li > a > span { display: inline-block; } .ajax-products > .category-list > ul > li > a:hover { text-decoration: none; } .ajax-products > .category-detail { position: relative; padding-left: 4vw; padding-right: 0; margin-bottom: 50px; letter-spacing: -0.025em; min-height: 70vh; } .ajax-products > .category-detail > h2 { text-align: center; margin: 30px 0; font-size: 26px; color: #000; text-transform: uppercase; font-weight: 700; letter-spacing: 10px; } .ajax-products > .category-detail > .ajax_products_loader { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(255, 255, 255, 0.5); } .load-more-area { text-align: center; margin: 20px 0; } .load-more-area > a { margin: 12px 40px; border: 1px solid #000; width: auto; display: inline-block; letter-spacing: 0.075em; color: #000; padding: 18px 55px; font-size: 12px; line-height: 1.3333; text-transform: uppercase; font-weight: 700; } .theme-color { color: #222529 !important; } .block .block-title { margin: 5px 0 10px; line-height: 1.2; font-size: 16px; } .porto-separator { margin: 0 0 22px; } .porto-separator.short { margin: -11px 0 11px; } .porto-separator.tall { margin: 22px 0 44px; } .porto-separator.taller { margin: 44px 0 66px; } .porto-separator .separator-line { margin: 0 auto; } .porto-separator .separator-line.align_left { margin: 0 auto 0 0; } .porto-separator .separator-line.align_center { margin: 0 auto; } .porto-separator .separator-line.align_right { margin: 0 0 0 auto; } .porto-ibanner { z-index: 1; overflow: hidden; margin: 0 0 35px; text-align: center; } .porto-ibanner, .porto-ibanner > img { display: block; position: relative; } .porto-ibanner > img { width: 100%; transition: opacity 0.35s; border: none; padding: 0; margin: 0; min-height: inherit; object-fit: cover; transition: transform 0.5s, opacity 0.5s; -webkit-backface-visibility: hidden; } .porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded) { visibility: hidden; } .porto-ibanner-layer { text-align: left; font-size: 1rem; } .porto-ibanner .porto-ibanner-desc { padding: 15px; color: #fff; font-size: 1em; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: opacity 0.3s; } .porto-ibanner .porto-ibanner-desc.no-padding { padding: 0; } .porto-ibanner .porto-ibanner-desc .porto-ibanner-container { position: relative; height: 100%; } .porto-ibanner .porto-ibanner-desc:before, .porto-ibanner .porto-ibanner-desc:after { pointer-events: none; } .porto-ibanner .porto-ibanner-desc, .porto-ibanner .porto-ibanner-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .porto-ibanner .porto-ibanner-content { font-size: 0.8125em; line-height: 1.6; } .porto-ibanner .porto-ibanner-title, .porto-ibanner p { letter-spacing: normal; padding: 0; margin: 0; font-size: inherit; line-height: inherit; font-weight: inherit; text-decoration: inherit; font-style: inherit; color: inherit; } .porto-ibanner a.porto-ibanner-link { display: block; z-index: 7; opacity: 0; background: 0 0; } ul.products .product-col { padding-left: 10px; padding-right: 10px; } ul.products li.product-category { text-align: center; } ul.products li.product-category a { text-decoration: none; } ul.products li.product-category .thumb-info { min-height: 90px; margin-bottom: 0; text-align: left; } ul.products li.product-category .thumb-info h3 { font-weight: 700; margin: 0 0 10px; color: inherit; letter-spacing: -0.005em; } ul.products li.product-category .thumb-info-title { background: none; max-width: none; width: 100%; bottom: 0; padding: 1.2em 1.5em; margin: 0; } ul.products li.product-category .thumb-info-type { display: block; margin: -10px 0 0; padding: 0; font-weight: 400; background: none; float: none; opacity: 0.7; line-height: 1.8; } ul.products li.product-category mark { padding: 0; background: none; color: inherit; } ul.products li.product-category .thumb-info-wrapper:after { background: rgba(27, 27, 23, 0.15); z-index: 1; opacity: 1; } ul.products li.product-category:hover .thumb-info-wrapper:after { background: rgba(27, 27, 23, 0.3); } ul.products li.cat-has-icon .thumb-info { padding: 40px 0 25px; transition: box-shadow 0.2s; text-align: center; } ul.products li.cat-has-icon .thumb-info > i { font-size: 3em; display: inline-block; margin-bottom: 15px; } ul.products li.cat-has-icon .thumb-info-wrap { display: block; } ul.products li.cat-has-icon .thumb-info-title { display: block; position: static; padding: 0 0 10px; } ul.products.category-pos-middle li.product-category .thumb-info-title { position: absolute; bottom: auto; top: 50%; transform: translateY(-50%); } ul.products.category-pos-outside li.product-category .thumb-info-title { position: static; transform: none; display: block; padding-left: 0; padding-right: 0; } ul.products.category-text-center .thumb-info-title { text-align: center; } ul.products.category-text-right .thumb-info-title { text-align: right; } li.product-category .thumb-info-title a { color: inherit; } li.product-category .thumb-info-title a:hover { color: inherit; text-decoration: underline; } li.product-category .sub-categories { font-size: 0.875rem; font-weight: 400; opacity: 0.7; } ul.category-color-dark li.product-category .thumb-info-title { color: #1d2127; } .grid-creative.category-pos-outside li.product-category .thumb-info { height: calc(100% - (60px)); } .porto-products.show-count-on-hover li.product-category .thumb-info-type { max-height: 10px; transition: 0.5s; transform: translateY(20%); opacity: 0; } .porto-products.show-count-on-hover li.product-category:hover .thumb-info-type { max-height: 30px; transform: translateY(0); opacity: 0.7; } .porto-products.hide-count li.product-category .thumb-info-type { display: none; } .porto-products.hide-count li.product-category .thumb-info h3 { margin-bottom: 0; } .thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .thumb-info .thumb-info-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); margin: 0; overflow: hidden; display: block; position: relative; } .thumb-info .thumb-info-wrapper:after { content: ""; transition: all 0.3s; bottom: 0; color: #FFF; left: 0; position: absolute; right: 0; top: 0; display: block; opacity: 0; z-index: 1; } .thumb-info .thumb-info-title { transition: all 0.3s; background: rgba(33, 37, 41, 0.8); bottom: 13%; color: #fff; font-size: 17px; font-weight: 600; left: 0; letter-spacing: -0.05em; padding: 13px 21px 2px; position: absolute; z-index: 2; max-width: 90%; } .thumb-info .thumb-info-inner { transition: all 0.3s; display: block; font: inherit; color: inherit; margin-bottom: 0; } .thumb-info .thumb-info-type { display: inline-block; float: left; font-size: 0.6em; font-weight: 600; letter-spacing: 0; margin: 8px -2px -15px 0; padding: 2px 12px; text-transform: uppercase; z-index: 2; line-height: 2.3; } .thumb-info img { transition: all 0.3s ease; position: relative; width: 100%; } .single-subscribe .newsletter .control { display: flex; align-items: center; } .single-subscribe .newsletter .input-text { display: block; flex: 1; } .single-subscribe .newsletter input { height: 3rem; padding-left: 20px; padding-right: 25px; border-radius: 30px 0 0 30px; font-size: 0.75rem; color: #777; border: none; margin: 0; width: 100%; display: block; } .single-subscribe .newsletter .action { height: 3rem; padding-left: 20px; padding-right: 20px; text-transform: uppercase; font-weight: 700; border-radius: 0 30px 30px 0; } .porto-links-block { border: 1px solid; } .porto-links-block .links-title { border-bottom: 1px solid; font-size: 1em; font-weight: 700; line-height: 14px; padding: 15px 20px; margin: 0; text-transform: uppercase; position: relative; letter-spacing: 0.12px; transition: 0.25s; } .porto-links-block .links-title i { margin-right: 5px; } .porto-links-block .links-content ul { list-style: none; padding: 5px 0; margin: 0; } .porto-links-block li.porto-links-item { display: block; margin: 0; } .porto-links-block li.porto-links-item:first-child > a, .porto-links-block li.porto-links-item:first-child > span { border-top-width: 0; } .porto-links-block li.porto-links-item a, .porto-links-block li.porto-links-item span { display: block; font-size: 1em; line-height: 20px; color: #465157; letter-spacing: 0.1px; padding: 11px 6px 10px; margin: 0 10px -1px; text-decoration: none; border-top: 1px solid #ddd; } .porto-links-block li.porto-links-item a:hover { text-decoration: underline; } .porto-links-block li.porto-links-item i { margin-right: 12px; font-size: 20px; float: left; } .porto-links-block li.porto-links-item i.icon-image { display: inline-block; vertical-align: middle; float: none; max-width: 20px; } .divider { height: 1px; } .divider.divider-small { margin: 22px auto; background: transparent; } .divider.divider-small.divider-small-center { text-align: center; } .divider.divider-small.divider-small-center hr { margin-left: auto; margin-right: auto; } .divider.divider-small hr { width: 50px; height: 1px; } .category-sidebar { padding: 0.7143em 0; list-style: none; margin: 0; font-size: 0.9286em; } .category-sidebar li { position: relative; margin: 0; color: #777; } .category-sidebar li > a:not(.expand-icon) { display: block; font-size: 0.875rem; font-weight: 600; padding-top: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #e7e7e7; color: inherit; } .category-sidebar li > .expand-icon { position: absolute; right: -6px; top: 9px; font-size: 18px; line-height: 24px; color: inherit; width: 24px; height: 24px; } .category-sidebar li > .expand-icon em.porto-icon-plus-squared::before { content: "\f807"; } .category-sidebar li > .expand-icon em.porto-icon-minus-squared::before { content: "\f804"; } .category-sidebar > li:last-child > a:not(.expand-icon) { border-bottom: 0; } .category-sidebar ul { display: none; list-style: none; padding-left: 1.0714em; margin: 0; } .onepage-category > .category-list { position: fixed; left: 0; top: 0; bottom: 0; min-height: 100%; width: 80px; text-align: left; background: #222529; padding: 32px 0 0; z-index: 20; } .onepage-category > .category-list > ul { position: relative; z-index: 2; list-style: none; padding: 0; transition: all 0.3s; padding-top: 0; margin-bottom: 0; } .onepage-category > .category-list > ul > li { margin: 0; margin-bottom: 1rem; } .onepage-category > .category-list > ul > li > a { color: #fff; width: auto; line-height: 79px; display: inline-block; white-space: nowrap; position: relative; transition: all 0.3s; } .onepage-category > .category-list > ul > li > a > em { font-size: 1.6875rem; width: 80px; display: inline-block; text-align: center; vertical-align: middle; } .onepage-category > .category-list > ul > li > a > em > img { vertical-align: middle; } .onepage-category > .category-list > ul > li > a > span { display: inline-block; vertical-align: middle; opacity: 0; visibility: hidden; width: 0; transition: all 0.3s; font-size: 16px; font-weight: 600; position: relative; overflow: hidden; } .onepage-category > .category-list > ul > li > a:after { content: ""; width: 16px; height: 16px; position: absolute; display: block; right: -15px; top: 50%; margin-top: -8px; border: 8px solid transparent; transition: all 0.3s; } .onepage-category > .category-list > ul > li > a.active, .onepage-category > .category-list > ul > li > a:hover { background-color: #00d59d; } .onepage-category > .category-list > ul > li > a.active:after, .onepage-category > .category-list > ul > li > a:hover:after { border-left-color: #00d59d; } .onepage-category > .category-list > ul > li > a:hover > span { opacity: 1; visibility: visible; width: auto; padding-right: 50px; } .onepage-category > .category-list > ul > li:last-child { margin-bottom: 0; } .onepage-category > .category-details { position: relative; float: right; width: 100%; min-height: 80vh; } .onepage-category .category-details { padding: 70px 0; } .onepage-category .category-details .title-menu { position: relative; margin-bottom: 25px; } .onepage-category .category-details .title-menu > a { font-family: 'Poppins'; color: #222529; display: inline-block; margin-top: 0; font-size: 1.375rem; font-weight: 600; letter-spacing: 0.025em; line-height: 46px; text-transform: uppercase; } .onepage-category .category-details .title-menu > a > span { display: inline-block; vertical-align: middle; } .onepage-category .category-details .title-menu > a.parent:after { display: inline-block; content: "\f813"; font-family: porto-icons; margin-left: 18px; font-size: 18px; vertical-align: middle; line-height: 36px; } .onepage-category .category-details .title-menu > a.parent.opened:after { content: "\f810"; } .onepage-category .category-details .title-menu > .menu-popup { position: absolute; left: 0; top: 100%; display: none; width: 100%; z-index: 3; background-color: #fff; border: 1px solid #bebebe; border-radius: 5px; padding: 50px 0; } .onepage-category .category-details .title-menu > .menu-popup:before { content: ""; border: 8px solid transparent; width: 16px; height: 16px; display: block; border-bottom-color: #bebebe; position: absolute; top: -16px; left: 90px; } .onepage-category .category-details .title-menu > .menu-popup:after { content: ""; border: 7px solid transparent; width: 14px; height: 14px; display: block; border-bottom-color: #fff; position: absolute; top: -13px; left: 91px; } .onepage-category .category-details .menu-popup ul { list-style: none; padding: 0; margin: 0; } .onepage-category .category-details .menu-popup ul > li > a { color: #000; font-size: 16px; line-height: 2.5; } .onepage-category .category-details .menu-popup > ul { display: flex; flex-wrap: wrap; } .onepage-category .category-details .menu-popup > ul > li { float: left; border-left: 1px solid #bebebe; margin: 10px 0; padding: 30px 0; } .onepage-category .category-details .menu-popup > ul > li > a { font-weight: 700; text-transform: uppercase; } .onepage-category .category-details .menu-popup > ul.columns5 > li { width: 20%; padding-left: 4%; padding-right: 4%; } .onepage-category .category-details .menu-popup > ul.columns5 > li:nth-child(5n+1) { border-left: 0; clear: left; } .onepage-category .category-details .menu-popup li.menu-item { margin-bottom: 0; } .onepage-category .category-details .products-area .category-link { float: right; margin-top: -71px; margin-right: 0; position: relative; z-index: 2; font-size: 0.8125rem; padding: 1em 3em; letter-spacing: 0.01em; font-weight: 700; line-height: 1.42857; background: #222529; border: 1px solid transparent; color: #fff; text-transform: uppercase; } .onepage-category .additional-content { margin-bottom: 1.5vw; } .onepage-category .additional-content img { max-width: 100%; } .onepage-category .menu-popup a > span { position: relative; } .onepage-category .menu-popup a > span > span.cat-label { top: 3px; right: -35px; font: inherit; font-size: 9px; padding: 2px; z-index: 1; border-radius: 2px; line-height: 1; border: 1px solid #777; position: absolute; } .onepage-category .onepage-category { display: flex; flex-wrap: wrap; } .onepage-cat.category-list { position: fixed; width: 80px; left: 0; height: 100%; top: 0; bottom: 0; } body > .onepage-cat.category-list { display: none; } .pt_row.pt_row-no-padding .pt_column-inner { padding-left: 0; padding-right: 0; } .pt_row-no-padding .pt_inner { margin-left: 0; margin-right: 0; } .pt_row.pt_row-o-full-height { min-height: 100vh; } .pt_row.pt_row-flex { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .pt_row.pt_row-flex > .pt_column_container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; z-index: 1; max-width: 100%; } @media (-ms-high-contrast: active), (-ms-high-contrast: none) { .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner { /* IE10+ specific styles */ } .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner > * { min-height: 1em; } } .pt_row.pt_row-flex::before, .pt_row.pt_row-flex::after { display: none; } .pt_row.pt_row-o-columns-stretch { -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .pt_row.pt_row-o-columns-top { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; } .pt_row.pt_row-o-columns-bottom { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; } .pt_row.pt_row-o-columns-middle { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; } .pt_row.pt_row-o-columns-top::after, .pt_row.pt_row-o-columns-bottom::after, .pt_row.pt_row-o-columns-middle::after { content: ''; width: 100%; height: 0; overflow: hidden; visibility: hidden; display: block; } .pt_row.pt_row-o-equal-height > .pt_column_container { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .pt_row.pt_row-o-content-top > .pt_column_container > .pt_column-inner { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .pt_row.pt_row-o-content-top:not(.pt_row-o-equal-height) > .pt_column_container { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .pt_row.pt_row-o-content-bottom > .pt_column_container > .pt_column-inner { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .pt_row.pt_row-o-content-bottom:not(.pt_row-o-equal-height) > .pt_column_container { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } .pt_row.pt_row-o-content-middle > .pt_column_container > .pt_column-inner { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .pt_row.pt_row-o-content-middle:not(.pt_row-o-equal-height) > .pt_column_container { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .pt_column-inner::before, .pt_column-inner::after { content: " "; display: table; } .pt_column-inner::after { clear: both; } .porto-img-effect-1 .img-thumbnail:after, .porto-img-effect-1 .img-thumbnail:before { content: ""; position: absolute; opacity: 1; z-index: 1; } .porto-img-effect-1 .img-thumbnail:before { background: rgba(255, 255, 255, 0.3); bottom: 0; left: 50%; right: 51%; top: 0; } .porto-img-effect-1 .img-thumbnail:after { bottom: 50%; left: 0; right: 0; top: 50%; } .porto-img-effect-1:hover .img-thumbnail:after, .porto-img-effect-1:hover .img-thumbnail:before { left: 0; right: 0; opacity: 0; transition: 0.5s linear; } .porto-img-effect-2 .img-thumbnail:after, .porto-img-effect-2 .img-thumbnail:before { content: ""; position: absolute; background: rgba(255, 255, 255, 0.6); height: 100%; left: 0; opacity: 0.4; top: 0; transition: 0.9s; width: 100%; z-index: 1; } .porto-img-effect-2 .img-thumbnail:before { transform: translate(105%, 0%); } .porto-img-effect-2 .img-thumbnail:after { transform: translate(-105%, 0%); } .porto-img-effect-2:hover .img-thumbnail:after, .porto-img-effect-2:hover .img-thumbnail:before { opacity: 0; transform: none; } .porto-img-effect-3 .img-thumbnail:before { content: ""; position: absolute; top: 0; left: 50%; width: 120%; height: 60px; background: rgba(255, 255, 255, 0.1); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0); transition: 0.5s linear; backface-visibility: hidden; z-index: 1; } .porto-img-effect-3:hover .img-thumbnail:before { top: 100%; left: -100%; transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0); } .porto-img-effect-4 .img-thumbnail:after, .porto-img-effect-4 .img-thumbnail:before { content: ""; position: absolute; background: rgba(255, 255, 255, 0.1); opacity: 1; transition: 0.5s; z-index: 1; } .porto-img-effect-4 .img-thumbnail:before { bottom: 0; left: 50%; right: 51%; top: 0; } .porto-img-effect-4 .img-thumbnail:after { bottom: 50%; left: 0; right: 0; top: 50%; } .porto-img-effect-4:hover .img-thumbnail:after, .porto-img-effect-4:hover .img-thumbnail:before { left: 0; right: 0; top: 0; bottom: 0; opacity: 0.5; } .porto-img-zoom img { transition: transform 1s,opacity 1s; opacity: 1; } .porto-img-zoom:hover img { transform: scale(1.1, 1.1) translateZ(0); opacity: 0.9; } .porto-image-comparison { overflow: hidden; position: relative; z-index: 0; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .porto-image-comparison img { position: absolute; top: 0; width: 100%; -webkit-user-select: none; -ms-user-select: none; user-select: none; transition: none; } .porto-image-comparison .porto-compare-icon { width: 1em; position: relative; } .porto-image-comparison .porto-compare-icon:before, .porto-image-comparison .porto-compare-icon:after { content: ""; border: 6px inset transparent; position: absolute; width: 0; height: 0; top: 50%; margin-top: -6px; } .porto-image-comparison .porto-compare-icon:before { border-right: 6px solid; border-left: none; left: -0.05em; } .porto-image-comparison .porto-compare-icon:after { border-left: 6px solid; border-right: none; right: -0.05em; } .porto-image-comparison-vertical .porto-compare-icon { transform: rotate(90deg); } .porto-image-comparison-before { z-index: 16; } .porto-image-comparison-after { z-index: 8; } .porto-image-comparison-handle { position: absolute; top: 50%; left: 50%; margin-top: calc(-0.5 * 60px); margin-left: calc(-0.5 * 60px); display: flex; align-items: center; justify-content: center; cursor: move; width: 60px; height: 60px; z-index: 25; color: #fff; border: 10px solid; border-radius: 50%; font-size: 1.25rem; box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); color: #ffffff; background-color: #ffffff; } .porto-image-comparison-handle i { color: #777; transform: rotate(90deg); font-size: 1.4em; } .porto-image-comparison-handle:before, .porto-image-comparison-handle:after { box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); content: ""; position: absolute; height: 100vh; left: 50%; margin-left: calc(-0.5 * 10px); border-left: 10px solid; bottom: 50%; margin-bottom: calc(0.5 * 60px); } .porto-image-comparison-handle:after { bottom: auto; top: 50%; margin: calc(0.5 * 60px) 0 0 calc(-0.5 * 10px); } .porto-image-comparison-vertical .porto-image-comparison-handle:before, .porto-image-comparison-vertical .porto-image-comparison-handle:after { border-left: none; border-top: 10px solid; width: 100vw; height: auto; right: 50%; top: 50%; left: auto; margin: calc(-0.5 * 10px) calc(0.5 * 60px) 0 0; } .porto-image-comparison-vertical .porto-image-comparison-handle:after { left: 50%; margin: calc(-0.5 * 10px) 0 0 calc(0.5 * 60px); } .elementor-editor-active .porto-image-comparison-handle { pointer-events: none; } .porto-image-comparison-overlay { position: absolute; top: 0; width: 100%; height: 100%; transition-property: background; background: rgba(0, 0, 0, 0); z-index: 25; transition-duration: 0.5s; } .porto-image-comparison-overlay:hover { background: rgba(0, 0, 0, 0.5); } .thumb-info-floating-element { z-index: 0; } .thumb-info-floating-element-clone { position: fixed; pointer-events: none; transform: scale(0.1); } .thumb-info-floating-element-clone.page-wrapper { left: unset; transition: unset; z-index: 999; } .thumb-info-floating-element-clone.page-wrapper .thumb-tb-floating-el { position: static; transform: none; } .widget:first-child { margin-top: 0; } .widget .tagcloud { margin-top: -0.3846em; margin-bottom: -0.3846em; } .widget .tagcloud a { margin: 0.3846em 0.3846em 0.3846em 0; padding: 0.25rem 0.5rem; line-height: 1; display: inline-block; text-decoration: none; font-size: 0.75em !important; text-transform: uppercase; font-weight: 700; border-radius: 10px; } .widget.contact-info ul, .widget.contact-info li { border-width: 0; margin: 0; padding: 0; } .widget.contact-info li a:hover { text-decoration: underline; } .widget.contact-info li:not(:last-child) { margin-bottom: 10px; } .widget.contact-info p { margin-bottom: 10px; } .widget.contact-info i { clear: both; float: left; text-align: center; width: 16px; top: -2px; margin: 4px 9px 10px 0; font-size: 1.3em; position: static!important; } .widget.contact-info .contact-details strong, .widget.contact-info .contact-details span { display: block; padding-left: 25px; } .widget.follow-us .share-links a { width: 30px; height: 30px; border-radius: 30px; margin: 2px; overflow: hidden; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); transition: all 0.2s; font-size: 14px; } .widget.follow-us .share-links a:hover { color: #fff; } .footer, .footer p { font-size: 13px; line-height: 24px; letter-spacing: 0.065px; } .footer ul { list-style: none; margin: 0; padding: 0; } .footer li { margin: 0; } .footer .widget { margin-bottom: 20px; } .footer .widget p { margin-top: -3px; margin-bottom: 13px; font-size: 1em; } .footer .widget + .widget { margin-top: 20px; } .footer .widget .tagcloud a { background: none; border-radius: 0; font-size: 11px!important; font-weight: 400; text-transform: none; padding: 0.6em; border: 1px solid #313438; } .footer .widget .tagcloud a:hover { border-color: #fff; color: #fff; } .footer .follow-us .share-links a { width: 40px; height: 40px; border-radius: 20px; border: 1px solid #313438; box-shadow: none; } .footer .follow-us .share-links a:not(:hover) { background: none; color: #fff; } .footer .contact-info i { display: none; } .footer .contact-info .contact-details strong, .footer .contact-info .contact-details span { padding-left: 0; } .footer .contact-info .contact-details strong { line-height: 1em; color: #fff; font-weight: 400; } .footer .newsletter { margin-bottom: 0; } .footer .newsletter label { display: none; } .footer .newsletter .field .control:before { display: none; } .footer .newsletter input { height: 48px; padding-left: 25px; padding-right: 25px; border-radius: 30px 0 0 30px; font-size: 0.75rem; color: #777; border: none; } .footer .newsletter .action.subscribe { height: 48px; padding-left: 25px; padding-right: 25px; text-transform: uppercase; font-weight: 700; font-size: 0.75rem; border-radius: 0 30px 30px 0; border: none; } .footer-top .custom-block { display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer-top .custom-block:before, .footer-top .custom-block::after { content: ''; display: block; border-top: 1px solid #e7e7e7; -ms-flex: 0 0 100%; flex: 0 0 100%; } .footer-top .custom-block:before { margin-bottom: 40px; } .footer-top .custom-block:after { margin-top: 40px; } .footer-top .widget:last-child { margin-bottom: 0; } .footer-middle { background-color: #121214; color: #777; } .footer-middle > .container { position: relative; padding-top: 4rem; padding-bottom: 1.5rem; } .footer-middle > .container::after { content: ''; display: block; position: absolute; left: 10px; bottom: 0; right: 10px; border-bottom: 1px solid #313438; } .footer-middle .widget_media_image img { max-width: 111px; height: auto; display: block; } .footer-middle [class^="porto-icon-"], .footer-middle [class*=" porto-icon-"] { color: #777; } .footer-middle .block { text-align: left; line-height: 1.5; margin: 0; width: auto; } .footer-middle .block .block-title { margin-bottom: 20px; } .footer-middle .block .block-title strong { font-weight: 400; padding: 0; font-size: 16px; color: #fff; text-transform: none; } .footer-middle a, .footer-middle a:hover, .footer-middle a:focus { color: #fff; } .footer-bottom { background-color: #0c0c0c; padding: 15px 0; font-size: 0.9em; } .footer-bottom > .container { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; justify-content: space-between; flex-wrap: wrap; } .footer-bottom .widget { display: inline-block; margin: 0; } .footer-bottom .logo { margin: 0; margin-right: 45px; float: left; } .footer-bottom address { order: 1; padding: 10px 8px 10px 0; text-align: left; margin-right: auto; flex: auto; } .footer-bottom .custom-block.f-right { margin: 0; order: 2; padding: 10px 0 10px 8px; text-align: right; flex: auto; } .footer-bottom .switcher { line-height: 1 !important; display: block; height: auto; margin-top: 15px; float: left; } .footer-bottom .switcher label { display: none; } .footer-bottom .switcher select { display: inline-block; width: auto; line-height: 1; } .footer-ribbon { background-color: #222529; position: absolute; top: 0; margin: -16px 0 0; padding: 10px 20px 6px; color: #fff; font-size: 1.6em; z-index: 4; } .footer-ribbon span { color: #fff; font-family: "Shadows Into Light", cursive; line-height: 1; } .footer-ribbon:before { content: ""; display: block; height: 0; position: absolute; top: 0; width: 7px; right: 100%; border-right: 10px solid #646464; border-top: 16px solid transparent; } /*** About US ***/ h2.word-rotator-title { line-height: 30px; font-size: 20px; font-weight: 300; margin: 0 0 20px 0; color: #121214; } .word-rotate { visibility: hidden; width: 100px; height: 0; margin-bottom: -7px; display: inline-block; overflow: hidden; text-align: center; position: relative; } h2 .word-rotate { margin-bottom: -7px; } .word-rotate.active { visibility: visible; width: auto; } .word-rotate .word-rotate-items { position: relative; top: 0; width: 100%; } .word-rotate .word-rotate-items span { display: block; white-space: nowrap; } p .alternative-font { display: inline-block; margin-top: -15px; position: relative; top: 3px; margin-bottom: -6px; color: #222529; font-family: "Shadows Into Light", cursive; font-size: 1.6em; } .btn-primary { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #222529; border-color: #222529; } .btn-primary:hover { color: #fff; opacity: 0.85; } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; } .btn:hover { text-decoration: none; } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .push-top { margin-top: 20px; } hr.tall { margin: 30px 0; background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent); background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent); border: 0; height: 1px; } .entry-content h3 { font-size: 1.7em; font-weight: normal; color: #222529; letter-spacing: normal; line-height: 24px; margin-bottom: 33px; text-transform: uppercase; } .entry-content p { font-size: 14px; line-height: 24px; margin-bottom: 20px; } .entry-content .lead { font-size: 21px; line-height: 1.4; } .history { margin: 25px 0; padding: 0; clear: both; } .history .thumb { background: transparent url(../../frontend/Smartwave/porto/de_DE/images/history-thumb.png) no-repeat 0 0; width: 227px; height: 160px; margin: 0 0 30px; padding: 0; float: left; } .history .thumb img { border-radius: 50%; margin: 7px 8px; width: 145px; height: 145px; } .history h4 { float: left; margin: 15px 0; padding: 0; color: #222529; line-height: 27px; } .history p { margin: 0; margin-left: 55px; line-height: 24px; } .featured-box { background: #f5f5f5; background-color: transparent; background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent; box-sizing: border-box; border-bottom: 1px solid #DFDFDF; border-left: 1px solid #ECECEC; border-radius: 8px; border-right: 1px solid #ECECEC; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); margin-bottom: 20px; margin-left: auto; margin-right: auto; margin-top: 20px; min-height: 100px; position: relative; text-align: center; z-index: 1; } .featured-box .box-content { border-radius: 8px; border-top: 4px solid #222529; padding: 30px 20px; } .featured-box h4 { font-size: 1.3em; font-weight: 400; letter-spacing: -0.7px; text-transform: uppercase; } .featured-box .block-flickr-photos { border: 0; } .featured-box .block-flickr-photos .block-title { display: none; } .featured-box .block-flickr-photos a.flickr-image { margin: 5px; display: inline-block; border: 1px solid #dcdcdc; padding: 5px; border-radius: 5px; } .featured-box .block-flickr-photos a.flickr-image img { max-width: 100%; width: 75px; } .history .featured-box { text-align: left; margin-left: 225px; margin-bottom: 35px; min-height: 115px; } .history .featured-box .box-content { border-top-color: #222529; } #newsletter_popup { background: #ffffff url(../../frontend/Smartwave/porto/de_DE/images/shop_newsletter_popup.jpg) no-repeat; box-shadow: 0 0 50px rgba(0, 0, 0, 0.12); background-position: center; background-size: cover; padding: 4rem 2.5rem; margin: 0; width: 740px; min-height: 300px; text-align: left; position: relative; } #newsletter_popup .text_left img { max-width: 111px; display: block; } #newsletter_popup form.subscribe { display: flex; align-items: center; } #newsletter_popup .field { flex: 1; } #newsletter_popup .field, #newsletter_popup .actions { margin-bottom: 20px; } #newsletter_popup input[type="email"] { height: 3rem; border: none; border-radius: 1.5rem 0 0 1.5rem; background: #f4f4f4; box-shadow: none !important; padding-left: 1.375rem; } #newsletter_popup .action.primary { height: 3rem; padding-left: 1.5rem; padding-right: 2rem; border-radius: 0 1.5rem 1.5rem 0; box-shadow: none !important; margin-right: 0.5rem; font-weight: 700; } #newsletter_popup label.checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; margin-right: 5px; } #newsletter_popup .checkbox { font-size: 0.75rem; } #newsletter_popup .checkbox input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; border: 1px solid #ccc; width: 1.25rem; height: 1.25rem; margin-top: -0.1rem; margin-left: 1px; margin-right: 5px; vertical-align: middle; outline: none; border-radius: 3px; color: #555; top: 0; } #newsletter_popup .checkbox input[type="checkbox"]:checked:before { content: "\e8c5"; font-family: 'porto-icons'; font-weight: 900; margin: 0; width: 1.15rem; height: 1.2rem; line-height: 1.2rem; float: left; font-size: 11px; text-align: center; } #newsletter_popup div.mage-error[generated] { position: absolute; margin-top: 40px; font-size: 0.87em; } @media (min-width: 768px) { .onepage-category > .category-list > ul > li { margin-bottom: 1rem; } .pt_row-o-full-height > .container > .row, .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner { height: 100%; } .footer .footer-top .widget { margin: 0; } } @media (max-width: 1199px) { .onepage-cat.category-list + .main.container { padding: 0 50px; } .onepage-category .category-detail .menu-popup ul > li > a { font-size: 11px; } .onepage-category .category-detail .title-menu > .menu-popup { padding: 10px 0; } } @media (max-width: 991px) { .footer .footer-bottom > .container { justify-content: flex-start; } .footer .footer-bottom .custom-block.f-right { padding-left: 0; text-align: left; } .porto-ibanner-layer { font-size: 0.875rem; } } @media (min-width: 768px) and (max-width: 991px) { .nav-open .onepage-category > .category-list { position: absolute; } } @media (max-width: 767px) { #newsletter_popup { width: 100% !important; } #newsletter_popup .col-10 { flex: 0 0 100%; max-width: 100%; } .porto-ibanner-layer { font-size: 0.8125rem; } .cms-index-index .onepage-category, .onepage-category { display: block; } .onepage-category > .category-list { width: auto; float: none; padding: 0; min-height: 0; position: static; margin-bottom: 20px; } .onepage-category > .category-list > ul { padding: 0; } .onepage-category > .category-list > ul > li { margin: 0; display: inline-block; } .onepage-category > .category-list > ul > li > a:after, .onepage-category > .category-list > ul > li > a:hover > span { display: none; } .onepage-category > .category-details { float: none; width: auto; } .onepage-category > .category-list > ul { position: static!important; } .onepage-category .category-detail .menu-popup > ul { display: block; } .onepage-category .category-detail .menu-popup > ul.columns5 > li { width: 50%; padding: 10px 15px; } .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) { border-left: 1px solid #bebebe; clear: none; } .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) { border-left: 0; clear: left; } .onepage-category .category-detail .menu-popup ul > li > a { font-size: 14px; } } @media (max-width: 575px) { .porto-ibanner-layer { font-size: 0.75rem; } .onepage-category .category-detail .products-area .category-link { margin-left: 0; margin-bottom: 25px; float: none; display: inline-block; } } .has-ccols:not(.owl-loaded) { display: flex; width: auto; } .has-ccols { flex-wrap: wrap; } .has-ccols.owl-carousel:not(.owl-loaded) { flex-wrap: nowrap; overflow: hidden; } .has-ccols > *, .ccols-wrap > * { max-width: 100% !important; flex: 0 0 auto !important; width: var(--porto-cw, 100%) !important; } .porto-carousel .elementor-column { width: 100% !important; } .has-ccols .elementor-section, .has-ccols .elementor-column, .has-ccols .elementor-element { width: var(--porto-cw, 100%) !important; } .owl-carousel.has-ccols:not(.owl-loaded) > * { position: relative; } .ccols-1 { --porto-cw: 100%; } .ccols-2 { --porto-cw: 50%; } .ccols-3 { --porto-cw: 33.3333%; } .ccols-4 { --porto-cw: 25%; } .ccols-5 { --porto-cw: 20%; } .ccols-6 { --porto-cw: 16.6666%; } .ccols-7 { --porto-cw: 14.2857%; } .ccols-8 { --porto-cw: 12.5%; } .ccols-9 { --porto-cw: 11.1111%; } .ccols-10 { --porto-cw: 10%; } @media (min-width: 576px) { .ccols-sm-1 > * { --porto-cw: 100%; } .ccols-sm-2 > * { --porto-cw: 50%; } .ccols-sm-3 > * { --porto-cw: 33.3333%; } .ccols-sm-4 > * { --porto-cw: 25%; } .ccols-sm-5 > * { --porto-cw: 20%; } .ccols-sm-6 > * { --porto-cw: 16.6666%; } } @media (min-width: 768px) { .ccols-md-1 > * { --porto-cw: 100%; } .ccols-md-2 > * { --porto-cw: 50%; } .ccols-md-3 > * { --porto-cw: 33.3333%; } .ccols-md-4 > * { --porto-cw: 25%; } .ccols-md-5 > * { --porto-cw: 20%; } .ccols-md-6 > * { --porto-cw: 16.6666%; } } @media (min-width: 992px) { .ccols-lg-1 > * { --porto-cw: 100%; } .ccols-lg-2 > * { --porto-cw: 50%; } .ccols-lg-3 > * { --porto-cw: 33.3333%; } .ccols-lg-4 > * { --porto-cw: 25%; } .ccols-lg-5 > * { --porto-cw: 20%; } .ccols-lg-6 > * { --porto-cw: 16.6666%; } .ccols-lg-7 > * { --porto-cw: 14.2857%; } .ccols-lg-8 > * { --porto-cw: 12.5%; } .ccols-lg-9 > * { --porto-cw: 11.1111%; } } @media (min-width: 1592px) { .ccols-xl-2 > * { --porto-cw: 50%; } .ccols-xl-3 > * { --porto-cw: 33.3333%; } .ccols-xl-4 > * { --porto-cw: 25%; } .ccols-xl-5 > * { --porto-cw: 20%; } .ccols-xl-6 > * { --porto-cw: 16.6666%; } .ccols-xl-7 > * { --porto-cw: 14.2857%; } .ccols-xl-8 > * { --porto-cw: 12.5%; } .ccols-xl-9 > * { --porto-cw: 11.1111%; } .ccols-xl-10 > * { --porto-cw: 10%; } } @media (min-width: 1400px) { .ccols-sl-10 > * { --porto-cw: 10%; } .ccols-sl-9 > * { --porto-cw: 11.1111%; } .ccols-sl-8 > * { --porto-cw: 12.5%; } .ccols-sl-7 > * { --porto-cw: 14.2857%; } } .has-ccols.owl-loaded > div { flex: none !important; width: auto !important; max-width: none !important; } .has-ccols.owl-loaded > .owl-nav { width: 100% !important; } .row > .porto-carousel { padding-left: 0; padding-right: 0; } .block-banners .banner-item, .block-banners-inline .banner-item { display: block; } .block-banners .banner-item-content, .block-banners-inline .banner-item-content { margin-bottom: 1em; } .block-banners .banner-item-content img, .block-banners-inline .banner-item-content img { display: block; margin: 0 auto; } .block-product-link.widget, .block-category-link.widget { display: block; margin-bottom: 1em; } .block-product-link-inline.widget { margin: 0; } .block.widget .products-grid .product-item { margin-left: 2%; width: calc((100% - 2%) / 2); } .block.widget .products-grid .product-item:nth-child(2n + 1) { margin-left: 0; } .block.widget .product-item-info { width: auto; } .block.widget .pager { padding: 0; } .block.widget .pager .toolbar-amount { float: none; font-size: 1.2rem; } .block.widget .pager .pages-item-previous { padding-left: 0; } .block.widget .pager .pages-item-next { position: relative; } .block.widget .pager .items { white-space: nowrap; } .columns .block-event { position: relative; z-index: 2; } .block-event .block-content { position: relative; } .block-event .block-content > .action { cursor: pointer; margin-top: -6px; position: absolute; top: 50%; z-index: 3; } .block-event .block-content > .action.backward, .block-event .block-content > .action.forward { opacity: 0.5; overflow: hidden; width: 20px; display: inline-block; text-decoration: none; } .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 55px; line-height: 30px; color: inherit; content: '\f802'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before { margin-left: -15px; } .block-event .block-content > .action.backward { left: 0; } .block-event .block-content > .action.forward { right: 0; } .block-event .block-content > .action.forward:before { content: '\f801'; } .block-event .block-content > .action.forward:before { margin-left: -20px; } .block-event .block-content > .action.inactive { cursor: default; display: none; } .block-event .block-content > .action:hover { opacity: 1; } .block-event .slider-panel { overflow: hidden; position: relative; z-index: 2; } .block-event .slider-panel .slider { white-space: nowrap; } .block-event .slider-panel .slider .item { background: #f0f0f0; display: inline-block; text-align: center; vertical-align: top; white-space: normal; width: 16.35%; } .sidebar-main .block-event .slider-panel .slider .item, .sidebar-additional .block-event .slider-panel .slider .item { width: 100%; } .block-event .slider-panel .slider .item img { max-width: 100%; } .block-event .slider-panel .slider .item .category-name { display: inline-block; font-size: 1.8rem; padding: 15px 5px 0; word-break: break-all; } .block-event .slider-panel .slider .item .ticker { margin: 0; padding: 0; list-style: none none; } .block-event .slider-panel .slider .item .ticker li { display: none; margin: 0 5px; } .block-event .slider-panel .slider .item .ticker .value { font-size: 2.6rem; font-weight: 300; } .block-event .slider-panel .slider .item .ticker .label { display: block; font-size: 1.3rem; } .block-event .slider-panel .slider .item .dates { font-weight: 300; } .block-event .slider-panel .slider .item .dates .start, .block-event .slider-panel .slider .item .dates .end, .block-event .slider-panel .slider .item .dates .date { display: block; } .block-event .slider-panel .slider .item .dates .start:after { font-size: 1.8rem; content: '\2013'; display: block; } .block-event .slider-panel .slider .item .dates .date { font-size: 1.8rem; font-weight: 300; } .block-event .slider-panel .slider .item .dates .time { font-size: 1.3rem; } .block-event .slider-panel .slider .item .box-event .box-content { padding: 5px 0 0.5em; } .block-event .slider-panel .slider .item .box-event .box-title { display: block; font-weight: 300; margin: 0.5em 0 0; } .block-event .slider-panel .slider .item .action.show { display: block; padding: 0; } .block-event .slider-panel .slider .item .action.show .category.name { display: inline-block; padding: 30px 10px 0; } .block-event .slider-panel .slider .item .action.show img { display: block; } .block-event .slider-panel .slider .item .action.event { background-image: none; background: #222529; border: 1px solid #222529; color: #fff; cursor: pointer; display: inline-block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 600; padding: 7px 15px; font-size: 1.4rem; box-sizing: border-box; vertical-align: middle; margin-top: 15px; } .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active { background: #222529; border: 1px solid #222529; color: #fff; } .block-event .slider-panel .slider .item .action.event:hover { background: #222529; border: 1px solid #222529; color: #fff; } .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled], fieldset[disabled] .block-event .slider-panel .slider .item .action.event { opacity: 0.5; cursor: default; pointer-events: none; } .block-event .slider-panel .slider .item .action.event:hover { text-decoration: none; } .block-static-block.widget, .block-cms-link.widget { margin-bottom: 1em; } .links .block-static-block.widget, .links .block-cms-link.widget { margin-bottom: 0; } .block-cms-link-inline.widget { margin: 0; } .block-wishlist-search .form-wishlist-search { margin: 1em 0 0; } .block-cms-hierarchy-link.widget { display: block; margin-bottom: 1em; } .block-cms-hierarchy-link-inline.widget { margin: 0; } .sidebar .block-addbysku .fieldset { margin: 0; } .sidebar .block-addbysku .fieldset .fields { position: relative; } .sidebar .block-addbysku .fieldset .fields .field { display: inline-block; margin-bottom: 0.5em; vertical-align: top; } .sidebar .block-addbysku .fieldset .fields .field.sku { margin-right: -85px; padding-right: 90px; width: 100%; } .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error { width: 80px; } .sidebar .block-addbysku .fieldset .fields .actions-toolbar { position: absolute; top: 7px; right: 0; } .sidebar .block-addbysku .form-addbysku .actions-toolbar { margin-bottom: 1em; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary { text-align: left; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action { width: auto; } .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary { float: none; text-align: left; } .sidebar .block-addbysku .action.add { display: inline-block; text-decoration: none; line-height: normal; padding: 4px; width: auto; } .sidebar .block-addbysku .action.add > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sidebar .block-addbysku .action.add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: inherit; content: '\e61c'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .sidebar .block-addbysku .action.add:hover:before { color: inherit; } .sidebar .block-addbysku .action.add:active:before { color: inherit; } .sidebar .block-addbysku .action.links { display: inline-block; margin: 1em 0 0; } .sidebar .block-addbysku .action.reset { display: block; margin: 0.5em 0; } .sidebar .block-addbysku .action.remove { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; } .sidebar .block-addbysku .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sidebar .block-addbysku .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: #999; content: '\f819'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .sidebar .block-addbysku .action.remove:hover:before { color: inherit; } .sidebar .block-addbysku .action.remove:active:before { color: inherit; } .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active { background: none; border: none; } .sidebar .block-addbysku .action.remove:hover { background: none; border: none; } .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled], fieldset[disabled] .sidebar .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } axo-auth, paypal-shipping-address-selector { position: fixed; z-index: 10000; } .ppcp-fastlane-powered-by { display: block; margin: 0.25em 0; width: 150px; } .ppcp-fastlane-shipping-change-address-form { margin-bottom: 1.5em; } .ppcp-fastlane-shipping-change-address-form button { width: 100%; } .ppcp-fastlane-divider { margin-top: 1.5em; position: relative; text-align: center; width: 100%; } .ppcp-fastlane-divider:before { border-bottom: 1px solid #e7e7e7; content: ''; left: 0; position: absolute; top: 50%; width: 100%; } .ppcp-fastlane-divider span { background-color: #f4f4f4; padding: 0 0.5em; position: relative; } #ppcp-fastlane paypal-payment { display: block; margin-bottom: 1em; } apple-pay-button { --apple-pay-button-width: 100%; --apple-pay-button-height: 40px; --apple-pay-button-border-radius: 7px; --apple-pay-button-box-sizing: border-box; } #ppcp-googlepay-container .gpay-button { background-position: center; background-repeat: no-repeat; } .ppcp-paylater-message-container { clear: both; margin-bottom: 0.5em; } .cart-summary .ppcp-paylater-message-container { padding: 0 15px; } .payment-methods .payment-group .sandbox-message { margin-top: 16px; } .payment-methods .payment-group .payment-method-title label img { width: 50px; } .checkout-payment-method .payment-method-content .fieldset:not(:last-child) { margin: 0; } .ppcp-googlepay-minicart .gpay-card-info-container { min-height: 40px; min-width: 100%; width: 100%; } .ppcp-express-payments .ppcp-express-payments-container { display: grid; grid-gap: 0.5em; margin: 10px 0; } .ppcp-express-payments .ppcp-express-payments-container span { display: block; font-size: 18px; margin: 20px 0; } .ppcp-express-payments .ppcp-express-payments-paypal .paypal-button-container, .ppcp-express-payments .ppcp-express-payments-alternate { display: grid; grid-gap: 5px; } .ppcp-express-payments-cart, .ppcp-express-payments-pdp { display: grid; grid-gap: 0.5em; } .paypal-button-container { display: flex; } .payment-method-ppcp_card .fieldset .field { margin-bottom: 15px; } .payment-method-ppcp_card .fieldset .field.required:not(.checkout-agreement) > .label:after { content: '*'; color: #e02b27; font-size: 1.2rem; margin: 0 0 0 5px; } .payment-method-ppcp_card .fieldset .field .label { margin-bottom: 4px; } .payment-method-ppcp_card .fieldset .field .label > span { font-weight: 600; font-size: 1.4rem; margin-left: 4px; } .payment-method-ppcp_card .fieldset .field .invalid ~ .hosted-error { height: auto; opacity: 1; } .payment-method-ppcp_card .fieldset .field .hosted-error { clear: both; color: #e02b27; font-size: 1.2rem; height: 0; margin: 0 0 0 5px; opacity: 0; } .payment-method-ppcp_card .fieldset .field.checkout-agreement { display: flex; align-items: center; } .payment-method-ppcp_card .fieldset .field.checkout-agreement input { margin-top: 0; top: 0; } .payment-method-ppcp_card .fieldset .field.checkout-agreement label { margin-bottom: 0; } .payment-method-ppcp_card #card-number-field-container { max-width: 300px; } .payment-method-ppcp_card #card-expiry-field-container { max-width: 150px; } .payment-method-ppcp_card #card-cvv-field-container { max-width: 200px; } div[class*="payment-method-ppcp_"] .billing-address-details, div[class*="payment-method-ppcp_"] .gift-card-information, div[class*="payment-method-ppcp_"] .vault-block { margin-bottom: 0.5em; } div[class*="payment-method-ppcp_"] .payment-method .gift-card-information { padding: 10px 0 20px 0; } div[class*="payment-method-ppcp_"] .recaptcha-checkout-place-order { margin-bottom: 20px; } .block-minicart .actions .primary #top-cart-btn-checkout { margin-bottom: 0.5em; } .payment-method-ppcp_apm .ppcp-apm-mark > div, .payment-method-ppcp_apm .ppcp-apm-mark .paypal-marks { display: inline-block; } .ppcp-stored-account-header { align-items: center; display: flex; flex-wrap: wrap; gap: 0.5em; margin-top: 0.5em; } .ppcp-logo { max-width: 54px; } .ppcp-disabled { opacity: 0.5; pointer-events: none; } @media only screen and (max-width: 768px) { .abs-checkout-tooltip-content-position-top-mobile { right: -0.5em; top: 40px; left: auto; } .abs-checkout-tooltip-content-position-top-mobile:before, .abs-checkout-tooltip-content-position-top-mobile:after { border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 0.5em; left: auto; top: 0%; } .abs-checkout-tooltip-content-position-top-mobile:before { border-bottom-color: #ddd; } .abs-checkout-tooltip-content-position-top-mobile:after { border-bottom-color: #f4f4f4; top: 1px; } } @media only screen and (max-width: 767px) { .abs-visually-hidden-mobile-m { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after, .account .column.main .block:not(.widget) .block-title:before, .account .column.main .block:not(.widget) .block-title:after { content: ''; display: table; } .abs-add-clearfix-mobile-m:after, .account .column.main .block:not(.widget) .block-title:after { clear: both; } .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title { border-top: 1px solid #e7e7e7; cursor: pointer; margin-bottom: 0; position: relative; border-bottom: 1px solid #e7e7e7; padding: 0.5em 2em 0.5em 15px; display: block; text-decoration: none; } .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after { position: absolute; right: 1em; top: 0.5em; } .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; line-height: inherit; color: inherit; content: '\e81c'; font-family: 'porto-icons'; margin: 3px 0 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .wishlist-name.active:after, .block-collapsible-nav .title.active:after { content: '\e81b'; } .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add { display: block; text-decoration: none; } .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 10px; line-height: 10px; color: inherit; content: '\e61c'; font-family: 'porto-icons'; margin: 0 5px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .modal-popup.modal-slide { left: 44px; z-index: 900; } .modal-popup.modal-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .modal-popup.modal-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .modal-popup.modal-slide .modal-inner-wrap { margin: 0; max-height: 90vh; /** iOS webkit fix height problem when added long content **/ } .custom-slide { bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease; transition: visibility 0s 0.3s, opacity 0.3s ease; left: 44px; z-index: 900; } .custom-slide._show { visibility: visible; opacity: 1; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .custom-slide._show .modal-inner-wrap { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .custom-slide .modal-inner-wrap { background-color: #fff; box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); opacity: 1; pointer-events: auto; } .custom-slide._show .modal-inner-wrap { -webkit-transform: translateX(0); transform: translateX(0); } .custom-slide .modal-inner-wrap { height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; width: auto; } .custom-slide._show { -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto; } .custom-slide .modal-inner-wrap { background-color: #f4f4f4; box-sizing: border-box; height: auto; min-height: 100%; } body._has-modal-custom { height: 100vh; overflow: hidden; width: 100vw; } body._has-modal-custom .modal-custom-overlay { background-color: rgba(51, 51, 51, 0.55); } .modal-popup { pointer-events: auto; } .modal-popup.modal-slide .modal-inner-wrap[class] { background-color: #f4f4f4; } .modal-popup.modal-slide._inner-scroll._show { -webkit-overflow-scrolling: touch; overflow-y: auto; } .modal-popup.modal-slide._inner-scroll .modal-inner-wrap { height: auto; min-height: 100%; } .modal-popup .modal-title { font-size: 1em; font-weight: 700; } .lac-notification { padding: 5px 0; } .lac-notification .lac-notification-icon { display: none; } .lac-notification .lac-notification-text, .lac-notification .lac-notification-links { float: none; padding: 5px 0; text-align: center; } .pagebuilder-banner-wrapper { background-attachment: scroll !important; } .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) { max-width: none; } .pagebuilder-column { background-attachment: scroll !important; flex-basis: 100%; max-width: 100%; } .pagebuilder-column-group { flex-wrap: wrap; } .pagebuilder-column-line { flex-wrap: wrap; } [data-content-type='row'][data-appearance='contained'] [data-element='inner'] { background-attachment: scroll !important; } [data-content-type='row'][data-appearance='full-bleed'] { background-attachment: scroll !important; } [data-content-type='row'][data-appearance='full-width'] { background-attachment: scroll !important; } .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) { max-width: none; } [data-content-type='tab-item'] { background-attachment: scroll !important; } .pagebuilder-mobile-hidden { display: none !important; } .block-swissup-ajaxsearch-results { width: 100%; margin: -6px 0 0; } .block-swissup-ajaxsearch-results .product-item-info { width: 100%; } .block-swissup-ajaxsearch-results .product-item-info .product-item-photo { padding: 0 10px 0 0; } .block-swissup-ajaxsearch .minisearch .inactive:not(:has(:focus-visible)) { width: 0; height: 0; overflow: hidden; font-size: 0; opacity: 0; pointer-events: none; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status { display: none; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before { display: none; } .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default { display: block; } .my-credit-cards .card-type img { vertical-align: middle; } .block-cart-failed .block-title { margin: 0 1em 1em; } .catalog-product-view .column.main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .catalog-product-view .product.media { -ms-flex-order: -1; -webkit-order: -1; order: -1; } .compare.wrapper, [class*="block-compare"] { display: none; } .sticky-product { padding: 5px 0; } .sticky-product .sticky-detail { display: none; } .mobile-sticky .sticky-product { padding: 70px 0 10px; } .cart-container .form-cart .actions.main { text-align: center; } .cart-discount { border-bottom: 1px solid #e7e7e7; margin-top: 0; } .cart.table-wrapper { border-top: 1px solid #e7e7e7; } .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp { display: none; } .cart.table-wrapper .col.item, .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp { box-sizing: border-box; display: block; float: none; white-space: nowrap; width: 100%; text-align: center; } .cart.table-wrapper .col.item:before, .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before { content: attr(data-th); display: block; font-weight: 600; padding-bottom: 10px; } .cart.table-wrapper .col.msrp { white-space: normal; } .cart.table-wrapper .item .col.item { padding-bottom: 0; } .cart.table-wrapper tbody > tr > td:last-child { border: 0; } .cart.table-wrapper .product-item-photo { position: relative; left: 0; top: 0; margin: 0 auto 10px; min-height: auto; } .cart.table-wrapper .product-item-name + .item-options { margin-top: 0; text-align: center; display: inline-block; } .cart.table-wrapper .product-item-details { text-align: center; } .cart-totals .table-wrapper { border-top: 0; } .cart-totals .totals tbody > tr:not(:last-child) > td:last-child { border: 0; } .checkout-index-index .page-header .minicart-wrapper { display: none; } .page-header.type5 .block-search .label { margin-right: 0; } .checkout-index-index .modal-popup .modal-footer .action-save-address { width: 100%; } .checkout-index-index .modal-popup .modal-footer .action-hide-popup { margin-top: 1em; } .checkout-payment-method .payment-methods { margin: 0 -15px; } .checkout-payment-method .payment-method-title { padding: 15px; } .checkout-payment-method .payment-method-content { padding: 0 15px 1em; } .checkout-payment-method .payment-method-billing-address .action-cancel { margin-top: 0.5em; } .checkout-payment-method .payment-option { margin: 0 -15px; } .checkout-payment-method .payment-option .payment-option-title { padding: 15px; } .checkout-payment-method .payment-option .payment-option-content { padding: 0 15px 1em; } .login-container { padding-bottom: 35px; } .login-container .fieldset:after { text-align: center; } .account .page.messages { margin-bottom: 2em; } .account .column.main .block:not(.widget) .block-title > .action { float: right; margin-top: 0.25em; } .account .column.main .block:not(.widget) .block-content .box { margin-bottom: 1em; } .account .column.main .block:not(.widget) .block-content .box:last-child { margin-bottom: 0; } .control.captcha-image .captcha-img { display: block; margin-bottom: 0.5em; } .customer-account-index .page-title-wrapper { position: relative; } .cart-discount .giftcard .content { padding-bottom: 35px; } .cart-discount .actions-toolbar .secondary { bottom: 17px; } .field.open-amount { width: 100%; } .gift-message .actions-toolbar .action-update { font-size: 2rem; padding: 15px; width: 100%; } .gift-item-block { border-bottom: 0; border-top: 1px solid #c1c1c1; } .gift-item-block .title:after { font-size: 1.2rem; position: absolute; right: 20px; top: 10px; } .gift-item-block .content { padding-left: 1.5rem; padding-right: 1.5rem; } .gift-message-summary { padding-right: 7rem; } .cart.table-wrapper .action-gift { display: inline-block; text-decoration: none; } .cart.table-wrapper .action-gift > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .action-gift:after { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\e62a'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .cart.table-wrapper .action-gift:hover:after { color: #777; } .cart.table-wrapper .action-gift:active:after { color: #222529; } .cart.table-wrapper .action-gift._active { border: 1px solid #c1c1c1; border-bottom-color: #fff; margin: -0.25em 14px -1px -15px; padding: 4px 0.5em 9px 14px; } .cart.table-wrapper .action-gift._active:after { color: #777; } .cart.table-wrapper .gift-content { border-top: 1px solid #c1c1c1; margin-right: -15px; padding-left: 15px; padding-right: 15px; overflow: hidden; } .gift-options-cart-item + .action-towishlist { left: 43px; position: absolute; } .cart.table-wrapper .action-giftregistry { display: inline-block; text-decoration: none; } .cart.table-wrapper .action-giftregistry > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .action-giftregistry:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\e62b'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .cart.table-wrapper .action-giftregistry:hover:before { color: #777; } .cart.table-wrapper .action-giftregistry:active:before { color: #222529; } .gift-wrapping { border-bottom: 1px solid #c1c1c1; margin-bottom: 1em; padding-bottom: 0.5em; } .gift-wrapping-list { width: 100%; } .gift-wrapping-summary + .gift-message-summary { padding-right: 0; } .gift-options-cart-item { float: left; } .gift-wrapping-preview img { width: 100%; } .item-actions .actions-toolbar .gift-options .gift-wrapping, .item-actions .actions-toolbar .gift-options .gift-message { display: block; } .map-popup { max-width: 100%; } .map-old-price, .map-show-info { display: inline-block; } .map-old-price:not(:last-child), .map-show-info:not(:last-child) { margin-bottom: 0.5em; } .block-wishlist-management { clear: both; margin-top: -21px; } .block-wishlist-management .wishlist-select { margin: 0 -15px 20px; } .block-wishlist-management .wishlist-select .wishlist-name { font-size: 1.6rem; } .block-wishlist-management .wishlist-select-items { border-bottom: 1px solid #e7e7e7; background: #fff; display: none; padding: 15px 0; } .block-wishlist-management .wishlist-select-items.active { display: block; } .block-wishlist-management .wishlist-select-items .item { margin: 3px 0 0; } .block-wishlist-management .wishlist-select-items .item:first-child { margin-top: 0; } .block-wishlist-management .wishlist-select-items .item.current { display: none; } .block-wishlist-management .wishlist-select-items .item a { color: #777; display: block; padding: 0.25em 18px; text-decoration: none; } .block-wishlist-management .wishlist-select-items .item a:hover { background: #222529; } .block-wishlist-management .wishlist-title strong { font-size: 2.6rem; } .block-wishlist-management .wishlist-info { margin-bottom: 15px; } .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions { margin-bottom: 15px; } .products-grid.wishlist .product-item-checkbox { left: 20px; position: absolute; top: 20px; } .page-multiple-wishlist .products-grid.wishlist .product-item-photo { margin-left: 1.25em; } .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip { margin-left: 115px; } .products-grid.wishlist .wishlist-dropdown { display: none; } .multishipping-checkout-success .nav-toggle { display: block; } .multishipping-checkout-success .logo { margin-left: 2em; } .block-collapsible-nav { left: 0; position: absolute; top: 0; width: 100%; z-index: 5; background-color: #fff; } .block-collapsible-nav .content { border-bottom: 1px solid #e7e7e7; display: none; } .block-collapsible-nav .content.active { display: block; } .block-collapsible-nav .item { padding: 0 15px; } .products-grid.wishlist { margin-bottom: 1.5em; margin-right: -0.5em; } .products-grid.wishlist .product-item { padding: 1em 0.5em 1em 1em; position: relative; } .products-grid.wishlist .product-item-photo { float: left; margin-right: 1em; } .products-grid.wishlist .product-item-name { font-size: 1.6rem; } .products-grid.wishlist .product-item-actions { display: block; } .products-grid.wishlist .product-item-actions .action { margin-right: 15px; } .products-grid.wishlist .product-item-actions .action:last-child { margin-right: 0; } .products-grid.wishlist .product-item-actions .action.edit { float: left; } .products-grid.wishlist .product-item-actions .action.delete { float: right; } .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete { margin-top: 7px; } .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip { margin-left: 95px; } .products-grid.wishlist .product-item .box-tocart { float: left; margin-right: 1em; } .products-grid.wishlist .product-item .box-tocart .stock { margin-top: 7px; } .products-grid.wishlist .product-item .giftregisty-dropdown, .products-grid.wishlist .product-item .field.qty { display: none; } .products-grid.wishlist .product-image-container { max-width: 80px; } .wishlist-index-index .product-item { width: 100%; } .wishlist-index-index .product-item-info { width: auto; } .cart.table-wrapper .action-towishlist { display: inline-block; text-decoration: none; } .cart.table-wrapper .action-towishlist > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .cart.table-wrapper .action-towishlist:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\e889'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .cart.table-wrapper .action-towishlist:hover:before { color: #777; } .cart.table-wrapper .action-towishlist:active:before { color: #222529; } .footer-bottom > .container > * { float: none !important; line-height: 35px !important; } .history .featured-box { margin-left: 0; } .history .thumb { display: none; } .sidebar .block-viewed-products-grid .products-grid .product-item { margin-left: 2%; width: calc((100% - 2%) / 2); } .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) { margin-left: 0; } .sidebar .block-viewed-products-grid .products-grid .product-item-photo { display: block; position: relative; } .sidebar .block-viewed-products-grid .products-grid .product-item-details { margin: 0; } .sidebar .block-viewed-products-grid .products-grid .product-item-info { text-align: center; } } @media only screen and (max-width: 639px) { .abs-visually-hidden-mobile, .table-downloadable-products .col.title:before, .table-giftregistry-items .col.product:before { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-mobile:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody > tr:before, .abs-checkout-order-review tbody > tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:before, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody > tr:before, .multicheckout.order-review .data.table tbody > tr:after { content: ''; display: table; } .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody > tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .multicheckout.order-review .data.table tbody > tr:after { clear: both; } .abs-checkout-order-review tbody > tr:not(:last-child), .multicheckout.order-review .data.table tbody > tr:not(:last-child) { border-bottom: 1px solid #e7e7e7; } .abs-checkout-order-review tbody > tr > td.col.item:before, .multicheckout.order-review .data.table tbody > tr > td.col.item:before { display: none; } .abs-checkout-order-review tbody > tr > td.col.qty, .abs-checkout-order-review tbody > tr > td.col.price, .abs-checkout-order-review tbody > tr > td.col.subtotal, .multicheckout.order-review .data.table tbody > tr > td.col.qty, .multicheckout.order-review .data.table tbody > tr > td.col.price, .multicheckout.order-review .data.table tbody > tr > td.col.subtotal { box-sizing: border-box; float: left; text-align: center; white-space: nowrap; width: 33%; } .abs-checkout-order-review tbody > tr > td.col.qty:before, .abs-checkout-order-review tbody > tr > td.col.price:before, .abs-checkout-order-review tbody > tr > td.col.subtotal:before, .multicheckout.order-review .data.table tbody > tr > td.col.qty:before, .multicheckout.order-review .data.table tbody > tr > td.col.price:before, .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before { content: attr(data-th) ":"; display: block; font-weight: 700; padding-bottom: 0.5em; } .abs-checkout-order-review tbody > tr > td.col:last-child, .multicheckout.order-review .data.table tbody > tr > td.col:last-child { border: 0; } .abs-checkout-order-review .product-item-name, .multicheckout.order-review .data.table .product-item-name { margin: 0; } .abs-product-items-summary tbody .col { padding: 0.5em 0 0; } .abs-product-items-summary tbody .col:last-child { padding-bottom: 0.5em; } .abs-product-items-summary tfoot .mark { padding-bottom: 0.25em; text-align: left; } .abs-product-items-summary tfoot .amount { padding-top: 0; text-align: left; } .abs-product-items-summary tfoot .grand.totals { font-size: 1.6rem; } .abs-product-items-summary tfoot .grand.totals .mark { padding-top: 0.25em; padding-bottom: 0; } .abs-product-items-summary tfoot .grand.totals .amount { padding-bottom: 0.5em; padding-top: 0; } .abs-product-items-summary tfoot .grand.totals .amount strong { border-top: none; } .abs-account-table-margin-mobile, .table-wrapper.balance-history, .table-wrapper.reward-history, .table-wrapper.orders-recent { margin-top: -1em; } .abs-col-no-prefix:before, .abs-sidebar-totals-mobile th:before, .abs-sidebar-totals-mobile td:before, .account .table-billing-agreements .col.actions:before, .account .table-billing-agreements-related .col.actions:before, .table-wrapper.comparison .table-comparison > tbody > tr > th:before, .table-wrapper.comparison .table-comparison > tbody > tr > td:before, .cart .table.items .col.item:before, .cart .table.items .item-actions td:before, .account .table-giftregistry .col.actions:before, .table.grouped > tbody > tr > td:before, .account .table-reviews .col.actions:before, .account .table-order-items .col.actions:before, .account .table-order-items .col.options:before, .cart-totals .totals th:before, .cart-totals .totals td:before, .opc-block-summary .totals th:before, .opc-block-summary .totals td:before { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-no-display-s, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th, .order-details-items .table-order-items .options-label, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item { display: none; } .abs-title-orders-mobile .page-main .page-title-wrapper .page-title, .magento-rma-returns-returns .page-main .page-title-wrapper .page-title, .magento-rma-returns-view .page-main .page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, [class^="sales-guest-"] .page-main .page-title-wrapper .page-title, .sales-guest-view .page-main .page-title-wrapper .page-title { display: block; } .abs-title-orders-mobile .page-main .page-title-wrapper .order-status, .magento-rma-returns-returns .page-main .page-title-wrapper .order-status, .magento-rma-returns-view .page-main .page-title-wrapper .order-status, .account .page-main .page-title-wrapper .order-status, [class^="sales-guest-"] .page-main .page-title-wrapper .order-status, .sales-guest-view .page-main .page-title-wrapper .order-status { margin: -1em 0 0.5em; } .abs-table-striped-mobile > tbody > tr > td:last-child, .account .data.table > tbody > tr > td:last-child { border: 0; } .abs-no-border-top, .product.info.detailed .additional-attributes-wrapper, .table-wrapper.balance-history, .table-wrapper.table-returns, .table-wrapper.orders-recent, .order-details-items .table-wrapper { border-top: 0; } .abs-no-border-bottom { border-bottom: 0; } .abs-sidebar-totals-mobile .amount, .cart-totals .totals .amount, .opc-block-summary .totals .amount { text-align: right; } .table-wrapper { border-top: 1px solid #e7e7e7; overflow-x: auto; overflow-y: hidden; width: 100%; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; position: relative; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) { border: none; display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th { display: none; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody { display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr { display: block; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th { border-bottom: none; display: block; padding: 0.25em 0.5em; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before { padding-right: 0.5em; content: attr(data-th) ': '; display: inline-block; color: #555555; font-weight: 700; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th { background-color: #f6f6f6; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child { padding-top: 15px; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child { border-bottom: 1px solid #e7e7e7; padding-bottom: 15px; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty { text-align: left; } .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child { border: none; padding: 0 0 0.25em; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot { display: block; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr { display: block; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td { padding-top: 1em; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark { box-sizing: border-box; float: left; text-align: left; width: 70%; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount { box-sizing: border-box; float: left; text-align: right; width: 30%; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals { font-size: 1.6rem; } .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount { padding-bottom: 0.5em; } .table-magento-payments-review-items .col.subtotal { text-align: left; } .table-magento-payments-review-items .product-item-name { display: inline-block; } .cart-summary .apple-pay { margin-top: 14px; } .form-new-agreement select { width: auto; } .table-paypal-review-items .col.subtotal { text-align: left; } .table-paypal-review-items .product-item-name { display: inline-block; } .column .block-addbysku .sku { margin-right: -85px; padding-right: 90px; } .column .block-addbysku .action.remove { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; } .column .block-addbysku .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .column .block-addbysku .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: #222529; content: '\f81a'; font-family: 'porto-icons'; margin: -4px 0 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .column .block-addbysku .action.remove:hover:before { color: inherit; } .column .block-addbysku .action.remove:active:before { color: inherit; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { background: none; border: none; } .column .block-addbysku .action.remove:hover { background: none; border: none; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } .products-list .product-item-photo { width: 100%; padding: 0; display: block; } .products-list .product-item-details { display: block; } .product-social-links .action.tocompare { display: none; } /*.product-info-price { margin: 0 -@indent__s 0; width: ~"calc(100% + 2*@{indent__s})"!important; > *:first-child { padding-left: @indent__s; } > *:last-child { padding-right: @indent__s; } }*/ .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty { width: 100%; margin-top: 10px; margin-bottom: 20px; } .table-wrapper.comparison .table-comparison > tbody > tr > th, .table-wrapper.comparison .table-comparison > tbody > tr > td { display: table-cell; } .cart .table.items .col.qty { text-align: center; } .opc-wrapper .step-title { font-size: 1rem; border-bottom: 0; padding-bottom: 0; } .opc-wrapper .step-content { margin: 0 0 15px; } .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping { margin: 1em -15px 15px; padding: 1em 15px; } .opc-wrapper .form-login + .form-shipping-address { margin-top: -15px; } .opc-wrapper .shipping-address-item { border-bottom: 1px solid #e7e7e7; margin: 0 0 15px; padding: 0 0 15px; width: 100%; } .opc-wrapper .shipping-address-item.selected-item { padding: 15px 6.5em 15px 18px; border-bottom-width: 2px; } .opc-wrapper .shipping-address-item.selected-item .edit-address-link { right: 29.5px; } .opc-wrapper .action-select-shipping-item { float: none; margin-top: 0.5em; width: 100%; } .opc-wrapper .action-show-popup { width: 100%; } .opc-wrapper .methods-shipping { border-bottom: 1px solid #e7e7e7; padding-top: 1.5em; } .opc-wrapper .edit-address-link { display: inline-block; text-decoration: none; margin: 0; position: absolute; right: 0; top: 5px; } .opc-wrapper .edit-address-link > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .opc-wrapper .edit-address-link:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: 20px; color: #222529; content: '\f826'; font-family: 'porto-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .opc-wrapper .edit-address-link:hover:before { color: #777; } .opc-wrapper .edit-address-link:active:before { color: #222529; } .shipping-policy-block.field-tooltip { margin-bottom: 1em; position: relative; right: auto; top: auto; } .shipping-policy-block.field-tooltip .field-tooltip-content { width: 300px; right: auto; } .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after { right: auto; } .opc-block-summary > .title { border-bottom: 0; font-size: 1rem; margin-bottom: 1em; padding-bottom: 0; } .account .column.main, .account .sidebar-additional { margin: 0; } .page-product-downloadable .product-options-wrapper { margin-bottom: 1.25em; } .table-downloadable-products .product-name { display: block; margin-bottom: 0.25em; } .page-product-downloadable .product-info-price ~ *:last-child:after { border-bottom: 1px #c1c1c1 solid; content: ''; display: block; height: 0; overflow: hidden; width: auto; margin: 1.25em -0.5em; } .table-giftregistry-items .field.choice, .table-giftregistry-items .field.qty { display: inline-block; } .form-giftregistry-search .fieldset { margin-bottom: 1em; } .block-giftregistry-results .block-title { margin-bottom: 0; } .block-giftregistry-results .table-wrapper { border-top: none; } .block-giftregistry-shared-items .block-title { margin-bottom: 0.5em; } .block-giftregistry-shared-items .table-wrapper { border-top: 0; } .table-wrapper.grouped { border: none; } .table.grouped > thead > tr > th { display: table-cell; border-bottom: 1px solid #e7e7e7; } .table.grouped > tbody { border-bottom: 1px solid #e7e7e7; } .table.grouped > tbody > tr > td { border: 0; display: table-cell; padding: 11px 0.5em; } .table.grouped > tbody > tr > td:last-child { border: 0 !important; } .table.grouped > tbody > tr > td.col.item, .table.grouped > tbody > tr > td.col.qty { padding: 8px 0 !important; width: 100%; } .table.grouped > tbody:last-child { border: none; } .form-add-invitations .action.remove { display: inline-block; text-decoration: none; } .form-add-invitations .action.remove > span { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .form-add-invitations .action.remove:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 18px; line-height: inherit; color: #222529; content: '\f81a'; font-family: 'porto-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .form-add-invitations .action.remove:hover:before { color: inherit; } .form-add-invitations .action.remove:active:before { color: inherit; } .multicheckout .data.table .address:before { margin-bottom: 0.25em; } .multicheckout .product-item-name, .multicheckout .price-including-tax, .multicheckout .price-excluding-tax { display: inline-block; } .multicheckout .block-content .box:not(:last-child) { margin-bottom: 2em; } .multicheckout .block-content .box:last-child { margin-bottom: 0; } .multicheckout.order-review .box-items .data.table thead { display: block; } .multicheckout.order-review .box-items .data.table thead tr { display: block; } .multicheckout.order-review .box-items .data.table thead .col.item { display: block; padding: 0; } .multicheckout .actions-toolbar .action { margin-bottom: 1.25em; } .multicheckout .actions-toolbar > .primary { margin-bottom: 1.25em; margin-right: 0; } .customer-review .product-name { margin-bottom: 0.25em; } .customer-review .product-reviews-summary .rating-summary { display: block; margin-bottom: 0.25em; } .form-create-return .additional .field:nth-last-child(2) { margin-bottom: 0; } .form-create-return .additional .field:last-child { margin-top: 1em; } .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track { float: none; display: block; margin: 0.5em 0 0; } .account .table-order-items tbody tr { display: block; } .account .table-order-items .product-item-name { display: inline-block; margin: 0; } .account .table-order-items .action.show { margin-top: 0; } .order-details-items .order-title strong { display: block; } .order-details-items .action { margin-top: 0.5em; } .order-details-items .items-qty { display: inline-block; vertical-align: top; } .order-details-items .col.price .price-including-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-excluding-tax { display: inline-block; } .order-details-items .data.table .col.options { padding: 0 10px 15px; } .order-details-items .data.table .col.options:before { display: none; } .order-details-items .options-label + .item-options-container:before, .order-details-items .item-options-container + .item-options-container:before { content: attr(data-th) ":"; display: block; font-weight: 700; padding-left: 10px; } .order-details-items .options-label + .item-options-container .col, .order-details-items .item-options-container + .item-options-container .col { font-size: 1.2rem; padding: 0 10px; } .order-details-items .options-label + .item-options-container .col:first-child, .order-details-items .item-options-container + .item-options-container .col:first-child { padding-top: 3px; } .order-details-items .options-label + .item-options-container .col:last-child, .order-details-items .item-options-container + .item-options-container .col:last-child { padding-bottom: 20px; } .testimonial .testimonial-with-quotes blockquote p { padding: 0; } .testimonial .testimonial-with-quotes blockquote:before, .testimonial .testimonial-with-quotes blockquote:after { display: none!important; } .products-grid.wishlist .product-item { border-bottom: 1px solid #e8e8e8; } .products-grid.wishlist .product-item:first-child { border-top: 1px solid #e8e8e8; } .slider-title .line, .section-title .line { display: none !important; } .ajax-products { display: block; } .ajax-products > .category-list { border-right: 0; padding: 0; } .ajax-products > .category-list > ul > li { display: inline-block; margin-right: 20px; } .ajax-products > .category-detail { padding-top: 0; min-height: 70vh; padding: 0; } .product-info-price .ppcp-paylater-message-container { margin-left: 0.5em; } } @media only screen and (max-width: 479px) { .tooltip.wrapper .tooltip.content { min-width: 10rem; } .block-swissup-social-login .buttons { flex-direction: column; } .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary { display: none; } .product-addto-links .action { margin-left: 0; margin-right: 5px; border-radius: 0; } .minicart-wrapper .block-minicart { width: 290px; } .modal-popup .field-tooltip .field-tooltip-content { width: 200px; } } @media all and (min-width: 640px) { .abs-blocks-2columns-s { width: 48%; } .abs-blocks-2columns-s:nth-child(1) { float: left; clear: left; } .abs-blocks-2columns-s:nth-child(2) { float: right; } .abs-blocks-2columns-s:nth-child(2) + * { clear: both; } .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend { margin-left: 0; } .abs-visually-hidden-desktop-s { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:before, .multicheckout .block-billing:after { content: ''; display: table; } .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after { clear: both; } .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method { box-sizing: border-box; } .abs-form-field-column-2-s .fieldset .field { padding: 0 12px 0 0; box-sizing: border-box; display: inline-block; width: 50%; vertical-align: top; } .abs-form-field-column-2-s .fieldset .field:nth-last-child(1), .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) { margin-bottom: 0; } .abs-form-field-column-2-s .fieldset .field + .fieldset { clear: both; } .abs-form-field-column-2-s .fieldset .field .field { width: 100%; padding: 0; } .abs-form-field-revert-column-1-s { width: 100%; } .abs-action-print-s { display: inline-block; text-decoration: none; } .abs-action-print-s:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 16px; color: inherit; content: '\e624'; font-family: 'porto-icons'; margin: 0 4px 0 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } .abs-action-print-s:hover { text-decoration: underline; } .table > tbody > tr > th, .table > tbody > tr > td { border-top: 1px solid #e7e7e7; } .table > tbody + tbody { border-top: 1px solid #e7e7e7; } .ui-dialog.popup { width: 420px; } .paypal-fastlane-divider span { background-color: #fff; } .column .block-addbysku .action.remove { background-image: none; -moz-box-sizing: content-box; box-shadow: none; line-height: inherit; text-shadow: none; font-weight: 400; line-height: 1.4; margin: 0; padding: 0; color: #222529; text-decoration: none; background: none; border: 0; display: inline; margin-top: -4px; } .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active { background: none; border: none; } .column .block-addbysku .action.remove:hover { background: none; border: none; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { pointer-events: none; opacity: 0.5; } .column .block-addbysku .action.remove:visited { color: #222529; text-decoration: none; } .column .block-addbysku .action.remove:hover { color: #222529; text-decoration: underline; } .column .block-addbysku .action.remove:active { color: #222529; text-decoration: underline; } .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus { background: none; border: 0; } .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled], fieldset[disabled] .column .block-addbysku .action.remove { color: #222529; opacity: 0.5; cursor: default; pointer-events: none; text-decoration: underline; } .page-products .columns { position: relative; z-index: 1; padding-top: 0; } .multicheckout .actions-toolbar .secondary { float: none; text-align: right; } .multicheckout .actions-toolbar .secondary .action { margin-left: 0.5em; } .multicheckout .actions-toolbar .secondary .action.back { display: block; float: left; } .multicheckout .item-options { margin: 1em 0 0; } .multicheckout .block-content .box { margin-bottom: 0; } .multicheckout .block-shipping .box { float: left; width: 25%; } .multicheckout .block-shipping .box-shipping-method { padding-left: 1.25em; padding-right: 1.25em; width: 50%; } .multicheckout .block-shipping .box-shipping-method .fieldset .field:before { display: none; } .multicheckout .block-billing .box-billing-address { float: left; width: 25%; } .multicheckout .block-billing .box-billing-method { float: left; padding-left: 1.25em; width: 50%; } .multicheckout.form.address .table-wrapper .applicable { margin: 7px 0 0; } .multicheckout.order-review .box-items { clear: left; float: none; padding-top: 2em; width: auto; } .multicheckout.order-review .col.item { width: 75%; } .multicheckout .methods-payment .item-content > .fieldset { width: auto; } .multicheckout .methods-payment .item-content > .fieldset .field.cvv { display: inline-block; width: auto; } .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label { float: none; margin-bottom: 8px; text-align: left; width: auto; } .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control { width: 100%; } .review-form { max-width: 500px; } .review-ratings { max-width: 278px; float: left; margin-bottom: 0; } .review-ratings ~ .review-content, .review-ratings ~ .review-details { margin-left: 280px; } .review-toolbar { margin: 0 0 20px; } .review-toolbar .pages { padding: 20px 0; } .fieldset .review-legend.legend { margin-bottom: 20px; } .review-item { padding: 20px 0; } .review-title { margin: 0 0 20px; } .order-details-items .order-title .action { margin: 12px 0 0 30px; } .order-details-items .order-title .action.track { float: right; } .wishlist-index-index .products-grid .product-item { margin-bottom: 20px; width: 50%; } .wishlist-index-index .products-grid .product-item-actions { margin: 0; } .block.widget .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item, .page-layout-3columns .block.widget .products-grid .product-item { width: 33.33333333%; } .page-layout-1column .block.widget .products-grid .product-item { margin-left: 2%; width: calc((100% - 4%) / 3); } .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) { margin-left: 0; } .ppcp-stored-container .ppcp-stored-account-header { margin-top: 0; } .ppcp-fastlane-divider span { background-color: #fff; } } /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_cookie-settings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSmartwave_Socialfeeds%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Ajaxsearch%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_dropdown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Ajaxsearch%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_category-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Ajaxsearch%5C%2Fcss%5C%2Fsource%5C%2Fabstracts%5C%2F_abstracts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fabstracts%5C%2F_modrtl.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Ajaxsearch%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easycatalogimg%5C%2Fcss%5C%2Fsource%5C%2Fbase%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easycatalogimg%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_masonry.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easycatalogimg%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easycatalogimg%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_departments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_form-consent.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_cookie-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_cookie-wall.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fabstracts%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Gdpr%5C%2Fcss%5C%2Fsource%5C%2Fpage%5C%2F_privacy-tools.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fabstracts%5C%2F_abstracts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Flayout%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Swiper%5C%2Fcss%5C%2Fsource%5C%2Fbase%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Swiper%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Swiper%5C%2Fcss%5C%2Fsource%5C%2Fabstracts%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_heading.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_info_box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_social_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSmartwave_Filterproducts%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSmartwave_Porto%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FPayPal_PPCP%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2CiCAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CcAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BADtBA%3BAACA%3BECqBA%2CaAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BADgBA%3BAIvSA%2CaAwBI%3BEH%2BPJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CuBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CkBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CoBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2C4BAAA%3BEAAA%2CmBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEIzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BANoDA%2CKMlDA%3BEACI%2CgBAAA%3B%3BANiDJ%2CKM9CE%2CQAEI%2CKACI%3BAN2CV%2CKM7CE%2CQACI%2CKACI%3BAN2CV%2CKM9CE%2CQAEI%2CKAEI%3BAN0CV%2CKM7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BANyCZ%2CKMpCE%2CQAAQ%2CKACJ%3BANmCN%2CKMpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BANiCR%2CKM7BE%2CQAGI%2CKACI%3BANyBV%2CKM5BE%2CQAEI%2CKACI%3BANyBV%2CKM3BE%2CQACI%2CKACI%3BANyBV%2CKM7BE%2CQAGI%2CKAEI%3BANwBV%2CKM5BE%2CQAEI%2CKAEI%3BANwBV%2CKM3BE%2CQACI%2CKAEI%3BEJ2PV%2CmBAAA%3B%3BAF%5C%2FNA%3BEOlBA%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CMAAC%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAP%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAQ4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BENwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BENtGD%2CYAAA%3B%3BAMqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BENrHD%2CWAAA%3B%3BAM0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEN1HD%2CWAAA%3B%3BAM%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEN%5C%2FHD%2CWAAA%3B%3BAMpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BENYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BENtGD%2CYAAA%3B%3BAMRA%2CMAAM%3BENQN%2CYAAA%3BEMNI%2CsBAAA%3B%3BAAGJ%3BENGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiPA%2CgBAAA%3B%3BAMsGA%2CQAAC%3BENtGD%2CYAAA%3B%3BAMqHA%2CQAAC%3BENrHD%2CWAAA%3B%3BAM0HA%2CQAAC%3BEN1HD%2CWAAA%3B%3BAM%2BHA%2CQAAC%3BEN%5C%2FHD%2CWAAA%3B%3BAMEA%2CKAAK%3BENFL%2CsBAAA%3BEMII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BENuMD%2CYAAA%3B%3BAMQA%2CKAAK%3BENRL%2CsBAAA%3B%3BAMvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BENuMD%2CYAAA%3B%3BAMzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BENyHD%2CqBAAA%3B%3BAMkBA%2CGAAG%3BENlBH%2CcAAA%3BEAAA%2CcAAA%3B%3BAMsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BARrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAOnRJ%2CyBAsEE%2CsBAqCE%2CQAAO%3BACXP%2CQAAC%3BACycL%3BACzZA%3BACjII%2CaAuFI%3BAC9DJ%2CYAEI%3BACpBJ%3BACCA%3BACoHY%2C0BAXR%2CUAEK%2COASI%3BAC7HjB%2CoBA2II%3BACtKA%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BElBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAQzGJ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMYvHL%3BAX4GF%2CQAAC%2CMW5GC%3BAVqjBN%2CYUrjBM%3BAT4JN%2CaS5JM%3BAR2BF%2CaAuFI%2CwBQlHF%3BAPoDF%2CYAEI%2CKOtDF%3BANkCF%2CiBMlCE%3BALmCF%2C0BKnCE%3BAJuJU%2C0BAXR%2CUAEK%2COASI%2CMIvJX%3BAH0BN%2CoBA2II%2CWGrKE%3BAFDF%2CcAII%2CcEHF%3BAFAF%2CqBAGI%2CcEHF%3BADDF%2CYA0DI%2CcAKI%2CQC9DN%3BEACE%2CSAAA%3B%3BAR8XA%2CKAAC%2CQQvXP%2COAAM%3BAR6XJ%2CcAQI%2CiBQrYN%2COAAM%3BEACJ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAR4WI%2CKAAC%2CQQvXP%2COAAM%2COAYH%2CIAAI%3BARiXL%2CcAQI%2CiBQrYN%2COAAM%2COAYH%2CIAAI%3BEACH%2CyBAAA%3BEACA%2CcAAA%3B%3BAd6DF%2CeAAC%3BAACD%2CeAAC%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CeAAC%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BELiLnB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcg%5C%2FCI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAVnYb%2CcAqBI%2CQAAO%3BAEztCP%2CaAmBI%2COAeI%2CiBACM%2CWAEE%2CQAAO%3BASxBnB%2CaAAc%2CMADb%2CaAAc%2CUAWX%2CQAAO%3BACsCf%2CiCFogDA%2CiBAII%2CQACK%3BAEzgDT%2CiCFogDA%2CiBAII%2CQAEK%3BAGjiDT%2CuBH2hDA%2CiBAII%2CQACK%3BAGhiDT%2CuBH2hDA%2CiBAII%2CQAEK%3BAR7tCT%2CcQutCA%2CiBAII%2CQACK%3BAR5tCT%2CcQutCA%2CiBAII%2CQAEK%3BEnBn0CT%2CkBAAA%3B%3BAkB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CqBAAA%3BEKxHA%2CqBAAA%3BELwHA%2CkBAAA%3B%3BAK5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcyKR%3BAA6vCA%2CmBAgCI%2CQAAO%3BAIvkDK%2CMAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%3BAjBnBR%2CyBAkEE%2CQAAO%3BAIuHD%2CKAAC%2CcA2FG%2CiBAoBM%3BAAaF%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%3BAc5TlB%2CqBACI%2CaAaI%2CcACI%3BACcZ%2CYAoFI%3BACpGJ%2C%2BBAEI%2C4BAMI%3BACwBR%3BACrCA%2CwBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%3BAgBQJ%2CaAEI%2CiBACI%3BAAkBR%2CaAUI%3BAAVJ%2CaAWI%3BACWJ%2CoBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%3BAEjTL%2CiCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%3BAR7uCP%2CcQ6uCA%2CQAAO%3BACnnDP%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BEnB1GL%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEcvIA%2CgBAAA%3BEnBiOA%2CgBAAA%3B%3BADjJA%2C0BAAC%3BAoBuML%2CkBpBvMK%3BAoBo8CL%2CmBAgCI%2CQAAO%2CMpBp%2BCN%3BAwBnGW%2CMAFR%2CiBACI%2CQACK%2COxBmGZ%3BAyBhHD%2CqBACI%2CezB%2BGH%3BAQlIL%2CyBAkEE%2CQAAO%2CKRgEJ%3BAYuDG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBZtKb%3BAYmLW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIZnLjB%3BA0BzID%2CqBACI%2CaAaI%2CcACI%2CmB1B0HX%3BA2B5GD%2CYAoFI%2CmB3BwBH%3BA4B5HD%2C%2BBAEI%2C4BAMI%2Ca5BoHP%3BA6B5FD%2CmB7B4FC%3BA8BjID%2CwBAiEI%2CgCASI%2Ce9BuDP%3BA8BjID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB9B%2BCX%3BAe%5C%2FID%2C0BA6BI%2CafkHH%3BA%2BB1GD%2CaAEI%2CiBACI%2Ce%5C%2FBuGP%3BA%2BBrFD%2CaAUI%2Ca%5C%2FB2EH%3BA%2BBrFD%2CaAWI%2Ce%5C%2FB0EH%3BAgC%5C%2FDD%2CoBAEI%2CehC6DH%3BAgBxIG%2CSAAC%2CMAAM%2COAqBD%2CUhBmHT%3BAoB2PG%2CeADJ%2CQACK%2COpB3PJ%3BAsBtDD%2CiCF0hDA%2CQAAO%2CMpBp%2BCN%3BAuB7ED%2CuBHijDA%2CQAAO%2CMpBp%2BCN%3BAYuPD%2CcQ6uCA%2CQAAO%2CMpBp%2BCN%3BAqB%5C%2FID%2CwBDyYA%2CQACK%2COpB3PJ%3BAqB9ID%2CuBDwYA%2CQACK%2COpB3PJ%3BAiC9IL%2CqBbwYI%2CQACK%2COpB3PJ%3BAkCrIL%2CmBd%2BXI%2CQACK%2COpB3PJ%3BAmC9IL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COpB3PJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAoBkML%2CkBpBlMK%3BAoB%2B7CL%2CmBAgCI%2CQAAO%2CMpB%5C%2F9CN%3BAwBxGW%2CMAFR%2CiBACI%2CQACK%2COxBwGZ%3BAyBrHD%2CqBACI%2CezBoHH%3BAQvIL%2CyBAkEE%2CQAAO%2CKRqEJ%3BAYkDG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBZjKb%3BAY8KW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIZ9KjB%3BA0B9ID%2CqBACI%2CaAaI%2CcACI%2CmB1B%2BHX%3BA2BjHD%2CYAoFI%2CmB3B6BH%3BA4BjID%2C%2BBAEI%2C4BAMI%2Ca5ByHP%3BA6BjGD%2CmB7BiGC%3BA8BtID%2CwBAiEI%2CgCASI%2Ce9B4DP%3BA8BtID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB9BoDX%3BAepJD%2C0BA6BI%2CafuHH%3BA%2BB%5C%2FGD%2CaAEI%2CiBACI%2Ce%5C%2FB4GP%3BA%2BB1FD%2CaAUI%2Ca%5C%2FBgFH%3BA%2BB1FD%2CaAWI%2Ce%5C%2FB%2BEH%3BAgCpED%2CoBAEI%2CehCkEH%3BAgB7IG%2CSAAC%2CMAAM%2COAqBD%2CUhBwHT%3BAoBsPG%2CeADJ%2CQACK%2COpBtPJ%3BAsB3DD%2CiCF0hDA%2CQAAO%2CMpB%5C%2F9CN%3BAuBlFD%2CuBHijDA%2CQAAO%2CMpB%5C%2F9CN%3BAYkPD%2CcQ6uCA%2CQAAO%2CMpB%5C%2F9CN%3BAqBpJD%2CwBDyYA%2CQACK%2COpBtPJ%3BAqBnJD%2CuBDwYA%2CQACK%2COpBtPJ%3BAiCnJL%2CqBbwYI%2CQACK%2COpBtPJ%3BAkC1IL%2CmBd%2BXI%2CQACK%2COpBtPJ%3BAmCnJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COpBtPJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAoB6LL%2CkBpB7LK%3BAoB07CL%2CmBAgCI%2CQAAO%2CMpB19CN%3BAwB7GW%2CMAFR%2CiBACI%2CQACK%2COxB6GZ%3BAyB1HD%2CqBACI%2CezByHH%3BAQ5IL%2CyBAkEE%2CQAAO%2CKR0EJ%3BAY6CG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBZ5Jb%3BAYyKW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIZzKjB%3BA0BnJD%2CqBACI%2CaAaI%2CcACI%2CmB1BoIX%3BA2BtHD%2CYAoFI%2CmB3BkCH%3BA4BtID%2C%2BBAEI%2C4BAMI%2Ca5B8HP%3BA6BtGD%2CmB7BsGC%3BA8B3ID%2CwBAiEI%2CgCASI%2Ce9BiEP%3BA8B3ID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB9ByDX%3BAezJD%2C0BA6BI%2Caf4HH%3BA%2BBpHD%2CaAEI%2CiBACI%2Ce%5C%2FBiHP%3BA%2BB%5C%2FFD%2CaAUI%2Ca%5C%2FBqFH%3BA%2BB%5C%2FFD%2CaAWI%2Ce%5C%2FBoFH%3BAgCzED%2CoBAEI%2CehCuEH%3BAgBlJG%2CSAAC%2CMAAM%2COAqBD%2CUhB6HT%3BAoBiPG%2CeADJ%2CQACK%2COpBjPJ%3BAsBhED%2CiCF0hDA%2CQAAO%2CMpB19CN%3BAuBvFD%2CuBHijDA%2CQAAO%2CMpB19CN%3BAY6OD%2CcQ6uCA%2CQAAO%2CMpB19CN%3BAqBzJD%2CwBDyYA%2CQACK%2COpBjPJ%3BAqBxJD%2CuBDwYA%2CQACK%2COpBjPJ%3BAiCxJL%2CqBbwYI%2CQACK%2COpBjPJ%3BAkC%5C%2FIL%2CmBd%2BXI%2CQACK%2COpBjPJ%3BAmCxJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COpBjPJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAc4IL%2CkBd9IK%3BAc8IL%2CkBd7IK%3BAc6IL%2CkBd5IK%3BAcy4CL%2CmBAgCI%2CQAAO%2CMd36CN%3BAc24CL%2CmBAgCI%2CQAAO%2CMd16CN%3BAc04CL%2CmBAgCI%2CQAAO%2CMdz6CN%3BAkB9JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB6JZ%3BAkB7JW%2CMAFR%2CiBACI%2CQACK%2COlB8JZ%3BAmB3KD%2CqBACI%2CenBwKH%3BAmBzKD%2CqBACI%2CenByKH%3BAmB1KD%2CqBACI%2CenB0KH%3BAE7LL%2CyBAkEE%2CQAAO%2CKFyHJ%3BAE3LL%2CyBAkEE%2CQAAO%2CKF0HJ%3BAE5LL%2CyBAkEE%2CQAAO%2CKF2HJ%3BAMJG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBN7Gb%3BAMFG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBN5Gb%3BAMHG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBN3Gb%3BAMwHW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIN1HjB%3BAM0HW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINzHjB%3BAMyHW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINxHjB%3BAoBpMD%2CqBACI%2CaAaI%2CcACI%2CmBpBmLX%3BAoBlMD%2CqBACI%2CaAaI%2CcACI%2CmBpBoLX%3BAoBnMD%2CqBACI%2CaAaI%2CcACI%2CmBpBqLX%3BAqBvKD%2CYAoFI%2CmBrBiFH%3BAqBrKD%2CYAoFI%2CmBrBkFH%3BAqBtKD%2CYAoFI%2CmBrBmFH%3BAsBvLD%2C%2BBAEI%2C4BAMI%2CatB6KP%3BAsBrLD%2C%2BBAEI%2C4BAMI%2CatB8KP%3BAsBtLD%2C%2BBAEI%2C4BAMI%2CatB%2BKP%3BAuBvJD%2CmBvBqJC%3BAuBrJD%2CmBvBsJC%3BAuBtJD%2CmBvBuJC%3BAwB5LD%2CwBAiEI%2CgCASI%2CexBgHP%3BAwB1LD%2CwBAiEI%2CgCASI%2CexBiHP%3BAwB3LD%2CwBAiEI%2CgCASI%2CexBkHP%3BAwB5LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBwGX%3BAwB1LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxByGX%3BAwB3LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB0GX%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAyBrKD%2CaAEI%2CiBACI%2CezBgKP%3BAyBnKD%2CaAEI%2CiBACI%2CezBiKP%3BAyBpKD%2CaAEI%2CiBACI%2CezBkKP%3BAyBhJD%2CaAUI%2CazBoIH%3BAyB9ID%2CaAUI%2CazBqIH%3BAyB%5C%2FID%2CaAUI%2CazBsIH%3BAyBhJD%2CaAWI%2CezBmIH%3BAyB9ID%2CaAWI%2CezBoIH%3BAyB%5C%2FID%2CaAWI%2CezBqIH%3BA0B1HD%2CoBAEI%2Ce1BsHH%3BA0BxHD%2CoBAEI%2Ce1BuHH%3BA0BzHD%2CoBAEI%2Ce1BwHH%3BAUnMG%2CSAAC%2CMAAM%2COAqBD%2CUV4KT%3BAUjMG%2CSAAC%2CMAAM%2COAqBD%2CUV6KT%3BAUlMG%2CSAAC%2CMAAM%2COAqBD%2CUV8KT%3BAcgMG%2CeADJ%2CQACK%2COdlMJ%3BAckMG%2CeADJ%2CQACK%2COdjMJ%3BAciMG%2CeADJ%2CQACK%2COdhMJ%3BAgBjHD%2CiCF0hDA%2CQAAO%2CMd36CN%3BAgB%5C%2FGD%2CiCF0hDA%2CQAAO%2CMd16CN%3BAgBhHD%2CiCF0hDA%2CQAAO%2CMdz6CN%3BAiBxID%2CuBHijDA%2CQAAO%2CMd36CN%3BAiBtID%2CuBHijDA%2CQAAO%2CMd16CN%3BAiBvID%2CuBHijDA%2CQAAO%2CMdz6CN%3BAM4LD%2CcQ6uCA%2CQAAO%2CMd36CN%3BAM8LD%2CcQ6uCA%2CQAAO%2CMd16CN%3BAM6LD%2CcQ6uCA%2CQAAO%2CMdz6CN%3BAe1MD%2CwBDyYA%2CQACK%2COdlMJ%3BAexMD%2CwBDyYA%2CQACK%2COdjMJ%3BAezMD%2CwBDyYA%2CQACK%2COdhMJ%3BAezMD%2CuBDwYA%2CQACK%2COdlMJ%3BAevMD%2CuBDwYA%2CQACK%2COdjMJ%3BAexMD%2CuBDwYA%2CQACK%2COdhMJ%3BA2BzML%2CqBbwYI%2CQACK%2COdlMJ%3BA2BvML%2CqBbwYI%2CQACK%2COdjMJ%3BA2BxML%2CqBbwYI%2CQACK%2COdhMJ%3BA4BhML%2CmBd%2BXI%2CQACK%2COdlMJ%3BA4B9LL%2CmBd%2BXI%2CQACK%2COdjMJ%3BA4B%5C%2FLL%2CmBd%2BXI%2CQACK%2COdhMJ%3BA6BzML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdlMJ%3BA6BvML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdjMJ%3BA6BxML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdhMJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAcqIvB%2CkBdvIK%3BAcuIL%2CkBdtIK%3BAACD%2CQAAQ%2CUcqIZ%3BAA6vCA%2CmBAgCI%2CQAAO%2CMdp6CN%3BAco4CL%2CmBAgCI%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUck4CZ%2CoBAgCI%2CQAAO%3BAIvkDK%2CMAFR%2CiBACI%2CQACK%2COlBmKZ%3BAkBnKW%2CMAFR%2CiBACI%2CQACK%2COlBoKZ%3BAACD%2CQAAQ%2CUkBrKI%2COAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%2CenB%2BKH%3BAmBhLD%2CqBACI%2CenBgLH%3BAACD%2CQAAQ%2CUmBlLR%2CsBACI%3BAjBnBR%2CyBAkEE%2CQAAO%2CKFgIJ%3BAElML%2CyBAkEE%2CQAAO%2CKFiIJ%3BAACD%2CQAAQ%2CUEpMZ%2C0BAkEE%2CQAAO%3BAIuHD%2CKAAC%2CcA2FG%2CiBAoBM%2CiBNtGb%3BAMTG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBNrGb%3BAACD%2CQAAQ%2CUMXJ%2CMAAC%2CcA2FG%2CiBAoBM%3BAAaF%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINnHjB%3BAMmHW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINlHjB%3BAACD%2CQAAQ%2CUMiHI%2CMA5HP%2CcAuHG%2CQAKK%2CKAAK%3BAc5TlB%2CqBACI%2CaAaI%2CcACI%2CmBpB0LX%3BAoBzMD%2CqBACI%2CaAaI%2CcACI%2CmBpB2LX%3BAACD%2CQAAQ%2CUoB3MR%2CsBACI%2CaAaI%2CcACI%3BACcZ%2CYAoFI%2CmBrBwFH%3BAqB5KD%2CYAoFI%2CmBrByFH%3BAACD%2CQAAQ%2CUqB9KR%2CaAoFI%3BACpGJ%2C%2BBAEI%2C4BAMI%2CatBoLP%3BAsB5LD%2C%2BBAEI%2C4BAMI%2CatBqLP%3BAACD%2CQAAQ%2CUsB9LR%2CgCAEI%2C4BAMI%3BACwBR%2CmBvB4JC%3BAuB5JD%2CmBvB6JC%3BAACD%2CQAAQ%2CUuB9JR%3BACrCA%2CwBAiEI%2CgCASI%2CexBuHP%3BAwBjMD%2CwBAiEI%2CgCASI%2CexBwHP%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB%2BGX%3BAwBjMD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBgHX%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAgBQJ%2CaAEI%2CiBACI%2CezBuKP%3BAyB1KD%2CaAEI%2CiBACI%2CezBwKP%3BAACD%2CQAAQ%2CUyB5KR%2CcAEI%2CiBACI%3BAAkBR%2CaAUI%2CazB2IH%3BAyBrJD%2CaAUI%2CazB4IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAUI%3BAAVJ%2CaAWI%2CezB0IH%3BAyBrJD%2CaAWI%2CezB2IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAWI%3BACWJ%2CoBAEI%2Ce1B6HH%3BA0B%5C%2FHD%2CoBAEI%2Ce1B8HH%3BAACD%2CQAAQ%2CU0BjIR%2CqBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%2CUVmLT%3BAUxMG%2CSAAC%2CMAAM%2COAqBD%2CUVoLT%3BAACD%2CQAAQ%2CUU1MJ%2CUAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%2COd3LJ%3BAc2LG%2CeADJ%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUcyLJ%2CgBADJ%2CQACK%3BAEjTL%2CiCF0hDA%2CQAAO%2CMdp6CN%3BAgBtHD%2CiCF0hDA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUgBxHR%2CkCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%2CMdp6CN%3BAiB7ID%2CuBHijDA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUiB%5C%2FIR%2CwBHijDA%2CQAAO%3BAR7uCP%2CcQ6uCA%2CQAAO%2CMdp6CN%3BAMuLD%2CcQ6uCA%2CQAAO%2CMdn6CN%3BAACD%2CQAAQ%2CUMqLR%2CeQ6uCA%2CQAAO%3BACnnDP%2CwBDyYA%2CQACK%2COd3LJ%3BAe%5C%2FMD%2CwBDyYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUejNR%2CyBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%2COd3LJ%3BAe9MD%2CuBDwYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUehNR%2CwBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%2COd3LJ%3BA2B9ML%2CqBbwYI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU2BhNZ%2CsBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%2COd3LJ%3BA4BrML%2CmBd%2BXI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU4BvMZ%2CoBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd3LJ%3BA6B9ML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU6BhNZ%2CMAAK%2CKAAK%2COfwYN%2CQACK%3BEnB1GL%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcgIR%2CkBArRK%3BAAqRL%2CkBApRK%2CIAAI%3BAAihDT%2CmBAgCI%2CQAAO%2CMAljDN%3BAAkhDL%2CmBAgCI%2CQAAO%2CMAjjDN%2CIAAI%3BAItBO%2CMAFR%2CiBACI%2CQACK%2COJqBZ%3BAIrBW%2CMAFR%2CiBACI%2CQACK%2COJsBZ%2CIAAI%3BAKnCL%2CqBACI%2CeLiCH%3BAKlCD%2CqBACI%2CeLkCH%2CIAAI%3BAZrDT%2CyBAkEE%2CQAAO%2CKYdJ%3BAZpDL%2CyBAkEE%2CQAAO%2CKYbJ%2CIAAI%3BARoID%2CKAAC%2CcA2FG%2CiBAoBM%2CiBQpPb%3BARqIG%2CKAAC%2CcA2FG%2CiBAoBM%2CiBQnPb%2CIAAI%3BARgQO%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIQjQjB%3BARiQW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIQhQjB%2CIAAI%3BAM5DL%2CqBACI%2CaAaI%2CcACI%2CmBN4CX%3BAM3DD%2CqBACI%2CaAaI%2CcACI%2CmBN6CX%2CIAAI%3BAO%5C%2FBL%2CYAoFI%2CmBPtDH%3BAO9BD%2CYAoFI%2CmBPrDH%2CIAAI%3BAQ%5C%2FCL%2C%2BBAEI%2C4BAMI%2CaRsCP%3BAQ9CD%2C%2BBAEI%2C4BAMI%2CaRuCP%2CIAAI%3BASfL%2CmBTcC%3BASdD%2CmBTeC%2CIAAI%3BAUpDL%2CwBAiEI%2CgCASI%2CeVvBP%3BAUnDD%2CwBAiEI%2CgCASI%2CeVtBP%2CIAAI%3BAUpDL%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV%5C%2FBX%3BAUnDD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV9BX%2CIAAI%3BALlEL%2C0BA6BI%2CaKoCH%3BALjED%2C0BA6BI%2CaKqCH%2CIAAI%3BAW7BL%2CaAEI%2CiBACI%2CeXyBP%3BAW5BD%2CaAEI%2CiBACI%2CeX0BP%2CIAAI%3BAWRL%2CaAUI%2CaXHH%3BAWPD%2CaAUI%2CaXFH%2CIAAI%3BAWRL%2CaAWI%2CeXJH%3BAWPD%2CaAWI%2CeXHH%2CIAAI%3BAYcL%2CoBAEI%2CeZjBH%3BAYeD%2CoBAEI%2CeZhBH%2CIAAI%3BAJ3DD%2CSAAC%2CMAAM%2COAqBD%2CUIqCT%3BAJ1DG%2CSAAC%2CMAAM%2COAqBD%2CUIsCT%2CIAAI%3BAAwUD%2CeADJ%2CQACK%2COAzUJ%3BAAyUG%2CeADJ%2CQACK%2COAxUJ%2CIAAI%3BAEuBL%2CiCF0hDA%2CQAAO%2CMAljDN%3BAEwBD%2CiCF0hDA%2CQAAO%2CMAjjDN%2CIAAI%3BAGAL%2CuBHijDA%2CQAAO%2CMAljDN%3BAGCD%2CuBHijDA%2CQAAO%2CMAjjDN%2CIAAI%3BARoUL%2CcQ6uCA%2CQAAO%2CMAljDN%3BARqUD%2CcQ6uCA%2CQAAO%2CMAjjDN%2CIAAI%3BAClEL%2CwBDyYA%2CQACK%2COAzUJ%3BACjED%2CwBDyYA%2CQACK%2COAxUJ%2CIAAI%3BACjEL%2CuBDwYA%2CQACK%2COAzUJ%3BAChED%2CuBDwYA%2CQACK%2COAxUJ%2CIAAI%3BAajET%2CqBbwYI%2CQACK%2COAzUJ%3BAahEL%2CqBbwYI%2CQACK%2COAxUJ%2CIAAI%3BAcxDT%2CmBd%2BXI%2CQACK%2COAzUJ%3BAcvDL%2CmBd%2BXI%2CQACK%2COAxUJ%2CIAAI%3BAejET%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAzUJ%3BAehEL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAxUJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAgBWY%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAdoBT%2CkBADJ%2CQACK%3BAVtET%2CaAuFI%2CwBAII%2CQAAO%2CQAAQ%3BAewBX%2CiBAFR%2CiBACI%2CQACK%3BAEzFb%2CqBAcI%2CQAAO%3BAAdX%2CqBAeI%2CQAAO%3BAClCS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAOyIzB%2CkBAII%2CiBAAiB%2CQAAO%3BAC%5C%2FKxB%2CcA0EI%2CQAAO%3BElBCX%2CcAAA%3BEACA%2CeAAA%3B%3BARyHI%2CKAAC%2CcA%2BJG%2CcQhRR%3BAC4BA%2CgCAkCI%2CSACI%2CcD%5C%2FDR%3BAkBpFA%2CcA8EI%2CclBMJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAR8GA%2CKAAC%2CcA%2BJG%2CcQhRR%2CGAIK%3BACwBL%2CgCAkCI%2CSACI%2CcD%5C%2FDR%2CGAIK%3BAkBxFL%2CcA8EI%2CclBMJ%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAR4GJ%2CKAAC%2CcA%2BJG%2CcQxQR%3BACoBA%2CgCAkCI%2CSACI%2CcDvDR%3BAkB5FA%2CcA8EI%2CclBcJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAmB%5C%2FFR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEjC0NJ%2CWAAA%3B%3BAG21BJ%2CcAqDI%3BAGz6BI%2CKAAC%2CcA%2BKG%3BA4BlBR%2CeAOI%3BAnBzPJ%2CgCAII%3BED8CJ%2CYAAA%3BEACA%2CoBAAA%3B%3BAXs5BJ%2CcAqDI%2CuBW18BA%3BARiCI%2CKAAC%2CcA%2BKG%2CuBQhNR%3BAoB8LA%2CeAOI%2CuBpBrMJ%3BACpDA%2CgCAII%2CuBDgDJ%3BEACI%2CgBAAA%3B%3BAV5BR%2CQAAQ%2CMAGJ%2CSAAQ%2CMAAO%2COAAM%3BEUwCrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAiBpLJ%2CuBACE%3BAADuB%2CwBACvB%3BAADiD%2CgCACjD%3BEjB2LA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAiBhMF%2CuBACE%2CoBjBgMA%2CGAAE%3BAiBjMqB%2CwBACvB%2CoBjBgMA%2CGAAE%3BAiBjM%2BC%2CgCACjD%2CoBjBgMA%2CGAAE%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAiBrMJ%2CuBACE%2CoBjBsMC%3BAiBvMH%2CuBACE%2CoBjBsMY%3BAiBvMW%2CwBACvB%2CoBjBsMC%3BAiBvMsB%2CwBACvB%2CoBjBsMY%3BAiBvMqC%2CgCACjD%2CoBjBsMC%3BAiBvMgD%2CgCACjD%2CoBjBsMY%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3B%3BAiB7MJ%2CuBACE%2CoBjB8MC%3BAiB%5C%2FMsB%2CwBACvB%2CoBjB8MC%3BAiB%5C%2FMgD%2CgCACjD%2CoBjB8MC%3BEACG%2CWAAA%3B%3BAiBhNN%2CuBACE%2CoBjBiNC%3BAiBlNsB%2CwBACvB%2CoBjBiNC%3BAiBlNgD%2CgCACjD%2CoBjBiNC%3BEACG%2CUAAA%3B%3BAiB9MN%2CgBAEI%2COAMI%3BAA6DN%2CSAAC%2COACG%3BEjBgJF%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAC5MA%3BALsFI%2CSAAC%3BEyBhEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxCFA%2CoBAAC%3BAACD%2CoBAAC%3BAoBtBD%2CqBpBqBC%3BAoBrBD%2CqBpBsBC%3BAegEG%2CSAAC%2CSfjEJ%3BAeiEG%2CSAAC%2CSfhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAoB3BD%2CqBpB2BC%3BAe2DG%2CSAAC%2CSf3DJ%3BEACG%2CWAAA%3B%3BAmBuLR%2CoBqB1LI%3BApBzBA%2CqBoByBA%3BAzB6DI%2CSAAC%2CSyB7DL%3BEAEI%2CeAAA%3BExC8OJ%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BArB%5C%2FCD%2CqBoByBA%2CeCsBC%3BA1BuCG%2CSAAC%2CSyB7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BArB5DL%2CqBoByBA%2CeCkCC%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeCkCC%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BArBlEL%2CqBoByBA%2CeCwCC%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeCwCC%2COACI%3BEzCuML%2CcAAA%3B%3BAwCqEA%2CoBArTA%2CeAqTC%3BApB9UD%2CqBoByBA%2CeAqTC%3BAzBxPG%2CSAAC%2CSyB7DL%2CeAqTC%3BExCrED%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BArB%5C%2FCD%2CqBoByBA%2CeAqTC%2COC%5C%2FRA%3BA1BuCG%2CSAAC%2CSyB7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BArB5DL%2CqBoByBA%2CeAqTC%2COCnRA%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeAqTC%2COCnRA%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BArBlEL%2CqBoByBA%2CeAqTC%2COC7QA%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeAqTC%2COC7QA%2COACI%3BEzCuML%2CcAAA%3B%3BAmBtDJ%2CoBqBHI%3BApBhNA%2CqBoBgNA%3BAzB1HI%2CSAAC%2CSyB0HL%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmBtDJ%2CoBqBHI%2CYAsBI%3BApBtOJ%2CqBoBgNA%2CYAsBI%3BAzBhJA%2CSAAC%2CSyB0HL%2CYAsBI%3BExCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAwC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BApB9OT%2CqBoBgNA%2CYAsBI%2CGAQK%3BAzBxJL%2CSAAC%2CSyB0HL%2CYAsBI%2CGAQK%3BExC2BT%2CmBAAA%3BEwCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BApBxiBD%2CqBoBgNA%2CYAuVC%3BApBviBD%2CqBoBgNA%2CYAwVC%3BAzBldG%2CSAAC%2CSyB0HL%2CYAuVC%3BAzBjdG%2CSAAC%2CSyB0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BApBjjBD%2CqBoBgNA%2CYAiWC%3BAzB3dG%2CSAAC%2CSyB0HL%2CYAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BApBvjBD%2CqBoBgNA%2CYAuWC%3BAzBjeG%2CSAAC%2CSyB0HL%2CYAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BApBjgBD%2CqBoBgNA%2CYAiTC%3BAzB3aG%2CSAAC%2CSyB0HL%2CYAiTC%3BExCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwC6PA%2CoBAtTA%2CYAsTC%3BApBtgBD%2CqBoBgNA%2CYAsTC%3BAzBhbG%2CSAAC%2CSyB0HL%2CYAsTC%3BExC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CoBAAC%3BApB7PD%2CqBoB6PC%3BAzBvKG%2CSAAC%2CSyBuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BApBhQJ%2CqBoB6PC%2COAGG%3BAzB1KA%2CSAAC%2CSyBuKJ%2COAGG%3BEACI%2CcAAA%3B%3BApBjQR%2CqBD0NA%2CGAAE%3BAJpIE%2CSAAC%2CSIoIL%2CGAAE%3BEACE%2CcAAA%3B%3BAwBnPJ%2COACI%2CgBAuBI%2CKACI%3BApCXhB%2CyBAcE%2CYAAW%3BAEqcb%2CWAOE%2CYAAW%3BA2BpJb%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAhBxTR%2CyBACI%2COAAM%2CIAAK%3BAAkFf%2CgCA4BI%2CKACI%3BALsIA%2C0BADJ%2CYACK%3BAsBnRT%2CcAQI%2CeAQI%2CKACI%2CKAEI%3BAOAhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAyDA%2CcAFM%2CSACV%2CSACK%2CKA6BG%2CYACI%2CMAAK%3BAC5GD%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BE1B2OxB%2CWAAA%3BEACA%2CkBAAA%3B%3BAiBmDJ%3BAUuBA%2CgBACI%3BA7BvUA%3BAACA%3BEEmQA%2CkBAAA%3B%3BAVy6BI%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%3BAA%2BCnB%2CcAOI%2CQAAO%3BAsCxrCP%2COAAC%2CQA8BG%2CQAAO%3BE%5C%2FCmNX%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAtB%2BPJ%2C6BsBGM%3BAhCy5BE%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC75Bb%3BAhC48BN%2CcAOI%2CQAAO%2COgCn9BL%3BAMrOF%2COAAC%2CQA8BG%2CQAAO%2CONuMT%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2C6BAAC%3BAhCqpCG%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgCzpCd%3BAhCwsCL%2CcAOI%2CQAAO%2COgC%5C%2FsCN%3BAMuBD%2COAAC%2CQA8BG%2CQAAO%2CONrDV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAhCwoCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC7oCd%2CMACI%3BAhC2rCT%2CcAOI%2CQAAO%2COgCnsCN%2CMACI%3BAMUL%2COAAC%2CQA8BG%2CQAAO%2CONzCV%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2C6BADH%2COACI%3BAhCkoCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgCvoCd%2COACI%3BAhCqrCT%2CcAOI%2CQAAO%2COgC7rCN%2COACI%3BAMIL%2COAAC%2CQA8BG%2CQAAO%2CONnCV%2COACI%3BEzCqPL%2CWAAA%3B%3BADjJA%2CiBoBoJE%2CIpBpJD%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBoB%2BIE%2CIpB%5C%2FID%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBoB0IE%2CIpB1ID%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAoB%5C%2FQA%2CKAAK%2CaAAa%2CMACd%3BAwBlBJ%2CKAAK%2CSAAS%2CMACV%3BEzB8TJ%2CcAAA%3B%3BAA2EI%2CeADJ%2CQACK%3BAC1YL%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAC5VA%2CwBD8WA%2CUACI%2COACK%3BAC%5C%2FWT%2CuBD6WA%2CUACI%2COACK%3BAa%5C%2FWb%2CqBb6WI%2CUACI%2COACK%3BActWb%2CmBdoWI%2CUACI%2COACK%3BAe%5C%2FWb%2CKAAK%2CKAAK%2COf6WN%2CUACI%2COACK%3BEACG%2CUAAA%3B%3BACjXZ%2CwBD8WA%2CUAMI%2CiBAEM%3BACrXV%2CuBD6WA%2CUAMI%2CiBAEM%3BAarXd%2CqBb6WI%2CUAMI%2CiBAEM%3BAc5Wd%2CmBdoWI%2CUAMI%2CiBAEM%3BAerXd%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%3BEAME%2CWAAA%3B%3BAC5XZ%2CwBD8WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BACvXjB%2CuBD6WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAavXrB%2CqBb6WI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAc9WrB%2CmBdoWI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAevXrB%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CiBAAA%3B%3BACzXpB%2CwBD8WA%2CUAiBI%2CQACI%3BAC%5C%2FXR%2CuBD6WA%2CUAiBI%2CQACI%3BAa%5C%2FXZ%2CqBb6WI%2CUAiBI%2CQACI%3BActXZ%2CmBdoWI%2CUAiBI%2CQACI%3BAe%5C%2FXZ%2CKAAK%2CKAAK%2COf6WN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BACjYZ%2CwBDqYA%3BACpYA%2CuBDoYA%3BAapYJ%2CqBboYI%3BAc3XJ%2CmBd2XI%3BAepYJ%2CKAAK%2CKAAK%2COfoYN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACvYJ%2CwBD8YA%2CSACK%3BAC9YL%2CuBD6YA%2CSACK%3BAa9YT%2CqBb6YI%2CSACK%3BAcrYT%2CmBdoYI%2CSACK%3BAe9YT%2CKAAK%2CKAAK%2COf6YN%2CSACK%3BEACG%2CiBAAA%3B%3BAWrNI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE9B5KjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAgDhBA%2CYACI%2CeAEI%2COACI%3BAzCShB%2CyBAsEE%2CsBA2DE%3BAAjIJ%2CyBAsEE%2CsBA4DE%2CSAAQ%3BAAlIZ%2CyBAsEE%2CsBA6DE%3BACmCY%2CQAnEX%2CKAiEI%2CQACG%2CmBACK%2COAeG%3BAyCpChB%2CMAAC%3BAxC7FL%2CcACI%3BAAqkCJ%2CiBAEI%2CMAAK%2CMAAM%2COAEP%3BAAJR%2CiBAGI%2CMAAK%2CMAAM%2CQACP%3BAE14BQ%2CKA3DP%2CcAuCG%2CKAoBK%2CIAEG%3BA4BtHR%2CiBAhBJ%2CQAgBK%2CSAiCG%3BAAjCJ%2CiBAhBJ%2CQAgBK%2CSA0DG%3BA3BpLZ%2CqBAEI%3BAADJ%2CyBACI%3BAiBPJ%2CwBA8FI%2CsBACM%3BAA%5C%2FFV%2CwBA2GI%2CUACI%3BAqBzGR%2CwBAsFI%2COACI%3BAd2LZ%2CMAAM%2COACF%2COAAM%2CWACF%3BAepSR%2CcACI%3BACWJ%2C0BAWI%2CyBAGI%2CUACI%2CQAAO%3BAC3Bf%2CsBA6DI%2CUAAS%2CSACJ%3BACjDT%2CYACI%2CuBAEI%2COAEI%3BAtBlBhB%2CqBAEI%2CQACI%3BAe%2BJA%2COA%5C%2FDH%2CQA%2BDI%2CQAwBG%3BAhCjIQ%2CiBAHU%2CUAhDrB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAjDlB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAA8DpB%2CuBACI%2CoBACI%3BAAoFR%2C2BAII%2CsBAGI%2CUACM%3BAsBtNd%2CcAQI%2CeAQI%2CKAOI%3BAAvBZ%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAkBxF1B%2CMAAM%2CWAiCF%3BATuGA%2COAAC%2CKAEG%3BAAuLR%2CgBACI%2CiBAGI%3BA9BpDR%2CcAYI%2CcACI%3BAwCnJA%2COADG%2CKACF%2CIAAI%3BAAgET%2CYAEI%2CUAsEI%3BAAvER%2CYACI%2CUAsEI%3BAZ3LA%2CcAFM%2CSACV%2CSACK%2CKAWG%2CaACI%3BE5CrFhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyDdI%2CsBAAC%2CcAGG%2CsBAQI%3BEzDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAmBgUL%2CeACI%2CUAMI%2CiBnBxUH%3BAmBiUL%2CeACI%2CUAMI%2CiBnBvUH%3BAOhCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKJ%2COPdH%3BAO%5C%2FBL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKJ%2COPbH%3BAOhCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcJ%2COPvBH%3BAO%5C%2FBL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcJ%2COPtBH%3BAiDlCL%2CQjDiCK%3BAiDjCL%2CQjDkCK%3BASwzBL%2CQAOE%2CsBTh0BG%3BASyzBL%2CQAOE%2CsBT%5C%2FzBG%3BAWyJG%2CKAAC%2CcA2FG%2CiBXrPP%3BAW0JG%2CKAAC%2CcA2FG%2CiBXpPP%3BAWyJG%2CKAAC%2CcA%2BJG%2CcXzTP%3BAW0JG%2CKAAC%2CcA%2BJG%2CcXxTP%3BAuCsTD%2CeAEI%2CcACM%2CWvC1TT%3BAuCuTD%2CeAEI%2CcACM%2CWvCzTT%3BAYnBD%2CmBZkBC%3BAYlBD%2CmBZmBC%3BA0DxCD%2CsB1DuCC%3BA0DvCD%2CsB1DwCC%3BA0BsDO%2CYADJ%2COACK%2CU1BvDR%3BA0BuDO%2CYADJ%2COACK%2CU1BtDR%3BAoDhCL%2C0BACI%2CkBpD8BC%3BAoD%5C%2FBL%2C0BACI%2CkBpD%2BBC%3BA8B2ED%2CgBA6BI%2CS9BzGH%3BA8B4ED%2CgBA6BI%2CS9BxGH%3BA8BmHD%2CoBACI%2CoB9BrHH%3BA8BoHD%2CoBACI%2CoB9BpHH%3BA8BmHD%2CoBAEI%2CkC9BtHH%3BA8BoHD%2CoBAEI%2CkC9BrHH%3BAoBoED%2CgCAkCI%2CSACI%2CcpBxGP%3BAoBqED%2CgCAkCI%2CSACI%2CcpBvGP%3BA%2BBtBD%2CmB%5C%2FBqBC%3BA%2BBrBD%2CmB%5C%2FBsBC%3BA%2BB6ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS%5C%2FBrFP%3BA%2BB8ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS%5C%2FBpFP%3BA%2BB8ED%2CkBACI%2CeAKI%2CS%5C%2FBrFP%3BA%2BB%2BED%2CkBACI%2CeAKI%2CS%5C%2FBpFP%3BA2DlCL%2CUASI%2CgB3DwBC%3BA2DjCL%2CUASI%2CgB3DyBC%3BAqC5CD%2CcA8EI%2CcrCnCH%3BAqC3CD%2CcA8EI%2CcrClCH%3BAqC5CD%2CcAsFI%2COrC3CH%3BAqC3CD%2CcAsFI%2COrC1CH%3BAqC5CD%2CcA4HI%2CerCjFH%3BAqC3CD%2CcA4HI%2CerChFH%3BA8CyRL%2CgBACI%2CiB9C3RC%3BA8C0RL%2CgBACI%2CiB9C1RC%3BAiCnCL%2CmBAUI%2CiBjCwBC%3BAiClCL%2CmBAUI%2CiBjCyBC%3BAwDqEG%2COAAC%2CQxDtEJ%3BAwDsEG%2COAAC%2CQxDrEJ%3BAoB7CD%2CwBD8WA%2CUAMI%2CiBnBxUH%3BAoB5CD%2CwBD8WA%2CUAMI%2CiBnBvUH%3BAoB5CD%2CuBD6WA%2CUAMI%2CiBnBxUH%3BAoB3CD%2CuBD6WA%2CUAMI%2CiBnBvUH%3BAgC5CL%2CqBb6WI%2CUAMI%2CiBnBxUH%3BAgC3CL%2CqBb6WI%2CUAMI%2CiBnBvUH%3BAiCnCL%2CmBdoWI%2CUAMI%2CiBnBxUH%3BAiClCL%2CmBdoWI%2CUAMI%2CiBnBvUH%3BAkC5CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBnBxUH%3BAkC3CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBnBvUH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAmB2TL%2CeACI%2CUAMI%2CiBnBlUH%3BAOrCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKJ%2COPRH%3BAOrCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcJ%2COPjBH%3BAiDvCL%2CQjDuCK%3BASmzBL%2CQAOE%2CsBT1zBG%3BAWoJG%2CKAAC%2CcA2FG%2CiBX%5C%2FOP%3BAWoJG%2CKAAC%2CcA%2BJG%2CcXnTP%3BAuCiTD%2CeAEI%2CcACM%2CWvCpTT%3BAYxBD%2CmBZwBC%3BA0D7CD%2CsB1D6CC%3BA0BiDO%2CYADJ%2COACK%2CU1BjDR%3BAoDrCL%2C0BACI%2CkBpDoCC%3BA8BsED%2CgBA6BI%2CS9BnGH%3BA8B8GD%2CoBACI%2CoB9B%5C%2FGH%3BA8B8GD%2CoBAEI%2CkC9BhHH%3BAoB%2BDD%2CgCAkCI%2CSACI%2CcpBlGP%3BA%2BB3BD%2CmB%5C%2FB2BC%3BA%2BBwED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS%5C%2FB%5C%2FEP%3BA%2BByED%2CkBACI%2CeAKI%2CS%5C%2FB%5C%2FEP%3BA2DvCL%2CUASI%2CgB3D8BC%3BAqCjDD%2CcA8EI%2CcrC7BH%3BAqCjDD%2CcAsFI%2COrCrCH%3BAqCjDD%2CcA4HI%2CerC3EH%3BA8CoRL%2CgBACI%2CiB9CrRC%3BAiCxCL%2CmBAUI%2CiBjC8BC%3BAwDgEG%2COAAC%2CQxDhEJ%3BAoBlDD%2CwBD8WA%2CUAMI%2CiBnBlUH%3BAoBjDD%2CuBD6WA%2CUAMI%2CiBnBlUH%3BAgCjDL%2CqBb6WI%2CUAMI%2CiBnBlUH%3BAiCxCL%2CmBdoWI%2CUAMI%2CiBnBlUH%3BAkCjDL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBnBlUH%3BEACG%2CWAAA%3B%3BAmB%2B0CR%2CeACI%3BAAsBJ%3BAyCr5CA%2CQAEI%2CQAAO%3BAAFX%2CQASI%3BAATJ%2CQAgBI%3BAjBrBA%2COACI%2CgBAiBI%3BAnC%2BFR%2CQAAC%3BACqvBL%2CQAOE%2CsBAGE%3BACtzBJ%3BAC7BI%3BAeOA%2CYAuBI%3BA%2BB7CA%2CsBAAC%2CcAgBG%3BAIXR%3BA3CoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA2B7ID%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BAnCiIb%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKSyvCT%3BA2C33CQ%2CMADJ%2CSACK%3BA1CuDT%2CuBAKI%2COAAM%2CKD%2BzCV%3BEA52BA%2CsBAAA%3B%3BAsBjdA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAzC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAmBsiBR%2CiBqBxJI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BArBsJR%2CiBqBnJI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BArBiJR%2CiBqBnII%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BArBiIR%2CiBqB9HI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BArB2HR%2CiBqB1bI%3BExCiIA%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAtByhBJ%2CiBqB1bI%2CeCqHE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEzCuML%2CcAAA%3B%3BAwCuHA%2CiBAxPA%2CeAwPC%3BExCvHD%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEzCuML%2CcAAA%3B%3BAmByTJ%2CiBqBlXI%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmByTJ%2CiBqBlXI%2COAsBI%3BExCmCJ%2CSAAA%3BEAAA%2CmBAAA%3B%3BAwC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BExC2BT%2CmBAAA%3BEwCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BExC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAwCoRA%2CiBA7UA%2COA6UC%3BExCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAjC3QZ%2CyBAsEE%2CsBA%2BCE%2CqBAEM%3BAE3HV%2COAAO%3BAAshBP%2CoBAII%2CQAAO%3BAAJW%2CmBAIlB%2CQAAO%3BAAJgC%2CqBAIvC%2CQAAO%3BAMrgBK%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BAmBjBjB%2CqBACI%2CQAAO%2COAAO%3BAADK%2CmBACnB%2CQAAO%2COAAO%3BAURd%2CqBAKI%2CQAAO%3BAAJX%2CoBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BE5CqRX%2CcAAA%3BEmBibA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEnBvbA%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAlCXL%2CyBAsEE%2CsBA%2BCE%2CqBAEM%2CUkC5GL%3BAhCfL%2COAAO%2CUgCeF%3BAhCugBL%2CoBAII%2CQAAO%2CUgC3gBN%3BAhCugBiB%2CmBAIlB%2CQAAO%2CUgC3gBN%3BAhCugBsC%2CqBAIvC%2CQAAO%2CUgC3gBN%3BA1BMW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CM0BNZ%3BAPXL%2CqBACI%2CQAAO%2COAAO%2COOUb%3BAPXkB%2CmBACnB%2CQAAO%2COAAO%2COOUb%3BAGlBD%2CqBAKI%2CQAAO%2CWHaV%3BAGjBD%2CoBAII%2CQAAO%2CWHaV%3BAGhBD%2CqBAGI%2CQAAO%2CWHaV%3BAGfD%2CaAEI%2CQAAO%2CWHaV%3BAGdD%2CiBACI%2CQAAO%2CWHaV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CmBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlC5VJ%2CyBAsEE%2CsBA%2BCE%2CqBAEM%2CUYylBL%3BAVptBL%2COAAO%2CUUotBF%3BAV9LL%2CoBAII%2CQAAO%2CUU0LN%3BAV9LiB%2CmBAIlB%2CQAAO%2CUU0LN%3BAV9LsC%2CqBAIvC%2CQAAO%2CUU0LN%3BAJ%5C%2FrBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMI%2BrBZ%3BAehtBL%2CqBACI%2CQAAO%2COAAO%2COf%2BsBb%3BAehtBkB%2CmBACnB%2CQAAO%2COAAO%2COf%2BsBb%3BAyBvtBD%2CqBAKI%2CQAAO%2CWzBktBV%3BAyBttBD%2CoBAII%2CQAAO%2CWzBktBV%3BAyBrtBD%2CqBAGI%2CQAAO%2CWzBktBV%3BAyBptBD%2CaAEI%2CQAAO%2CWzBktBV%3BAyBntBD%2CiBACI%2CQAAO%2CWzBktBV%3BEACG%2CqBAAA%3B%3BAZjtBR%2CyBAsEE%2CsBA%2BCE%2CqBAEM%2CUY4lBL%3BAVvtBL%2COAAO%2CUUutBF%3BAVjML%2CoBAII%2CQAAO%2CUU6LN%3BAVjMiB%2CmBAIlB%2CQAAO%2CUU6LN%3BAVjMsC%2CqBAIvC%2CQAAO%2CUU6LN%3BAJlsBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMIksBZ%3BAentBL%2CqBACI%2CQAAO%2COAAO%2COfktBb%3BAentBkB%2CmBACnB%2CQAAO%2COAAO%2COfktBb%3BAyB1tBD%2CqBAKI%2CQAAO%2CWzBqtBV%3BAyBztBD%2CoBAII%2CQAAO%2CWzBqtBV%3BAyBxtBD%2CqBAGI%2CQAAO%2CWzBqtBV%3BAyBvtBD%2CaAEI%2CQAAO%2CWzBqtBV%3BAyBttBD%2CiBACI%2CQAAO%2CWzBqtBV%3BEACG%2CcAAA%3B%3BAVjQR%3BEU0QI%2CiBAAA%3B%3BAAsFJ%2CeAEM%3BAAixBN%2CmBACI%2COAlxBE%3BARtyBF%2CaAmBI%2COQmxBF%3BAEzuBF%2CiCF2%5C%2FCA%2COAlxBE%3BAGhwBF%2CuBHkhDA%2COAlxBE%3BAR5bF%2CcQ8sCA%2COAlxBE%3BEnBliBF%2C6BAAA%3BEmB8eA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEnBhfA%2C6BAAA%3BEAAA%2CcAAA%3BEyChOA%2CqBAAA%3B%3BAtBgwBJ%2CeAEM%2CSAjDD%3BAAk0BL%2CmBACI%2COAlxBE%2CSAjDD%3BARrvBD%2CaAmBI%2COQmxBF%2CSAjDD%3BAExrBD%2CiCF2%5C%2FCA%2COAlxBE%2CSAjDD%3BAG%5C%2FsBD%2CuBHkhDA%2COAlxBE%2CSAjDD%3BAR3YD%2CcQ8sCA%2COAlxBE%2CSAjDD%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAIR%2CmBsBpgBM%3BAtB4iBN%2CeAEM%2CSsB9iBA%3BAtB%2BzCN%2CmBACI%2COAlxBE%2CSsB9iBA%3BA9BxPF%2CaAmBI%2COQmxBF%2CSsB9iBA%3BApB3LF%2CiCF2%5C%2FCA%2COAlxBE%2CSsB9iBA%3BAnBlNF%2CuBHkhDA%2COAlxBE%2CSsB9iBA%3BA9BkHF%2CcQ8sCA%2COAlxBE%2CSsB9iBA%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CmBAAC%3BAtB0vBL%2CeAEM%2CSsB5vBD%3BAtB6gDL%2CmBACI%2COAlxBE%2CSsB5vBD%3BA9B1CD%2CaAmBI%2COQmxBF%2CSsB5vBD%3BApBmBD%2CiCF2%5C%2FCA%2COAlxBE%2CSsB5vBD%3BAnBJD%2CuBHkhDA%2COAlxBE%2CSsB5vBD%3BA9BgUD%2CcQ8sCA%2COAlxBE%2CSsB5vBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAtB0uCJ%2CmBACI%3BARxjDA%2CaAmBI%3BAU0CJ%2CiCF2%5C%2FCA%3BAGlhDA%2CuBHkhDA%3BAR9sCA%2CcQ8sCA%3BEAnxBA%2CSAAA%3B%3BAAkxBJ%2CmBACI%2COAlxBE%2CSAEG%3BARxyBL%2CaAmBI%2COQmxBF%2CSAEG%3BAE3uBL%2CiCF2%5C%2FCA%2COAlxBE%2CSAEG%3BAGlwBL%2CuBHkhDA%2COAlxBE%2CSAEG%3BAR9bL%2CcQ8sCA%2COAlxBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA8wBZ%2CmBACI%2COA5wBA%3BAR5yBA%2CaAmBI%2COQyxBJ%3BAE%5C%2FuBA%2CiCF2%5C%2FCA%2COA5wBA%3BAGtwBA%2CuBHkhDA%2COA5wBA%3BARlcA%2CcQ8sCA%2COA5wBA%3BEACI%2CaAAA%3BEnBziBJ%2CsBAAA%3BEmB2iBI%2CkBAAA%3B%3BAsB3sBJ%2CetB6sBC%2COACK%2CSsB9sBL%3BAtBm9CL%2CmBACI%2COAvwBC%2COACK%2CSsB9sBL%3BA9BpGD%2CaAmBI%2COQ8xBH%2COACK%2CSsB9sBL%3BApBvCD%2CiCF2%5C%2FCA%2COAvwBC%2COACK%2CSsB9sBL%3BAnB9DD%2CuBHkhDA%2COAvwBC%2COACK%2CSsB9sBL%3BA9BsQD%2CcQ8sCA%2COAvwBC%2COACK%2CSsB9sBL%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAmBmzCJ%2CmBACI%2COAvwBC%2COAOG%3BARxzBJ%2CaAmBI%2COQ8xBH%2COAOG%3BAE3vBJ%2CiCF2%5C%2FCA%2COAvwBC%2COAOG%3BAGlxBJ%2CuBHkhDA%2COAvwBC%2COAOG%3BAR9cJ%2CcQ8sCA%2COAvwBC%2COAOG%3BEACI%2CcAAA%3B%3BAkBp1BR%2CcAQI%2CeAyBI%3BErC8PR%2CiBAAA%3BEmBokBA%2CgBAAA%3B%3BAkBn2BA%2CcAQI%2CeA4BI%3BErC2PR%2CiBAAA%3BEmB6kBA%2CgBAAA%3BEACA%2CSAAA%3B%3BAiBttBJ%2CqBAeI%3BAA2DJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEjB6rBA%2CiBAAA%3B%3BAEj4BY%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%3BAE38BY%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%3BAE38BY%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%3BAE18BY%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%3BAG98BY%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%3BAG78BY%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%3BAG78BY%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%3BAG58BY%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%3BAH52BI%2CoBADJ%2CKACK%2CMG22BL%3BAH32BI%2CoBADJ%2CKACK%2CMG42BL%3BAH32BI%2CoBAFJ%2CKAEK%2CSG02BL%3BAH12BI%2CoBAFJ%2CKAEK%2CSG22BL%3BEnB9sBA%2CcAAA%3BEmBgtBI%2CcAAA%3BEnBhtBJ%2CiBAAA%3BEmBktBI%2CcAAA%3BEACA%2CmBAAA%3B%3BAEj9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%2CqBAOI%3BAEl9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%2CqBAMI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%2CqBAOI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%2CqBAMI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%2CqBAOI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%2CqBAMI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%2CqBAOI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%2CqBAMI%3BAHl3BA%2CoBADJ%2CKACK%2CMG22BL%2CqBAOI%3BAHl3BA%2CoBADJ%2CKACK%2CMG42BL%2CqBAMI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG02BL%2CqBAOI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG22BL%2CqBAMI%3BEACI%2CgBAAA%3B%3BAZx%2BBZ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcY28BN%3BAZ9%2BBJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcY48BN%3BAZ%5C%2F%2BBJ%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%2CcYq7BJ%3BAZ9%2BBJ%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%2CcYs7BJ%3BARh%2BBA%2CaQ%2B9BA%3BAR%5C%2F9BA%2CaQg%2BBA%3BAY92BA%2CaZ62BA%3BAY72BA%2CaZ82BA%3BAY72BA%2CaZ42BA%3BAY52BA%2CaZ62BA%3BEACI%2CqBAAA%3BEnB7tBJ%2CiBAAA%3B%3BAOnRJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%3BAZn%5C%2FB3B%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%2CcY07BJ%2CqBAAuB%3BARp%2BBvB%2CaQo%2BBA%2CqBAAuB%3BAYl3BvB%2CaZk3BA%2CqBAAuB%3BAYj3BvB%2CaZi3BA%2CqBAAuB%3BEACnB%2CqBAAA%3BEnBjuBJ%2CiBAAA%3B%3BAOnRJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%2CuBAGlB%3BAZt%5C%2FBT%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%2CcY07BJ%2CqBAAuB%2CuBAGlB%3BARv%2BBL%2CaQo%2BBA%2CqBAAuB%2CuBAGlB%3BAYr3BL%2CaZk3BA%2CqBAAuB%2CuBAGlB%3BAYp3BL%2CaZi3BA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZv%5C%2FBZ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%2CuBAMlB%3BAZz%5C%2FBT%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%2CcY07BJ%2CqBAAuB%2CuBAMlB%3BAR1%2BBL%2CaQo%2BBA%2CqBAAuB%2CuBAMlB%3BAYx3BL%2CaZk3BA%2CqBAAuB%2CuBAMlB%3BAYv3BL%2CaZi3BA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BA4C1%2BBJ%2CoBAUI%3BAATJ%2CoBASI%3BA1CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA4BI%2C2BAcI%3BAX0JJ%2CKAAC%2CcAyKG%3BAKpVZ%2CoBA%2BGI%3BEGu4BA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEnBnvBA%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAsBzCG%2CoBAUI%2CgBtB%2BBP%3BAsBxCG%2CoBASI%2CgBtB%2BBP%3BApBpED%2CwBA8BI%2CqCAgBI%2CgBoBsBP%3BAnBpED%2CcA4BI%2C2BAcI%2CgBmB0BP%3BA9BgIG%2CKAAC%2CcAyKG%2CgB8BzSP%3BAzB3CL%2CoBA%2BGI%2CgByBpEC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsB5UI%2CoBAUI%2CgB5Co%5C%2FBP%3BA4C7%5C%2FBG%2CoBASI%2CgB5Co%5C%2FBP%3BAEzhCD%2CwBA8BI%2CqCAgBI%2CgBF2%2BBP%3BAGzhCD%2CcA4BI%2C2BAcI%2CgBH%2B%2BBP%3BARr1BG%2CKAAC%2CcAyKG%2CgBQ4qBP%3BAHhgCL%2CoBA%2BGI%2CgBGi5BC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAsB95BJ%2CuBAAC%3BAsBvFW%2CoBAFJ%2CgBAEK%2CStBuFZ%3BAsBvFW%2CoBAFJ%2CgBAEK%2CStBuFZ%3BApB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSoB8EZ%3BAnBlFW%2CcAhBR%2C2BAcI%2CgBAEK%2CSmBkFZ%3BA9BiPW%2CKA3KP%2CcAyKG%2CgBAEK%2CS8BjPZ%3BAzBYG%2CoBAFJ%2CgBAEK%2CSyBZJ%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAsDhSA%2CiBAII%2CsBAII%3BAlCiDR%2CyBACI%3BEpBsOJ%2CkBAAA%3B%3BA8C%5C%2FJA%2COAAC%2CQ3Bq7BD%2CQACK%3BA2BjvBT%2CgBAgBI%2CgBAKI%2CwB3B2tBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA2Bv7BR%2COAAC%2CQ3Bq7BD%2CQAIK%3BA2BpvBT%2CgBAgBI%2CgBAKI%2CwB3B2tBJ%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BA2B97BR%2COAAC%2CQ3Bq7BD%2CQAWK%3BA2B3vBT%2CgBAgBI%2CgBAKI%2CwB3B2tBJ%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAiB36BZ%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQjB26BP%3BAiBn0BL%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiBl0BL%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiBj0BL%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiB9xBL%2CMAsBI%2CaACI%2CQjBuwBH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEnBjzBJ%2C8BAAA%3BEmBmzBI%2CoBAAA%3B%3BAiB37BR%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQjBm7BP%2CWACI%3BAiB50BT%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiB30BT%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiB10BT%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiBvyBT%2CMAsBI%2CaACI%2CQjB%2BwBH%2CWACI%3BEACG%2CaAAA%3B%3BAErlCR%2CwBACI%2COF8lCJ%2CaAEM%3BAGjmCN%2CcACI%2COH8lCJ%2CaAEM%3BAiBv3BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjB02Bd%2CaAEM%3BAkBlmCN%2CclBgmCA%2CaAEM%3BAcziCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdqiCd%2CaAEM%3BAHnzBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BAHlzBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAEpmCR%2CwBACI%2COFsmCJ%3BAGvmCA%2CcACI%2COHsmCJ%3BAiB73BJ%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjBk3Bd%3BAkBxmCA%2CclBwmCA%3BAc%5C%2FiCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%3BAHzzBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BAHxzBJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BEACI%2CcAAA%3B%3BAExmCJ%2CwBACI%2COFsmCJ%2CWAEM%3BAGzmCN%2CcACI%2COHsmCJ%2CWAEM%3BAiB%5C%2F3BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjBk3Bd%2CWAEM%3BAkB1mCN%2CclBwmCA%2CWAEM%3BAcjjCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%2CWAEM%3BAH3zBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BAH1zBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAoBhmCR%2CeAQI%2CUAEI%2COpBgmCP%3BAoBpxBD%2CeAuFI%2CaAEI%2COpB2rBP%3BAoBpxBD%2CeAwFI%2CgBACI%2COpB2rBP%3BAWv9BD%2CoBACI%2CoBAQI%2COX88BP%3BAWv9BD%2CoBAEI%2CkCAOI%2COX88BP%3BAJt%2BBe%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMIs%2BBhB%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAMI%2CQAAO%3BAJzpCH%2CSAAC%2CMAAM%2COIypCX%2CQAAO%3BAJnjCH%2CSAAC%2CSImjCL%2CQAAO%3BEnBh4BP%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAtBkoCL%2CuBAMI%2CQAAO%2CIsBxoCN%3BA1BjBG%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIsBxoCN%3BA1BqFG%2CSAAC%2CSImjCL%2CQAAO%2CIsBxoCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1BlWI%2CSAAC%2CMAAM%2COIopCX%2COAAO%2CMAAK%2CWACP%3BAJ%5C%2FiCD%2CSAAC%2CSI8iCL%2COAAO%2CMAAK%2CWACP%3BEnB53BL%2CmBAAA%3B%3BAezRI%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIAEF%3BAJrjCD%2CSAAC%2CSImjCL%2CQAAO%2CIAEF%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAyTZ%2CmBAkBI%3BAV1oBJ%2CQACE%3BAE10BE%2CaAmBI%2COAyBI%2CUAAS%2CSACH%3BAA7Cd%2CaAmBI%2COAyBI%2CUAAS%2CSAEH%2CUAAU%3BA4ByRxB%2CeAkBI%2CsBAMI%2CMAAK%2CYAED%3BAc5XZ%2CsBA6DI%2CUAAS%2CSAIJ%2CUAAU%3BAvBsHnB%2CoBACI%2CaACI%2CoBAII%2CQAAO%3BAO7LnB%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAA%5C%2FFhC%2CcA2LI%3BAAeJ%2CyBACI%3BAADJ%2CyBAEI%3BAmB0dJ%3BA7C9gBA%2CYQs1CA%3BA0C79CA%2CkBAkBI%2Cc1C28CJ%3BEAjUA%2CaAAA%3B%3BAcrpCJ%3BAjBwOA%3BEhB%2BBI%2CyBAAA%3BEmBu6BA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAczpCJ%2C4BdiqCI%2CWACI%2CoBACI%3BAclqCZ%2CyBdgqCI%2CWACI%2CoBACI%3BAc3pCZ%2C0BdypCI%2CWACI%2CoBACI%3BAHh9BZ%2CQG88BI%2CWACI%2CoBACI%3BAH%5C%2F8BZ%2CuBG68BI%2CWACI%2CoBACI%3BAH98BZ%2CiBG48BI%2CWACI%2CoBACI%3BAH78BZ%2C0BG28BI%2CWACI%2CoBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAcvqChB%2C4BdiqCI%2CWACI%2CoBAOI%3BAcxqCZ%2CyBdgqCI%2CWACI%2CoBAOI%3BAcjqCZ%2C0BdypCI%2CWACI%2CoBAOI%3BAHt9BZ%2CQG88BI%2CWACI%2CoBAOI%3BAHr9BZ%2CuBG68BI%2CWACI%2CoBAOI%3BAHp9BZ%2CiBG48BI%2CWACI%2CoBAOI%3BAHn9BZ%2C0BG28BI%2CWACI%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAc3qChB%2C4BdiqCI%2CWACI%2CoBAOI%2CYAGI%3BAc3qChB%2CyBdgqCI%2CWACI%2CoBAOI%2CYAGI%3BAcpqChB%2C0BdypCI%2CWACI%2CoBAOI%2CYAGI%3BAHz9BhB%2CQG88BI%2CWACI%2CoBAOI%2CYAGI%3BAHx9BhB%2CuBG68BI%2CWACI%2CoBAOI%2CYAGI%3BAHv9BhB%2CiBG48BI%2CWACI%2CoBAOI%2CYAGI%3BAHt9BhB%2C0BG28BI%2CWACI%2CoBAOI%2CYAGI%3BEACI%2CaAAA%3B%3BAiBr9BpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAhBtLjB%2C2BAII%2CMAAK%3BALgIT%2C8BAII%2CMAAK%3BACuFb%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEZjFjB%2CYAAA%3B%3BAe2hCJ%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAe09BV%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgCpCV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgCnCV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgCnCV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgClCV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgClCV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgCjCV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBpNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBnNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAWhFN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW%5C%2FEN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAYWV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAYYV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEJdN%2CmBAAA%3B%3BAmBu%2BBJ%2CkBfzhCM%2CQAGI%2CKACI%3BAeqhCd%2CkBfxhCM%2CQAEI%2CKACI%3BAeqhCd%2CkBfvhCM%2CQACI%2CKACI%3BAeqhCd%2CkBfzhCM%2CQAGI%2CKAEI%3BAeohCd%2CkBfxhCM%2CQAEI%2CKAEI%3BAeohCd%2CkBfvhCM%2CQACI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAemhChB%2CkBf9gCM%2CQACI%2CKACI%3BAe4gCd%2CkBf9gCM%2CQACI%2CKAEI%3BAgCcd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCed%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgCed%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCgBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgCgBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCiBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgBlKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKACI%3BAgBjKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKAEI%3BAW9BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKACI%3BAW7BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKAEI%3BAY6Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKACI%3BAY8Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKAEI%3BEJoCV%2CgCAAA%3B%3BASg8BJ%2CcAcI%3BAmC%5C%2FpCA%2CeAII%3BE5C6MJ%2CcAAA%3BEAAA%2CiBAAA%3BEmBoiCA%2CmBAAA%3B%3BAVpGJ%2CcACI%3BAO38BJ%2CcACI%3BAwC4DA%2COAEI%3BAZtQJ%2CeACI%3BEzBiwCJ%2CeAAA%3B%3BAVjHJ%2CcACI%2CaU2GA%3BAHtjCJ%2CcACI%2CaGqjCA%3BAqCz%5C%2FBA%2COAEI%2CarCu%5C%2FBJ%3BAyB7vCA%2CeACI%2CazB4vCJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAwBxwCJ%3BAhClDA%2CeACI%3BEQm0CJ%2CkBAAA%3B%3BAwBlxCA%2CkBxBmxCA%2CSAAQ%2CKACJ%3BAwBpxCJ%2CkBxBmxCA%2CSAAQ%2CKAEJ%3BARv0CJ%2CeACI%2CWQo0CJ%2CSAAQ%2CKACJ%3BARt0CJ%2CeACI%2CWQo0CJ%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BATntCA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKSyvCT%3BACp0CA%2CuBAKI%2COAAM%2CKD%2BzCV%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BAC9zCA%2CyBAKI%2CyBAMI%3BAVsDA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS6vCT%3BACx0CA%2CuBAKI%2COAAM%2CKDm0CV%3BEnBvmCA%2CmBAAA%3BEmBknCA%2COAAO%2C2BAAP%3B%3BA2C14CQ%2CMADJ%2CSACK%3BE3Cm5CT%2CkBAAA%3B%3BA2Cn5CQ%2CMADJ%2CSACK%2Cc3Co5CT%3BEnB5nCA%2CmBAAA%3BEmB8nCI%2COAAO%2CoCAAP%3B%3BAMx5CJ%2CqBACI%2CaACI%2CeACI%3BAgCIR%2CsBAAC%2CcAgBG%3BEzDmQR%2CaAAA%3BEAAA%2CSAAA%3BEmByoCA%2CUAAA%3B%3BAMn6CA%2CqBACI%2CaACI%2CeACI%2CuBNk6CX%3BAMr6CD%2CqBACI%2CaACI%2CeACI%2CuBNm6CX%3BAsC%5C%2F5CG%2CsBAAC%2CcAgBG%2CuBtC84CP%3BAsC95CG%2CsBAAC%2CcAgBG%2CuBtC%2B4CP%3BEnB9lCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CYAAA%3BEmBopCI%2CUAAA%3BEACA%2COAAA%3B%3BAM%5C%2F6CJ%2CqBACI%2CaACI%2CeACI%2CuBN86CX%3BAsC16CG%2CsBAAC%2CcAgBG%2CuBtC05CP%3BEnBvpCD%2CyBAAA%3B%3BAyB1RA%2CqBACI%2CaACI%2CeACI%2CuBNi7CX%3BAsC76CG%2CsBAAC%2CcAgBG%2CuBtC65CP%3BEnB1pCD%2C4BAAA%3BEmB4pCI%2CQAAA%3B%3BAPv4CJ%2CYAMI%3BAexCJ%2C%2BBAEI%3BAkCHJ%2CkBASM%3BA%5C%2FCSN%2C0BAQI%3BEdoPJ%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3B%3BAWvIA%3BAkDvIA%2CkBAkBI%3BE1C07CJ%2C6BAAA%3BEACA%2CiBAAA%3B%3BARt0CA%2CYQu0CA%2CMAEI%3BARz0CJ%2CYQw0CA%2CMACI%3BA0Ch9CJ%2CkBAkBI%2Cc1C47CJ%2CMAEI%3BA0Ch9CJ%2CkBAkBI%2Cc1C67CJ%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAR50CR%2CYQu0CA%2CMAOI%3BAR90CJ%2CYQw0CA%2CMAMI%3BA0Cr9CJ%2CkBAkBI%2Cc1C47CJ%2CMAOI%3BA0Cr9CJ%2CkBAkBI%2Cc1C67CJ%2CMAMI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BARn1CR%2CYQy1CA%2COACI%3BAR11CJ%2CYQy1CA%2COAEI%3BA0Cl%2BCJ%2CkBAkBI%2Cc1C88CJ%2COACI%3BA0Cj%2BCJ%2CkBAkBI%2Cc1C88CJ%2COAEI%3BEACI%2CeAAA%3B%3BAR51CR%2CYQy1CA%2COAKI%3BA0Cr%2BCJ%2CkBAkBI%2Cc1C88CJ%2COAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BARj2CR%2CYQy1CA%2COAUI%3BA0C1%2BCJ%2CkBAkBI%2Cc1C88CJ%2COAUI%3BEACI%2C6BAAA%3BEnB7tCR%2CeAAA%3BEmB%2BtCQ%2CoBAAA%3B%3BARt2CR%2CYQy1CA%2COAeI%3BA0C%5C%2F%2BCJ%2CkBAkBI%2Cc1C88CJ%2COAeI%3BEACI%2C6BAAA%3BEnBluCR%2CeAAA%3B%3BAWvIA%2CYQ62CA%3BA0Cp%5C%2FCA%2CkBAkBI%2Cc1Ck%2BCJ%3BEACI%2CoBAAA%3B%3BAR92CJ%2CYQg3CA%2CMAAM%2CGAAE%2CWAAY%3BA0Cv%5C%2FCpB%2CkBAkBI%2Cc1Cq%2BCJ%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARj3CJ%2CYQm3CA%2CYACK%2CQACG%3BARr3CR%2CYQm3CA%2CYACK%2CQAEG%3BA0C7%5C%2FCR%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQACG%3BA0C5%5C%2FCR%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BARz3CZ%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%3BA0ClgDhB%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CkBAAA%3BEnBtvCZ%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAtB68CI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BA9B3HF%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BAoBlQF%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsBhwCd%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CmBtBs8CA%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BA9BmFD%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BAoBpDD%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsB98Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9BhNA%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BA0C5gDb%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BARx4ChB%2CYQm3CA%2CYACK%2CQAuBI%2CSACG%3BAR54CZ%2CYQm3CA%2CYACK%2CQAuBI%2CSAEG%3BA0CphDZ%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAuBI%2CSACG%3BA0CnhDZ%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAsBv6ChB%2CmBtB44CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BA9ByBD%2CYQm3CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BAoB9GD%2CkBAkBI%2Cc1Cw%2BCJ%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsBz6CnB%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAWvIA%2CYQm3CA%2CYAqCK%3BA0C%5C%2FhDL%2CkBAkBI%2Cc1Cw%2BCJ%2CYAqCK%3BEACG%2CaAAA%3BEACA%2CgCAAA%3B%3BAR15CR%2CYQm3CA%2CYAqCK%2CQAGI%3BA0CliDT%2CkBAkBI%2Cc1Cw%2BCJ%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAR55CZ%2CYQg6CA%3BA0CviDA%2CkBAkBI%2Cc1CqhDJ%3BEACI%2CgBAAA%3B%3BAEj%2BCJ%2CiCF2%5C%2FCA%2COAEM%2CSACE%3BAGrhDR%2CuBHkhDA%2COAEM%2CSACE%3BARjtCR%2CcQ8sCA%2COAEM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEhgDZ%2CiCFogDA%3BAG3hDA%2CuBH2hDA%3BARvtCA%2CcQutCA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAEvgDJ%2CiCFogDA%2CiBAII%2CQACK%3BAEzgDT%2CiCFogDA%2CiBAII%2CQAEK%3BAGjiDT%2CuBH2hDA%2CiBAII%2CQACK%3BAGhiDT%2CuBH2hDA%2CiBAII%2CQAEK%3BAR7tCT%2CcQutCA%2CiBAII%2CQACK%3BAR5tCT%2CcQutCA%2CiBAII%2CQAEK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEhhDZ%2CiCFogDA%2CiBAeI%3BAG1iDJ%2CuBH2hDA%2CiBAeI%3BARtuCJ%2CcQutCA%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAEthDR%2CiCF0hDA%2CQAAO%3BAGjjDP%2CuBHijDA%2CQAAO%3BAR7uCP%2CcQ6uCA%2CQAAO%3BEAEH%2CgBAAA%3B%3BAE5hDJ%2CiCF%2BhDA%3BAGtjDA%2CuBHsjDA%3BARlvCA%2CcQkvCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAEjiDJ%2CiCF%2BhDA%2CUAGM%2CSACI%3BAG1jDV%2CuBHsjDA%2CUAGM%2CSACI%3BARtvCV%2CcQkvCA%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAEpiDZ%2CiCFwiDA%3BAG%5C%2FjDA%2CuBH%2BjDA%3BAR3vCA%2CcQ2vCA%3BEACI%2CmBAAA%3B%3BApB1nDJ%3BEACI%2CakERc%2CWlEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEAc%2CWlEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEQc%2CWlERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEgBc%2CWlEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAkEmCJ%3BEjE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6DlHJ%3BE5DgZI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCR%2CQAEI%2CQAAO%3BE5DsZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DvbL%2CeAAA%3B%3BAAPR%2CQASI%3BE5D%2BYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DhbL%2CeAAA%3B%3BAAdR%2CQAgBI%3BE5DwYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DzaL%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CUAIM%2CsBAAoB%3BEAClB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAoFR%2CQApD0B%3BEACtB%3BEACA%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BI5DqUJ%2CoBAAA%3BIACQ%2CYAAA%3BIAMR%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE4DhVJ%2CIAAK%3BIACD%2CWAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEM7DA%2CCAAC%2CmBAAwB%2CQN0DtB%3BI5D4LP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkErZL%2CCAAC%2CoBAAyB%2CQNuDvB%3BI5D4LP%2CUAAA%3BIkE9KA%2CqBAAA%3BIlE8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkElZL%2CCAAC%2CyBAA%2BB%2CQNoD7B%3BI5D4LP%2CUAAA%3BIkElLA%2CYAAA%3BIlEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkE%5C%2FYL%2CCAAC%2C0BAAgC%2CQNiD9B%3BI5D4LP%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DxVT%3BIAEI%2CiBAAA%3B%3BEMnDA%2CCAAC%2CoBAAyB%3BIlEuO9B%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEtYL%2CCAAC%2CyBAA%2BB%3BIlEoOpC%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEnYL%2CCAAC%2C0BAAgC%3BIlEiOrC%2CUAAA%3BIkEtLA%2CWAAA%3BIlEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4DlVT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEACH%2CCAED%2COAAM%3BIACF%2CkBAAA%3B%3B%3BAOtHJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2C6BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CK%5C%2FDmeE%3BEJzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmEbA%2CMACI%3BEACI%2C0BAAA%3B%3BAAGI%2CMAJR%2CMAGM%2CKACG%2CYACG%3BAADJ%2CMAJR%2CMAGM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAATpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAgBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAChCZ%2CQAAQ%3BEpE%2BRR%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvDI%2CKCoDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEpE2RR%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDnDI%2CMCgDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvOS%2CODuOT%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEpEuRR%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEpEmRR%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD3CI%2COCwCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEpE%2BQR%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvCI%2CQCoCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE5BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxOW%2CODwOX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEzCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEtEwRA%2CqBAAA%3BEyC9QA%2CqBAAA%3BE6BFI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BA7BFJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzPQ%2CODyPR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BEzC2PL%2CcAAA%3B%3BAsExRA%2CW7B4QE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsEyQJ%2CQAjQ0B%3BEACtB%2CWACI%2CQACI%3BIACI%2CkBAAA%3BItEyPZ%2CcAAA%3BIyChOA%2CqBAAA%3BI6BlBY%2CWAAA%3B%3BE7BwBZ%2CW6BjCI%2CQACI%2CW7BgCP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE6B1TY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE7B8EhB%2CW6B3FI%2CQACI%2CWAcK%2CgB7B4EZ%3BIzCgKD%2CSCzQM%2CODyQN%3B%3BEsElOA%3BItEkNF%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsEhOI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIAEA%2CyBAAA%3B%3BEAXJ%2CaAYI%3BIACI%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAlBR%2CaAYI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAXJ%2CUAWK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CaAjBJ%2CUAiBK%3BItEqMT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEzBY%2CgBAAA%3B%3BEA%5C%2FBZ%2CaAmCI%2CQAAO%3BItE%2BLX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEnBQ%2CWAAA%3B%3BEArCR%2CaAmCI%2CQAAO%2CMAGH%3BIACI%2C6BAAA%3BIACA%2CSAAA%3B%3BEACA%2CaANR%2CQAAO%2CMAGH%2CGAGK%2CMAAM%3BIACH%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA3ChB%2CaAmCI%2CQAAO%2CMAWH%3BEA9CR%2CaAmCI%2CQAAO%2CMAYH%2CEAAC%3BItEmLT%2CWAAA%3BIAAA%2CqBAAA%3BIsEhLY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApDZ%2CaAmCI%2CQAAO%2CMAmBH%2CEAAC%3BIACG%2CcAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CgBAGI%3BItEmJN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsEjKQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CgBAWI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CSAAA%3BIACA%2CMAAM%2CiBAAN%3BIACA%2CiBAAA%3B%3BEAJR%2CSAOI%3BItE4HN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIsExIQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAMR%2CMADE%2CYAAa%2CcACd%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEtEnIR%2CMsE%2BHM%2CYAAa%2CcACd%2CMtEhIJ%3BEACD%2CMsE8HM%2CYAAa%2CcACd%2CMtE%5C%2FHJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMsEyHM%2CYAAa%2CcACd%2CMtE1HJ%3BIACG%2CWAAA%3B%3BEsE%2BHA%2CMAPE%2CYAAa%2CcAOd%3BIACG%2CmBAAA%3BIACA%2CsCAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIK%3BEAJN%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIU%2CIAAC%3BEAJZ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIqB%2CIAAC%3BIACf%2CcAAA%3B%3BEAhBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBK%3BEAnBN%2CMAPE%2CYAAa%2CcAOd%2CWAmBU%2CIAAC%3BEAnBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAIR%2CMA%5C%2FBE%2CYAAa%2CcA%2BBd%3BIAEG%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEtEpKR%2CMsE%2BHM%2CYAAa%2CcA%2BBd%2CatE9JJ%3BEACD%2CMsE8HM%2CYAAa%2CcA%2BBd%2CatE7JJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMsEyHM%2CYAAa%2CcA%2BBd%2CatExJJ%3BIACG%2CWAAA%3B%3BEsE8JI%2CMAtCF%2CYAAa%2CcA%2BBd%2CaAOI%3BIACG%2CcAAA%3B%3BECrKZ%3BIvEmPA%2CuBAAA%3BIuEhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIvEoOR%2CkBAAA%3BIAAA%2CgBAAA%3BIAAA%2CqBAAA%3BIAAA%2CkBAAA%3B%3BEuEnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIvE4NL%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuEnPA%2CWA4BI%3BIvEuNJ%2C0BAAA%3BIAAA%2CiBAAA%3B%3BEuEnPA%2CWA4BI%2CQAIM%3BIvEmNV%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyBAAA%3BIuE7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIvE4Mb%2CWAAA%3B%3BEuEvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIvEqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIuE7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIvEwLV%2CgBAAA%3B%3BEuEpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIvEkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEuEpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIvE0KxB%2CiBAAA%3B%3BEuElKQ%2CWADJ%2CGAAE%2COACG%3BIvEkKT%2C6BAAA%3B%3BEuEnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIvEyJjB%2CWAAA%3B%3BEuEnJQ%2CWAVJ%2CSAUK%2CIAAI%3BIvEmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIuE7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIvEqIlB%2CkBAAA%3B%3BEuEjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIvE2HhB%2CkBAAA%3B%3BEuEnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIvEqHpB%2CWAAA%3BIuEhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIvE8GzB%2CWAAA%3B%3BEuEvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIvEgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BEuEpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIvEmFtB%2CiBAAA%3B%3BEsEhEA%2CWACI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CWAJJ%2CEAIK%3BIACG%2CcAAA%3B%3BEANZ%2CWASI%2CGAAE%3BIACE%2CiBAAA%3B%3BEACA%2CWAFJ%2CGAAE%2COAEG%3BIACG%2CaAAA%3B%3BEAZZ%2CWASI%2CGAAE%2COAKI%2CIAAC%3BIACC%2C4BAAA%3B%3BEAfZ%2CWASI%2CGAAE%2COAQI%2CIAAC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CWAZR%2CGAAE%2COAQI%2CIAAC%3BEAII%2CWAZX%2CGAAE%2COAQI%2CIAAC%2CgBAIQ%3BIACH%2CsBAAA%3B%3BEAGR%2CWAhBJ%2CGAAE%2COAgBG%2COAAQ%2CcAAc%3BEAAiB%2CWAhB5C%2CGAAE%2COAgB2C%2COAAU%2CIAAC%2CIAAI%3BEAAoB%2CWAhBhF%2CGAAE%2COAgB%2BE%2CWAAc%2CIAAC%2CIAAI%3BEAAoB%2CWAhBxH%2CGAAE%2COAgBuH%2COAAU%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BEAAiB%2CWAhBpL%2CGAAE%2COAgBmL%2CWAAc%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BIAC3N%2CcAAA%3BIACA%2CcAAA%3B%3BEA3BZ%2CWASI%2CGAAE%2COAqBI%2CgBAAgB%3BIACd%2CgBAAA%3B%3BEA%5C%2FBZ%2CWASI%2CGAAE%2COAwBE%2CcAAgB%2CIAAC%3BIACb%2CSrE1NE%2COqE0NF%3BIACA%2CeAAA%3BIACA%2CarE9OG%2CaqE8OH%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAxCZ%2CWASI%2CGAAE%2COAiCE%2CGAAE%2COAAU%3BIACR%2CgBAAA%3B%3BEAIJ%2CWADJ%2CGAAE%3BEACK%2CWADP%2CGAAE%2CQACM%2CIAAI%3BIACJ%2CkBAAA%3B%3BEADJ%2CWADJ%2CGAAE%2CQAIM%2CQAAU%3BEAHX%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGJ%2CQAAU%3BEAHd%2CWADJ%2CGAAE%2CQAImB%2CQAAO%2COAAU%3BEAH%5C%2FB%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGS%2CQAAO%2COAAU%3BIAC1B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEArDhB%2CWA8CI%2CGAAE%2CQAWI%3BIACE%2CiBAAA%3B%3B%3BAA0DhB%2CQAhDwB%3BEACpB%3BIACI%2CaAAA%3B%3BEAGJ%3BItE0HA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEsE%5C%2FHJ%2CaAAC%3BIACG%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CcAAA%3BIACA%2CUAAA%3B%3BEC7BR%3BIvESA%2CuBAAA%3BIAAA%2CeAAA%3BIAAA%2CgBAAA%3BIuEJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIvEhBN%2CgBAAA%3B%3BEuETA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIvExBJ%2CmBAAA%3BIuE0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIvE%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIuEsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIvE1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuEkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIvEpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIuE2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIvEzFpB%2CqBAAA%3BIyChOA%2CqBAAA%3B%3BE8BmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgB9BnGhB%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyC2CA%2CW8BkPI%2CQA2DK%2COACK%2CaAGI%2CgB9BjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8BlFA%2CWAiCI%2CQA8EI%3BIvEtGR%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2C%2BCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIuE8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIvElHZ%2CgBAAA%3B%3BEuETA%2CWAiCI%2CQA8EI%2CSAyIF%3BIvE%5C%2FON%2CgBAAA%3B%3BEuEkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIvE1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIuE%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIvEpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIuEuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIvEzIhB%2CWAAA%3BIAAA%2CgBAAA%3B%3BEuEgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIvEjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuETA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIvEzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEuETA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIvEpL5B%2CqBAAA%3BIyChOA%2CqBAAA%3B%3BE8BgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgB9B9LxB%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyC2CA%2CW8BkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgB9B5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCpPQ%2CODoPR%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIvEpMZ%2CqBAAA%3BIyChOA%2CqBAAA%3B%3BEAMA%2CW8BkPI%2CQA2KK%2CK9B7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgEzPgB%2COhEyPhB%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8BkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDrLhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAIR%2CWAAY%2CGAAE%3BIACV%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAEhVJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEzEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEyEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEzE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEyExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BEzEqOL%2CiBAAA%3BEyEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEzEgOL%2CiBAAA%3BEyE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEzEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAyE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEzE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BAyEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEzEgNF%2CYAAA%3B%3BAyE5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CiBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BE1E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE2E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE3EuQD%2C4B4E3RgC%2C2C5E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAG%5C%2FBR%3BE7E2RI%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEM0KA%2CuBAAA%3B%3BAuErcJ%2CSvEucM%3BEACE%2CsBAAA%3B%3BAuExcR%2CSvE2cM%3BENhLF%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEMoLI%2CsBAAA%3BEACA%2CWAAA%3BENrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAMgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAuE9dR%2CSAAC%3BEACG%2CgBAAA%3B%3BAAHR%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BE7EqRZ%2CeAAA%3B%3BA6E3RJ%2CSAKM%2CSvE0wBA%3BAuE%5C%2FwBN%2CSAMM%2CUAAU%2CSvEywBV%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAAtOJ%2CSuExiBE%2CSvEwiBD%3BAAAD%2CSuEviBE%2CUAAU%2CSvEuiBX%3BEACG%2CgBAAA%3B%3BAuE9iBR%2CSAKM%2CSvEkjBA%3BAuEvjBN%2CSAMM%2CUAAU%2CSvEijBV%3BEN5RF%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAMqSI%2CSuE3jBF%2CSvEkjBA%2CSASM%3BAAAJ%2CSuE1jBF%2CUAAU%2CSvEijBV%2CSASM%3BEACA%2CaAAA%3B%3BAuEjkBZ%2CSAKM%2CSvEgkBF%2CQACI%3BAuEtkBR%2CSAMM%2CUAAU%2CSvE%2BjBZ%2CQACI%3BEACI%2CmBAAA%3B%3BANhiBR%2CS6ElCE%2CSvEskBF%2CQAAO%2CMNpiBN%3BAAAD%2CS6EjCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CMNpiBN%3BAACD%2CS6EnCE%2CSvEskBF%2CQAAO%2CMNniBN%3BAAAD%2CS6ElCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CMNniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS6ExCE%2CSvEskBF%2CQAAO%2CMN9hBN%3BAAAD%2CS6EvCE%2CUAAU%2CSvEqkBZ%2CQAAO%2CMN9hBN%3BEACG%2CWAAA%3B%3BA6E9CR%2CSAKM%2CSvEskBF%2CQAAO%2CMAEH%3BAuE7kBR%2CSAMM%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSuE7kBF%2CSvEskBF%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSuE5kBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuEjlBF%2CSvEskBF%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSuEhlBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSuErlBF%2CSvEskBF%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSuEplBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSuEzlBF%2CSvEskBF%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSuExlBF%2CUAAU%2CSvEqkBZ%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAuE%5C%2FlBZ%2CSAKM%2CSvE8lBF%3BAuEnmBJ%2CSAMM%2CUAAU%2CSvE6lBZ%3BENpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEMyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAuEvmBR%2CSAKM%2CSvE8lBF%2COAMI%3BAuEzmBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAMI%3BAuEzmBR%2CSAKM%2CSvE8lBF%2COAOI%3BAuE1mBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAOI%3BAuE1mBR%2CSAKM%2CSvE8lBF%2COAQI%3BAuE3mBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAQI%3BENhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEMwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAuEhnBZ%2CSAKM%2CSvE8lBF%2COAgBI%3BAuEnnBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAgBI%3BAuEnnBR%2CSAKM%2CSvE8lBF%2COAiBI%3BAuEpnBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COAiBI%3BENzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEMjPA%2CsBAAA%3BENiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEM0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSuE5XE%2CSvE8lBF%2COAgBI%2CWAlPH%3BAAAD%2CSuE3XE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAlPH%3BAAAD%2CSuE5XE%2CSvE8lBF%2COAiBI%2CUAnPH%3BAAAD%2CSuE3XE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUAnPH%3BENtGD%2CYAAA%3B%3BAMqHA%2CSuE3YE%2CSvE8lBF%2COAgBI%2CWAnOH%3BAAAD%2CSuE1YE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAnOH%3BAAAD%2CSuE3YE%2CSvE8lBF%2COAiBI%2CUApOH%3BAAAD%2CSuE1YE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUApOH%3BENrHD%2CWAAA%3B%3BAM0HA%2CSuEhZE%2CSvE8lBF%2COAgBI%2CWA9NH%3BAAAD%2CSuE%5C%2FYE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWA9NH%3BAAAD%2CSuEhZE%2CSvE8lBF%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSuE%5C%2FYE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUA%5C%2FNH%3BEN1HD%2CWAAA%3B%3BAM%2BHA%2CSuErZE%2CSvE8lBF%2COAgBI%2CWAzNH%3BAAAD%2CSuEpZE%2CUAAU%2CSvE6lBZ%2COAgBI%2CWAzNH%3BAAAD%2CSuErZE%2CSvE8lBF%2COAiBI%2CUA1NH%3BAAAD%2CSuEpZE%2CUAAU%2CSvE6lBZ%2COAiBI%2CUA1NH%3BEN%5C%2FHD%2CWAAA%3B%3BA6E3RJ%2CSAKM%2CSvE8lBF%2COA0BI%3BAuE7nBR%2CSAMM%2CUAAU%2CSvE6lBZ%2COA0BI%3BEACI%2CWAAA%3BENnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA6E7bb%2CSAKM%2CSvE8nBF%3BAuEnoBJ%2CSAMM%2CUAAU%2CSvE6nBZ%3BENxWA%2CiBAAA%3B%3BAMugBI%2CSuE7xBF%2CSvE2xBD%2CSAAY%2CSAER%3BAAAD%2CSuE5xBF%2CUAAU%2CSvE0xBX%2CSAAY%2CSAER%3BAAAD%2CSuE7xBF%2CSvE4xBD%2CUAAa%2CSACT%3BAAAD%2CSuE5xBF%2CUAAU%2CSvE2xBX%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BENxgBR%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3B%3BA6E3RJ%2CSAKM%2CSvEk0BF%3BAuEv0BJ%2CSAMM%2CUAAU%2CSvEi0BZ%3BEN5iBA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2CSoCdE%2CSvEk0BF%2CMmCpzBC%3BAAAD%2CSoCbE%2CUAAU%2CSvEi0BZ%2CMmCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoC5VI%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE7EMV%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6ETI%2CSARF%2CSAQG%2COACG%3BAADJ%2CSAPF%2CUAAU%2CSAOP%2COACG%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAjBhB%2CSAKM%2CSAeE%3BAApBR%2CSAMM%2CUAAU%2CSAcR%3BEAII%2CiBAAA%3B%3BAAHA%2COAAO%2CIAAI%2COAAQ%2CUAhBzB%2CSAeE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAfzB%2CUAAU%2CSAcR%3BEAEQ%2CmBAAA%3B%3BAAtBhB%2CSAKM%2CSAqBE%3BAA1BR%2CSAMM%2CUAAU%2CSAoBR%3BEACE%2CiBAAA%3B%3BAA3BV%2CSAKM%2CSAwBE%2COAAM%3BAA7Bd%2CSAMM%2CUAAU%2CSAuBR%2COAAM%3BEACF%2CoBAAA%3B%3BAACA%2CSA1BN%2CSAwBE%2COAAM%2COAED%3BAAAD%2CSAzBN%2CUAAU%2CSAuBR%2COAAM%2COAED%3BEACG%2CgBAAA%3B%3BAAhChB%2CSAoCM%3BEACA%2CcAAA%3B%3BAAGN%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACI%3BEACI%2CoBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2CKACF%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAwBR%3BE7E0LE%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE6E9MJ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAqB%2C4CAArB%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CoBAAA%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CGAAG%2CWAAW%3BEACV%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAIJ%2CMAAO%3BEJ7EH%2CkBAAA%3B%3BAI6EJ%2CMAAO%2CSJ3EH%3BEzEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEyEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEzE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEyEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMIiDD%2CSJ3EH%2CiBA0BK%3BAACD%2CMIgDD%2CSJ3EH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMIwCD%2CSJ3EH%2CiBAmCK%3BEzEqOL%2CiBAAA%3BEyEnOQ%2CyBAAA%3B%3BAAGJ%2CMImCD%2CSJ3EH%2CiBAwCK%3BEzEgOL%2CiBAAA%3BEyE9NQ%2CyBAAA%3B%3BAA0GR%2CMIzEG%2CSJ3EH%2CiBAoJC%3BAACD%2CMI1EG%2CSJ3EH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMI9EG%2CSJ3EH%2CiBAyJC%3BEzE%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAyEzGA%2CMIpFG%2CSJ3EH%2CiBA%2BJC%3BEzEyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BAyEhNA%2CMImBG%2CSJnBD%3BEzEgNF%2CYAAA%3B%3BAyE5MA%2CMIeG%2CSJfD%2CgBAA2B%2CMAAS%3BAACtC%2CMIcG%2CSJdD%2CgBAA2B%2CMAAS%3BAACtC%2CMIaG%2CSJbF%2CMAAO%3BEACJ%2CcAAA%3B%3BAIYR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CcACM%3BExEsHF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CcAAA%3BEyC9QA%2CqBAAA%3BEoCyGI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAxEuHJ%2CcwElIE%2CyBxEkID%3BAACD%2CcwEnIE%2CyBxEmID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcwExIE%2CyBxEwID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcwE7IE%2CyBxE6ID%3BAACD%2CcwE9IE%2CyBxE8ID%3BAACD%2CQAAQ%2CUAAW%2CewE%5C%2FIjB%3BExEgJE%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA6EhLJ%2CcACM%2CyBpCmKA%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CcoCyFE%2CyBpCzFD%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgE9OY%2COhE8OZ%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoC5OI%2CcAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CeAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BA9E9IZ%3BEACI%2Ca2C0CW%2Ca3C1CX%3BEACA%2CSAAS%2CwCAAsB%2COAAO%2CcAClC%2CuCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%2BETR%2CMAAM%2COAAO%3BEACT%2CYAAA%3B%3BAAGJ%3BEACE%2CcAAA%3B%3BAACE%2CMAAC%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CMAAC%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAOI%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE9E4PJ%2CqBAAA%3BEKxHA%2CqBAAA%3B%3BAAEA%2CCyEtIH%2COAAO%2CQzEsIH%3BAACD%2CCyEvIH%2COAAO%2CQzEuIH%3BAACD%2CCyExIH%2COAAO%2CQzEwIH%3BEACG%2CqBAAA%3B%3BAyErIR%2COAAO%3BEzEOH%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEyEzBA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAzEyCA%2COyE5CG%2CQzE4CF%3BAACD%2COyE7CG%2CQzE6CF%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2COyEzDG%2CQzEyDF%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2COyErEG%2CQzEqEF%3BAACD%2COyEtEG%2CQzEsEF%3BAACD%2CQAAQ%2CUAAW%2CQyEvEhB%3BE9EwPH%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyEpER%2CqBACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BACjDN%2CQAAQ%2CKAAK%3BECuJX%2CSAAA%3BEACA%2CUAAA%3B%3BADxJF%2CQAAQ%2CKAAK%2CMC0JT%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JN%2CQAAQ%2CKAAK%2CMC0JT%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKV%2CQAAQ%2CKAAK%2CMCoKT%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAhF7HJ%2CQ%2BE5CM%2CKAAK%2CMCoKT%2CQAAK%2CQhFxHN%3BAACD%2CQ%2BE7CM%2CKAAK%2CMCoKT%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ%2BElDM%2CKAAK%2CMCoKT%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CQD3KE%2CKAAK%2CMCoKT%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KV%2CQAAQ%2CKAAK%2CMC4NL%2CQAAK%3BEhFoEX%2CSAAA%3B%3BA%2BEhSF%2CQAAQ%2CKAAK%2CMCqOT%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CWAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQgF%5C%2FIM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQgFpJM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQgFzJM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%2CQDvQE%2CKAAK%2CMCqOT%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQE%2CKAAK%2CMCqOT%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQE%2CKAAK%2CMCqOT%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QE%2CKAAK%2CMCqOT%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA%2BEhSF%2CQAAQ%2CKAAK%2CMCkRT%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C0BAAA%3B%3BA%2BEhSF%2CQAAQ%2CKAAK%2CMAET%2CMAAK%3BEACD%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAARR%2CQAAQ%2CKAAK%2CMAET%2CMAAK%2CMAOA%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAACA%2CQApBF%2CKAAK%2CMAET%2CMAAK%2CMAOA%2CUAWE%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzBA%2CKAAK%2CMAET%2CMAAK%2CMAuBA%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAFF%2CQAzBA%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAACA%2CQAhCJ%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%2CUAIE%3BAAAO%2CQAhCZ%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%2CUAIU%3BEACP%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIN%2CQAvCA%2CKAAK%2CMAET%2CMAAK%2CMAqCA%3BEACC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CQAvCA%2CKAAK%2CMAET%2CMAAK%2CMAqCA%2CMAGE%3BEACC%2CcAAA%3BEACA%2CUAAA%3B%3BAA5CZ%2CQAAQ%2CKAAK%2CMAET%2CMAAK%2CMA6CD%3BEACI%2CkBAAA%3B%3BAACA%2CQAjDJ%2CKAAK%2CMAET%2CMAAK%2CMA6CD%2CEAEK%3BEACG%2CaAAa%2CaAAb%3BEACA%2CS9E3BN%2CO8E2BM%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAGR%2CQAzDA%2CKAAK%2CMAET%2CMAAK%2CMAuDA%2COAAQ%2CEAAC%3BEACN%2CS9EnCJ%2CO8EmCI%3BEACA%2CaAAa%2CaAAb%3B%3BAAIJ%2CQA%5C%2FDA%2CKAAK%2CMA8DP%2CQACG%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAHF%2CQA%5C%2FDA%2CKAAK%2CMA8DP%2CQACG%2CQAIC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAvEZ%2CQAAQ%2CKAAK%2CMA2ET%2COAAO%2CEAAC%3BEACJ%2CgBAAA%3B%3BAA5ER%2CQAAQ%2CKAAK%2CMA8ET%3BEACI%2CSAAA%3B%3BAAGR%3BAAAiB%2CQAAQ%2CYAAa%3BEACpC%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CgBAGE%3BAAHe%2CQAAQ%2CYAAa%2CGAGpC%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAZN%2CgBAcE%3BAAde%2CQAAQ%2CYAAa%2CGAcpC%3BAAdF%2CgBAcoB%3BAAdH%2CQAAQ%2CYAAa%2CGAclB%3BEACd%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBN%2CgBAqBE%2CeAAc%3BAArBC%2CQAAQ%2CYAAa%2CGAqBpC%2CeAAc%3BEACZ%2CSAAS%2COAAT%3B%3BAAtBJ%2CgBAwBE%2CsBAAsB%3BAAxBP%2CQAAQ%2CYAAa%2CGAwBpC%2CsBAAsB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3B%3BAE5GJ%2CMC8VE%3BElF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMCmHA%3BElF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEkFgEA%2CmBAAA%3BElFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAiFhSA%2CMC6HA%3BElFmKA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAiFhSA%2CMC6HA%2CMAUI%3BElFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiF3BA%2CMC4IA%2CEAAC%3BElFoJD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAkFtII%2CMAdJ%2CEAAC%2CKAcI%3BElFsIL%2CcAAA%3B%3BAkF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BElF0HL%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BElF6GL%2CWAAA%3B%3BAiFhSA%2CMCgMA%2COAAM%3BElFgGN%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAiFhSA%2CMCqNA%3BElF2EA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAkF7DI%2CMAdJ%2CQAcK%3BElF6DL%2CWAAA%3B%3BAkFjDI%2CMA1BJ%2CQA0BK%3BElFiDL%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAkFpCI%2CMAvCJ%2CQAuCK%3BElFoCL%2CWAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%3BElFwBL%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BElF9FL%2CWAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BElFpGL%2CWAAA%3B%3BAkFxBI%2CMAnDJ%2CQAmDK%2CKzCYH%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CMyC6LA%2CQAmDK%2CKzChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAmDK%2CKzCpOJ%2CMACI%3BEzC2PL%2CWAAA%3B%3BAyCrPI%2CMyC0KJ%2CQAmDK%2CKzC9NJ%2COACI%3BEzCqPL%2CWAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%3BElFML%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BElF9FL%2CWAAA%3B%3BAkFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BElFpGL%2CWAAA%3B%3BAkFNI%2CMArEJ%2CQAqEK%2CSzCNH%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CMyC6LA%2CQAqEK%2CSzClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCnPQ%2CODmPR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAqEK%2CSzCtPJ%2CMACI%3BEzC2PL%2CWAAA%3B%3BAyCrPI%2CMyC0KJ%2CQAqEK%2CSzChPJ%2COACI%3BEzCqPL%2CWAAA%3B%3BAiFhSA%2CMAEI%2CMAAK%3BEACD%2CeAAA%3B%3BAAHR%2CMAKI%2COAAM%3BAALV%2CMAwBJ%2CCAnBoB%2CCAAC%3BAALjB%2CMAwBJ%2CCAnB2B%3BEACjB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CMAfF%2COAAM%2CKAeH%3BAAAD%2CMAIV%2CCAnBoB%2CCAAC%2CKAeV%3BAAAD%2CMAIV%2CCAnB2B%2COAehB%3BAAAS%2CMAfZ%2COAAM%2CKAeO%3BAAAD%2CMAIpB%2CCAnBoB%2CCAAC%2CKAeA%3BAAAD%2CMAIpB%2CCAnB2B%2COAeN%3BAAAS%2CMAftB%2COAAM%2CKAeiB%3BAAAD%2CMAI9B%2CCAnBoB%2CCAAC%2CKAeU%3BAAAD%2CMAI9B%2CCAnB2B%2COAeI%3BEAAQ%2CyBAAA%3BEAA0B%2CgBAAA%3B%3BA3CnBjE%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CoBAAA%3B%3BAAdR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEAEI%2CoBAAA%3B%3BAACA%2CgBANN%2CWAGE%2CQAGK%3BAAAD%2CgBALN%2CaAEE%2CQAGK%3BEACG%2CgBAAA%3B%3BAAOR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAmBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAAKZ%2CQAAS%2CiBACL%2CQAAO%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CQAAS%2CiBAML%2CWAAW%2CEAAC%3BEACR%2CiBAAA%3BEACA%2CSAAA%3B%3BA6CnCJ%2CaAAgB%3BEACZ%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CaAAgB%2CeAMZ%3BEACE%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAXN%2CaAAgB%2CeAMZ%2COAMG%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAACA%2CaAlBQ%2CeAMZ%2COAMG%2CKAME%2CKAAM%3BEACL%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAACA%2CaAtBM%2CeAMZ%2COAMG%2CKAME%2CKAAM%2CEAIJ%3BEACC%2CwBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAA1BZ%2CaAAgB%2CeAMZ%2COAMG%2CKAiBC%3BEACE%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEF%2CaApCQ%2CeAMZ%2COAMG%2CKAwBE%2CIAAI%2CaAAa%3BEAChB%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAhDV%2CaAAgB%2CeAMZ%2COAMG%2CKAsCC%3BEACE%2CoBAAA%3B%3BAAnDV%2CaAAgB%2CeAuDZ%3BAAvDJ%2CaAAgB%2CeAuDT%2CEAAC%3BAAvDR%2CaAAgB%2CeAuDA%2CEAAC%3BEACT%2CWAAA%3B%3BAAxDR%2CaAAgB%2CeA0DZ%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CiBAAA%3B%3BA5DhDI%2CUAFP%2CMACG%2CQACK%3BEvBqRb%2CkBAAA%3BEuBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEvB6QhB%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BAuBrRY%2CUAFP%2CMACG%2CQACK%2CMkByQX%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CUlBfK%2CMACG%2CQACK%2CMkBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUlB5BC%2CMACG%2CQACK%2CMkByBZ%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CUlBlCC%2CMACG%2CQACK%2CMkB%2BBZ%2COACI%3BEzCqPL%2CoCAAA%3B%3BAK7CA%2CUkB1OK%2CMACG%2CQACK%2CMlBwOZ%3BAACD%2CUkB3OK%2CMACG%2CQACK%2CMlByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBhPK%2CMACG%2CQACK%2CMlB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBrPK%2CMACG%2CQACK%2CMlBmPZ%3BAACD%2CUkBtPK%2CMACG%2CQACK%2CMlBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWkBvPd%2CMACG%2CQACK%3BElBsPT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAuBpPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAvB6aJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BA%2BD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE%5C%2FDiQR%2CiBAAA%3BE%2BD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE%5C%2FD%2BOR%2CiBAAA%3B%3BA%2BD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE%5C%2FD2OZ%2CiBAAA%3B%3BA%2BDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE%5C%2FDuOR%2CiBAAA%3B%3BAoF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEpFuJA%2CYAAA%3B%3BAoFnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BEpFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEoFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEpF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAoF5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BEpF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEpFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFoHJ%2CwBAAA%3B%3BAoF9IA%2CYA8BI%3BEpFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%3BEpF0GA%2CYAAA%3BEoFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEpFmMJ%2CgBAAA%3B%3BAoF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEpFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEoF5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEpFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoF9OR%2CYAqCI%3BEpFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEpF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEhF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEyC9QA%2CqBAAA%3BE4CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAhF6MR%2CagFxNI%2CchFwNH%3BAAAD%2CYgFxNI%2CchFwNH%3BAAAD%2CYgFxNI%2CchFwNH%3BAACD%2CagFzNI%2CchFyNH%3BAAAD%2CYgFzNI%2CchFyNH%3BAAAD%2CYgFzNI%2CchFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CagF9NI%2CchF8NH%3BAAAD%2CYgF9NI%2CchF8NH%3BAAAD%2CYgF9NI%2CchF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CagFnOI%2CchFmOH%3BAAAD%2CYgFnOI%2CchFmOH%3BAAAD%2CYgFnOI%2CchFmOH%3BAACD%2CagFpOI%2CchFoOH%3BAAAD%2CYgFpOI%2CchFoOH%3BAAAD%2CYgFpOI%2CchFoOH%3BAACD%2CQAAQ%2CUAAW%2CcgFrOf%3BAhFqOJ%2CQAAQ%2CUAAW%2CagFrOf%3BAhFqOJ%2CQAAQ%2CUAAW%2CagFrOf%3BEhFsOA%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAqFxQA%2CaAGI%2Cc5CyPF%3BA4C3PF%2CYAEI%2Cc5CyPF%3BA4C1PF%2CYACI%2Cc5CyPF%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2Ca4CGI%2Cc5CHH%3BAAAD%2CY4CGI%2Cc5CHH%3BAAAD%2CY4CGI%2Cc5CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca4CVA%2Cc5CSH%2CMACI%3BAAAD%2CY4CVA%2Cc5CSH%2CMACI%3BAAAD%2CY4CVA%2Cc5CSH%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2Ca4ChBA%2Cc5CeH%2COACI%3BAAAD%2CY4ChBA%2Cc5CeH%2COACI%3BAAAD%2CY4ChBA%2Cc5CeH%2COACI%3BEzCqPL%2CcAAA%3B%3BAqFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BErF%2BOJ%2CcAAA%3B%3BAqF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BErFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEqFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CcAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BErF6MA%2CwCAAA%3BEqF3MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3BAlDjFR%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEnCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAmClXA%2CyBAII%3BEnCwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3B%3BAmCrPQ%2CyBAHJ%2CQAGK%3BEnCqPT%2CgBAAA%3B%3BAmC5PA%2CyBAeI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BAAOR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CeAOI%3BEACI%2CeAAA%3B%3BAAYR%2CiBACI%3BEnCyMJ%2CcAAA%3BEAAA%2CgBAAA%3B%3BAmCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEnCiLR%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CgCAAA%3B%3BAmCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEnCwJZ%2CcAAA%3B%3BAmCjKA%2C2BAOI%2CMACI%2CUAQM%3BEnCiJd%2C6BAAA%3B%3BAmCjKA%2C2BAOI%2CMAiBI%3BEACI%2CeAAA%3B%3BAAGI%2C2BArBZ%2CMAiBI%2CsBAGI%2CEACK%3BEACG%2CgBAAA%3B%3BAA7BpB%2C2BAOI%2CMA2BI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2C2BAOI%2CMA2BI%2CsBAII%3BEACI%2CYAAA%3B%3BAAMhB%3BAACA%3BEnCmHA%2CeAAA%3B%3B%3B%3B%3B%3BAsFxRA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BEzFgHA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEyF3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BElGiRL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEL0FA%2CgBAAA%3BEkG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAnGuHR%2CCmGhIK%2CwBnGgIJ%3BAAAD%2CMmGhIK%2CwBnGgIJ%3BAAAD%2CGmGhIK%2CwBnGgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCmGrIK%2CwBnGqIJ%3BAAAD%2CMmGrIK%2CwBnGqIJ%3BAAAD%2CGmGrIK%2CwBnGqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCmG1IK%2CwBnG0IJ%3BAAAD%2CMmG1IK%2CwBnG0IJ%3BAAAD%2CGmG1IK%2CwBnG0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CC6FzLK%2CwB7FyLJ%3BAAAD%2CM6FzLK%2CwB7FyLJ%3BAAAD%2CG6FzLK%2CwB7FyLJ%3BAACD%2CC6F1LK%2CwB7F0LJ%3BAAAD%2CM6F1LK%2CwB7F0LJ%3BAAAD%2CG6F1LK%2CwB7F0LJ%3BAACD%2CC6F3LK%2CwB7F2LJ%3BAAAD%2CM6F3LK%2CwB7F2LJ%3BAAAD%2CG6F3LK%2CwB7F2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC6FhMK%2CwB7FgMJ%3BAAAD%2CM6FhMK%2CwB7FgMJ%3BAAAD%2CG6FhMK%2CwB7FgMJ%3BAACD%2CC6FjMK%2CwB7FiMJ%3BAAAD%2CM6FjMK%2CwB7FiMJ%3BAAAD%2CG6FjMK%2CwB7FiMJ%3BAACD%2CQAAQ%2CUAAW%2CE6FlMd%3BA7FkML%2CQAAQ%2CUAAW%2CO6FlMd%3BA7FkML%2CQAAQ%2CUAAW%2CI6FlMd%3BElGiRL%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA6F3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE7F6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEkGhQQ%2CgBAAA%3B%3BA7F0IR%2CC6F%5C%2FIK%2C2B7F%2BIJ%3BAAAD%2CM6F%5C%2FIK%2C2B7F%2BIJ%3BAAAD%2CG6F%5C%2FIK%2C2B7F%2BIJ%3BAACD%2CC6FhJK%2C2B7FgJJ%3BAAAD%2CM6FhJK%2C2B7FgJJ%3BAAAD%2CG6FhJK%2C2B7FgJJ%3BAACD%2CC6FjJK%2C2B7FiJJ%3BAAAD%2CM6FjJK%2C2B7FiJJ%3BAAAD%2CG6FjJK%2C2B7FiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC6FzDK%2C2B7FyDJ%3BAAAD%2CM6FzDK%2C2B7FyDJ%3BAAAD%2CG6FzDK%2C2B7FyDJ%3BAACD%2CC6F1DK%2C2B7F0DJ%3BAAAD%2CM6F1DK%2C2B7F0DJ%3BAAAD%2CG6F1DK%2C2B7F0DJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CC6FtEK%2C2B7FsEJ%3BAAAD%2CM6FtEK%2C2B7FsEJ%3BAAAD%2CG6FtEK%2C2B7FsEJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CC6FlFK%2C2B7FkFJ%3BAAAD%2CM6FlFK%2C2B7FkFJ%3BAAAD%2CG6FlFK%2C2B7FkFJ%3BAACD%2CC6FnFK%2C2B7FmFJ%3BAAAD%2CM6FnFK%2C2B7FmFJ%3BAAAD%2CG6FnFK%2C2B7FmFJ%3BAACD%2CQAAQ%2CUAAW%2CE6FpFd%3BA7FoFL%2CQAAQ%2CUAAW%2CO6FpFd%3BA7FoFL%2CQAAQ%2CUAAW%2CI6FpFd%3BElGqQL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA6F%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE7FqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BELiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEL6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEkGxPQ%2CgBAAA%3B%3BA7FkIR%2CC6FvIK%2C6B7FuIJ%3BAAAD%2CM6FvIK%2C6B7FuIJ%3BAAAD%2CG6FvIK%2C6B7FuIJ%3BAACD%2CC6FxIK%2C6B7FwIJ%3BAAAD%2CM6FxIK%2C6B7FwIJ%3BAAAD%2CG6FxIK%2C6B7FwIJ%3BAACD%2CC6FzIK%2C6B7FyIJ%3BAAAD%2CM6FzIK%2C6B7FyIJ%3BAAAD%2CG6FzIK%2C6B7FyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC6FjDK%2C6B7FiDJ%3BAAAD%2CM6FjDK%2C6B7FiDJ%3BAAAD%2CG6FjDK%2C6B7FiDJ%3BAACD%2CC6FlDK%2C6B7FkDJ%3BAAAD%2CM6FlDK%2C6B7FkDJ%3BAAAD%2CG6FlDK%2C6B7FkDJ%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CC6F9DK%2C6B7F8DJ%3BAAAD%2CM6F9DK%2C6B7F8DJ%3BAAAD%2CG6F9DK%2C6B7F8DJ%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CC6F1EK%2C6B7F0EJ%3BAAAD%2CM6F1EK%2C6B7F0EJ%3BAAAD%2CG6F1EK%2C6B7F0EJ%3BAACD%2CC6F3EK%2C6B7F2EJ%3BAAAD%2CM6F3EK%2C6B7F2EJ%3BAAAD%2CG6F3EK%2C6B7F2EJ%3BAACD%2CQAAQ%2CUAAW%2CE6F5Ed%3BA7F4EL%2CQAAQ%2CUAAW%2CO6F5Ed%3BA7F4EL%2CQAAQ%2CUAAW%2CI6F5Ed%3BElG6PL%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA8FlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C%2BBAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BER%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAQhHA%2CsBRkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAQrHJ%2CsBRkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAQxHR%2CsBR4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAhF7HJ%2CsBgFwHE%2CQAAK%2CQhFxHN%3BAACD%2CsBgFuHE%2CQAAK%2CQhFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBgFkHE%2CQAAK%2CQhFlHN%3BEACG%2CWAAA%3B%3BAgFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAQpIR%2CsBRoLM%2CQAAK%3BEhFoEX%2CSAAA%3B%3BAwFxPA%2CsBR6LE%2CQAAK%2CMACD%3BEhF0DN%2C0BAAA%3BEAAA%2CWAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBiFsFE%2CQAAK%2CMACD%2CUjFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBiFiFE%2CQAAK%2CMACD%2CUjFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBiF4EE%2CQAAK%2CMACD%2CUjF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEhFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAwFxPA%2CsBR0OE%2CQAAK%3BEhFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C0BAAA%3B%3B%3B%3B%3B%3BAuHtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACQA%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CoBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CgCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CkBAAA%3B%3BA1G%5C%2FCZ%2CwBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BErB2QV%2CiBAAA%3BEqBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BA2GhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACDJ%2CoBAAqB%2CaAAa%2CEAAC%3BEAC%5C%2FB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAFR%2CaACI%2CGAGI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CaAPR%2CGAGI%2CGAIK%3BEACG%2CaAAA%3B%3BAAThB%2CaAaI%2CEAAC%3BEACG%2CmBAAA%3B%3BAAdR%2CaAgBI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CYAAA%3B%3BAAFR%2CoBAII%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBALJ%2CEAAC%2CaAKI%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAXZ%2CoBAII%2CEAAC%2CaASG%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAADJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CWAGI%2CWAMI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAVR%2CWAMI%2CEAIK%2CMAAO%3BEACJ%2CYAAA%3BEACA%2CyBAAA%3B%3BAAfhB%2CWAGI%2CWAgBI%3BEAAI%2CWAAA%3B%3BAC9ER%3BACSJ%2CyBACI%2C4CACI%3BECIR%2CgBAAA%3BExIyRA%2CsBAAA%3BEAAA%2CgBAAA%3BEwItRA%2CgBAAA%3BExIsRA%2C6CAAA%3BEwIpRA%2CYAAA%3BEAGA%2CsBAAA%3B%3BAFvBI%2CiCE0BC%3BAF1BD%2CiCE2BC%3BADlBL%2CyBACI%2C4CACI%2CkBCeH%3BADjBL%2CyBACI%2C4CACI%2CkBCgBH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAFjCJ%2CiCEmCC%3BAD1BL%2CyBACI%2C4CACI%2CkBCwBH%3BEC6OL%2CUAAA%3BED3OQ%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAFxCJ%2CiCE0CC%3BADjCL%2CyBACI%2C4CACI%2CkBC%2BBH%3BECsOL%2CUAAA%3BEDpOQ%2CUAAA%3BEACA%2C6BAAA%3BExI2PR%2CyBAAA%3BEwIzPQ%2CWAAA%3B%3BAF%5C%2FCJ%2CiCEkDC%2CeACI%3BAD1CT%2CyBACI%2C4CACI%2CkBCuCH%2CeACI%3BEC6NT%2CUAAA%3B%3BAHhRI%2CiCEkDC%2CeAII%3BAD7CT%2CyBACI%2C4CACI%2CkBCuCH%2CeAII%3BEC0NT%2CUAAA%3B%3BAHhRI%3BEAGI%2CgBAAA%3BEtIqSR%2CiBAAA%3B%3BAsIxSI%2CiCAMI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CiCAHJ%2CeAGK%3BAACD%2CiCAJJ%2CeAIK%3BEACG%2CyBAAA%3B%3BAAXZ%2CiCAcI%3BEACI%2CiBAAA%3B%3BAAfR%2CiCAiBI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEEtBZ%2CiCAAA%3B%3BAACA%2CiCFiBQ%2CYEjBP%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiCFaQ%2CYEbP%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiCFSQ%2CYETP%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3B%3BAFVA%2CiCAyBI%3BEAII%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA9BR%2CiCAiCI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3B%3BAAxCR%2CiCAiCI%2C6BAWI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCZ%2CiCAsDI%2C2BACI%3BEACI%2CWAAA%3B%3BAAxDZ%2CiCA4DI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2C2CAAA%3B%3BAAEA%2CiCALJ%2CmBAKK%3BEACG%2CgBAAA%3B%3BAAEJ%2CiCARJ%2CmBAQK%3BEACG%2CmBAAA%3B%3BAArEZ%2CiCA4DI%2CmBAYI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA1EZ%2CiCA4DI%2CmBAgBI%3BAA5ER%2CiCA4DI%2CmBAiBI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEZ%2CiCA4DI%2CmBAsBI%3BEACI%2CkBAAA%3B%3BAAnFZ%2CiCA4DI%2CmBA0BI%3BAAtFR%2CiCA4DI%2CmBA2BI%2CwBAAwB%3BEACpB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzFZ%2CiCA4FI%2C2BACI%2C6BAA4B%2CIAAI%3BEAC5B%2CaAAA%3B%3BAA9FZ%2CiCAkGI%2CMACI%3BEG6KZ%2CmBAAA%3B%3BAHhRI%2CiCAwGI%3BEACI%2CYAAA%3B%3BAAIJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAlHZ%2CiCAsHI%3BAAtHJ%2CiCAuHI%3BEACI%2CUAAA%3BEACA%2C2CAAA%3B%3BAAzHR%2CiCA2HI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEGmJZ%2CwBAAA%3B%3BAHhRI%2CiCAiII%3BEACI%2CsBAAA%3B%3BAAEI%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CsBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CqBAAA%3B%3BAAAzB%2CiCAHR%2CmBAGS%2CUAAU%3BEAAc%2CoBAAA%3B%3BACrIzC%2C2BAEI%3BAADJ%2CaACI%3BEACI%2CaAAA%3BEACA%2CUAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%2CyBACI%2C4CACI%3BEAEI%2CYAAA%3B%3BAGbR%2CyBACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BE1IoSZ%2CsBAAA%3BEAAA%2CkBAAA%3B%3BA0IhSY%2CyBAPJ%2CYAOK%3BE1IgSb%2CsBAAA%3B%3BA0IxSI%2CyBAeI%3BEACI%2CkBAAA%3B%3BAAhBR%2CyBAkBI%2CSAEQ%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtBhB%2CyBAkBI%2CSAOI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%2CyBACI%3BEACI%2CWAAA%3B%3BAAFR%2CyBAII%3BEDsOR%2CWAAA%3B%3BAC1OI%2CyBAQI%3BEACI%2CoBAAA%3BEDiOZ%2CWAAA%3BEAAA%2CUAAA%3BEzIwBA%2CQAAA%3BEAAA%2C2BAAA%3BE0IpPY%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAlBR%2CyBAoBI%2CqBAAqB%3BEACjB%2CkBAAA%3BEDqNZ%2CQAAA%3BECnNY%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CeAAA%3B%3BAC7DJ%2CIAAI%2CIAAI%2CsCAAuC%2CgBADlD%3BEAEO%2CaAAA%3B%3BAAIR%2CeAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CeAAC%2CQAKG%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAdZ%2CeAkBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAtBR%2CeAyBI%3BEACI%2CqBAAA%3B%3BAACA%2CeAFJ%2CEAEK%3BEACG%2C0BAAA%3B%3BAA5BZ%2CeAgCI%3BEACI%2CiBAAA%3B%3BAAjCR%2CeAoCI%3BEACI%2CsBAAA%3B%3BAArCR%2CeAwCI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1CR%2CeA6CI%2COAAS%3BAA7Cb%2CeA8CI%3BE3I0PJ%2CiBAAA%3B%3BA2IrPI%2CQAH%2BB%3BEAG%5C%2FB%2CeANA%2COAAS%3BEAMT%2CeALA%3BIAGQ%2CiBAAA%3B%3B%3BAAjDZ%2CeAqDI%3BEACI%2CiBAAA%3B%3BAAEA%2CeAHJ%2CiBAGK%3BEACG%2CkBAAA%3B%3BAACA%2CeALR%2CiBAGK%2CQAEI%2CIAAI%3BEACD%2CmBAAA%3B%3BAAIR%2CeAVJ%2CiBAUK%3BE3IyOT%2CiBAAA%3BE2IvOY%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAhBJ%2CiBAgBK%3BEACG%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CeAhBJ%2CiBAgBK%2CKAKG%3BEACI%2CWAAA%3BEACA%2CwCAAA%3B%3BAAUR%2CQAH%2BB%3BEAG%5C%2FB%2CeALJ%2CsBACI%3BIAEQ%2CiBAAA%3B%3B%3BAApFhB%2CeAyFI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3FR%2CeAyFI%2CoBAGI%3BEACI%2CgBAAA%3B%3BAC5FR%2CeAAC%3BEACG%2CeAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAJ2B%3BEAI3B%2CeARH%3BIAKO%2CeAAA%3B%3B%3BAAYJ%2CQAT0B%3BEAGlB%2CeAXX%2CQAWY%2CqBAAqB%3BIAClB%2CeAAA%3B%3BEADJ%2CeAXX%2CQAWY%2CqBAAqB%3BIAClB%2CeAAA%3B%3BEADJ%2CeAXX%2CQAWY%2CqBAAqB%3BIAClB%2CeAAA%3B%3BEADJ%2CeAXX%2CQAWY%2CqBAAqB%3BIAClB%2CeAAA%3B%3BEADJ%2CeAXX%2CQAWY%2CqBAAqB%3BIAClB%2CeAAA%3B%3B%3BAAYZ%2CQAP0B%2CuBAAwB%3BEAC9C%2CeAlBP%2CQAkBQ%3BEACD%2CeAnBP%2CQAmBQ%3BIACG%2CeAAA%3B%3B%3BAApBZ%2CeAAC%2CQAwBG%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH%2BB%3BEAG%5C%2FB%2CeAjCH%2CQAwBG%3BIAOQ%2CeAAA%3B%3B%3BAChChB%3BEACI%2CaAAA%3BEACA%2CKAAK%2CeAAL%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEAEA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoCAAoC%2CMAAO%3BEACvC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CoBAeI%3BEACI%2CkEAAA%3BEACA%2CQAAQ%2CkBAAR%3BEACA%2CSAAS%2CmBAAT%3B%3BAAqBJ%2CQAlB0B%3BEAGlB%2CoBAAC%2CqBAAqB%2CCAClB%3BIACI%2C4EAAA%3B%3BEAFR%2CoBAAC%2CqBAAqB%2CCAClB%3BIACI%2C4EAAA%3B%3BEAKZ%2CoBAAC%2CsBAEG%3BEADJ%2CoBAAC%2CsBACG%3BIACI%2CsEAAA%3B%3B%3BAAchB%2CQAT%2BB%3BEAGnB%2CoBAAC%2CqBAAqB%2CCAAK%3BIACvB%2C4EAAA%3B%3BEADJ%2CoBAAC%2CqBAAqB%2CCAAK%3BIACvB%2C4EAAA%3B%3B%3BAC3ChB%2C2BACI%2CgBACI%3BEACI%2CWAAA%3B%3BAAHZ%2C2BACI%2CgBAII%3BEACI%2CiBAAA%3B%3BAANZ%2C2BACI%2CgBAII%2CoBAEI%3BEACI%2CWAAA%3B%3BACRhB%2CSACM%2CSAAM%3BEACJ%2CkBAAA%3B%3BAAFR%2CSACM%2CSAAM%2CQAEF%3BAAHV%2CSACM%2CSAAM%2CQAGF%3BAAJV%2CSACM%2CSAAM%2CQAIF%3BEACE%2CgBAAA%3B%3BAAIZ%2CMAAM%3BEACF%2C4BAAA%3B%3BAACA%2CgBAAiB%2COAFf%3BEAGE%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEAEA%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAMR%2CMAAM%2CWACF%2COAAM%3BENsPV%2CgBAAA%3BEMpPQ%2CmBAAA%3BEACA%2CSAAA%3B%3BAAJR%2CMAAM%2CWACF%2COAAM%2CQAIF%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CMAZN%2CWACF%2COAAM%2CQAIF%2CMAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAdhB%2CMAAM%2CWACF%2COAAM%2CQAgBF%2CMAAK%3BENsOb%2CiBAAA%3B%3BAOhRA%2CIAAI%2CIAAI%2CqCAAsC%2CSAAQ%2COAAO%3BAAC7D%2CIAAI%2CIAAI%2CaAAc%2CSAAQ%2COAAO%3BEACjC%2CwBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgEAAA%3BEACA%2C8EAAA%3BEACA%2C4CAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEA%2CWAAC%3BEACG%2CmBAAA%3B%3BAAfR%2CWAkBI%2CEAAC%3BEACG%2CSAAA%3B%3BAAnBR%2CWAsBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEhJyQR%2CiBAAA%3BEgJvQQ%2CcAAA%3B%3BAA7BR%2CWAgCI%3BEACI%2CgBAAA%3B%3BAAjCR%2CWAgCI%2CiBAEM%3BEACE%2CaAAA%3B%3BAAnCZ%2CWAuCI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA9CR%2CWAuCI%2CoBASI%3BEACI%2CmEAAA%3BEACA%2C0BAAA%3B%3BAACA%2CWAZR%2CoBASI%2CEAGK%3BEACG%2CqBAAA%3B%3BAAKZ%2CWAAC%3BEACG%2CMAAA%3BEACA%2CSAAA%3BEPiNR%2COAAA%3BEO%5C%2FMQ%2CYAAA%3BEACA%2CcAAA%3BEP8MR%2C4BAAA%3B%3BAOnNI%2CWAAC%2CUAQG%3BEP2MR%2CmBAAA%3BEOzMY%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3B%3BAAbR%2CWAAC%2CUAgBG%3BEACI%2CyBAAA%3B%3BAAjBR%2CWAAC%2CUAgBG%2CoBAEM%3BEPiMd%2CiBAAA%3B%3BAOtLA%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAGR%3BEACI%3BIP6KJ%2C4BAAA%3B%3BEO1KI%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAKJ%2CWAAC%3BEACG%2CuCAAA%3B%3BAAGJ%2CWAAC%3BEPgKL%2C4BAAA%3B%3BAO7JY%2CWAHP%2CUAEG%2CiBACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAPP%2CUAEG%2CiBAKK%3BEACG%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAXP%2CUAEG%2CiBASK%3BEACG%2C0DAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CWAhBH%2CUAgBI%3BEACG%2C0CAAA%3B%3BACjIR%2CWACM%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2C6EAAA%3B%3BAAOJ%2CWAAC%2CMACK%3BEACE%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsEAAA%3B%3BA9ItBhB%3BEACI%3BIACI%2CYAAA%3B%3B%3BAAGR%3BEACI%2CmBAAA%3BEsI0QJ%2CiBAAA%3B%3BAtI3QA%2CeAGI%3BEsIwQJ%2CiBAAA%3BEtItQQ%2CkBAAA%3B%3BAACA%2CeAHJ%2COAGK%3BEACG%2CqCAAA%3B%3BAAKZ%3BEAMI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkFAAA%3BEACA%2CkBAAA%3B%3BAATA%2CaAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAASJ%2CaAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAArBR%2CaAwBI%3BEAII%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CuDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3B%3BAAXJ%2CaAAC%2CQAYG%2CKAAI%3BEACA%2CcAAA%3BEACA%2CwEAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C2EAAA%3BEAEA%2CWAAW%2CaAAX%3BEACA%2CuCAAA%3B%3BAAEJ%2CaAvBH%2CQAuBI%3BE%2BIvEG%2CmBAAA%3B%3BA%5C%2FIuEJ%2CaAvBH%2CQAuBI%2COAEG%2CKAAI%3BEsIiMhB%2C2BAAA%3B%3BAtI7LQ%2CaA7BH%2CQA6BI%3BE%2BInDO%2C6CAAA%3B%3BA%5C%2FIuDR%2CaAjCH%2CQAiCI%3BEACG%2CgBAAA%3BEACA%2CqEAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEsIoLZ%2CWAAA%3BEtIlLY%2CwEAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C2EAAA%3B%3BAAGA%2CaA9CP%2CQAiCI%2CQAaI%3BEACG%2CaAAA%3B%3BAAOZ%2CYAAC%3BEACG%2CmEAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAHH%2CQAGI%3BEACG%2CaAAA%3B%3BAAEJ%2CYANH%2CQAMI%3BEACG%2C0BAAA%3B%3BAAGR%2CYAAC%3BEACG%2CwBAAA%3B%3BAACA%2CYAFH%2CQAEI%2CQACK%3BEACE%2CwBAAA%3B%3BAAFR%2CYAFH%2CQAEI%2CQAIK%3BEACE%2CyBAAA%3B%3BAALR%2CYAFH%2CQAEI%2CQAOK%3BEACE%2CcAAA%3B%3BAArBhB%2CYAyBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2CYAyBI%2CMAMI%3BEACI%2CUAAA%3B%3BAAhCZ%2CYAyBI%2CMASI%3BEACI%2CUAAA%3B%3BAgJ9IZ%2CwBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CwBAMI%3BEACI%2CmBAAA%3B%3BAAPR%2CwBASI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAZR%2CwBASI%2CeAKI%3BEACI%2CSAAA%3B%3BAAfZ%2CwBASI%2CeAKI%2CGAEM%3BEACE%2CeAAA%3B%3BAAjBhB%2CwBASI%2CeAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA1BZ%2CwBA8BI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAlCR%2CwBA8BI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAyBZ%2CkBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CkBAII%2COAAM%3BEAvBN%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBAeA%2COAAM%2CYAfL%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAUA%2COAAM%2CYAVL%3BEACG%2CaAAA%3BEACA%2C4CAAA%3B%3BAAaR%2CkBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CaAAA%3B%3BAANR%2CkBAQI%2CMAAK%3BEACD%2CgBAAA%3B%3BAATR%2CkBAWI%2COAAM%3BEAvCN%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBA%2BBA%2COAAM%2CYA%5C%2FBL%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBA0BA%2COAAM%2CYA1BL%3BEACG%2CaAAA%3BEACA%2C4CAAA%3B%3BACzDR%2C2BACI%3BEACI%2CUAAA%3BEX8QR%2CkBAAA%3BEW5QQ%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2C2BACI%2CSAMI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEpJ4RZ%2CiBAAA%3B%3BAqJpSA%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2COACE%3BEACI%2CyBAAA%3B%3BAACA%2C2BDNJ%2CSAMI%2CGCHP%2CCAAC%2COACE%2CEAEK%3BEACG%2CyBAAA%3B%3BAAJZ%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2COACE%2CEAMI%3BEACI%2CuBAAA%3B%3BAARZ%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2CMACE%3BEACI%2CyBAAA%3B%3BAACA%2C2BDNJ%2CSAMI%2CGCHP%2CCAAC%2CMACE%2CEAEK%3BEACG%2CyBAAA%3B%3BAAJZ%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2CMACE%2CEAMI%3BEACI%2CsBAAA%3B%3BAARZ%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2CQACE%3BEACI%2CyBAAA%3B%3BAACA%2C2BDNJ%2CSAMI%2CGCHP%2CCAAC%2CQACE%2CEAEK%3BEACG%2CyBAAA%3B%3BAAJZ%2C2BDHI%2CSAMI%2CGCHP%2CCAAC%2CQACE%2CEAMI%3BEACI%2CuBAAA%3B%3BADZZ%2C2BACI%2CSAiBI%3BEACI%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEXqPZ%2C0BAAA%3BEWnPY%2CqBAAA%3BEACA%2C6CAAA%3B%3BAAEA%2C2BA%5C%2FBR%2CSAiBI%2CEAcK%3BEACG%2CqDAAA%3B%3BAAjChB%2C2BACI%2CSAiBI%2CEAkBI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEXwOhB%2CSAAA%3BEWtOgB%2CQAAA%3B%3BAA1ChB%2C2BACI%2CSAiBI%2CEAkBI%2CMAOI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAE7ChB%2CqBAAsB%2COAAM%2C2BAAC%2COAGzB%3BEACI%2CUAAA%3BEACA%2CsBAAA%3B%3BAAKR%2CqBAAsB%2COAAM%2C2BAAC%3BEACzB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CqBANkB%2COAAM%2C2BAAC%2COAMxB%3BEtJuRT%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEsJlRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAxBR%2CqBAAsB%2COAAM%2C2BAAC%2COA2BzB%3BEACI%2CiBAAA%3B%3BAAKZ%2CqBAAsB%2CsBAAsB%3BEACxC%2CaAAA%3BEACA%2CsBAAA%3B%3BAC%5C%2FCJ%2CGAAG%2CiBACC%3BEACI%2CYAAA%3B%3BAAKR%2CsBAAyB%3BEACrB%2CkBAAA%3B%3BAAIJ%2CaACI%3BEACI%2CmBAAA%3B%3BEACA%2CYAAA%3B%3BACbA%2COADH%2CcACI%3BAACD%2COAFH%2CcAEI%3BEACG%2C2BAAA%3BEACA%2C4BAAA%3BExJoSZ%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BAwJlSY%2COANP%2CcACI%2CKAKI%3BAAAD%2COANP%2CcAEI%2CKAII%3BEACG%2CSAAS%2CEAAT%3B%3BAAkBJ%2COAzBP%2CcAoBI%2CKAKI%3BAAAD%2CqBAJkB%2CQArBzB%2CcAqB0B%2CKAIlB%3BExJ%2BQb%2CsByJzR6C%2C8PzJyR7C%3B%3BAwJjQY%2COAvCP%2CcAkCI%2CKAKI%3BAAAD%2CqBAJkB%2CQAnCzB%2CcAmC0B%2CKAIlB%3BExJiQb%2CsByJxR6C%2C8PzJwR7C%3B%3BA0JxRA%3BE1JwRA%2CmBAAA%3BEAAA%2CWAAA%3BE0JrRI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CoBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CiBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE1J2QR%2CiBAAA%3BE0JzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE1JqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA2J9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE1J6PR%2CiBAAA%3BE0J3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE1JwPR%2CeAAA%3BE0JtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BE1JuOR%2CiBAAA%3B%3BA0JxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE1J2Nb%2CiBAAA%3BE0JzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BACxEZ%2CcAAC%3BEACG%2CkBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BApICR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAOI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%2CQACR%3BEACE%2CkBAAA%3B%3BAFxBZ%2CcAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CcAgBI%2CqBAEM%3BEtB4QV%2CiBAAA%3BEsB1QY%2CgBAAA%3B%3BAApBZ%2CcAgBI%2CqBAMI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAUA%2CcANR%2C2BACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcATR%2C2BACI%2CKAQK%3BEACG%2CkBAAA%3B%3BAAtChB%2CcAkDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDhB%2CcAkDI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAuIrEA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA7G9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BA8GyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CoBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE9J6NhC%2CcAAA%3BE8J3NgB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE9JkNT%2CcAAA%3BE8JhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CeAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE9JsM3C%2CcAAA%3BE8JpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE9JwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA8JpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE9JoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA8J3KI%2COAAC%3BE9J2KL%2CyBAAA%3BE8JzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BE9JyJT%2CmBAAA%3BEAAA%2CcAAA%3BE8JtJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE9J%2BIb%2CsBAAA%3B%3BA8J1IQ%2COAjCH%2COAiCI%3BE9J0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA8JpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE9JoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA8J5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BE9J4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA8JtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BE9JkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE8JvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BE9J6ET%2Ca4E3RgC%2CyB5E2RhC%3B%3BA8JzEQ%2COAlGH%2COAkGI%3BE9JyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE8JrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BE9JmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BE8JfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE9JQZ%2CcAAA%3BE8JNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BE9JPtB%2C%2BBAAA%3B%3BA8JWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CaAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CoBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE1JkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB0J9OI%2CQAAO%2CO1J8OV%3BAACD%2CgB0J%5C%2FOI%2CQAAO%2CO1J%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0JpPI%2CQAAO%2CO1JoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB0JzPI%2CQAAO%2CO1JyPV%3BAACD%2CgB0J1PI%2CQAAO%2CO1J0PV%3BAACD%2CQAAQ%2CUAAW%2CiB0J3Pf%2CQAAO%3BE1J4PP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CgBgK1II%2CQAAO%2COhK0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBgK%5C%2FII%2CQAAO%2COhK%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBgKpJI%2CQAAO%2COhKoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CgB0JnMI%2CQAAO%2CO1JmMV%3BAACD%2CgB0JpMI%2CQAAO%2CO1JoMV%3BAACD%2CgB0JrMI%2CQAAO%2CO1JqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB0J1MI%2CQAAO%2CO1J0MV%3BAACD%2CgB0J3MI%2CQAAO%2CO1J2MV%3BAACD%2CQAAQ%2CUAAW%2CiB0J5Mf%2CQAAO%3BE%5C%2FJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA0J3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE1JuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE0JnLQ%2CiBAAA%3B%3BA1JgOR%2CsB0JnOI%2CQAAO%2CU1JmOV%3BAACD%2CsB0JpOI%2CQAAO%2CU1JoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0JzOI%2CQAAO%2CU1JyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0J9OI%2CQAAO%2CU1J8OV%3BAACD%2CsB0J%5C%2FOI%2CQAAO%2CU1J%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB0JhPf%2CQAAO%3BE1JiPP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BADjJA%2CsBgK%5C%2FHI%2CQAAO%2CUhK%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBgKpII%2CQAAO%2CUhKoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBgKzII%2CQAAO%2CUhKyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CsB0JxLI%2CQAAO%2CU1JwLV%3BAACD%2CsB0JzLI%2CQAAO%2CU1JyLV%3BAACD%2CsB0J1LI%2CQAAO%2CU1J0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB0J%5C%2FLI%2CQAAO%2CU1J%2BLV%3BAACD%2CsB0JhMI%2CQAAO%2CU1JgMV%3BAACD%2CQAAQ%2CUAAW%2CuB0JjMf%2CQAAO%3BE%5C%2FJgRX%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2JtNJ%2CSACI%3BEACI%2CkBAAA%3BEhK8RR%2CiBAAA%3B%3BAgK3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BArHdR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2COACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAATpB%2COACI%2CgBACI%2CUAEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAdpB%2COACI%2CgBAiBI%3BEAEI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2COACI%2CgBAuBI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAA5BpB%2COACI%2CgBA%2BBI%2CeAKI%3BEACI%2CWAAA%3BE3C2PhB%2CeAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO2C5CI%2CgBA%2BBI%2CeAKI%2CiB3CQX%3BAACD%2CO2C7CI%2CgBA%2BBI%2CeAKI%2CiB3CSX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO2ClDI%2CgBA%2BBI%2CeAKI%2CiB3CcX%3BEACG%2CWAAA%3B%3BA2CpDJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHiEZ%3BEACI%2CWAAA%3B%3BAtHvGJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHpBZ%3BAtHjBA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHnBZ%3BEACI%2CqBAAA%3B%3BAtHnBJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHpBZ%2CSAQI%2CEAAC%3BAtHzBL%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHnBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAtH1BR%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHNZ%2CSACI%3BEjKiQJ%2CkBAAA%3B%3BA2CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHIZ%2CWAKI%2CEAAC%3BEjKmPL%2CeAAA%3B%3BA2CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHoBZ%3BAtHzDA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsHqBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAtH5DJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBAOM%3BEACE%2CgBAAA%3B%3BAAKR%2COAjDR%2CgBAgDI%2CQACK%3BE3C%2BOb%2CqBAAA%3BEyC9QA%2CqBAAA%3BEEqCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAjDR%2CgBAgDI%2CQACK%2CIFmOX%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2COExBI%2CgBAgDI%2CQACK%2CIFzBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COErCA%2CgBAgDI%2CQACK%2CIFbZ%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2COE3CA%2CgBAgDI%2CQACK%2CIFPZ%2COACI%3BEzCqPL%2CcAAA%3B%3BA2CjSA%2COACI%2CgBA4DI%3BEACI%2CaAAA%3B%3BAA9DZ%2COACI%2CgBA%2BDI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2CkBAGI%3BE3CsNJ%2CcAAA%3B%3BA2CzNA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%3BEACI%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAEI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BApCpFhB%3BEACE%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALF%2CeAME%2CQAAO%3BEACL%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CyBAGE%2CQAAO%3BEACL%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CyBAUE%2COAAM%3BEAAgB%2CcAAA%3B%3BAAVxB%2CyBAWE%3BEACI%2CaAAA%3B%3BAAZN%2CyBAiBE%3BEACI%2CoBAAA%3B%3BAAlBN%2CyBAiBE%2CyBAEI%2CUAAY%3BEACV%2C6BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CyBALN%2CyBAEI%2CUAAY%2CSAGT%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBV%2CyBAiBE%2CyBAEI%2CUAAY%2CSAOR%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9BV%2CyBAiBE%2CyBAuBI%2COAAM%2COACJ%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAA3CV%2CyBAiBE%2CyBAuBI%2COAAM%2COAKJ%3BEAGE%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjDV%2CyBAiBE%2CyBAuBI%2COAAM%2COAWJ%3BEACE%2CcAAA%3B%3BAApDV%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBJ%3BEACE%2CWAAA%3B%3BAA1DV%2CyBAiBE%2CyBAuBI%2COAAM%2COAqBJ%3BEACE%2CqBAAA%3B%3BAA9DV%2CyBAkEE%2CQAAO%3BEAEH%2CoBAAA%3B%3BAApEN%2CyBAsEE%2CsBACI%2CSACE%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA5ER%2CyBAsEE%2CsBASI%3BAA%5C%2FEN%2CyBAsEE%2CsBAUE%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAnFR%2CyBAsEE%2CsBAeE%3BEACI%2CgBAAA%3B%3BAAtFR%2CyBAsEE%2CsBAeE%2CWAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzFZ%2CyBAsEE%2CsBAsBE%3BEACE%2CmBAAA%3B%3BAAGE%2CyBA1BN%2CsBAyBE%2CgBACK%3BEACG%2CaAAA%3B%3BAAjGZ%2CyBAsEE%2CsBAyBE%2CgBAIM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAxGZ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMAED%3BEACE%2CkBAAA%3B%3BAA9GZ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMAED%2CKAEE%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjHd%2CyBAsEE%2CsBA%2BCE%3BEACI%2CkBAAA%3B%3BAkCZJ%2CyBlCpCF%2CsBA%2BCE%2CqBAEM%2CUAEG%2CUkCfR%3BEzCyKD%2CSChPgB%2CODgPhB%3B%3BAOnRJ%2CyBAuIE%2CEAAC%3BEP4IC%2CcAAA%3B%3BAOnRJ%2CyBA0IE%2CQACI%2COAAO%3BEACH%2CgBAAA%3B%3BAA5IV%2CyBA0IE%2CQAII%3BEACI%2CgBAAA%3B%3BAA%5C%2FIV%2CyBA0IE%2CQAOI%2COAAM%3BEPkIR%2CeAAA%3BEO1HM%2CeAAA%3B%3BAAzJV%2CyBA0IE%2CQAOI%2COAAM%2CIDsnBN%3BENpfF%2CeAAA%3BEMwfI%2CqBAAA%3B%3BAC3wBR%2CyBA0IE%2CQAOI%2COAAM%2CIAEF%3BEACI%2CgBAAA%3B%3BAAEJ%2CyBAZR%2CQAOI%2COAAM%2CIAKD%3BEACG%2CgBAAA%3B%3BAAvJd%2CyBA4JE%2CiBACE%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAKN%2CwBACE%2CQAAO%2CaACL%2COAAM%3BEACJ%2CcAAA%3BEACA%2CeAAA%3B%3BACvKJ%2CSAAU%3BAACV%2CEAAE%3BEACE%2CeAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3B%3BAAJJ%2CSAAU%2CGAMN%3BAALJ%2CEAAE%2CSAKE%3BEACI%2CwBAAA%3B%3BAAKN%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAJR%2CcAMI%3BEACI%2CWAAA%3B%3BAAPR%2CcAUQ%3BEACI%2CUAAA%3B%3BAACA%2CcAFJ%2CcAEK%3BEACG%2CWAAA%3B%3BAAKhB%2CcAAc%3BEACZ%2CcAAA%3BEACA%2CeAAA%3B%3BAAFF%2CcAAc%2CaAGZ%3BEAAgB%2CaAAA%3BEAAc%2CeAAA%3B%3BAAHhC%2CcAAc%2CaAIZ%3BEACI%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAACA%2CcATQ%2CaAIZ%2CcAKK%3BEACG%2C8BAAA%3B%3BAAEJ%2CcAZQ%2CaAIZ%2CcAQK%2CUAAU%2CGACP%3BAADY%2CcAZR%2CaAIZ%2CcAQqB%2CUAAU%2CGACvB%3BEACI%2C6BAAA%3B%3BAAGR%2CcAjBQ%2CaAIZ%2CcAaK%3BEACC%2CUAAA%3B%3BAAlBR%2CcAAc%2CaAqBZ%3BEACI%2CyCAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3BN%2CcAAc%2CaAqBZ%2CmBAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAhCV%2CcAAc%2CaAqBZ%2CmBAaI%3BEACI%2CgBAAA%3B%3BAAEJ%2CcArCQ%2CaAqBZ%2CmBAgBK%3BEACG%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2C%2BCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CcArCQ%2CaAqBZ%2CmBAgBK%2CMAOG%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAMd%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CSAGE%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CQAHH%2CKAGI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CQAHH%2CKAGI%2CKAMG%3BEACE%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGN%2CQAtBH%2CKAsBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQA3BH%2CKA2BI%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANF%2CQA3BH%2CKA2BI%2CMAOC%3BEAAK%2CcAAA%3B%3BAAPP%2CQA3BH%2CKA2BI%2CMAQG%3BEACI%2CSAAA%3B%3BAATR%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%3BEACE%2CcAAA%3B%3BAAXV%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAEM%3BEACE%2CsBAAA%3B%3BAAbhB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%3BEACE%2CqBAAA%3B%3BAAhBhB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CQA%5C%2FCvB%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%2CQAGK%3BEACC%2CeAAA%3B%3BAArBtB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%2CQAMI%3BEACE%2CaAAA%3B%3BAAMlB%2CQAzDP%2CKA2BI%2CMA8BI%2CMAAO%3BEACJ%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQA7DP%2CKA2BI%2CMAkCI%2CMAAM%2CIAAI%3BEACT%2C%2BCAAA%3B%3BAAKE%2CQAnEX%2CKAiEI%2CQACG%2CmBACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQA1Ef%2CKAiEI%2CQACG%2CmBACK%2COAOI%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3B%3BAAfhB%2CQAjEH%2CKAiEI%2CQAsBG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAzBR%2CQAjEH%2CKAiEI%2CQAsBG%2CQAAO%2CWAID%3BEACE%2CaAAA%3B%3BAA3BZ%2CQAjEH%2CKAiEI%2CQA8BG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CQAjEH%2CKAiEI%2CQA8BG%2CQAAO%2CUAID%3BEACE%2CaAAA%3B%3BAAIZ%2CQAxGH%2CKAwGI%3BEACG%2CcAAA%3B%3BAAEJ%2CQA3GH%2CKA2GI%3BEAAU%2CkBAAA%3B%3BAA3Gf%2CQAAC%2CKA4GG%2CyBACI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAhHZ%2CQAAC%2CKAmHG%3BE0J1IJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BA1JsBA%2CQAAC%2CKAmHG%2CgB0JvFJ%3BElKxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAQqFA%2CQAAC%2CKAmHG%2CgB0JtIJ%3BElKmMA%2CWAAA%3BEkKjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CQ1JaH%2CKAmHG%2CgB0JtIJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BElK2FA%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkKxEA%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA1JhGA%2CQAAC%2CKAmHG%2CgB0JtIJ%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQ1JPP%2CKAmHG%2CgB0JtIJ%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BElK2FA%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkKxEA%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA1JhGA%2CQAAC%2CKAmHG%2CgB0JtIJ%2CeAsBM%2COAiBE%3BElKhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAQqFA%2CQAAC%2CKA0HG%2CWACI%3BEACI%2CeAAA%3BERoDZ%2CcAAA%3BEQlDY%2CsBAAA%3B%3BAA9HZ%2CQAAC%2CKAiIG%2CeACI%3BEACI%2CcAAA%3B%3BAAnIZ%2CQAAC%2CKAsIG%3BEACI%2CkBAAA%3B%3BAAvIR%2CQAAC%2CKAyIG%3BAAzIJ%2CQAAC%2CKA0IG%3BEACI%2CSAAA%3B%3BAiCpIR%2CQjCPC%2CKA6IG%2CWiCtIH%3BEzCyKD%2CSChPgB%2CODgPhB%3B%3BAQhLA%2CQAAC%2CKAkJG%2CQACI%3BEAAM%2CqBAAA%3BEAAsB%2CmBAAA%3B%3BAAC5B%2CQApJP%2CKAkJG%2CQAEK%3BEACG%2CSPxOJ%2COOwOI%3BEACA%2CaPhPG%2CaOgPH%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAzJZ%2CQAAC%2CKA4JG%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhLN%2CQAAC%2CKA4JG%2CqBAAoB%2C8BAqBlB%3BEAAI%2CaAAA%3B%3BAAjLV%2CQAAC%2CKAmLG%3BEACE%2CqBAAA%3B%3BAApLN%2CQAAC%2CKAsLG%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIV%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CeAWI%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAHF%2CeAGG%3BEACG%2CyBAAA%3B%3BAAEJ%2CeANF%2CeAMG%3BEACG%2CyBAAA%3B%3BAAIV%2CcACE%2CcAAc%2CYAAY%2CMAAK%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAHN%2CcAKE%2CcAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAGN%2CkBACE%3BEACE%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAANJ%2CkBAQE%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAdV%2CkBAQE%2CsBAQI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAnBV%2CkBAQE%2CsBAQI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxBd%2CkBAQE%2CsBAQI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAvBZ%2CsBAQI%2CsBAUI%2CmBAKK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBA5BZ%2CsBAQI%2CsBAUI%2CmBAUK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAvClB%2CkBAQE%2CsBAQI%2CsBA0BI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKV%2CkBADF%2CqBAAoB%2C8BACjB%3BEACC%2CUAAA%3B%3BAAGJ%2CkBAAC%2CMACC%3BEACE%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAC%3BAAAO%2CkBAAC%3BAAAO%2CkBAAC%3BEACf%2CgBAAA%3B%3BAADF%2CkBAAC%2CMAEC%2CSAAQ%3BAAFF%2CkBAAC%2CMAEP%2CSAAQ%3BAAFM%2CkBAAC%2CMAEf%2CSAAQ%3BEAAO%2CmBAAA%3B%3BAAFjB%2CkBAAC%2CMAGC%3BAAHM%2CkBAAC%2CMAGP%3BAAHc%2CkBAAC%2CMAGf%3BEACE%2CmBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CkBAAC%2CMAOC%2CsBACE%2CiBAAiB%3BAARb%2CkBAAC%2CMAOP%2CsBACE%2CiBAAiB%3BAARL%2CkBAAC%2CMAOf%2CsBACE%2CiBAAiB%3BAARrB%2CkBAAC%2CMAOC%2CsBA66EJ%2CCA56E%2BB%3BAARrB%2CkBAAC%2CMAOP%2CsBA66EJ%2CCA56E%2BB%3BAARb%2CkBAAC%2CMAOf%2CsBA66EJ%2CCA56E%2BB%3BEACvB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAvBL%2CMAOC%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBG%2CMAOP%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBW%2CMAOf%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBL%2CMAOC%2CsBA66EJ%2CCA56E%2BB%2CUAetB%3BAAAD%2CkBAvBG%2CMAOP%2CsBA66EJ%2CCA56E%2BB%2CUAetB%3BAAAD%2CkBAvBW%2CMAOf%2CsBA66EJ%2CCA56E%2BB%2CUAetB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBA5BL%2CMAOC%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BG%2CMAOP%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BW%2CMAOf%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BL%2CMAOC%2CsBA66EJ%2CCA56E%2BB%2CUAoBtB%3BAAAD%2CkBA5BG%2CMAOP%2CsBA66EJ%2CCA56E%2BB%2CUAoBtB%3BAAAD%2CkBA5BW%2CMAOf%2CsBA66EJ%2CCA56E%2BB%2CUAoBtB%3BEACC%2CWAAA%3B%3BAA7BR%2CkBAAC%2CMAOC%2CsBAyBE%2CiBAAiB%3BAAhCb%2CkBAAC%2CMAOP%2CsBAyBE%2CiBAAiB%3BAAhCL%2CkBAAC%2CMAOf%2CsBAyBE%2CiBAAiB%3BEACf%2CWAAA%3B%3BAAjCN%2CkBAAC%2CMAOC%2CsBA4BE%3BAAnCI%2CkBAAC%2CMAOP%2CsBA4BE%3BAAnCY%2CkBAAC%2CMAOf%2CsBA4BE%3BEACE%2CeAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBA7CL%2CMAOC%2CsBA4BE%2CYAUG%3BAAAD%2CkBA7CG%2CMAOP%2CsBA4BE%2CYAUG%3BAAAD%2CkBA7CW%2CMAOf%2CsBA4BE%2CYAUG%3BEACC%2CUAAA%3B%3BAA9CR%2CkBAAC%2CMAOC%2CsBA0CE%3BAAjDI%2CkBAAC%2CMAOP%2CsBA0CE%3BAAjDY%2CkBAAC%2CMAOf%2CsBA0CE%3BEAAS%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAAEtE%2CkBAnDD%2CMAmDE%2CMACC%2CsBACE%3BAAFJ%2CkBAnDO%2CMAmDN%2CMACC%2CsBACE%3BAAFJ%2CkBAnDe%2CMAmDd%2CMACC%2CsBACE%3BAAFJ%2CkBAnDD%2CMAmDE%2CMACC%2CsBAg4EN%2CCA%5C%2F3EmB%2CgBAAiB%3BAAFhC%2CkBAnDO%2CMAmDN%2CMACC%2CsBAg4EN%2CCA%5C%2F3EmB%2CgBAAiB%3BAAFhC%2CkBAnDe%2CMAmDd%2CMACC%2CsBAg4EN%2CCA%5C%2F3EmB%2CgBAAiB%3BEAC1B%2CmBAAA%3BEACA%2CUAAA%3B%3BAAKR%2CkBAAC%3BEACC%2CgBAAA%3B%3BAADF%2CkBAAC%2CMAEC%3BEACE%2CoBAAA%3B%3BAAHJ%2CkBAAC%2CMAKC%2CsBACE%3BAANJ%2CkBAAC%2CMAKC%2CsBAm3EJ%2CCAl3EkB%3BEACV%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CkBAVL%2CMAKC%2CsBACE%2CYAIG%3BAAAD%2CkBAVL%2CMAKC%2CsBAm3EJ%2CCAl3EkB%2CUAIT%3BEACC%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CkBAAC%2CMAKC%2CsBAWE%3BAAhBJ%2CkBAAC%2CMAKC%2CsBAm3EJ%2CCAx2EkB%3BEACV%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnBN%2CkBAAC%2CMAsBC%3BEAAS%2CeAAA%3B%3BAACT%2CkBAvBD%2CMAuBE%2CMACC%3BAADF%2CkBAvBD%2CMAuBE%2CMAi2EL%2CCAh2EkB%3BEACV%2CUAAA%3B%3BAAIN%2CkBAAC%2CMACC%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CkBAAC%2CMAKC%2CsBACE%3BEACE%2CWAAA%3B%3BAAKJ%2CcAAc%2CaAAc%2CmBAD7B%3BEAEG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAAc%2CaAAc%2CmBAD7B%2CMAIG%3BEACE%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CcAAc%2CaAAc%2CmBAD7B%2CMASG%3BEAAqB%2CgBAAA%3B%3BAATzB%2CkBAAC%2CMAWC%3BEACE%2CsBAAA%3B%3BAAZJ%2CkBAAC%2CMAcC%2CsBACE%3BEACE%2CWAAA%3B%3BAAhBN%2CkBAAC%2CMAmBC%2CqBAAoB%3BEAAgC%2CUAAA%3BEAAW%2CWAAA%3BEAAY%2CWAAA%3B%3BAAnB7E%2CkBAAC%2CMAoBC%3BEAAS%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAACpE%2CkBArBD%2CMAqBE%2CMACC%3BEACE%2CgBAAA%3B%3BAAKN%2CkBAAC%2CMACC%3BEACE%2CSAAA%3B%3BAAFJ%2CkBAAC%2CMAIC%2CsBACG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAnBL%2CMAIC%2CsBACG%2CUAcE%3BEACC%2CWAAA%3B%3BAAEF%2CkBAtBL%2CMAIC%2CsBACG%2CUAiBE%3BEACC%2CeAAA%3B%3BAAEF%2CkBAzBL%2CMAIC%2CsBACG%2CUAoBE%3BEACC%2CWAAA%3BEACA%2CsBAAA%3B%3BAA3BR%2CkBAAC%2CMAIC%2CsBA0BG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArCN%2CkBAAC%2CMAIC%2CsBA0BG%2CmBAQC%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBApDP%2CMAIC%2CsBA0BG%2CmBAQC%2CQAcG%3BEACC%2CaAAA%3B%3BAArDV%2CkBAAC%2CMAIC%2CsBA0BG%2CmBAQC%2CQAiBG%3BEAAK%2CqBAAA%3B%3BAACN%2CkBAxDP%2CMAIC%2CsBA0BG%2CmBAQC%2CQAkBG%3BEACC%2CsBAAA%3BEACA%2CWAAA%3B%3BAA1DV%2CkBAAC%2CMA%2BDC%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAnEH%2CMA%2BDC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAApEN%2CkBAAC%2CMAuEC%3BEAAS%2CaAAA%3B%3BAAvEX%2CkBAAC%2CMAwEC%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CyCAAA%3BEACA%2C4CAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAApFJ%2CkBAAC%2CMAsFC%3BEACE%2CoBAAA%3B%3BAAEF%2CkBAzFD%2CMAyFE%2CMACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBAzFD%2CMAyFE%2CMAIC%2CqBAAoB%3BEAA%2BB%2CUAAA%3B%3BAAJrD%2CkBAzFD%2CMAyFE%2CMAKC%3BAALF%2CkBAzFD%2CMAyFE%2CMAKwB%2CsBAAuB%3BAALhD%2CkBAzFD%2CMAyFE%2CMAKwD%2CsBAAsB%3BEAAiB%2CmBAAA%3BEAAmB%2CUAAA%3B%3BAAGrH%2CkBAAC%2CMACC%2CWAAW%3BAADb%2CkBAAC%2CMAmtEH%2CCAltEsB%2CQAAQ%2CKAAM%3BEAC9B%2CWAAA%3B%3BAAFJ%2CkBAAC%2CMAIC%3BEACE%2CYAAA%3B%3BAALJ%2CkBAAC%2CMAIC%2CyBAEE%2CgBAAgB%2CeACZ%2COAAI%3BEACJ%2CWAAA%3B%3BAAEF%2CkBAVL%2CMAIC%2CyBAEE%2CgBAAgB%2CeAIb%3BEACD%2C%2BBAAA%3B%3BAAXN%2CkBAAC%2CMAeC%2CqBAAoB%3BEAClB%2COAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBApBH%2CMAeC%2CqBAAoB%2C8BAKjB%3BEACC%2CUAAA%3B%3BAArBN%2CkBAAC%2CMAwBC%2CsBACG%3BAAzBL%2CkBAAC%2CMAwBC%2CsBACY%2CmBAAiB%3BEACzB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAvCL%2CMAwBC%2CsBACG%2CUAcE%3BAAAD%2CkBAvCL%2CMAwBC%2CsBACY%2CmBAAiB%2CQAcxB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CkBAAC%2CMAwBC%2CsBAqBG%2CmBAAiB%3BEAChB%2CWAAA%3B%3BAA9CN%2CkBAAC%2CMAwBC%2CsBAwBG%2CUAAO%3BEACN%2CWAAA%3B%3BAAjDN%2CkBAAC%2CMAoDC%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuCAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAlEJ%2CkBAAC%2CMAoEC%3BEACE%2CgBAAA%3B%3BAArEJ%2CkBAAC%2CMAoEC%2CoBAEE%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBA7ED%2CMA6EE%2CMACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBA7ED%2CMA6EE%2CMAIC%2CsBACG%3BAALL%2CkBA7ED%2CMA6EE%2CMAIC%2CsBACY%2CmBAAiB%3BEACzB%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBArFP%2CMA6EE%2CMAIC%2CsBACG%2CUAGE%3BAAAD%2CkBArFP%2CMA6EE%2CMAIC%2CsBACY%2CmBAAiB%2CQAGxB%3BEAAO%2CUAAA%3B%3BAARd%2CkBA7ED%2CMA6EE%2CMAWC%3BEAAsB%2CUAAA%3BEAAU%2CmBAAA%3B%3BAAGpC%2CkBAAC%2CMACC%3BEAAsB%2CgBAAA%3B%3BAADxB%2CkBAAC%2CMAEC%3BEACE%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAALJ%2CkBAAC%2CMAOC%3BEAA0B%2CoBAAA%3B%3BAAP5B%2CkBAAC%2CMAQC%2CsBACG%3BAATL%2CkBAAC%2CMAQC%2CsBACY%2CmBAAiB%3BEACzB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAvBL%2CMAQC%2CsBACG%2CUAcE%3BAAAD%2CkBAvBL%2CMAQC%2CsBACY%2CmBAAiB%2CQAcxB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBA5BL%2CMAQC%2CsBACG%2CUAmBE%3BAAAD%2CkBA5BL%2CMAQC%2CsBACY%2CmBAAiB%2CQAmBxB%3BEACC%2CsBAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CkBAAC%2CMAQC%2CsBAyBG%2CmBAAiB%3BEAChB%2CWAAA%3B%3BAAlCN%2CkBAAC%2CMAQC%2CsBA4BG%2CUAAO%3BEACN%2CWAAA%3B%3BAArCN%2CkBAAC%2CMAwCC%2CoBAAoB%3BEAClB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CkBA9CD%2CMA8CE%2CMACC%2CsBACG%3BAAFL%2CkBA9CD%2CMA8CE%2CMACC%2CsBACY%2CmBAAiB%3BEACzB%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBAnDP%2CMA8CE%2CMACC%2CsBACG%2CUAGE%3BAAAD%2CkBAnDP%2CMA8CE%2CMACC%2CsBACY%2CmBAAiB%2CQAGxB%3BEACC%2CUAAA%3B%3BAAMV%2CkBAAC%2COACC%3BEACE%2CaAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CkBAAC%2COAKC%2CsBACE%3BAANJ%2CkBAAC%2COAKC%2CsBAyjEJ%2CCAxjEkB%3BEACV%2CaAAA%3B%3BAAPN%2CkBAAC%2COAUC%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAdJ%2CkBAAC%2COAUC%2CSAKE%3BEACE%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA5BN%2CkBAAC%2COAUC%2CSAoBE%3BAA9BJ%2CkBAAC%2COAUC%2CSAoBa%3BEACT%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAvCL%2COAUC%2CSAoBE%2CUASG%3BAAAD%2CkBAvCL%2COAUC%2CSAoBa%2CSASR%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FCR%2CkBAAC%2COAUC%2CSAwCE%3BAAlDJ%2CkBAAC%2COAUC%2CSAwCa%3BEACT%2CuBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CkBArDL%2COAUC%2CSAwCE%2CUAGG%2CIAAI%3BAAAL%2CkBArDL%2COAUC%2CSAwCa%2CSAGR%2CIAAI%3BEACH%2CcAAA%3B%3BAAtDR%2CkBAAC%2COAUC%2CSA%2BCE%3BEACE%2CSAAA%3B%3BAA1DN%2CkBAAC%2COAUC%2CSAkDE%3BEACE%2CUAAA%3B%3BAACA%2CkBA9DL%2COAUC%2CSAkDE%2CSAEG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKR%2CkBAAC%2COACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBAAC%2COAIC%2CoBAAmB%3BEACjB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuCAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAbJ%2CkBAAC%2COAeC%2CWAAW%3BAAfb%2CkBAAC%2COAm%5C%2FDH%2CCAp%2BDsB%2CQAAQ%2CKAAM%3BAAflC%2CkBAAC%2COAm%5C%2FDH%2CCAp%2BDsC%2CQAAQ%2CKAAM%2CEAAC%3BEAC%5C%2FC%2CWAAA%3B%3BAAhBJ%2CkBAAC%2COAkBC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAArBJ%2CkBAAC%2COAkBC%2CyBAIE%2CgBAAgB%2CeAAc%3BEAC5B%2C%2BBAAA%3B%3BAAvBN%2CkBAAC%2COAkBC%2CyBAOE%2CgBAAgB%2CeAAiB%2COAAI%3BEACnC%2CWAAA%3B%3BAA1BN%2CkBAAC%2COA6BC%2CqBAAoB%3BEAClB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAU%2C0BAAV%3B%3BAAhDJ%2CkBAAC%2COAkDC%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA1DJ%2CkBAAC%2COAkDC%2CoBASE%2CsBACG%3BAA5DP%2CkBAAC%2COAkDC%2CoBASE%2CsBACY%2CmBAAiB%3BEACzB%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBArEP%2COAkDC%2CoBASE%2CsBACG%2CUASE%3BAAAD%2CkBArEP%2COAkDC%2CoBASE%2CsBACY%2CmBAAiB%2CQASxB%3BEACC%2CUAAA%3B%3BAAtEV%2CkBAAC%2COAkDC%2CoBASE%2CsBAcG%2CUAAO%3BEACN%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2CkBAAC%2COA%2BEC%3BEACE%2CaAAA%3B%3BAAhFJ%2CkBAAC%2COAkFC%2CSAAQ%2CQAAQ%3BEACd%2C4BAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACS%2CUAAA%3BEACT%2CkBAAA%3BEACA%2CoBAAA%3BEAAmB%2CoBAAA%3B%3BAA%5C%2FFvB%2CkBAAC%2COAiGC%2CoBAAoB%3BEAClB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CkBAvGD%2COAuGE%2CMACC%2CoBAAmB%3BEACjB%2CuCAAA%3B%3BAAFJ%2CkBAvGD%2COAuGE%2CMAIC%2CqBAAoB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACA%2CkBA%5C%2FGL%2COAuGE%2CMAIC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAATN%2CkBAvGD%2COAuGE%2CMAYC%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAAdJ%2CkBAvGD%2COAuGE%2CMAgBC%2CSAAQ%2CQAAQ%3BEACd%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIN%2CkBAAC%2COACG%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CkBAAC%2COAQC%2CEAAC%3BEACG%2CwBAAA%3B%3BAATN%2CkBAAC%2COAWC%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAfN%2CkBAAC%2COAWC%2CoBAKM%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2CkBAAC%2COAqBC%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAvBN%2CkBAAC%2COAqBC%2CsBAGI%3BEAAqB%2CaAAA%3B%3BAAxB3B%2CkBAAC%2COA0BC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CkBA%5C%2FBD%2COA%2BBE%2CMACC%3BEACE%2C2BAAA%3B%3BAAFJ%2CkBA%5C%2FBD%2COA%2BBE%2CMACC%2CoBAEI%2CIAAC%3BEACD%2CaAAA%3B%3BAAKR%2CkBAAC%2CMACC%2CoBAAmB%2CIAAI%3BEACrB%2C%2BCAAA%3B%3BAAKI%2CkBAPP%2CMAIC%2CsBACE%2CsBACE%2CmBACG%3BEACC%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CkBAZP%2CMAIC%2CsBACE%2CsBACE%2CmBAMG%3BEACC%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAfV%2CkBAAC%2CMAIC%2CsBACE%2CsBAaE%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAArBR%2CkBAAC%2CMAyBC%2CqBAAoB%3BEAClB%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBA7BH%2CMAyBC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAAKR%2CgBACI%3BERzvBA%2CeAAA%3BEQ2vBI%2CWAAA%3B%3BAAHR%2CgBAMI%2CqBAAuB%3BAAN3B%2CgBAOI%3BEACI%2CeAAA%3B%3BAARR%2CgBAWI%2CqBAAuB%3BAAX3B%2CgBAYI%3BAAZJ%2CgBAaI%2CqBAAuB%2CuBAAqB%3BAAbhD%2CgBAcI%2CMAAM%3BAAdV%2CgBAeI%2CMAAQ%2CuBAAoB%3BAAfhC%2CgBAgBI%2CMAAQ%2CuBAAqB%3BERxwB7B%2CiBAAA%3B%3BAQ6wBI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAOR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CcALR%2CSACK%2CKAII%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CcALR%2CSACK%2CKAII%2CKAGE%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CcAZV%2CSACK%2CKAII%2CKAOE%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAEJ%2CcAjBV%2CSACK%2CKAII%2CKAYE%2CMAAO%3BEACJ%2CgBAAA%3B%3BAAGN%2CcArBR%2CSACK%2CKAoBI%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CcAzBR%2CSACK%2CKAwBI%3BEACC%2CcAAA%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJF%2CcAzBR%2CSACK%2CKAwBI%2CQAKG%2CmBAAmB%3BEACjB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPN%2CcAzBR%2CSACK%2CKAwBI%2CQASG%3BEACI%2CqBAAA%3B%3BAAVR%2CcAzBR%2CSACK%2CKAwBI%2CQAYG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAjBR%2CcAzBR%2CSACK%2CKAwBI%2CQAmBG%3BEAAsB%2CaAAA%3B%3BAA3C9B%2CcADJ%2CSACK%2CKA6CG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAShB%3BEACI%2CkBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CcAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAPR%2CwBASI%3BEACI%2CUAAA%3B%3BAAVR%2CwBAYI%3BEACI%2CaAAA%3B%3BAAbR%2CwBAeI%3BEACI%2CiBAAA%3B%3BAAhBR%2CwBAkBI%3BEACI%2CyBAAA%3B%3BAAEJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAADJ%2CwBAAC%2CMAEG%3BEACI%2CUAAA%3B%3BAAIZ%2CsBACE%2CeAAe%3BEACb%2CUAAA%3B%3BAAGJ%2CcAAe%3BAAAuB%2CcAAe%3BEACjD%2CYAAA%3B%3BAAEJ%2CcACE%2CuBACE%3BAAFJ%2CcAC0B%2CqBACtB%3BAAFJ%2CcACE%2CuBA0qDF%2CCAzqDmB%2CcAAe%3BAAFlC%2CcAC0B%2CqBA0qD1B%2CCAzqDmB%2CcAAe%3BEAC5B%2CeAAA%3BEACA%2CiBAAA%3B%3BAAJN%2CcAOG%3BEACG%2CgBAAA%3B%3BAAGN%2CsBACE%3BEACE%2CkBAAA%3B%3BAAFJ%2CsBACE%2CqBAEE%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CuCAAsC%2C8BAAtC%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CsBAdF%2CqBAcG%2CMACC%3BEACE%2CUAAA%3BEACA%2CWAAW%2CgBAAe%2CaAA1B%3B%3BAAKR%2CqBACE%3BAADF%2CqBAyoDA%2CCAxoDY%3BAADZ%2CqBAyoDA%2CCAxoDuB%3BAADvB%2CqBAyoDA%2CCAxoDwC%3BEAClC%2CgBAAA%3B%3BAAFN%2CqBAIE%2CgBACE%3BEACE%2CSAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAATN%2CqBAIE%2CgBAOE%3BEACI%2CUAAA%3B%3BAAZR%2CqBAIE%2CgBAUE%3BEACI%2CgBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CcAAA%3B%3BAAEJ%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAANF%2CiBAOE%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAC%2CoCAAoC%2CIAAI%2CYAAa%3BEAClD%2CaAAA%3B%3BAAEJ%2CiBAAC%2CoCAAoC%2CUAAW%2CaAAU%3BEACtD%2CaAAA%3B%3BAAIN%2CcAAC%2CMAAO%3BEACN%2CUAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CWAAW%2CiBAAX%3B%3BAAEJ%3BEACI%2CWAAW%2CiBAAX%3B%3BAAEJ%3BEACI%2CWAAW%2CgBAAX%3B%3BAAEJ%2CmCAAoC%2COAAI%3BEACpC%2CWAAW%2CiBAAX%3BEACA%2CwCAAA%3B%3BAAEJ%2CcAAc%2CMAAO%3BEACjB%2CUAAA%3B%3BAAEJ%2CcAAc%2CMAAO%3BEACjB%2CWAAW%2CaAAX%3B%3BAAEJ%2CcAAc%2CMAAO%3BAAA6B%2CcAAc%2CMAAO%3BEACnE%2CWAAW%2CaAAX%3B%3BAAEJ%2CcAAc%2CMAAO%2CoCAAoC%2COAAI%3BEACzD%2CWAAW%2CaAAX%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CqBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CoBAAA%3B%3BAAEJ%2CkBAAkB%3BEACd%2COAAO%2CkBAAP%3B%3BAAEJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%3BEAChB%2CaAAA%3B%3BAAEJ%2CkBAAmB%3BAAAE%2CkBAAmB%2CKAAI%2CIAAI%3BEAC5C%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAkB%2CmBAAoB%3BEAClC%2CqBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CuBAAA%3B%3BAAEJ%2CsBAAuB%2C2BAA2B%3BAAAK%2CkBAAmB%2CEAAC%3BAAAO%2CkBAAmB%2CKAAI%3BEACrG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%3BAAAQ%2CkBAAmB%2CKAAI%3BEAC%5C%2FC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2CYAAY%3BAAAO%2CgBAAiB%2CYAAY%3BEAC7D%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2CYAAY%3BEACzB%2CgBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAEJ%2CcAAe%2CEAAC%3BEACZ%2COAAO%2CkBAAP%3B%3BAAEJ%2CiBAAiB%2CmBAAmB%3BEAChC%2CUAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CSAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CeAAe%3BEAC7B%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CiBAAgB%3BEAC9B%2CmCAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CcAAc%2CGAAG%2CEAAC%3BEAChC%2CSAAS%2COAAT%3BEACA%2CaAAa%2COAAb%3B%3BAAEJ%2CIAAI%2CIAAI%2CMAAO%2CkBAAkB%2CcAAc%2CGAAG%2CEAAC%3BEAC%5C%2FC%2CiBAAA%3B%3BAAEJ%2CIAAK%2CkBAAkB%2CcAAc%2CGAAG%2CEAAC%3BEACrC%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CcAAc%2CGAAE%2COAAQ%2CEAAC%3BEACvC%2CSAAS%2COAAT%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CoBAEI%2CYAGI%3BEACI%2CwBAAA%3B%3BAAGR%2CoBAAC%2COAAQ%3BEACL%2CUAAA%3B%3BAAVR%2CoBAYI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CoBATJ%2CiBASK%3BEACG%2CUAAA%3B%3BAAKV%2CcAAC%2CMAAO%2CUAAS%3BEACb%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAC%2CYACC%3BEACE%2CqBAAA%3B%3BAACA%2CIAAK%2CeAHR%2CYACC%3BEAGI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CwBACE%3BEACE%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CwBACE%2CcAME%3BEACG%2CcAAA%3B%3BAARP%2CwBAWE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAbJ%2CwBAWE%2CoBAGE%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CwBATJ%2CoBAGE%2CgBAMG%3BEACC%2CcAAA%3B%3BAArBR%2CwBAWE%2CoBAGE%2CgBASE%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA3BV%2CwBAWE%2CoBAGE%2CgBAeE%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArCV%2CwBAWE%2CoBAGE%2CgBAeE%2CSASI%3BEAAG%2CcAAA%3B%3BAAKb%2CsBACE%3BEACE%2CgBAAA%3B%3BAAFJ%2CsBAIE%2CsBACE%2CmBAAkB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3BEACA%2C8FAAA%3B%3BAACA%2CsBAdJ%2CsBACE%2CmBAAkB%2COAaf%3BEACC%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CsBAlBJ%2CsBACE%2CmBAAkB%2COAiBf%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAzBR%2CsBAIE%2CsBAwBE%2CmBAAkB%2COAAO%3BEACvB%2CQAAA%3BEACA%2COAAA%3B%3BAACA%2CsBA3BJ%2CsBAwBE%2CmBAAkB%2COAAO%2CUAGtB%3BEACC%2CeAAA%3B%3BAAhCR%2CsBAIE%2CsBA%2BBE%2CmBAAkB%2COAAO%3BEACvB%2CQAAA%3B%3BAApCN%2CsBAIE%2CsBAkCI%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CaAAc%2CuBACZ%2CQAAO%3BEACL%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmCAAA%3B%3BAAlDN%2CsBAqDE%2CmBAAmB%3BEACjB%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAvDJ%2CsBAyDE%3BEACE%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CsBAAC%3BEACC%2CWAAA%3B%3BAADF%2CsBAAC%2CiBAEC%3BEACE%2CgBAAA%3B%3BAAHJ%2CsBAAC%2CiBAKC%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CWAAW%2CcAAc%2CgBAApC%3BEACA%2CwDAAA%3B%3BAAEF%2CsBAjBD%2CiBAiBE%2CMAAO%3BEACN%2CUAAA%3BEACA%2CWAAW%2CSAAS%2CcAAc%2CgBAAlC%3B%3BAAnBJ%2CsBAAC%2CiBAqBC%2CmBAAmB%3BEACjB%2CcAAA%3B%3BAAIE%2CaAFU%2CuBAxBf%2CiBAyBG%2CgBAAgB%2CeACb%3BEACC%2CcAAA%3B%3BAAHN%2CaAAc%2CuBAxBf%2CiBAyBG%2CgBAAgB%2CeAIZ%2COAAI%3BEACJ%2CcAAA%3B%3BAANN%2CaAAc%2CuBAxBf%2CiBAiCG%2CWAAW%3BEACT%2CWAAA%3B%3BAAVJ%2CaAAc%2CuBAxBf%2CiBAoCG%2CWAAW%3BEACT%2CWAAA%3B%3BAArCN%2CsBAAC%2CiBAwCC%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA5CJ%2CsBAAC%2CiBA8CC%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAC%2CYACC%3BEACE%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuCAAA%3B%3BAAEF%2CsBAXD%2CYAWE%2CMACC%3BEACE%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAjBD%2CYAiBE%2CWACC%3BEACE%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CWAAW%2CkBAAtB%3BEACA%2C0CAAA%3B%3BAAEF%2CsBA1BH%2CYAiBE%2CWASE%2CMACC%3BEACE%2CWAAW%2CgBAAX%3BEACA%2CYAAA%3B%3BAAIN%2CsBAjCD%2CYAiCE%2CSACC%3BEACE%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CuCAAA%3B%3BAAEF%2CsBAzCH%2CYAiCE%2CSAQE%2CMACC%3BEACE%2CSAAA%3B%3BAAVN%2CsBAjCD%2CYAiCE%2CSAaC%2CoBACE%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CsBAAC%3BEACC%2CgBAAA%3B%3BAADF%2CsBAAC%2CiBAEC%3BEACE%2CgBAAA%3B%3BAAEE%2CsBALL%2CiBAEC%2CoBAEE%2CoBACG%2CcACC%2CsBACE%2CmBAAkB%3BEAChB%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAALN%2CsBALL%2CiBAEC%2CoBAEE%2CoBACG%2CcACC%2CsBAME%2CqBAAoB%3BEAClB%2CMAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAjBZ%2CsBAAC%2CiBAEC%2CoBAEE%2CoBAiBE%3BEACE%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2CsBAAC%2CiBAEC%2CoBAEE%2CoBAiBE%2CsBAQE%2CmBAAkB%3BEAChB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAhCV%2CsBAAC%2CiBAEC%2CoBAEE%2CoBAiBE%2CsBAaI%3BEACE%2CmBAAA%3B%3BAACA%2CsBApCX%2CiBAEC%2CoBAEE%2CoBAiBE%2CsBAaI%2CIAEG%3BEACC%2CgBAAA%3B%3BAAIR%2CsBAzCL%2CiBAEC%2CoBAEE%2CoBAqCG%2CeAAgB%2CsBAAwB%3BEACrC%2CgBAAA%3BEACA%2CQAAA%3B%3BAA3CV%2CsBAAC%2CiBA%2BCC%3BEACE%2CaAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAnDJ%2CsBAAC%2CiBAqDC%2CgBAAkB%2CsBAChB%3BEACE%2CWAAA%3B%3BAAvDN%2CsBAAC%2CiBA0DC%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEF%2CsBAhED%2CiBAgEE%3BEACC%2CkBAAA%3B%3BAADF%2CsBAhED%2CiBAgEE%2CeAEC%2CoBACE%2CoBACE%3BEACE%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAANR%2CsBAhED%2CiBAgEE%2CeAUC%3BEACE%2CcAAA%3B%3BAAXJ%2CsBAhED%2CiBAgEE%2CeAaC%3BEACE%2CWAAA%3B%3BAAGJ%2CsBAjFD%2CiBAiFE%3BEACC%2CgBAAA%3B%3BAADF%2CsBAjFD%2CiBAiFE%2CeAEC%2CoBACE%2CoBACE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3B%3BAANR%2CsBAjFD%2CiBAiFE%2CeAUC%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAbJ%2CsBAjFD%2CiBAiFE%2CeAeC%2CgBAAkB%2CsBAChB%3BEACE%2CSAAA%3B%3BAAKR%2CsBAAC%2CgBACC%2CoBACE%2CoBACE%3BEACE%2CgBAAA%3B%3BAAMN%2CcADY%2CIAAI%2CeAAgB%2CuBAC%5C%2FB%3BEACC%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CcAJU%2CIAAI%2CeAAgB%2CuBAC%5C%2FB%2CiBAGE%3BEACC%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C0DAAA%3B%3BAAEF%2CcAhBU%2CIAAI%2CeAAgB%2CuBAC%5C%2FB%2CiBAeE%3BEACC%2CWAAW%2CiBAAX%3BEACA%2CUAAA%3B%3BAACA%2CcAnBQ%2CIAAI%2CeAAgB%2CuBAC%5C%2FB%2CiBAeE%2CMAGE%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C2DAAA%3B%3BAAKJ%2CcA3BU%2CIAAI%2CeAAgB%2CuBA0B%5C%2FB%2CkBACE%2CMAAM%3BEACL%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcAlCY%2CIAAI%2CeAAgB%2CuBAkC%5C%2FB%3BEACC%2C0BAAA%3BEACA%2CUAAA%3B%3BAAFF%2CcAlCY%2CIAAI%2CeAAgB%2CuBAkC%5C%2FB%2CcAGC%3BEACE%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C0DAAA%3B%3BAAEF%2CcA3CU%2CIAAI%2CeAAgB%2CuBAkC%5C%2FB%2CcASE%2CMAAO%3BEACN%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C2DAAA%3B%3BAAEF%2CcAhDU%2CIAAI%2CeAAgB%2CuBAkC%5C%2FB%2CcAcE%3BEACC%2CWAAW%2CiBAAX%3BEACA%2CUAAA%3B%3BAAFF%2CcAhDU%2CIAAI%2CeAAgB%2CuBAkC%5C%2FB%2CcAcE%2CMAGC%2CsBACE%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAAMV%2CsBAAC%3BEACC%2C6BAAA%3B%3BAACA%2CsBAFD%2CiBAEE%3BEACC%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAAC%3BEACC%2CkBAAA%3B%3BAACA%2CsBAFD%2CkBAEE%3BEACC%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CuFAAA%3B%3BAAEF%2CsBAfD%2CkBAeE%2CMAAM%3BEACL%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAAC%3BEACC%2CkBAAA%3B%3BAADF%2CsBAAC%2CcAEC%2CoBACE%2CqBAAoB%3BEAClB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAATN%2CsBAAC%2CcAEC%2CoBACE%2CqBAAoB%2C8BAOlB%3BEAAM%2CaAAA%3B%3BAAVZ%2CsBAAC%2CcAEC%2CoBAUE%2CqBAAoB%3BEAClB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C8FAAA%3B%3BAACA%2CsBArBL%2CcAEC%2CoBAUE%2CqBAAoB%2C8BASjB%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CsBA5BL%2CcAEC%2CoBAUE%2CqBAAoB%2C8BAgBjB%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBR%2CsBAAC%2CcAmCC%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA1CJ%2CsBAAC%2CcA4CC%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyDAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxDJ%2CsBAAC%2CcA0DC%2CsBACE%3BEACE%2CgBAAA%3B%3BAA5DN%2CsBAAC%2CcA0DC%2CsBAIE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAvEN%2CsBAAC%2CcA0DC%2CsBAIE%2CoBAUE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAA5ER%2CsBAAC%2CcA0DC%2CsBAIE%2CoBAgBE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIN%2CsBApFD%2CcAoFE%2CMACC%3BEACE%2CWAAW%2CiBAAX%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAKR%2CkBAAmB%3BEACjB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEF%2CeAAgB%3BEACd%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAAe%2CmBALE%3BEAMf%2CYAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CuBAAA%3B%3BAAEJ%2CmBACE%2CsBACE%2CmBAAkB%3BEAChB%2CgBAAA%3B%3BAACA%2CmBAHJ%2CsBACE%2CmBAAkB%2COAEf%3BEACC%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CmBARJ%2CsBACE%2CmBAAkB%2COAOf%3BEACC%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAZR%2CmBACE%2CsBAcI%2CmBACA%3BEACE%2C2BAAA%3B%3BAAQF%2CkBAFJ%2CuBACE%2CoBACG%2CIAAI%2CiBACH%2CsBACI%3BEACA%2CYAAA%3B%3BAAHN%2CkBAFJ%2CuBACE%2CoBACG%2CIAAI%2CiBACH%2CsBACI%2CmBAEA%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CkBAFJ%2CuBACE%2CoBACG%2CIAAI%2CiBA0BH%2CsBAAwB%2CmBAAiB%2CQAAQ%3BEAC%5C%2FC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAjCJ%2CuBACE%2CoBAgCG%2CoBACC%2CsBACI%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAEF%2CkBA5CR%2CuBACE%2CoBAgCG%2CoBACC%2CsBAUG%2CeACG%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CkBA5CR%2CuBACE%2CoBAgCG%2CoBACC%2CsBAUG%2CeAQC%3BEACE%2CiCAAA%3B%3BAAKR%2CkBA1DJ%2CuBACE%2CoBAyDG%2CeACC%2CsBACI%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3BAAPN%2CkBA1DJ%2CuBACE%2CoBAyDG%2CeACC%2CsBACI%2CmBAMA%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C8FAAA%3B%3BAACA%2CkBA5EZ%2CuBACE%2CoBAyDG%2CeACC%2CsBACI%2CmBAMA%2CQAUG%3BEACC%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAAEF%2CkBAjFZ%2CuBACE%2CoBAyDG%2CeACC%2CsBACI%2CmBAMA%2CQAeG%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA1BV%2CkBA1DJ%2CuBACE%2CoBAyDG%2CeACC%2CsBACI%2CmBA2BA%2CQAAQ%3BEACN%2CaAAA%3B%3BAAKR%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBACE%2CmBAAkB%3BAAFtB%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBAC6B%2CqBAAoB%3BEAC7C%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAPN%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBAQE%2CmBAAkB%2COAAO%3BEACvB%2CSAAA%3B%3BAAVN%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBAWE%2CqBAAoB%3BEAClB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C8FAAA%3B%3BAACA%2CkBApHV%2CuBACE%2CoBA4FG%2CcACC%2CsBAWE%2CqBAAoB%2C8BAWjB%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CkBA3HV%2CuBACE%2CoBA4FG%2CcACC%2CsBAWE%2CqBAAoB%2C8BAkBjB%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAjCR%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBAmCE%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAvCN%2CkBA7FJ%2CuBACE%2CoBA4FG%2CcACC%2CsBAmCE%2CqBAAoB%2C8BAIlB%3BEAAM%2CaAAA%3B%3BAAKd%2CkBA1IF%2CuBA0IG%2CgBACC%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%3BEAC%5C%2FD%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CkBA1IF%2CuBA0IG%2CgBACC%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%2CmBAI%5C%2FD%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAAdN%2CkBA1IF%2CuBA0IG%2CgBACC%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%2CmBAI%5C%2FD%2CQAUE%3BEACE%2CcAAA%3B%3BAAEF%2CkBA5JR%2CuBA0IG%2CgBACC%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%2CmBAI%5C%2FD%2CQAaG%3BEAAU%2CaAAA%3B%3BAAlBjB%2CkBA1IF%2CuBA0IG%2CgBAqBC%2CoBACE%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%2CmBAC%5C%2FD%3BEACE%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CkBA1IF%2CuBA0IG%2CgBA6BC%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAnCJ%2CkBA1IF%2CuBA0IG%2CgBA6BC%2CmBAOI%3BEACE%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAxCR%2CkBA1IF%2CuBA0IG%2CgBA6BC%2CmBAaE%3BEACI%2CkBAAA%3B%3BAA3CR%2CkBA1IF%2CuBA0IG%2CgBA6BC%2CmBAgBE%3BEACE%2CQAAA%3B%3BAA9CN%2CkBA1IF%2CuBA0IG%2CgBA6BC%2CmBAmBE%3BEACE%2CgBAAA%3B%3BAAjDN%2CkBA1IF%2CuBA0IG%2CgBA6BC%2CmBAsBE%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAAwB%2CmBAC%5C%2FD%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAMV%2CkBAAC%2COACC%2CoBAAmB%2CIAAI%2CoBACrB%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJN%2CkBAAC%2COAOC%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAC%2COACC%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIF%2CkBADD%2COACE%2CcAAc%2CMAAO%3BEACpB%2CuCAAA%3B%3BAAFJ%2CkBAAC%2COAIC%2CoBAAmB%2CIAAI%2CoBACrB%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAPN%2CkBAAC%2COAUC%2CmBACE%2CqBAAoB%3BEAClB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C8FAAA%3B%3BAACA%2CkBAtBL%2COAUC%2CmBACE%2CqBAAoB%2C8BAWjB%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEF%2CkBA7BL%2COAUC%2CmBACE%2CqBAAoB%2C8BAkBjB%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAhCR%2CkBAAC%2COAUC%2CmBAyBE%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvCN%2CkBAAC%2COAUC%2CmBAyBE%2CqBAAoB%2C8BAKlB%3BEAAM%2CaAAA%3B%3BAAGV%2CkBA3CD%2COA2CE%2CaACC%3BAADF%2CkBA3CD%2COA2CE%2CaACuB%3BEAAuB%2CwBAAA%3B%3BAAI%5C%2FC%2CkBADD%2COACE%2CcAAe%3BEACd%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAHJ%2CkBAAC%2COAKC%3BEACE%2CgBAAA%3B%3BAANJ%2CkBAAC%2COAQC%2CoBACE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAXN%2CkBAAC%2COAQC%2CoBAKE%3BEACE%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArBN%2CkBAAC%2COAQC%2CoBAKE%2CiBASE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAIN%2CkBAtCD%2COAsCE%2CUACC%2CuBAAuB%3BEACrB%2CcAAA%3B%3BAAIN%2CkBAAC%2COACC%2CoBAAmB%2CIAAI%2CoBACrB%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJN%2CkBAAC%2COAOC%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CkBAAC%2COAWC%2CsBAAsB%2CsBAAsB%3BEAC1C%2CcAAA%3B%3BAAZJ%2CkBAAC%2COAcC%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAnBJ%2CkBAAC%2COAcC%2CSAME%3BEACE%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAnCN%2CkBAAC%2COAcC%2CSAuBE%3BAArCJ%2CkBAAC%2COAcC%2CSAuBa%3BEACT%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBA9CL%2COAcC%2CSAuBE%2CUASG%3BAAAD%2CkBA9CL%2COAcC%2CSAuBa%2CSASR%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2CkBAAC%2COAcC%2CSA2CE%3BAAzDJ%2CkBAAC%2COAcC%2CSA2Ca%3BEACT%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBA5DL%2COAcC%2CSA2CE%2CUAGG%2CIAAI%3BAAAL%2CkBA5DL%2COAcC%2CSA2Ca%2CSAGR%2CIAAI%3BEACH%2CcAAA%3B%3BAA7DR%2CkBAAC%2COAcC%2CSAkDE%3BEACE%2CSAAA%3B%3BAAjEN%2CkBAAC%2COAcC%2CSAqDE%3BEACE%2CUAAA%3B%3BAACA%2CkBArEL%2COAcC%2CSAqDE%2CSAEG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA7ER%2CkBAAC%2COAiFC%2CgBACE%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArFN%2CkBAAC%2COAwFC%2CuBAAuB%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAC3D%2CmBAAiB%3BEAClB%2CSAAA%3BEACA%2CWAAA%3B%3BAAEF%2CkBA7FH%2COAwFC%2CuBAAuB%2CoBAAmB%2CIAAI%2CiBAAkB%2CsBAK7D%2CeACG%2CmBAAiB%3BEAClB%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhGP%2CkBAAC%2COAoGC%2CkBAAiB%3BEACb%2CoBAAA%3B%3BAArGN%2CkBAAC%2COAuGC%3BEACI%2CuBAAA%3B%3BAAxGN%2CkBAAC%2COA0GC%2CsBAAqB%2CUACjB%3BEAAG%2CQAAA%3B%3BAA3GT%2CkBAAC%2COA0GC%2CsBAAqB%2CUAEnB%3BEAAqB%2CQAAA%3BEAAS%2CWAAA%3B%3BAAGlC%2CkBAAC%2COACC%2CoBAAmB%2CIAAI%2CoBACrB%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAJN%2CkBAAC%2COAOC%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAqDN%2CQA5C0B%3BEAGpB%2CkBADF%2CuBACG%2CgBAAgB%2CIAAI%2CiBACnB%2CsBAAqB%2CIAAI%2CoBACvB%3BIACE%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CyCAAA%3BIACA%2CgBAAA%3B%3BEANN%2CkBADF%2CuBACG%2CgBAAgB%2CIAAI%2CiBACnB%2CsBAAqB%2CIAAI%2CoBAOvB%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CyDAAA%3B%3BEAOJ%2CkBAFH%2CMACC%2CuBACG%2CgBAAgB%2CIAAI%2CiBACnB%2CsBAAqB%2CIAAI%2CoBACvB%3BIACE%2CUAAA%3BIACA%2CkBAAA%3B%3BEAJN%2CkBAFH%2CMACC%2CuBACG%2CgBAAgB%2CIAAI%2CiBACnB%2CsBAAqB%2CIAAI%2CoBAKvB%3BIACE%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CiBAAX%3B%3B%3BAAkEd%2CQA1DwB%2CuBAAqB%3BEAEzC%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CmBAAA%3B%3BEACA%2CcAHP%2CSACG%2CcAEK%3BEAAD%2CcAHK%2CSACT%2CcAEK%3BEAAD%2CcAHiB%2CSACrB%2CcAEK%3BIACG%2CWAAA%3B%3BEAEJ%2CcANP%2CSACG%2CcAKK%3BEAAD%2CcANK%2CSACT%2CcAKK%3BEAAD%2CcANiB%2CSACrB%2CcAKK%3BIACG%2CWAAA%3B%3BEAIZ%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CmBAAA%3B%3BEACA%2CcAHP%2CSACG%2CcAEK%3BEAAD%2CcAHK%2CSACT%2CcAEK%3BEAAD%2CcAHiB%2CSACrB%2CcAEK%3BIACG%2CWAAA%3B%3BEAEJ%2CcANP%2CSACG%2CcAKK%3BEAAD%2CcANK%2CSACT%2CcAKK%3BEAAD%2CcANiB%2CSACrB%2CcAKK%3BIACG%2CWAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BEAAD%2CcAHgB%2CaACvB%2CSACG%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcACK%3BEAAD%2CcAHgB%2CaACX%2CSACT%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcACK%3BEAAD%2CcAHgB%2CaACC%2CSACrB%2CcACK%3BIACG%2CsCAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%3BEAAD%2CcANgB%2CaACvB%2CSACG%2CcAIK%3BEAAD%2CcANX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIK%3BEAAD%2CcANgB%2CaACX%2CSACT%2CcAIK%3BEAAD%2CcANX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIK%3BEAAD%2CcANgB%2CaACC%2CSACrB%2CcAIK%3BIACG%2C8BAAA%3B%3BEAEJ%2CcATX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACvB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACvB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACvB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3BEAOR%2CcAlBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACK%3BEAAD%2CcAlBgB%2CaAgBvB%2CSACG%2CcACK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcACK%3BEAAD%2CcAlBgB%2CaAgBX%2CSACT%2CcACK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcACK%3BEAAD%2CcAlBgB%2CaAgBC%2CSACrB%2CcACK%3BEAAiB%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACuB%3BEAAD%2CcAlBF%2CaAgBvB%2CSACG%2CcACuB%3BEAAD%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcACuB%3BEAAD%2CcAlBF%2CaAgBX%2CSACT%2CcACuB%3BEAAD%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcACuB%3BEAAD%2CcAlBF%2CaAgBC%2CSACrB%2CcACuB%3BIACf%2CsCAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAIK%3BEAAD%2CcArBgB%2CaAgBvB%2CSACG%2CcAIK%3BEAAD%2CcArBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAIK%3BEAAD%2CcArBgB%2CaAgBX%2CSACT%2CcAIK%3BEAAD%2CcArBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAIK%3BEAAD%2CcArBgB%2CaAgBC%2CSACrB%2CcAIK%3BIACG%2C8BAAA%3B%3BEAEJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBvB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBvB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBvB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBvB%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBX%2CSACT%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBC%2CSACrB%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBvB%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBX%2CSACT%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBC%2CSACrB%2CcAOqE%2CUAAU%2CGACvE%3BIACI%2C6BAAA%3B%3B%3BAAoCxB%2CQA5B0B%3BEACtB%2CiBAAiB%3BIACb%2CaAAA%3B%3BEAGJ%2CiBAAiB%2CgBAAiB%3BIAC9B%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CIAAI%2CIAAI%2CMAAO%2CkBAAiB%2CgBAAiB%2CaAAa%3BIAC1D%2CyBAAA%3B%3BEAGJ%2CIAAK%2CkBAAiB%2CgBAAiB%2CaAAa%3BIAChD%2CwBAAA%3B%3BEAGJ%2CiBAAiB%2CgBAAiB%3BIAC9B%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CiBAAiB%2CeAAgB%3BIAC7B%2CeAAA%3B%3B%3BAAgDR%2CQA7CyB%3BEAEjB%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CmBAAA%3B%3BEAEA%2CcAJP%2CSACG%2CcAGK%3BEAAD%2CcAJK%2CSACT%2CcAGK%3BEAAD%2CcAJiB%2CSACrB%2CcAGK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAPP%2CSACG%2CcAMK%3BEAAD%2CcAPK%2CSACT%2CcAMK%3BEAAD%2CcAPiB%2CSACrB%2CcAMK%3BIACG%2CWAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BEAAD%2CcAHgB%2CaACvB%2CSACG%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcACK%3BEAAD%2CcAHgB%2CaACX%2CSACT%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcACK%3BEAAD%2CcAHgB%2CaACC%2CSACrB%2CcACK%3BIACG%2C8BAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACvB%2CSACG%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACX%2CSACT%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACC%2CSACrB%2CcAIK%2CUAAU%2CGACP%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACvB%2CSACG%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACX%2CSACT%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACC%2CSACrB%2CcAIqB%2CUAAU%2CGACvB%3BIACI%2C6BAAA%3B%3BEAOR%2CcAfX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcACK%3BEAAD%2CcAfgB%2CaAavB%2CSACG%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcACK%3BEAAD%2CcAfgB%2CaAaX%2CSACT%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcACK%3BEAAD%2CcAfgB%2CaAaC%2CSACrB%2CcACK%3BIACG%2CsCAAA%3B%3BEAEJ%2CcAlBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAIK%3BEAAD%2CcAlBgB%2CaAavB%2CSACG%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAIK%3BEAAD%2CcAlBgB%2CaAaX%2CSACT%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAIK%3BEAAD%2CcAlBgB%2CaAaC%2CSACrB%2CcAIK%3BIACG%2C8BAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAavB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAaX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAaC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAavB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAaX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAaC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAavB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAaX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAaC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3B%3BAAqB5B%2CQAbwB%2CuBAAsB%3BEAE1C%2CkBAAC%2COACC%2CuBACE%2CoBAAmB%2CIAAI%2CiBACrB%2CsBAAwB%2CmBAAiB%2CQAAQ%3BIAC%5C%2FC%2CaAAA%3B%3B%3BAAgBZ%2CQAT0B%2CuBAAsB%3BEAC5C%2CiBAAiB%2CgBAAiB%3BIAC9B%2CUAAA%3B%3BEAGJ%2CiBAAiB%2CgBAAiB%3BIAC9B%2COAAO%2CgBAAP%3B%3B%3BAAcR%2CQAX0B%3BEAEtB%2CkBAAC%2COACC%3BIACE%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAyC%5C%2FjFR%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEAcA%2CkBAAA%3B%3BAAnBJ%2CQAMM%3BEACA%2CqBAAA%3B%3BAAPN%2CQASI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAIJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAGR%2CQAAC%3BEjD8OD%2C6BAAA%3B%3BAiD9OA%2CQAAC%2CSAEG%3BEACI%2CaAAA%3B%3BAAGR%2CSAAS%2CQAAW%3BEAClB%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAALF%2CSAAS%2CQAAW%2CWAMlB%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CSAAS%2CQAAW%2CWAalB%3BEACE%2CmBAAA%3B%3BAAdJ%2CSAAS%2CQAAW%2CWAgBlB%3BAAhBF%2CSAAS%2CQAAW%2CWA0NxB%2CCA1Mc%3BEAAQ%2CaAAA%3B%3BAAhBlB%2CSAAS%2CQAAW%2CWAiBlB%2CEAAC%3BEAA%2BB%2CwBAAA%3B%3BAA9DtC%2CQAgEI%2CEAAC%3BEACC%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAxEN%2CQAgEI%2CEAAC%2C6BASC%3BEACE%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CoBAAqB%2CSAdvB%2CEAAC%3BEAcyB%2CwBAAA%3B%3BAAE1B%2CQAAC%3BEACC%2CyBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3B%3BAACA%2CeAAgB%2CSAXjB%3BEAYG%2CWAAA%3B%3BAAEF%2CiBAAkB%2CSAdnB%3BEAeG%2CUAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcAAe%3BEACX%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2COANH%2CMAMI%3BEACC%2CSAAS%2CGAAT%3B%3BAAGN%2COAAC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAC%3BEAEG%2CmBAAA%3BEjD0JJ%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2COQ4GC%2COR5GA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC7OY%2COD6OZ%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COQ%2BFH%2CORhGA%2CMACI%3BEzC2PL%2CcAAA%3B%3BAiD5JA%2COAAC%2CORgJC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiDmHI%2COAVH%2COAUI%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAdH%2COAcI%2CUAAU%3BEACP%2CShD%5C%2FFM%2COgD%2BFN%3B%3BAAIZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMAAI%3BEACA%2CqBAAA%3B%3BAAOJ%2CMAAC%3BEAEG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEAEA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEjDmHJ%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAQ4JI%2CMAZH%2CKAYI%3BEACG%2CeAAA%3B%3BAAEJ%2CMAfH%2CKAeI%3BAAAS%2CMAfb%2CKAec%3BEACP%2CcAAA%3B%3BAAEJ%2CMAlBH%2CKAkBI%2CIAAI%3BEACH%2CWAAA%3B%3BAAnBN%2CMAAC%2CKRkHC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CMQ0IC%2CKR1IA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCtPQ%2CODsPR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAQ7KI%2CMA1BH%2CKA0BI%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CUAAU%3BEACN%2CShDxJQ%2COgDwJR%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAE%3BEACE%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CQAAE%2COAGE%3BEACE%2CcAAA%3B%3BAACA%2CQALJ%2COAGE%2CKAEG%3BEACC%2CSAAS%2CGAAT%3B%3BAAbZ%2CQAiBI%3BEACI%2CqBAAA%3B%3BAAlBR%2CQAoBI%3BEAAe%2CaAAA%3B%3BAA6CnB%2CQArCyB%3BEACvB%3BIACE%2CeAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3B%3BEARF%2CQASE%3BIACE%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAfJ%2CQAiBE%3BEAjBF%2CQAgDF%2CCA%5C%2FBkB%2CQAAS%3BIAAQ%2CoBAAA%3B%3BEAC%5C%2FB%2CSAAS%2CQAAW%3BIAClB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEATF%2CSAAS%2CQAAW%2CWAUlB%3BIACE%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAUR%2CQALyB%3BEACvB%2CQACE%3BEADF%2CQAWF%2CCAVW%3BEADT%2CQACwB%2CSAAS%3BIAAQ%2CaAAA%3B%3B%3BARjJvC%2COhC9GG%2CUgC8GF%3BEzCyKD%2CSChPgB%2CODgPhB%3B%3BAShRJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%2CUACI%3BEACI%2CgBAAA%3B%3BAAGR%3BAACA%2CIAAI%3BETuQA%2CcAAA%3B%3BASpQJ%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CUAII%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CUASI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAII%2CiBADJ%2CqBAAuB%2CuBAClB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAEJ%2CiBAJJ%2CqBAAuB%2CuBAIlB%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAANZ%2CiBAUI%2CMAAK%3BEACD%2CeAAA%3B%3BAACA%2CiBAFJ%2CMAAK%2CYAEA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAAQA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAQJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATH%2CMASI%3BEACG%2CgBAAA%3B%3BAAEJ%2CcAZH%2CMAYI%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAACA%2CmBAAmB%2CMAAO%2CeAjBjC%2CMAYI%3BEAMO%2CmBAAA%3BEACA%2CUAAA%3B%3BAAShB%2CqBAAsB%3BEACpB%2CiBAAA%3B%3BAAEF%2CQAAQ%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CMAMJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAAPR%2CQAAQ%2CMASJ%3BEACI%2CeAAA%3BET4IJ%2CcAAA%3BEAAA%2CcAAA%3B%3BAStJJ%2CQAAQ%2CMAcJ%2CSAAQ%3BEACJ%2CsBAAA%3B%3BAAfR%2CQAAQ%2CMAiBJ%2COAAM%3BETqIN%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUoBJ%2CQAAQ%2CMAiBJ%2COAAM%2COV%5C%2FBJ%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAUYR%2CQAAQ%2CMAiBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAApBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAvBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAQF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3B%3BAADJ%2CQAAQ%2CKAAK%2CSAET%3BEACI%2CWAAA%3BEL6FJ%2CYAAA%3B%3BAKhGJ%2CQAAQ%2CKAAK%2CSAET%2CuBLgGE%2CQAGI%2CKACI%3BAKtGd%2CQAAQ%2CKAAK%2CSAET%2CuBLiGE%2CQAEI%2CKACI%3BAKtGd%2CQAAQ%2CKAAK%2CSAET%2CuBLkGE%2CQACI%2CKACI%3BAKtGd%2CQAAQ%2CKAAK%2CSAET%2CuBLgGE%2CQAGI%2CKAEI%3BAKvGd%2CQAAQ%2CKAAK%2CSAET%2CuBLiGE%2CQAEI%2CKAEI%3BAKvGd%2CQAAQ%2CKAAK%2CSAET%2CuBLkGE%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKxGhB%2CQAAQ%2CKAAK%2CSAET%2CuBLhDE%2CQAGI%2CKACI%3BAK0Cd%2CQAAQ%2CKAAK%2CSAET%2CuBL%5C%2FCE%2CQAEI%2CKACI%3BAK0Cd%2CQAAQ%2CKAAK%2CSAET%2CuBL9CE%2CQACI%2CKACI%3BEJiKV%2CkCAAA%3B%3BASvHJ%2CQAAQ%2CKAAK%2CSAET%2CuBLhDE%2CQAGI%2CKAII%3BAKuCd%2CQAAQ%2CKAAK%2CSAET%2CuBL%5C%2FCE%2CQAEI%2CKAII%3BAKuCd%2CQAAQ%2CKAAK%2CSAET%2CuBL9CE%2CQACI%2CKAII%3BEJ8JV%2C4BAAA%3B%3BASxGJ%2CSACM%2CSAAM%3BAADD%2COAAO%2CaACZ%2CSAAM%3BEACJ%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAALR%2CSACM%2CSAAM%2CIAMF%3BAAPC%2COAAO%2CaACZ%2CSAAM%2CIAMF%3BEACE%2CaAAA%3B%3BAAIZ%2CSAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAEJ%3BEACE%2CmBAAA%3B%3BAADF%2CkBAEE%3BEACE%2CWAAW%2CmBAAX%3B%3BAAHJ%2CkBAEE%2CoBAEE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAVN%2CkBAaE%3BEACE%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBALF%2CyBAKG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAvBN%2CkBAaE%2CyBAYE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBN%2CkBAaE%2CyBAYE%2CgBAOE%3BEACE%2CWAAA%3B%3BAACA%2CkBArBN%2CyBAYE%2CgBAOE%2CeAEG%3BAAlCT%2CkBAaE%2CyBAYE%2CgBAOE%2CeAEa%2COAAI%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAtCV%2CkBAaE%2CyBA6BE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA5CN%2CkBAaE%2CyBA6BE%2CiBAGE%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBApCN%2CyBA6BE%2CiBAGE%2CEAIG%3BEACC%2CeAAA%3B%3BAAlDV%2CkBAaE%2CyBA6BE%2CiBAWE%2CEAAC%2CIAAI%2CaAAa%3BEAChB%2CSAAS%2CEAAT%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKA%2CkBArDN%2CyBAmDG%2CMACC%2CiBACG%3BEACC%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAQI%2CkBAHZ%2CoBACI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAnFlB%2CkBAwFE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAA5FJ%2CkBAwFE%2CwBAKI%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FFN%2CkBAkGE%2COACE%2CKAAO%3BEACL%2CcAAA%3BEACA%2CgBAAA%3B%3BAArGN%2CkBAwGE%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAEJ%2CkBAJJ%2CSAIK%2CIACG%3BEACE%2CoBAAA%3B%3BAACA%2CkBAPV%2CSAIK%2CIACG%2CMAEG%3BEACC%2CSAAS%2CGAAT%3B%3BAAJR%2CkBAJJ%2CSAIK%2CIAOG%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CkBAjBJ%2CSAiBK%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEF%2CkBAtBJ%2CSAsBK%3BEACG%2CeAAA%3B%3BAAlIV%2CkBAqIE%2CSAAQ%3BEACN%2CgBAAA%3B%3BAAGJ%2CiBACE%3BEACE%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBACE%2CaAAa%3BEACX%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CqBANF%2CaAAa%2CEAMV%2CIAAI%3BEACH%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIN%2CwBACI%2CgCACI%3BEACI%2CYAAA%3BETjFR%2CgBAAA%3BESmFQ%2CqBAAA%3BETnFR%2CiBAAA%3BESqFQ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BET5FhB%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3B%3BAS8EJ%2CwBA4BI%2COACI%3BEACI%2CcAAA%3BET5GR%2CkBAAA%3B%3BAS8EJ%2CwBAkCI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAACA%2CwBAZF%2CwBAYG%3BEACC%2CSAAS%2CGAAT%3B%3BAA%5C%2FCR%2CwBAkDI%3BEAAkC%2CaAAA%3B%3BAAlDtC%2CwBAmDI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAtDN%2CwBAwDI%3BEACE%2CSAAA%3B%3BAAGN%3BAACA%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAPF%2CuBAQE%3BAAPF%2CmBAOE%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAVJ%2CuBAQE%2CWAGE%3BAAVJ%2CmBAOE%2CWAGE%3BEAAc%2CaAAA%3B%3BAAXlB%2CuBAQE%2CWAIE%3BAAXJ%2CmBAOE%2CWAIE%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhBN%2CuBAQE%2CWAUE%3BAAjBJ%2CmBAOE%2CWAUE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CuBAQE%2CWAUE%2CWAKE%2CiBAAmB%3BAAtBzB%2CmBAOE%2CWAUE%2CWAKE%2CiBAAmB%3BEACf%2CqBAAA%3B%3BAACA%2CuBAjBR%2CWAUE%2CWAKE%2CiBAAmB%2COAEd%3BAAAD%2CmBAjBR%2CWAUE%2CWAKE%2CiBAAmB%2COAEd%3BEACG%2CaAAA%3B%3BAA1Bd%2CuBAQE%2CWAUE%2CWAWE%3BAA5BN%2CmBAOE%2CWAUE%2CWAWE%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhCR%2CuBAQE%2CWA2BE%3BAAlCJ%2CmBAOE%2CWA2BE%3BEACE%2CSAAA%3B%3BAApCN%2CuBAuCE%3BAAtCF%2CmBAsCE%3BEACE%2CSAAA%3B%3BAAGJ%3BEACE%2CcAAA%3B%3BAADF%2CuBAEE%3BEACI%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BAAAG%2C0BAA2B%3BEACjD%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAEE%2COAAM%3BEACJ%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CWAUE%3BEACE%2CmBAAA%3B%3BAAXJ%2CWAaE%2CQAAO%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWAZF%2CQAAO%2COAYJ%3BEACC%2CqBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIN%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAFF%2CqBAGI%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CqBAQE%2CqBACE%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAXJ%2CqBACE%2CQAUG%3BEACC%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBACI%2CQAAQ%3BAADU%2CmBAClB%2CQAAQ%3BAAD%2BB%2CqBACvC%2CQAAQ%3BEACJ%2CaAAA%3B%3BAgC1aJ%2CoBhC4aA%2CQAAO%2CUgC5aN%3BAAAD%2CmBhC4aA%2CQAAO%2CUgC5aN%3BAAAD%2CqBhC4aA%2CQAAO%2CUgC5aN%3BEzCyKD%2CSChPgB%2CODgPhB%3B%3BAS%2BPJ%2CoBAWI%2CQAAO%2COAAO%3BAAXI%2CmBAWlB%2CQAAO%2COAAO%3BAAXyB%2CqBAWvC%2CQAAO%2COAAO%3BEACV%2CcAAA%3BEACA%2CqBAAA%3B%3BAAbR%2CoBAeI%2CEAAC%2COAAO%3BAAfU%2CmBAelB%2CEAAC%2COAAO%3BAAf%2BB%2CqBAevC%2CEAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAGR%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAEI%2CqBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CoBAAA%3B%3BAACA%2CYAFJ%2CMAEK%3BEACG%2CgBAAA%3B%3BAANZ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAGR%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BET1SI%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEK5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BANvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAKxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEL%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEK5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAIuXR%2CIAAI%2CMACF%3BAADS%2CIAAI%2CIACb%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CIAAI%2CMAOF%2CYAAW%3BAAPF%2CIAAI%2CIAOb%2CYAAW%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAlBJ%2CIAAI%2CMAoBF%2CaACI%3BAArBK%2CIAAI%2CIAoBb%2CaACI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CIAjCF%2CMAoBF%2CaACI%2CIAYC%3BAAAD%2CIAjCS%2CIAoBb%2CaACI%2CIAYC%3BEACC%2CQAAA%3BEACA%2CUAAA%3B%3BAAEF%2CIArCF%2CMAoBF%2CaACI%2CIAgBC%3BAAAD%2CIArCS%2CIAoBb%2CaACI%2CIAgBC%3BEACG%2CcAAA%3B%3BAAtCV%2CIAAI%2CMAoBF%2CaACI%2CIAmBA%3BAAxCK%2CIAAI%2CIAoBb%2CaACI%2CIAmBA%3BEACE%2CaAAA%3B%3BAAEF%2CIA3CF%2CMAoBF%2CaACI%2CIAsBC%3BAAAD%2CIA3CS%2CIAoBb%2CaACI%2CIAsBC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CIAtDJ%2CMAoBF%2CaACI%2CIAgCC%2CQACE%3BAAAD%2CIAtDO%2CIAoBb%2CaACI%2CIAgCC%2CQACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMV%2CcAAe%3BEACX%2CqBAAA%3B%3BAAEJ%2CMAAM%3BEACJ%2CiBAAA%3B%3BAAIF%2CaAAa%3BEACX%2CgBAAA%3B%3BAAEF%2CsBAAsB%2CIAAI%2C2CACxB%3BAADF%2CsBAAsB%2CIAAI%2C2CA45B1B%2CCA35BqB%2CQAAQ%3BEACzB%2CsBAAA%3BEAAsB%2CUAAA%3B%3BAAF1B%2CsBAAsB%2CIAAI%2C2CAIxB%2CSAAQ%3BEACN%2CkBAAA%3B%3BAALJ%2CsBAAsB%2CIAAI%2C2CAIxB%2CSAAQ%2CMAEN%2CsBAAqB%3BEACnB%2CgBAAA%3B%3BAAPN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBACE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAfN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBACE%2CoBAKE%3BEACE%2CSAAA%3B%3BAAjBR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAUE%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAxBN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgBE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA7BN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgBE%2CyBAIE%3BEACE%2CSAAA%3B%3BAA%5C%2FBR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAwBE%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAtCN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA8BE%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAA3CR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAmCE%3BEACI%2CmBAAA%3B%3BAA9CR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAsCE%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApDR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAzDP%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA7DV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%3BEACJ%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjEZ%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAIJ%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAzEd%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAaJ%2CaAAe%3BEACb%2CYAAA%3BEACA%2CYAAA%3B%3BAA7Ed%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAiBJ%2CYAAW%3BEACT%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAArFd%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgFE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9FN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgFE%2CyBAKI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAlGV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgFE%2CyBAUI%3BEACE%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvGV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgGE%3BEACE%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA7GN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgGE%2CsBAII%2CIAAC%3BEACD%2CeAAA%3B%3BAAKR%2CuBAAuB%2CIAAI%2C2CACzB%3BEACE%2C0BAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CuBAAuB%2CIAAI%2C2CAKzB%2CmBACE%2CoBAAoB%3BEAClB%2CeAAA%3B%3BAAPN%2CuBAAuB%2CIAAI%2C2CAUzB%2C8BAA8B%3BEAAuB%2CgBAAA%3B%3BAAVvD%2CuBAAuB%2CIAAI%2C2CAWzB%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAbJ%2CuBAAuB%2CIAAI%2C2CAezB%3BEACE%2CoCAAA%3BEACA%2COAAO%2CgBAAP%3BEACA%2CQAAQ%2CgBAAR%3B%3BAAlBJ%2CuBAAuB%2CIAAI%2C2CAoBzB%2C8BAA6B%3BEAAoB%2CaAAA%3B%3BAApBnD%2CuBAAuB%2CIAAI%2C2CAqBzB%2CwBAAuB%3BEAAgB%2CeAAA%3B%3BAArBzC%2CuBAAuB%2CIAAI%2C2CAsBzB%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA3BJ%2CuBAAuB%2CIAAI%2C2CAsBzB%2CsBAME%3BEACE%2CSAAA%3B%3BAA7BN%2CuBAAuB%2CIAAI%2C2CAsBzB%2CsBASE%2CaAAa%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlCN%2CuBAAuB%2CIAAI%2C2CAqCzB%3BEACE%2CkBAAA%3B%3BAAtCJ%2CuBAAuB%2CIAAI%2C2CAwCzB%3BEACE%2CeAAA%3B%3BAAzCJ%2CuBAAuB%2CIAAI%2C2CA2CzB%3BEACE%2CmBAAA%3B%3BAA5CJ%2CuBAAuB%2CIAAI%2C2CA8CzB%2COAAM%3BEACJ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAA0B%2CIAAI%2C2CAC5B%3BEACE%2CkBAAA%3B%3BAAFJ%2C0BAA0B%2CIAAI%2C2CAI5B%3BEACE%2CmBAAA%3BEACA%2CaAAA%3B%3BAANJ%2C0BAA0B%2CIAAI%2C2CAQ5B%2CSAAQ%3BEACN%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAACA%2C0BAdsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAML%3BAAAS%2C0BAdY%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAMK%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3B%3BAAEF%2C0BAtBsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAcL%3BEACC%2CWAAA%3B%3BAAEF%2C0BAzBsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAiBL%3BEACC%2CUAAA%3B%3BAAON%2CQAOE%3BEAEE%2CoBAAA%3B%3BAATJ%2CQAOE%2CsBAGE%3BEAEE%2CWAAA%3BEACA%2CoBAAA%3B%3BAAbN%2CQAoBE%2CqBACI%3BEACE%2CoBAAA%3B%3BAAtBR%2CQAoBE%2CqBAII%3BEACE%2CSAAA%3BEACA%2CsBAAA%3B%3BAA1BR%2CQAoBE%2CqBAII%2CmBAGG%3BEACC%2CgBAAA%3B%3BAAsOV%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%3BAANd%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%3BEACE%2CaAAA%3B%3BAAEA%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%2CKAIG%3BAAAD%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%2CKAGG%3BEACG%2C6BAAA%3B%3BAAXpB%2CcAAc%2CWAIV%2CkBAWM%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAAhBZ%2CcAAc%2CWAmBV%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAQI%2CMAAK%3BAART%2CiBASI%2CGAAE%3BEACE%2C%2BBAAA%3B%3BAAVR%2CiBAYI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAAdR%2CiBAYI%2CMAGI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARJ%2CMAQK%2CQAAQ%3BAACT%2CiBATJ%2CMASK%2CQAAQ%3BEACL%2CgCAAA%3B%3BAAEJ%2CiBAZJ%2CMAYK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAnBJ%2CMAmBK%3BEACG%2CcAAA%3B%3BAADJ%2CiBAnBJ%2CMAmBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CiBA1BJ%2CMA0BK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzCZ%2CiBA%2BCI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjDR%2CiBAmDI%3BEACI%2CcAAA%3B%3BAApDR%2CiBAsDI%3BAAtDJ%2CiBAuDI%3BAAvDJ%2CiBAwDI%2CSAAQ%3BAAxDZ%2CiBAyDI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA3DR%2CiBA6DI%3BEACI%2CgBAAA%3B%3BAA9DR%2CiBA6DI%2CqBAEI%2CQAAO%3BAA%5C%2FDf%2CiBA6DI%2CqBAGI%2CQAAO%3BETv6BX%2CmBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BASu2BJ%2CiBA6DI%2CqBAOI%2CQAAO%3BEACH%2CUAAA%3B%3BAAIJ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAA1EZ%2CiBA6EI%3BAA7EJ%2CiBA6EsB%3BEACd%2CqBAAA%3B%3BAAGR%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BET77BA%2CgBAAA%3B%3BASg8BJ%2CcAII%2CcAAc%3BEACV%2CiBAAA%3B%3BAALR%2CcAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAZR%2CcAiBI%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CeAAA%3B%3BAAEJ%2CeAAI%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2CeAkBI%3BAAlBJ%2CeAkBmB%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAuBI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAA5BZ%2CeAuBI%2CeAOI%2CmBAAmB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CeAuBI%2CeAaI%2CcAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtCZ%2CeAyCI%3BEACE%2CkBAAA%3B%3BAA1CN%2CeAyCI%2CoBAEE%2CWACE%2CWACI%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FChB%2CeAoDI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CeA4DI%3BEACI%2CSAAA%3B%3BAAEA%2CeAHJ%2COAGK%3BAAAY%2CeAHjB%2COAGkB%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAjEZ%2CeAoEI%2CSAAQ%2CSAAS%3BEACb%2CqBAAA%3B%3BAArER%2CeAoEI%2CSAAQ%2CSAAS%2CIAGb%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAPR%2CSAAQ%2CSAAS%2CIAGb%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5EhB%2CeAoEI%2CSAAQ%2CSAAS%2CIAWb%3BEACI%2CqBAAA%3B%3BAAhFZ%2CeAmFI%3BEACE%2CSAAA%3BEACA%2CiBAAA%3B%3BAArFN%2CeAmFI%2CSAGI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAIZ%2CiBAAkB%2CgBAAkB%3BEAChC%2CeAAA%3B%3BAAEJ%3BEACE%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3B%3BAALF%2CmBAME%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CmBAXF%2CEAWG%3BEAAQ%2CcAAA%3B%3BAAjBb%2CmBAmBE%3BEACE%2CqBAAA%3B%3BAApBJ%2CmBAmBE%2CaAEE%2CGAAE%3BEACA%2C%2BBAAA%3B%3BAAtBN%2CmBAmBE%2CaAKE%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CmBArBJ%2CaAKE%2CaAgBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAjDV%2CmBAmBE%2CaAKE%2CaA2BE%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAArDV%2CmBAmBE%2CaAKE%2CaA%2BBE%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBA%5C%2FCF%2CaA%2BCG%2CMAAO%3BEACN%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIE%2CmBArDN%2CaAmDG%2CaACC%2CaACG%3BEACC%2CWAAA%3B%3BAAMF%2CmBA5DN%2CaA0DG%2CWACC%2CaACG%3BEACC%2CUAAA%3B%3BAA2ER%2CMAAM%2CQACJ%3BEAAgB%2CmBAAA%3B%3BAADlB%2CMAAM%2CQAEJ%2CQAAO%3BEACL%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CMAAM%2CQAQJ%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAZJ%2CMAAM%2CQAQJ%2COAAM%2COAKJ%3BEAAO%2CaAAA%3B%3BAAIT%2CiBAAC%2CWACC%2CeACE%3BEACE%2CqBAAA%3B%3BAAHN%2CiBAAC%2CWACC%2CeAIE%3BEACE%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAPN%2CiBAAC%2CWACC%2CeAQE%3BEACE%2C2BAAA%3B%3BAAVN%2CiBAAC%2CWACC%2CeAQE%2CsBAEE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAdR%2CiBAAC%2CWACC%2CeAQE%2CsBAEE%2CsBAIE%2CmBACI%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApBd%2CiBA2BE%2CcAAa%2CeAAgB%3BEAC3B%2CiBAAA%3B%3BACvhDN%3BEACI%2CgBAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BE%2BBCA%2CqBAAA%3BE%5C%2FBUI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAtBR%2CaAUI%2CO%2BBmQE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2Ca%5C%2FBPA%2CO%2BBOC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjQU%2CODiQV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%5C%2FBpBJ%2CO%2BBmBC%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2Ca%5C%2FB1BJ%2CO%2BByBC%2COACI%3BEzCqPL%2CcAAA%3B%3BAUlQI%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA1BpB%2CaA%2BBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAhCR%2CaAkCI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAwCI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2CaA6CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BEVgOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAWpDI%2CoBAFJ%2CGAEK%2CIAAI%3BEV8NT%2CgBAAA%3BEAAA%2CsBAAA%3BEU3NQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BEVyNJ%2C6BAAA%3BEUvNQ%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BEV6MT%2CmBAAA%3BEU3MY%2CWAAA%3B%3BAA5BhB%2CoBAOI%2CGAOI%2CGAgBI%3BEVyMR%2CWAAA%3BEUvMY%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CKAAK%2COAAO%3BEAGR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAIQ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CmBAAA%3B%3BAACA%2CKAjBf%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAGR%2CKApCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CmBAAA%3B%3BAAtCpB%2CKAAK%2COAAO%2CSA8CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEG%2CgBAAA%3B%3BAAFH%2CaAGK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAC1JJ%2CoBACI%3BEACI%2CeAAA%3B%3BAAFR%2CoBACI%2CoBAEI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAaV%3BEXoQA%2CmBAAA%3BEWhQI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAARJ%2CaASM%3BEX2PN%2CeAAA%3BEWzPQ%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CaAmBI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAtBhB%2CaAmBI%2COAMI%3BEACI%2CgBAAA%3B%3BAA1BZ%2CaAmBI%2COASI%3BEACI%2CgBAAA%3B%3BAACA%2CaAXR%2COASI%2COAEK%3BEACG%2CaAAA%3B%3BAA%5C%2FBhB%2CaAmBI%2COAeI%2CiBACM%3BEACE%2CgBAAA%3B%3BAApChB%2CaAmBI%2COAeI%2CiBACM%2CWAEE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAvCpB%2CaAmBI%2COAgCI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CaAnCR%2COAgCI%2COAGK%3BEACG%2CWAAA%3B%3BAAvDhB%2CaAmBI%2COAgCI%2COAMI%3BEACE%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA5Dd%2CaAmBI%2COA4CI%3BEACI%2CeAAA%3B%3BAAhEZ%2CaAmBI%2COA4CI%2CcAEI%2COACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAApEpB%2CaAmBI%2COA4CI%2CcAEI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAApFZ%2CaAuFI%3BEAEI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1FR%2CaAuFI%2CwBAII%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2CaAZR%2CwBAII%2CQAAO%2CQAAQ%2CSAQV%3BEACC%2CyBAAA%3B%3BAAEF%2CaAfR%2CwBAII%2CQAAO%2CQAAQ%2CSAWV%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3B%3BAAzGd%2CaAuFI%2CwBAqBI%3BEACI%2CqBAAA%3B%3BAACA%2CaAvBR%2CwBAqBI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA%5C%2FGhB%2CaAmHI%3BEACI%2CiBAAA%3B%3BAApHR%2CaAmHI%2CSAEM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOZ%3BEAEI%2CeAAA%3BEACA%2CUAAA%3BEAEA%2CqBAAA%3B%3BAALJ%2CYAMI%2CMAEE%3BAARN%2CYAOI%2CMACE%3BAARN%2CYAMI%2CMAqgBR%2CCAngBgB%3BAARZ%2CYAOI%2CMAogBR%2CCAngBgB%3BEACJ%2CiBAAA%3B%3BAATR%2CYAMI%2CMAKE%2COAAM%2COACJ%3BAAZR%2CYAOI%2CMAIE%2COAAM%2COACJ%3BAAZR%2CYAMI%2CMAKE%2COAAM%2COAggBhB%2CCA%5C%2FfoB%3BAAZhB%2CYAOI%2CMAIE%2COAAM%2COAggBhB%2CCA%5C%2FfoB%3BEACN%2CqBAAA%3B%3BAAbV%2CYAMI%2CMAKE%2COAAM%2COAIJ%3BAAfR%2CYAOI%2CMAIE%2COAAM%2COAIJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CYAMI%2CMAKE%2COAAM%2COAaJ%3BAAxBR%2CYAOI%2CMAIE%2COAAM%2COAaJ%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA9BV%2CYAMI%2CMAKE%2COAAM%2COAqBJ%3BAAhCR%2CYAOI%2CMAIE%2COAAM%2COAqBJ%3BEACE%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAASN%2CKAAC%2CcACG%2CmBAAqB%3BEACjB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CKANP%2CcACG%2CmBAAqB%3BAAKd%2CKANV%2CcACG%2CmBAAqB%2CIAKb%3BEACA%2CcAAA%3B%3BAAPZ%2CKAAC%2CcAUG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAZR%2CKAAC%2CcAcG%2CMACI%2CMACE%2CGAAG%2CGAAE%3BEACH%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKAxBX%2CcAcG%2CMACI%2CMACE%2CGAAG%2CGAAE%2CIAQF%3BEACC%2CiBAAA%3B%3BAAzBd%2CKAAC%2CcAcG%2CMAeI%2CMACI%3BEACI%2CSAAA%3B%3BAA%5C%2FBhB%2CKAAC%2CcAcG%2CMAoBM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CKAAC%2CcAuCG%3BEACI%2CsBAAA%3B%3BAACA%2CKAzCP%2CcAuCG%2CKAEK%3BAACD%2CKA1CP%2CcAuCG%2CKAGK%3BAACD%2CKA3CP%2CcAuCG%2CKAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CKAzCP%2CcAuCG%2CKAEK%2CMAKG%3BAAJJ%2CKA1CP%2CcAuCG%2CKAGK%2CSAIG%3BAAHJ%2CKA3CP%2CcAuCG%2CKAIK%2CKAGG%3BEACE%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGN%2CKAnDP%2CcAuCG%2CKAYK%3BEACC%2CiBAAA%3B%3BAADF%2CKAnDP%2CcAuCG%2CKAYK%2CSAEC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CKA3DP%2CcAuCG%2CKAoBK%3BEACG%2CgBAAA%3B%3BAADJ%2CKA3DP%2CcAuCG%2CKAoBK%2CIAKG%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAlEd%2CKAAC%2CcAuCG%2CKA8BM%3BEXqBd%2CeAAA%3B%3BAW1FI%2CKAAC%2CcA0EG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEZ%2CKAAC%2CcAkFG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAvFZ%2CKAAC%2CcA2FG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFR%2CKAAC%2CcA2FG%2CiBAKM%3BAAhGV%2CKAAC%2CcA2FG%2CiBAMM%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEXVhB%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BA9BoLI%2CKAAC%2CcA2FG%2CiBAKM%2Ce8BlBZ%3BA9B9EE%2CKAAC%2CcA2FG%2CiBAMM%2CiB8BnBZ%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CK9B8KK%2CcA2FG%2CiBAKM%2Ce8B9Qb%3BAAAD%2CK9B8KK%2CcA2FG%2CiBAMM%2CiB8B%5C%2FQb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK9BiKC%2CcA2FG%2CiBAKM%2Ce8BlQb%2CMACI%3BAAAD%2CK9BiKC%2CcA2FG%2CiBAMM%2CiB8BnQb%2CMACI%3BEzC2PL%2CWAAA%3B%3BAyCrPI%2CK9B2JC%2CcA2FG%2CiBAKM%2Ce8B5Pb%2COACI%3BAAAD%2CK9B2JC%2CcA2FG%2CiBAMM%2CiB8B7Pb%2COACI%3BEzCqPL%2CcAAA%3B%3BAW1FI%2CKAAC%2CcA2FG%2CiBAoBM%3BEAEE%2CQAAA%3B%3BA8BhMhB%2CK9B%2BEK%2CcA2FG%2CiBAoBM%2CiB8B9Lb%3BEzCyKD%2CSC1PS%2COD0PT%3B%3BAW1FI%2CKAAC%2CcAuHG%3BEACI%2CkBAAA%3B%3BAACA%2CKAzHP%2CcAuHG%2CQAEK%3BEACG%2CeAAA%3B%3BAAEJ%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAnIP%2CcAkIG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKA7IX%2CcAkIG%2CSACK%2CWAUI%3BEACC%2CgBAAA%3B%3BAAGN%2CKAjJP%2CcAkIG%2CSAeK%3BEXvDb%2CeAAA%3BEWyDgB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CKAzJP%2CcAwJG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1JZ%2CKAAC%2CcA%2BJG%3BEACI%2CgBAAA%3B%3BAAhKR%2CKAAC%2CcAqKG%2CmBAAqB%3BEACjB%2CeAAA%3B%3BAAtKR%2CKAAC%2CcAkLG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CiBAAA%3B%3BAApLR%2CKAAC%2CcAsLG%2CMAAM%3BEACF%2CeAAA%3B%3BAASZ%3BEACI%2CgCAAA%3BEACA%2CWAAA%3BEAEA%2CaAAA%3B%3BAAJJ%2CcAKI%2COAAS%3BEACP%2CaAAA%3B%3BAAQN%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAiB%3BEACb%2CcAAA%3B%3BAA8HA%2CMAAC%3BEXxPL%2CeAAA%3BEW0PQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAGG%3BEACI%2CYAAA%3B%3BA4B%5C%2FgBZ%2CeACI%3BEACI%2CYAAA%3B%3BAAFR%2CeACI%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAALZ%2CeAQI%3BEACI%2CgBAAA%3B%3BAATR%2CeAcI%3BEACI%2CaAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CmBADkB%2CgBATxB%2CUAUO%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAhCZ%2CeAmCI%2CeACM%2CWACI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CeANhB%2CeACM%2CWACI%2CaAGE%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAhDxB%2CeAmCI%2CeACM%2CWAgBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtDhB%2CeA0DI%3BAA1DJ%2CeA2DI%3BAA3DJ%2CeA4DI%3BAA5DJ%2CeA6DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BECnCA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAuC6BJ%2CiBChCA%3BEAEI%2CeAAA%3BExC8OJ%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CiBDKJ%2CiBCNC%2COACI%3BEzCqPL%2CcAAA%3B%3BAwCqEA%2CiBArTA%2CiBAqTC%3BExCrED%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BEzCqPL%2CcAAA%3B%3BAuChNA%2CiBCuJA%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAuChNA%2CiBCuJA%2CgBAsBI%3BExCmCJ%2CSAAA%3B%3BAwC3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BExCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwC6PA%2CiBAtTA%2CgBAsTC%3BExC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BADxMR%2CiBAkBI%3BEvC8LJ%2CiBAAA%3BEuC5LQ%2CYAAA%3BEAEA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyCAAA%3B%3BAA1BR%2CiBAkBI%2CgBASI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAZJ%2CgBAYK%3BAAAS%2CiBAZd%2CgBAYe%3BEAAS%2CaAAA%3B%3BAA9B5B%2CiBAgCI%2CSACE%2CSACI%3BAAlCV%2CiBAgCI%2CSACE%2CSAEI%3BEACE%2CeAAA%3B%3BAAEJ%2CmBAAmB%2CiBANvB%2CSACE%2CSAMM%3BEACA%2CWAAA%3B%3BAAMJ%2CiBADJ%2CQACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BElCoGZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BApCiOA%2CiBkCtHI%2CQACK%2CMlCqHR%3BAACD%2CiBkCvHI%2CQACK%2CMlCsHR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkC5HI%2CQACK%2CMlC2HR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkCjII%2CQACK%2CMlCgIR%3BAACD%2CiBkClII%2CQACK%2CMlCiIR%3BAACD%2CQAAQ%2CUAAW%2CkBkCnIf%2CQACK%3BElCmIL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAuClKQ%2CiBADJ%2CQACK%2CMEsJP%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CiBFqGI%2CQACK%2CMEtGR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBFwFA%2CQACK%2CME1FR%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CiBFkFA%2CQACK%2CMEpFR%2COACI%3BEzCqPL%2CcAAA%3B%3BAuCnJQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBArBR%2CQAgBK%2CSAKI%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEE%2CiBAzBZ%2CQAgBK%2CSAKI%2COAGC%2CeACG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CUAAL%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CUAAA%3BEACA%2CwCAAA%3B%3BAAxBV%2CiBAhBJ%2CQAgBK%2CSA4BG%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBA%5C%2FCV%2CQAgBK%2CSA4BG%2CeAGG%3BEAAU%2CSAAA%3B%3BAA%5C%2FBjB%2CiBAhBJ%2CQAgBK%2CSAoCG%2CSAAQ%3BEAEJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAnDR%2CiBAhBJ%2CQAgBK%2CSAoCG%2CSAAQ%2CIAgBJ%2CQACM%3BEvC8FtB%2CeAAA%3B%3BAuCtFY%2CiBA7ER%2CQAgBK%2CSA6DI%3BAAAS%2CiBA7ElB%2CQAgBK%2CSA6Dc%2COAAO%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAnFR%2CQAgBK%2CSAmEI%2CMAAM%3BAAAS%2CiBAnFxB%2CQAgBK%2CSAmEoB%2COAAO%3BAAAS%2CiBAnFzC%2CQAgBK%2CSAmEqC%2COAAO%3BAAAS%2CiBAnF1D%2CQAgBK%2CSAmEsD%2COAAO%2CMAAM%3BEAC5D%2CcAAA%3B%3BAAEJ%2CiBAtFR%2CQAgBK%2CSAsEI%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxId%2CiBA4II%3BEACI%2CiBAAA%3B%3BAAOM%2CiBALT%2CmBACC%2CQACG%2CSACE%2COACC%2CeACG%3BEAAS%2CaAAA%3B%3BAAKlB%2CiBAVD%2CmBAUE%2COACC%3BEACI%2CcAAA%3B%3BAAFN%2CiBAVD%2CmBAUE%2COAIC%3BEAAiB%2CWAAW%2CaAAX%3B%3BAAdrB%2CiBAAC%2CmBAgBG%3BEAAuB%2CyBAAA%3B%3BAAhB3B%2CiBAAC%2CmBAiBC%3BEACE%2CWAAW%2CgBAAX%3BEAA4B%2CaAAA%3BEAAc%2C2BAAA%3BEAA4B%2CeAAA%3BEAAgB%2CMAAA%3BEAAO%2CYAAA%3BEAAa%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2CYAAA%3BEAAa%2CeAAA%3BEAAgB%2CSAAA%3BEACjL%2CeAAA%3BEACA%2CgBAAA%3B%3BAApBJ%2CiBAAC%2CmBAiBC%2CgBAII%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAxBN%2CiBAAC%2CmBAiBC%2CgBASE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA9BN%2CiBAAC%2CmBAiBC%2CgBASE%2CaAKE%3BEACE%2CaAAA%3B%3BAAhCR%2CiBAAC%2CmBAiBC%2CgBAkBE%3BAAnCJ%2CiBAAC%2CmBAiBC%2CgBAuPV%2CCArOyB%3BAAnCjB%2CiBAAC%2CmBAiBC%2CgBAuPV%2CCArO4B%3BAAnCpB%2CiBAAC%2CmBAiBC%2CgBAuPV%2CCArOsC%2CcAAiB%3BAAnC%5C%2FC%2CiBAAC%2CmBAiBC%2CgBAuPV%2CCArOgE%3BEAChD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CiBAAC%2CmBAwCC%3BEACE%2CeAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3B%3BAAhDJ%2CiBAAC%2CmBAwCC%2CkBASE%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAvDR%2CiBAAC%2CmBA0DC%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA9DN%2CiBAAC%2CmBA0DC%2CeAKI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAApEV%2CiBAAC%2CmBA0DC%2CeAKI%2CwBAMI%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3B%3BAACA%2CiBAlFX%2CmBA0DC%2CeAKI%2CwBAMI%2CgBAaG%3BEACG%2CUAAA%3B%3BAAEJ%2CiBArFX%2CmBA0DC%2CeAKI%2CwBAMI%2CgBAgBG%3BEACG%2CqCAAA%3B%3BAAEJ%2CiBAxFX%2CmBA0DC%2CeAKI%2CwBAMI%2CgBAmBG%3BEACG%2CqCAAA%3B%3BAAzFhB%2CiBAAC%2CmBA0DC%2CeAmCI%3BEACI%2CcAAA%3B%3BAAOV%2CcADF%2CQACG%2CSACC%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CcAXN%2CQACG%2CSACC%2CeASG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMV%3BEACI%2CgBAAA%3B%3BAAGJ%3BEvCnEA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAwC6OA%2CeAUI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAZZ%2CeAeI%3BEACI%2CqBAAA%3B%3BAAhBR%2CeAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CeAkBI%2CsBAEI%3BAApBR%2CeAkBI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAtBZ%2CeAkBI%2CsBAMI%2CMAAK%3BEvC3Fb%2CiBAAA%3B%3BAuCmEA%2CeAkBI%2CsBAYI%3BEACI%2CiBAAA%3B%3BAA%5C%2FBZ%2CeAkCI%2CSACM%3BAAnCV%2CeAkCI%2CSAEM%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CeAkCI%2CSAMI%3BEAMI%2CSAAA%3BEACA%2CuBAAA%3B%3BAANA%2CeAPR%2CSAMI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3BEvC9GhB%2CcAAA%3B%3BAuCsHgB%2CeAjBZ%2CSAeI%2CSAAQ%2CQACF%2CUACG%3BEACG%2CatCjYL%2CasCiYK%3B%3BAEvRpB%2CeFqQI%2CSAeI%2CSAAQ%2CQACF%2CUErRb%3BEzCgKD%2CSCxQQ%2CODwQR%3B%3BAyChKA%2CeFqQI%2CSAeI%2CSAAQ%2CQAUH%2COACK%2CUE%5C%2FRjB%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAuCuIQ%2CeAlCJ%2CSAkCK%3BEACG%2CeAAA%3B%3BAAEJ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%3BEvC3IpB%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAF0WQ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%2COEvJlB%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CeF%2BTI%2CSAqCK%2CQACG%2CSAAQ%2COErWnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAFiEQ%2CeArCJ%2CSAqCK%2CQAWG%3BEACI%2CaAAA%3B%3BAAnFhB%2CeA6FI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjGR%2CeAmGI%3BEACI%2CmBAAA%3BEvCvKR%2CiBAAA%3B%3BAuCmEA%2CeAuGI%3BEACI%2CaAAA%3B%3BA3BjbR%3BEZsQA%2CoBAAA%3B%3BAYlQA%3BEACE%2CeAAA%3B%3BAAEF%2CWACE%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHN%2CWAKE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEZ2OA%2CeAAA%3B%3BAY3OA%2CYAMI%3BEAEI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEZiOR%2CgCAAA%3B%3BAY3OA%2CYAcI%3BEACI%2CeAAA%3B%3BAAIR%2CqBACI%3BEACI%2CcAAA%3B%3BA8CrER%3BE1D2RA%2CgCAAA%3BEAAA%2C6BAAA%3BEAAA%2CwBAAA%3BE0DrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE1DmRJ%2CeAAA%3BE0DjRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAfZ%2CsBAQI%2CiBASI%3BEACI%2CcAAA%3B%3BAAlBZ%2CsBAsBI%3BEACI%2CYAAA%3B%3BAAGI%2CsBAJR%2CkBAEI%2COAEK%2COAAO%3BErDwMpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BE0D%5C%2FPgB%2CYAAA%3B%3BArDkNhB%2CsBqDxNI%2CkBAEI%2COAEK%2COAAO%2CSrDoNnB%3BAACD%2CsBqDzNI%2CkBAEI%2COAEK%2COAAO%2CSrDqNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqD9NI%2CkBAEI%2COAEK%2COAAO%2CSrD0NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqDnOI%2CkBAEI%2COAEK%2COAAO%2CSrD%2BNnB%3BAACD%2CsBqDpOI%2CkBAEI%2COAEK%2COAAO%2CSrDgOnB%3BAACD%2CQAAQ%2CUAAW%2CuBqDrOf%2CkBAEI%2COAEK%2COAAO%3BErDkOhB%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BA0DjQY%2CsBAJR%2CkBAEI%2COAEK%2COAAO%2CSAGJ%2CSAAQ%3BEACN%2CUAAA%3BEACA%2CQAAA%3B%3BAAEF%2CsBAXZ%2CkBAEI%2COAEK%2COAAO%2CSAOH%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%2CsBApBZ%2CkBAEI%2COAEK%2COAAO%2CSAgBH%3BEACC%2CSAAA%3B%3BAAEF%2CsBAvBZ%2CkBAEI%2COAEK%2COAAO%2CSAmBH%3BEACC%2CWAAA%3B%3BA7ChBlB%3BEAEI%2CaAAA%3B%3BAiDzBA%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE9DgRZ%2CqBAAA%3B%3BAyB1RA%2CqBACI%2CaAMI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAVpB%2CqBACI%2CaAaI%2CcACI%3BEAEI%2CeAAA%3B%3BA0IGhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAJJ%2CcAKM%3BEACA%2CaAAA%3B%3BAAGF%2CcAAC%3BEnK6PL%2CYAAA%3B%3BAmK7PI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAGA%2CcAPP%2CQAMG%2CsBACK%3BEnKsPb%2CWAAA%3B%3BAmKtQA%2CcAsBI%3BEnKgPJ%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BA0HQA%2CcAsBI%2CsB1HoOF%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2Cc0HwBI%2CsB1HxBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpOQ%2CODoOR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cc0HWA%2CsB1HZH%2CMACI%3BEzC2PL%2CWAAA%3B%3BAmKrOY%2CUAAW%2CeAXnB%2CsBAUK%3BEnKsOT%2CYAAA%3B%3BAmKrOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAGS%3BEACE%2CcAAA%3B%3BAAEJ%2CUALO%2CeAXnB%2CsBAUK%2CMAMQ%3BEnKgOjB%2CWAAA%3B%3BAmKtQA%2CcA6CI%3BEnKyNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEmKlNQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEnKuPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BEmKjMY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcA7BJ%2CuBA6BK%3BEnK4LT%2CwBAAA%3B%3BAmKzLQ%2CcAhCJ%2CuBAgCK%3BEnKyLT%2C2BAAA%3BEmKvLY%2CUAAA%3BEACA%2CUAAA%3B%3BAzIvEZ%2CYAMI%3BAANJ%2CYAOI%3BE1BsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA0B7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAMI%3BAAhBZ%2CYAOI%2CuBAGI%2CUAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAlBhB%2CYAuBI%3BE1BsOJ%2C6BAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2C0BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BE0B7NQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE1BwNT%2CqBAAA%3B%3BA0BrNY%2CYAjBR%2CuBAcK%2CcAGI%3BE1BqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrOa%2CODqOb%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE0B9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA1DhB%2CYAqEI%3BEACI%2CeAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3B%3BAA1EhB%2CYA%2BEI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAjFR%2CYAoFI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CaAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CeAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2C%2BBAOI%2CMACI%3BE1BiIR%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BA0B7HY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2C%2BBAZR%2CMAWI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAOI%2CMAkBI%3BEACI%2CgBAAA%3B%3BAA1BZ%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BA%2BB%5C%2FKhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEzDgRR%2CcAAA%3BEyD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEyD%5C%2FPY%2CUAAA%3B%3BA9BdZ%2C%2BBAEI%3BE3B2QJ%2CgCAAA%3BE2BxQQ%2CeAAA%3BEACA%2CkBAAA%3B%3BAANR%2C%2BBAEI%2C4BAMI%3BE3BqQR%2CUAAA%3BEAAA%2CqBAAA%3BEyC9QA%2CqBAAA%3BEdqBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAtBZ%2C%2BBAEI%2C4BAMI%2CacyPN%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2C%2BBdHI%2C4BAMI%2CacHP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdhBA%2C4BAMI%2CacSP%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2C%2BBdtBA%2C4BAMI%2CaceP%2COACI%3BEzCqPL%2CcAAA%3B%3BA2BrPY%2C%2BBAtBR%2C4BAMI%2CaAgBK%3BEACG%2CcAAA%3B%3BAAzBhB%2C%2BBA8BI%3BE3B%2BOJ%2CiBAAA%3B%3BA2B7QA%2C%2BBA8BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAAjCZ%2C%2BBAqCI%3BAArCJ%2C%2BBAsCI%3BEACI%2CeAAA%3B%3BAkCxCR%3BE7D8QA%2CgBAAA%3BEAAA%2CmBAAA%3BE6D3QI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBASM%3BEAEE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAdR%2CkBAsBI%2CMACI%3BE7DuPR%2CWAAA%3BE6DrPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE7D6OhB%2CiBAAA%3BE6D3OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAArCpB%2CkBA2CI%3BEACI%2CkBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BE7DwNZ%2C0BAAA%3BE6DtNY%2CeAAA%3BE7DsNZ%2CcAAA%3BEyChOA%2CqBAAA%3BEoBoBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CkBAoDI%2CeACM%2CSpB6MR%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CkBoBAI%2CeACM%2CSpBDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoBnRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAvEhB%2CkBAoDI%2CeACM%2CSAoBE%3BE7DqMZ%2CeAAA%3BE6DnMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BApBkChB%2CkBoB1DI%2CeA2BK%2COACK%2CSpB8Bb%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BA6D9QA%2CkBAoDI%2CeAmCI%3BEACI%2CkBAAA%3B%3BAAxFZ%2CkBA6FI%3BE7DiLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6D7KQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAtGZ%2CkBAyGI%2CcACI%2CSAAS%3BEACP%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5GV%2CkBAyGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjHZ%2CkBAyGI%2CcAUI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CkBAyGI%2CcAeI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA1HZ%2CkBAyGI%2CcAmBI%3BE7DkJR%2CiBAAA%3BE6DhJY%2CgBAAA%3B%3BAAGA%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBACA%3BE7D4IhB%2CeAAA%3B%3BA4BtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CwBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARR%2CwBAUI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CwBAeI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAPR%2CuBAUI%2COAAM%3BEACF%2CSAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CqBACI%3BE5ByOJ%2CcAAA%3BE4BvOQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CqBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAkBI%2COAAM%3BEACF%2CSAAA%3B%3BAAnBR%2CqBAkBI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtBZ%2CqBAkBI%2COAAM%2COAMF%2COACI%3BAAzBZ%2CqBAkBI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE5BsMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE4BjMgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAAtDhB%2CqBA0DI%2CiBACM%2CWACE%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3B%3BACtGd%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBA6BI%3BE7BqPJ%2C6BAAA%3BEAAA%2CcAAA%3BE6BlPQ%2CSAAA%3B%3BAAhCR%2CwBA6BI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArCZ%2CwBA6BI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1CZ%2CwBA8CI%3BEACI%2CaAAA%3BE7BmOR%2CqBAAA%3B%3BA6BhOY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CeAAA%3B%3BAAnDhB%2CwBAwDI%3BAAxDJ%2CwBAyDI%3BE7ByNJ%2CgBAAA%3B%3BA6BlRA%2CwBA6DI%3BEACI%2CiBAAA%3B%3BAA9DR%2CwBAiEI%3BEACI%2CeAAA%3B%3BAAlER%2CwBAiEI%2CgCAGI%2CSACI%3BEACI%2CeAAA%3B%3BAAtEhB%2CwBAiEI%2CgCAaI%3BE7BoMR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA6BzLQ%2CwBADJ%2CqBACQ%3BEACA%2CeAAA%3B%3BAA1FZ%2CwBAmGI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAtGR%2CwBAwGI%3BEACI%2CaAAA%3B%3BAqBjGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSjDAlB%2COiDAkB%3B%3BAAKhB%2CwBAVJ%2CgBAUK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAVJ%2CgBAUK%2CaAIG%3BEACI%2CaAAA%3B%3BAAhBhB%2CwBAqBI%3BElD0PJ%2C6BAAA%3BEAAA%2CcAAA%3B%3BAkD%5C%2FQA%2CwBAqBI%2CsBAII%3BElDsPR%2CcAAA%3BEAAA%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAAMA%2CwBShCI%2CsBAII%2CeT4BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBS7CA%2CsBAII%2CeTwCP%2CMACI%3BEzC6ML%2CWAAA%3B%3BAyCvMI%2CwBSnDA%2CsBAII%2CeT8CP%2COACI%3BEzCuML%2CcAAA%3B%3BAkD%5C%2FQA%2CwBAqBI%2CsBAII%2CeAaM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxChB%2CwBA6CI%3BElDkOJ%2CqBAAA%3B%3BAkD%5C%2FQA%2CwBAiDI%3BEACI%2CeAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CUAAA%3B%3BAAtDR%2CwBAqDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CwBAPR%2CmBAEI%2CMAKK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBAPR%2CmBAEI%2CMAKK%2CQAEG%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CYAAA%3B%3BAAGR%2CwBAfR%2CmBAEI%2CMAaK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtEhB%2CwBAqDI%2CmBAEI%2CMAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3EhB%2CwBAqDI%2CmBAyBI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAAlFZ%2CwBAsFI%2COAII%2CQACM%3BEACE%2CoBAAA%3B%3BAA5FhB%2CwBAsFI%2COAII%2CQAII%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAhGhB%2CwBAsFI%2COAaI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAsFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAA1GhB%2CwBAsFI%2COAuBI%2CQACI%3BEACI%2CYAAA%3B%3BAA%5C%2FGhB%2CwBAsFI%2COA6BM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAtHhB%2CwBAsFI%2COAmCI%2CKACI%3BEACI%2CcAAA%3B%3BAA3HhB%2CwBAsFI%2COAmCI%2CKAII%3BEACI%2CWAAA%3B%3BAAIR%2CwBA5CJ%2COA4CK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BApCvJxB%2C0BACI%3BEACI%2CkBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEd%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAc9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEdiRpB%2CcAAA%3BEAAA%2CcAAA%3B%3BAchSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CqBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CkBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAsJzDJ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%2CUAAY%3BAAJhB%2CoBAIyB%2CcAAc%3BEAC%5C%2FB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CoBAYI%2CWAAW%2CcACP%3BAAbR%2CoBAYI%2CWAAW%2CcACiB%3BEACpB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CoBAYI%2CWAAW%2CcAaP%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAhIfhB%3BEACI%2CmBAAA%3B%3BAAEI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAALhB%2CgBAEI%2COASI%2CiBACI%3BEACA%2CqBAAA%3B%3BAAbZ%2CgBAEI%2COASI%2CiBAII%3BAAfZ%2CgBAEI%2COASI%2CiBAIe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlBZ%2CgBAEI%2COASI%2CiBAII%2CWAIA%3BAAnBZ%2CgBAEI%2COASI%2CiBAIe%2CaAIX%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BA9BggCV%2CgB8B3%5C%2FBA%2CU9B2%5C%2FBC%3BENjwBD%2CiBAAA%3BEM8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BENjyBA%2CcAAA%3BEAAA%2CcAAA%3B%3BAoCxPI%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACvJ%2CcAAA%3B%3BAAGJ%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACrI%2CoBAAA%3B%3BAAGJ%2CSACI%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CSAUI%2CSACA%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAbN%2CSAUI%2CSAKA%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjBN%2CSAUI%2CSASA%2CMAAK%3BEACH%2CiBAAA%3B%3BAAGJ%2CSAAC%2COACG%3BEAEA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAKN%2CIACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CIAOI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CIAeI%3BEACI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CeAAA%3B%3BAAJR%2CyBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CyBAMI%2CKAGI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAKZ%2C0BACI%3BEACI%2CgBAAA%3B%3BAAIR%2CuBACI%2COACI%3BEACI%2CcAAA%3B%3BAAHZ%2CuBACI%2COACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAANhB%2CuBAUI%2CKACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CkBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAALhB%2CqBACI%2COAAM%2CUAOF%2CMAAK%3BEACD%2CkBAAA%3B%3BAAWZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAOR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAKhB%2CKAAK%2COACH%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAJN%2CKAAK%2COACH%2CiBAII%3BEACA%2CqBAAA%3B%3BAANN%2CKAAK%2COACH%2CiBAOI%3BAARN%2CKAAK%2COACH%2CiBAOe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXN%2CKAAK%2COACH%2CiBAOI%2CWAIA%3BAAZN%2CKAAK%2COACH%2CiBAOe%2CaAIX%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CKAAK%2COAAO%3BAAAS%2CKAAK%2CSAAS%3BEACjC%2CmBAAA%3B%3BAAYF%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAMI%2CQAAO%3BEACH%2CoBAAA%3B%3BAAPR%2CQAMI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAATZ%2CQAeI%3BEACI%2CeAAA%3B%3BAAhBR%2CQAmBI%3BEpCiCA%2CkBAAA%3B%3BAoC%5C%2FBI%2CQAFJ%2CeAEK%3BEACG%2CgBAAA%3B%3BAAwBI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BEpCMb%2CcAAA%3B%3BAoCkBI%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEAUI%2CoBAAA%3B%3BAAjBR%2CMAOI%2COACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAASR%2CQAAQ%3BEpC5CJ%2CiBAAA%3B%3BAoC4CJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAe9UR%2CcAII%3BEnD2RA%2CiBAAA%3BEmDzRI%2CiBAAA%3BEACA%2CqBAAA%3BEnDwRJ%2CkBAAA%3B%3BAoD%5C%2FRJ%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C4BAKI%2CQAAO%3BEpD0RP%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2C4BWlBA%2CQAAO%2CSXkBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChOY%2CODgOZ%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAW5VJ%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAARZ%2C0BAWI%3BEACI%2CgBAAA%3B%3BAAUJ%2CQAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CQAAC%3BEACG%2CiBAAA%3B%3BAAGR%2CMAAM%3BEACF%2CoBAAA%3B%3BAACA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAFpE%2CUAEwE%3BEACtE%2CWAAA%3B%3BAAHR%2CMAAM%2CUAKF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMARF%2CUAKF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAVZ%2CMAAM%2CUAaF%3BEACI%2CeAAA%3B%3BAACA%2CMAfF%2CUAaF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAlBF%2CUAaF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAsBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEpDyNJ%2CiBAAA%3B%3BAoDjPJ%2CMAAM%2CUA2BF%2COAAM%3BEACF%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEAEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAMA%2CkBAAA%3B%3BAAzCR%2CMAAM%2CUA2BF%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMA5CF%2CUA2CF%2COACK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CMAAM%2CUAiDF%3BEAAQ%2CcAAA%3B%3BAAjDZ%2CMAAM%2CUAkDF%2CQAAO%3BEACH%2CYAAA%3B%3BAAEJ%2CMArDE%2CUAqDD%2CIACG%3BEpD2LJ%2CcAAA%3BEAAA%2CqBAAA%3BEoDzLQ%2CeAAA%3B%3BArDwCR%2CMqDhGE%2CUAqDD%2CIACG%2COrD0CH%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMqDrGE%2CUAqDD%2CIACG%2COrD%2BCH%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMqD1GE%2CUAqDD%2CIACG%2COrDoDH%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAoD5LA%2CMArDE%2CUAqDD%2CIAKG%3BEACI%2CUAAA%3B%3BAAGR%2CMA9DE%2CUA8DD%2CwBACG%2COAAM%3BEACF%2CeAAA%3B%3BAC9GR%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAANR%2CsBACI%2CiBAMI%2COAAM%3BEACF%2CmBAAA%3B%3BAARZ%2CsBAWI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAdhB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CsBAThB%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%2COAGG%3BEACG%2CgBAAA%3B%3BAArBxB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBAQZ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CsBAnBR%2CmBACI%2CWAkBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CsBAoCI%3BEACI%2CcAAA%3B%3BAArCR%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CsBAuCI%2CkBAII%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7CZ%2CsBAgDI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjDR%2CsBAmDI%3BEACI%2CmBAAA%3B%3BAApDR%2CsBAsDI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAC5DR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CoBAAA%3B%3BAAQZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CeAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CeAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CiBAAA%3B%3BAxBXZ%2CaACI%2COACI%3BE9B6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA8BpQQ%2CKAFH%2CcACD%2CWACK%3BE9BoQT%2C6BAAA%3B%3BA8BtQA%2CKAAK%2CcACD%2CWAII%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE9BiPA%2CgBAAA%3BE8B%5C%2FOI%2CeAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAUI%3BAAVJ%2CaAWI%3BE9B2NJ%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAXwCA%2CaAUI%2CaWgNF%3BAX1NF%2CaAWI%2CeW%2BMF%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CaX4CI%2CaW5CH%3BAAAD%2CaX6CI%2CeW7CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaX%2BBA%2CaWhCH%2CMACI%3BAAAD%2CaXgCA%2CeWjCH%2CMACI%3BEzC2PL%2CWAAA%3B%3BAyCrPI%2CaXyBA%2CaW1BH%2COACI%3BAAAD%2CaX0BA%2CeW3BH%2COACI%3BEzCqPL%2CcAAA%3B%3BAyCzKA%2CaXtCI%2CeWsCH%3BEzCyKD%2CSC1PS%2COD0PT%3B%3BA8BzMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CKARH%2CcACD%2CcAOK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BE9BwKA%2CgCAAA%3BE8BtKI%2CSAAA%3B%3BAAGQ%2CgBAFP%2CQACG%2COACK%3BE9BmKb%2CSCzQM%2CODyQN%3B%3BA8BxKA%2CgBAWI%3BE9B6JJ%2CcAAA%3BE8B3JQ%2CeAAA%3BE9B2JR%2CcAAA%3BEyChOA%2CqBAAA%3BEXgFQ%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAW5ER%2CgBX6DI%2COW7DH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBXgDA%2COWjDH%2CMACI%3BEzC6ML%2CWAAA%3B%3BA8BxKA%2CgBA6BI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAaI%2CoBAJR%2CoBAGI%2CGACK%3BAAAD%2CoBAHR%2CkCAEI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAANhB%2CoBACI%2CoBAWI%3BAAZR%2CoBAEI%2CkCAUI%3BEACI%2CWAAA%3B%3BAAbZ%2CoBACI%2CoBAcI%2CcACI%3BAAhBZ%2CoBAEI%2CkCAaI%2CcACI%3BE9BgHZ%2CgBAAA%3BE8B9GgB%2CeAAA%3B%3BAAmBhB%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAV3MJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CkBAAA%3B%3BAAJR%2CwBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAARhB%2CuBAKI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEpBuQX%2CcAAA%3B%3BAoBlQA%2CyBAII%3BEpB8PJ%2CmBAAA%3BEoB5PQ%2CWAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CiBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAehB%2CuBACI%3BEpBgOJ%2CoBAAA%3BEAAA%2CmBAAA%3B%3BAoBvNA%3BEACI%2CkBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAkBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CgCAOI%2CMACI%3BEACI%2CSAAA%3B%3BAATZ%2CgCAYI%3BEACI%2CgCAAA%3B%3BAAbR%2CgCAeI%3BEACI%2CuBAAA%3B%3BAAhBR%2CgCAeI%2CKAEI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CgCAeI%2CKAKI%3BEpB2JR%2CiBAAA%3BEoBzJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CgCAkCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEpBkIT%2CiBAAA%3BEoBhIY%2CcAAA%3BEACA%2CkBAAA%3B%3BAWhJZ%3BE%5C%2FB%2BQA%2CgBAAA%3BE%2BB7QI%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BE%5C%2FBoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAVzCA%2CmBAKI%2CUUwPF%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CmBV1CI%2CUU0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC9NW%2COD8NX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAVlUQ%2CmBAXJ%2CUAWK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CuBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CeAAA%3B%3BAAII%2CmBAFP%2CQACG%2CKACK%3BE%5C%2FBkOb%2CsBAAA%3BE%2BBhOgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBhB%2CmBAoBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CoBAEI%3BEAEI%2C0BAAA%3BE%5C%2FB4MR%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAV8DA%2CoBAEI%2CeUkMF%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CoBV0DI%2CeU1DH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1PS%2COD0PT%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBV6CA%2CeU9CH%2CMACI%3BEzC2PL%2CWAAA%3B%3BAyCrPI%2CoBVuCA%2CeUxCH%2COACI%3BEzCqPL%2CcAAA%3B%3BA%2BB%5C%2FLA%2CqBACI%2CUACI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CeAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%3BAANR%2CkBACI%2CeAKI%3BEAEI%2CSAAA%3B%3BAATZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CSAGM%3BAATd%2CkBACI%2CeAKI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAGA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAPZ%2CaAKI%2CeAII%3BAARR%2CaAII%2CeAII%3BEACI%2CgBAAA%3B%3BAsIvJhB%2CcAAc%3BEACV%2CWAAA%3B%3BAAEJ%2CqBACE%3BEACE%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAMF%3BEACE%2CyBAAA%3B%3BAAPN%2CMAAM%2CQASF%2CKAAI%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAbR%2CMAAM%2CQAeF%2CKAAI%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAnBR%2CMAAM%2CQAqBF%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAxBR%2CMAAM%2CQA0BF%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAA5BR%2CMAAM%2CQA0BF%2CWAGI%3BEACI%2CSAAA%3B%3BAA9BZ%2CMAAM%2CQA0BF%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlCZ%2CMAAM%2CQA0BF%2CWAUI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvChB%2CMAAM%2CQA2CF%2COAAM%3BEACF%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CqBAAsB%3BEAClB%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BArIrEJ%2CqBAOI%3BAAPJ%2CqBAQI%2COAAM%3BEhCuRN%2CeAAA%3B%3BAgCnRI%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAEJ%2CqBAJJ%2CQAIK%3BEhCgRL%2CqBAAA%3BEyC9QA%2CqBAAA%3BETIQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBAJJ%2CQAIK%2CISoQH%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CqBTZA%2CQAIK%2CISQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBTzBJ%2CQAIK%2CISoBJ%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CqBT%5C%2FBJ%2CQAIK%2CIS0BJ%2COACI%3BEzCqPL%2CcAAA%3B%3BA%2BC%5C%2FRA%2COAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2COAAC%2CMACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BE%5C%2FCqRR%2CsBAAA%3BEAAA%2C2EAAA%3BE%2BCjRQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAACA%2COAfP%2CMACG%2COAcK%2CYAAY%3BEACT%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BE%5C%2FCuQZ%2CWAAA%3BE%2BCrQY%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COA3BP%2CMACG%2COA0BK%3BEACG%2CYAAA%3B%3BAAhChB%2COAoCI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAAC%3BEACO%2CaAAA%3B%3BAAER%2COAAC%3BEACG%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2COAAC%2CQAIG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2COAVP%2CQAIG%2COAMK%3BEACC%2CiBAAA%3B%3BAAXV%2COAAC%2CQAcG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2COAAQ%2CQAnBX%2CQAmBY%3BEACL%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA5BR%2COAAC%2CQA8BG%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAGR%2COAAC%3BEACG%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2COAAC%2CQAIG%3BEAAG%2CqBAAA%3BEAAuB%2CyBAAA%3BEAA0B%2CcAAA%3B%3BAAExD%2COAAC%3BEACG%2CyBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAGR%2COAAC%3BE%5C%2FC%2BLD%2CcAAA%3B%3BA%2BC5LA%2COAAC%3BEACG%2CSAAA%3B%3BAACA%2COAFH%2CQAEI%3BEACC%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAACE%2COAPP%2CQAEI%2CKAKI%2COACG%3BEACI%2CyBAAA%3B%3BAAIZ%2COAbH%2CQAaI%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2COAbH%2CQAaI%2CMAQG%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2COAlCT%2CQAaI%2CMAQG%2CQAaG%3BAAAU%2COAlCpB%2CQAaI%2CMAQG%2CQAac%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEF%2COA1CT%2CQAaI%2CMAQG%2CQAqBG%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEF%2COAlDT%2CQAaI%2CMAQG%2CQA6BG%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKF%2COAFM%2CUAzDjB%2CQAaI%2CMA6CK%2CQACG%3BEAAU%2CaAAA%3B%3BAAInB%2COA%5C%2FDH%2CQA%2BDI%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAJF%2COA%5C%2FDH%2CQA%2BDI%2CQAKG%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAACA%2COAvEX%2CQA%2BDI%2CQAKG%2CEAGK%2CMACG%3BEACI%2CqBAAA%3B%3BAAVhB%2COA%5C%2FDH%2CQA%2BDI%2CQAcG%3BE%5C%2FC%2BGR%2CcAAA%3BE%2BC7GY%2CkBAAA%3B%3BAACA%2COAhFX%2CQA%2BDI%2CQAcG%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2COAnFX%2CQA%2BDI%2CQAcG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAMR%2COA1FP%2CQA%2BDI%2CQA2BI%3BEAAa%2CiBAAA%3BEAAkB%2CgBAAA%3B%3BAA3BpC%2COA%5C%2FDH%2CQA%2BDI%2CQA4BG%3BEAAQ%2CgBAAA%3B%3BAA3FhB%2COAAC%2CQA6FG%3BEAAO%2CSAAA%3B%3BAY7LH%2CkBAFP%2CMACG%2CQACK%3BE3D4RT%2CUAAA%3B%3BA2DrRJ%3BE3DqRI%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsKlJA%2CaAAA%3BEACA%2CUAAA%3B%3BA3GpIJ%2CU2GsEI%3BEtK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2DrRJ%2CU2GsEI%2CcAGI%3BEtK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BA2DrRJ%2CU2G4FI%2CeACI%2CQAAO%3BEtKwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3B%3BA2DrRJ%2CU2G4FI%2CeACI%2CQAAO%2CM7H4KT%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CU6H%2BEA%2CeACI%2CQAAO%2CM7HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU6HkEJ%2CeACI%2CQAAO%2CM7HpEV%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CU6H4DJ%2CeACI%2CQAAO%2CM7H9DV%2COACI%3BEzCqPL%2CcAAA%3B%3BAK7CA%2CUiK5IA%2CeACI%2CQAAO%2CMjK2IV%3BAACD%2CUiK7IA%2CeACI%2CQAAO%2CMjK4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiKlJA%2CeACI%2CQAAO%2CMjKiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiKvJA%2CeACI%2CQAAO%2CMjKsJV%3BAACD%2CUiKxJA%2CeACI%2CQAAO%2CMjKuJV%3BAACD%2CQAAQ%2CUAAW%2CWiKzJnB%2CeACI%2CQAAO%3BEjKyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAsK%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA3GvIR%2CUASI%3BEAEI%2CeAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CeAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMZ%2CUADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAvBZ%2CUA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2CUA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CUAgCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAOJ%2CcAAC%2CIAAI%3BAAAL%2CaAFU%2CeAET%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CmBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA5CtEJ%2CSAAC%2CMAAM%3BEyB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEzB7HQ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAfsBR%2CSerCK%2CMAAM%2COfqCV%3BAACD%2CSetCK%2CMAAM%2COfsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSe3CK%2CMAAM%2COf2CV%3BEACG%2CWAAA%3B%3BAe5CA%2CSAAC%2CMAAM%2COyB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAzB5bA%2CSAAC%2CMAAM%2COyB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAzBjcA%2CSAAC%2CMAAM%2COyBwJX%3BExCiIA%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BA1BzDI%2CSAAC%2CMAAM%2COyBwJX%2CeCqHE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeC7EC%2CMACI%3BEzC6ML%2CWAAA%3B%3BAyCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeCvEC%2COACI%3BEzCuML%2CcAAA%3B%3BAwCuHA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%3BExCvHD%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BADuVA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%2COCnIC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeAwPC%2COCrUA%2CMACI%3BEzC6ML%2CWAAA%3B%3BAyCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEzCuML%2CcAAA%3B%3BAezRI%2CSAAC%2CMAAM%2COyBgOX%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAezRI%2CSAAC%2CMAAM%2COyBgOX%2COAsBI%3BExCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAwC3BQ%2CSzB9PH%2CMAAM%2COyBgOX%2COAsBI%2CGAQK%3BExC2BT%2CmBAAA%3BEwCzBY%2CeAAA%3B%3BAAuTZ%2CSzBvjBK%2CMAAM%2COyBgOX%2COAuVC%3BAACD%2CSzBxjBK%2CMAAM%2COyBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSzBjkBK%2CMAAM%2COyBgOX%2COAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CSzBvkBK%2CMAAM%2COyBgOX%2COAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAzDJ%2CSzBjhBK%2CMAAM%2COyBgOX%2COAiTC%3BExCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwC6PA%2CSzBthBK%2CMAAM%2COyBgOX%2COAsTC%3BExC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CSzB7QK%2CMAAM%2COyB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSzB7QK%2CMAAM%2COyB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAzBjRJ%2CSAAC%2CMAAM%2COAgBH%3BEACI%2CcAAA%3B%3BAAMA%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BEAKG%2CiBAAA%3B%3BA0BoFhB%2CS1BhHK%2CMAAM%2COAqBD%2CUAEG%2CM0ByFZ%3BEzCyKD%2CSClPiB%2CODkPjB%3B%3BAe5PgB%2CSA7BX%2CMAAM%2COAqBD%2CUAEG%2CMAMI%3BEACG%2CSAAA%3B%3BAAGR%2CSAjCP%2CMAAM%2COAqBD%2CUAYG%3BAACD%2CSAlCP%2CMAAM%2COAqBD%2CUAaG%3BAACD%2CSAnCP%2CMAAM%2COAqBD%2CUAcG%3BEfsPb%2CWAAA%3B%3BAejPY%2CSAxCP%2CMAAM%2COAuCD%2CUAAO%2COACJ%3BEACG%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAoBR%2CKAAK%2CcAAe%2CUAjEvB%2CMAAM%3BEAkEC%2CwBAAA%3B%3BAAEI%2CKAHH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CKATP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAMG%2COACI%3BEf%2BMrB%2CcAAA%3B%3BAe3MgB%2CKAbH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%3BAACD%2CKAdH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%3BEf0MjB%2CcAAA%3B%3BAexMoB%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%2CMAGI%3BAAAD%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%2COAEI%3BEACG%2CaAAA%3B%3BAAOpB%2CSAAC%2COAAO%3BEfgMZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEsKlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAvJ%5C%2FCI%2CSAAC%2COAAO%2CMuJfZ%3BEtK%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAehMI%2CSAAC%2COAAO%2CMuJfZ%2CcAGI%3BEtK4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BAehMI%2CSAAC%2COAAO%2CMuJOZ%2CeACI%2CQAAO%3BEtKwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3B%3BAehMI%2CSAAC%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CM7H4KT%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CS1BwEK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CM7HhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CS1B2DC%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CM7HpEV%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CS1BqDC%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CM7H9DV%2COACI%3BEzCqPL%2CcAAA%3B%3BAK7CA%2CSUnJK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CMjK2IV%3BAACD%2CSUpJK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CMjK4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSUzJK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CMjKiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSU9JK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CMjKsJV%3BAACD%2CSU%5C%2FJK%2COAAO%2CMuJOZ%2CeACI%2CQAAO%2CMjKuJV%3BAACD%2CQAAQ%2CUAAW%2CUUhKd%2COAAO%2CMuJOZ%2CeACI%2CQAAO%3BEjKyJP%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAsK%5C%2FIA%2CSvJjDK%2COAAO%2CMuJiDX%3BEACG%2CUAAA%3B%3BAvJhDI%2CSAFH%2COAAO%2CMAEH%3BEACG%2CcAAA%3B%3BAAGR%2CSAAC%3BEf0LL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEsKhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSvJjEK%2CQuJiEJ%3BEtKyHD%2CYAAA%3BEsKrHQ%2CyBAAA%3B%3BAvJnEA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAQR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEf6Kf%2CcAAA%3B%3BAevKA%2CuBAMI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CuBAMI%2CiBACM%2CWAIE%2CQAAO%3BEACH%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAKY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAiBZ%2C0BAtBJ%2CUAsBK%3BEACG%2CoBAAA%3B%3BAADJ%2C0BAtBJ%2CUAsBK%2CMAEG%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQR%2C0BAlCJ%2CUAkCK%3BEfiHT%2CcAAA%3BEe%5C%2FGY%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2C0BAtCR%2CUAkCK%2COAII%3BEf6Gb%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAAMA%2C0B1BqHI%2CUAkCK%2COAII%2CQ0B3JZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC%5C%2FNW%2COD%2BNX%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CoBAAA%3BEAAA%2C2BAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1B3KY%2C0BAjDR%2CUAgDK%2CQACI%3BAACD%2C0BAlDR%2CUAgDK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2C0BArDR%2CUAgDK%2CQAKI%3BEACG%2CiBAAA%3B%3BAAMR%2C0BA5DJ%2CUA4DK%2CSAAS%3BEACN%2CiBAAA%3B%3BAAKZ%2C2BAII%3BEf6EJ%2CkBAAA%3BEe3EQ%2CgBAAA%3B%3BAASR%2C8BAOI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEfqDJ%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAetDA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BAQI%3BEACI%2CWAAA%3B%3BAATR%2C0BAWI%3BEACI%2CgBAAA%3B%3BAAZR%2C0BAcI%3BEACI%2CWAAA%3B%3BAACA%2C0BAFJ%2CmBAEK%2CMACG%3BEACI%2CmBAAA%3B%3BAAlBhB%2C0BAsBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C0BA0BI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2C0BA%2BBI%2CmBACI%3BEfsBR%2CcAAA%3B%3BAejBQ%2C0BADJ%2CQACK%3BEACG%2CgBAAA%3B%3BAAIJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BAsBrRZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2COAAO%2CQAAM%2CKAAG%3BAAVxB%2CcAQI%2CeAEwB%2COAAO%2CQAAM%2CKAAG%3BAAV5C%2CcAQI%2CeAE4C%2COAAO%2CQAAM%2CKAAG%3BAAVhE%2CcAQI%2CeAEgE%2COAAO%2CQAAM%2CKAAG%3BAAVpF%2CcAQI%2CeAEoF%2COAAO%2CQAAM%2CKAAG%3BAAVxG%2CcAQI%2CeAEwG%2COAAO%2CQAAM%2CKAAG%3BEAChH%2CsBAAA%3B%3BAAXZ%2CcAQI%2CeAKI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAdZ%2CcAQI%2CeAQI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAlBR%2CeAQI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAWJ%2CcAhCZ%2CeA4BI%2CmBAGM%3BAACK%2CcAhCf%2CeA4BI%2CmBAGM%2CIACM%3BEACA%2CcAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAAlDhB%2CcAuDM%3BEACE%2CeAAA%3B%3BAAxDR%2CcA2DI%2CiBACM%3BEACE%2CcAAA%3B%3BAAEI%2CcAJZ%2CiBACM%2CaAEE%2CQACK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAjEpB%2CcA2DI%2CiBAUM%3BEACE%2CmBAAA%3B%3BAAtEZ%2CcA8EI%3BEACI%2CiBAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAApG5B%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAvG5B%2CcA%2BGI%3BAA%5C%2FGJ%2CcAgHI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CqBAAA%3B%3BAAnHR%2CcA%2BGI%2CaAKI%3BAApHR%2CcAgHI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAArHZ%2CcA%2BGI%2CaAKI%2COAEI%3BAAtHZ%2CcAgHI%2CeAAe%2COAIX%2COAEI%3BErCyKZ%2CcAAA%3B%3BAqC%5C%2FRA%2CcA4HI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CWACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CcAAC%2CaACG%2CWAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAPZ%2CcAAC%2CaAUG%2CaAAe%3BErCiJvB%2CiBAAA%3B%3BAqC3JI%2CcAAC%2CaAaG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CkBAAA%3B%3BAAnJhB%2CcAwJI%2CWACI%3BEACI%2CmBAAA%3B%3BAA1JZ%2CcAwJI%2CWAIM%3BEACE%2CSAAA%3B%3BAA7JZ%2CcAiKI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnKZ%2CcAuKI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzKZ%2CcAuKI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLhB%2CcAuKI%2CoBAaI%2CiBAAiB%2CYAAY%3BEACzB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvLZ%2CcA%2BLI%2CiBAAiB%2COAAM%3BErCgG3B%2CcAAA%3BEqC9FQ%2CkBAAA%3B%3BAAjMR%2CcA%2BLI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CyBAKI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAAGR%2C6BACE%2CiBACI%2CUAAO%3BEACP%2CaAAA%3B%3BAkBxNV%2CMAAM%2CWACF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAHR%2CMAAM%2CWAKF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAATR%2CMAAM%2CWAWF%3BEACI%2CSAAA%3B%3BAAZR%2CMAAM%2CWAWF%2COAEI%3BEvD8QJ%2CqBAAA%3BEyC9QA%2CqBAAA%3BEcWQ%2CcAAA%3B%3BAdLR%2CMcnBE%2CWAWF%2COAEI%2CSdMH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC9OY%2COD8OZ%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAc%5C%2FUQ%2CMArBN%2CWAWF%2COAEI%2CSAQK%3BEACG%2CkBAAA%3B%3BAAtBhB%2CMAAM%2CWA2BF%3BEACI%2CkBAAA%3B%3BAA5BR%2CMAAM%2CWA8BF%3BEACI%2CaAAA%3B%3BAA%5C%2FBR%2CMAAM%2CWAoCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAvCR%2CMAAM%2CWAyCF%2CQAAO%3BEACH%2CyBAAA%3BEACA%2C4BAAA%3B%3BAT%5C%2FCR%2CKAAK%2COAAQ%3BE9C%2BRT%2CcAAA%3B%3BA8C7RA%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGR%3BEoH%2BEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BApHhFJ%2CeoHmFI%3BElKmMA%2CWAAA%3BEkKjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BElK2FA%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkKxEA%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BApHtMJ%2CeoHmFI%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BElK2FA%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkKxEA%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BApHtMJ%2CeoHmFI%2CeAsBM%2COAiBE%3BElKhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CjBJ%2CeAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CaAAc%2CgBAHlB%3BEAIM%2CWAAA%3B%3BAAKV%2CwBAEI%2CgBoHoHA%3BApHrHJ%2CcACI%2CgBoHoHA%3BElKxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8CEJ%3BEoHpBI%2CgBAAA%3B%3BAAEA%2CoBAAC%3BElKqRD%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkK1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BApHKR%2CoBoHFI%2CMAAK%3BElKPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkKMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BApHLpB%2CoBoHWI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BApHdR%2CoBoHWI%2CMAKI%3BElKzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkKsBI%2CoBATJ%2CMASK%3BElK%2BOL%2CcAAA%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEkK1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BApHrCpB%2CoBoH8HQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3B%3BApH3LJ%2CoBoH8HQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjKnKQ%2CQAAA%2CQAAA%2CQAAA%2COiKmKR%3B%3BApH3LJ%2CoBoH8HQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjKnKQ%2CQAAA%2CQAAA%2COiKmKR%3B%3BApH3LJ%2CoBoH8HQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjKnKQ%2CQAAA%2COiKmKR%3B%3BApH3LJ%2CoBoH8HQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSjKnKQ%2COiKmKR%3B%3BApHzLA%2CoBAAC%3BEoHyLD%2CSjKlKc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COiKkKd%3B%3BApH5KA%2COAAC%3BEACG%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQAQG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAZR%2COAAC%2CQAcG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEACV%2CSAAA%3B%3BAAFR%2COAAC%2CKAIG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAQA%2CmBAAA%3B%3BAAXJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAIG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGR%2COAAC%3BEAMG%2CmBAAA%3B%3BAANJ%2COAAC%2CKACG%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BA9CnEJ%2CO8CgEC%2CK9ChEA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA8CkEA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEF%2COAAC%3BEACG%2CgBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAsDZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAGR%2CgBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CgBAII%3BEACI%2CkBAAA%3B%3BAA2BR%2CwBACI%2COACI%3BE9C6BJ%2CkBAAA%3B%3BA8C3BQ%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BE9CoBT%2CqBAAA%3B%3BA8C%5C%2FBJ%2CwBAeI%2CgBACI%3BE9CeJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA8CRJ%2CcAEI%3BAADJ%2CwBACI%3BE9CMA%2CgBAAA%3B%3BA8CDJ%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAoCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAKI%3BE9C3DJ%2CkBAAA%3B%3BA8CsCJ%2CgBAgBI%2CgBAKI%2CwBAEI%3BE9C7DR%2CoBAAA%3B%3BA8C%2BDY%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA1BpB%2CgBAgBI%2CgBAeI%3BE9CrEJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA8CsCJ%2CgBAgBI%2CgBAoBI%3BEACI%2CSAAA%3BE9C3ER%2CkBAAA%3B%3BA8CsCJ%2CgBAgBI%2CgBAwBI%3BE9C9EJ%2CcAAA%3B%3BAuK%5C%2FRJ%2CkBACI%3BEvK8RA%2CiBAAA%3BEuK5RI%2CqBAAA%3B%3BAAKA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAATZ%2CkBAKI%2CcAMI%3BAAXR%2CkBAMI%2CcAKI%3BAAXR%2CkBAOI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3B%3BAtIbZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAEM%3BEACE%2CaAAA%3B%3BAAQJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAJZ%2CmBAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAWR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CkBAAA%3B%3BAjB7CR%2CYACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAGI%3BEhB2RJ%2CmBAAA%3BEgBzRQ%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAATZ%2CYACI%2CMAUI%3BEhBoRJ%2CmBAAA%3BEAAA%2CcAAA%3BEgBjRQ%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAjBR%2CMAUI%2CEAOK%3BEhB6QT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAgBrQJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%2CQACG%3BEACI%2CaAAA%3B%3BAAPZ%2CoBAUI%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CoBAUI%2CaAGM%3BEhBwPN%2CiBAAA%3BEgBtPQ%2CgBAAA%3B%3BAAfZ%2CoBAUI%2CaAOI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CoBAqBI%3BEACI%2CSAAA%3B%3BAAtBR%2CoBAqBI%2CeAEM%2CmBACK%2CaAAW%2CQAAO%3BEACjB%2CqBAAA%3B%3BAAzBhB%2CoBA6BI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2CgCAAA%3B%3BAAGA%2CoBALR%2CmBAII%2CMACQ%3BEACA%2C6BAAA%3B%3BAAEJ%2CQAAS%2CqBARjB%2CmBAII%2CMAKQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAAvCpB%2CoBA6BI%2CmBAII%2CMASI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CoBAlBZ%2CmBAII%2CMAaI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAvBZ%2CmBAII%2CMAaI%2CKAMK%3BEACG%2CiBAAA%3B%3BAArDpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeACE%3BEACI%2CmBAAA%3B%3BAA1DpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeAII%2CKAAG%3BEACD%2CgBAAA%3B%3BAA7DpB%2CoBA6BI%2CmBAII%2CMA%2BBI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlEhB%2CoBA6BI%2CmBAwCI%3BEACI%2CgBAAA%3B%3BAAtEZ%2CoBAyEI%3BEACI%2CSAAA%3B%3BAA1ER%2CoBAyEI%2CcAEI%3BEACI%2CSAAA%3B%3BAA5EZ%2CoBAyEI%2CcAKI%3BEACI%2CgBAAA%3B%3BAACA%2CoBAPR%2CcAKI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAGR%2CoBAXJ%2CcAWK%2CMACG%3BEACI%2CqBAAA%3B%3BAACA%2CoBAdZ%2CcAWK%2CMACG%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAJZ%2CoBAXJ%2CcAWK%2CMAOG%3BEACI%2CSAAA%3B%3BAA5FhB%2CoBAiGI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAQJ%2CoBALJ%2CKAKK%3BEACG%2CiBAAA%3B%3BAAaJ%2CoBADJ%2CQACK%3BEhB4IL%2CqBAAA%3BEyChOA%2CqBAAA%3BEzCgOA%2CWAAA%3B%3BAgB5II%2CoBADJ%2CQACK%2CKyBgIH%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CoBzB6EA%2CQACK%2CKyB9EJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBzBmBA%2CQACK%2CKAUI%2CSyB9BR%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAgBrQJ%2CoBA2II%2CWAEI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBANR%2CWAKI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAlJhB%2CoBAuJI%2CQAAO%3BEACH%2CaAAA%3B%3BAAKJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAEG%3BEACI%2CgBAAA%3B%3BAAHR%2CoBAAC%2CSAKG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBAAC%2CKAOG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAVhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%3BEACI%2CSAAA%3B%3BAAbhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%2CSAEM%3BEACE%2CgBAAA%3B%3BAACA%2CoBAhBnB%2CKAOG%2CaACI%2CgBAII%2CSAEM%2CSAEG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAIK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAII%2CSAAA%3BEACA%2CeAAA%3B%3BAAJA%2CYAAe%3BEACX%2CgCAAA%3B%3BAAFR%2CeAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CkBAAA%3B%3BAACA%2CsBAFJ%2CQAEK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAmBJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAYI%2CcAII%2COAAM%3BEACF%2CqBAAA%3B%3BAkBtSZ%2CKAAK%2CKAAK%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAO%2BGA%2CqBPzGA%2CQAAO%2COAAO%2COOyGb%3BAAAD%2CmBPzGA%2CQAAO%2COAAO%2COOyGb%3BEzCyKD%2CSC9OY%2COD8OZ%3B%3BAwK3QI%2CsBADJ%2CMACK%3BEACG%2C0BAAA%3B%3BAANZ%2CsBAII%2CMAII%3BAARR%2CsBAII%2CMAKM%3BExKuQN%2CWAAA%3BEwKrQQ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAACA%2CsBAXR%2CMAII%2CEAOK%3BAAAD%2CsBAXR%2CMAKM%2CSAMG%3BEACG%2CavKVG%2CauKUH%3BEACA%2CSvKLC%2COuKKD%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAnBhB%2CsBAII%2CMAkBI%3BEACI%2CqBAAA%3B%3BAACA%2CsBApBR%2CMAkBI%2CEAEK%3BAAAQ%2CsBApBjB%2CMAkBI%2CEAEc%3BAAAS%2CsBApB3B%2CMAkBI%2CEAEwB%3BExKwP5B%2CcAAA%3BEwKtPY%2C6BAAA%3B%3BAAGR%2CsBAzBJ%2CMAyBK%2CQACG%3BAADJ%2CsBAzBJ%2CMAyBK%2CQAEG%3BExKiPR%2CcAAA%3BEAAA%2CgBAAA%3B%3BAyKxSF%2CQAAC%3BEACC%2CwBAAA%3B%3BAADF%2CQAAC%2CeAEC%3BAAFF%2CQAAC%2CeAoHH%2CCAlHO%3BAAFL%2CQAAC%2CeAoHH%2CCAlHU%3BAAFR%2CQAAC%2CeAoHH%2CCAlHa%3BAAFX%2CQAAC%2CeAoHH%2CCAlHgB%3BAAFd%2CQAAC%2CeAoHH%2CCAlHmB%3BEACb%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAPH%2CsBACC%2CaAMG%3BAAAQ%2CQAPZ%2CsBACC%2CaAMY%3BEACR%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEF%2CQAdH%2CsBACC%2CaAaG%3BEACC%2CSAAS%2CEAAT%3B%3BAAIF%2CQAnBH%2CsBAkBC%2CGACG%3BEACC%2CkBAAA%3B%3BAAEF%2CQAtBH%2CsBAkBC%2CGAIG%3BEACC%2CiBAAA%3B%3BAAIF%2CQA3BH%2CsBA0BC%2CGACG%3BAAAD%2CQA3BH%2CsBA6GH%2CCAnFO%2CEACA%3BEACC%2CkBAAA%3B%3BAAEF%2CQA9BH%2CsBA0BC%2CGAIG%3BAAAD%2CQA9BH%2CsBA6GH%2CCAnFO%2CEAIA%3BEACC%2CiBAAA%3B%3BAAIF%2CQAnCH%2CsBAkCC%2CGACG%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EO%2CEACA%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EU%2CEACH%3BEACC%2CiBAAA%3B%3BAAEF%2CQAtCH%2CsBAkCC%2CGAIG%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EO%2CEAIA%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EU%2CEAIH%3BEACC%2CgBAAA%3B%3BAAMF%2CQAFH%2C8BACC%2CaACG%3BEACC%2CSAAS%2CEAAT%3B%3BAAEF%2CQALH%2C8BACC%2CaAIG%3BEACC%2CaAAA%3B%3BAAIN%2CQAAC%2C6BAA8B%2CaAAY%3BEACzC%2CSAAS%2CEAAT%3B%3BAAEF%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2CsBAKC%3BAALF%2CQAAC%2CsBAKK%3BEACF%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAPJ%2CQAAC%2CsBASC%3BAATF%2CQAAC%2CsBASK%3BAATN%2CQAAC%2CsBASS%3BEACN%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAC%2C6BACC%3BEACE%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2C6BAKC%3BAALF%2CQAAC%2C6BAKK%3BAALN%2CQAAC%2C6BAKS%3BEACN%2CmBAAA%3B%3BAAGJ%2CQAAC%2CeAAgB%3BEACf%2CyBAAA%3BEACA%2C4BAAA%3B%3BACjHJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CoBAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CkBAAA%3B%3B%3BAAKR%2CgBAAiB%3BAACjB%2CgBAAiB%3BEACb%2CiCAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CaAAc%2CoBAAoB%2CmBAAkB%2CIAAI%3BEACpD%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CGAAE%3BEAClB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAsB%2CIAAC%3BEACnB%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CoBAAA%3BEAAsB%2CaAAA%3BEACtB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAE5B%2CgBAAgB%2CUACZ%3BEACI%2CWAAA%3BEAAa%2COAAA%3BEACb%2CcAAA%3B%3BAAGR%2CaAAc%2CqBAAqB%3BAACnC%2CaAAc%2CqBAAqB%3BEAC%5C%2FB%2CkBAAA%3B%3BAAEJ%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BEACN%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAU%3BEAIN%2CmBAAA%3B%3BAAJJ%2CSAAU%2CoBACN%2CEAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CSAAU%3BEACN%2CgBAAA%3B%3BAAEJ%2CSAAU%2CoBAAoB%3BEAC1B%2CaAAA%3B%3BAAEJ%2CgBAAgB%3BAAChB%2CgBAAgB%3BEACZ%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CUAAW%2CkBAAkB%3BAAC7B%2CUAAW%2CkBAAkB%3BEACzB%2CkBAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CWAAY%3BEACR%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CWAAY%2CmBAAmB%3BAAC%5C%2FB%2CWAAY%2CmBAAmB%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CWAAY%2CkBAAkB%3BAAC9B%2CWAAY%2CoBAAoB%3BAAChC%2CWAAY%3BEACR%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C0BAA2B%3BEACvB%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2C2BAA2B%3BAAC%5C%2FC%2CmBAAoB%2C2BAA2B%3BEAC3C%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CoBAAoB%2CGAAE%3BAAC1C%2CmBAAoB%3BAACpB%2CmBAAoB%2CyBAAyB%3BEACzC%2CiBAAA%3B%3BAAGJ%2CIACI%2CUACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CIACI%2CUAII%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAANZ%2CIACI%2CUAOI%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAATZ%2CIAYI%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAfR%2CIAiBI%2CGAAE%2CkBACE%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArBZ%2CIAwBI%3BEACI%2CgBAAA%3B%3BAAIR%2CeAEI%3BAADJ%2CoBACI%3BEACI%2CmBAAA%3B%3BAAHR%2CeAKI%2CoBAAsB%3BAAJ1B%2CoBAII%2CoBAAsB%3BEAClB%2CeAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3B%3B%3B%3BAAKJ%2CgBAAgB%2CSAAS%2CUAErB%3BAADJ%2CgBAAgB%2CYAAY%2CUACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CUAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CUAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CUAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CUAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CUAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CUAIxB%3BEACI%2C2BAAA%3B%3BAAGR%2CgBAAgB%2CSAAS%2CWAErB%3BAADJ%2CgBAAgB%2CYAAY%2CWACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CWAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CWAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CWAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CWAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CWAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CWAIxB%3BEACI%2C4BAAA%3B%3B%3BAAKJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CiBAAX%3B%3BAAEJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CgBAAX%3B%3BAAGJ%2CgBAAC%2CcACG%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3B%3BAAFR%2CgBAAC%2CcAKG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAfP%2CcAKG%2CYAUK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CgBAAC%2CcAKG%2CYAuBI%3BEACI%2CiBAAA%3B%3BAC1PhB%3BEACI%2CsBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAEA%2CYAhBJ%2CEAgBK%3BEACG%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CSAAA%3BEAC3B%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYA3BJ%2CEA2BK%3BAAAQ%2CYA3Bb%2CEA2Bc%3BEACN%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%2CaA%5C%2FBjB%2CEA%2BBkB%3BEACV%2CWAAA%3B%3BAAGR%2CYAAC%2CWACG%3BEACI%2C2BAAA%3B%3BAAvCZ%2CYA0CI%3BEACI%2CgBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ClB%2CYA8CI%3BEACI%2CgBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhDlB%2CYAkDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApDlB%2CYAsDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxDlB%2CYA0DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CWAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5DlB%2CYA8DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CkBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhElB%2CYAkEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApElB%2CYAsEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxElB%2CYA0EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ElB%2CYA8EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhFlB%2CYAkFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAiB%2CgBAAA%3B%3BAApF5D%2CYAsFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CUAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxFnB%2CYA0FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5FnB%2CYA8FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhGnB%2CYAkGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApGnB%2CYAsGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxGnB%2CYA0GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5GnB%2CYA8GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhHnB%2CYAkHI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApHnB%2CYAsHI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3B%3BAAEjC%2CYAAC%2CaACG%3BEACI%2CWAAA%3B%3BAACA%2CYAHP%2CaACG%2CEAEK%3BEACG%2CYAAA%3B%3BAAJZ%2CYAAC%2CaAOG%3BEACI%2CgBAAA%3B%3BAARR%2CYAAC%2CaAUG%3BEACI%2CmBAAA%3B%3BAAXR%2CYAAC%2CaAaG%3BEACI%2CmBAAA%3B%3BAAdR%2CYAAC%2CaAgBG%3BEACI%2CmBAAA%3B%3BAAjBR%2CYAAC%2CaAmBG%3BEACI%2CmBAAA%3B%3BAApBR%2CYAAC%2CaAsBG%3BEACI%2CmBAAA%3B%3BAAvBR%2CYAAC%2CaAyBG%3BEACI%2CmBAAA%3B%3BAA1BR%2CYAAC%2CaA4BG%3BEACI%2CmBAAA%3B%3BAA7BR%2CYAAC%2CaA%2BBG%3BEACI%2CmBAAA%3B%3BAAhCR%2CYAAC%2CaAkCG%3BEACI%2CmBAAA%3B%3BAAnCR%2CYAAC%2CaAqCG%3BEACI%2CmBAAA%3B%3BAAtCR%2CYAAC%2CaAwCG%3BEACI%2CmBAAA%3B%3BAAzCR%2CYAAC%2CaA2CG%3BEACI%2CmBAAA%3B%3BAA5CR%2CYAAC%2CaA8CG%3BEACI%2CmBAAA%3B%3BAA%5C%2FCR%2CYAAC%2CaAiDG%3BEACI%2CmBAAA%3B%3BAAlDR%2CYAAC%2CaAoDG%3BEACI%2CmBAAA%3B%3BAArDR%2CYAAC%2CaAuDG%3BEACI%2CmBAAA%3B%3BAAxDR%2CYAAC%2CaA0DG%3BEACI%2CmBAAA%3B%3BAA3DR%2CYAAC%2CaA6DG%3BEACI%2CmBAAA%3B%3BAA9DR%2CYAAC%2CaAgEG%3BEACI%2CmBAAA%3B%3BAC3LV%3BEACE%2CmBAAA%3B%3BAACA%2CaAAc%3BEAAG%2CgBAAA%3B%3BAAFnB%2CYAGE%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAZJ%2CYAGE%2CWAUE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAhBF%2CWAgBG%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAA3BN%2CYA8BE%3BEACE%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAApCJ%2CYAsCE%3BEACE%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA1CJ%2CYAsCE%2CoBAKE%3BEACE%2CWAAA%3B%3BAA5CN%2CYAsCE%2CoBAQE%3BEACE%2CeAAA%3B%3BAA%5C%2FCN%2CYAsCE%2CoBAWE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArDN%2CYAsCE%2CoBAiBE%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3DN%2CYAsCE%2CoBAuBE%3BEACE%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CaAAA%3B%3BAACA%2CYALH%2CoBAEC%2CWAGG%3BEACC%2CaAAA%3B%3BAANN%2CYAAC%2CoBASC%3BEACE%2CaAAA%3B%3BAAVJ%2CYAAC%2CoBAYC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CYAAC%2CoBAYC%2CoBAKE%3BEACE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnBN%2CYAAC%2CoBAYC%2CoBASE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%2CoBACC%3BEACE%2CkBAAA%3B%3BAAFJ%2CYAAC%2CoBACC%2CWAEE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAPH%2CoBACC%2CWAMG%3BEACC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAZH%2CoBACC%2CWAWG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAdN%2CYAAC%2CoBAiBC%3BEACE%2CgBAAA%3B%3BAAlBJ%2CYAAC%2CoBAiBC%2CoBAEE%3BEACE%2CeAAA%3B%3BAApBN%2CYAAC%2CoBAuBC%3BEACE%2CiBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C2CAAA%3B%3BAAHF%2CYAAC%2CoBAIC%3BEACE%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CYAAC%2CoBAIC%2CWAIE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAZH%2CoBAIC%2CWAQG%3BEACC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAjBH%2CoBAIC%2CWAaG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAnBN%2CYAAC%2CoBAsBC%3BEACE%2CaAAA%3B%3BAAvBJ%2CYAAC%2CoBAyBC%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA7BJ%2CYAAC%2CoBAyBC%2CoBAKE%3BEACE%2CeAAA%3B%3BAA%5C%2FBN%2CYAAC%2CoBAyBC%2CoBAQE%3BEACE%2CgBAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CYAAC%2CoBAEC%2CWAGE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYATH%2CoBAEC%2CWAOG%3BEACC%2CaAAA%3B%3BAAVN%2CYAAC%2CoBAaC%3BEACE%2CaAAA%3B%3BAAdJ%2CYAAC%2CoBAgBC%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnBJ%2CYAAC%2CoBAgBC%2CoBAIE%3BEACE%2CmBAAA%3B%3BAArBN%2CYAAC%2CoBAgBC%2CoBAOE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAALJ%2CYAAC%2CoBAEC%2CWAIE%2CEAAC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAATN%2CYAAC%2CoBAEC%2CWASE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbN%2CYAAC%2CoBAEC%2CWAaE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CYAtBH%2CoBAEC%2CWAoBG%3BEACC%2CaAAA%3B%3BAAvBN%2CYAAC%2CoBA0BC%3BEACE%2CaAAA%3B%3BAA3BJ%2CYAAC%2CoBA6BC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAjCJ%2CYAAC%2CoBA6BC%2CoBAKE%3BEACE%2CsBAAA%3B%3BAAnCN%2CYAAC%2CoBA6BC%2CoBAQE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CwBAEC%3BEACE%2CiCAAA%3B%3BAAHJ%2CYAAC%2CwBAEC%2CWAEE%3BEAAG%2CeAAA%3B%3BAACH%2CYALH%2CwBAEC%2CWAGG%3BAAAQ%2CYALZ%2CwBAEC%2CWAGY%3BEACR%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAfH%2CwBAEC%2CWAaG%3BEAAQ%2CSAAS%2COAAT%3BEAAiB%2CUAAA%3BEAAW%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CcAAA%3B%3BAAf%5C%2FD%2CYAAC%2CwBAiBC%3BEAAK%2CsBAAA%3BEAAuB%2CWAAA%3B%3BAAjB9B%2CYAAC%2CwBAkBC%2CoBAAoB%3BEAAG%2CcAAA%3BEAAe%2CkBAAA%3B%3BAACtC%2CYAnBD%2CwBAmBE%2CkBACC%3BEAAY%2CWAAA%3B%3BAADd%2CYAnBD%2CwBAmBE%2CkBAEC%2CoBACE%3BAAHJ%2CYAnBD%2CwBAmBE%2CkBAEC%2CoBAgDR%2CCA%5C%2FCe%3BEAAQ%2CYAAA%3BEAAY%2CWAAA%3B%3BAAG7B%2CYAzBD%2CwBAyBE%2C%2BBACC%3BEACE%2CiCAAA%3B%3BAAFJ%2CYAzBD%2CwBAyBE%2C%2BBACC%2CWAEE%3BEAAG%2CoCAAA%3BEAAqC%2CkBAAA%3BEAAmB%2CgBAAA%3B%3BAAC3D%2CYA7BL%2CwBAyBE%2C%2BBACC%2CWAGG%3BEACC%2CaAAA%3B%3BAAKR%2CYAAC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhRJ%2CYAkRE%2CoBAAoB%3BEAAQ%2CWAAA%3B%3BAAC5B%2CYAAC%2CoBACC%3BEACE%2CmBAAA%3B%3BAAFJ%2CYAAC%2CoBAIC%3BEACE%2C8BAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAEF%2CYAAC%2CoBAAqB%3BEACpB%2C6BAAA%3B%3BApH7NF%3BExDoOA%2CsBAAA%3B%3BAwD9NI%2CIAAK%3BExD8NT%2CsBAAA%3BEwD5NQ%2CaAAA%3B%3BAAIR%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3BEACA%2CoBAAA%3B%3BAAOJ%3BExD%2BMA%2CsBAAA%3BEAAA%2C6BAAA%3BEwD5MI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CYAKI%2COAAM%3BExD0MV%2CWAAA%3B%3BAwDrMA%2COAAO%2CMACD%2CUAAO%3BExDoMb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEyDxBQ%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAALR%2COAAO%2CMACD%2CUAAO%2CMzDgCX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAyDnCJ%2COAAO%2CMACD%2CUAAO%2CMAKH%3BEACE%2CyBAAA%3B%3BAAPZ%2COAAO%2CMACD%2CUAAO%2CMAKH%2CKAEI%3BExD6Ld%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COyDpDO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzD4Cb%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COyDzDO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzDiDb%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COyD9DO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzDsDb%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAwD9KI%2COAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CKAII%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CiBAAA%3B%3BAASR%2COAJG%2CKAIF%3BExD6IL%2CmBAAA%3BEAAA%2CcAAA%3BEwD1IQ%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQN%2CQAAC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CcAAA%3B%3BAAEF%2CQAAC%3BEAAU%2CcAAA%3B%3BAAEb%3BEACE%2CcAAA%3B%3BAAEF%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BExDqGL%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEwDnGQ%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CSarIL%3BAbsII%2CQALI%2COAKH%2COatIL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQb8HI%2COAIH%2CSarIL%2CEAGK%3BAAAD%2CQb8HI%2COAKH%2COatIL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQb0HI%2COAIH%2CSarIL%2CEAOK%3BAAAD%2CQb0HI%2COAKH%2COatIL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAwDjGI%2CQATI%2COASH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CiBAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BExDuFL%2CiBAAA%3BEAAA%2C6BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEwDrFQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKapJL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQb8HI%2COAmBH%2CKapJL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQb0HI%2COAmBH%2CKapJL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAwDhFA%2CYAEI%2CUACI%3BAAFR%2CYACI%2CUACI%3BEhBtKR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxCFA%2CYwDsKI%2CUACI%2CSxDvKP%3BAAAD%2CYwDsKI%2CUACI%2CSxDvKP%3BAACD%2CYwDqKI%2CUACI%2CSxDtKP%3BAAAD%2CYwDqKI%2CUACI%2CSxDtKP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYwDgKI%2CUACI%2CSxDjKP%3BAAAD%2CYwDgKI%2CUACI%2CSxDjKP%3BEACG%2CWAAA%3B%3BAwD6JJ%2CYAEI%2CUACI%2CShBnKR%3BAgBiKA%2CYACI%2CUACI%2CShBnKR%3BExCgPA%2CUAAA%3BEwC9OI%2CeAAA%3BExC8OJ%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAegJA%2CYAEI%2CUACI%2CShBnKR%2CeCoOE%3BAenEF%2CYACI%2CUACI%2CShBnKR%2CeCoOE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CYe4II%2CUACI%2CShBnKR%2CeCsBC%3BAAAD%2CYe4II%2CUACI%2CShBnKR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYe%2BHA%2CUACI%2CShBnKR%2CeCkCC%2CMACI%3BAAAD%2CYe%2BHA%2CUACI%2CShBnKR%2CeCkCC%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CYeyHA%2CUACI%2CShBnKR%2CeCwCC%2COACI%3BAAAD%2CYeyHA%2CUACI%2CShBnKR%2CeCwCC%2COACI%3BEzCuML%2CcAAA%3B%3BAwCqEA%2CYgBnJI%2CUACI%2CShBnKR%2CeAqTC%3BAAAD%2CYgBnJI%2CUACI%2CShBnKR%2CeAqTC%3BExCrED%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BADqSA%2CYgBnJI%2CUACI%2CShBnKR%2CeAqTC%2COCjFC%3BADiFF%2CYgBnJI%2CUACI%2CShBnKR%2CeAqTC%2COCjFC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CYe4II%2CUACI%2CShBnKR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYe4II%2CUACI%2CShBnKR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYe%2BHA%2CUACI%2CShBnKR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYe%2BHA%2CUACI%2CShBnKR%2CeAqTC%2COCnRA%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CYeyHA%2CUACI%2CShBnKR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYeyHA%2CUACI%2CShBnKR%2CeAqTC%2COC7QA%2COACI%3BEzCuML%2CcAAA%3B%3BAwDhFA%2CYAEI%2CUACI%2CShBoBR%3BAgBtBA%2CYACI%2CUACI%2CShBoBR%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAwDhFA%2CYAEI%2CUACI%2CShBoBR%2CYAsBI%3BAgB5CJ%2CYACI%2CUACI%2CShBoBR%2CYAsBI%3BExCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAwC3BQ%2CYgBnDJ%2CUACI%2CShBoBR%2CYAsBI%2CGAQK%3BAAAD%2CYgBnDJ%2CUACI%2CShBoBR%2CYAsBI%2CGAQK%3BExC2BT%2CmBAAA%3BEwCzBY%2CeAAA%3B%3BAAuTZ%2CYgB5WI%2CUACI%2CShBoBR%2CYAuVC%3BAAAD%2CYgB5WI%2CUACI%2CShBoBR%2CYAuVC%3BAACD%2CYgB7WI%2CUACI%2CShBoBR%2CYAwVC%3BAAAD%2CYgB7WI%2CUACI%2CShBoBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYgBtXI%2CUACI%2CShBoBR%2CYAiWC%3BAAAD%2CYgBtXI%2CUACI%2CShBoBR%2CYAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CYgB5XI%2CUACI%2CShBoBR%2CYAuWC%3BAAAD%2CYgB5XI%2CUACI%2CShBoBR%2CYAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAzDJ%2CYgBtUI%2CUACI%2CShBoBR%2CYAiTC%3BAAAD%2CYgBtUI%2CUACI%2CShBoBR%2CYAiTC%3BExCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwC6PA%2CYgB3UI%2CUACI%2CShBoBR%2CYAsTC%3BAAAD%2CYgB3UI%2CUACI%2CShBoBR%2CYAsTC%3BExC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CYgBlEI%2CUACI%2CShBiEP%3BAAAD%2CYgBlEI%2CUACI%2CShBiEP%3BEACG%2CiBAAA%3B%3BAADJ%2CYgBlEI%2CUACI%2CShBiEP%2COAGG%3BAAHJ%2CYgBlEI%2CUACI%2CShBiEP%2COAGG%3BEACI%2CcAAA%3B%3BAgBxER%2CYAEI%2CUACI%2CSAUI%2CGAAE%3BAAZd%2CYACI%2CUACI%2CSAUI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CgDAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2COAAA%3B%3BAAlBhB%2CYAEI%2CUACI%2CSAUI%2CGAAE%2CSAME%3BAAlBhB%2CYACI%2CUACI%2CSAUI%2CGAAE%2CSAME%3BEACI%2CgBAAA%3B%3BAApBpB%2CYAEI%2CUACI%2CSAUI%2CGAAE%2CSASE%3BAArBhB%2CYACI%2CUACI%2CSAUI%2CGAAE%2CSASE%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYA3BhB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAOQ%3BAAAJ%2CYA3BhB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAOQ%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAhChB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAYK%3BAAAD%2CYAhChB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAYK%3BEACG%2CqBAAA%3B%3BAAnCxB%2CYAEI%2CUACI%2CSAoCI%2CQAAO%3BAAtCnB%2CYACI%2CUACI%2CSAoCI%2CQAAO%3BEACL%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CYA3CV%2CUACI%2CSAoCI%2CQAAO%2COAMJ%3BAAAD%2CYA3CV%2CUACI%2CSAoCI%2CQAAO%2COAMJ%3BEACC%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAjDV%2CUACI%2CSAoCI%2CQAAO%2COAYJ%3BAAAD%2CYAjDV%2CUACI%2CSAoCI%2CQAAO%2COAYJ%3BEACG%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYApDd%2CUACI%2CSAoCI%2CQAAO%2COAYJ%2COAGI%3BAAAD%2CYApDd%2CUACI%2CSAoCI%2CQAAO%2COAYJ%2COAGI%3BEACC%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA1DpB%2CYAEI%2CUA6DI%3BAA9DR%2CYACI%2CUA6DI%3BEACI%2CoBAAA%3B%3BAACA%2CYA%5C%2FDR%2CUA6DI%2COAEQ%3BAAAJ%2CYA%5C%2FDR%2CUA6DI%2COAEQ%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAOhB%2CIAAI%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA4BR%2CQApBwB%3BEACpB%2CaAAc%2CkBAAkB%2COAAM%3BIxDTtC%2CiBAAA%3BIwDWI%2CYAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CWAAU%3BIxDd9B%2CiBAAA%3BIwDgBI%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CcAAe%3BIAC7B%2CeAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CyCAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3B%3BAAaR%2CQAVwB%3BEACtB%2CaAAc%3BEACd%2CaAAc%2CkBAAoB%3BIAC9B%2CaAAA%3B%3B%3BAAaF%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAUN%3BEhBjTE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAxCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAwD2SN%2CiBhB9SE%3BExCgPA%2CUAAA%3BEwC9OI%2CeAAA%3BExC8OJ%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BAe8RF%2CiBhB9SE%2CeCoOE%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CiBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CiBDzCJ%2CeCwCC%2COACI%3BEzCuML%2CcAAA%3B%3BAwCqEA%2CiBArTA%2CeAqTC%3BExCrED%2CqBAAA%3BEyChOA%2CqBAAA%3B%3BADqSA%2CiBArTA%2CeAqTC%2COCjFC%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyC2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEzC6ML%2CcAAA%3B%3BAyCvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BEzCuML%2CcAAA%3B%3BAwD8DF%2CiBhBvHE%3BExCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEwChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BExC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAwD8DF%2CiBhBvHE%2CGAsBI%3BExCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAwC3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BExC2BT%2CmBAAA%3BEwCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CGAuVC%3BAACD%2CiBAxVA%2CGAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CGAiWC%3BEACG%2CiBAAA%3BExCzSJ%2CsDAAA%3BEwC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CGAuWC%3BEACG%2CiBAAA%3BExC%5C%2FSJ%2CsDAAA%3BEwCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CGAiTC%3BExCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAwC6PA%2CiBAtTA%2CGAsTC%3BExC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAwCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAgBsEV%2CiBAeI%2CGACI%3BExD9EN%2CWAAA%3BEAAA%2CqBAAA%3BEwDyFU%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAzD%5C%2FOV%2CiByD8NE%2CGACI%2CEzD%5C%2FNL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiByDyNE%2CGACI%2CEzD1NL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CiByDoNE%2CGACI%2CEzDrNL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAwD8DF%2CiBAmCI%3BEACI%2CaAAA%3B%3BAApCR%2CiBAsCI%2CQAAO%3BEnD7JT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3BEwDsGM%2CmBAAA%3B%3BAnDnJN%2CiBmDiJE%2CQAAO%2COnDjJR%3BAACD%2CiBmDgJE%2CQAAO%2COnDhJR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmD2IE%2CQAAO%2COnD3IR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBmDsIE%2CQAAO%2COnDtIR%3BAACD%2CiBmDqIE%2CQAAO%2COnDrIR%3BAACD%2CQAAQ%2CUAAW%2CkBmDoIjB%2CQAAO%3BEnDnIL%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAwD8DF%2CiBA0CI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAACA%2CiBAPJ%2CQAAO%2CMAOF%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAXJ%2CQAAO%2CMAWF%3BEACG%2CUAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAftRV%2CiBeyRG%2COACG%2CQAAO%2COf1RZ%3BEzCgKD%2CSCzQM%2CODyQN%3B%3BAwDyHE%2CiBAAC%2COAOG%3BEACI%2CcAAA%3B%3BAAnEZ%2CiBAsEI%3BEACI%2CaAAA%3B%3BAAiQV%2CQA7PyB%3BEACrB%3BEACA%3BIACI%2CgBAAA%3B%3BEAIA%2CIAAK%3BIxDhJT%2CyBAAA%3B%3BEwDoJA%2CcAAe%2CQAAO%2CMAAO%3BIACzB%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CYAII%3BIACI%2CoBAAA%3B%3BEALR%2CYAII%2CMAGI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CMAAM%2CYAAY%2CcACd%3BIACI%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIAEA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAbR%2CMAAM%2CYAAY%2CcAed%3BIACI%2CeAAA%3B%3BEAEA%2CMAlBF%2CYAAY%2CcAed%2CYAGQ%3BIACA%2C6BAAA%3B%3BEAGA%2CMAtBN%2CYAAY%2CcAed%2CYAMI%2CGAAE%2COACM%2CIAAI%2COAAI%3BIACR%2CSAAA%3B%3BEAvBhB%2CMAAM%2CYAAY%2CcA2Bd%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEADJ%2CYAEI%2CQAAO%3BIACH%2CUAAA%3B%3BEAHR%2CYAKI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIxDjDR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwDoDG%2CYAFR%2CYACI%2CQACQ%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYANR%2CYACI%2CQAKK%2COAAU%2CIAAC%3BIACR%2CSvDxdH%2COuDwdG%3BIACA%2CqBAAA%3BIACA%2Cad1cD%2Cac0cC%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2CYAUI%2CYACI%2CQAaI%3BIACI%2CaAAA%3BIACA%2C2CAAA%3B%3BEA1BhB%2CYAUI%2CYACI%2CQAaI%2CSAGI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA7BpB%2CYAUI%2CYACI%2CQAaI%2CSAOI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAlCpB%2CYAUI%2CYACI%2CQAaI%2CSAYI%2CGAAE%2COAAU%2CIAAC%3BIACT%2CSvDveN%2COuDueM%3BIACA%2CqBAAA%3BIACA%2Cad9dL%2Cac8dK%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEA5CpB%2CYAUI%2CYACI%2CQAaI%2CSAsBI%2CQAAU%3BIACN%2CSAAA%3B%3BEA%5C%2FCpB%2CYAoDI%3BIACI%2CkBAAA%3B%3BEArDR%2CYAoDI%2CWAEI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CYAXR%2CWAEI%2CcASK%3BIACC%2CmBAAA%3BIACA%2CUAAA%3B%3BEAjEd%2CYAoDI%2CWAgBM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEACA%2CYAzBR%2CWAgBM%2CIASG%3BIACG%2CsBAAA%3B%3BEAKhB%2CgBAAiB%2CaACb%2CWACM%3BIACE%2CoBAAA%3B%3BEAHZ%2CgBAAiB%2CaACb%2CWAII%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CgBAXa%2CaAWZ%2CcACG%2CWACM%3BIACE%2CmBAAA%3B%3BEAHZ%2CgBAXa%2CaAWZ%2CcACG%2CWAII%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CgBAnBC%2CaAWZ%2CcACG%2CWAII%2CcAGK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMpB%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAIE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CeAAA%3B%3BEAMR%2COAAC%2CMACK%2CUAAO%3BIxDtUjB%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyDkfY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMzD1ef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEyDueA%2COAAC%2CMACK%2CUAAO%2CMAIH%3BIACE%2CgBAAA%3B%3BEACA%2COAPX%2CMACK%2CUAAO%2CMAIH%2CKAEG%3BEAPb%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAGI%3BIACE%2CqBAAA%3B%3BEAThB%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAMI%3BEAXd%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAMS%3BIACH%2CgDAAA%3B%3BEAEJ%2COAdX%2CMACK%2CUAAO%2CMAIH%2CKASG%2CYACK%3BEADN%2COAdX%2CMACK%2CUAAO%2CMAIH%2CKASG%2CYACU%3BIACH%2CeAAA%3BIACA%2CcAAA%3B%3BEAGR%2COApBX%2CMACK%2CUAAO%2CMAIH%2CKAeG%2CQACG%3BIxD1VpB%2CWAAA%3BIAAA%2CoBAAA%3B%3BEwDqUI%2COAAC%2CMACK%2CUAAO%2CMA0BH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAMhB%2CKACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIxDzPA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIwDsNJ%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkCAAA%3B%3BEANJ%2CaAOM%3BEAPN%2CaAQM%3BEARN%2CaASM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CKAAM%3BEACN%2CKAAM%3BIACF%2CYAAA%3B%3B%3BAAkBR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BExDnZJ%2CgBAAA%3BEwDqZI%2CaAAA%3B%3BAAEJ%2CsBAAsB%3BAAAS%2CuBAAuB%3BEAClD%2CavDlqBW%2CauDkqBX%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3B%3BEAIA%2CoBAAA%3BEACA%2CoBAAA%3B%3BEAGA%2CgBAAA%3B%3B%3BEAIA%2CkBAAA%3B%3B%3B%3BEAMA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3B%3BAAKJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaACI%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CaACI%2CMACI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CaAiBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CaAiBI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CaAiBI%2CWAaI%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAtCZ%2CaAyCI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA3CR%2CaAyCI%2CWAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CaAyCI%2CWAWI%2CEAAC%3BEACG%2CqBAAA%3B%3BAArDZ%2CaAwDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaAXJ%2CaAWQ%3BEACA%2CSAAA%3B%3BAApEZ%2CaAuEI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAZjyBR%3BEAAsB%2CoBAAA%3B%3BAHkHtB%2CqBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CoBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CqBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CaG5GI%2CQAAO%2CWH4GV%3BAAAD%2CiBG5GI%2CQAAO%2CWH4GV%3BEzCyKD%2CSClPiB%2CODkPjB%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC8IjC%2CQAGI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC%2BIjC%2CQAEI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCgJjC%2CQACI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC8IjC%2CQAGI%2CKAEI%3BAwCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC%2BIjC%2CQAEI%2CKAEI%3BAwCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCgJjC%2CQACI%2CKAEI%3BEJyHV%2C6BAAA%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC2JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAwC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAwC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC2JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAwC%5C%2FJZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCoKjC%2CQAAQ%3BEJwGV%2C6BAAA%3B%3BA4C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CeAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CeAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CoBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BE5C6NJ%2CcAAA%3BE4C3NQ%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CoBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcAFM%2CSACV%2CSACK%2CKAQG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAlBE%2CSACV%2CSACK%2CKAgBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAvBE%2CSACV%2CSACK%2CKAqBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA1BN%2CSACV%2CSACK%2CKAqBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BAAzBhB%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CKAAI%2CMAAO%3BEAAU%2CWAAA%3B%3BAiIvIjC%2CeAAe%3BEACX%2CSAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAgB%3BAAChB%2COAAQ%3BAACR%2COAAQ%2CcAAc%3BEACpB%2CcAAA%3B%3BAAEF%3BAAAe%3BEACX%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CaAUI%3BAAVW%2CcAUX%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAGR%2CeAAe%2CoBAAuB%3BAACtC%2CQAAQ%2CSAAU%3BEACd%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAe%2CoBACX%2CiBAAgB%2CsBACZ%3BAAF6B%2CQAAQ%2CSACzC%2CiBAAgB%2CsBACZ%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAJZ%2CeAAe%2CoBAOX%2CiBAAgB%2CeAAgB%3BAAPC%2CQAAQ%2CSAOzC%2CiBAAgB%2CeAAgB%3BEAC5B%2CiBAAA%3B%3BAAGR%2CeAAe%2CoBACZ%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CeAAe%2CoBACZ%2CiBAMC%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAZN%2CeAAe%2CoBACZ%2CiBAaC%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAnBN%2CeAAe%2CoBACZ%2CiBAoBC%3BEAAc%2CeAAA%3B%3BAACd%2CeAtBW%2CoBACZ%2CiBAqBE%2CUACC%3BEAAS%2CaAAA%3B%3BAADX%2CeAtBW%2CoBACZ%2CiBAqBE%2CUAEC%3BEACE%2CeAAA%3B%3BAAGJ%2CeA5BW%2CoBACZ%2CiBA2BE%2CWACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CeA5BW%2CoBACZ%2CiBA2BE%2CWAIC%3BEAAS%2CaAAA%3B%3BAAhCf%2CeAAe%2CoBAmCb%2CiBAAgB%2CsBACd%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAtCR%2CeAAe%2CoBAyCb%2CiBAAgB%2CeAAgB%3BEAC9B%2CiBAAA%3B%3BAAGJ%2CeAAe%2CoBAAqB%3BAACpC%2CQAAQ%2CSAAU%3BAAClB%2CeAAe%2CoBAAqB%2CiBAAe%2CcAAa%3BEAC9D%2C4CAAA%3B%3BAAEF%3BEAAiB%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAACpC%2CgBAAgB%3BAAAe%2CeAAgB%3BEAAW%2CmBAAA%3B%3BAAC1D%2CeAAe%2CoBAAqB%2CiBAAgB%2CsBAAuB%3BAAAW%2CQAAQ%2CSAAU%2CiBAAgB%2CsBAAuB%3BEAC7I%2CUAAA%3BEAAW%2CYAAA%3B%3BAAEb%2CeAAe%2CoBAAoB%2CaAAc%2CiBAAgB%2CsBAAuB%3BEACtF%2CUAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CgBAAA%3B%3BAAEF%2CMAAM%2CQAAQ%2CaAAc%2COAAM%3BEAChC%2CQAAA%3BEACA%2CSAAA%3B%3BAAEF%2CgBAAgB%2CaAAc%3BEAAe%2CcAAA%3BEAAe%2CiBAAA%3BEAAkB%2CgBAAA%3B%3BAAC9E%2CgBAAgB%2CaAAc%3BEAAkB%2CiBAAA%3BEAAkB%2CiBAAA%3B%3BAAElE%3BEACE%2CaAAA%3BEAAa%2CeAAA%3B%3BAADf%2CcAEG%3BEACC%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CcAEG%2CiBAGE%3BEACC%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEAAe%2CgBAAA%3B%3BAAZrB%2CcAEG%2CiBAYE%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjBN%2CcAEG%2CiBAYE%2CKAIE%3BEACC%2CUAAA%3BEACA%2CSAAA%3B%3BAApBR%2CcAEG%2CiBAYE%2CKAIE%2CKAGE%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACE%2CcA3BT%2CiBAYE%2CKAIE%2CKAGE%2CIAQI%3BEACD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEF%2CcAvCP%2CiBAYE%2CKAIE%2CKAGE%2CIAoBE%2COAAO%3BEACN%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CSAAA%3B%3BAAjDZ%2CcAEG%2CiBAYE%2CKAIE%2CKAGE%2CIA8BE%3BEAAK%2CqBAAA%3B%3BAACN%2CcAlDP%2CiBAYE%2CKAIE%2CKAGE%2CIA%2BBE%3BEAAO%2CqBAAA%3B%3BAApDlB%2CcAyDG%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDJ%2CcAyDG%2CmBAOE%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAvEN%2CcAyDG%2CmBAgBE%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3B%3BAAIN%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CeAGG%3BEACC%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BACvNJ%3BEACI%2CcAAA%3B%3BAAEJ%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGR%3BEACE%2CgBAAA%3B%3BAACA%2CgBAAC%3BEACG%2CoBAAA%3B%3BAAEJ%2CgBAAC%3BEACG%2CmBAAA%3B%3BAAEJ%2CgBAAC%3BEACC%2CmBAAA%3B%3BAATJ%2CgBAWE%3BEACE%2CcAAA%3B%3BAACA%2CgBAFF%2CgBAEG%3BEACG%2CkBAAA%3B%3BAAEJ%2CgBALF%2CgBAKG%3BEACG%2CcAAA%3B%3BAAEJ%2CgBARF%2CgBAQG%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%3BAALJ%2CcAKO%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CcASK%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3BAACA%2CcAVH%2CMAUI%2CeAAe%2CIAAI%3BEAChB%2CkBAAA%3B%3BAAGR%2CcAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzBR%2CcA2BI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAACA%2CcAPJ%2CoBAOK%3BEACG%2CUAAA%3B%3BAAnCZ%2CcA2BI%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAdJ%2CoBAcK%3BAAAQ%2CcAdb%2CoBAcc%3BEACN%2CoBAAA%3B%3BAA1CZ%2CcA6CI%3BAA7CJ%2CcAg4DJ%2CCAn1D4B%3BEAChB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlDR%2CcAoDI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtDR%2CcAwDI%3BAAxDJ%2CcAg4DJ%2CCAx0D6B%3BEACjB%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAjER%2CcAmEI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGR%2CEAAE%2CSACA%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CEAAE%2CSAKA%2CGAAE%3BEACE%2CkBAAA%3B%3BAANN%2CEAAE%2CSAKA%2CGAAE%2CiBAEE%3BEACI%2CqBAAA%3B%3BAARV%2CEAAE%2CSAKA%2CGAAE%2CiBAKE%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAbV%2CEAAE%2CSAKA%2CGAAE%2CiBAKE%2CYAII%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAlBd%2CEAAE%2CSAKA%2CGAAE%2CiBAgBE%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAA3BV%2CEAAE%2CSAKA%2CGAAE%2CiBAwBE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArCV%2CEAAE%2CSAKA%2CGAAE%2CiBAmCE%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA3CV%2CEAAE%2CSAKA%2CGAAE%2CiBAwCE%2CoBAAmB%3BEACf%2CkCAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CEAlDJ%2CSAKA%2CGAAE%2CiBA6CG%2CMAAO%2CoBAAmB%3BEACvB%2CiCAAA%3B%3BAAnDV%2CEAAE%2CSAsDA%2CGAAE%2CaACE%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAA1DV%2CEAAE%2CSAsDA%2CGAAE%2CaACE%2CYAIM%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA9Dd%2CEAAE%2CSAsDA%2CGAAE%2CaAWE%3BEACI%2CcAAA%3B%3BAAlEV%2CEAAE%2CSAsDA%2CGAAE%2CaAcE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CEA1EA%2CSA0EC%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACtC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CEAhFA%2CSAgFC%2CqBAAsB%2CGAAE%2CiBAAkB%3BEACvC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAvFA%2CSAuFC%2CqBAAsB%3BEACnB%2CkBAAA%3B%3BAAEJ%2CEA1FA%2CSA0FC%2CoBAAqB%3BEAChB%2CiBAAA%3B%3BAAGR%2CEAAE%2CiBACA%2CkBAAkB%3BEAChB%2CcAAA%3B%3BAAFJ%2CEAAE%2CiBAIA%2CkBAAkB%2CEAAC%3BEACjB%2CcAAA%3BEACA%2C0BAAA%3B%3BAANJ%2CEAAE%2CiBAQA%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CEAAE%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACzC%2CcAAA%3B%3BAAGE%2CcAAC%2CqBACG%2CGAAE%2CiBAAkB%3BEAChB%2CQAAQ%2CmBAAR%3B%3BAAIZ%2CeAAe%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACpD%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAe%2CoBAAqB%2CGAAE%2CiBAAiB%2CMAAO%3BEAC1D%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAe%2CWACX%2CGAAE%2CiBACE%3BEACI%2CaAAA%3B%3BAAHZ%2CeAAe%2CWACX%2CGAAE%2CiBAIE%2CYAAY%3BEACR%2CgBAAA%3B%3BAAIZ%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAARF%2CWASE%3BEACE%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWATF%2CoBASG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA7BN%2CWAgCE%3BEACE%2CoBAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA5CJ%2CWA8CE%3BEACE%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnDJ%2CWAqDE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDJ%2CWAiEE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBACE%2CYACE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJN%2CiBACE%2CYAKE%3BEAAa%2CcAAA%3BEAAe%2COAAA%3B%3BAANhC%2CiBACE%2CYAME%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAjBN%2CiBACE%2CYAkBE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAIN%3BEACE%2CiBAAA%3B%3BAADF%2CkBAEE%3BEACE%2CwBAAA%3BEAAyB%2CcAAA%3BEAAe%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CkBAAA%3BEAAmB%2CSAAA%3BEAAU%2CyBAAA%3BEAA0B%2CkBAAA%3BEAAmB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAAH%5C%2FK%2CkBAEE%2CaAEE%3BEAAG%2CiBAAA%3B%3BAAJP%2CkBAME%2CeAAe%3BEAAI%2CgBAAA%3BEAAiB%2CcAAA%3BEAAe%2CSAAA%3B%3BAANrD%2CkBAOE%2CGAAE%3BEACA%2CcAAA%3BEAAe%2CSAAA%3B%3BAACf%2CkBAFF%2CGAAE%2CiBAEC%2CYAAa%3BAAAE%2CkBAFlB%2CGAAE%2CiBAEiB%2CYAAa%3BEAAM%2CmBAAA%3B%3BAATxC%2CkBAOE%2CGAAE%2CiBAGA%3BAAVJ%2CkBAOE%2CGAAE%2CiBAgkDR%2CCA7jDU%3BEAAM%2CcAAA%3BEAAe%2CcAAA%3BEAAe%2CiBAAA%3BEAAkB%2CcAAA%3BEAAe%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAuB%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2C0BAAA%3B%3BAAVjK%2CkBAOE%2CGAAE%2CiBAIA%2CEAAC%3BEAAQ%2C0BAAA%3B%3BAAXb%2CkBAOE%2CGAAE%2CiBAKA%3BEAAG%2CkBAAA%3BEAAmB%2CeAAA%3BEAAgB%2CWAAA%3B%3BAAZ1C%2CkBAOE%2CGAAE%2CiBAMA%2CEAAC%3BEAAa%2CqBAAA%3BEAAsB%2CsBAAA%3BEAAuB%2CWAAA%3BEAAY%2CeAAA%3B%3BAAG3E%3BEACE%2CWAAA%3B%3BAACA%2CQAAC%3BEACC%2CiBAAA%3BEAAkB%2CuBAAA%3B%3BAAClB%2CQAFD%2CcAEE%3BEACC%2CkBAAA%3B%3BAADF%2CQAFD%2CcAEE%2CqBAEC%3BEAAI%2CiBAAA%3BEAAkB%2CkBAAA%3B%3BAAJ1B%2CQAAC%2CcAMC%3BEAAI%2CWAAA%3BEAAY%2CWAAA%3B%3BAAGpB%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CiBAKE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CiBAKE%2CGAII%2CIAAC%2CIAAI%3BEACL%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAhBN%2CiBAKE%2CGAaG%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1BN%2CiBAKE%2CGAaG%2CeASC%2CGAAE%2CwBAAwB%3BEAAU%2CSAAQ%2COAAR%3B%3BAA3B1C%2CiBAKE%2CGAaG%2CeAUC%2CGAAE%2CyBAAyB%3BEAAU%2CSAAQ%2COAAR%3B%3BAAIvC%2CiBADA%2CKACC%2CWACG%2CIAAC%2CIAAI%3BEACL%2CgBAAA%3B%3BAAlCR%2CiBAsCE%3BEAAG%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2CsBAAA%3BEAAuB%2CSAAA%3B%3BAAEzD%2CiBACG%3BEACC%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAXJ%2CiBACG%2CiBAWE%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnBN%2CiBACG%2CiBAWE%2CKAQE%3BEACC%2CSAAA%3BEACA%2CmBAAA%3B%3BAAtBR%2CiBACG%2CiBAWE%2CKAQE%2CKAGE%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA9BV%2CiBACG%2CiBAWE%2CKAQE%2CKAGE%2CIAQE%3BEACC%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2CiBACG%2CiBAWE%2CKAQE%2CKAGE%2CIAQE%2CKAME%3BEACC%2CsBAAA%3B%3BAAtCd%2CiBACG%2CiBAWE%2CKAQE%2CKAGE%2CIAkBE%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CiBApDP%2CiBAWE%2CKAQE%2CKAGE%2CIA8BE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAEF%2CiBAhEP%2CiBAWE%2CKAQE%2CKAGE%2CIA0CE%3BAAAQ%2CiBAhEhB%2CiBAWE%2CKAQE%2CKAGE%2CIA0CW%3BEACR%2CyBAAA%3B%3BAACA%2CiBAlET%2CiBAWE%2CKAQE%2CKAGE%2CIA0CE%2COAEE%3BAAAD%2CiBAlET%2CiBAWE%2CKAQE%2CKAGE%2CIA0CW%2CMAEP%3BEACC%2C0BAAA%3B%3BAAGJ%2CiBAtEP%2CiBAWE%2CKAQE%2CKAGE%2CIAgDE%2CMACE%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIN%2CiBA%5C%2FEL%2CiBAWE%2CKAQE%2CKA4DE%3BEAAY%2CgBAAA%3B%3BAAhFrB%2CiBAoFG%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxFJ%2CiBA0FE%3BEACE%2CeAAA%3B%3BAA3FJ%2CiBA0FE%2CkBAEE%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA9FN%2CiBA0FE%2CkBAEE%2CYAGG%3BEACC%2CaAAa%2CSAAb%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAxGR%2CiBA0FE%2CkBAEE%2CYAGG%2CIAUE%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CiBApBR%2CkBAEE%2CYAGG%2CIAcE%2COACE%3BEACC%2CqBAAA%3BEACA%2CSAAQ%2COAAR%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CiBA7BR%2CkBAEE%2CYAGG%2CIAcE%2COAUE%2COAAO%3BEAAO%2CSAAQ%2COAAR%3B%3BAAvHzB%2CiBA0FE%2CkBAEE%2CYA8BG%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBA3CN%2CkBAEE%2CYA8BG%2CcAWE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEAAkB%2CUAAA%3BEAClB%2CUAAA%3B%3BAAEF%2CiBArDN%2CkBAEE%2CYA8BG%2CcAqBE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAxJV%2CiBA0FE%2CkBAkEE%2CYACE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAhKR%2CiBA0FE%2CkBAkEE%2CYACE%2CGAIG%2CKAAI%3BEACH%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApKV%2CiBA0FE%2CkBAkEE%2CYAWG%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAzKR%2CiBA0FE%2CkBAkEE%2CYAWG%2CKAGE%3BEACC%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA9KV%2CiBA0FE%2CkBAkEE%2CYAWG%2CKAGE%2CKAKG%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CiBA1FN%2CkBAkEE%2CYAWG%2CKAaE%2CSAAU%3BEACT%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CiBA9FR%2CkBAkEE%2CYAWG%2CKAaE%2CSAAU%2CKAIR%2CUAAU%3BEACT%2CcAAA%3BEACA%2CWAAA%3B%3BAA1LZ%2CiBA0FE%2CkBAkEE%2CYAkCE%2CGAAE%3BEAAW%2CgBAAA%3B%3BAA9LnB%2CiBA0FE%2CkBAsGE%2CeACE%3BEACE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FMR%2CiBAmNE%3BEACE%2CoBAAA%3B%3BAApNJ%2CiBAmNE%2CoBAEE%3BEACE%2CeAAA%3B%3BAAtNN%2CiBAyNE%2CYAAY%2CEAAE%3BEACZ%2CkBAAA%3B%3BAA1NJ%2CiBAyNE%2CYAAY%2CEAAE%2COAEX%2COAAI%3BEACH%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAkB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAY%3BEAAgB%2CeAAA%3BEAAgB%2CWAAA%3BEAAY%2COAAA%3BEAAQ%2CYAAA%3BEAAa%2CMAAA%3BEAAO%2CSAAA%3B%3BAACpF%2CIAAK%2CeAAY%3BEACb%2CaAAA%3B%3BAAIF%2COAAC%2CkBACC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIN%2CkBACE%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAIF%2COAAC%3BEACC%2CiBAAA%3B%3BAAGF%2COAAC%3BEACC%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAARF%2COAAC%2CYAUG%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAdJ%2COAAC%2CYAUG%2CuBAKE%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAOF%2CQANoC%2C6BAA4B%3BEAMhE%2COArCH%2CYAUG%2CuBAKE%3B%3B%3BEAkBE%2COAjCP%2CYAUG%2CuBAKE%2CmBAkBM%3BIACF%2CeAAA%3B%3B%3BAAMR%2COAxCD%2CYAwCE%3BAACD%2COAzCD%2CYAyCE%3BEACC%2CaAAA%3B%3BAAIJ%2COAAC%3BEACC%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEF%2COAAC%3BEACC%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2COAAC%3BEACC%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2COAAC%3BEACC%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAKA%2COAHD%2CqBAGE%3BAAAD%2COAFD%2CwBAEE%3BAAAD%2COADD%2CwBACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2COAAC%2CsBACG%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2COAAC%2CqBACG%2CuBACE%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2COATD%2CqBASE%2CIAAI%2CwBACD%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIN%2COAAC%2CwBACG%2CuBACE%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COATD%2CwBASE%2CIAAI%2CwBACD%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIN%2COAAC%2CwBACG%2CuBACE%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COATD%2CwBASE%2CIAAI%2CwBACD%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAON%2CgBAAC%3BAACD%2CgBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBAAC%3BEACC%2CWAAA%3B%3BAAMA%2CmBADF%2CeACG%3BAAAO%2CmBADV%2CeACW%3BEACL%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAPF%2CeAOG%3BEACG%2CoCAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CmBAdF%2CeAcG%3BEACG%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKF%2CmBAFH%2CMACC%2CeACG%3BAAAO%2CmBAFX%2CMACC%2CeACW%3BEACL%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAON%2CmBADF%2CeACG%3BAAAO%2CmBADV%2CeACW%3BEACL%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAbF%2CeAaG%3BEACG%2CWAAW%2CmBAAX%3B%3BAAEJ%2CmBAhBF%2CeAgBG%3BEACG%2CWAAW%2CoBAAX%3B%3BAAGN%2CmBAAC%2CMACC%2CeAAc%3BAADhB%2CmBAAC%2CMA4iCP%2CCA3iC6B%2CcAAc%3BEAC%5C%2FB%2CUAAA%3BEACA%2CeAAA%3B%3BAAIR%2CmBACE%2CeAAc%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CWAAW%2CqBAAmB%2CyBAAsB%2CwBAApD%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAEF%2CmBAAC%2CMACC%2CeAAc%3BEACV%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAmB%2CyBAAsB%2CuBAApD%3B%3BAAMJ%2CmBADF%2CeACG%3BAAAO%2CmBADV%2CeACW%3BEACP%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CmBATF%2CeASG%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CmBAfF%2CeAeG%3BEACG%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKF%2CmBAFH%2CMACC%2CeACG%3BAAAO%2CmBAFX%2CMACC%2CeACW%3BEACL%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAKV%2CeACE%3BEACE%2CmCAAA%3BEACA%2CUAAA%3B%3BAAEF%2CeAAC%2CMAAO%3BEACJ%2CWAAW%2CgBAAe%2CaAA1B%3BEACA%2CYAAA%3B%3BAAIN%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAND%2CuBAOC%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAdH%2CuBAgBC%3BEACC%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlBF%2CuBAoBC%2CoBAAmB%3BAApBpB%2CuBAi%2BBJ%2CCA78BgC%2CmBAAmB%3BEAC7C%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAA3BF%2CuBA6BC%2CoBAAmB%3BEAClB%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAhCF%2CuBAkCC%2CoBAAmB%3BEAClB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CgCAAiC%3BEAC7B%2CWAAW%2CaAAX%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2CiBAAZ%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3BEACC%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnBF%2C8BAoBE%3BEACI%2CWAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgBAAA%3B%3BAAEL%2C8BAAC%3BAAAQ%2C8BAAC%3BEACT%2CuCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAe%2CgBAAf%3B%3BAAED%2C8BAAC%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CQAAQ%2CqBAAqB%2CiBAA7B%3B%3BAAGA%2CgCADgC%2C%2BBAC%5C%2FB%3BAAAQ%2CgCADuB%2C%2BBACtB%3BEACT%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CQAAQ%2CkBAAkB%2CoBAA1B%3B%3BAAED%2CgCAXgC%2C%2BBAW%5C%2FB%3BEACA%2CSAAA%3BEACA%2CQAAQ%2CsBAAsB%2CgBAA9B%3B%3BAAIH%2CwBAAyB%3BEACxB%2CoBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAACA%2C%2BBAAC%3BEACA%2C8BAAA%3B%3BAAGF%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CUAAX%3B%3BAACA%2CkCAAC%3BEACG%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CkCAAC%2CaAIG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAOV%2COAAC%3BEAAc%2CaAAA%3B%3BAADjB%2COAEE%3BEACE%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAJJ%2COAEE%2CUAGE%3BEACE%2CoCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2COAAC%2CaACC%3BAADF%2COAAC%2CaAk0BP%2CCAj0BW%3BEACD%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIE%2COARL%2CaAMC%2CGACE%2CEACG%3BEAAQ%2C0BAAA%3B%3BAAEX%2COAVH%2CaAMC%2CGAIG%2CIAAI%3BEAAe%2CmBAAA%3B%3BAAVxB%2COAAC%2CaAYC%3BEAAG%2CmBAAA%3B%3BAAZL%2COAAC%2CaAaC%3BEAAG%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CkBAAA%3BEAAmB%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CsBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2C0BAAA%3B%3BAAb9G%2COAAC%2CaAcC%2CiBACE%3BAAfJ%2COAAC%2CaAcC%2CiBAozBR%2CCAnzBiB%3BEAAM%2CcAAA%3BEAAe%2CkBAAA%3B%3BAAGhC%2COAAC%2CUACC%2CaACE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAXL%2CUACC%2CaACE%2CEASG%3BEAAQ%2CWAAA%3B%3BAAMf%3BAADF%2COACK%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2COAME%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATN%2COAWE%3BEACI%2CSAAA%3B%3BAAZN%2COAcE%3BEACE%2CmBAAA%3B%3BAAfJ%2COAcE%2CQAEE%3BEAAG%2CgBAAA%3BEAAiB%2CmBAAA%3BEAAoB%2CcAAA%3B%3BAACxC%2COAHF%2CQAGM%3BEACF%2CgBAAA%3B%3BAAlBN%2COAcE%2CQAME%2CUACE%3BEACE%2CgBAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CyBAAA%3BEAA0B%2CgBAAA%3BEAAiB%2CoBAAA%3BEAAqB%2CcAAA%3BEAAc%2CyBAAA%3B%3BAAChH%2COATN%2CQAME%2CUACE%2CEAEG%3BEAAQ%2CkBAAA%3BEAAmB%2CWAAA%3B%3BAAvBpC%2COA2BE%2CWACE%2CaACE%3BEACE%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CmBAAA%3BEAAoB%2CyBAAA%3BEAA0B%2CgBAAA%3B%3BAACvE%2COAJN%2CWACE%2CaACE%2CEAEG%2CIAAI%3BEAAU%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAA%5C%2FBxC%2COAmCE%2CcACE%3BEAAG%2CaAAA%3B%3BAApCP%2COAmCE%2CcAEE%2CiBACE%3BAAtCN%2COAmCE%2CcAEE%2CiBACU%3BEAAM%2CeAAA%3B%3BAAtCpB%2COAmCE%2CcAEE%2CiBAEE%3BEAAQ%2CgBAAA%3BEAAiB%2CWAAA%3BEAAY%2CgBAAA%3B%3BAAvC3C%2COA0CE%3BEACE%2CgBAAA%3B%3BAA3CJ%2COA0CE%2CYAEE%3BEACI%2CaAAA%3B%3BAA7CR%2COA0CE%2CYAKE%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAhDR%2COA0CE%2CYAQE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzDN%2COA0CE%2CYAiBE%2CQAAO%3BEACL%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3B%3BAAIN%2CWACE%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CWARF%2CcAQG%3BAAAS%2CWARZ%2CcAQa%3BEACP%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAfF%2CcAeG%3BEACG%2CmBAAA%3B%3BAAEJ%2CWAlBF%2CcAkBG%3BEACG%2CgBAAA%3B%3BAApBR%2CWAuBE%2CQAAO%3BEACL%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CcAGM%3BEACE%2CkBAAA%3BEACA%2CiBAAA%3BEAAkB%2CsBAAA%3B%3BAAClB%2CcAHF%2CaAGG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAAbV%2CcAgBI%2CoBAAoB%3BEAAK%2CgBAAA%3BEAAiB%2CYAAA%3BEAAa%2CcAAA%3B%3BAAhB3D%2CcAiBI%3BAAjBJ%2CcAiB4B%3BEACpB%2CWAAA%3B%3BAAlBR%2CcAoBI%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAxBN%2CcAoBI%2COAKE%3BEACE%2CmBAAA%3B%3BAA1BR%2CcAoBI%2COAKE%2CaAEE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAKF%2CcADJ%3BAACO%2CcADP%2CEACQ%3BAAAQ%2CcADhB%2CEACiB%3BEACT%2CWAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CcAIK%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACc%2CeAAA%3B%3BAAVpB%2CcAYI%3BEAAS%2CqBAAA%3BEAAsB%2CSAAA%3B%3BAAZnC%2CcAaI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CcAkBI%3BEACI%2CQAAA%3BEAAS%2CwBAAA%3BEAAyB%2CgBAAA%3BEAAiB%2CkBAAA%3BEAAmB%2CUAAA%3B%3BAAGtE%2CcADJ%2CcACK%3BEACG%2CSAAA%3BEAAU%2CQAAA%3BEACV%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAA1BZ%2CcA6BI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CcA6BI%2CUAOI%3BEACI%2CaAAA%3B%3BAArCZ%2CcA6BI%2CUAUI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAARJ%2CcASI%3BEACI%2CWAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CkCAAA%3B%3B%3BAAKN%2CEAAE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CEAAG%3BEACC%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CYAiBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAApBR%2CYAiBI%2CmBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CCAAE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CIAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CcAAA%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CcAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CQAKI%3BEACI%2CsEAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAXR%2CQAKI%2COAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBZ%2CQAoBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CQA2BI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C%2BEAAZ%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CaAmBI%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CaAwBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAA5BR%2CaA8BI%3BEACI%2CSAAA%3B%3BAA%5C%2FBR%2CaA8BI%2CqBAGI%3BEACI%2CaAAA%3B%3BAAlCZ%2CaA8BI%2CqBAMI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaA8BI%2CqBAMI%2CEAAC%2CaAOG%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CQAAS%3BEACL%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CQAAS%2CcAML%3BEACI%2CyBAAA%3B%3BAAGR%3BEACI%2CsEAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CiBAWI%2CWACE%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CiBAiBI%2CKAAI%3BEAAY%2CaAAA%3BEAAc%2CmBAAA%3B%3BAAjBlC%2CiBAkBI%3BEAAQ%2COAAA%3B%3BAAlBZ%2CiBAmBI%3BAAnBJ%2CiBA6XJ%2CCA1We%3BEAAU%2CmBAAA%3B%3BAAnBrB%2CiBAoBI%2CMAAK%3BEACH%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAA1BN%2CiBA4BI%2CQAAO%3BEACH%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CiBAqCI%2CMAAK%3BEACD%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzCR%2CiBA2CI%3BEACI%2CkBAAA%3B%3BAA5CR%2CiBA2CI%2CUAEI%2CMAAK%3BEACD%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAACA%2CiBAhBR%2CUAEI%2CMAAK%2CiBAcA%2CQAAQ%3BEACP%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArEd%2CiBAyEI%2CIAAG%2CWAAW%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAsCV%2CQAjB0B%3BEACxB%2CiBACG%2CiBACE%2CKACE%3BIACC%2CmBAAA%3B%3BEAKR%2CqBAAsB%2CaAAW%3BEAAM%2CsBAAuB%2CaAAW%2COAAK%2CuBAAqB%3BIACjG%2CYAAA%3B%3BEAEF%2COAAQ%2CYAAY%3BIAChB%2CSAAA%3B%3B%3BAAYN%2CQATwB%3BEACtB%2CYAAY%2CcAAe%2CQAAK%3BIAAW%2CeAAA%3B%3BEAC3C%2CiBACE%2CiBACE%2CYAAY%2CGAAG%2CKAAI%3BIAAE%2CeAAA%3B%3BEAFzB%2CiBACE%2CiBAEE%2CYAAY%3BIAAY%2CeAAA%3B%3B%3BAAW9B%2CQAPyB%3BEACvB%2COAAQ%2CeAAgB%3BIAAY%2C2BAAA%3B%3BEACpC%2COAAQ%2CeAAe%2CcAAa%3BIAAU%2CeAAA%3BIAAgB%2CgBAAA%3B%3BEAC9D%3BIACI%2CmBAAA%3B%3B%3BAAUN%2CQAP0B%2CuBAAsB%3BEAG1C%2CSAAU%2CkBADX%3BIACa%2CkBAAA%3B%3B%3BAAuDlB%2CQAnD0B%3BEACxB%3BIACE%2CsBAAA%3B%3BEADF%2CiBAEE%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CgBAAiB%3BEAAkB%3BIAAkB%2CcAAA%3B%3BEACrD%2CiBACG%3BIACC%2CWAAA%3BIAAW%2CWAAA%3BIAAW%2CUAAA%3BIAAU%2CaAAA%3BIAAa%2CgBAAA%3BIAAgB%2CmBAAA%3B%3BEAFjE%2CiBACG%2CiBAEE%3BIACC%2CUAAA%3B%3BEAJN%2CiBACG%2CiBAEE%2CKAEE%3BIACC%2CSAAA%3BIACA%2CqBAAA%3B%3BEAPR%2CiBACG%2CiBAEE%2CKAEE%2CKAGE%2CIAAC%3BEARV%2CiBACG%2CiBAEE%2CKAEE%2CKAGW%2CIAAC%2CMAAO%3BIAAK%2CaAAA%3B%3BEAR%5C%2FB%2CiBAYG%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEAdJ%2CiBAgBG%2CiBAAe%3BIAAG%2C0BAAA%3B%3BEAhBrB%2CiBAiBE%2CiBACE%2CYACG%3BIACC%2CcAAA%3B%3BEACA%2CiBAJN%2CiBACE%2CYACG%2CKAEE%2CSAAU%3BIACT%2CUAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiBAPR%2CiBACE%2CYACG%2CKAEE%2CSAAU%2CKAGR%2CUAAU%3BIACT%2C8BAAA%3BIACA%2CWAAA%3B%3BEAEF%2CiBAXR%2CiBACE%2CYACG%2CKAEE%2CSAAU%2CKAOR%2CUAAU%3BIACT%2CcAAA%3BIACA%2CWAAA%3B%3BEA9BZ%2CiBAiBE%2CiBACE%2CYAgBE%2CGAAG%2CKAAI%3BIAAE%2CeAAA%3B%3B%3BAAiBjB%2CQAZ0B%3BEACtB%3BIACI%2CkBAAA%3B%3BEAEJ%2CiBAAkB%2CiBAAiB%2CeAAe%3BIAChD%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAAIN%2CUAAU%2CIAAI%3BEACV%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CUAAU%2CaAAa%2CIAAI%3BEACvB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAa%3BAAAG%2CWAAc%3BEAC1B%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEJ%2CeAAgB%3BEACZ%2CsBAAA%3B%3BAAEJ%2CUACI%3BAADJ%2CUACwB%3BAADxB%2CUAC2C%3BEACnC%2COAAO%2CqBAAP%3B%3BAAGR%2CaAAa%2CUAAU%2CIAAI%2CaAAgB%3BEACvC%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAsBJ%2CQApB0B%3BEACtB%2CWAAc%3BIACV%2CgBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3B%3BAAuBR%2CQApB0B%3BEACtB%2CWAAc%3BIACV%2CgBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3B%3BAAgCR%2CQA7B0B%3BEACtB%2CWAAc%3BIACV%2CgBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3B%3BAAgCR%2CQA7B2B%3BEACvB%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CYAAe%3BIACX%2CeAAA%3B%3B%3BAAiBR%2CQAd2B%3BEACvB%2CYAAe%3BIACX%2CeAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CWAAc%3BIACV%2CoBAAA%3B%3B%3BAAGR%2CUAAU%2CWAAc%3BEACpB%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CUAAU%2CWAAc%3BEACpB%2CsBAAA%3B%3BAAEJ%2CIAAO%3BEACH%2CeAAA%3BEACA%2CgBAAA%3B%3BA7J35DA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CkBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA8JfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BE%5C%2FKgQZ%2CiBAAA%3B%3BA%2BKlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA7J5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BElB4QhB%2CqBAAA%3BEyC9QA%2CqBAAA%3B%3BAvBFY%2CYAVR%2CeAGO%2CUAOE%2CSuBoQX%3BAvBnQU%2CYAXR%2CeAGO%2CUAQE%2CQuBmQX%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CYvBlBI%2CeAGO%2CUAOE%2CSuBQZ%3BAAAD%2CYvBlBI%2CeAGO%2CUAQE%2CQuBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCnPQ%2CODmPR%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CsBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAvB5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAuB%2BEhB%2CYvBjHI%2CeAGO%2CUA6BE%2CQuBiFZ%3BEzCyKD%2CSCpPQ%2CODoPR%3B%3BAkBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BElB6NZ%2CmBAAA%3BEkB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BElB2MpB%2CiBAAA%3BEkBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BElBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BElB6LpB%2CiBAAA%3BEkB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BElBuLxB%2CiBAAA%3B%3BAkBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BElBwKzB%2CiBAAA%3BEkBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BElBiKpB%2CiBAAA%3BEkB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BElB4JpB%2CiBAAA%3B%3BAkBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CoBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BELiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEK9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEL2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAK%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEL%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAKnLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEK%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA8JvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEhL4RL%2CkBAAA%3B%3BAgL1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CeAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BArIVR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2CQACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BEAEG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAApBhC%2CQACI%2CgBACI%2CUAEI%2CQAqBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAA5BpB%2CQACI%2CgBA%2BBI%2CeACI%3BEACI%2CkBAAA%3B%3BAAlChB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%3BEACI%2CgBAAA%3B%3BAApCpB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAtCxB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CQA%5C%2FCR%2CgBA8CI%2CQACK%3BE7CiPb%2CqBAAA%3BEyC9QA%2CqBAAA%3BEImCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CIJqOX%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CQIxBI%2CgBA8CI%2CQACK%2CIJvBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSgEpOU%2COhEoOV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIrCA%2CgBA8CI%2CQACK%2CIJXZ%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CQI3CA%2CgBA8CI%2CQACK%2CIJLZ%2COACI%3BEzCqPL%2CcAAA%3B%3BA6CvOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BE7C%2BNb%2CqBAAA%3BEKzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BELgDA%2CgBAAA%3B%3BA6C%5C%2FNY%2CQAjER%2CgBA8CI%2CQAmBK%2COJmNX%3BEzChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyCHA%2CQIxBI%2CgBA8CI%2CQAmBK%2COJzCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEzC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2Ca0C7Oe%2Ca1C6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEyCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIrCA%2CgBA8CI%2CQAmBK%2COJ7BZ%2CMACI%3BEzC2PL%2CcAAA%3B%3BAyCrPI%2CQI3CA%2CgBA8CI%2CQAmBK%2COJvBZ%2COACI%3BEzCqPL%2CcAAA%3B%3BAK7CA%2CQwCnPI%2CgBA8CI%2CQAmBK%2COxCkLZ%3BAACD%2CQwCpPI%2CgBA8CI%2CQAmBK%2COxCmLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwCzPI%2CgBA8CI%2CQAmBK%2COxCwLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwC9PI%2CgBA8CI%2CQAmBK%2COxC6LZ%3BAACD%2CQwC%5C%2FPI%2CgBA8CI%2CQAmBK%2COxC8LZ%3BAACD%2CQAAQ%2CUAAW%2CSwChQf%2CgBA8CI%2CQAmBK%3BExCgMT%2CoBAAA%3BEL%2BBJ%2CYAAA%3B%3BAmLtSF%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIF%3BEACE%2CoBAAA%3B%3BAADF%2C2CAGE%3BEACI%2CWAAA%3B%3BAAIN%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBAAC%3BEACG%2CgCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAeI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CcAAe%3BEACb%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CqCAAA%3BEACA%2CyCAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAIF%3BEACE%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGF%2CaAAc%3BEACZ%2CeAAA%3B%3BAAGF%2CgBACE%2CeACE%3BEACE%2CgBAAA%3B%3BAAHN%2CgBACE%2CeAKE%2CsBACE%2CMACE%3BEACE%2CWAAA%3B%3BAAOV%2CwBAAyB%2CwBAAwB%2CUAAS%2CIAAI%3BEAC5D%2CSAAA%3B%3BAAIF%2CwBACE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAMA%2CsBADF%2CuBACG%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAHF%2CsBADF%2CuBACG%2CUAKC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CsBAbF%2CuBAaG%2COAAQ%3BAACT%2CsBAdF%2CuBAcG%3BEACC%2CaAAA%3BEACA%2CaAAA%3B%3BAAKN%3BAACA%3BEACE%2CaAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CyBACE%2CUACE%3BEACE%2CmBAAA%3B%3BAAEA%2CyBAJJ%2CUACE%2COAGG%2CSAAS%2CIAAI%2CqBAAsB%2CSAAM%3BEACxC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CyBACE%2CUACE%2COAUE%3BEACE%2CkBAAA%3B%3BAAbR%2CyBACE%2CUACE%2COAcE%2COAAO%3BEACL%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnBR%2CyBACE%2CUACE%2COAoBE%2CSAAS%3BEACP%2CYAAA%3BEACA%2CUAAA%3B%3BAAxBR%2CyBACE%2CUACE%2COAyBE%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CyBAnCJ%2CUACE%2COAkCG%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CyBAnCJ%2CUACE%2COAkCG%2CmBAIC%3BEACE%2CaAAA%3BEACA%2CMAAA%3B%3BAANJ%2CyBAnCJ%2CUACE%2COAkCG%2CmBASC%3BEACE%2CgBAAA%3B%3BAA9CV%2CyBAoDE%3BEACE%2CgBAAA%3B%3BAArDJ%2CyBAwDE%3BEACE%2CgBAAA%3B%3BAAzDJ%2CyBA4DE%3BEACE%2CgBAAA%3B%3BAAIJ%2CGAAG%2C%2BBACD%3BAADF%2CGAAG%2C%2BBAED%3BAAFF%2CGAAG%2C%2BBAGD%3BEACE%2CoBAAA%3B%3BAAJJ%2CGAAG%2C%2BBAQD%2CgBACE%3BEACE%2CsBAAA%3B%3BAAVN%2CGAAG%2C%2BBAeD%3BEACE%2CmBAAA%3B%3BAAKJ%2CeACE%2CSACE%2CSACE%3BEACE%2CoBAAA%3B%3BAAMR%2CwBACE%2CeACG%3BAAFL%2CwBACE%2CeAEE%3BEACE%2CqBAAA%3B%3BAAMN%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CoBAAA%3B%3BAC9NA%2CwBAJ%2BC%3BEjKk7C%5C%2FC%3BInBrqCA%2CaAAA%3BIAAA%2CSAAA%3BImByoCA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BInB9lCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CYAAA%3BImBopCI%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BInBvpCD%2CyBAAA%3B%3BEmB0pCA%2CiDAAC%3BInB1pCD%2C4BAAA%3BImB4pCI%2CQAAA%3B%3B%3BAiKj6CJ%2CwBAJqD%3BEjK8brD%3BInBjcA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEoCkfD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapCzfX%3BEoCmfD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapCxfX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEoC6eD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CapCnfX%3BIACG%2CWAAA%3B%3BEmBovBJ%3BEJjgBQ%2C0BAFJ%2CUAEK%2COAEG%3BEyJ9NZ%2CsBAOI%3BIxK%2BMJ%2C6BAAA%3BImB8eA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BInBhfA%2CgCAAA%3BIAAA%2C6BAAA%3BIAAA%2CcAAA%3BIyChOA%2CqBAAA%3B%3BEtBitBA%2C0BAAC%3BEJ3eO%2C0BAFJ%2CUAEK%2COAEG%2CeIyeX%3BEqJvsBD%2CsBAOI%2COrJgsBH%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEsB9sBJ%2C0BAAC%3BE1BgOO%2C0BAFJ%2CUAEK%2COAEG%2Ce0BlOX%3BE%2BHID%2CsBAOI%2CO%5C%2FHXH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BtBmrBK%2COsBnrBJ%3BE1BsKO%2C0BAFJ%2CUAEK%2COAEG%2CeI2gBP%2COsBnrBJ%3BE%2BHtDD%2CsBAOI%2COrJkuBC%2COsBnrBJ%3BIzCgKD%2CSCzQM%2CODyQN%3B%3BEmB02BA%3BEJ9zBQ%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%3BIf7CZ%2CcAAA%3BIyC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BE1BoTO%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%2CK0BrTX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgEpOU%2COhEoOV%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE2CtHI%2CYAAC%3BIpF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEoF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIpFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEoFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIpFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIoFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BIrFuKJ%2CyBAAA%3BIqFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIrFyJR%2CwCAAA%3B%3BEqFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIrFgJzB%2CyBAAA%3B%3BEqF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIrF%2BHJ%2CcAAA%3BIAAA%2CgBAAA%3B%3BEsFxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEkFXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE5EgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BE8C0HA%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CiCAGI%3BIACI%2CWAAA%3B%3BEAJR%2CiCAGI%2CmBAEI%3BIGsFZ%2CmBAAA%3B%3BECrKI%2CyBACI%2CYAAY%2CUAAS%2CIAAI%3BIACrB%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEqB7EZ%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BEpHwEZ%2CkBACI%3BIACI%2CiBAAA%3B%3BElCmxBR%2CqBACI%2CQAAO%3BITxfX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BESidR%2CqBAKI%2CSAAQ%3BIThdZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BES4%5C%2FBT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEADJ%2CeAEI%3BIACI%2CaAAA%3B%3BEAGR%2CcAAe%3BIACX%2CoBAAA%3B%3BEE9gCJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAIA%2CKAAC%3BIACC%2C6BAAA%3B%3BEAGQ%2CKAJT%2CcAEC%2CMACI%2CKACK%3BEACD%2CKALT%2CcAEC%2CMACI%2CKAEK%3BEACD%2CKANT%2CcAEC%2CMACI%2CKAGK%3BEACD%2CKAPT%2CcAEC%2CMACI%2CKAIK%3BEACD%2CKART%2CcAEC%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAKR%2CKAdL%2CcAaC%2CKACK%3BEACD%2CKAfL%2CcAaC%2CKAEK%3BEACD%2CKAhBL%2CcAaC%2CKAGK%3BEACD%2CKAjBL%2CcAaC%2CKAIK%3BEACD%2CKAlBL%2CcAaC%2CKAKK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CKAzBT%2CcAaC%2CKACK%2CKAWI%3BEAAD%2CKAzBT%2CcAaC%2CKAEK%2CIAUI%3BEAAD%2CKAzBT%2CcAaC%2CKAGK%2CMASI%3BEAAD%2CKAzBT%2CcAaC%2CKAIK%2CSAQI%3BEAAD%2CKAzBT%2CcAaC%2CKAKK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKAhCL%2CcAaC%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAjCV%2CKAAC%2CcAoCC%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEArCN%2CKAAC%2CcAuCC%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAxCN%2CKAAC%2CcA0CC%3BIACE%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FCJ%2CKAAC%2CcAiDC%2CmBAAqB%3BIACjB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEApDN%2CKAAC%2CcAsDC%3BIACE%2CkBAAA%3B%3BEAKR%2CYACI%3BIACI%2CaAAA%3B%3BEAFR%2CYAII%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BEC3aZ%2CqBACI%2CaAAa%3BIACT%2CaAAA%3B%3BEAGR%2CYAAY%2CMAAO%2CcAAc%3BIAC7B%2CeAAA%3B%3BEanEJ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAII%3BIACI%2CeAAA%3B%3BEI4FhB%2CwBACI%3BI7ByJJ%2CeAAA%3B%3BE6B1JA%2CwBAKI%3BI7BqJJ%2CaAAA%3B%3BE6B1JA%2CwBASI%3BI7BiJJ%2CmBAAA%3B%3BE6B1JA%2CwBAaI%2CgCACI%3BIACI%2CiBAAA%3B%3BEqBgBZ%2CwBACI%3BIlD0HJ%2CeAAA%3B%3BEkD3HA%2CwBACI%2CgBAGI%3BIlDuHR%2CaAAA%3B%3BEkD3HA%2CwBACI%2CgBAOI%3BIlDmHR%2CmBAAA%3B%3BEoCqPA%3BIACI%2CoBAAA%3B%3BEAGI%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CkBAAA%3B%3BEAFR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAEM%3BIACE%2CYAAA%3BIpCxQpB%2CkBAAA%3B%3BEoC%2BPA%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%3BIpC7QhB%2CkBAAA%3B%3BEoC%2BQoB%2CQAZhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAOxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIpCzRR%2CoBAAA%3B%3BEoC6RA%2CuBACI%3BIACI%2CkBAAA%3B%3BEiBjfR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAII%2CiBACI%3BIACI%2CYAAA%3B%3BEAIZ%2CMAAM%3BIACF%2CWAAA%3B%3BEvB2HJ%2CaACI%2CiBACI%3BI9B0ER%2CeAAA%3BI8BxEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BI9BiEJ%2C6BAAA%3B%3BE8B9DQ%2CgBADJ%2COACK%3BI9B8DT%2CiBAAA%3BI8B5DY%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEARZ%2CgBAWI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BI9B4CJ%2CqBAAA%3BIyChOA%2CqBAAA%3B%3BEXmLA%2CKAAK%2CcACD%2CaWgCF%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyC2CA%2CKX6KK%2CcACD%2CaW9KH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC9NW%2COD8NX%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKXgKC%2CcACD%2CaWlKH%2CMACI%3BIzC6ML%2CWAAA%3B%3BEyCvMI%2CKX0JC%2CcACD%2CaW5JH%2COACI%3BIzCuML%2CcAAA%3B%3BE8BjCQ%2CKAZH%2CcACD%2CaAWK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEACA%2CKAjBP%2CcACD%2CaAWK%2CQAKI%3BIACG%2CWAAA%3B%3BEAlBhB%2CKAAK%2CcAsBD%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEV7DR%2CKAAK%2CcACD%3BIpBuEJ%2CqBAAA%3BIyC9QA%2CqBAAA%3B%3BErBsMA%2CKAAK%2CcACD%2CqBqB2DF%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyCHA%2CKrBgMK%2CcACD%2CqBqBjMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC7NiB%2COD6NjB%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKrBmLC%2CcACD%2CqBqBrLH%2CMACI%3BIzC2PL%2CWAAA%3B%3BEyCrPI%2CKrB6KC%2CcACD%2CqBqB%5C%2FKH%2COACI%3BIzCqPL%2CcAAA%3B%3BE%2BB5HA%3BI%5C%2FB4HA%2CgCAAA%3BI%2BB1HI%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACM%3BIACE%2CgBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BE4BvGhB%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CoBAAA%3B%3BE5CmMR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BIfRZ%2CiBAAA%3B%3BEegBY%2C0BAZR%2CUAEK%2COAUI%3BIACG%2CgCAAA%3BIfjBhB%2CgBAAA%3BIemBgB%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2C0BAjBZ%2CUAEK%2COAUI%2CMAKI%3BIACG%2CcAAA%3B%3BEANR%2C0BAZR%2CUAEK%2COAUI%2CMAQG%3BIACI%2CeAAA%3B%3BEACA%2C0BAtBhB%2CUAEK%2COAUI%2CMAQG%2CMAEK%3BIACG%2CaAAA%3B%3BEAEJ%2C0BAzBhB%2CUAEK%2COAUI%2CMAQG%2CMAKK%3BIACG%2CaAAA%3B%3BEAdZ%2C0BAZR%2CUAEK%2COAUI%2CMAQG%2CMAQI%3BIfhCpB%2CWAAA%3BIekCwB%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C0BAjCpB%2CUAEK%2COAUI%2CMAQG%2CMAQI%2CEAKK%3BIfrCzB%2CmBAAA%3B%3BEekDQ%2C0BA9CJ%2CUA8CK%2CMACG%3BIfnDZ%2CiBAAA%3B%3BEe0DQ%2C0BAtDJ%2CUAsDK%3BIACG%2CmBAAA%3B%3BEAQA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAeJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGA%2CuBAAwB%2CeAT1B%2CSACV%2CSACK%2CKAMI%3BIAEO%2CmBAAA%3B%3BEAOJ%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAWI%3BEAIG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAYI%3BEAGG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAaG%3BEAEI%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAcI%3BIAEO%2CkBAAA%3B%3BEAlBpB%2CcAAc%2CSAuBV%3BIACI%2CaAAA%3B%3BEsBSR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CgBAAA%3B%3BEmI7UR%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEANJ%2CsBAUI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEAdZ%2CsBAiBI%3BIACI%2CeAAA%3B%3BE5H4DR%2CcAAc%3BIACV%2CoBAAA%3BIACA%2CoBAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2C0BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CcAPE%2CSAGV%2CSACK%2CKAGI%3BIACG%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAXE%2CSAGV%2CSACK%2CKAOI%3BI5C6Hb%2CiBAAA%3B%3BE4C1HY%2CcAdE%2CSAGV%2CSACK%2CKAUI%3BIACG%2CcAAA%3B%3BEADJ%2CcAdE%2CSAGV%2CSACK%2CKAUI%2CQAEG%3BIACI%2CkBAAA%3B%3BEACA%2CcAlBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAEK%3BIACG%2CeAAA%3B%3BEAEJ%2CcArBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAKK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAQK%3BIACG%2CYAAA%3B%3BEAEJ%2CcA3BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAWK%3BEACD%2CcA5BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAYK%3BIACG%2CeAAA%3B%3BEAIZ%2CcAjCE%2CSAGV%2CSACK%2CKA6BI%3BEACD%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEA9BL%2CcAJM%2CSAGV%2CSACK%2CKA%2BBG%3BEACA%2CcApCE%2CSAGV%2CSACK%2CKAgCI%3BIACG%2CiBAAA%3B%3BEAjCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEArCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%2CYAGI%3BIACI%2CeAAA%3B%3BEAvCZ%2CcAJM%2CSAGV%2CSACK%2CKA0CG%3BEA1CJ%2CcAJM%2CSAGV%2CSACK%2CKA2CG%2COAAM%3BIACF%2CaAAA%3B%3BEAGR%2CcAnDM%2CSAGV%2CSAgDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BI5CmEJ%2CqBAAA%3BIyC9QA%2CqBAAA%3B%3BEG0MA%2CKAAK%2CcACD%2CmBHuDF%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyCHA%2CKGoMK%2CcACD%2CmBHrMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSClPiB%2CODkPjB%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKGuLC%2CcACD%2CmBHzLH%2CMACI%3BIzC2PL%2CWAAA%3B%3BEyCrPI%2CKGiLC%2CcACD%2CmBHnLH%2COACI%3BIzCqPL%2CcAAA%3B%3BE8Km1CI%2CcAAI%2CaAAa%3BIACb%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAGR%2CQACI%3BIACI%2CcAAA%3B%3BEAFR%2CQAII%3BIACI%2CaAAA%3B%3BECrkDR%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3B%3BAK9CZ%2CwBAJqD%3BEjKobrD%3BEiC5UQ%2C4BADJ%2CKAAI%2CMACC%3BEhCkDD%2CyBADJ%2CKAAI%2CQACC%3BIpBjKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEmBunBD%2C0BACI%2CMAAQ%2CKnBznBX%3BEmBwnBD%2C0BACI%2CMAAQ%2CKnBxnBX%3BEmEDD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnErCX%3BEmEAD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnEpCX%3BEoBsID%2CyBACI%2CKAAI%2CQpBxIP%3BEoBuID%2CyBACI%2CKAAI%2CQpBvIP%3BEqCmNG%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKnBznBX%3BEqCoNG%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKnBxnBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEmBknBD%2C0BACI%2CMAAQ%2CKnBnnBX%3BEmEND%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGnE%5C%2FBX%3BEoBiID%2CyBACI%2CKAAI%2CQpBlIP%3BEqC8MG%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKnBnnBX%3BIACG%2CWAAA%3B%3BEmBonBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEkBvaT%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAEH%2CIAAI%3BInBvYb%2CgCAAA%3B%3BEmB4YgB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEkB5ab%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEACD%2C0BAZR%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEACD%2C0BAbR%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BEkBlbT%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEkBhbT%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEkBjbT%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BEkBxbb%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEkBxbb%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEkBxbb%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGR%2C0BA1BR%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BEkB%5C%2FbT%2CcAAC%2CaAeG%2CMAAK%2CMlBsZT%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BIACG%2CSAAA%3B%3BEA5BhB%2C0BAgCI%3BEkBpcA%2CcAAC%2CaAeG%2CMAAK%2CMlBqbT%3BIACI%2CSAAA%3B%3BEAiLR%2C0BACI%2CMACI%3BIACI%2CkBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CqBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BInBxmBd%2CiBAAA%3B%3BEmBslBA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEAyBpB%3BEgCl4BA%2CcAAc%3BEoHhBd%2CcAAc%3BEvJoTV%2CcAAC%3BIhB7CL%2CgBAAA%3B%3BEmB2pBI%2CkBAAC%3BEAooBL%2C0BACI%2CGAroBC%3BEAooBL%2C0BAII%2CGAxoBC%3BEwIz6BO%2CQAHR%2C0BAEI%2CKACK%2CQxIy6BR%3BEwIz6BO%2CQAFR%2CkCACI%2CKACK%2CQxIy6BR%3BEVwfL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKU1fL%3BEVwfL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKU3fL%3BERxhBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQshBP%3BERxhBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQqhBjB%3BEC%5C%2FwBL%2CQACI%2CoBACI%2CKAAI%2CQD6wBP%3BEkJ32BL%2CMAAM%2CQAKA%2CQAEI%2CKAAK%2CKlJo2BV%3BE2B%5C%2FoBL%2CQACI%2CeACI%2CKAAI%2CQ3B6oBP%3BEHxlBO%2CQAZR%2CmBAWI%2CKACK%2CQGwlBR%3BEHvlBO%2CQAbR%2CmBAWI%2CKAEK%2CQGulBR%3BER1gBL%2CYACI%2CQQ8oCA%2CGAroBC%3BER1gBL%2CYACI%2CQQipCA%2CGAxoBC%3BE0CzxBL%2CkBAOI%2CQ1Cu5CA%2CGAroBC%3BE0CzxBL%2CkBAOI%2CQ1C05CA%2CGAxoBC%3BInBv6BL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmB2pCA%3BEgDtnCQ%2CcAhBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMACI%3BEnD6ShB%2CoBA%2BBI%2CmBAAmB%3BEUtUf%2CYAdJ%2CuBAcK%2CcAmBG%3BIPmlCZ%2CaAAA%3B%3BEAyDA%2CwBACI%2CWACI%2CoBACI%3BEcvpCZ%2C4BdqpCI%2CWACI%2CoBACI%3BEctpCZ%2CyBdopCI%2CWACI%2CoBACI%3BEHh4BZ%2CQG83BI%2CWACI%2CoBACI%3BEH%5C%2F3BZ%2CuBG63BI%2CWACI%2CoBACI%3BEH93BZ%2CiBG43BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEc1pCZ%2C4BdqpCI%2CWACI%2CoBAII%3BEczpCZ%2CyBdopCI%2CWACI%2CoBAII%3BEHn4BZ%2CQG83BI%2CWACI%2CoBAII%3BEHl4BZ%2CuBG63BI%2CWACI%2CoBAII%3BEHj4BZ%2CiBG43BI%2CWACI%2CoBAII%3BIAEI%2CoBAAA%3B%3BEAkChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEiB7wBrB%2CQAKI%2CMAAK%2CMjBwwBH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA6FR%3BEVvcF%2CQAAQ%2CKAAK%2CSACT%3BE0Cj4BF%2CcAAc%3BElB6Dd%2CcAAc%3BEjB4OV%2CcAAC%3BEA6BL%2CoBACI%3BIGigCA%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEAqMJ%2C0BAUI%3BERxpCJ%2CYACI%2CQQupCA%3BE0Cv6CJ%2CkBAOI%2CQ1Cg6CA%3BIACI%2CiBAAA%3B%3BEgD9hDR%3BIACI%2C6BAAA%3BI%5C%2FDmUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BI%2BDrUI%2CkBAAA%3B%3BEAHJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BI%5C%2FDuctC%2CYAAA%3BIACA%2CcAAA%3B%3BE%2BD5cA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD0cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BE%2BD%5C%2FcJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%3BIACE%2CcAAA%3B%3BE%2BDndJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%2CQAGI%3BIACE%2CcAAA%3B%3BE%2BDtdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%2CQAGI%2CKAGE%3BE%2BDxdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIJvOZ%2CqBAAA%3B%3BEI0OY%2Cc%2BD1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2Cc%2BD1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FD8cpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIJ1OtB%2CoBAAA%3BII4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIJ7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEmEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB%5C%2FDmVpC%2CQAAQ%2CKAAK%3BIJnGf%2CyBAAA%3B%3BEmEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEATpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3B%3BEAbpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAQI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAUA%2CcAtBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEA5BxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEApCZ%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CgBAAA%3B%3BEA3CxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAnDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAzDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%3BInEyLlB%2CiBAAA%3B%3BEmEpPA%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%2COAEF%3BIACI%2CqBAAA%3B%3BE9CMZ%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE6GtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEyBOR%2CmBACI%3BIACI%2CWAAA%3B%3BErIuDA%2C0BADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2C0BAMI%3BIACI%2CqBAAA%3B%3BEqBSR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BI3C0Lb%2CqBAAA%3BIKzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BILgDA%2CgBAAA%3B%3BE2C1LY%2COANR%2CgBAKI%2CQACK%2COF8KX%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyCHA%2COEwEI%2CgBAKI%2CQACK%2COF9EZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE2DA%2CgBAKI%2CQACK%2COFlEZ%2CMACI%3BIzC2PL%2CcAAA%3B%3BEyCrPI%2COEqDA%2CgBAKI%2CQACK%2COF5DZ%2COACI%3BIzCqPL%2CcAAA%3B%3BEK7CA%2COsCnJI%2CgBAKI%2CQACK%2COtC6IZ%3BEACD%2COsCpJI%2CgBAKI%2CQACK%2COtC8IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsCzJI%2CgBAKI%2CQACK%2COtCmJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC9JI%2CgBAKI%2CQACK%2COtCwJZ%3BEACD%2COsC%5C%2FJI%2CgBAKI%2CQACK%2COtCyJZ%3BEACD%2CQAAQ%2CUAAW%2CQsChKf%2CgBAKI%2CQACK%3BItC2JT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEQ0gFY%2CcAFR%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAPR%2CSACK%2CKAMI%3BIACG%2CcAAA%3B%3BECt5DlB%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAmBR%2CsBAAsB%2CIAAI%2C2CACxB%2CmBACE%2CwBACE%2CYACE%2COAAM%3BIACJ%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA6fR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEEphCZ%2CKACI%2COAAM%2CMAKF%2CKAAI%3BIACA%2CkBAAA%3B%3BECtVZ%2CYACI%3BIZ2MJ%2CeAAA%3BIYzMQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAMI%3BIZsMJ%2CgBAAA%3B%3BE0B7FA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BI1B0FJ%2CsBAAA%3BIAAA%2CiBAAA%3B%3BE0B7FA%2CYAQI%2CYACM%3BI1BoFV%2CiBAAA%3B%3BE0B7FA%2CYAcI%3BI1B%2BEJ%2CgCAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE0B1EQ%2CYALJ%2CuBAKK%3BI1B0ET%2C6BAAA%3BI0BxEY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BI1BsEZ%2CaAAA%3B%3BE0B7FA%2CYA6BI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAhCR%2CYAmCI%3BIACI%2CWAAA%3B%3BEApCR%2CYAuCI%3BI1BsDJ%2CgCAAA%3BI0BpDQ%2CkBAAA%3B%3BEAzCR%2CYA4CI%3BI1BiDJ%2CqBAAA%3BIyC9QA%2CqBAAA%3BIfuOQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEAzDR%2CYA4CI%2CmBeqCF%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyCHA%2CYfuNI%2CmBevNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC3PQ%2COD2PR%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYf0MA%2CmBe3MH%2CMACI%3BIzC2PL%2CWAAA%3B%3BEyCrPI%2CYfoMA%2CmBerMH%2COACI%3BIzCqPL%2CcAAA%3B%3BEyDnPI%2CsBAAC%3BIACG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIzD6OR%2CYAAA%3BIyD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEIyGhB%2CkBACM%3BIACE%2CgBAAA%3BI7D4HR%2CeAAA%3BI6D1HQ%2CkBAAA%3BIACA%2CiBAAA%3B%3BEzB8VR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEgB9YR%2C0BAA2B%3BIACvB%2CqBAAA%3B%3BEAEJ%2C4BACI%3BIACI%2CcAAA%3BIpDiKR%2CqBAAA%3B%3BEoDxJA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEhCoCJ%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CkBAAA%3B%3BEAGR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAII%3BIACI%2CgBAAA%3B%3BEAGR%2CgCACI%3BIACI%2CoBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CaAAA%3B%3BEiJlIR%2CcAAc%3BIAAU%2CYAAA%3B%3BEACxB%2CMAAM%2CQACA%2CQAAQ%2CKAAK%3BIACX%2CmBAAA%3BIACA%2CgCAAA%3B%3BEAHR%2CMAAM%2CQAKA%3BIACE%2CgCAAA%3B%3BEANR%2CMAAM%2CQAKA%2CQAEI%2CKAAK%3BIAEH%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CMAZN%2CQAKA%2CQAEI%2CKAAK%2CKAKF%3BIACG%2CoBAAA%3B%3BEAEJ%2CMAfN%2CQAKA%2CQAEI%2CKAAK%2CKAQF%2CIAAI%3BEAAM%2CMAfjB%2CQAKA%2CQAEI%2CKAAK%2CKAQS%2CIAAI%3BIACd%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGN%2CMApBF%2CQAKA%2CQAeG%3BIACC%2CYAAA%3B%3BErIhEF%2CqBADJ%2CQACK%3BIhC2PT%2CqBAAA%3BIyC9QA%2CqBAAA%3B%3BETmBQ%2CqBADJ%2CQACK%2COS%2BOP%3BIzChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyCHA%2CqBTYI%2CQACK%2COSbR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBTDA%2CQACK%2COSDR%2CMACI%3BIzC2PL%2CcAAA%3B%3BEyCrPI%2CqBTPA%2CQACK%2COSKR%2COACI%3BIzCqPL%2CcAAA%3B%3BEqCrDY%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CqBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CkBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CqBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CqBAAA%3BIACA%2CeAAA%3B%3BESgGZ%2CgBACI%3BI9C3FJ%2CqBAAA%3B%3BE8C0FA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BI9ChGZ%2CqBAAA%3B%3BEiCvNA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAII%2COAAM%3BIACF%2CeAAA%3B%3BEAQZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEjBuPxB%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEAPZ%2CQACI%2CmBAQI%2CQAAO%3BIACH%2CaAAA%3B%3BEAeZ%2CoBAII%2CaACI%3BIACI%2CcAAA%3B%3BEANZ%2CoBASI%3BIhBxFJ%2CiBAAA%3B%3BEgB%2BEA%2CoBAYI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEArBhB%2CoBAyBI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAQJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAxCZ%2CoBAkCI%2CeAAiB%2C0BAQb%3BEA1CR%2CoBAmCI%2CwBAA0B%2C0BAOtB%3BIhBzHR%2CiBAAA%3BIgB2HY%2CeAAA%3B%3BEACA%2CoBAXR%2CeAAiB%2C0BAQb%2CKAGK%3BEAAD%2CoBAVR%2CwBAA0B%2C0BAOtB%2CKAGK%3BIACG%2CgBAAA%3B%3BEAEJ%2CoBAdR%2CeAAiB%2C0BAQb%2CKAMK%3BEAAD%2CoBAbR%2CwBAA0B%2C0BAOtB%2CKAMK%3BIACG%2CoBAAA%3B%3BE4JlIlB%2CYACE%2CyBACE%2CWACE%3BIAAG%2CUAAA%3B%3BEACH%2CYAHJ%2CyBACE%2CWAEG%3BEAAQ%2CYAHb%2CyBACE%2CWAEY%3BIAAQ%2CuBAAA%3B%3BEhIrJtB%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2C6BAAA%3B%3BEiIuEd%2CaACE%3BEADa%2CcACb%3BIACI%2CwBAAA%3B%3BEAGN%3BIACE%2CcAAA%3B%3BEADF%2CcAEG%3BIACC%2CeAAA%3BIAAe%2CUAAA%3B%3BEAHnB%2CcAEG%2CiBAEE%2CKAAG%3BIACF%2CqBAAA%3BIACA%2CkBAAA%3B%3BEANN%2CcASG%3BIACC%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEMqBJ%2CmBAAoB%3BIAClB%2CkBAAA%3B%3B%3BAC5NA%2CwBAJsD%3BE5GkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE4EFR%2C2BACI%3BIACI%2CsBAAA%3B%3BE5IowFR%2CcACI%2CmBACI%2CsBACI%2CsBACI%3BIACI%2CaAAA%3B%3BEC13DtB%2CoBACE%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BE8BhfF%2CiBAAkB%3BIACd%2CYAAA%3B%3BE4HlWJ%2CYACI%2CeACI%3BInKyKR%2CYAAA%3B%3B%3BAoLrPJ%2CgBAJ2C%3BEjKkHvC%3BIApBA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAgMR%3BEkB1CQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA0BI%2CgBAMI%2CqBAII%2CUACI%3BIlBPhB%2CcAAA%3B%3BEA4JA%3BInBvcA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEqCoPD%2CcAiDI%2CerCtSH%3BEqCqPD%2CcAiDI%2CerCrSH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEqC%2BOD%2CcAiDI%2CerChSH%3BIACG%2CWAAA%3B%3BEmBkfJ%3BEkBpQA%2CcA0BI%2CgBACI%3BEA3BR%2CcAiDI%2CeAEI%3BEAnDR%2CcAiDI%2CeAOI%3BIlB8LR%2CsBAAA%3B%3BEAqGA%2C0BAtBA%2CUACI%3BInBvUJ%2CmBAAA%3BIM%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BINhqBA%2CUAAA%3BIMmqBA%2CmBAAA%3B%3BEa3VQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2C0BAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEb2VZ%2C0Ba%5C%2FVA%2CUACI%2COb8VA%3BIACA%2CWAAA%3B%3BEa1UJ%2C0BAtBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAiCZ%3BInBhXA%2CWAAA%3B%3BEmBmsBA%3BInBnsBA%2CqBAAA%3BIyC9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSClOS%2CODkOT%3BIAAA%2Ca0C7Oe%2Ca1C6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIyCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEtB8mBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEgDj2BJ%2CM%5C%2FD4EE%2CQACI%2CKACI%3BE%2BD9EV%2CM%5C%2FD4EE%2CQACI%2CKAEI%3BIJ0FV%2C6BAAA%3B%3BEmEzKA%2CM%5C%2FDqFE%2CQAAQ%3BIJoFV%2C6BAAA%3B%3BEuBlMI%2CUAAC%3BIACG%2CYAAA%3B%3BEwGvCR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEpFwEQ%2COAFR%2CgBACI%2CQACK%3BItCsGb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BILgDA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIK5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIsClEgB%2CgBAAA%3B%3BEtC%2BGhB%2COsCpHI%2CgBACI%2CQACK%2COtCkHZ%3BEACD%2COsCrHI%2CgBACI%2CQACK%2COtCmHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC1HI%2CgBACI%2CQACK%2COtCwHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC%5C%2FHI%2CgBACI%2CQACK%2COtC6HZ%3BEACD%2COsChII%2CgBACI%2CQACK%2COtC8HZ%3BEACD%2CQAAQ%2CUAAW%2CQsCjIf%2CgBACI%2CQACK%3BItCgIT%2CoBAAA%3BIL%2BBJ%2CYAAA%3B%3BEDjJA%2CO4ChBI%2CgBACI%2CQACK%2CO5CcZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO4CrBI%2CgBACI%2CQACK%2CO5CmBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO4C1BI%2CgBACI%2CQACK%2CO5CwBZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEKxFA%2COsCzEI%2CgBACI%2CQACK%2COtCuEZ%3BEACD%2COsC1EI%2CgBACI%2CQACK%2COtCwEZ%3BEACD%2COsC3EI%2CgBACI%2CQACK%2COtCyEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COsChFI%2CgBACI%2CQACK%2COtC8EZ%3BEACD%2COsCjFI%2CgBACI%2CQACK%2COtC%2BEZ%3BEACD%2CQAAQ%2CUAAW%2CQsClFf%2CgBACI%2CQACK%3BI3C%2BJb%2CcAAA%3BIAAA%2CYAAA%3BIK5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BE4CsDJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEZkBJ%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAPZ%2CcACI%2CiBAII%2CWAGI%3BIACI%2CkBAAA%3B%3BEACA%2CcATZ%2CiBAII%2CWAGI%2CQAEK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAZpB%2CcAkBI%3BIACI%2CeAAA%3B%3BEAnBR%2CcAsBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CcA0BI%2CgBAMI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA1CxB%2CcAiDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAtDZ%2CcAiDI%2CeAOI%3BIAEI%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAhFZ%2CcAqFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3FpB%2CcAqFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BES%5C%2FNhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BE9BmOR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CoBAHR%2CaACI%2CQAEK%3BIACG%2CYAAA%3B%3BE4BrMhB%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BEmI%5C%2FJZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%3B%3BEI0KV%2CsBACE%3BIACE%2CaAAA%3B%3BEAIJ%2CsBAAuB%3BIACrB%2CsBAAA%22%7D *//** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ /* * Owl Carousel - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0; font: inherit; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { transition: height 500ms ease-in-out; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("../../frontend/Smartwave/porto/de_DE/owl.carousel/assets/owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; } .fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; background: #f9f9f9; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .12); -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .12); box-shadow: 0 0 50px rgba(0, 0, 0, .12); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; } .fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; } .fancybox-image { max-width: 100%; max-height: 100%; } #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../../frontend/Smartwave/porto/de_DE/fancybox/css/images/fancybox_sprite.png'); } #fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; } #fancybox-loading div { width: 44px; height: 44px; background: url('../../frontend/Smartwave/porto/de_DE/fancybox/css/images/fancybox_loading.gif') center center no-repeat; } .fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; } .fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('../../frontend/Smartwave/porto/de_DE/fancybox/css/images/blank.gif'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; } .fancybox-prev { left: 0; } .fancybox-next { right: 0; } .fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; } .fancybox-prev span { left: 10px; background-position: 0 -36px; } .fancybox-next span { right: 10px; background-position: 0 -72px; } .fancybox-nav:hover span { visibility: visible; } .fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; } /* Overlay helper */ .fancybox-lock { overflow: hidden !important; width: auto; } .fancybox-lock body { overflow: hidden !important; } .fancybox-lock-test { overflow-y: hidden !important; } .fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; opacity: .8; background: rgba(119,119,119,0.5); } .fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; } .fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; } /* Title helper */ .fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; } .fancybox-opened .fancybox-title { visibility: visible; } .fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; } .fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; } .fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; } .fancybox-title-inside-wrap { padding-top: 10px; } .fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); } /*Retina graphics!*/ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../../frontend/Smartwave/porto/de_DE/fancybox/css/images/fancybox_sprite@2x.png'); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ } #fancybox-loading div { background-image: url('../../frontend/Smartwave/porto/de_DE/fancybox/css/images/fancybox_loading@2x.gif'); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } }  .porto-icon-spin1:before { content: '\e800'; } /* '' */ .porto-icon-cancel:before { content: '\e801'; } /* '' */ .porto-icon-cancel-1:before { content: '\e802'; } /* '' */ .porto-icon-spin2:before { content: '\e803'; } /* '' */ .porto-icon-spin3:before { content: '\e804'; } /* '' */ .porto-icon-spin4:before { content: '\e805'; } /* '' */ .porto-icon-spin5:before { content: '\e806'; } /* '' */ .porto-icon-spin6:before { content: '\e807'; } /* '' */ .porto-icon-firefox:before { content: '\e808'; } /* '' */ .porto-icon-chrome:before { content: '\e809'; } /* '' */ .porto-icon-opera:before { content: '\e80a'; } /* '' */ .porto-icon-ie:before { content: '\e80b'; } /* '' */ .porto-icon-money:before { content: '\e80c'; } /* '' */ .porto-icon-cart-thick:before { content: '\e80d'; } /* '' */ .porto-icon-shipping:before { content: '\e80e'; } /* '' */ .porto-icon-support:before { content: '\e80f'; } /* '' */ .porto-icon-business-book:before { content: '\e810'; } /* '' */ .porto-icon-percent-shape:before { content: '\e811'; } /* '' */ .porto-icon-sale-label:before { content: '\e812'; } /* '' */ .porto-icon-wishlist:before { content: '\e813'; } /* '' */ .porto-icon-sale-discount:before { content: '\e814'; } /* '' */ .porto-icon-phone-call:before { content: '\e815'; } /* '' */ .porto-icon-help-circle:before { content: '\e816'; } /* '' */ .porto-icon-shipping-truck:before { content: '\e817'; } /* '' */ .porto-icon-map-location:before { content: '\e818'; } /* '' */ .porto-icon-angle-left:before { content: '\e819'; } /* '' */ .porto-icon-angle-right:before { content: '\e81a'; } /* '' */ .porto-icon-angle-up:before { content: '\e81b'; } /* '' */ .porto-icon-angle-down:before { content: '\e81c'; } /* '' */ .porto-icon-down-1:before { content: '\e81d'; } /* '' */ .porto-icon-left-1:before { content: '\e81e'; } /* '' */ .porto-icon-right-1:before { content: '\e81f'; } /* '' */ .porto-icon-up-1:before { content: '\e820'; } /* '' */ .porto-icon-angle-double-left:before { content: '\e821'; } /* '' */ .porto-icon-angle-double-right:before { content: '\e822'; } /* '' */ .porto-icon-angle-double-up:before { content: '\e823'; } /* '' */ .porto-icon-angle-double-down:before { content: '\e824'; } /* '' */ .porto-icon-pulley:before { content: '\e825'; } /* '' */ .porto-icon-check-circle-2:before { content: '\e826'; } /* '' */ .porto-icon-skype-1:before { content: '\e827'; } /* '' */ .porto-icon-wishlist-1:before { content: '\e828'; } /* '' */ .porto-icon-cart-thick-1:before { content: '\e829'; } /* '' */ .porto-icon-envelope:before { content: '\e82a'; } /* '' */ .porto-icon-user-3:before { content: '\e82b'; } /* '' */ .porto-icon-long-arrow-alt-1:before { content: '\e82c'; } /* '' */ .porto-icon-search-5:before { content: '\e82d'; } /* '' */ .porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */ .porto-icon-fax:before { content: '\e82f'; } /* '' */ .porto-icon-lock:before { content: '\e830'; } /* '' */ .porto-icon-company:before { content: '\e831'; } /* '' */ .porto-icon-city:before { content: '\e832'; } /* '' */ .porto-icon-post:before { content: '\e833'; } /* '' */ .porto-icon-country:before { content: '\e834'; } /* '' */ .porto-icon-rotate:before { content: '\e835'; } /* '' */ .porto-icon-rotate-1:before { content: '\e836'; } /* '' */ .porto-icon-mobile-1:before { content: '\e837'; } /* '' */ .porto-icon-help-2:before { content: '\e838'; } /* '' */ .porto-icon-forward:before { content: '\e83d'; } /* '' */ .porto-icon-cog:before { content: '\e83f'; } /* '' */ .porto-icon-cog-alt:before { content: '\e840'; } /* '' */ .porto-icon-wrench:before { content: '\e841'; } /* '' */ .porto-icon-quote-left:before { content: '\e842'; } /* '' */ .porto-icon-quote-right:before { content: '\e843'; } /* '' */ .porto-icon-gift-1:before { content: '\e844'; } /* '' */ .porto-icon-euro:before { content: '\e846'; } /* '' */ .porto-icon-pound:before { content: '\e847'; } /* '' */ .porto-icon-rupee:before { content: '\e848'; } /* '' */ .porto-icon-yen:before { content: '\e849'; } /* '' */ .porto-icon-rouble:before { content: '\e84a'; } /* '' */ .porto-icon-try:before { content: '\e84b'; } /* '' */ .porto-icon-won:before { content: '\e84c'; } /* '' */ .porto-icon-bitcoin:before { content: '\e84d'; } /* '' */ .porto-icon-ok-1:before { content: '\e84e'; } /* '' */ .porto-icon-users:before { content: '\e85b'; } /* '' */ .porto-icon-video:before { content: '\e85c'; } /* '' */ .porto-icon-desktop:before { content: '\e85e'; } /* '' */ .porto-icon-doc-inv:before { content: '\e85f'; } /* '' */ .porto-icon-circle:before { content: '\e860'; } /* '' */ .porto-icon-circle-thin:before { content: '\e862'; } /* '' */ .porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */ .porto-icon-attention-alt:before { content: '\e865'; } /* '' */ .porto-icon-compare-link:before { content: '\e867'; } /* '' */ .porto-icon-cat-default:before { content: '\e868'; } /* '' */ .porto-icon-tag-line:before { content: '\e870'; } /* '' */ .porto-icon-bag:before { content: '\e871'; } /* '' */ .porto-icon-search-1:before { content: '\e872'; } /* '' */ .porto-icon-online-support:before { content: '\e877'; } /* '' */ .porto-icon-shopping-bag:before { content: '\e878'; } /* '' */ .porto-icon-us-dollar:before { content: '\e879'; } /* '' */ .porto-icon-shipped:before { content: '\e87a'; } /* '' */ .porto-icon-list:before { content: '\e87b'; } /* '' */ .porto-icon-bag-2:before { content: '\e87f'; } /* '' */ .porto-icon-grid:before { content: '\e880'; } /* '' */ .porto-icon-bag-3:before { content: '\e881'; } /* '' */ .porto-icon-direction:before { content: '\e882'; } /* '' */ .porto-icon-home:before { content: '\e883'; } /* '' */ .porto-icon-magnifier:before { content: '\e884'; } /* '' */ .porto-icon-magnifier-add:before { content: '\e885'; } /* '' */ .porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */ .porto-icon-phone-1:before { content: '\e887'; } /* '' */ .porto-icon-clock-1:before { content: '\e888'; } /* '' */ .porto-icon-heart-1:before { content: '\e889'; } /* '' */ .porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */ .porto-icon-credit-card:before { content: '\e88c'; } /* '' */ .porto-icon-action-undo:before { content: '\e88d'; } /* '' */ .porto-icon-envolope:before { content: '\e88e'; } /* '' */ .porto-icon-chart:before { content: '\e88f'; } /* '' */ .porto-icon-long-arrow-right:before { content: '\e897'; } /* '' */ .porto-icon-check-circle-1:before { content: '\e89c'; } /* '' */ .porto-icon-long-arrow-alt:before { content: '\e89e'; } /* '' */ .porto-icon-user-1:before { content: '\e8b9'; } /* '' */ .porto-icon-shopping-cart:before { content: '\e8ba';-webkit-font-smoothing: inherit; } /* '' */ .porto-icon-phone-2:before { content: '\e8bb'; } /* '' */ .porto-icon-percent-circle:before { content: '\e8bf'; } /* '' */ .porto-icon-check-circle:before { content: '\e8c1'; } /* '' */ .porto-icon-password-lock:before { content: '\e8c2'; } /* '' */ .porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */ .porto-icon-check-solid:before { content: '\e8c5'; } /* '' */ .porto-icon-rotulo:before { content: '\e8c6'; } /* '' */ .porto-icon-comida-organica:before { content: '\e8c7'; } /* '' */ .porto-icon-estrela:before { content: '\e8c8'; } /* '' */ .porto-icon-fazer-compras:before { content: '\e8c9'; } /* '' */ .porto-icon-gluten:before { content: '\e8ca'; } /* '' */ .porto-icon-arrow-forward-right:before { content: '\e8cc'; } /* '' */ .porto-icon-category-home:before { content: '\e900'; } /* '' */ .porto-icon-category-motors:before { content: '\e901'; } /* '' */ .porto-icon-category-music:before { content: '\e902'; } /* '' */ .porto-icon-category-gifts:before { content: '\e903'; } /* '' */ .porto-icon-category-electronics:before { content: '\e904'; } /* '' */ .porto-icon-category-fashion:before { content: '\e905'; } /* '' */ .porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */ .porto-icon-tag-percent:before { content: '\e907'; } /* '' */ .porto-icon-console:before { content: '\e908'; } /* '' */ .porto-icon-category-furniture:before { content: '\e909'; } /* '' */ .porto-icon-category-garden:before { content: '\e90a'; } /* '' */ .porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */ .porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */ .porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */ .porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */ .porto-icon-category-steering:before { content: '\e90f'; } /* '' */ .porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */ .porto-icon-category-fluids:before { content: '\e911'; } /* '' */ .porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */ .porto-icon-category-chains:before { content: '\e913'; } /* '' */ .porto-icon-category-frames:before { content: '\e914'; } /* '' */ .porto-icon-category-pedals:before { content: '\e915'; } /* '' */ .porto-icon-category-saddle:before { content: '\e916'; } /* '' */ .porto-icon-category-tools:before { content: '\e917'; } /* '' */ .porto-icon-search-4:before { content: '\e918'; } /* '' */ .porto-icon-secure-payment:before { content: '\e919'; } /* '' */ .porto-icon-user-2:before { content: '\e91a'; } /* '' */ .porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */ .porto-icon-gift2:before { content: '\e91c'; } /* '' */ .porto-icon-edit:before { content: '\e91d'; } /* '' */ .porto-icon-chef:before { content: '\e91e'; } /* '' */ .porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */ .porto-icon-tshirt:before { content: '\e920'; } /* '' */ .porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */ .porto-icon-smiling-baby:before { content: '\e922'; } /* '' */ .porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */ .porto-icon-callin:before { content: '\e924'; } /* '' */ .porto-icon-atmark:before { content: '\e925'; } /* '' */ .porto-icon-uniE926:before { content: '\e926'; } /* '' */ .porto-icon-uniE927:before { content: '\e927'; } /* '' */ .porto-icon-uniE928:before { content: '\e928'; } /* '' */ .porto-icon-spinner:before { content: '\f110'; } /* '' */ .porto-icon-sliders:before { content: '\f1de'; } /* '' */ .porto-icon-shopping-basket:before { content: '\f291'; } /* '' */ .porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */ .porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */ .porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */ .porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */ .porto-icon-up-open:before { content: '\f800'; } /* '' */ .porto-icon-right-open:before { content: '\f801'; } /* '' */ .porto-icon-left-open:before { content: '\f802'; } /* '' */ .porto-icon-down-open:before { content: '\f803'; } /* '' */ .porto-icon-up-open-mini:before { content: '\f804'; } /* '' */ .porto-icon-right-open-mini:before { content: '\f805'; } /* '' */ .porto-icon-left-open-mini:before { content: '\f806'; } /* '' */ .porto-icon-down-open-mini:before { content: '\f807'; } /* '' */ .porto-icon-up-open-big:before { content: '\f808'; } /* '' */ .porto-icon-right-open-big:before { content: '\f809'; } /* '' */ .porto-icon-left-open-big:before { content: '\f80a'; } /* '' */ .porto-icon-down-open-big:before { content: '\f80b'; } /* '' */ .porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */ .porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */ .porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */ .porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */ .porto-icon-basket:before { content: '\f814'; } /* '' */ .porto-icon-mini-cart:before { content: '\f815'; } /* '' */ .porto-icon-heart:before { content: '\f816'; } /* '' */ .porto-icon-search:before { content: '\f818'; } /* '' */ .porto-icon-cancel-2:before { content: '\f819'; } /* '' */ .porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */ .porto-icon-up-dir:before { content: '\f820'; } /* '' */ .porto-icon-right-dir:before { content: '\f821'; } /* '' */ .porto-icon-left-dir:before { content: '\f822'; } /* '' */ .porto-icon-down-dir:before { content: '\f823'; } /* '' */ .porto-icon-phone:before { content: '\f824'; } /* '' */ .porto-icon-pencil:before { content: '\f825'; } /* '' */ .porto-icon-pencil-mini:before { content: '\f826'; } /* '' */ .porto-icon-menu:before { content: '\f827'; } /* '' */ .porto-icon-location:before { content: '\f828'; } /* '' */ .porto-icon-mail:before { content: '\f829'; } /* '' */ .porto-icon-clock:before { content: '\f82a'; } /* '' */ .porto-icon-ok:before { content: '\f82b'; } /* '' */ .porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */ .porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */ .porto-icon-plus-squared:before { content: '\f82e'; } /* '' */ .porto-icon-minus-squared:before { content: '\f82f'; } /* '' */ .porto-icon-truck:before { content: '\f830'; } /* '' */ .porto-icon-dollar:before { content: '\f831'; } /* '' */ .porto-icon-lifebuoy:before { content: '\f832'; } /* '' */ .porto-icon-facebook:before { content: '\f833'; } /* '' */ .porto-icon-twitter:before { content: '\f834'; } /* '' */ .porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */ .porto-icon-pinterest:before { content: '\f836'; } /* '' */ .porto-icon-gplus:before { content: '\f837'; } /* '' */ .porto-icon-youtube:before { content: '\f838'; } /* '' */ .porto-icon-th:before { content: '\f839'; } /* '' */ .porto-icon-th-list:before { content: '\f83a'; } /* '' */ .porto-icon-chart-bar:before { content: '\f83b'; } /* '' */ .porto-icon-heart-empty:before { content: '\f83c'; } /* '' */ .porto-icon-instagram:before { content: '\f83d'; } /* '' */ .porto-icon-up:before { content: '\f840'; } /* '' */ .porto-icon-right:before { content: '\f841'; } /* '' */ .porto-icon-down:before { content: '\f842'; } /* '' */ .porto-icon-left:before { content: '\f843'; } /* '' */ .porto-icon-star:before { content: '\f844'; } /* '' */ .porto-icon-star-empty:before { content: '\f845'; } /* '' */ .porto-icon-ok-circled:before { content: '\f846'; } /* '' */ .porto-icon-cancel-circled:before { content: '\f847'; } /* '' */ .porto-icon-help-circled:before { content: '\f848'; } /* '' */ .porto-icon-info-circled:before { content: '\f849'; } /* '' */ .porto-icon-attention:before { content: '\f84a'; } /* '' */ .porto-icon-mobile:before { content: '\f84b'; } /* '' */ .porto-icon-mail-alt:before { content: '\f84c'; } /* '' */ .porto-icon-skype:before { content: '\f84d'; } /* '' */ .porto-icon-doc:before { content: '\f84e'; } /* '' */ .porto-icon-user:before { content: '\f850'; } /* '' */ .porto-icon-help:before { content: '\f851'; } /* '' */ .porto-icon-info:before { content: '\f852'; } /* '' */ .porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */ .porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */ .porto-icon-chevron-left:before { content: '\f855'; } /* '' */ .porto-icon-chevron-right:before { content: '\f856'; } /* '' */ .porto-icon-reply:before { content: '\f857'; } /* '' */ .porto-icon-paper-plane:before { content: '\f858'; } /* '' */ .porto-icon-magnify:before { content: '\f859'; } /* '' */ .porto-icon-zoom-in:before { content: '\f85a'; } /* '' */ .porto-icon-zoom-out:before { content: '\f85b'; } /* '' */ .porto-icon-chat:before { content: '\f860'; } /* '' */ .porto-icon-folder:before { content: '\f861'; } /* '' */ .porto-icon-folder-open:before { content: '\f862'; } /* '' */ .porto-icon-tag:before { content: '\f863'; } /* '' */ .porto-icon-tags:before { content: '\f864'; } /* '' */ .porto-icon-calendar:before { content: '\f865'; } /* '' */ .porto-icon-circle-empty:before { content: '\f870'; } /* '' */ .porto-icon-shirt:before { content: '\f871'; } /* '' */ .porto-icon-computer:before { content: '\f872'; } /* '' */ .porto-icon-toys:before { content: '\f873'; } /* '' */ .porto-icon-garden:before { content: '\f874'; } /* '' */ .porto-icon-couch:before { content: '\f875'; } /* '' */ .porto-icon-sports:before { content: '\f876'; } /* '' */ .porto-icon-gift:before { content: '\f877'; } /* '' */ .porto-icon-eye:before { content: '\f878'; } /* '' */ .porto-icon-export:before { content: '\f879'; } /* '' */ .porto-icon-bag-4:before { content: '\f87a'; } /* '' */ .porto-icon-search-3:before { content: '\f87b'; } /* '' */ .porto-icon-check:before { content: '\f87c'; } /* '' */ .porto-icon-check-empty:before { content: '\f87d'; } /* '' */ .porto-icon-package:before { content: '\f87e'; } /* '' */ .porto-icon-search-2:before { content: '\f880'; } /* '' */ .porto-icon-bag-1:before { content: '\f881'; } /* '' */ .porto-icon-plus:before { content: '\f882'; } /* '' */ .porto-icon-minus:before { content: '\f883'; } /* '' */ @font-face {font-display:swap; font-family: 'simple-line-icons'; src: url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0'); src: url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Smartwave/porto/de_DE/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); font-weight: normal; font-style: normal; } [class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] { font-family: 'Simple-Line-Icons'!important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .Simple-Line-Icons-user:before { content: "\e005"; } .Simple-Line-Icons-people:before { content: "\e001"; } .Simple-Line-Icons-user-female:before { content: "\e000"; } .Simple-Line-Icons-user-follow:before { content: "\e002"; } .Simple-Line-Icons-user-following:before { content: "\e003"; } .Simple-Line-Icons-user-unfollow:before { content: "\e004"; } .Simple-Line-Icons-login:before { content: "\e066"; } .Simple-Line-Icons-logout:before { content: "\e065"; } .Simple-Line-Icons-emotsmile:before { content: "\e021"; } .Simple-Line-Icons-phone:before { content: "\e600"; } .Simple-Line-Icons-call-end:before { content: "\e048"; } .Simple-Line-Icons-call-in:before { content: "\e047"; } .Simple-Line-Icons-call-out:before { content: "\e046"; } .Simple-Line-Icons-map:before { content: "\e033"; } .Simple-Line-Icons-location-pin:before { content: "\e096"; } .Simple-Line-Icons-direction:before { content: "\e042"; } .Simple-Line-Icons-directions:before { content: "\e041"; } .Simple-Line-Icons-compass:before { content: "\e045"; } .Simple-Line-Icons-layers:before { content: "\e034"; } .Simple-Line-Icons-menu:before { content: "\e601"; } .Simple-Line-Icons-list:before { content: "\e067"; } .Simple-Line-Icons-options-vertical:before { content: "\e602"; } .Simple-Line-Icons-options:before { content: "\e603"; } .Simple-Line-Icons-arrow-down:before { content: "\e604"; } .Simple-Line-Icons-arrow-left:before { content: "\e605"; } .Simple-Line-Icons-arrow-right:before { content: "\e606"; } .Simple-Line-Icons-arrow-up:before { content: "\e607"; } .Simple-Line-Icons-arrow-up-circle:before { content: "\e078"; } .Simple-Line-Icons-arrow-left-circle:before { content: "\e07a"; } .Simple-Line-Icons-arrow-right-circle:before { content: "\e079"; } .Simple-Line-Icons-arrow-down-circle:before { content: "\e07b"; } .Simple-Line-Icons-check:before { content: "\e080"; } .Simple-Line-Icons-clock:before { content: "\e081"; } .Simple-Line-Icons-plus:before { content: "\e095"; } .Simple-Line-Icons-minus:before { content: "\e615"; } .Simple-Line-Icons-close:before { content: "\e082"; } .Simple-Line-Icons-event:before { content: "\e619"; } .Simple-Line-Icons-exclamation:before { content: "\e617"; } .Simple-Line-Icons-organization:before { content: "\e616"; } .Simple-Line-Icons-trophy:before { content: "\e006"; } .Simple-Line-Icons-screen-smartphone:before { content: "\e010"; } .Simple-Line-Icons-screen-desktop:before { content: "\e011"; } .Simple-Line-Icons-plane:before { content: "\e012"; } .Simple-Line-Icons-notebook:before { content: "\e013"; } .Simple-Line-Icons-mustache:before { content: "\e014"; } .Simple-Line-Icons-mouse:before { content: "\e015"; } .Simple-Line-Icons-magnet:before { content: "\e016"; } .Simple-Line-Icons-energy:before { content: "\e020"; } .Simple-Line-Icons-disc:before { content: "\e022"; } .Simple-Line-Icons-cursor:before { content: "\e06e"; } .Simple-Line-Icons-cursor-move:before { content: "\e023"; } .Simple-Line-Icons-crop:before { content: "\e024"; } .Simple-Line-Icons-chemistry:before { content: "\e026"; } .Simple-Line-Icons-speedometer:before { content: "\e007"; } .Simple-Line-Icons-shield:before { content: "\e00e"; } .Simple-Line-Icons-screen-tablet:before { content: "\e00f"; } .Simple-Line-Icons-magic-wand:before { content: "\e017"; } .Simple-Line-Icons-hourglass:before { content: "\e018"; } .Simple-Line-Icons-graduation:before { content: "\e019"; } .Simple-Line-Icons-ghost:before { content: "\e01a"; } .Simple-Line-Icons-game-controller:before { content: "\e01b"; } .Simple-Line-Icons-fire:before { content: "\e01c"; } .Simple-Line-Icons-eyeglass:before { content: "\e01d"; } .Simple-Line-Icons-envelope-open:before { content: "\e01e"; } .Simple-Line-Icons-envelope-letter:before { content: "\e01f"; } .Simple-Line-Icons-bell:before { content: "\e027"; } .Simple-Line-Icons-badge:before { content: "\e028"; } .Simple-Line-Icons-anchor:before { content: "\e029"; } .Simple-Line-Icons-wallet:before { content: "\e02a"; } .Simple-Line-Icons-vector:before { content: "\e02b"; } .Simple-Line-Icons-speech:before { content: "\e02c"; } .Simple-Line-Icons-puzzle:before { content: "\e02d"; } .Simple-Line-Icons-printer:before { content: "\e02e"; } .Simple-Line-Icons-present:before { content: "\e02f"; } .Simple-Line-Icons-playlist:before { content: "\e030"; } .Simple-Line-Icons-pin:before { content: "\e031"; } .Simple-Line-Icons-picture:before { content: "\e032"; } .Simple-Line-Icons-handbag:before { content: "\e035"; } .Simple-Line-Icons-globe-alt:before { content: "\e036"; } .Simple-Line-Icons-globe:before { content: "\e037"; } .Simple-Line-Icons-folder-alt:before { content: "\e039"; } .Simple-Line-Icons-folder:before { content: "\e089"; } .Simple-Line-Icons-film:before { content: "\e03a"; } .Simple-Line-Icons-feed:before { content: "\e03b"; } .Simple-Line-Icons-drop:before { content: "\e03e"; } .Simple-Line-Icons-drawer:before { content: "\e03f"; } .Simple-Line-Icons-docs:before { content: "\e040"; } .Simple-Line-Icons-doc:before { content: "\e085"; } .Simple-Line-Icons-diamond:before { content: "\e043"; } .Simple-Line-Icons-cup:before { content: "\e044"; } .Simple-Line-Icons-calculator:before { content: "\e049"; } .Simple-Line-Icons-bubbles:before { content: "\e04a"; } .Simple-Line-Icons-briefcase:before { content: "\e04b"; } .Simple-Line-Icons-book-open:before { content: "\e04c"; } .Simple-Line-Icons-basket-loaded:before { content: "\e04d"; } .Simple-Line-Icons-basket:before { content: "\e04e"; } .Simple-Line-Icons-bag:before { content: "\e04f"; } .Simple-Line-Icons-action-undo:before { content: "\e050"; } .Simple-Line-Icons-action-redo:before { content: "\e051"; } .Simple-Line-Icons-wrench:before { content: "\e052"; } .Simple-Line-Icons-umbrella:before { content: "\e053"; } .Simple-Line-Icons-trash:before { content: "\e054"; } .Simple-Line-Icons-tag:before { content: "\e055"; } .Simple-Line-Icons-support:before { content: "\e056"; } .Simple-Line-Icons-frame:before { content: "\e038"; } .Simple-Line-Icons-size-fullscreen:before { content: "\e057"; } .Simple-Line-Icons-size-actual:before { content: "\e058"; } .Simple-Line-Icons-shuffle:before { content: "\e059"; } .Simple-Line-Icons-share-alt:before { content: "\e05a"; } .Simple-Line-Icons-share:before { content: "\e05b"; } .Simple-Line-Icons-rocket:before { content: "\e05c"; } .Simple-Line-Icons-question:before { content: "\e05d"; } .Simple-Line-Icons-pie-chart:before { content: "\e05e"; } .Simple-Line-Icons-pencil:before { content: "\e05f"; } .Simple-Line-Icons-note:before { content: "\e060"; } .Simple-Line-Icons-loop:before { content: "\e064"; } .Simple-Line-Icons-home:before { content: "\e069"; } .Simple-Line-Icons-grid:before { content: "\e06a"; } .Simple-Line-Icons-graph:before { content: "\e06b"; } .Simple-Line-Icons-microphone:before { content: "\e063"; } .Simple-Line-Icons-music-tone-alt:before { content: "\e061"; } .Simple-Line-Icons-music-tone:before { content: "\e062"; } .Simple-Line-Icons-earphones-alt:before { content: "\e03c"; } .Simple-Line-Icons-earphones:before { content: "\e03d"; } .Simple-Line-Icons-equalizer:before { content: "\e06c"; } .Simple-Line-Icons-like:before { content: "\e068"; } .Simple-Line-Icons-dislike:before { content: "\e06d"; } .Simple-Line-Icons-control-start:before { content: "\e06f"; } .Simple-Line-Icons-control-rewind:before { content: "\e070"; } .Simple-Line-Icons-control-play:before { content: "\e071"; } .Simple-Line-Icons-control-pause:before { content: "\e072"; } .Simple-Line-Icons-control-forward:before { content: "\e073"; } .Simple-Line-Icons-control-end:before { content: "\e074"; } .Simple-Line-Icons-volume-1:before { content: "\e09f"; } .Simple-Line-Icons-volume-2:before { content: "\e0a0"; } .Simple-Line-Icons-volume-off:before { content: "\e0a1"; } .Simple-Line-Icons-calendar:before { content: "\e075"; } .Simple-Line-Icons-bulb:before { content: "\e076"; } .Simple-Line-Icons-chart:before { content: "\e077"; } .Simple-Line-Icons-ban:before { content: "\e07c"; } .Simple-Line-Icons-bubble:before { content: "\e07d"; } .Simple-Line-Icons-camrecorder:before { content: "\e07e"; } .Simple-Line-Icons-camera:before { content: "\e07f"; } .Simple-Line-Icons-cloud-download:before { content: "\e083"; } .Simple-Line-Icons-cloud-upload:before { content: "\e084"; } .Simple-Line-Icons-envelope:before { content: "\e086"; } .Simple-Line-Icons-eye:before { content: "\e087"; } .Simple-Line-Icons-flag:before { content: "\e088"; } .Simple-Line-Icons-heart:before { content: "\e08a"; } .Simple-Line-Icons-info:before { content: "\e08b"; } .Simple-Line-Icons-key:before { content: "\e08c"; } .Simple-Line-Icons-link:before { content: "\e08d"; } .Simple-Line-Icons-lock:before { content: "\e08e"; } .Simple-Line-Icons-lock-open:before { content: "\e08f"; } .Simple-Line-Icons-magnifier:before { content: "\e090"; } .Simple-Line-Icons-magnifier-add:before { content: "\e091"; } .Simple-Line-Icons-magnifier-remove:before { content: "\e092"; } .Simple-Line-Icons-paper-clip:before { content: "\e093"; } .Simple-Line-Icons-paper-plane:before { content: "\e094"; } .Simple-Line-Icons-power:before { content: "\e097"; } .Simple-Line-Icons-refresh:before { content: "\e098"; } .Simple-Line-Icons-reload:before { content: "\e099"; } .Simple-Line-Icons-settings:before { content: "\e09a"; } .Simple-Line-Icons-star:before { content: "\e09b"; } .Simple-Line-Icons-symbol-female:before { content: "\e09c"; } .Simple-Line-Icons-symbol-male:before { content: "\e09d"; } .Simple-Line-Icons-target:before { content: "\e09e"; } .Simple-Line-Icons-credit-card:before { content: "\e025"; } .Simple-Line-Icons-paypal:before { content: "\e608"; } .Simple-Line-Icons-social-tumblr:before { content: "\e00a"; } .Simple-Line-Icons-social-twitter:before { content: "\e009"; } .Simple-Line-Icons-social-facebook:before { content: "\e00b"; } .Simple-Line-Icons-social-instagram:before { content: "\e609"; } .Simple-Line-Icons-social-linkedin:before { content: "\e60a"; } .Simple-Line-Icons-social-pinterest:before { content: "\e60b"; } .Simple-Line-Icons-social-github:before { content: "\e60c"; } .Simple-Line-Icons-social-google:before { content: "\e60d"; } .Simple-Line-Icons-social-reddit:before { content: "\e60e"; } .Simple-Line-Icons-social-skype:before { content: "\e60f"; } .Simple-Line-Icons-social-dribbble:before { content: "\e00d"; } .Simple-Line-Icons-social-behance:before { content: "\e610"; } .Simple-Line-Icons-social-foursqare:before { content: "\e611"; } .Simple-Line-Icons-social-soundcloud:before { content: "\e612"; } .Simple-Line-Icons-social-spotify:before { content: "\e613"; } .Simple-Line-Icons-social-stumbleupon:before { content: "\e614"; } .Simple-Line-Icons-social-youtube:before { content: "\e008"; } .Simple-Line-Icons-social-dropbox:before { content: "\e00c"; } .Simple-Line-Icons-social-vkontakte:before { content: "\e618"; } .Simple-Line-Icons-social-steam:before { content: "\e620"; } /* Animation example, for spinners */ .animate-spin { -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; display: inline-block; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-o-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin { 0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/porto/de_DE/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900} .fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-x-twitter:before{content:"\e61b"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"} /** css related to Uppy **/ .uppy-Dashboard-progressindicators, .uppy-Dashboard-close, .uppy-Dashboard-dropFilesHereHint, .uppy-Dashboard-inner{ display:none; } .image.image-placeholder #fileUploader{ border:500px solid transparent; bottom:0; cursor:pointer; font-size:10em; height:100%; left:0; opacity:0; position:absolute; right:0; top:0; width:100%; z-index:3 } /* Contdonwn */ .sw-dailydeal-wrapper { padding: 13px; position: absolute; width: 100%; left: 0; bottom: 0; z-index: 4; } .sw-dailydeal { font-size: 13px; font-weight: 500; color: #fff; background-color: rgba(0,136,204,0.7); width: 100%; z-index: 5; font-family: 'Oswald'; text-transform: uppercase; line-height: 1; padding: 5px 9px 5px; text-align: center; } .sw-dailydeal .number { display: inline-block; vertical-align: middle; } .sw-dailydeal p { margin: 0; } .sw-dailydeal .line { display: none; } .sw-dailydeal .caption { display: inline-block; vertical-align: middle; margin: 0 0; } .sw-dailydeal .number-wrapper { display: inline-block; vertical-align: middle; } .sw-dailydeal .number-wrapper > * { line-height: 25px; } .sw-dailydeal .dailydeal-label { display: inline-block; vertical-align: middle; font-size: 11px; font-weight: 400; } .catalog-product-view .sw-dailydeal-wrapper { position: static; padding: 0; margin-bottom: 30px; margin-top: -10px; } .catalog-product-view .sw-dailydeal { display: block; background-color: transparent; padding: 0; text-align: left; } .catalog-product-view .sw-dailydeal .dailydeal-label { display: block; color: #21293c; font-family: 'Open Sans'; font-size: 15px; font-weight: 600; margin-bottom: 8px; } .catalog-product-view .sw-dailydeal .number-wrapper { background-color: #08c; display: inline-block; width: 66px; text-align: center; float: left; margin-right: 2px; } .catalog-product-view .sw-dailydeal .caption { display: block; font-size: 10px; font-weight: 400; margin: 0; margin-bottom: 11px; } .catalog-product-view .sw-dailydeal .number { font-size: 18px; line-height: 1.7; margin-top: 6px; } .catalog-product-view .sw-dailydeal-wrapper:after { content: ''; display: table; clear: both; } /** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ /* * Owl Carousel - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0; font: inherit; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { transition: height 500ms ease-in-out; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("../../frontend/Smartwave/porto/de_DE/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } .owl-carousel .owl-item .owl-lazy {opacity: 1;} .owl-carousel {margin-bottom: 20px;} .owl-carousel.row {width: auto;} .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;} .owl-carousel .img-thumbnail {max-width: 100%;} .owl-carousel .img-thumbnail img {width: 100%;} .owl-carousel .item-video {height: 300px;} .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;} .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;} .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);} .owl-carousel .owl-nav .owl-prev {left: 0;} .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;} .owl-carousel .owl-nav .owl-next {right: 0;} .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;} .owl-carousel .owl-dots {margin-top: 1em;} .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;} .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;} .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;} .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;} .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);} .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);} .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;} .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);} .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;} .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;} .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;} .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;} .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;} .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;} .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;} .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;} .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;} .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px} .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;} .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;} .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;} .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;} .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;} .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;} .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;} .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;} .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;} .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;} .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";} .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";} .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;} .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;} .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;} .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;} .owl-carousel.nav-center-images-only .owl-nav {top: 37%;} .owl-carousel.top-border {padding-top: 18px;} .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;} .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;} .owl-carousel .wpb_content_element {margin-bottom: 0;} .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;} .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;} .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7} .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;} .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;} .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;} .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;} .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;} .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;} .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;} .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;} .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;} .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;} .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;} .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;} .products-slider.owl-carousel .owl-dot {vertical-align: middle;} .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;} .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;} .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;} .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;} .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;} .widget .owl-carousel .owl-dots {margin-bottom: -10px;} /* Stripe Express */ @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .box-tocart .action.tocart.payment-request-button { padding: 0; } :root { --stripe-payment-button-min-width: 248px; } .payment-request-button { min-width: var(--stripe-payment-button-min-width); height: auto; } .payment-request-button.disabled, .payment-request-button.disabled * { pointer-events: none !important; } .payment-request-button.disabled { opacity: 0.5; filter: grayscale(50%); } .catalog-product-view .payment-request-button { margin-bottom: 15px; } @media screen and (min-width: 768px) { .catalog-product-view .payment-request-button { margin-right: 1%; width: 49%; } } .stripe-payments-express-minicart { margin-top: 15px; } .stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart { width: 100% !important; } .cart-summary .stripe-payments-express-minicart { margin-top: 0; margin-bottom: 25px; } .block-bundle-summary .box-tocart .actions .payment-request-button { min-width: var(--stripe-payment-button-min-width); }.attributepages-grid-wrapper { margin: 0 0 10px; } .attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; } .attributepages-grid-wrapper .attributepages-title { text-decoration: none; } .attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; } .attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; } .attributepages-grid-wrapper li a.option-image:hover { background: none; } .attributepages-grid-wrapper img, .attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; } /* Link mode */ .attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; } .attributepages-cols-2 li.item { width: 48% !important; } .attributepages-cols-3 li.item { width: 31.3% !important; } .attributepages-cols-4 li.item { width: 23% !important; } .attributepages-cols-5 li.item { width: 18% !important; } .attributepages-cols-6 li.item { width: 14.6% !important; } .attributepages-cols-7 li.item { width: 12.2% !important; } .attributepages-cols-8 li.item { width: 10.5% !important; } /* Anchor for grouped option list */ .attributepages-options-group { margin: 0 0 15px; } .attributepages-options-group:last-child { margin: 0; } .attributepages-options-group-title { border-bottom: 1px solid #e4e4e4; color: #555; font-size: 1.05em; line-height: 20px; margin: 0 0 10px; padding: 5px 1%; position: relative; text-transform: uppercase; } .attributepages-options-anchor { top: 0; left: -20px; cursor: pointer; display: block; padding-left: 10px; padding-right: 6px; position: absolute; text-decoration: none; } .attributepages-options-anchor span { display: none; color: #585a5d; font-size: .9em; } /* block styles */ .attributepages-block .block-title { font-size: 18px; background: #fff; } .attributepages-block .block-content { padding: 5px 7px; } .block .attributepages-grid-wrapper, .nav-dropdown .attributepages-grid-wrapper { margin: 0; } /* Slider block */ .attributepages-slider-content { padding: 0 10px; } /* std styles reset */ .list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; } ul.attributepages-grid { margin: 0; padding: 0; list-style: none; } /* third-party extensions integration */ .nav-dropdown .attributepages-grid-wrapper { padding: 5px; } /* product and category pages */ .list-attributepages { margin: 5px 0; padding: 0; } .list-attributepages li { display: inline-block; max-width: 100%; } .list-attributepages a:hover { text-decoration: underline; } .list-attributepages.with-description li { display: block; margin-bottom: 6px; } .list-attributepages img { display: inline; vertical-align: middle; } .list-attributepages .attributepages-short-description { margin-top: 3px; opacity: .7; } .list-attributepages .attributepages-short-description p { margin-bottom: 5px; } .attributepages-parent-link { font-size: 0.85em; } /* helper classes */ .list-block li { display: block; } .list-attributepages.a-center { text-align: center; } .list-attributepages.clear { clear: both; } .hidden-label .attributepages-parent-title { display: none; } /* category listing */ .products-grid .list-attributepages { border: 1px solid #eee; border-radius: 4px; padding: 5px; } .products-list .list-attributepages, .products-grid .list-attributepages { clear: left; } @media (max-width: 480px) { .products-grid .list-attributepages { margin: 5px; } } .attributepages-grid, .list-attributepages { zoom: 1; } .attributepages-grid:after, .list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; } .easybanner-banner > [data-content-type="html"] { display: contents; } .easybanner-banner img { vertical-align: top; height: auto; } .easybanner-layout-magazine { position: relative; } .easybanner-layout-magazine .easybanner-title { display: inline-block; position: absolute; z-index: 10; left: 10px; top: 10px; color: #fafafa; text-decoration: none; font-size: 25px; font-weight: bold; text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); } @media (min-width: 768px) and (max-width: 1024px) { .easybanner-layout-magazine .easybanner-title { font-size: 18px; } } .easybanner-layout-magazine .easybanner-title.bottom { top: auto; bottom: 10px; } .easybanner-layout-magazine .easybanner-title.right { text-align: right; left: auto; right: 10px; } .easybanner-layout-book { display: flex; align-items: flex-start; } .easybanner-layout-book > img, .easybanner-layout-book > picture { flex-shrink: 0; } .easybanner-layout-book.vertical { flex-direction: column; } .easybanner-layout-book > .content { padding: 2em 3em; } .easybanner-layout-book > .content.center { text-align: center; } .easybanner-layout-book > .content .easybanner-title { margin-top: 0; } .easybanner-layout-book > .content .easybanner-title:after { display: none; } .easybanner-layout-book > .content p { font-size: 1.1em; line-height: 1.5em; } @media (max-width: 767px) { .easybanner-layout-book > img, .easybanner-layout-book > picture { display: none; } } .easybanner-banner .block.newsletter { width: auto; max-width: none; margin: 0; padding: 0; } .easybanner-banner .easybanner-newsletter { max-width: 330px; margin: 20px auto 35px; } .easybanner-banner .easybanner-newsletter .block.newsletter > .title, .easybanner-banner .easybanner-newsletter .block.newsletter .field.newsletter label > span.label { display: none; } .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe { display: block; text-align: left; } .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .field, .easybanner-banner .easybanner-newsletter .block.newsletter .form.subscribe > .actions { float: none; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control { position: relative; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control:before { display: none; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control input { height: auto; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; padding: 12px; } .easybanner-banner .easybanner-newsletter .block.newsletter .field .control input:focus { background-color: #f4f4f4; } .easybanner-banner .easybanner-newsletter .block.newsletter .actions { width: auto; display: block; margin-top: 10px; } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe { position: relative; border: 0; width: 100%; display: block; color: #fff; font-size: 18px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.15); text-transform: none; background: #f54336; padding: 16px; border-radius: 3px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); transition: transform 100ms ease-in-out, box-shadow 100ms ease-in-out; } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe:active { transform: scale(0.97); box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); } .easybanner-banner .easybanner-newsletter .block.newsletter .action.subscribe span { text-transform: none; text-shadow: none; color: inherit; padding: 0; background: transparent; } .easybanner-close-icon { position: absolute; cursor: pointer; right: 2px; top: 2px; width: 30px; height: 30px; } .easybanner-close-icon::before, .easybanner-close-icon::after { content: ''; position: absolute; height: 2px; width: 15px; top: 13px; left: 8px; background-color: #555; } .easybanner-close-icon::before { transform: rotate(45deg); } .easybanner-close-icon::after { transform: rotate(-45deg); } .easybanner-close-icon:hover::before, .easybanner-close-icon:hover::after { background-color: #111; } .easybanner-banner.close-icon-light .easybanner-close-icon::before, .easybanner-banner.close-icon-light .easybanner-close-icon::after { background-color: #eee; } .easybanner-close-permanent-core { z-index: 100; position: absolute; bottom: 2px; right: 2px; padding: 2px 5px; font-size: 12px; color: #aaa; transition: opacity 0.2s ease-in; } .easybanner-close-permanent-core:visited { color: #aaa; } .easybanner-banner.permanent-close-dark .easybanner-close-permanent-core { color: #222; } .easybanner-banner.permanent-close-dark .easybanner-close-permanent-core:visited { color: #222; } .easybanner-banner.permanent-close-light .easybanner-close-permanent-core { color: #fafafa; } .easybanner-banner.permanent-close-light .easybanner-close-permanent-core:visited { color: #fafafa; } .easybanner-banner.permanent-close-hide .easybanner-close-permanent-core { display: none; } .easybanner-banner.no-border, .easybanner-banner.no-borders { padding: 0; } .easybanner-banner.banner-dark { background-color: #222; color: #ddd; } .easybanner-banner.banner-dark a { color: #888; } .easybanner-banner.banner-dark a:visited { color: #888; } .easybanner-banner.banner-dark .easybanner-close-icon::before, .easybanner-banner.banner-dark .easybanner-close-icon::after { background-color: #eee; } .easybanner-lightbox-el { border-radius: 2px; box-sizing: border-box; padding: 25px; position: fixed; z-index: 10000; left: 0; top: 0; background: #fff; box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); max-width: 750px; text-align: left; --easybanner-translate-x: 0; --easybanner-translate-y: 0; --easybanner-scale-x: 1; --easybanner-scale-y: 1; --easybanner-transform: translateX(var(--easybanner-translate-x)) translateY(var(--easybanner-translate-y)) scaleX(var(--easybanner-scale-x)) scaleY(var(--easybanner-scale-y)); opacity: 0; transition-property: opacity, transform; transition-duration: 200ms, 200ms; transition-timing-function: ease-in-out; transform: var(--easybanner-transform); } .easybanner-lightbox-el.zoom-in { --easybanner-scale-x: 0.95; --easybanner-scale-y: 0.95; } .easybanner-lightbox-el.zoom-out { --easybanner-scale-x: 1.02; --easybanner-scale-y: 1.02; } .easybanner-lightbox-el.slide-up { --easybanner-translate-y: 10px; } .easybanner-lightbox-el.slide-up.full { --easybanner-translate-y: 100%; } .easybanner-lightbox-el.slide-down { --easybanner-translate-y: -10px; } .easybanner-lightbox-el.slide-down.full { --easybanner-translate-y: -100%; } .easybanner-lightbox-el.slide-left { --easybanner-translate-x: 10px; } .easybanner-lightbox-el.slide-left.full { --easybanner-translate-x: 100%; } .easybanner-lightbox-el.slide-right { --easybanner-translate-x: -10px; } .easybanner-lightbox-el.slide-right.full { --easybanner-translate-x: -100%; } .easybanner-lightbox-el.shown, .easybanner-lightbox-el.shown.full { opacity: 1; --easybanner-translate-x: 0; --easybanner-translate-y: 0; --easybanner-scale-x: 1; --easybanner-scale-y: 1; } .easybanner-lightbox-content { overflow: auto; } .easybanner-lightbox-content::-webkit-scrollbar { width: 4px; height: 4px; background-color: #f1f1f1; } .easybanner-lightbox-content::-webkit-scrollbar-thumb { background-color: #aaa; } .easybanner-overlay-el { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition: 200ms opacity ease-in-out; } .easybanner-overlay-el.shown { opacity: 1; } .easybanner-awesomebar-el { box-sizing: border-box; padding: 25px; left: 0; top: -400px; position: fixed; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); text-align: left; z-index: 9998; width: 100%; transition: top 300ms ease; } .easybanner-awesomebar-el .easybanner-close-icon { right: 10px; top: 8px; } .easybanner-awesomebar-content { max-width: 960px; margin: 0 auto; max-height: 400px; overflow: auto; } .easybanner-awesomebar-content::-webkit-scrollbar { width: 4px; height: 4px; background-color: #f1f1f1; } .easybanner-awesomebar-content::-webkit-scrollbar-thumb { background-color: #aaa; } /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Fbase%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Flayout%5C%2F_magazine.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Flayout%5C%2F_book.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Flayout%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Fcomponents%5C%2F_lightbox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Fabstracts%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_Easybanner%5C%2Fcss%5C%2Fcomponents%5C%2F_awesomebar.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CkBACM%3BEACE%2CiBAAA%3B%3BAAFR%2CkBAII%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BACNR%3BEACI%2CkBAAA%3B%3BAADJ%2C2BAEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEAEA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuCAAA%3B%3BAAMA%2CQAJ0B%2CuBAAwB%3BEAIlD%2C2BAjBJ%3BIAcQ%2CeAAA%3B%3B%3BAAGJ%2C2BAjBJ%2CkBAiBK%3BEACG%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2C2BArBJ%2CkBAqBK%3BEACG%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAC1BZ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2CuBAIM%3BAAJN%2CuBAKM%3BEACE%2CcAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CsBAAA%3B%3BAAVR%2CuBAaM%3BEACE%2CgBAAA%3B%3BAAEA%2CuBAHF%2CWAGG%3BEACG%2CkBAAA%3B%3BAAjBZ%2CuBAaM%2CWAOE%3BEACI%2CaAAA%3B%3BAACA%2CuBATN%2CWAOE%2CkBAEK%3BEACG%2CaAAA%3B%3BAAvBhB%2CuBAaM%2CWAcE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAUZ%2CQAN8B%3BEAM9B%2CuBALU%3BEAKV%2CuBAJU%3BIACE%2CaAAA%3B%3B%3BACpCZ%2CkBACI%2COAAM%3BEACF%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAALR%2CkBAOI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CkBAOI%2CuBAII%2COAAM%2CWACA%3BAAZd%2CkBAOI%2CuBAII%2COAAM%2CWAEF%2COAAM%2CWAAY%2CMAAQ%2COAAI%3BEAC1B%2CaAAA%3B%3BAAdhB%2CkBAOI%2CuBAII%2COAAM%2CWAKF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CkBAOI%2CuBAII%2COAAM%2CWAKF%2CMAAK%2CUAIC%3BAApBlB%2CkBAOI%2CuBAII%2COAAM%2CWAKF%2CMAAK%2CUAKC%3BEACE%2CWAAA%3B%3BAAtBpB%2CkBAOI%2CuBAII%2COAAM%2CWAcF%2COAAO%3BEACH%2CkBAAA%3B%3BAACA%2CkBApBZ%2CuBAII%2COAAM%2CWAcF%2COAAO%2CSAEF%3BEACG%2CaAAA%3B%3BAA5BpB%2CkBAOI%2CuBAII%2COAAM%2CWAcF%2COAAO%2CSAKH%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBA7BhB%2CuBAII%2COAAM%2CWAcF%2COAAO%2CSAKH%2CMAMK%3BEACG%2CyBAAA%3B%3BAArCxB%2CkBAOI%2CuBAII%2COAAM%2CWA8BF%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5ChB%2CkBAOI%2CuBAII%2COAAM%2CWAmCF%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEAEA%2CWAAA%3BEAEA%2CeAAA%3BEACA%2CwCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEAEA%2CqEAAA%3B%3BAAGA%2CkBA1DZ%2CuBAII%2COAAM%2CWAmCF%2CQAAO%2CUAmBF%3BEACG%2CWAAW%2CWAAX%3BEACA%2CuCAAA%3B%3BAAnEpB%2CkBAOI%2CuBAII%2COAAM%2CWAmCF%2CQAAO%2CUAwBH%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BACvEhB%2CWAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWARH%2CWAQI%3BAACD%2CWATH%2CWASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CWAlBH%2CWAkBI%3BEACG%2CWAAW%2CaAAX%3B%3BAAEJ%2CWArBH%2CWAqBI%3BEACG%2CWAAW%2CcAAX%3B%3BAAIA%2CWA1BP%2CWAyBI%2CMACI%3BAACD%2CWA3BP%2CWAyBI%2CMAEI%3BEACG%2CsBAAA%3B%3BAAOA%2CWAHX%2COACI%2CiBACG%2CuBACK%3BAACD%2CWAJX%2COACI%2CiBACG%2CuBAEK%3BEACG%2CsBAAA%3B%3BAAShB%2CWAAC%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEAEA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEAMA%2CgCAAA%3B%3BAAJA%2CWAVH%2CqBAUI%3BEACG%2CWAAA%3B%3BAAMJ%2CWADH%2COACI%2CqBACG%3BEACI%2CWAAA%3B%3BAACA%2CWAJX%2COACI%2CqBACG%2CiCAEK%3BEACG%2CWAAA%3B%3BAAIZ%2CWATH%2COASI%2CsBACG%3BEACI%2CcAAA%3B%3BAACA%2CWAZX%2COASI%2CsBACG%2CiCAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CWAjBH%2COAiBI%2CqBACG%3BEACI%2CaAAA%3B%3BAAUR%2CWAFH%2COAEI%3BAACD%2CWAHH%2COAGI%3BEACG%2CUAAA%3B%3BAAIJ%2CWARH%2COAQI%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CWARH%2COAQI%2CYAGG%3BEACI%2CWAAA%3B%3BAACA%2CWAbX%2COAQI%2CYAGG%2CEAEK%3BEACG%2CWAAA%3B%3BAAKJ%2CWAnBX%2COAQI%2CYAUG%2CuBACK%3BAACD%2CWApBX%2COAQI%2CYAUG%2CuBAEK%3BEACG%2CsBAAA%3B%3BAChHZ%2CWADH%2CSACI%3BEACG%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEAEA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CwBACI%2CWAAW%2C%2BBACX%2CWAAW%2C%2BBACX%2COAAO%2C2BACP%2COAAO%2C0BAJX%3BEAMA%2CUAAA%3BEACA%2CuCAAA%3BEACA%2CiCAAA%3BEACA%2CuCAAA%3BEACA%2CWAAW%2C2BAAX%3B%3BAAEA%2CWA9BP%2CSACI%2CGA6BI%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CWAlCP%2CSACI%2CGAiCI%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CWAtCP%2CSACI%2CGAqCI%3BEACG%2C8BAAA%3B%3BAACA%2CWAxCX%2CSACI%2CGAqCI%2CSAEI%3BEACG%2C8BAAA%3B%3BAAGR%2CWA5CP%2CSACI%2CGA2CI%3BEACG%2C%2BBAAA%3B%3BAACA%2CWA9CX%2CSACI%2CGA2CI%2CWAEI%3BEACG%2C%2BBAAA%3B%3BAAGR%2CWAlDP%2CSACI%2CGAiDI%3BEACG%2C8BAAA%3B%3BAACA%2CWApDX%2CSACI%2CGAiDI%2CWAEI%3BEACG%2C8BAAA%3B%3BAAGR%2CWAxDP%2CSACI%2CGAuDI%3BEACG%2C%2BBAAA%3B%3BAACA%2CWA1DX%2CSACI%2CGAuDI%2CYAEI%3BEACG%2C%2BBAAA%3B%3BAAGR%2CWA9DP%2CSACI%2CGA6DI%3BAACD%2CWA%5C%2FDP%2CSACI%2CGA8DI%2CMAAM%3BEACH%2CUAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAGR%2CWAvEH%2CSAuEI%3BECvEL%2CcAAA%3B%3BAAEA%2CWDFC%2CSAuEI%2CQCrEJ%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWDPC%2CSAuEI%2CQChEJ%3BEACG%2CsBAAA%3B%3BADmEJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3B%3BAAEA%2CWAXH%2CWAWI%3BEACG%2CUAAA%3B%3BAEtFJ%2CWADH%2CWACI%3BEACG%2CsBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAXJ%2CWADH%2CWACI%2CGAaG%3BEACI%2CWAAA%3BEACA%2CQAAA%3B%3BAAGR%2CWAnBH%2CWAmBI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEAEA%2CiBAAA%3BEDvBR%2CcAAA%3B%3BAAEA%2CWCFC%2CWAmBI%2CQDjBJ%3BEACG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CWCPC%2CWAmBI%2CQDZJ%3BEACG%2CsBAAA%22%7D */:root { --color-tomato: #ff6347; --color-black: #000000; --color-white: #ffffff; --color-lightgray: rgba(240, 233, 241, 0.4); --color-blue: #3e95cb; } a.crosslink { position: relative !important; cursor: pointer; } a.crosslink.underline-animation { text-decoration: none; color: inherit; } a.crosslink.underline-animation::after { content: ' '; position: absolute; top: 100%; left: 25%; width: 50%; height: 1px; border-bottom: 1px solid var(--color-tomato); transition: 0.4s; } a.crosslink.underline-animation:hover::after { width: 100%; left: 0; text-decoration: none; } a.crosslink.highlight-background { color: var(--color-black); background: var(--color-lightgray); text-decoration: none; font-style: italic; padding: 0 5px; border-radius: 5px; } a.crosslink.highlight-background:hover { color: #006bb4; background: none; } a.crosslink.color-animation { color: var(--color-blue); text-decoration: none; } a.crosslink.color-animation:hover { color: var(--color-tomato); } a.crosslink.color-animation:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } a.crosslink.color-animation:before { content: ""; transition: all 0.2s ease 0s; -webkit-backface-visibility: hidden; position: absolute; width: 100%; height: 1px; bottom: -2px; left: 0; background-color: var(--color-tomato); visibility: hidden; transform: scaleX(0); } a.crosslink .swissup-crosslink-tooltip { visibility: hidden; position: absolute; width: auto; min-width: 120px; background-color: var(--color-black); color: var(--color-white); text-align: center; border-radius: 6px; padding: 6px; bottom: 23px; left: 0; font-style: initial; z-index: 11; } a.crosslink .swissup-crosslink-tooltip::after { content: ""; position: absolute; top: 100%; left: 10%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--color-black) transparent transparent transparent; } a.crosslink:hover .swissup-crosslink-tooltip { visibility: visible; } /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2FSwissup_SeoCrossLinks%5C%2Fcss%5C%2Fcrosslinks.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2C6BAAA%3BEACA%2CeAAA%3B%3BAAGA%2CCALH%2CUAKI%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCARP%2CUAKI%2CoBAGI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAyB%2CmBAAzB%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAlBP%2CUAKI%2CoBAaI%2CMAAM%3BEACH%2CWAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CCAzBH%2CUAyBI%3BEACG%2COAAO%2CkBAAP%3BEACA%2CYAAY%2CsBAAZ%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CCAhCP%2CUAyBI%2CqBAOI%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CCAvCH%2CUAuCI%3BEACG%2COAAO%2CiBAAP%3BEACA%2CqBAAA%3B%3BAACA%2CCA1CP%2CUAuCI%2CgBAGI%3BEACG%2COAAO%2CmBAAP%3B%3BAACA%2CCA5CX%2CUAuCI%2CgBAGI%2CMAEI%3BEACG%2CmBAAA%3BEACA%2CmBAAkB%2CSAAlB%3BEACA%2CWAAW%2CSAAX%3B%3BAAGR%2CCAlDP%2CUAuCI%2CgBAWI%3BEACG%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEAEA%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAkB%2CmBAAlB%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CSAAX%3B%3BAA9DZ%2CCAAC%2CUAiEG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAkB%2CkBAAlB%3BEACA%2COAAO%2CkBAAP%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CCAhFP%2CUAiEG%2C2BAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAc%2CsDAAd%3B%3BAAGR%2CCA3FH%2CUA2FI%2CMACG%3BEACI%2CmBAAA%22%7D *//** * Swiper 11.2.6 * Most modern mobile touch slider and framework with hardware accelerated transitions * //swiperjs.com * * Copyright 2014-2025 Vladimir Kharlampidi * * Released under the MIT License * * Released on: March 19, 2025 */ :root { --swiper-theme-color: #007aff; } :host { position: relative; display: block; margin-left: auto; margin-right: auto; z-index: 1; } .swiper, .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; display: block; } .swiper-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); box-sizing: content-box; } .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-horizontal { touch-action: pan-y; } .swiper-vertical { touch-action: pan-x; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; } .swiper-slide-invisible-blank { visibility: hidden; } /* Auto Height */ .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } .swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* 3D Effects */ .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; } .swiper-3d .swiper-wrapper { transform-style: preserve-3d; } .swiper-3d { perspective: 1200px; } .swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow { transform-style: preserve-3d; } /* CSS Mode */ .swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ } .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-css-mode.swiper-horizontal > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-css-mode.swiper-vertical > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-css-mode.swiper-free-mode > .swiper-wrapper { scroll-snap-type: none; } .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: none; } .swiper-css-mode.swiper-centered > .swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999; } .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always; } .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); } .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); } .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); } .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); } /* Slide styles start */ /* 3D Shadows */ .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); } .swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Slide styles end */ .swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0); } .swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ''; position: absolute; left: 0; top: 0; pointer-events: none; } .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); } .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); } :root { --swiper-navigation-size: 44px; } .swiper-button-prev, .swiper-button-next { position: absolute; top: var(--swiper-navigation-top-offset, 50%); width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; } .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next { display: none !important; } .swiper-button-prev svg, .swiper-button-next svg { width: 100%; height: 100%; object-fit: contain; transform-origin: center; } .swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg { transform: rotate(180deg); } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 10px); right: auto; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; } /* Common Styles */ .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: var(--swiper-pagination-bottom, 8px); top: var(--swiper-pagination-top, auto); left: 0; width: 100%; } /* Bullets */ .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%); background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet:only-child { display: none !important; } .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets { right: var(--swiper-pagination-right, 8px); left: var(--swiper-pagination-left, auto); top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; } .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } /* Fraction */ .swiper-pagination-fraction { color: var(--swiper-pagination-fraction-color, inherit); } /* Progress */ .swiper-pagination-progressbar { background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25)); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite { width: 100%; height: var(--swiper-pagination-progressbar-size, 4px); left: 0; top: 0; } .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite { width: var(--swiper-pagination-progressbar-size, 4px); height: 100%; left: 0; top: 0; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: var(--swiper-scrollbar-border-radius, 10px); position: relative; touch-action: none; background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); } .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important; } .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: var(--swiper-scrollbar-sides-offset, 1%); bottom: var(--swiper-scrollbar-bottom, 4px); top: var(--swiper-scrollbar-top, auto); z-index: 50; height: var(--swiper-scrollbar-size, 4px); width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); } .swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical { position: absolute; left: var(--swiper-scrollbar-left, auto); right: var(--swiper-scrollbar-right, 4px); top: var(--swiper-scrollbar-sides-offset, 1%); z-index: 50; width: var(--swiper-scrollbar-size, 4px); height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); border-radius: var(--swiper-scrollbar-border-radius, 10px); left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } /* Zoom container styles start */ .swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; object-fit: contain; } /* Zoom container styles end */ .swiper-slide-zoomed { cursor: move; touch-action: none; } /* a11y */ .swiper .swiper-notification, .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; } .swiper-grid > .swiper-wrapper { flex-wrap: wrap; } .swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; } .swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity; } .swiper-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-fade .swiper-slide-active { pointer-events: auto; } .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper.swiper-cube, .swiper-container.swiper-cube { overflow: visible; } .swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; } .swiper-cube .swiper-cube-shadow:before { content: ''; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); } .swiper-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; } /* Cube slide shadows start */ .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Cube slide shadows end */ .swiper.swiper-flip, .swiper-container.swiper-flip { overflow: visible; } .swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } /* Flip slide shadows start */ .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Flip slide shadows end */ .swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height; } .swiper.swiper-cards, .swiper-container.swiper-cards { overflow: visible; } .swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; } .fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe { bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } .fotorama-grab-cursor, .fotorama__wrap .fotorama__grab { cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .fotorama-grabbing-cursor, .fotorama__grabbing * { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; } .fotorama-gpu, .fotorama--fullscreen, .fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, .fotorama__nav:after, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { transform: translateZ(0); } .fotorama-focus, .fotorama__nav__frame, .fotorama__fullscreen-icon:focus, .fotorama__zoom-out:focus, .fotorama__zoom-in:focus { outline: 0; } .fotorama-focus-overlay:after { background-color: #006bb4; border-radius: inherit; content: ''; } .fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__shaft, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html { transform: none !important; } .fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border { transition-duration: 0ms; transition-property: transform, width; transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); } .fotorama-no-select, .fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { user-select: none; } .fotorama-select, .fotorama__select { user-select: text; } .fotorama-empty-bg { background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); } .fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame { margin: auto; padding: 0; } .fotorama-inline-block, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap { *display: inline; *zoom: 1; -moz-box-orient: vertical; display: -moz-inline-box; display: inline-block; vertical-align: middle; } .fotorama-content-box, .fotorama__nav__frame { box-sizing: content-box; } .fotorama-border-box, .fotorama__thumb-border, .fotorama__caption__wrap, .fotorama__arr { box-sizing: border-box; } .fotorama-hidden, .fotorama--hidden, .fotorama__load { left: -99999px; position: absolute; top: -99999px; z-index: -1000; } .fotorama-visible { left: auto; opacity: 1; position: relative; top: auto; z-index: auto; } .fotorama-no-tap, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .transitionDuration { transition-duration: 333ms; } .transitionDurationZero { transition-duration: 0ms; } .fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close { background-image: url('../../frontend/Smartwave/porto/de_DE/mage/gallery/gallery.png'); background-repeat: no-repeat; } @media print { .fotorama-print-background, .fotorama-sprite, .fotorama__thumb-border, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close { background: none !important; } } .fotorama__fullscreen-icon:focus, .fotorama__zoom-out:focus, .fotorama__zoom-in:focus, .fotorama__arr:focus, .fotorama__stage__shaft:focus, .fotorama__nav__frame--thumb:focus .fotorama__thumb, .fotorama__nav__frame--dot:focus .fotorama__dot { box-shadow: none; } .fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after { border-radius: inherit; bottom: 3px; box-shadow: 0 0 3px 1px #68a8e0; content: ''; left: 3px; position: absolute; right: 3px; top: 3px; z-index: 1000; } .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__thumb:after, .fotorama__nav__frame--thumb:focus .fotorama__dot:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after { bottom: 0; left: 0; right: 0; top: 0; } .fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after, .fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after { left: 2px; right: 2px; } .fotorama__nav__frame--thumb:focus .fotorama__thumb, .fotorama__nav__frame--dot:focus .fotorama__thumb { overflow: inherit; } .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after { left: 1px; } .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after { top: 1px; } .fotorama__nav__frame:last-child:focus .fotorama__thumb:after { right: 1px; } .fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after { bottom: 1px; } .fotorama__thumb__arr { box-shadow: none; } .fotorama--fullscreen { background: #fff; bottom: 0 !important; float: none !important; left: 0 !important; margin: 0 !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100% !important; z-index: 1000 !important; } .fotorama--fullscreen .fotorama__wrap { max-width: 100% !important; } .fotorama__fullscreen { overflow: hidden; position: relative; } .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out { cursor: pointer; display: block; height: 80px; overflow: hidden; position: absolute; width: 80px; } .fotorama__fullscreen .fotorama__zoom-out { background-position: 0 -80px !important; top: 80px; } .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled { display: none; } .fotorama__fullscreen .fotorama__zoom-in { background-position: 0 0 !important; top: 0; } .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled { display: none; } .fotorama__fullscreen .fotorama__video-close { display: none; } .fotorama--fullscreen .fotorama__loaded--full .fotorama__img { display: none; } .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full { display: block; } .fotorama__zoom-in, .fotorama__zoom-out { display: none; } .fotorama { min-width: 1px; overflow: hidden; } .fotorama__wrap { -webkit-text-size-adjust: 100%; direction: ltr; position: relative; z-index: 0; } .fotorama__wrap--rtl .fotorama__stage__frame { direction: rtl; } .fotorama__stage, .fotorama__nav { max-width: 100%; overflow: hidden; position: relative; } .fotorama__wrap--pan-y { -ms-touch-action: pan-y; } .fotorama__stage__shaft { position: relative; } .fotorama__wrap .fotorama__pointer { cursor: pointer; } .fotorama__wrap--slide .fotorama__stage__frame { opacity: 1 !important; } .fotorama__stage__frame { overflow: hidden; } .fotorama__stage__frame.fotorama__active { z-index: 8; } .fotorama__wrap--fade .fotorama__stage__frame { display: none; } .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active, .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear { display: block; left: 0; top: 0; } .fotorama__wrap--fade .fotorama__fade-front { z-index: 8; } .fotorama__wrap--fade .fotorama__fade-rear { z-index: 7; } .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active { z-index: 9; } .fotorama__wrap--fade .fotorama__stage .fotorama__shadow { display: none; } .fotorama__img { border: none !important; max-width: inherit; opacity: 0; } .fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img { opacity: 1; } .fotorama__img--full { display: none; } .fotorama__nav { display: none; font-size: 0; line-height: 0; white-space: nowrap; z-index: 5; } .fotorama__nav__shaft { left: 0; position: relative; text-align: left; top: 0; } .fotorama__nav__frame { position: relative; } .fotorama__nav--dots { display: block; text-align: center; } .fotorama__nav--dots .fotorama__nav__frame { height: 30px; width: 18px; } .fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border { display: none; } .fotorama__nav--thumbs { display: block; } .fotorama__nav--thumbs .fotorama__nav__frame { padding-left: 0 !important; } .fotorama__nav--thumbs .fotorama__nav__frame:last-child { padding-right: 0 !important; } .fotorama__nav--thumbs .fotorama__nav__frame--dot { display: none; } .fotorama__active .fotorama__dot { background-color: #ff5501; border-color: #ff5501; } .fotorama__nav__frame.fotorama__active .fotorama__nav__frame { border-width: 3px; height: 0; width: 0; } .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after { left: -3px; padding: 3px; top: -3px; } .fotorama__nav__frame:focus { box-shadow: none; } .fotorama__nav__frame:focus :after { left: -1px; padding: 1px; top: -1px; } .fotorama__dot { border-radius: 6px; border: 1px solid #858585; display: block; height: 4px; left: 6px; position: relative; top: 12px; width: 4px; } .fotorama__thumb { background-color: #ebebeb; height: 100%; overflow: hidden; position: relative; width: 100%; } .fotorama__nav__frame:focus .fotorama__thumb { z-index: 2; } .fotorama__thumb-border { backface-visibility: hidden; background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); border: 1px solid #ff5501; left: 0; position: absolute; top: 0; z-index: 9; } .fotorama__caption { bottom: 0; color: #000; font-size: 14px; left: 0; line-height: 1.5; position: absolute; right: 0; z-index: 12; } .fotorama__caption a { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.005); color: #000; text-decoration: none; } .fotorama__caption a:hover { border-color: rgba(0, 0, 0, 0.005); color: #000; } .fotorama__wrap--rtl .fotorama__caption { left: auto; right: 0; } .fotorama__wrap--video .fotorama__caption, .fotorama__wrap--no-captions .fotorama__caption { display: none; } .fotorama__caption__wrap { background-color: #fff; padding: 5px 10px; } @keyframes spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .fotorama__spinner { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; } .fotorama__wrap--css3 .fotorama__spinner { animation: spinner 24s infinite linear; } .fotorama__wrap--css3 .fotorama__html { transition-duration: 0.3s; transition-property: opacity; transition-timing-function: linear; } .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html { opacity: 0; } .fotorama__select { cursor: auto; } .fotorama__video { bottom: 0; left: 0; position: absolute; right: 0; top: 32px; z-index: 10; } @-moz-document url-prefix() { .fotorama__active { box-shadow: 0 0 0 transparent; } } .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close { cursor: pointer; position: absolute; } .fotorama__arr { z-index: 900; } .fotorama__fullscreen-icon, .fotorama__zoom-out, .fotorama__zoom-in, .fotorama__video-close { z-index: 1000; } .fotorama__arr { bottom: 0; position: absolute; top: 0; width: 80px; } ._block-content-loading .fotorama__arr { opacity: 0; } .fotorama__arr .fotorama__arr__arr { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; height: 80px; width: 80px; } .fotorama__arr--prev { left: 0; } .fotorama__arr--prev .fotorama__arr__arr { background-position: -80px -80px; } .fotorama__arr--next { right: 0; } .fotorama__arr--next .fotorama__arr__arr { background-position: -160px -80px; } .fotorama__arr--disabled { cursor: default; opacity: 0; pointer-events: none; } .fotorama__fullscreen-icon { background-position: 0 0; display: none; height: 80px; right: 0; top: 0; width: 80px; z-index: 1000; } .fotorama--fullscreen-icons .fotorama__fullscreen-icon { display: none; } .fotorama--fullscreen .fotorama__fullscreen-icon { background-position: -80px 0; display: inline-block; } .fotorama__video-play { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; background-position: -80px -160px; height: 160px; width: 160px; } .fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play { display: none; } .fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play { display: block; opacity: 1; } .fotorama__nav__frame .fotorama__video-play { background-position: 0 -240px; height: 80px; width: 80px; } .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon { opacity: 0; } .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus { opacity: 1; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close { display: none; } .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close { opacity: 1; right: 93px; top: 97px; } .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon { opacity: 0 !important; } .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon { display: none; } .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus { display: block; } .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon { display: none !important; } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) { -webkit-transform: translate3d(80px, -80px, 0); -ms-transform: translate3d(80px, -80px, 0); -o-transform: translate3d(80px, -80px, 0); transform: translate3d(80px, -80px, 0); } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) { -webkit-transform: translate3d(-120px, 0, 0); -ms-transform: translate3d(-120px, 0, 0); -o-transform: translate3d(-120px, 0, 0); transform: translate3d(-120px, 0, 0); } .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) { -webkit-transform: translate3d(120px, 0, 0); -ms-transform: translate3d(120px, 0, 0); -o-transform: translate3d(120px, 0, 0); transform: translate3d(120px, 0, 0); } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon { -webkit-transform: translate3d(80px, -80px, 0) !important; -ms-transform: translate3d(80px, -80px, 0) !important; -o-transform: translate3d(80px, -80px, 0) !important; transform: translate3d(80px, -80px, 0) !important; } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev { -webkit-transform: translate3d(-120px, 0, 0) !important; -ms-transform: translate3d(-120px, 0, 0) !important; -o-transform: translate3d(-120px, 0, 0) !important; transform: translate3d(-120px, 0, 0) !important; } .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next { -webkit-transform: translate3d(120px, 0, 0) !important; -ms-transform: translate3d(120px, 0, 0) !important; -o-transform: translate3d(120px, 0, 0) !important; transform: translate3d(120px, 0, 0) !important; } .fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus) { transition-duration: 0.3s; transition-property: transform, opacity, background-color; } .fotorama__stage:before, .fotorama__nav:before, .fotorama__stage:after, .fotorama__nav:after { background-repeat: no-repeat; content: ''; display: block; pointer-events: none; position: absolute; text-decoration: none; z-index: 10; } .fotorama__stage:before, .fotorama__nav:before { left: -10px; top: -10px; } .fotorama__stage:after, .fotorama__nav:after { right: -10px; bottom: -10px; } .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after { background-size: 1px 100%, 5px 100%; bottom: 0; height: auto; top: 0; width: 10px; } .fotorama__stage.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after { background-size: 100% 1px, 100% 5px ; height: 10px; left: 0; right: 0; width: auto; } .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); background-position: 0 0, 0 0; left: 0; } .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); background-position: 100% 0, 100% 0; right: 0; } .fotorama__stage.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--top:before { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); background-position: 0 0, 0 0; top: 0; } .fotorama__stage.fotorama__shadows--bottom:after, .fotorama__nav.fotorama__shadows--bottom:after { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); background-position: 0 100%, 0 100%; bottom: 0; } .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--fade .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--fade .fotorama__stage:after { display: none; } .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: auto; position: absolute; top: 50%; width: 100%; } .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img { -webkit-transform: translate(-50%, -50%); -ms-transform: translateY(-50%, -50%); -o-transform: translateY(-50%, -50%); transform: translateY(-50%, -50%); top: 50%; left: 50%; position: absolute; width: auto; } .magnifier-thumb-wrapper { display: block; left: 0; position: relative; top: 0; } .magnifier-lens { border: solid 1px #bbb; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 800; } .magnify-lens { background: rgba(255, 255, 255, 0.5); border: solid 1px #bbb; color: #fff; left: 0; position: absolute; text-align: center; top: 0; z-index: 1000; overflow: hidden; } .magnify-lens .magnifier-large { width: auto; height: auto; max-height: none; max-width: none; border: none; position: absolute; z-index: 100; } .magnifier-loader-text { margin-top: 10px; } .magnifier-preview { bottom: 0; left: 58%; overflow: hidden; padding: 0; position: absolute; z-index: 2; top: 215px; } .magnifier-preview:not(.hidden) { background-color: #fff; } .magnifier-preview img { left: 0; max-width: inherit; max-height: inherit; position: absolute; top: 0; object-fit: scale-down; } .fotorama__stage__frame { text-align: center; } .fotorama__stage__frame .fotorama__img { height: auto; left: 50%; max-height: 100%; max-width: 100%; position: absolute; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); transition-duration: 0.3s; transition-property: width, height, top, left; vertical-align: middle; width: auto; } @media all and (min-width: 768px) { .fotorama__stage__frame .fotorama__img { top: 49.5%; } } .magnify-opaque { opacity: 0.5; } .magnify-hidden { display: none; } .fotorama__nav-wrap--vertical.fotorama__nav-wrap { display: inline-block; left: 0; position: absolute; top: 0; } .fotorama__nav-wrap--vertical .fotorama__nav__shaft { background-color: white; width: 100%; } .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb { display: block; padding-bottom: inherit !important; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img { display: none; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { bottom: 0; left: 0; margin: auto; max-height: inherit; max-width: inherit; position: absolute; right: 0; top: 0; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full { cursor: default; display: block; height: auto; left: 0; margin: auto; max-height: 100%; max-width: 100%; top: 0; transition: 0.3s linear; vertical-align: middle; width: auto; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable { cursor: pointer; max-height: none; max-width: none; transition-property: width, height, bottom, right, top, left; } .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable { cursor: move; transition-property: none; } .fotorama--fullscreen .fotorama__stage__frame iframe { left: 80px; width: calc(100% - 80px * 2); } .fotorama__nav-wrap--horizontal.fotorama__nav-wrap { min-height: 30px; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right { bottom: 0; cursor: pointer; position: absolute; top: 0; width: 30px; z-index: 1000; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon { -webkit-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); left: 50%; position: absolute; top: 50%; width: 100%; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left { left: 0; } .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right { right: 0; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left, .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { cursor: pointer; height: 30px; left: 0; position: absolute; right: 0; z-index: 1000; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin: auto; width: 30px; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left { top: 0; } .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right { bottom: 0; } .fotorama__wrap--only-active .fotorama__stage, .fotorama__wrap--only-active .fotorama__nav { max-width: 99999px !important; } .fotorama__wrap--only-active .fotorama__stage__frame { visibility: hidden; } .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active { visibility: visible; } .fotorama__thumb--icon { font-size: 0.001px; padding-bottom: 30px; } .fotorama__thumb__arr--left .fotorama__thumb--icon { background-position: -25px -265px; } .fotorama__thumb__arr--right .fotorama__thumb--icon { background-position: -25px -350px; } .magnify-fullimage { display: none; } .fotorama__arr, .fotorama__thumb__arr { background-color: rgba(255, 255, 255, 0.3); transition: background-color 0.3s ease-in-out; } .fotorama__arr:hover, .fotorama__thumb__arr:hover { background-color: rgba(255, 255, 255, 0.5); } .fotorama__arr:active, .fotorama__thumb__arr:active { background-color: rgba(213, 213, 213, 0.5); } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in { background-color: rgba(255, 255, 255, 0.3); transition: background-color 0.3s ease-in-out; } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover { background-color: rgba(255, 255, 255, 0.5); } .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active { background-color: rgba(213, 213, 213, 0.5); } .fotorama__video-close { background-position: -80px 0; height: 80px; opacity: 0; right: 0; top: 0; transform: translate3d(80px, -80px, 0); transition: opacity 0.3s ease-in-out; width: 80px; } @media all and (max-width: 768px) { .fotorama__video-close { background-position: -100px -20px; top: 10px; height: 40px; width: 40px; } } .fotorama__video-close.fotorama-show-control { opacity: 1; transform: translate3d(0, -10px, 0); } .gallery-placeholder__image { display: block; margin: auto; } .fotorama__spinner { background-image: url('../../frontend/Smartwave/porto/de_DE/images/loader-1.gif'); bottom: 0; display: none; height: 64px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 64px; z-index: 100; } .fotorama__spinner.fotorama__spinner--show { display: block; } .fotorama__product-video--loaded .fotorama__img, .fotorama__product-video--loaded .fotorama__img--full { display: none !important; } .fotorama__stage .fotorama__arr--shown { display: block !important; } .fotorama__stage .fotorama__arr--hidden { display: none !important; } ._block-content-loading .fotorama-item { position: absolute !important; z-index: -1; top: 0; width: 100%; } .gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image { display: none; } /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto%5C%2Fde_DE%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */