[data-content-type="buttons"] .pagebuilder-button-primary,
[data-content-type="buttons"] .pagebuilder-button-secondary {
  position: relative;
  margin: 0 auto;
  padding: 14px;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  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 rgba(219, 219, 219, 0.4);
  border-width: 1px;
}
[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: 24px;
  height: 24px;
  background: transparent url('../images/icons/cart.svg') no-repeat top center;
  background-size: 24px 24px;
}
[data-content-type="buttons"] .pagebuilder-button-primary.cart:hover span:after,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart:hover span:after,
[data-content-type="buttons"] .pagebuilder-button-primary.cart:focus span:after,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart:focus span:after,
[data-content-type="buttons"] .pagebuilder-button-primary.cart:active span:after,
[data-content-type="buttons"] .pagebuilder-button-secondary.cart:active span:after {
  background-image: url('../images/icons/cart_hover.svg');
}
[data-content-type="buttons"] .pagebuilder-button-primary {
  background: #1C69D4;
  border-color: #1C69D4;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-primary:hover {
  background: #1C69D4;
  border-color: #1C69D4;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-primary:focus,
[data-content-type="buttons"] .pagebuilder-button-primary:active {
  background: #1C69D4;
  border-color: #1C69D4;
  color: #FFFFFF;
}
[data-content-type="buttons"] .pagebuilder-button-primary.disabled {
  background: #BBD2F3;
}
[data-content-type="buttons"] .pagebuilder-button-secondary {
  background: #4D4D4D;
  border-color: #4D4D4D;
  color: #262626;
}
[data-content-type="buttons"] .pagebuilder-button-secondary:hover {
  background: #FFFFFF;
  border-color: #262626;
  color: #262626;
}
[data-content-type="buttons"] .pagebuilder-button-secondary:focus,
[data-content-type="buttons"] .pagebuilder-button-secondary:active {
  background: #FFFFFF;
  border-color: #1C69D4;
  color: #1C69D4;
}
[data-content-type="buttons"] .pagebuilder-button-secondary.disabled {
  background: #BBBBBB;
}
[data-content-type="buttons"] .pagebuilder-button-link {
  display: inline-block;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  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: #1C69D4;
  text-decoration: none;
}
[data-content-type="buttons"] .pagebuilder-button-link:focus,
[data-content-type="buttons"] .pagebuilder-button-link:active {
  color: #1C69D4;
  text-decoration: underline;
}
A.link {
  display: inline-block;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  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: #1C69D4;
  text-decoration: none;
}
A.link:focus,
A.link:active {
  color: #1C69D4;
  text-decoration: underline;
}
a.action,
div.action,
button.action {
  line-height: 1.5em;
  font-weight: 400;
  -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;
}
a.action.towishlist,
div.action.towishlist,
button.action.towishlist {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  background: #1C69D4;
  border: 1px solid #1C69D4;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  width: auto;
  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: #1C69D4;
  border-color: #1C69D4;
  color: #FFFFFF;
  text-decoration: none;
}
a {
  text-underline-offset: 0.25em;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a.action {
  display: inline-block;
}
a.action,
div.action,
button.action {
  position: relative;
  background: transparent;
  color: #1C69D4;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
}
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: 14px;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  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:hover,
div.action:hover,
button.action:hover,
a.action:focus,
div.action:focus,
button.action:focus,
a.action:active,
div.action:active,
button.action:active {
  color: #1C69D4;
  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 {
  background: #1C69D4;
  border: 2px solid #1C69D4;
  color: #FFFFFF;
}
a.action.primary:hover,
div.action.primary:hover,
button.action.primary:hover {
  background: #1C69D4;
  border-color: #1C69D4;
  box-shadow: 0 2px 4px rgba(219, 219, 219, 0.4);
}
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: #1C69D4;
  border-color: #1C69D4;
  box-shadow: 0 3px 10px rgba(112, 112, 112, 0.3);
}
a.action.primary.disabled,
div.action.primary.disabled,
button.action.primary.disabled {
  background: #BBD2F3;
  border-color: #BBD2F3;
  color: #FFFFFF;
  opacity: 1;
}
a.action.secondary,
div.action.secondary,
button.action.secondary {
  background: #4D4D4D;
  border: 2px solid #4D4D4D;
  color: #262626;
}
a.action.secondary:hover,
div.action.secondary:hover,
button.action.secondary:hover {
  background: #FFFFFF;
  border-color: #1C69D4;
  color: #1C69D4;
  box-shadow: 0 2px 4px rgba(219, 219, 219, 0.4);
}
a.action.secondary:focus,
div.action.secondary:focus,
button.action.secondary:focus,
a.action.secondary:active,
div.action.secondary:active,
button.action.secondary:active {
  background: #FFFFFF;
  border-color: #1C69D4;
  color: #1C69D4;
  box-shadow: 0 3px 10px rgba(112, 112, 112, 0.3);
}
a.action.secondary.disabled,
div.action.secondary.disabled,
button.action.secondary.disabled {
  background: #BBBBBB;
  border-color: #BBBBBB;
  color: #FFFFFF;
  opacity: 1;
}
a.action.outline,
div.action.outline,
button.action.outline {
  background: #FFFFFF;
  border: 2px solid #262626;
  color: #262626;
}
a.action.outline:hover,
div.action.outline:hover,
button.action.outline:hover {
  background: #FFFFFF;
  border-color: #262626;
  color: #262626;
  box-shadow: 0 2px 4px rgba(219, 219, 219, 0.4);
}
a.action.outline:focus,
div.action.outline:focus,
button.action.outline:focus,
a.action.outline:active,
div.action.outline:active,
button.action.outline:active {
  background: #FFFFFF;
  border-color: #262626;
  color: #262626;
  box-shadow: 0 3px 10px rgba(112, 112, 112, 0.3);
}
a.action.outline.disabled,
div.action.outline.disabled,
button.action.outline.disabled {
  background: #FFFFFF;
  border-color: #BBBBBB;
  color: #262626;
  opacity: 1;
}
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: 24px;
  height: 24px;
  background: transparent url('../images/icons/cart.svg') no-repeat top left;
  background-size: 24px 24px;
  filter: invert(1);
}
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: 2px;
  background: #FFFFFF url('../images/icon-checkbox.png') no-repeat top left;
  background-size: cover;
  width: 18px;
  height: 18px;
  transition: 0.2s;
}
input[type="checkbox"]:checked + label:before {
  background-position: bottom left;
}
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: 0px;
  background: #FFFFFF url('../images/icon-radio.png') no-repeat left top;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
input[type="radio"]:checked + label:before {
  background-position: left 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: 10.5px 10px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5em;
  letter-spacing: 0.015em;
}
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: #F6F8F9;
  border-color: #BBBBBB;
  color: #D4D4D4;
  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 #808080;
  border-radius: 2px;
  line-height: 1.2em;
  height: 45px;
}
.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-dropdown-calendar.png') 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: #262626;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 2px 4px rgba(219, 219, 219, 0.4);
}
.product-item-info a:focus {
  box-shadow: none;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 32px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin-bottom: 12px;
  color: #262626;
  font-weight: 400;
  line-height: 1.5em;
}
.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: 500px;
  border-color: rgba(152, 144, 144, 0.5);
  -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: #1C69D4;
}
.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: #ED3E3E;
}
.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: 100%;
  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: #ED3E3E;
}
/*
@message__padding: 12px @indent__base 12px @indent__m;
@message__line-height: false;
@message-icon__font-size: 24px;
@message-icon__inner-padding-left: 45px;
@message-icon__top: 22px;
@message-error-icon: @icon-error;
@message-success-icon: @icon-success;
*/
.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: 1920px;
  padding: 8px 15px 8px 45px;
  border-radius: 2px;
  text-align: center;
}
.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;
  text-underline-offset: 0.25em;
}
.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: #FFFFFF;
  text-decoration: none;
}
.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.2em;
}
.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: '';
  display: inline-block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 20px;
  height: 20px;
  filter: invert(1);
  transform: translate(-6px, -12px);
}
.message.error > *:first-child:before {
  background-image: url('../images/icons/msg_error.svg');
}
.message.warning > *:first-child:before {
  background-image: url('../images/icons/msg_warning.svg');
}
.message.notice > *:first-child:before {
  background-image: url('../images/icons/msg_notice.svg');
}
.message.info > *:first-child:before {
  background-image: url('../images/icons/msg_info.svg');
}
.message.success > *:first-child:before {
  background-image: url('../images/icons/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: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #DEEDF7;
}
::-webkit-scrollbar-thumb {
  background: #1651A3;
}
::selection {
  background: #BBD2F3;
  color: #1C69D4;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #808080;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
::placeholder {
  color: #808080;
}
body {
  color: #262626;
}
body * {
  box-sizing: border-box;
}
/*
.cg_icon_search() {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	img {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}
}
*/
@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: '';
}
H1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #262626;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
H2,
.h2,
.block-title {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #262626;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
.block-title {
  font-weight: 600;
  letter-spacing: 0.015em;
}
H3,
.h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #262626;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
H4,
.h4 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #262626;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
H5,
.h5 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #262626;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
H6,
.h6,
caption,
.caption {
  margin-top: 0;
  margin-bottom: 1em;
  color: #262626;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
DIV,
P,
th,
td,
dd,
dt,
dl,
li,
.block-content {
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
.page-main .page-title-wrapper .page-title {
  margin: 0 0 0.85em 0;
  color: #262626;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.015em;
}
@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;
  }
}
/* Page Message */
.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('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 #1C69D4;
  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('../../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%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FCleargo%5C%2FBMW%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAoOE%2C6BADD%2CoBACE%3BAACD%2C6BAFD%2CoBAEE%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEAmiCF%2CgBAAA%3BEAjiCE%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAXD%2C6BADD%2CoBACE%2CQAYA%3BAAXD%2C6BAFD%2CoBAEE%2CUAWA%3BEACC%2CkBAAA%3B%3BAAGD%2C6BAjBF%2CoBACE%2CQAgBC%3BAAAD%2C6BAjBF%2CoBAEE%2CUAeC%3BAACD%2C6BAlBF%2CoBACE%2CQAiBC%3BAAAD%2C6BAlBF%2CoBAEE%2CUAgBC%3BAACD%2C6BAnBF%2CoBACE%2CQAkBC%3BAAAD%2C6BAnBF%2CoBAEE%2CUAiBC%3BEACA%2C8CAAA%3BEACA%2CiBAAA%3B%3BAAED%2C6BAvBF%2CoBACE%2CQAsBC%2CKACA%3BAADD%2C6BAvBF%2CoBAEE%2CUAqBC%2CKACA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAACA%2C6BA7BJ%2CoBACE%2CQAsBC%2CKACA%2CKAKE%3BAAAD%2C6BA7BJ%2CoBAEE%2CUAqBC%2CKACA%2CKAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAA4B%2CgDAA5B%3BEACA%2C0BAAA%3B%3BAAGF%2C6BA1CH%2CoBACE%2CQAsBC%2CKAmBC%2CMAGA%2CKAAI%3BAAHL%2C6BA1CH%2CoBAEE%2CUAqBC%2CKAmBC%2CMAGA%2CKAAI%3BAAFL%2C6BA3CH%2CoBACE%2CQAsBC%2CKAoBC%2CMAEA%2CKAAI%3BAAFL%2C6BA3CH%2CoBAEE%2CUAqBC%2CKAoBC%2CMAEA%2CKAAI%3BAADL%2C6BA5CH%2CoBACE%2CQAsBC%2CKAqBC%2COACA%2CKAAI%3BAADL%2C6BA5CH%2CoBAEE%2CUAqBC%2CKAqBC%2COACA%2CKAAI%3BEACH%2CsBAAsB%2CiCAAtB%3B%3BAAKJ%2C6BAnDD%2CoBAmDE%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2C6BAvDF%2CoBAmDE%2CQAIC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BA5DF%2CoBAmDE%2CQASC%3BAACD%2C6BA7DF%2CoBAmDE%2CQAUC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BAlEF%2CoBAmDE%2CQAeC%3BEACA%2CmBAAA%3B%3BAAGF%2C6BAtED%2CoBAsEE%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2C6BA1EF%2CoBAsEE%2CUAIC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BA%5C%2FEF%2CoBAsEE%2CUASC%3BAACD%2C6BAhFF%2CoBAsEE%2CUAUC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2C6BArFF%2CoBAsEE%2CUAeC%3BEACA%2CmBAAA%3B%3BAAGF%2C6BAzFD%2CoBAyFE%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEAs2BF%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAAx2BE%2C6BAlGF%2CoBAyFE%2CKASC%3BEACA%2CgBAAA%3B%3BAAED%2C6BArGF%2CoBAyFE%2CKAYC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAED%2C6BAzGF%2CoBAyFE%2CKAgBC%3BAACD%2C6BA1GF%2CoBAyFE%2CKAiBC%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAMJ%2CCAAC%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEA60BA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAA%5C%2F0BA%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%3BAACD%2CGAAG%3BAACH%2CMAAM%3BEAEL%2CkBAAA%3BEA45BA%2CgBAAA%3BEAlGA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3B%3BAA3zBA%2CCAPA%2COAOC%3BAAAD%2CGANE%2COAMD%3BAAAD%2CMALK%2COAKJ%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CCAxBD%2COAOC%2CWAiBC%3BAAAD%2CGAvBC%2COAMD%2CWAiBC%3BAAAD%2CMAtBI%2COAKJ%2CWAiBC%3BAACD%2CCAzBD%2COAOC%2CWAkBC%3BAAAD%2CGAxBC%2COAMD%2CWAkBC%3BAAAD%2CMAvBI%2COAKJ%2CWAkBC%3BAACD%2CCA1BD%2COAOC%2CWAmBC%3BAAAD%2CGAzBC%2COAMD%2CWAmBC%3BAAAD%2CMAxBI%2COAKJ%2CWAmBC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAKH%3BEACC%2C6BAAA%3B%3BAACA%2CCAAC%3BAACD%2CCAAC%3BAACD%2CCAAC%3BEACA%2C0BAAA%3B%3BAAIF%2CCAAC%3BEACA%2CqBAAA%3B%3BAAGD%2CCAAC%3BAACD%2CGAAG%3BAACH%2CMAAM%3BEACL%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEAy2BA%2CgBAAA%3BEAv2BA%2CkBAAA%3B%3BAACA%2CCAVA%2COAUC%3BAAAD%2CGATE%2COASD%3BAAAD%2CMARK%2COAQJ%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%2CCAdA%2COAcC%3BAAAD%2CGAbE%2COAaD%3BAAAD%2CMAZK%2COAYJ%3BAACD%2CCAfA%2COAeC%3BAAAD%2CGAdE%2COAcD%3BAAAD%2CMAbK%2COAaJ%3BAACD%2CCAhBA%2COAgBC%3BAAAD%2CGAfE%2COAeD%3BAAAD%2CMAdK%2COAcJ%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEA41BD%2CgBAAA%3BEA11BC%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAXD%2CCAdA%2COAcC%2CQAYA%3BAAZD%2CGAbE%2COAaD%2CQAYA%3BAAZD%2CMAZK%2COAYJ%2CQAYA%3BAAXD%2CCAfA%2COAeC%2CUAWA%3BAAXD%2CGAdE%2COAcD%2CUAWA%3BAAXD%2CMAbK%2COAaJ%2CUAWA%3BAAVD%2CCAhBA%2COAgBC%2CQAUA%3BAAVD%2CGAfE%2COAeD%2CQAUA%3BAAVD%2CMAdK%2COAcJ%2CQAUA%3BEACC%2CkBAAA%3B%3BAAGF%2CCA9BA%2COA8BC%3BAAAD%2CGA7BE%2COA6BD%3BAAAD%2CMA5BK%2COA4BJ%3BAACD%2CCA%5C%2FBA%2COA%2BBC%3BAAAD%2CGA9BE%2COA8BD%3BAAAD%2CMA7BK%2COA6BJ%3BAACD%2CCAhCA%2COAgCC%3BAAAD%2CGA%5C%2FBE%2COA%2BBD%3BAAAD%2CMA9BK%2COA8BJ%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAED%2CCApCA%2COAoCC%3BAAAD%2CGAnCE%2COAmCD%3BAAAD%2CMAlCK%2COAkCJ%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAED%2CCAxCA%2COAwCC%3BAAAD%2CGAvCE%2COAuCD%3BAAAD%2CMAtCK%2COAsCJ%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCA5CD%2COAwCC%2CQAIC%3BAAAD%2CGA3CC%2COAuCD%2CQAIC%3BAAAD%2CMA1CI%2COAsCJ%2CQAIC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAjDD%2COAwCC%2CQASC%3BAAAD%2CGAhDC%2COAuCD%2CQASC%3BAAAD%2CMA%5C%2FCI%2COAsCJ%2CQASC%3BAACD%2CCAlDD%2COAwCC%2CQAUC%3BAAAD%2CGAjDC%2COAuCD%2CQAUC%3BAAAD%2CMAhDI%2COAsCJ%2CQAUC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BCAAA%3B%3BAAED%2CCAvDD%2COAwCC%2CQAeC%3BAAAD%2CGAtDC%2COAuCD%2CQAeC%3BAAAD%2CMArDI%2COAsCJ%2CQAeC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGF%2CCA9DA%2COA8DC%3BAAAD%2CGA7DE%2COA6DD%3BAAAD%2CMA5DK%2COA4DJ%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCAlED%2COA8DC%2CUAIC%3BAAAD%2CGAjEC%2COA6DD%2CUAIC%3BAAAD%2CMAhEI%2COA4DJ%2CUAIC%3BEAEA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAzED%2COA8DC%2CUAWC%3BAAAD%2CGAxEC%2COA6DD%2CUAWC%3BAAAD%2CMAvEI%2COA4DJ%2CUAWC%3BAACD%2CCA1ED%2COA8DC%2CUAYC%3BAAAD%2CGAzEC%2COA6DD%2CUAYC%3BAAAD%2CMAxEI%2COA4DJ%2CUAYC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C%2BCAAA%3B%3BAAED%2CCAhFD%2COA8DC%2CUAkBC%3BAAAD%2CGA%5C%2FEC%2COA6DD%2CUAkBC%3BAAAD%2CMA9EI%2COA4DJ%2CUAkBC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGF%2CCAvFA%2COAuFC%3BAAAD%2CGAtFE%2COAsFD%3BAAAD%2CMArFK%2COAqFJ%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CCA3FD%2COAuFC%2CQAIC%3BAAAD%2CGA1FC%2COAsFD%2CQAIC%3BAAAD%2CMAzFI%2COAqFJ%2CQAIC%3BEAEA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C8CAAA%3B%3BAAED%2CCAlGD%2COAuFC%2CQAWC%3BAAAD%2CGAjGC%2COAsFD%2CQAWC%3BAAAD%2CMAhGI%2COAqFJ%2CQAWC%3BAACD%2CCAnGD%2COAuFC%2CQAYC%3BAAAD%2CGAlGC%2COAsFD%2CQAYC%3BAAAD%2CMAjGI%2COAqFJ%2CQAYC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C%2BCAAA%3B%3BAAED%2CCAzGD%2COAuFC%2CQAkBC%3BAAAD%2CGAxGC%2COAsFD%2CQAkBC%3BAAAD%2CMAvGI%2COAqFJ%2CQAkBC%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGF%2CCAhHA%2COAgHC%3BAAAD%2CGA%5C%2FGE%2COA%2BGD%3BAAAD%2CMA9GK%2COA8GJ%3BEACA%2CSAAA%3B%3BAADD%2CCAhHA%2COAgHC%2COAEA%3BAAFD%2CGA%5C%2FGE%2COA%2BGD%2COAEA%3BAAFD%2CMA9GK%2COA8GJ%2COAEA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CCArHF%2COAgHC%2COAEA%2CKAGE%3BAAAD%2CGApHA%2COA%2BGD%2COAEA%2CKAGE%3BAAAD%2CMAnHG%2COA8GJ%2COAEA%2CKAGE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAA4B%2C8CAA5B%3BEACA%2C0BAAA%3BEACA%2CQAAQ%2CSAAR%3B%3BAAKJ%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%2CQAAA%3BEACA%2CwBAAgC%2CiDAAhC%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAID%2CKAzBG%2CiBAwBH%2CQAAW%2CQACV%3BEACA%2CgCAAA%3B%3BAAKH%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%2CQAAA%3BEACA%2CwBAAgC%2C8CAAhC%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAQA%2CgBAAA%3B%3BAAID%2CKAjCG%2CcAgCH%2CQAAW%2CQACV%3BEACA%2CgCAAA%3B%3BAAMH%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%2CoBAAA%3BEAGA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAACA%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%3BAACD%2CKArBI%2CaAqBH%3BAAAD%2CKApBI%2CiBAoBH%3BAAAD%2CKAnBI%2CYAmBH%3BAAAD%2CKAlBI%2CYAkBH%3BAAAD%2CKAjBI%2CeAiBH%3BAAAD%2CKAhBI%2CeAgBH%3BAAAD%2CKAfI%2CaAeH%3BAAAD%2CKAdI%2CiBAcH%3BAAAD%2CKAbI%2CcAaH%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACC%2CwBAAgC%2CwCAAhC%3BEACA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%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%2C0DAA5B%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEA2fH%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAzfG%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%2CmBAAA%3BEACA%2CcAAA%3BEA%2BjBF%2CgBAAA%3BEA5jBE%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%2CgBAAA%3BEACA%2CsCAAA%3BEAkdH%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAApdG%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%2CWAAA%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiGJ%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%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQAbA%2CMAaC%3BAAAD%2CQAZA%2CQAYC%3BAAAD%2CQAXA%2COAWC%3BAAAD%2CQAVA%2CKAUC%3BAAAD%2CQATA%2CQASC%3BEACA%2CgBAAA%3B%3BAAdF%2CQAAC%2CMAgBA%3BAAfD%2CQAAC%2CQAeA%3BAAdD%2CQAAC%2COAcA%3BAAbD%2CQAAC%2CKAaA%3BAAZD%2CQAAC%2CQAYA%3BEACC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAACA%2CQApBD%2CMAgBA%2CEAIE%3BAAAD%2CQAnBD%2CQAeA%2CEAIE%3BAAAD%2CQAlBD%2COAcA%2CEAIE%3BAAAD%2CQAjBD%2CKAaA%2CEAIE%3BAAAD%2CQAhBD%2CQAYA%2CEAIE%3BAACD%2CQArBD%2CMAgBA%2CEAKE%3BAAAD%2CQApBD%2CQAeA%2CEAKE%3BAAAD%2CQAnBD%2COAcA%2CEAKE%3BAAAD%2CQAlBD%2CKAaA%2CEAKE%3BAAAD%2CQAjBD%2CQAYA%2CEAKE%3BAACD%2CQAtBD%2CMAgBA%2CEAME%3BAAAD%2CQArBD%2CQAeA%2CEAME%3BAAAD%2CQApBD%2COAcA%2CEAME%3BAAAD%2CQAnBD%2CKAaA%2CEAME%3BAAAD%2CQAlBD%2CQAYA%2CEAME%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAxBH%2CQAAC%2CMA2BE%2CIAAC%3BAA1BJ%2CQAAC%2CQA0BE%2CIAAC%3BAAzBJ%2CQAAC%2COAyBE%2CIAAC%3BAAxBJ%2CQAAC%2CKAwBE%2CIAAC%3BAAvBJ%2CQAAC%2CQAuBE%2CIAAC%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQA9BD%2CMA2BE%2CIAAC%2CYAGD%3BAAAD%2CQA7BD%2CQA0BE%2CIAAC%2CYAGD%3BAAAD%2CQA5BD%2COAyBE%2CIAAC%2CYAGD%3BAAAD%2CQA3BD%2CKAwBE%2CIAAC%2CYAGD%3BAAAD%2CQA1BD%2CQAuBE%2CIAAC%2CYAGD%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CSAAR%3BEACA%2CWAAW%2CsBAAX%3B%3BAAIH%2CQAAC%2CMACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CgCAAtB%3B%3BAAGF%2CQAAC%2CQACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CkCAAtB%3B%3BAAGF%2CQAAC%2COACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CiCAAtB%3B%3BAAGF%2CQAAC%2CKACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2C%2BBAAtB%3B%3BAAGF%2CQAAC%2CQACE%2CIAAC%2CYAAY%3BEACd%2CsBAAsB%2CkCAAtB%3B%3B%3BAA%2BKH%3BEAgGC%2CcAAA%3BEACA%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApGD%3BEACC%2CgBAAA%3B%3BAAID%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%3BEAEC%2CmBAAA%3B%3BAAED%3BEACC%2CmBAAA%3B%3BAAID%3BEAGC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAID%3B%3BEACC%2CcAAA%3B%3BAAED%3B%3BEACC%2CcAAA%3B%3BAAED%3BEACC%2CcAAA%3B%3BAAID%3BEACC%2CcAAA%3B%3BAADD%2CIAEC%3BEACC%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyGF%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%3BAAAI%3BEACH%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEAbA%2CgBAAA%3BEAeA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAI%3BAAAK%3BEACR%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEA3BA%2CgBAAA%3BEA6BA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BEACC%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEAjCA%2CgBAAA%3BEAmCA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEA%5C%2FCA%2CgBAAA%3BEAiDA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAI%3BEACH%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEAvDA%2CgBAAA%3BEAyDA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAI%3BAAAK%3BAAAS%3BEACjB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEA%5C%2FDA%2CgBAAA%3BEAiEA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%3BAAAK%3BAAAG%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEApE%5C%2FB%2CgBAAA%3BEAsEA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAED%2CUACC%2CoBACC%3BEACC%2CoBAAA%3BEACA%2CcAAA%3BEAvEF%2CgBAAA%3BEAyEE%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAuHH%2CwBATiD%2C8BAA%2BB%2C%2BBAA4B%3BEAC3G%2COAAO%3BIACN%2CwBAAA%3B%3B%3BAAaF%2CwBANiD%2C8BAA%2BB%2C%2BBAA6B%3BEAC5G%2COAAO%3BIACN%2CwBAAA%3B%3B%3B%3BAC%5C%2F8CF%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 */