/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
/* Page Message */
.messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.message:first-of-type {
  margin-top: 0;
}
.message.error,
.message.warning,
.message.notice,
.message.info,
.message.success {
  margin-top: 0;
  margin-right: auto!important;
  margin-bottom: 10px;
  margin-left: auto!important;
  max-width: 1600px;
  padding: 8px 15px 8px 45px;
  border-radius: 0;
}
.message.error:first-of-type,
.message.warning:first-of-type,
.message.notice:first-of-type,
.message.info:first-of-type,
.message.success:first-of-type {
  margin-top: 10px;
}
.message.error A,
.message.warning A,
.message.notice A,
.message.info A,
.message.success A {
  color: #FFFFFF;
  text-decoration: underline;
}
.message.error A:hover,
.message.warning A:hover,
.message.notice A:hover,
.message.info A:hover,
.message.success A:hover,
.message.error A:focus,
.message.warning A:focus,
.message.notice A:focus,
.message.info A:focus,
.message.success A:focus,
.message.error A:active,
.message.warning A:active,
.message.notice A:active,
.message.info A:active,
.message.success A:active {
  color: #00467A;
}
.message.error > *:first-child,
.message.warning > *:first-child,
.message.notice > *:first-child,
.message.info > *:first-child,
.message.success > *:first-child {
  font-size: 1.6rem;
  line-height: 1.3em;
}
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.info > *:first-child:before,
.message.success > *:first-child:before {
  content: '';
  left: 16px;
  top: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
}
.message.error > *:first-child:before {
  background-image: url('../images/icon/icon-msg-error.svg');
}
.message.warning > *:first-child:before {
  background-image: url('../images/icon/icon-msg-warning.svg');
}
.message.notice > *:first-child:before {
  background-image: url('../images/icon/icon-msg-notice.svg');
}
.message.info > *:first-child:before {
  background-image: url('../images/icon/icon-msg-info.svg');
}
.message.success > *:first-child:before {
  background-image: url('../images/icon/icon-msg-success.svg');
}
/* Table Variable */
.hide-content {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.overflow {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 8px;
  height: 20px;
}
::-webkit-scrollbar-track {
  background: #F8E1D1;
}
::-webkit-scrollbar-thumb {
  background: #AC000D;
}
::selection {
  background: #F8E1D1;
  color: #AC000D;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #9F9FA0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9F9FA0;
}
::placeholder {
  color: #D0C9C9;
}
body {
  color: #2D3233;
}
body * {
  box-sizing: border-box;
}
/*
.lib-font-face(
    @family-name: 'luma-icons',
    @font-path: '@{baseDir}fonts/Luma-Icons',
    @font-weight: normal,
    @font-style: normal
);
.lib-icon-font(
    @_icon-font: "Font Awesome 5 Free",
    @_icon-font-content: "\f30b",
    @_icon-font-size: 20px,
    @_icon-font-position: after
);
*/
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* in use Google Font: Red Hat Display
-- Regular      | 400
-- Semi-bold    | 600
*/
.theme-title {
  font-family: "Red Hat Display", sans-serif, 'PingFang HK', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', '\534E\6587\7EC6\9ED1', STXihei;
  color: #002030;
}
.theme-title span {
  color: inherit!important;
}
[data-content-type="buttons"] .pagebuilder-button-primary,
[data-content-type="buttons"] .pagebuilder-button-secondary {
  position: relative;
  margin: 0 auto;
  padding: 0.85em 1.5em;
  border-radius: 1px;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  overflow: hidden;
}
[data-content-type="buttons"] .pagebuilder-button-primary span,
[data-content-type="buttons"] .pagebuilder-button-secondary span {
  position: relative;
}
[data-content-type="buttons"] .pagebuilder-button-primary:hover,
[data-content-type="buttons"] .pagebuilder-button-secondary:hover,
[data-content-type="buttons"] .pagebuilder-button-primary:focus,
[data-content-type="buttons"] .pagebuilder-button-secondary:focus,
[data-content-type="buttons"] .pagebuilder-button-primary:active,
[data-content-type="buttons"] .pagebuilder-button-secondary:active {
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
  border-width: 1px;
}
[data-content-type="buttons"] .pagebuilder-button-primary.cart,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart {
  /*
				&:hover,
				&:focus,
				&:active {
					span:after {
						background-position: bottom left;
					}
				}
				*/
}
[data-content-type="buttons"] .pagebuilder-button-primary.cart span,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart span {
  position: relative;
  padding-right: 48px;
  color: inherit;
  z-index: 2;
}
[data-content-type="buttons"] .pagebuilder-button-primary.cart span:after,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart span:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  color: white;
  width: 22.5px;
  height: 20px;
  background: transparent url('../images/icon/cart.svg') no-repeat top left;
  background-size: auto 20px;
}
[data-content-type="buttons"] .pagebuilder-button-primary {
  background: #C3000F;
  border-color: #C3000F;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-primary:hover {
  background: #C3000F;
  border-color: #AC000D;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-primary:focus,
[data-content-type="buttons"] .pagebuilder-button-primary:active {
  background: #0071AA;
  border-color: #00467A;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-secondary {
  background: #FFFFFF;
  border-color: #002030;
  color: #002030;
}
[data-content-type="buttons"] .pagebuilder-button-secondary:hover {
  background: #FFFFFF;
  border-color: #002030;
  color: #002030;
}
[data-content-type="buttons"] .pagebuilder-button-secondary:focus,
[data-content-type="buttons"] .pagebuilder-button-secondary:active {
  background: #FFFFFF;
  border-color: #0071AA;
  color: #0071AA;
}
[data-content-type="buttons"] .pagebuilder-button-link {
  display: inline-block;
  color: #002030;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-decoration: none;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -p-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
[data-content-type="buttons"] .pagebuilder-button-link:focus {
  box-shadow: none;
}
[data-content-type="buttons"] .pagebuilder-button-link:hover {
  color: #00467A;
  text-decoration: none;
}
[data-content-type="buttons"] .pagebuilder-button-link:focus,
[data-content-type="buttons"] .pagebuilder-button-link:active {
  color: #0071AA;
  text-decoration: underline;
}
A.link {
  display: inline-block;
  color: #316DBC;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -p-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
A.link:focus {
  box-shadow: none;
}
A.link:hover {
  color: #69AFF5;
  text-decoration: none;
}
A.link:focus,
A.link:active {
  color: #69AFF5;
  text-decoration: underline;
}
a.action {
  display: inline-block;
}
a.action,
div.action,
button.action {
  position: relative;
  background: transparent;
  color: #002030;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -p-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
	&:hover,
	&:focus,
	&:active {
		color: @cg_color_red600;
		text-decoration: none;
	}
	*/
}
a.action:only-child,
div.action:only-child,
button.action:only-child {
  margin-left: 0;
  margin-right: 0;
}
a.action.primary,
div.action.primary,
button.action.primary,
a.action.secondary,
div.action.secondary,
button.action.secondary,
a.action.outline,
div.action.outline,
button.action.outline {
  margin: 0 5px 5px 5px;
  padding: 0.85em 1.5em;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  overflow: hidden;
  text-align: center;
}
a.action.primary span,
div.action.primary span,
button.action.primary span,
a.action.secondary span,
div.action.secondary span,
button.action.secondary span,
a.action.outline span,
div.action.outline span,
button.action.outline span {
  position: relative;
}
a.action:only-child,
div.action:only-child,
button.action:only-child {
  margin-left: 0;
  margin-right: 0;
}
a.action.primary,
div.action.primary,
button.action.primary {
  background: #C3000F;
  border: 1px solid #C3000F;
  color: #FFFFFF;
}
a.action.primary:hover,
div.action.primary:hover,
button.action.primary:hover {
  background: #AC000D;
  border: 1px solid #AC000D;
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
}
a.action.primary:focus,
div.action.primary:focus,
button.action.primary:focus,
a.action.primary:active,
div.action.primary:active,
button.action.primary:active {
  background: #AC000D;
  border: 1px solid #AC000D;
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
}
a.action.primary.disabled,
div.action.primary.disabled,
button.action.primary.disabled {
  background: #E5E3E3;
  border: 1px solid #E5E3E3;
  color: #878C8D;
  opacity: 1;
}
a.action.secondary,
div.action.secondary,
button.action.secondary,
a.action.outline,
div.action.outline,
button.action.outline {
  background: #FFFFFF;
  border: 1px solid #002030;
  color: #002030;
}
a.action.secondary:hover,
div.action.secondary:hover,
button.action.secondary:hover,
a.action.outline:hover,
div.action.outline:hover,
button.action.outline:hover {
  background: #FFFFFF;
  border: 1px solid #AC000D;
  color: #AC000D;
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
}
a.action.secondary:focus,
div.action.secondary:focus,
button.action.secondary:focus,
a.action.outline:focus,
div.action.outline:focus,
button.action.outline:focus,
a.action.secondary:active,
div.action.secondary:active,
button.action.secondary:active,
a.action.outline:active,
div.action.outline:active,
button.action.outline:active {
  background: #FFFFFF;
  border: 1px solid #AC000D;
  color: #AC000D;
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
}
a.action.secondary.disabled,
div.action.secondary.disabled,
button.action.secondary.disabled,
a.action.outline.disabled,
div.action.outline.disabled,
button.action.outline.disabled {
  background: #FFFFFF;
  border: 1px solid #E5E3E3;
  color: #878C8D;
  opacity: 1;
}
a.action.primary.medium,
div.action.primary.medium,
button.action.primary.medium,
a.action.secondary.medium,
div.action.secondary.medium,
button.action.secondary.medium,
a.action.outline.medium,
div.action.outline.medium,
button.action.outline.medium {
  height: 48px;
  padding: 0.85em 1.5em;
}
a.action.primary.small,
div.action.primary.small,
button.action.primary.small,
a.action.secondary.small,
div.action.secondary.small,
button.action.secondary.small,
a.action.outline.small,
div.action.outline.small,
button.action.outline.small {
  height: 36px;
  padding: 0.475em 1em;
}
a.action.tocart,
div.action.tocart,
button.action.tocart {
  margin: 0;
}
a.action.tocart span,
div.action.tocart span,
button.action.tocart span {
  position: relative;
  padding-right: 30px;
}
a.action.tocart span:after,
div.action.tocart span:after,
button.action.tocart span:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  color: white;
  width: 22.5px;
  height: 20px;
  background: transparent url('../images/icon/cart.svg') no-repeat top left;
  background-size: auto 20px;
  filter: brightness(0) invert(1);
}
a.action.tocart.voucher span:after,
div.action.tocart.voucher span:after,
button.action.tocart.voucher span:after {
  background-image: url('../images/icon/gift.svg');
  background-size: auto 22.5px;
  width: 24.5px;
  height: 22.5px;
}
a.action.disabled,
div.action.disabled,
button.action.disabled {
  background: #E5E3E3;
  border-color: #E5E3E3;
  color: #878C8D;
}
a.action.towishlist,
div.action.towishlist,
button.action.towishlist {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  background: #FFFFFF;
  border: 0;
  color: #878C8D;
  font-size: 1.6rem;
  font-weight: 600;
  width: auto;
  height: 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
a.action.towishlist:hover,
div.action.towishlist:hover,
button.action.towishlist:hover,
a.action.towishlist:active,
div.action.towishlist:active,
button.action.towishlist:active,
a.action.towishlist:focus,
div.action.towishlist:focus,
button.action.towishlist:focus {
  background: #FFFFFF;
  border-color: #AC000D;
  color: #FFFFFF;
  text-decoration: none;
}
input[type="checkbox"] {
  left: 5px;
  margin: 2px 10px 0 0;
  opacity: 0;
}
input[type="checkbox"]:focus {
  box-shadow: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: calc(100% - 30px);
}
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: -23px;
  top: -1px;
  background: #FFFFFF url('../images/icon-checkbox.png') no-repeat top left;
  background-size: 200%;
  width: 18px;
  height: 18px;
  transition: 0.2s;
}
input[type="checkbox"].radio + label:before {
  background-image: url('../images/icon-radio.png');
}
input[type="checkbox"]:checked + label:before {
  background-position: bottom left;
}
input[type="checkbox"].disabled + label:before,
input[type="checkbox"]:disabled + label:before {
  background-position: top right;
}
input[type="checkbox"].disabled:checked + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  background-position: bottom right;
}
input[type="radio"] {
  margin: 2px 7px 0 4px;
  opacity: 0;
  vertical-align: top;
}
input[type="radio"]:focus {
  box-shadow: none;
}
input[type="radio"] + label {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  cursor: pointer;
  max-width: calc(100% - 30px);
}
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: -24px;
  top: -2px;
  background: #FFFFFF url('../images/icon-radio.png') no-repeat left top;
  background-size: 200%;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
input[type="radio"].checkbox + label:before {
  background-image: url('../images/icon-checkbox.png');
}
input[type="radio"]:checked + label:before {
  background-position: left bottom;
}
input[type="radio"].disabled + label:before,
input[type="radio"]:disabled + label:before {
  background-position: right top;
}
input[type="radio"].disabled:checked + label:before,
input[type="radio"]:disabled:checked + label:before {
  background-position: right bottom;
}
figure[data-content-type='image'] {
  font-size: 0;
  line-height: 0;
}
/*
// icon sprite
@icon_sprite_bg: transparent url('@{baseDir}images/icon_sprite.png') no-repeat;
*/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="email"] {
  padding: 0.85em 1.5em;
  background: #FFFFFF;
  border: 1px solid #DCD6D6;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  line-height: 1.3em;
}
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="datetime"]:disabled,
input[type="email"]:disabled,
input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="url"]:read-only,
input[type="tel"]:read-only,
input[type="search"]:read-only,
input[type="number"]:read-only,
input[type="date"]:read-only,
input[type="datetime"]:read-only,
input[type="email"]:read-only {
  background-color: #E5E3E3;
  border-color: #E5E3E3;
  color: #878C8D;
  opacity: 1;
  outline: none;
  pointer-events: none;
}
select {
  background: #FFFFFF url('../images/icon-dropdown.png') no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 14px 8px;
  border: 1px solid #DCD6D6;
  border-radius: 0;
  line-height: 1.3em;
  height: 48px;
}
.field.date .control {
  position: relative;
}
.field.date input[type="text"]._has-datepicker {
  margin-right: 0;
  padding-right: 38px;
}
.field.date input[type="text"]._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 38px;
  width: 40px;
  z-index: 1;
}
.field.date input[type="text"]._has-datepicker ~ .ui-datepicker-trigger:before {
  content: '';
  background: transparent url('../images/icon/calendar.svg') no-repeat top left;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -p-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.field.date input[type="text"]._has-datepicker ~ .ui-datepicker-trigger:hover:before,
.field.date input[type="text"]._has-datepicker ~ .ui-datepicker-trigger:focus:before,
.field.date input[type="text"]._has-datepicker ~ .ui-datepicker-trigger:active:before {
  color: #002030;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 2px 4px 0 rgba(0, 113, 170, 0.3);
}
.product-item-info a:focus {
  box-shadow: none;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 24px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin-bottom: 0.75em;
  color: #002030;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}
.fieldset > .field > .control input,
.fieldset > .fields > .field > .control input,
.fieldset > .field > .control select,
.fieldset > .fields > .field > .control select,
.fieldset > .field > .control textarea,
.fieldset > .fields > .field > .control textarea {
  width: 100%;
  max-width: 100%;
  border-color: #DCD6D6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -p-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fieldset > .field > .control input:focus,
.fieldset > .fields > .field > .control input:focus,
.fieldset > .field > .control select:focus,
.fieldset > .fields > .field > .control select:focus,
.fieldset > .field > .control textarea:focus,
.fieldset > .fields > .field > .control textarea:focus,
.fieldset > .field > .control input:active,
.fieldset > .fields > .field > .control input:active,
.fieldset > .field > .control select:active,
.fieldset > .fields > .field > .control select:active,
.fieldset > .field > .control textarea:active,
.fieldset > .fields > .field > .control textarea:active {
  border-color: #002030;
}
.fieldset > .field > .control input.mage-error,
.fieldset > .fields > .field > .control input.mage-error,
.fieldset > .field > .control select.mage-error,
.fieldset > .fields > .field > .control select.mage-error,
.fieldset > .field > .control textarea.mage-error,
.fieldset > .fields > .field > .control textarea.mage-error {
  border-color: #E25353;
}
.fieldset > .field > .control input[type="checkbox"],
.fieldset > .fields > .field > .control input[type="checkbox"],
.fieldset > .field > .control input[type="radio"],
.fieldset > .fields > .field > .control input[type="radio"] {
  width: auto;
  max-width: initial;
}
.fieldset > .field > .control._with-tooltip input,
.fieldset > .fields > .field > .control._with-tooltip input,
.fieldset > .field > .control._with-tooltip select,
.fieldset > .fields > .field > .control._with-tooltip select,
.fieldset > .field > .control._with-tooltip textarea,
.fieldset > .fields > .field > .control._with-tooltip textarea {
  width: calc(100% - 40px);
}
.fieldset > .field > .control._with-tooltip .field-tooltip,
.fieldset > .fields > .field > .control._with-tooltip .field-tooltip {
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.fieldset > .field > .control #password-strength-meter-container,
.fieldset > .fields > .field > .control #password-strength-meter-container {
  width: 90%;
  max-width: 500px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  margin: 0 0 0 2px;
  color: #0071AA;
}
.fields.group.group-2 .field:nth-child(odd) {
  padding-right: 8px;
}
.fields.group.group-2 .field:nth-child(even) {
  padding-left: 8px;
}
.fields.group.group-2 .field > .control {
  position: relative;
}
.fields.group.group-2 .field > .control > span {
  margin: 0;
  padding: 0.85em 0;
  width: 50px;
}
.fields.group.group-2 .field > .control input {
  float: left;
  padding-right: 40px;
  width: calc(100% - 50px);
}
.fields.group.group-2 .field > .control .ui-datepicker-trigger {
  position: absolute;
  top: 0;
}
.fields.group.group-2 .field > .control .ui-datepicker-trigger:before {
  color: #2D3233;
  font-size: 36px;
  line-height: 1em;
}
.loader {
  margin: calc((100vh - 80px)/2) auto auto auto;
  border: 10px solid rgba(195, 0, 15, 0.5);
  border-radius: 50%;
  border-top: 10px solid #0071AA;
  width: 80px;
  height: 80px;
  animation: spinning_loader 1.5s linear infinite;
}
.loader img {
  display: none;
}
@keyframes spinning_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
.inline {
  display: inline-block;
}
.break-br {
  content: '';
}
.break-br:after {
  content: '';
}
.color-title {
  color: #0071AA;
  font-weight: 600;
  line-height: 1.3em;
}
H1,
.h1,
.main-title {
  margin-top: 0;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
H2,
.h2,
.block-title,
.subtitle {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
.block-title {
  font-weight: 600;
}
H3,
.h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #002030;
  font-weight: 600;
  line-height: 1.3em;
}
H4,
.h4 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
H5,
.h5 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
H6,
.h6 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
DIV,
P,
td,
dd,
dl,
li,
.block-content {
  font-weight: 400;
  line-height: 1.3em;
}
th,
dt {
  font-weight: 600;
  line-height: 1.3em;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th {
  padding: 0.5em 1em;
}
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 2em 1em 1em 1em;
}
table > thead > tr > th a,
table > tbody > tr > th a,
table > tfoot > tr > th a,
table > thead > tr > td a,
table > tbody > tr > td a,
table > tfoot > tr > td a,
table > thead > tr > th a.action,
table > tbody > tr > th a.action,
table > tfoot > tr > th a.action,
table > thead > tr > td a.action,
table > tbody > tr > td a.action,
table > tfoot > tr > td a.action {
  color: #316DBC;
  text-decoration: none;
}
table > thead > tr > th a:hover,
table > tbody > tr > th a:hover,
table > tfoot > tr > th a:hover,
table > thead > tr > td a:hover,
table > tbody > tr > td a:hover,
table > tfoot > tr > td a:hover,
table > thead > tr > th a.action:hover,
table > tbody > tr > th a.action:hover,
table > tfoot > tr > th a.action:hover,
table > thead > tr > td a.action:hover,
table > tbody > tr > td a.action:hover,
table > tfoot > tr > td a.action:hover,
table > thead > tr > th a:focus,
table > tbody > tr > th a:focus,
table > tfoot > tr > th a:focus,
table > thead > tr > td a:focus,
table > tbody > tr > td a:focus,
table > tfoot > tr > td a:focus,
table > thead > tr > th a.action:focus,
table > tbody > tr > th a.action:focus,
table > tfoot > tr > th a.action:focus,
table > thead > tr > td a.action:focus,
table > tbody > tr > td a.action:focus,
table > tfoot > tr > td a.action:focus,
table > thead > tr > th a:active,
table > tbody > tr > th a:active,
table > tfoot > tr > th a:active,
table > thead > tr > td a:active,
table > tbody > tr > td a:active,
table > tfoot > tr > td a:active,
table > thead > tr > th a.action:active,
table > tbody > tr > th a.action:active,
table > tfoot > tr > th a.action:active,
table > thead > tr > td a.action:active,
table > tbody > tr > td a.action:active,
table > tfoot > tr > td a.action:active {
  color: #00467A;
  text-decoration: underline;
}
.page-main .page-title-wrapper .page-title {
  margin: 0 0 0.85em 0;
  color: #002030;
  font-weight: 400;
  line-height: 1.3em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .action.tocompare {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .action.tocompare {
    display: none !important;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v20/8vIS7wUr0m80wwYf0QCXZzYzUoTg-A6tTY_9CQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v20/8vIS7wUr0m80wwYf0QCXZzYzUoTg-A6jTY8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v20/8vIQ7wUr0m80wwYf0QCXZzYzUoTg8z6hVYs.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v20/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6h.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FTelford%5C%2Fzh_Hant_HK%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FTelford%5C%2Fzh_Hant_HK%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FTelford%5C%2Fzh_Hant_HK%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3BAAsIA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEAEA%2CeAAA%3B%3BAAGA%2CQAAC%3BEACA%2CaAAA%3B%3BAAED%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BAACD%2CQAAC%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQAZA%2CMAYC%3BAAAD%2CQAXA%2CQAWC%3BAAAD%2CQAVA%2COAUC%3BAAAD%2CQATA%2CKASC%3BAAAD%2CQARA%2CQAQC%3BEACA%2CgBAAA%3B%3BAAbF%2CQAAC%2CMAeA%3BAAdD%2CQAAC%2CQAcA%3BAAbD%2CQAAC%2COAaA%3BAAZD%2CQAAC%2CKAYA%3BAAXD%2CQAAC%2CQAWA%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAACA%2CQAlBD%2CMAeA%2CEAGE%3BAAAD%2CQAjBD%2CQAcA%2CEAGE%3BAAAD%2CQAhBD%2COAaA%2CEAGE%3BAAAD%2CQAfD%2CKAYA%2CEAGE%3BAAAD%2CQAdD%2CQAWA%2CEAGE%3BAACD%2CQAnBD%2CMAeA%2CEAIE%3BAAAD%2CQAlBD%2CQAcA%2CEAIE%3BAAAD%2CQAjBD%2COAaA%2CEAIE%3BAAAD%2CQAhBD%2CKAYA%2CEAIE%3BAAAD%2CQAfD%2CQAWA%2CEAIE%3BAACD%2CQApBD%2CMAeA%2CEAKE%3BAAAD%2CQAnBD%2CQAcA%2CEAKE%3BAAAD%2CQAlBD%2COAaA%2CEAKE%3BAAAD%2CQAjBD%2CKAYA%2CEAKE%3BAAAD%2CQAhBD%2CQAWA%2CEAKE%3BEACA%2CcAAA%3B%3BAArBH%2CQAAC%2CMAwBE%2CIAAC%3BAAvBJ%2CQAAC%2CQAuBE%2CIAAC%3BAAtBJ%2CQAAC%2COAsBE%2CIAAC%3BAArBJ%2CQAAC%2CKAqBE%2CIAAC%3BAApBJ%2CQAAC%2CQAoBE%2CIAAC%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQA3BD%2CMAwBE%2CIAAC%2CYAGD%3BAAAD%2CQA1BD%2CQAuBE%2CIAAC%2CYAGD%3BAAAD%2CQAzBD%2COAsBE%2CIAAC%2CYAGD%3BAAAD%2CQAxBD%2CKAqBE%2CIAAC%2CYAGD%3BAAAD%2CQAvBD%2CQAoBE%2CIAAC%2CYAGD%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIH%2CQAAC%2CMACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CoCAAtB%3B%3BAAGF%2CQAAC%2CQACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CsCAAtB%3B%3BAAGF%2CQAAC%2COACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CqCAAtB%3B%3BAAGF%2CQAAC%2CKACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CmCAAtB%3B%3BAAGF%2CQAAC%2CQACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CsCAAtB%3B%3B%3BAA%2BCH%3BEAk3BC%2CcAAA%3BEACA%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAt3BD%3BEACC%2CgBAAA%3B%3BAAID%3BEACC%2CUAAA%3BEACA%2CYAAA%3B%3BAAED%3BEACC%2CmBAAA%3B%3BAAED%3BEACC%2CmBAAA%3B%3BAAID%3BEAEC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAID%3B%3BEACC%2CcAAA%3B%3BAAED%3B%3BEACC%2CcAAA%3B%3BAAED%3BEACC%2CcAAA%3B%3BAAOD%3BEACC%2CcAAA%3B%3BAADD%2CIAEC%3BEACC%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAmCF%3BEACC%2CaAAa%2CYAAb%3BEACA%2CSAAS%2C6BAAoC%2COAAO%2CcAChD%2C4BAAmC%2COAAO%2COAD9C%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3BAA0ED%3BEACC%2CaAnEiB%2C%2BBAA8B%2CeAAc%2C6BAA4B%2CsBAAqB%2CwBAAuB%2CmBAAkB%2C%2BBAmEvJ%3BEACA%2CcAAA%3B%3BAAFD%2CYAGC%3BEACC%2CwBAAA%3B%3BAAyBA%2C6BADD%2CoBACE%3BAACD%2C6BAFD%2CoBAEE%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAVD%2C6BADD%2CoBACE%2CQAWA%3BAAVD%2C6BAFD%2CoBAEE%2CUAUA%3BEACC%2CkBAAA%3B%3BAAGD%2C6BAhBF%2CoBACE%2CQAeC%3BAAAD%2C6BAhBF%2CoBAEE%2CUAcC%3BAACD%2C6BAjBF%2CoBACE%2CQAgBC%3BAAAD%2C6BAjBF%2CoBAEE%2CUAeC%3BAACD%2C6BAlBF%2CoBACE%2CQAiBC%3BAAAD%2C6BAlBF%2CoBAEE%2CUAgBC%3BEACA%2C8CAAA%3BEACA%2CiBAAA%3B%3BAAED%2C6BAtBF%2CoBACE%2CQAqBC%3BAAAD%2C6BAtBF%2CoBAEE%2CUAoBC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAD%2C6BAtBF%2CoBACE%2CQAqBC%2CKACA%3BAADD%2C6BAtBF%2CoBAEE%2CUAoBC%2CKACA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAACA%2C6BA5BJ%2CoBACE%2CQAqBC%2CKACA%2CKAKE%3BAAAD%2C6BA5BJ%2CoBAEE%2CUAoBC%2CKACA%2CKAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C4BAA4B%2C6CAA5B%3BEACA%2C0BAAA%3B%3BAAcJ%2C6BApDD%2CoBAoDE%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2C6BAxDF%2CoBAoDE%2CQAIC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BA7DF%2CoBAoDE%2CQASC%3BAACD%2C6BA9DF%2CoBAoDE%2CQAUC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGF%2C6BApED%2CoBAoEE%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2C6BAxEF%2CoBAoEE%2CUAIC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BA7EF%2CoBAoEE%2CUASC%3BAACD%2C6BA9EF%2CoBAoEE%2CUAUC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGF%2C6BApFD%2CoBAoFE%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEA2kBF%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAA7kBE%2C6BA5FF%2CoBAoFE%2CKAQC%3BEACA%2CgBAAA%3B%3BAAED%2C6BA%5C%2FFF%2CoBAoFE%2CKAWC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAED%2C6BAnGF%2CoBAoFE%2CKAeC%3BAACD%2C6BApGF%2CoBAoFE%2CKAgBC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAMJ%2CCAAC%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEAkjBA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAApjBA%2CCATA%2CKASC%3BEACA%2CgBAAA%3B%3BAAED%2CCAZA%2CKAYC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAED%2CCAhBA%2CKAgBC%3BAACD%2CCAjBA%2CKAiBC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CCAAC%3BEACA%2CqBAAA%3B%3BAAGD%2CCAAC%3BAACD%2CGAAG%3BAACH%2CMAAM%3BEACL%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAshBA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAxhBA%2CCAXA%2COAWC%3BAAAD%2CGAVE%2COAUD%3BAAAD%2CMATK%2COASJ%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%2CCAfA%2COAeC%3BAAAD%2CGAdE%2COAcD%3BAAAD%2CMAbK%2COAaJ%3BAACD%2CCAhBA%2COAgBC%3BAAAD%2CGAfE%2COAeD%3BAAAD%2CMAdK%2COAcJ%3BAACD%2CCAjBA%2COAiBC%3BAAAD%2CGAhBE%2COAgBD%3BAAAD%2CMAfK%2COAeJ%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVD%2CCAfA%2COAeC%2CQAWA%3BAAXD%2CGAdE%2COAcD%2CQAWA%3BAAXD%2CMAbK%2COAaJ%2CQAWA%3BAAVD%2CCAhBA%2COAgBC%2CUAUA%3BAAVD%2CGAfE%2COAeD%2CUAUA%3BAAVD%2CMAdK%2COAcJ%2CUAUA%3BAATD%2CCAjBA%2COAiBC%2CQASA%3BAATD%2CGAhBE%2COAgBD%2CQASA%3BAATD%2CMAfK%2COAeJ%2CQASA%3BEACC%2CkBAAA%3B%3BAAWF%2CCAtCA%2COAsCC%3BAAAD%2CGArCE%2COAqCD%3BAAAD%2CMApCK%2COAoCJ%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%2CCA1CA%2COA0CC%3BAAAD%2CGAzCE%2COAyCD%3BAAAD%2CMAxCK%2COAwCJ%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCA9CD%2COA0CC%2CQAIC%3BAAAD%2CGA7CC%2COAyCD%2CQAIC%3BAAAD%2CMA5CI%2COAwCJ%2CQAIC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAnDD%2COA0CC%2CQASC%3BAAAD%2CGAlDC%2COAyCD%2CQASC%3BAAAD%2CMAjDI%2COAwCJ%2CQASC%3BAACD%2CCApDD%2COA0CC%2CQAUC%3BAAAD%2CGAnDC%2COAyCD%2CQAUC%3BAAAD%2CMAlDI%2COAwCJ%2CQAUC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAzDD%2COA0CC%2CQAeC%3BAAAD%2CGAxDC%2COAyCD%2CQAeC%3BAAAD%2CMAvDI%2COAwCJ%2CQAeC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGF%2CCAhEA%2COAgEC%3BAAAD%2CGA%5C%2FDE%2COA%2BDD%3BAAAD%2CMA9DK%2COA8DJ%3BAACD%2CCAjEA%2COAiEC%3BAAAD%2CGAhEE%2COAgED%3BAAAD%2CMA%5C%2FDK%2COA%2BDJ%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCArED%2COAgEC%2CUAKC%3BAAAD%2CGApEC%2COA%2BDD%2CUAKC%3BAAAD%2CMAnEI%2COA8DJ%2CUAKC%3BAAAD%2CCArED%2COAiEC%2CQAIC%3BAAAD%2CGApEC%2COAgED%2CQAIC%3BAAAD%2CMAnEI%2COA%2BDJ%2CQAIC%3BEAEA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCA5ED%2COAgEC%2CUAYC%3BAAAD%2CGA3EC%2COA%2BDD%2CUAYC%3BAAAD%2CMA1EI%2COA8DJ%2CUAYC%3BAAAD%2CCA5ED%2COAiEC%2CQAWC%3BAAAD%2CGA3EC%2COAgED%2CQAWC%3BAAAD%2CMA1EI%2COA%2BDJ%2CQAWC%3BAACD%2CCA7ED%2COAgEC%2CUAaC%3BAAAD%2CGA5EC%2COA%2BDD%2CUAaC%3BAAAD%2CMA3EI%2COA8DJ%2CUAaC%3BAAAD%2CCA7ED%2COAiEC%2CQAYC%3BAAAD%2CGA5EC%2COAgED%2CQAYC%3BAAAD%2CMA3EI%2COA%2BDJ%2CQAYC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAnFD%2COAgEC%2CUAmBC%3BAAAD%2CGAlFC%2COA%2BDD%2CUAmBC%3BAAAD%2CMAjFI%2COA8DJ%2CUAmBC%3BAAAD%2CCAnFD%2COAiEC%2CQAkBC%3BAAAD%2CGAlFC%2COAgED%2CQAkBC%3BAAAD%2CMAjFI%2COA%2BDJ%2CQAkBC%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAMD%2CCA7FD%2COA0FC%2CQAGC%3BAAAD%2CGA5FC%2COAyFD%2CQAGC%3BAAAD%2CMA3FI%2COAwFJ%2CQAGC%3BAAAD%2CCA7FD%2COA2FC%2CUAEC%3BAAAD%2CGA5FC%2COA0FD%2CUAEC%3BAAAD%2CMA3FI%2COAyFJ%2CUAEC%3BAAAD%2CCA7FD%2COA4FC%2CQACC%3BAAAD%2CGA5FC%2COA2FD%2CQACC%3BAAAD%2CMA3FI%2COA0FJ%2CQACC%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAED%2CCAjGD%2COA0FC%2CQAOC%3BAAAD%2CGAhGC%2COAyFD%2CQAOC%3BAAAD%2CMA%5C%2FFI%2COAwFJ%2CQAOC%3BAAAD%2CCAjGD%2COA2FC%2CUAMC%3BAAAD%2CGAhGC%2COA0FD%2CUAMC%3BAAAD%2CMA%5C%2FFI%2COAyFJ%2CUAMC%3BAAAD%2CCAjGD%2COA4FC%2CQAKC%3BAAAD%2CGAhGC%2COA2FD%2CQAKC%3BAAAD%2CMA%5C%2FFI%2COA0FJ%2CQAKC%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGF%2CCAtGA%2COAsGC%3BAAAD%2CGArGE%2COAqGD%3BAAAD%2CMApGK%2COAoGJ%3BEACA%2CSAAA%3B%3BAADD%2CCAtGA%2COAsGC%2COAEA%3BAAFD%2CGArGE%2COAqGD%2COAEA%3BAAFD%2CMApGK%2COAoGJ%2COAEA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CCA3GF%2COAsGC%2COAEA%2CKAGE%3BAAAD%2CGA1GA%2COAqGD%2COAEA%2CKAGE%3BAAAD%2CMAzGG%2COAoGJ%2COAEA%2CKAGE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C4BAA4B%2C6CAA5B%3BEACA%2C0BAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAAGF%2CCAzHD%2COAsGC%2COAmBC%2CQACA%2CKAAI%3BAADL%2CGAxHC%2COAqGD%2COAmBC%2CQACA%2CKAAI%3BAADL%2CMAvHI%2COAoGJ%2COAmBC%2CQACA%2CKAAI%3BEACH%2CsBAAsB%2C0BAAtB%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIH%2CCAlIA%2COAkIC%3BAAAD%2CGAjIE%2COAiID%3BAAAD%2CMAhIK%2COAgIJ%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2CCAvIA%2COAuIC%3BAAAD%2CGAtIE%2COAsID%3BAAAD%2CMArIK%2COAqIJ%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CCAxJD%2COAuIC%2CWAiBC%3BAAAD%2CGAvJC%2COAsID%2CWAiBC%3BAAAD%2CMAtJI%2COAqIJ%2CWAiBC%3BAACD%2CCAzJD%2COAuIC%2CWAkBC%3BAAAD%2CGAxJC%2COAsID%2CWAkBC%3BAAAD%2CMAvJI%2COAqIJ%2CWAkBC%3BAACD%2CCA1JD%2COAuIC%2CWAmBC%3BAAAD%2CGAzJC%2COAsID%2CWAmBC%3BAAAD%2CMAxJI%2COAqIJ%2CWAmBC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAyBH%2CKAAK%3BEACJ%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAACA%2CKAJI%2CiBAIH%3BEACA%2CgBAAA%3B%3BAAED%2CKAPI%2CiBAOA%3BEACH%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAACA%2CKAZG%2CiBAOA%2CQAKF%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CwBAAgC%2CiDAAhC%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CKAxBI%2CiBAwBH%2CMAAS%2CQAAK%3BEACd%2CsBAAsB%2C2BAAtB%3B%3BAAED%2CKA3BI%2CiBA2BH%2CQAAW%2CQAAK%3BEAChB%2CgCAAA%3B%3BAAED%2CKA9BI%2CiBA8BH%2CSAAY%2CQAAK%3BAAClB%2CKA%5C%2FBI%2CiBA%2BBH%2CSAAY%2CQAAK%3BEACjB%2C8BAAA%3B%3BAAED%2CKAlCI%2CiBAkCH%2CSAAS%2CQAAW%2CQAAK%3BAAC1B%2CKAnCI%2CiBAmCH%2CSAAS%2CQAAW%2CQAAK%3BEACzB%2CiCAAA%3B%3BAAIF%2CKAAK%3BEACJ%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAACA%2CKAJI%2CcAIH%3BEACA%2CgBAAA%3B%3BAAED%2CKAPI%2CcAOA%3BEACH%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAACA%2CKAbG%2CcAOA%2CQAMF%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CwBAAgC%2C8CAAhC%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAQA%2CgBAAA%3B%3BAAGF%2CKAhCI%2CcAgCH%2CSAAY%2CQAAK%3BEACjB%2CsBAAsB%2C8BAAtB%3B%3BAAED%2CKAnCI%2CcAmCH%2CQAAW%2CQAAK%3BEAChB%2CgCAAA%3B%3BAAED%2CKAtCI%2CcAsCH%2CSAAY%2CQAAK%3BAAClB%2CKAvCI%2CcAuCH%2CSAAY%2CQAAK%3BEACjB%2C8BAAA%3B%3BAAED%2CKA1CI%2CcA0CH%2CSAAS%2CQAAW%2CQAAK%3BAAC1B%2CKA3CI%2CcA2CH%2CSAAS%2CQAAW%2CQAAK%3BEACzB%2CiCAAA%3B%3BAAIF%2CMAAM%3BEACL%2CYAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3BAAQD%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACJ%2CqBAAA%3BEAGA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CKAnBI%2CaAmBH%3BAAAD%2CKAlBI%2CiBAkBH%3BAAAD%2CKAjBI%2CYAiBH%3BAAAD%2CKAhBI%2CYAgBH%3BAAAD%2CKAfI%2CeAeH%3BAAAD%2CKAdI%2CeAcH%3BAAAD%2CKAbI%2CaAaH%3BAAAD%2CKAZI%2CiBAYH%3BAAAD%2CKAXI%2CcAWH%3BAACD%2CKApBI%2CaAoBH%3BAAAD%2CKAnBI%2CiBAmBH%3BAAAD%2CKAlBI%2CYAkBH%3BAAAD%2CKAjBI%2CYAiBH%3BAAAD%2CKAhBI%2CeAgBH%3BAAAD%2CKAfI%2CeAeH%3BAAAD%2CKAdI%2CaAcH%3BAAAD%2CKAbI%2CiBAaH%3BAAAD%2CKAZI%2CcAYH%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEAGC%2CwBAAgC%2CwCAAhC%3BEAGA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAED%2CMAAM%2CKACL%3BEACC%2CkBAAA%3B%3BAAFF%2CMAAM%2CKAIL%2CMAAK%2CaAAa%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMARI%2CKAIL%2CMAAK%2CaAAa%2CgBAIb%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CMAfG%2CKAIL%2CMAAK%2CaAAa%2CgBAIb%2CyBAOF%3BEACA%2CSAAS%2CEAAT%3BEAGA%2C4BAA4B%2CiDAA5B%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAsMH%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAApMG%2CMA5BE%2CKAIL%2CMAAK%2CaAAa%2CgBAIb%2CyBAiBF%2CMAGC%3BAAAD%2CMA5BE%2CKAIL%2CMAAK%2CaAAa%2CgBAIb%2CyBAkBF%2CMAEC%3BAAAD%2CMA5BE%2CKAIL%2CMAAK%2CaAAa%2CgBAIb%2CyBAmBF%2COACC%3BEACA%2CcAAA%3B%3BAAQL%2CKAAK%2CIAAI%2CYAAY%3BAACrB%2CQAAQ%2CIAAI%2CYAAY%3BAACxB%2CMAAM%2CIAAI%2CYAAY%3BEACrB%2C8CAAA%3B%3BAAED%2CkBAAmB%2CEAAC%3BEACnB%2CgBAAA%3B%3BAAGD%2CSACG%3BAADH%2CSAEG%2CUAAU%3BEACX%2CmBAAA%3B%3BAAHF%2CSACG%2CSAGC%3BAAJJ%2CSAEG%2CUAAU%2CSAET%3BEACD%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATH%2CSACG%2CSAUC%2CWACD%3BAAZH%2CSAEG%2CUAAU%2CSAST%2CWACD%3BAAZH%2CSACG%2CSAUC%2CWAED%3BAAbH%2CSAEG%2CUAAU%2CSAST%2CWAED%3BAAbH%2CSACG%2CSAUC%2CWAGD%3BAAdH%2CSAEG%2CUAAU%2CSAST%2CWAGD%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEA6JH%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FJG%2CSAlBD%2CSAUC%2CWACD%2CMAOE%3BAAAD%2CSAjBD%2CUAAU%2CSAST%2CWACD%2CMAOE%3BAAAD%2CSAlBD%2CSAUC%2CWAED%2COAME%3BAAAD%2CSAjBD%2CUAAU%2CSAST%2CWAED%2COAME%3BAAAD%2CSAlBD%2CSAUC%2CWAGD%2CSAKE%3BAAAD%2CSAjBD%2CUAAU%2CSAST%2CWAGD%2CSAKE%3BAACD%2CSAnBD%2CSAUC%2CWACD%2CMAQE%3BAAAD%2CSAlBD%2CUAAU%2CSAST%2CWACD%2CMAQE%3BAAAD%2CSAnBD%2CSAUC%2CWAED%2COAOE%3BAAAD%2CSAlBD%2CUAAU%2CSAST%2CWAED%2COAOE%3BAAAD%2CSAnBD%2CSAUC%2CWAGD%2CSAME%3BAAAD%2CSAlBD%2CUAAU%2CSAST%2CWAGD%2CSAME%3BEACA%2CqBAAA%3B%3BAAED%2CSAtBD%2CSAUC%2CWACD%2CMAWE%3BAAAD%2CSArBD%2CUAAU%2CSAST%2CWACD%2CMAWE%3BAAAD%2CSAtBD%2CSAUC%2CWAED%2COAUE%3BAAAD%2CSArBD%2CUAAU%2CSAST%2CWAED%2COAUE%3BAAAD%2CSAtBD%2CSAUC%2CWAGD%2CSASE%3BAAAD%2CSArBD%2CUAAU%2CSAST%2CWAGD%2CSASE%3BEACA%2CqBAAA%3B%3BAAxBL%2CSACG%2CSAUC%2CWAgBD%2CMAAK%3BAA3BR%2CSAEG%2CUAAU%2CSAST%2CWAgBD%2CMAAK%3BAA3BR%2CSACG%2CSAUC%2CWAiBD%2CMAAK%3BAA5BR%2CSAEG%2CUAAU%2CSAST%2CWAiBD%2CMAAK%3BEACJ%2CWAAA%3BEACA%2CkBAAA%3B%3BAAED%2CSA%5C%2FBA%2CSAUC%2CWAqBA%2CcACA%3BAADD%2CSA9BA%2CUAAU%2CSAST%2CWAqBA%2CcACA%3BAADD%2CSA%5C%2FBA%2CSAUC%2CWAqBA%2CcAEA%3BAAFD%2CSA9BA%2CUAAU%2CSAST%2CWAqBA%2CcAEA%3BAAFD%2CSA%5C%2FBA%2CSAUC%2CWAqBA%2CcAGA%3BAAHD%2CSA9BA%2CUAAU%2CSAST%2CWAqBA%2CcAGA%3BEACC%2CwBAAA%3B%3BAAJF%2CSA%5C%2FBA%2CSAUC%2CWAqBA%2CcAMA%3BAAND%2CSA9BA%2CUAAU%2CSAST%2CWAqBA%2CcAMA%3BEACC%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAzCL%2CSACG%2CSAUC%2CWAiCD%3BAA5CH%2CSAEG%2CUAAU%2CSAST%2CWAiCD%3BEACC%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMF%2CSAFC%2CSAEA%2CSAEE%2CSAAM%3BAAFT%2CSADC%2CUAAU%2CSACV%2CSAEE%2CSAAM%3BAADT%2CSAHC%2CSAGA%2CUACE%2CSAAM%3BAADT%2CSAFC%2CUAAU%2CSAEV%2CUACE%2CSAAM%3BEACP%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOF%2COAFK%2CMACL%2CQAAS%2COACR%2CUAAU%3BEACV%2CkBAAA%3B%3BAAED%2COALK%2CMACL%2CQAAS%2COAIR%2CUAAU%3BEACV%2CiBAAA%3B%3BAALF%2COADM%2CMACL%2CQAAS%2COASN%3BEACD%2CkBAAA%3B%3BAAVH%2COADM%2CMACL%2CQAAS%2COASN%2CWAEC%3BEACD%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAdJ%2COADM%2CMACL%2CQAAS%2COASN%2CWAOD%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAnBJ%2COADM%2CMACL%2CQAAS%2COASN%2CWAYD%3BEACC%2CkBAAA%3BEAEA%2CMAAA%3B%3BAACA%2COA1BE%2CMACL%2CQAAS%2COASN%2CWAYD%2CuBAIE%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAkEN%3BEACC%2C6CAAA%3BEACA%2CwCAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3B%3BAAPD%2COAQC%3BEACC%2CaAAA%3B%3BAAgEF%3BEACC%3BIAAK%2CWAAW%2CYAAX%3B%3BEACL%3BIAAO%2CWAAW%2CcAAX%3B%3B%3BAAMR%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CcAAA%3B%3BAAED%3BEACC%2CqBAAA%3B%3BAAED%3BEACC%2CSAAS%2CEAAT%3B%3BAACA%2CSAAC%3BEAEA%2CSAAS%2CEAAT%3B%3BAAuBF%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BAAAK%3BEACR%2CaAAA%3BEAEA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BAAAK%3BAAAc%3BEACtB%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BEACC%2CgBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAK%3BAAAG%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEACvB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BAAAI%3BEACH%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CKACG%2CQAGC%2CKACC%3BAALL%2CKAEG%2CQAEC%2CKACC%3BAALL%2CKAGG%2CQACC%2CKACC%3BEACD%2CkBAAA%3B%3BAANJ%2CKACG%2CQAGC%2CKAIC%3BAARL%2CKAEG%2CQAEC%2CKAIC%3BAARL%2CKAGG%2CQACC%2CKAIC%3BEACD%2CwBAAA%3B%3BAATJ%2CKACG%2CQAGC%2CKAOC%2CKAED%3BAAbJ%2CKAEG%2CQAEC%2CKAOC%2CKAED%3BAAbJ%2CKAGG%2CQACC%2CKAOC%2CKAED%3BAAbJ%2CKACG%2CQAGC%2CKAQC%2CKACD%3BAAbJ%2CKAEG%2CQAEC%2CKAQC%2CKACD%3BAAbJ%2CKAGG%2CQACC%2CKAQC%2CKACD%3BAAbJ%2CKACG%2CQAGC%2CKAOC%2CKAGD%2CEAAC%3BAAdL%2CKAEG%2CQAEC%2CKAOC%2CKAGD%2CEAAC%3BAAdL%2CKAGG%2CQACC%2CKAOC%2CKAGD%2CEAAC%3BAAdL%2CKACG%2CQAGC%2CKAQC%2CKAED%2CEAAC%3BAAdL%2CKAEG%2CQAEC%2CKAQC%2CKAED%2CEAAC%3BAAdL%2CKAGG%2CQACC%2CKAQC%2CKAED%2CEAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CKAhBF%2CQAGC%2CKAOC%2CKAED%2CEAIE%3BAAAD%2CKAfF%2CQAEC%2CKAOC%2CKAED%2CEAIE%3BAAAD%2CKAdF%2CQACC%2CKAOC%2CKAED%2CEAIE%3BAAAD%2CKAhBF%2CQAGC%2CKAQC%2CKACD%2CEAIE%3BAAAD%2CKAfF%2CQAEC%2CKAQC%2CKACD%2CEAIE%3BAAAD%2CKAdF%2CQACC%2CKAQC%2CKACD%2CEAIE%3BAAAD%2CKAhBF%2CQAGC%2CKAOC%2CKAGD%2CEAAC%2COAGC%3BAAAD%2CKAfF%2CQAEC%2CKAOC%2CKAGD%2CEAAC%2COAGC%3BAAAD%2CKAdF%2CQACC%2CKAOC%2CKAGD%2CEAAC%2COAGC%3BAAAD%2CKAhBF%2CQAGC%2CKAQC%2CKAED%2CEAAC%2COAGC%3BAAAD%2CKAfF%2CQAEC%2CKAQC%2CKAED%2CEAAC%2COAGC%3BAAAD%2CKAdF%2CQACC%2CKAQC%2CKAED%2CEAAC%2COAGC%3BAACD%2CKAjBF%2CQAGC%2CKAOC%2CKAED%2CEAKE%3BAAAD%2CKAhBF%2CQAEC%2CKAOC%2CKAED%2CEAKE%3BAAAD%2CKAfF%2CQACC%2CKAOC%2CKAED%2CEAKE%3BAAAD%2CKAjBF%2CQAGC%2CKAQC%2CKACD%2CEAKE%3BAAAD%2CKAhBF%2CQAEC%2CKAQC%2CKACD%2CEAKE%3BAAAD%2CKAfF%2CQACC%2CKAQC%2CKACD%2CEAKE%3BAAAD%2CKAjBF%2CQAGC%2CKAOC%2CKAGD%2CEAAC%2COAIC%3BAAAD%2CKAhBF%2CQAEC%2CKAOC%2CKAGD%2CEAAC%2COAIC%3BAAAD%2CKAfF%2CQACC%2CKAOC%2CKAGD%2CEAAC%2COAIC%3BAAAD%2CKAjBF%2CQAGC%2CKAQC%2CKAED%2CEAAC%2COAIC%3BAAAD%2CKAhBF%2CQAEC%2CKAQC%2CKAED%2CEAAC%2COAIC%3BAAAD%2CKAfF%2CQACC%2CKAQC%2CKAED%2CEAAC%2COAIC%3BAACD%2CKAlBF%2CQAGC%2CKAOC%2CKAED%2CEAME%3BAAAD%2CKAjBF%2CQAEC%2CKAOC%2CKAED%2CEAME%3BAAAD%2CKAhBF%2CQACC%2CKAOC%2CKAED%2CEAME%3BAAAD%2CKAlBF%2CQAGC%2CKAQC%2CKACD%2CEAME%3BAAAD%2CKAjBF%2CQAEC%2CKAQC%2CKACD%2CEAME%3BAAAD%2CKAhBF%2CQACC%2CKAQC%2CKACD%2CEAME%3BAAAD%2CKAlBF%2CQAGC%2CKAOC%2CKAGD%2CEAAC%2COAKC%3BAAAD%2CKAjBF%2CQAEC%2CKAOC%2CKAGD%2CEAAC%2COAKC%3BAAAD%2CKAhBF%2CQACC%2CKAOC%2CKAGD%2CEAAC%2COAKC%3BAAAD%2CKAlBF%2CQAGC%2CKAQC%2CKAED%2CEAAC%2COAKC%3BAAAD%2CKAjBF%2CQAEC%2CKAQC%2CKAED%2CEAAC%2COAKC%3BAAAD%2CKAhBF%2CQACC%2CKAQC%2CKAED%2CEAAC%2COAKC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAASN%2CUACC%2CoBACC%3BEACC%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAuIH%2CwBATiD%2C8BAA%2BB%2C%2BBAA4B%3BEAC3G%2COAAO%3BIACN%2CwBAAA%3B%3B%3BAAWD%2CwBAJgD%2C8BAA%2BB%2C%2BBAA6B%3BEAC5G%2COAAO%3BIACN%2CwBAAA%3B%3B%3B%3BACj6CF%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqGAAqG%2COAAO%2CQAA5G%3BEACA%2CiNAAA%3B%3B%3BAAGD%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkGAAkG%2COAAO%2CQAAzG%3BEACA%2CyLAAA%3B%3B%3BAAGD%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkGAAkG%2COAAO%2CQAAzG%3BEACA%2CiNAAA%3B%3B%3BAAGD%3BEACC%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BFAA%2BF%2COAAO%2CQAAtG%3BEACA%2CyLAAA%3B%3BACtBD%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */